@charset "UTF-8";
html {
  font-size: 18px;
  scrollbar-color: #173460 #fff;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}
@media (max-width: 1660px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 1500px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1390px) {
  html {
    font-size: 15px;
  }
}
::-moz-selection {
  background: #7d96bc;
  color: #fff;
}
::selection {
  background: #7d96bc;
  color: #fff;
}

::-moz-selection {
  background: #7d96bc;
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f4f4f4;
}

::-webkit-scrollbar-thumb {
  background: #7d96bc;
}

::-webkit-scrollbar-thumb:hover {
  background: #173460;
  cursor: pointer;
}

@font-face {
  font-family: "icomoon2";
  src: url("fonts/icomoon2.eot?4vw31k");
  src: url("fonts/icomoon2.eot?4vw31k#iefix") format("embedded-opentype"), url("fonts/icomoon2.ttf?4vw31k") format("truetype"), url("fonts/icomoon2.woff?4vw31k") format("woff"), url("fonts/icomoon2.svg?4vw31k#icomoon2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon2-],
[class*=" icon2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon2" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-pdf_icon:before {
  content: "\e904";
}

.icon2-play:before {
  content: "\e900";
}

.icon2-youtube_icon:before {
  content: "\e901";
}

.icon2-youtube:before {
  content: "\e902";
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?4ju74n");
  src: url("fonts/icomoon.eot?4ju74n#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?4ju74n") format("truetype"), url("fonts/icomoon.woff?4ju74n") format("woff"), url("fonts/icomoon.svg?4ju74n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-arrow_down:before {
  content: "\e903";
}

.icon-down_arrow_icon:before {
  content: "\e907";
}

.icon-globe:before {
  content: "\e900";
}

.icon-linked:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e905";
}

.icon-facebook_icon:before {
  content: "\e906";
}

.icon-pin:before {
  content: "\e901";
}

.icon-right:before {
  content: "\e903";
}

.icon-down:before {
  content: "\e904";
}

.icon2-youtube:before {
  content: "\e902";
}

body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  scroll-behavior: smooth;
}

a {
  transition: all 0.3s ease-in-out;
  color: #7d96bc;
}
a:hover {
  color: #173460;
}

a:focus {
  outline: #e41922;
}

p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.35;
}
p.medium {
  font-size: 1.3rem;
  line-height: 1.4;
}
@media (max-width: 1390px) {
  p.medium {
    font-size: 1.2rem;
  }
}
@media (max-width: 1020px) {
  p.medium {
    font-size: 1.2rem;
  }
}
p.strong {
  font-weight: 600;
}
p:last-of-type {
  margin-bottom: 0;
}
p.small {
  font-size: 14px;
}

.box-style-2 p.medium {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 1390px) {
  .box-style-2 p.medium {
    font-size: 1.4rem;
  }
}
@media (max-width: 1020px) {
  .box-style-2 p.medium {
    font-size: 1.3rem;
  }
}

.red {
  color: #e41922;
}

.blue {
  color: #7d96bc;
}

ol {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.25;
  margin: 2rem 0;
}
ol li {
  margin-bottom: 12px;
}

blockquote {
  margin: 3rem 0;
  position: relative;
  color: #173460;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 782px) {
  blockquote {
    margin: 3rem 1rem;
  }
}
blockquote::before {
  content: '"';
  font-size: 5rem;
  position: absolute;
  transform: translateX(-100%);
  color: #173460;
  margin-left: -1rem;
  top: -1rem;
  height: auto;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 1020px) {
  blockquote::before {
    font-size: 3rem;
    margin-left: 0rem;
  }
}
blockquote::after {
  content: '"';
  font-size: 5rem;
  position: absolute;
  transform: translateX(100%);
  color: #173460;
  margin-right: 0rem;
  bottom: 0;
  height: 42px;
  line-height: 1;
  font-weight: 400;
  right: 0;
}
@media (max-width: 1020px) {
  blockquote::after {
    font-size: 3rem;
    margin-right: 0rem;
  }
}
blockquote p {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #173460;
  font-weight: 600;
}
@media (max-width: 1390px) {
  blockquote p {
    font-size: 1.2rem;
  }
}
@media (max-width: 1020px) {
  blockquote p {
    font-size: 1.1rem;
  }
}

h1 {
  font-weight: 700;
  color: #111;
  font-size: 2.7rem;
  margin-bottom: 2rem;
}
@media (max-width: 1660px) {
  h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1390px) {
  h1 {
    font-size: 2rem;
  }
}
@media (max-width: 1020px) {
  h1 {
    letter-spacing: normal;
    font-size: 1.5rem;
  }
}

h2,
.h2,
.card-header {
  font-weight: 600;
  color: #111;
  font-size: 2.3rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 1660px) {
  h2,
  .h2,
  .card-header {
    font-size: 2.1rem;
  }
}
@media (max-width: 1390px) {
  h2,
  .h2,
  .card-header {
    font-size: 2rem;
  }
}
@media (max-width: 1250px) {
  h2,
  .h2,
  .card-header {
    font-size: 2.1rem;
  }
}
@media (max-width: 1020px) {
  h2,
  .h2,
  .card-header {
    font-size: 1.6rem;
  }
}
@media (max-width: 782px) {
  h2,
  .h2,
  .card-header {
    font-size: 1.4rem;
  }
}
h2.margin,
.h2.margin,
.card-header.margin {
  margin: 5rem 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 480px) {
  h2.margin,
  .h2.margin,
  .card-header.margin {
    margin: 3rem 0;
  }
}
h2.strong,
.h2.strong,
.card-header.strong {
  font-weight: 700;
}
@media (max-width: 480px) {
  h2 br,
  .h2 br,
  .card-header br {
    display: none;
  }
}

h3 {
  font-weight: 600;
  color: #111;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
h3.medium {
  font-size: 2rem;
}
@media (max-width: 1250px) {
  h3.medium {
    font-size: 1.6rem;
  }
}
a.phone {
  padding-left: 2rem;
  background-size: 2rem;
  display: flex;
  align-items: center;
  color: #7d96bc;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 782px) {
  a.phone {
    font-size: 16px;
  }
}
a.phone svg {
  width: 2rem;
  height: 31px;
}
a.phone:hover {
  color: #e41922;
}

.a-white {
  color: #fff;
}

.ul-arrow {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
  line-height: 1.25;
}
.ul-arrow li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 40px;
}
.ul-arrow li::before {
  content: "\e903";
  font-size: 1.6rem;
  font-family: "icomoon" !important;
  position: absolute;
  left: 0;
  top: -5px;
  font-weight: normal;
}

ul.ok {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
  line-height: 1.25;
}
ul.ok li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
}
ul.ok li::before {
  content: "\e905";
  font-size: 1rem;
  font-family: "icomoon2" !important;
  position: absolute;
  left: 0;
  top: 50%;
  top: calc(50% - 10px);
  font-weight: normal;
}

.ul-klienci {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 1px solid #f1f1f1;
  padding: 0;
  margin: 3rem 0;
  border-bottom: 0;
}
.ul-klienci li {
  border: 1px solid #f1f1f1;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  padding: 1rem;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1020px) {
  .ul-klienci li {
    width: 33%;
  }
}
@media (max-width: 782px) {
  .ul-klienci li {
    width: 50%;
    font-size: 14px;
    padding: 10px;
  }
}
.ul-klienci li:hover {
  background: #7d96bc;
  border-color: #7d96bc;
  color: #fff;
}

ol.list-line {
  list-style: none;
  border-left: 3px solid #dde5f1;
  margin: 2rem 0;
  padding: 0;
}
ol.list-line li {
  list-style: none;
  position: relative;
  font-size: 1.2rem;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
ol.list-line li::before {
  width: 16px;
  height: 16px;
  border-radius: 0;
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  background: #e41922;
  margin-top: 5px;
  margin-left: -2px;
  transform: translateX(-50%);
  z-index: 5;
}
ol.list-line li:first-child {
  margin-top: -2px;
}
ol.list-line li:first-child::after {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  background: #fff;
  margin-top: -2px;
  margin-left: -2px;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  top: 1px;
}
ol.list-line li:last-child {
  margin-bottom: 0;
}

.box-2 ul {
  text-align: left;
}

.btn,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited {
  background: transparent;
  padding: 0.9rem 1.6rem;
  padding-right: 4rem;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #7d96bc;
  font-size: 16px;
  position: relative;
  line-height: 1;
  border: none;
  transition: all 0.3s ease-in-out;
  outline: none;
  margin-top: 0.5rem;
  border: 2px solid #7d96bc;
  overflow: hidden;
}
@media (max-width: 1660px) {
  .btn,
  :is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited {
    padding-right: 5rem;
  }
}
@media (max-width: 782px) {
  .btn,
  :is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited {
    font-size: 14px;
  }
}
.btn span,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited span {
  z-index: 1;
  position: relative;
}
.btn::after,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited::after {
  content: "\e903";
  position: absolute;
  right: -2px;
  top: -5px;
  bottom: -5px;
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #7d96bc;
  width: 48px;
  color: #fff;
}
@media (max-width: 782px) {
  .btn::after,
  :is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited::after {
    width: 40px;
  }
}
.btn::before,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited::before {
  content: "";
  width: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #7d96bc;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.btn:hover, .btn:focus, .btn:active,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited:hover,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited:focus,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited:active {
  color: #fff;
  background: transparent;
  outline: none;
  border: 2px solid #7d96bc;
}
.btn:hover span, .btn:focus span, .btn:active span,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited:hover span,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited:focus span,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited:active span {
  color: #fff;
}
.btn:hover::before, .btn:focus::before, .btn:active::before,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited:hover::before,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited:focus::before,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited:active::before {
  width: 100%;
}
.btn.btn-white,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited.btn-white {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.btn-white::before,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited.btn-white::before {
  background: #fff;
}
.btn.btn-white::after,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited.btn-white::after {
  background: #fff;
  color: #111;
}
.btn.btn-white:hover, .btn.btn-white:focus,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited.btn-white:hover,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited.btn-white:focus {
  color: #111;
  border-color: #fff;
}
.btn.btn-white:hover span, .btn.btn-white:focus span,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited.btn-white:hover span,
:is(button, [role=button], [type=button], [type=submit], [type=reset], .button, .btn):visited.btn-white:focus span {
  color: #111;
}
.btn-down::after {
  font-family: "icomoon2" !important;
  content: "\e903";
  animation: arrow 2s linear infinite;
}
@keyframes arrow {
  from, to {
    transform: translateY(-4px);
  }
  25% {
    transform: translateY(-4px);
  }
  75% {
    transform: translateY(4px);
  }
}

.btn-arrow {
  color: #7d96bc;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn-arrow::after {
  content: "\e903";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.3rem;
  margin-left: 15px;
}

.btn-red {
  border-color: #e41922 !important;
  color: #111 !important;
}
.btn-red span {
  color: #111;
}
.btn-red::after {
  background: #e41922 !important;
  color: #fff !important;
}
.btn-red:hover {
  color: #fff !important;
}
.btn-red:hover::before {
  background: #e41922;
}
.btn-red:hover span {
  color: #fff !important;
}

.dofinansowania {
  padding-left: 5%;
  padding-right: 5%;
}

.container-main {
  overflow: hidden;
  border-bottom: 1px solid #efefef;
  margin-bottom: 4rem;
}

body.home-page .container-main {
  border-bottom: 0;
  margin-bottom: 0;
}

body.no-bottom .container-main {
  margin-bottom: 0;
  border: none;
}

body.no-border .container-main {
  margin-bottom: 0;
  border: none;
}

#o-nas,
#formularz-rejestracji {
  scroll-margin-top: 70px;
}

.box-standard {
  padding: 6rem 12%;
}
@media (max-width: 1390px) {
  .box-standard {
    padding: 5rem 9%;
  }
}
@media (max-width: 1250px) {
  .box-standard {
    padding: 4rem 0;
  }
}
.box-standard p:last-of-type {
  margin-bottom: 0;
}

.box-standard-2 {
  padding: 6rem 10%;
}
@media (max-width: 1390px) {
  .box-standard-2 {
    padding: 5rem 6%;
  }
}
@media (max-width: 1250px) {
  .box-standard-2 {
    padding: 4rem 0;
  }
}
.box-standard-2 p:last-of-type {
  margin-bottom: 0;
}

.box-standard-3 {
  padding-bottom: 0;
}

.box-btn-margin .btn {
  margin: 1rem 3rem;
}
@media (max-width: 480px) {
  .box-btn-margin .btn {
    margin: 1rem 0;
  }
}

#poznaj-nas {
  padding-top: 3rem;
}

.box-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  align-items: stretch;
}
.box-3 > a,
.box-3 .box {
  background: #173460;
  display: block;
  aspect-ratio: 1/1;
  width: 30%;
  padding: 2rem;
  position: relative;
  color: #fff;
}
@media (max-width: 1660px) {
  .box-3 > a,
  .box-3 .box {
    width: 33.33%;
  }
}
@media (max-width: 782px) {
  .box-3 > a,
  .box-3 .box {
    width: 100%;
    aspect-ratio: auto;
  }
}
.box-3 > a *,
.box-3 .box * {
  color: #fff;
}
.box-3 > a p,
.box-3 .box p {
  font-size: 16px;
  line-height: 1.4;
}
.box-3 > a::after,
.box-3 .box::after {
  border-radius: 50%;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 37px;
  height: 37px;
  display: block;
  border: 2px solid #fff;
  content: "\e903";
  position: absolute;
  font-family: "icomoon" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 782px) {
  .box-3 > a::after,
  .box-3 .box::after {
    bottom: 1rem;
    right: 1rem;
    width: 27px;
    height: 27px;
    font-size: 14px;
  }
}
.box-3 > a:nth-child(2),
.box-3 .box:nth-child(2) {
  background: #e41922;
}
.box-3 > a:nth-child(3),
.box-3 .box:nth-child(3) {
  background: #7d96bc;
}
.box-3 > a:hover,
.box-3 .box:hover {
  transform: scale(1.1);
  z-index: 2;
  box-shadow: 0px 3px 30.96px rgba(25, 25, 25, 0.29);
}
.box-3 > a:hover::after,
.box-3 .box:hover::after {
  transform: rotate(45deg);
}
.box-3 .box {
  pointer-events: none;
}
.box-3 .box::after {
  display: none;
}
.box-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3rem;
  flex-wrap: wrap;
}
.box-2 > div {
  width: 45%;
}
@media (max-width: 782px) {
  .box-2 > div {
    width: 100%;
    margin: 2rem 0;
    text-align: center;
  }
}

.box-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8rem;
  flex-wrap: wrap;
}
@media (max-width: 1020px) {
  .box-4 {
    padding-top: 4rem;
  }
}
.box-4 > div {
  width: 20%;
}
@media (max-width: 1020px) {
  .box-4 > div {
    width: 50%;
    margin: 2rem 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .box-4 > div {
    width: 100%;
  }
}
.box-4 > div p {
  padding-right: 15%;
}
@media (max-width: 1020px) {
  .box-4 > div p {
    padding-right: 0;
  }
}

.box-4-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1020px) {
  .box-4-2 {
    justify-content: center;
    flex-direction: column;
  }
}
.box-4-2 > div {
  justify-content: center;
}
@media (max-width: 1020px) {
  .box-4-2 > div {
    width: auto;
  }
}

.slider-box-3 {
  margin: 3rem 0;
}
.slider-box-3 .box-3 a {
  width: 100%;
}
.slider-box-3 .box-3 a:hover {
  transform: none;
  opacity: 0.9;
}
.slider-box-3 .box-3:nth-child(1) a {
  background: #e41922;
}
.slider-box-3 .box-3:nth-child(3) a {
  background: #7d96bc;
}
.slider-box-3 .box-3:nth-child(4) a {
  background: #e41922;
}
.slider-box-3 .box-3:nth-child(6) a {
  background: #7d96bc;
}
.slider-box-3 .box-3:nth-child(7) a {
  background: #e41922;
}
.slider-box-3 .box-3:nth-child(9) a {
  background: #7d96bc;
}

.flex-align-top > div {
  justify-content: flex-start !important;
}

.separator1 {
  position: relative;
  height: 1px;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  display: block;
  background: #e5e5e5;
}
.separator1::after {
  position: absolute;
  content: "";
  background-image: url(../img/bg-seperator1.png);
  width: 234px;
  height: 184px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -103px;
}
@media (max-width: 1390px) {
  .separator1::after {
    width: 158px;
    height: 189px;
    top: -101px;
  }
}
@media (max-width: 1020px) {
  .separator1::after {
    width: 92px;
    height: 74px;
    top: -41px;
  }
}

.separator2 {
  position: relative;
  margin: 5rem 0;
  height: 1px;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  display: block;
  background: #e5e5e5;
}
@media (max-width: 480px) {
  .separator2 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.separator2::after {
  position: absolute;
  content: "";
  background-image: url(../img/bg-separator-2.png);
  width: 163px;
  height: 102px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 30%;
  top: -47px;
}
@media (max-width: 1390px) {
  .separator2::after {
    width: 113px;
  }
}
@media (max-width: 782px) {
  .separator2::after {
    width: 80px;
  }
}

.sep-style-1 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.sep-style-1::after {
  left: 9%;
}

.separator3 {
  position: relative;
  margin: 1rem 0;
  height: 1px;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  display: block;
  background: #e5e5e5;
}
.separator3::after {
  position: absolute;
  content: "";
  background-image: url(../img/bg-separator-2.png);
  width: 163px;
  height: 102px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 30%;
  top: -47px;
}
@media (max-width: 1390px) {
  .separator3::after {
    width: 113px;
  }
}
@media (max-width: 782px) {
  .separator3::after {
    width: 80px;
  }
}

.box-full-width {
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  display: block;
  background: #eff5ff;
  padding: 5rem 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  .box-full-width {
    padding: 2.5rem 0;
  }
}
.box-full-width::after {
  position: absolute;
  content: "";
  background-image: url(../img/bg-4.png);
  height: 234px;
  width: 184px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -78px;
}
@media (max-width: 1390px) {
  .box-full-width::after {
    height: 209px;
    width: 124px;
    background-size: contain;
    top: -78px;
  }
}
@media (max-width: 1020px) {
  .box-full-width::after {
    height: 189px;
    width: 66px;
    background-size: contain;
    top: -81px;
  }
}
@media (max-width: 782px) {
  .box-full-width::after {
    height: 154px;
    width: 41px;
  }
}
.box-full-width.bg-left::after {
  right: auto;
  left: 0;
}

.box-3-standard {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 6rem 0;
}
@media (max-width: 1250px) {
  .box-3-standard {
    margin: 4rem 0;
  }
}
@media (max-width: 480px) {
  .box-3-standard {
    margin: 3rem 0;
  }
}
.box-3-standard > div {
  width: 30%;
}
@media (max-width: 782px) {
  .box-3-standard > div {
    width: 100%;
    margin: 1rem 0;
  }
}
@media (max-width: 782px) {
  .box-3-standard.numbers-col {
    width: 100%;
    text-align: center;
  }
  .box-3-standard.numbers-col > div {
    margin: 2rem 0;
  }
}

.box-full-width-gallery {
  background: #ececec;
  margin-top: 0;
}
.box-full-width-gallery::after {
  bottom: -54px;
  top: auto;
}
@media (max-width: 1390px) {
  .box-full-width-gallery::after {
    bottom: -63px;
  }
}

@media (max-width: 782px) {
  .box-o-nas-1 {
    margin-top: 3rem;
  }
}

.bg-dark-blue {
  background: #173460;
}
.bg-dark-blue::after {
  background-image: url(../img/bg-dark-blue.png);
  height: 239px;
  width: 178px;
  right: 0;
  top: -57px;
}
@media (max-width: 1390px) {
  .bg-dark-blue::after {
    height: 209px;
    width: 124px;
    background-size: contain;
    top: -62px;
  }
}
@media (max-width: 1020px) {
  .bg-dark-blue::after {
    height: 189px;
    width: 66px;
    background-size: contain;
    top: -71px;
  }
}
@media (max-width: 782px) {
  .bg-dark-blue::after {
    height: 154px;
    width: 41px;
    top: -63px;
  }
}
.bg-dark-blue * {
  color: #fff;
}

.box-o-nas_::before {
  background-image: url(../img/bg-dark-blue.png);
  height: 239px;
  width: 178px;
  left: 0;
  right: auto;
  bottom: -160px;
  top: auto;
  position: absolute;
  content: "";
  display: block;
  transform: rotate(180deg);
}
@media (max-width: 1390px) {
  .box-o-nas_::before {
    height: 209px;
    width: 124px;
    background-size: contain;
    bottom: -162px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1020px) {
  .box-o-nas_::before {
    height: 189px;
    width: 66px;
    background-size: contain;
    top: -71px;
  }
}
@media (max-width: 782px) {
  .box-o-nas_::before {
    height: 154px;
    width: 41px;
    top: -63px;
  }
}
.box-o-nas .medium {
  padding-left: 15%;
  padding-right: 15%;
}
@media (max-width: 1250px) {
  .box-o-nas .medium {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (max-width: 480px) {
  .box-o-nas .medium {
    padding-left: 0;
    padding-right: 0;
  }
}
.box-o-nas .box-2 {
  position: relative;
  padding-left: 17%;
  padding-right: 17%;
  align-items: flex-start;
}
@media (max-width: 782px) {
  .box-o-nas .box-2 > div {
    text-align: left;
  }
}
@media (max-width: 782px) {
  .box-o-nas .box-2 {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .box-o-nas .box-2 {
    padding-left: 1rem;
    padding-right: 0rem;
  }
}
.box-o-nas .box-2::before {
  content: "";
  background-image: url(../img/o-nas-1.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 15%;
  height: 290px;
  background-size: contain;
  position: absolute;
  bottom: -2rem;
  left: -2rem;
}
@media (max-width: 782px) {
  .box-o-nas .box-2::before {
    bottom: -6rem;
    min-width: 100px;
  }
}
@media (max-width: 480px) {
  .box-o-nas .box-2::before {
    bottom: -8rem;
    max-width: 60px;
    min-width: 60px;
  }
}
.box-o-nas .box-2::after {
  content: "";
  background-image: url(../img/o-nas-2.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 15%;
  height: 290px;
  background-size: contain;
  position: absolute;
  top: -3rem;
  right: -2rem;
}
@media (max-width: 782px) {
  .box-o-nas .box-2::after {
    top: -6rem;
    min-width: 100px;
  }
}
@media (max-width: 480px) {
  .box-o-nas .box-2::after {
    top: -6rem;
    max-width: 60px;
    min-width: 60px;
  }
}

.card {
  padding: 0;
}

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

.padding-top-0 {
  padding-top: 0;
}

.margin-top-1 {
  margin-top: 1rem;
}
@media (max-width: 480px) {
  .margin-top-1 {
    margin-top: 0.5rem;
  }
}

.margin-top-2 {
  margin-top: 2rem;
}
@media (max-width: 480px) {
  .margin-top-2 {
    margin-top: 1rem;
  }
}

.margin-top-3 {
  margin-top: 3rem;
}
@media (max-width: 480px) {
  .margin-top-3 {
    margin-top: 1.5rem;
  }
}

.margin-top-4 {
  margin-top: 4rem;
}
@media (max-width: 480px) {
  .margin-top-4 {
    margin-top: 2rem;
  }
}

.margin-top-5 {
  margin-top: 5rem;
}
@media (max-width: 480px) {
  .margin-top-5 {
    margin-top: 2.5rem;
  }
}

.margin-top-6 {
  margin-top: 6rem;
}
@media (max-width: 480px) {
  .margin-top-6 {
    margin-top: 3rem;
  }
}

.margin-top-8 {
  margin-top: 8rem;
}
@media (max-width: 782px) {
  .margin-top-8 {
    margin-top: 4rem;
  }
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-2 {
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  .margin-bottom-2 {
    margin-bottom: 1rem;
  }
}

.margin-bottom-4 {
  margin-bottom: 4rem;
}
@media (max-width: 480px) {
  .margin-bottom-4 {
    margin-bottom: 2rem;
  }
}

.margin-bottom-6 {
  margin-bottom: 6rem;
}
@media (max-width: 480px) {
  .margin-bottom-6 {
    margin-bottom: 3rem;
  }
}

.margin-0 {
  margin: 0;
  padding: 0;
}

.margin-minus-2 {
  margin-top: -2rem;
}

.padding-left-2 {
  padding-left: 2rem;
}
@media (max-width: 782px) {
  .padding-left-2 {
    padding-left: 0;
  }
}

.padding-right-2 {
  padding-right: 2rem;
}
@media (max-width: 782px) {
  .padding-right-2 {
    padding-right: 0;
  }
}

.padding-left-10p {
  padding-left: 10%;
}
@media (max-width: 782px) {
  .padding-left-10p {
    padding-left: 0;
  }
}

.padding-right-10p {
  padding-right: 10%;
}
@media (max-width: 782px) {
  .padding-right-10p {
    padding-right: 0;
  }
}

.padding-left-15p {
  padding-left: 15%;
}
@media (max-width: 782px) {
  .padding-left-15p {
    padding-left: 0;
  }
}

.padding-right-15p {
  padding-right: 15%;
}
@media (max-width: 782px) {
  .padding-right-15p {
    padding-right: 0;
  }
}

.number {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 480px) {
  .number {
    font-size: 2rem;
  }
}
.number::before {
  background-image: url(../img/bg-count.png);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -48px;
  left: -57px;
  pointer-events: none;
  display: block;
}
@media (max-width: 1390px) {
  .number::before {
    width: 44px;
    height: 43px;
    position: absolute;
    top: -29px;
    left: -39px;
  }
}
@media (max-width: 480px) {
  .number::before {
    width: 44px;
    height: 43px;
    position: absolute;
    top: -29px;
    left: -39px;
  }
}
.number.small {
  font-size: 1.2rem;
}

.bg-blue {
  background: #7d96bc;
}

.co-robimy {
  position: relative;
}
.co-robimy::after {
  width: 100%;
  height: 1172px;
  aspect-ratio: 1/1;
  background-image: url(../img/bg-circle.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -586px;
  left: 0;
  content: "";
  z-index: 0;
  animation: rotating 90s linear infinite;
}
@media (max-width: 1660px) {
  .co-robimy::after {
    height: 946px;
    top: -474px;
  }
}
.co-robimy h2,
.co-robimy h3 {
  z-index: 2;
  position: relative;
  margin-top: 0;
  padding-top: 5rem;
  margin-bottom: 3rem;
}
@media (max-width: 782px) {
  .co-robimy h2,
  .co-robimy h3 {
    padding-top: 3rem;
  }
}
.co-robimy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  min-height: 430px;
  margin-top: -2rem;
  z-index: 1;
}
@media (max-width: 1660px) {
  .co-robimy ul {
    min-height: 351px;
  }
}
@media (max-width: 782px) {
  .co-robimy ul {
    min-height: none;
    margin-top: 3rem;
  }
}
.co-robimy ul li {
  background: #eff5ff;
  padding: 1.1rem;
  font-size: 1rem;
  position: absolute;
  line-height: 1.1;
}
@media (max-width: 782px) {
  .co-robimy ul li {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 2rem 0;
    text-align: center;
  }
  .co-robimy ul li br {
    display: none;
  }
}
.co-robimy ul li:nth-child(2) {
  top: 50%;
  left: 25%;
  transform: translateX(-50%) translateY(-50%);
}
.co-robimy ul li:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.co-robimy ul li:nth-child(4) {
  top: 50%;
  right: 25%;
  transform: translateX(50%) translateY(-50%);
}
.co-robimy ul li:nth-child(5) {
  top: 0%;
  right: 0;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 2s linear infinite;
}

.box-sz {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.box-sz > div {
  width: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 782px) {
  .box-sz > div {
    width: 100%;
    aspect-ratio: auto;
    padding: 3rem 0;
  }
}
.box-sz > div h2,
.box-sz > div h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 1250px) {
  .box-sz > div h2,
  .box-sz > div h3 {
    font-size: 1.6rem;
  }
  .box-sz > div h2 br,
  .box-sz > div h3 br {
    display: none;
  }
}
.box-sz > div p:last-of-type {
  margin-bottom: 0;
}
.box-sz > div .btn {
  margin-top: 1.3rem;
}
.box-sz .left {
  padding-right: 5rem;
}
@media (max-width: 782px) {
  .box-sz .left {
    padding-right: 0;
  }
}
.box-sz .right-txt {
  padding-left: 5rem;
}
@media (max-width: 782px) {
  .box-sz .right-txt {
    padding-left: 0;
  }
}
.box-sz .b-img {
  padding: 0;
  position: relative;
}
.box-sz .b-img::after {
  content: "";
  position: absolute;
  background-image: url(../img/bg-sz.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 170px;
  height: 170px;
  position: absolute;
  bottom: -85px;
  left: -85px;
}
@media (max-width: 1660px) {
  .box-sz .b-img::after {
    width: 140px;
    height: 140px;
    position: absolute;
    bottom: -70px;
    left: -70px;
  }
}
@media (max-width: 782px) {
  .box-sz .b-img::after {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -30px;
    left: -30px;
  }
}
.box-sz .b-img p {
  margin: 0;
  width: 100%;
}
.box-sz .b-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.box-sz.box-sz-nexts .b-img::after {
  transform: rotate(90deg);
  right: -85px;
  left: auto;
}
@media (max-width: 1660px) {
  .box-sz.box-sz-nexts .b-img::after {
    right: -70px;
  }
}
@media (max-width: 782px) {
  .box-sz.box-sz-nexts .b-img::after {
    right: -30px;
  }
}
@media (max-width: 782px) {
  .box-sz.box-sz-nexts .left {
    order: 2;
  }
  .box-sz.box-sz-nexts .right {
    order: 1;
  }
}
.box-sz:last-of-type {
  padding-bottom: 4rem;
}
.box-sz:last-of-type .b-img::after {
  display: none;
}

@media (max-width: 782px) {
  .box-txt > div {
    width: 100%;
    aspect-ratio: auto;
    padding: 0;
  }
}

.no-padding {
  padding: 0;
}

.contact-module {
  background: #173460;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  display: block;
  padding: 7rem 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 782px) {
  .contact-module {
    padding: 5rem 0;
  }
}
@media (max-width: 480px) {
  .contact-module {
    padding: 4rem 0;
  }
}
.contact-module::before {
  content: "";
  background-image: url(../img/bg-6.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 165px;
  height: 167px;
  position: absolute;
  left: 0;
  top: -62px;
}
@media (max-width: 1660px) {
  .contact-module::before {
    width: 115px;
    height: 116px;
    position: absolute;
    left: 0;
    top: -43px;
    background-size: contain;
  }
}
@media (max-width: 782px) {
  .contact-module::before {
    width: 72px;
    height: 104px;
  }
}
.contact-module .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact-module .container .left {
  width: 65%;
}
@media (max-width: 782px) {
  .contact-module .container .left {
    width: 100%;
  }
}
.contact-module .container .right {
  width: 35%;
  text-align: center;
}
@media (max-width: 782px) {
  .contact-module .container .right {
    width: 100%;
    text-align: left;
    margin-top: 1rem;
  }
}
.contact-module h2,
.contact-module h3 {
  color: #fff;
}
@media (max-width: 480px) {
  .contact-module h2 br,
  .contact-module h3 br {
    display: none;
  }
}
.contact-module p {
  color: #fff;
}

.container {
  max-width: 1440px;
  width: 100%;
}
@media (max-width: 1660px) {
  .container {
    padding-left: 5rem;
    padding-right: 5em;
    max-width: none;
  }
}
@media (max-width: 1020px) {
  .container {
    padding-left: 2rem;
    padding-right: 2em;
  }
}

.container-component,
.container-top-a,
.container-bottom-a,
.container-bottom-b,
footer .container,
.breadcrumb {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
@media (max-width: 1660px) {
  .container-component,
  .container-top-a,
  .container-bottom-a,
  .container-bottom-b,
  footer .container,
  .breadcrumb {
    padding-left: 4rem;
    padding-right: 4rem;
    max-width: none;
  }
}
@media (max-width: 1020px) {
  .container-component,
  .container-top-a,
  .container-bottom-a,
  .container-bottom-b,
  footer .container,
  .breadcrumb {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 480px) {
  .container-component,
  .container-top-a,
  .container-bottom-a,
  .container-bottom-b,
  footer .container,
  .breadcrumb {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 1020px) {
  .hidden-tablet {
    display: none;
  }
}

@media (max-width: 782px) {
  .hidden-tablet2 {
    display: none;
  }
}

@media (max-width: 480px) {
  .hidden-mobile {
    display: none;
  }
}

.header {
  box-shadow: none;
  padding: 0;
  margin: 0;
  border: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.header::after {
  content: "";
  background: #173460;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 411px;
  z-index: -1;
}
@media (max-width: 1700px) {
  .header::after {
    width: 335px;
  }
}
@media (max-width: 1390px) {
  .header::after {
    width: 282px;
  }
}
@media (max-width: 1250px) {
  .header::after {
    display: none;
  }
}
.header .container {
  align-items: center;
  justify-content: space-between;
  display: flex;
  position: relative;
  max-width: 90%;
}
@media (max-width: 1700px) {
  .header .container {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 782px) {
  .header .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.header .navbar {
  width: 100%;
  padding-right: 0;
}
@media (max-width: 1020px) {
  .header .navbar {
    padding-right: 0;
  }
}
.header .btn-white {
  background: #fff;
  text-align: center;
  padding: 12px 28px;
  color: #111;
  text-transform: uppercase;
}
@media (max-width: 1250px) {
  .header .btn-white {
    background: transparent;
    color: #111;
    border: 2px solid #7d96bc;
  }
}
@media (max-width: 510px) {
  .header .btn-white {
    border: 1px solid #7d96bc;
    font-weight: 400;
    font-size: 12px;
  }
}
.header .btn-white:hover {
  background: #e41922;
  color: #fff;
}
@media (max-width: 1250px) {
  .header .btn-white:hover {
    background: #7d96bc;
  }
}
.header .navbar-brand {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1250px) {
  .header .navbar-brand {
    z-index: 10;
    line-height: 0;
    margin: 1rem 0;
  }
}
.header .navbar-brand a {
  line-height: 0;
}
.header .navbar-brand img {
  transition: all 0.3s ease-in-out;
}
.header .navbar-brand svg,
.header .navbar-brand img {
  transition: all 0.3s ease-in-out;
  width: 10.5rem;
  height: auto;
}
@media (max-width: 1660px) {
  .header .navbar-brand svg,
  .header .navbar-brand img {
    width: 7rem;
  }
}
@media (max-width: 1390px) {
  .header .navbar-brand svg,
  .header .navbar-brand img {
    width: 6rem;
  }
}
@media (max-width: 510px) {
  .header .navbar-brand svg,
  .header .navbar-brand img {
    width: 5rem;
  }
}
.header .navbar-brand .desc {
  padding-left: 2rem;
  border-left: 1px solid #f1f1f1;
  margin-left: 2rem;
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 1660px) {
  .header .navbar-brand .desc {
    padding-left: 1.4rem;
    margin-left: 1.4rem;
  }
}
@media (max-width: 480px) {
  .header .navbar-brand .desc {
    display: none;
  }
}
.header .navbar-brand .desc h1,
.header .navbar-brand .desc p {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
  margin: 0;
  letter-spacing: normal;
}
.header .navbar-menu-toggle {
  margin-bottom: 0px;
  margin-top: 39px;
  margin-right: 0;
}
.header .navbar-menu-toggle span,
.header .navbar-menu-toggle span:after,
.header .navbar-menu-toggle span:before {
  height: 2px;
  background: #173460;
}
@media (max-width: 1250px) {
  .header .navbar-menu-toggle {
    display: block;
  }
}
@media (max-width: 480px) {
  .header .navbar-menu-toggle {
    margin-top: 35px;
    margin-bottom: 0;
    margin-right: 5px;
  }
}
@media (max-width: 1250px) {
  .header .navbar-menu .mod-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    right: -110%;
    height: 100vh;
    background: #fff;
    top: 0;
    left: auto;
    margin-top: 6.5rem;
    padding-top: 1rem;
    padding-bottom: 11rem;
    display: flex;
    width: 100%;
    padding-left: 0;
    transition: all 0.3s ease-in;
  }
}
.header .navbar-menu {
  justify-content: flex-end;
  align-items: center;
  margin-top: 4rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1660px) {
  .header .navbar-menu {
    margin-top: 7rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 1250px) {
  .header .navbar-menu {
    display: block;
    margin: 0;
  }
}
.header .navbar-menu ul {
  margin: 0;
}
.header .navbar-menu ul li {
  margin-inline-start: 0;
  -webkit-margin-start: 0;
  margin: 0 1.5rem;
}
@media (max-width: 1890px) {
  .header .navbar-menu ul li {
    margin: 0 1.1rem;
  }
}
@media (max-width: 1800px) {
  .header .navbar-menu ul li {
    margin: 0 0.9rem;
  }
}
@media (max-width: 1250px) {
  .header .navbar-menu ul li {
    margin: 0.3rem 1.5rem;
  }
}
.header .navbar-menu ul li a {
  border: none;
  font-weight: 500;
  font-size: 1rem;
  position: relative;
}
@media (max-width: 1390px) {
  .header .navbar-menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1250px) {
  .header .navbar-menu ul li a {
    font-size: 1.2rem;
  }
}
.header .navbar-menu ul li a::before {
  content: "";
  width: 0;
  height: 5px;
  display: inline-block;
  background: #e41922;
  transition: width 0.3s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
}
@media (max-width: 1250px) {
  .header .navbar-menu ul li a::before {
    display: none;
  }
}
.header .navbar-menu ul li a:hover {
  border: none;
  margin: 0;
}
@media (max-width: 1250px) {
  .header .navbar-menu ul li a:hover {
    color: #e41922;
  }
}
.header .navbar-menu ul li a:hover::before {
  width: 100%;
}
.header .navbar-menu ul li.active a {
  border: none;
  margin: 0;
}
@media (max-width: 1250px) {
  .header .navbar-menu ul li.active a {
    color: #e41922;
  }
}
.header .navbar-menu ul li.active a::before {
  width: 100%;
}
.header .navbar-menu ul li:last-child {
  margin-right: 0;
}
.header .navbar-menu ul li.deeper::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e907";
  color: #d1d1d1;
  font-size: 13px;
  margin-left: 5px;
  position: absolute;
  right: -17px;
  top: 9px;
}
@media (max-width: 782px) {
  .header .navbar-menu ul li.deeper::after {
    display: none;
  }
}
.header .navbar-menu ul li.item-108 {
  margin-left: 81px;
  width: 260px;
  text-align: center;
}
@media (max-width: 1660px) {
  .header .navbar-menu ul li.item-108 {
    margin-left: 55px;
  }
}
@media (max-width: 1390px) {
  .header .navbar-menu ul li.item-108 {
    margin-left: 52px;
    width: 219px;
  }
}
@media (max-width: 1250px) {
  .header .navbar-menu ul li.item-108 {
    margin-left: 1.5rem;
    width: auto;
  }
}
.header .navbar-menu ul li.item-108 a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1250px) {
  .header .navbar-menu ul li.item-108 a {
    color: #111;
    text-transform: none;
    font-weight: 500;
  }
}
.header .navbar-menu ul .mod-menu__sub {
  background: #e41922;
  border: none;
  border-radius: 0;
  border-top-right-radius: 25px;
  margin-left: -1.5rem;
  margin-top: -2px;
}
@media (max-width: 1250px) {
  .header .navbar-menu ul .mod-menu__sub {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: auto;
    margin: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: relative;
  }
}
.header .navbar-menu ul .mod-menu__sub li {
  margin: 0.2rem 0;
}
.header .navbar-menu ul .mod-menu__sub li a {
  color: #fff;
}
@media (max-width: 1250px) {
  .header .navbar-menu ul .mod-menu__sub li a {
    color: #111;
    padding: 0 1rem;
  }
}
@media (max-width: 782px) {
  .header .navbar-menu ul .mod-menu__sub li a {
    font-size: 1.1rem;
  }
}
.header .navbar-menu ul .mod-menu__sub li a::before {
  display: none;
}
.header .navbar-menu ul .mod-menu__sub li a:hover {
  background: transparent;
  color: #111;
}
@media (max-width: 1250px) {
  .header .navbar-menu ul .mod-menu__sub li a:hover {
    color: #e41922;
  }
}
.header .navbar-menu ul .mod-menu__sub li.active a {
  background: transparent;
  color: #111;
}
@media (max-width: 1250px) {
  .header .navbar-menu ul .mod-menu__sub li.active a {
    color: #e41922;
  }
}
.header .navbar-end {
  position: absolute;
  margin: 0;
  margin-inline-end: 0 !important;
  right: 0;
  top: 2rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1700px) {
  .header .navbar-end {
    right: 2rem;
  }
}
@media (max-width: 1250px) {
  .header .navbar-end {
    right: 7rem;
  }
}
@media (max-width: 1020px) {
  .header .navbar-end {
    -webkit-margin-start: auto !important;
    margin-inline-end: 0 !important;
    margin-inline-start: auto !important;
  }
}
@media (max-width: 510px) {
  .header .navbar-end {
    right: 6rem;
    top: 17px;
  }
}
@media (max-width: 380px) {
  .header .navbar-end {
    right: 5.5rem;
    top: 17px;
  }
}
.header .navbar-end .mod-custom {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .navbar-end .mod-custom > a,
.header .navbar-end .mod-custom > p {
  margin-left: 3rem;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}
.header .navbar-end .mod-custom p {
  text-align: right;
}
.header .navbar-end .mod-custom p a {
  color: #111;
}
.header .navbar-end .mod-custom p a:hover {
  color: #e41922;
}
.header .navbar-end .mod-custom .phone {
  font-size: 20px;
}
@media (max-width: 1020px) {
  .header .navbar-end .mod-custom .phone {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .header .navbar-end .mod-custom .phone {
    font-size: 11px;
  }
}
@media (max-width: 380px) {
  .header .navbar-end .mod-custom .phone svg {
    width: 2rem;
    height: 23px;
  }
}
.header .navbar-end .mod-custom .btn-white {
  margin-left: 6rem;
}
@media (max-width: 1390px) {
  .header .navbar-end .mod-custom .btn-white {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media (max-width: 1700px) {
  .header .navbar-end .mod-custom .btn-white {
    margin-left: 5.5rem;
  }
}
@media (max-width: 1660px) {
  .header .navbar-end .mod-custom .btn-white {
    margin-left: 4.3rem;
  }
}
@media (max-width: 510px) {
  .header .navbar-end .mod-custom .btn-white {
    border: 2px solid #7d96bc;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 12px;
    max-width: 130px;
    margin-left: 25px;
  }
}
@media (max-width: 380px) {
  .header .navbar-end .mod-custom .btn-white {
    font-size: 11px;
    margin-left: 20px;
  }
}
.header .navbar-end .mod-languages {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2rem;
}
.header .navbar-end .mod-languages::before {
  font-family: "icomoon" !important;
  content: "\e900";
  color: #d1d1d1;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 22px;
}
.header .navbar-end .mod-languages ul {
  display: flex;
  padding-left: 0.5rem;
}
.header .navbar-end .mod-languages ul li {
  margin: 0 10px;
}
.header .navbar-end .mod-languages ul li a {
  padding: 0.2rem 0;
  background: none;
  color: #111;
}
.header .navbar-end .mod-languages ul li a::before {
  display: none;
}
.header .navbar-end .mod-languages ul li a:hover {
  color: #e41922;
  padding: 0.2rem 0;
  background: none;
}
.header .navbar-end .mod-languages ul li.lang-active {
  background: none;
}
.header .navbar-end .mod-languages ul li.lang-active a {
  color: #e41922;
  padding: 0.2rem 0;
  background: none;
}
.header.fixed {
  box-shadow: 0px 4px 22px 2px rgba(0, 0, 0, 0.1);
}
.header.fixed .navbar-brand {
  margin: 1rem 0;
}
.header.fixed .navbar-brand svg,
.header.fixed .navbar-brand img {
  width: 6rem;
  height: auto;
}
@media (max-width: 510px) {
  .header.fixed .navbar-brand svg,
  .header.fixed .navbar-brand img {
    width: 5rem;
  }
}
.header.fixed .navbar-end {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1250px) {
  .header.fixed .navbar-end {
    pointer-events: all;
    z-index: 1;
    opacity: 1;
  }
}
.header.fixed .navbar-menu {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  .header.fixed .navbar-menu .mod-menu {
    margin-top: 103px;
  }
}
@media (max-width: 782px) {
  .header.fixed .navbar-menu .mod-menu {
    margin-top: 90px;
  }
}
@media (max-width: 510px) {
  .header.fixed .navbar-menu .mod-menu {
    margin-top: 78px;
  }
}

.menu-open {
  overflow: hidden;
}
@media (max-width: 1250px) {
  .menu-open .soial-icon {
    display: block;
    z-index: 20;
    top: auto;
    bottom: 0;
    left: auto;
    right: 2rem;
  }
  .menu-open .soial-icon ul {
    flex-direction: row;
    display: flex;
    margin: 0;
    padding: 0;
  }
  .menu-open .soial-icon ul li {
    margin: 0 0.5rem;
  }
}
@media (max-width: 1250px) {
  .menu-open .header .navbar-menu .mod-menu {
    right: 0;
    overflow: scroll;
  }
}

#main {
  padding-top: 187px;
}
@media (max-width: 1500px) {
  #main {
    padding-top: 175px;
  }
}
@media (max-width: 1390px) {
  #main {
    padding-top: 167px;
  }
}
@media (max-width: 1250px) {
  #main {
    padding-top: 104px;
  }
}

.banner {
  padding: 0;
  margin: 0;
  background: #fff;
  position: relative;
  margin-bottom: 4rem;
}
@media (max-width: 782px) {
  .banner {
    margin-bottom: 1rem;
  }
}
.banner::after {
  content: "";
  background-image: url(../img/bg-2.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 98px;
  height: 98px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  pointer-events: none;
}
@media (max-width: 1020px) {
  .banner::after {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 782px) {
  .banner::after {
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
  }
}
.banner::before {
  content: "";
  background: #173460;
  position: absolute;
  right: 0;
  bottom: -79px;
  width: 411px;
  height: 80px;
  pointer-events: none;
}
@media (max-width: 1700px) {
  .banner::before {
    width: 335px;
  }
}
@media (max-width: 1390px) {
  .banner::before {
    width: 282px;
    bottom: -59px;
  }
}
@media (max-width: 782px) {
  .banner::before {
    display: none;
  }
}
.banner .splide__pagination {
  position: absolute;
  bottom: 4rem;
  left: calc((100% - 1555px) / 2);
  padding: 0;
  margin: 0;
}
@media (max-width: 1660px) {
  .banner .splide__pagination {
    left: 4rem;
  }
}
@media (max-width: 1020px) {
  .banner .splide__pagination {
    left: 2rem;
  }
}
.banner .slider {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-inline-start: 0;
}
.banner .slider li {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
@media (max-width: 570px) {
  .banner .slider li {
    flex-wrap: wrap;
  }
}
.banner .slider li > div {
  width: 50%;
  display: flex;
}
@media (max-width: 570px) {
  .banner .slider li > div {
    width: 100%;
  }
}
.banner .slider li .left {
  flex-direction: column;
  padding-left: calc((100% - 1560px) / 2);
  padding-right: 3rem;
}
@media (max-width: 1660px) {
  .banner .slider li .left {
    padding-left: 4rem;
  }
}
@media (max-width: 1020px) {
  .banner .slider li .left {
    padding-left: 2rem;
  }
}
@media (max-width: 570px) {
  .banner .slider li .left {
    padding: 3rem 2rem;
  }
}
.banner .slider li .left h2,
.banner .slider li .left h1 {
  font-size: 2.7rem;
  margin-bottom: 2rem;
  margin-top: -2rem;
}
@media (max-width: 1250px) {
  .banner .slider li .left h2,
  .banner .slider li .left h1 {
    font-size: 2.1rem;
  }
}
@media (max-width: 570px) {
  .banner .slider li .left h2,
  .banner .slider li .left h1 {
    margin-top: 0;
  }
}
.banner .slider li .left a {
  background: #e41922;
  padding: 1rem 1.6rem;
  padding-right: 4rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  line-height: 1;
}
.banner .slider li .left a::after {
  content: "\e903";
  position: absolute;
  right: 1.2rem;
  top: 0.8rem;
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.3rem;
}
.banner .slider li .left a:hover {
  background: #7d96bc;
  color: #fff;
  padding-right: 4.2rem;
}
.banner .slider li .right {
  height: 560px;
}
@media (max-width: 1390px) {
  .banner .slider li .right {
    height: 470px;
  }
}
@media (max-width: 570px) {
  .banner .slider li .right {
    height: 350px;
  }
}
@media (max-width: 480px) {
  .banner .slider li .right {
    height: 250px;
  }
}
.banner .slider li .right .newsflash-image {
  width: 100%;
  height: 100%;
}
.banner .slider li .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .mod-custom {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-inline-start: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 1020px) {
  .banner .mod-custom {
    align-items: stretch;
  }
}
.banner .mod-custom > div {
  width: 50%;
  display: flex;
}
@media (max-width: 782px) {
  .banner .mod-custom > div {
    width: 100%;
  }
}
.banner .mod-custom .left {
  flex-direction: column;
  padding-left: calc((100% - 1500px) / 2);
  padding-right: 3rem;
}
@media (max-width: 1660px) {
  .banner .mod-custom .left {
    padding-left: 6rem;
  }
}
@media (max-width: 1020px) {
  .banner .mod-custom .left {
    padding-left: 2rem;
    width: 60%;
  }
}
@media (max-width: 782px) {
  .banner .mod-custom .left {
    padding: 3rem 2rem;
    width: 100%;
  }
}
.banner .mod-custom .left h2,
.banner .mod-custom .left h1 {
  font-size: 3.4rem;
  margin-bottom: 2rem;
  margin-top: -2rem;
  font-weight: 700;
}
@media (max-width: 1660px) {
  .banner .mod-custom .left h2,
  .banner .mod-custom .left h1 {
    font-size: 3rem;
  }
}
@media (max-width: 1390px) {
  .banner .mod-custom .left h2,
  .banner .mod-custom .left h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1250px) {
  .banner .mod-custom .left h2,
  .banner .mod-custom .left h1 {
    font-size: 2.1rem;
  }
}
@media (max-width: 1020px) {
  .banner .mod-custom .left h2,
  .banner .mod-custom .left h1 {
    margin-top: 0;
    font-size: 1.5rem;
  }
}
.banner .mod-custom .left p {
  font-size: 1.3rem;
  line-height: 1.4;
  padding-right: 10%;
}
@media (max-width: 1020px) {
  .banner .mod-custom .left p {
    font-size: 1.1rem;
  }
}
@media (max-width: 782px) {
  .banner .mod-custom .left p {
    padding-right: 0;
  }
}
.banner .mod-custom .left p .btn {
  font-size: 16px;
}
@media (max-width: 1020px) {
  .banner .mod-custom .left p .btn {
    font-size: 14px;
  }
}
.banner .mod-custom .right {
  position: relative;
}
@media (max-width: 1020px) {
  .banner .mod-custom .right {
    width: 40%;
    margin-top: 1rem;
  }
}
@media (max-width: 782px) {
  .banner .mod-custom .right {
    width: 100%;
  }
}
.banner .mod-custom .right::after {
  content: "";
  background-image: url(../img/bg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 132px;
  height: 94px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  background-size: contain;
}
@media (max-width: 1020px) {
  .banner .mod-custom .right::after {
    width: 83px;
    height: 59px;
    transform: none;
    z-index: 1;
    top: -32px;
  }
}
.banner .mod-custom .right::before {
  content: "";
  background-image: url(../img/bg-3.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 225px;
  height: 225px;
  display: block;
  position: absolute;
  bottom: -79px;
  left: -145px;
}
@media (max-width: 1390px) {
  .banner .mod-custom .right::before {
    width: 188px;
    height: 184px;
    display: block;
    position: absolute;
    bottom: -60px;
    left: -127px;
  }
}
@media (max-width: 1020px) {
  .banner .mod-custom .right::before {
    display: none;
  }
}
.banner .mod-custom .right .newsflash-image {
  width: 100%;
  height: 100%;
}
.banner .mod-custom .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.historia {
  margin: 4rem 0;
  background-image: url(../img/bg-history.png);
  background-position: 20%;
  background-repeat: repeat-y;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
}
.historia .date {
  background: #e41922;
  color: #fff;
  padding: 6px 22px;
  font-size: 1.3rem;
  position: absolute;
  left: -21%;
  top: 17px;
  z-index: 1;
  transform: translateX(-100%);
}
.historia li {
  width: 70%;
  margin-bottom: 40px;
  position: relative;
  margin-top: -18px;
  background: #f7f7f7;
  padding: 2rem;
  text-align: left !important;
}
.historia li::after {
  content: "";
  position: absolute;
  left: -13px;
  right: auto;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  background: #f7f7f7;
  top: 12px;
  z-index: 1;
}
@media (max-width: 480px) {
  .historia li::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .historia li {
    width: 100%;
    margin-top: 75px;
  }
}

.oferta-center .custom {
  display: flex;
  justify-content: center;
}

.oferta {
  min-height: 510px;
  position: relative;
  max-width: 864px;
  width: 864px;
}

.oferta .logo-c {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -66px;
  margin-top: -66px;
  z-index: 10;
}

.oferta .box {
  background: #0093bd;
  border-radius: 15px;
  color: #fff;
  text-align: center !important;
  padding: 17px 27px;
  display: inline-block;
  position: absolute;
  border: 5px solid #0093bd;
}

.oferta .box:hover {
  border: 5px solid #ff9251;
}

.oferta .box p {
  color: #fff;
  text-shadow: 1px 1px 2px rgb(8, 8, 8);
  margin: 0;
  padding: 0;
  font-weight: 600;
  text-align: center !important;
  position: relative;
  z-index: 10;
}

.oferta .box:hover p {
  color: #f0f0f0;
}

.oferta .b1::after {
  content: "";
  background: #0093bd;
  width: 100px;
  display: block;
  position: absolute;
  height: 1px;
  top: 67px;
  z-index: 1;
  right: 0;
  transform: rotate(45deg);
}

.oferta.engi .b1::after {
  width: 67px;
  top: 77px;
}

.oferta .b2 {
  right: 0px;
}

.oferta .b2::after {
  content: "";
  background: #0093bd;
  width: 100px;
  display: block;
  position: absolute;
  height: 1px;
  top: 67px;
  z-index: 1;
  left: 0;
  transform: rotate(-45deg);
}

.oferta.engi .b2::after {
  width: 71px;
  top: 79px;
  left: -14px;
}

.oferta .b3 {
  top: 100px;
  left: 50%;
  transform: translateX(-55%);
}

.oferta .b3::after {
  content: "";
  background: #0093bd;
  width: 1px;
  display: block;
  left: 51%;
  top: 36px;
  position: absolute;
  height: 327px;
}

.oferta .b4 {
  right: 0px;
  top: 200px;
}

.oferta .b5 {
  top: 200px;
}

.oferta .b5::after {
  content: "";
  background: #0093bd;
  width: 600px;
  display: block;
  position: absolute;
  height: 1px;
  top: 40px;
  z-index: 1;
}

.oferta .b6 {
  bottom: 0;
  left: 50%;
  transform: translateX(-57%);
}

.oferta .b7 {
  bottom: 40px;
  right: 0;
}

.oferta .b7::after {
  content: "";
  background: #0093bd;
  width: 1px;
  display: block;
  left: -94px;
  top: -190px;
  position: absolute;
  height: 254px;
  transform: rotate(-56deg);
}

.offer {
  padding: 5rem 0;
}
.offer .mod-custom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1250px) {
  .offer .mod-custom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.offer .mod-custom a {
  width: 16%;
  border: 1px solid #f1f1f1;
  border-top-left-radius: 3rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1390px) {
  .offer .mod-custom a {
    width: 18%;
  }
}
@media (max-width: 1250px) {
  .offer .mod-custom a {
    width: 25%;
    margin: 1rem;
  }
}
@media (max-width: 1020px) {
  .offer .mod-custom a {
    width: 45%;
    margin: 2%;
  }
}
.offer .mod-custom a img {
  height: 3rem;
  margin-bottom: 2rem;
}
.offer .mod-custom a h2 {
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  margin: 0;
}
@media (max-width: 1390px) {
  .offer .mod-custom a h2 {
    font-size: 1rem;
  }
}
.offer .mod-custom a:hover {
  background: #f1f1f1;
}

.container-top-b {
  display: flex;
  grid-gap: 0;
  position: relative;
}
@media (max-width: 1250px) {
  .container-top-b {
    flex-wrap: wrap;
  }
}

.left-m {
  background-image: url(../img/bg-misja.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  padding: 0;
  border-top-right-radius: 4rem;
  padding: 10rem 0 7rem 0;
  padding-left: calc((100vw - 1560px) / 2);
  padding-right: 8rem;
}
@media (max-width: 1660px) {
  .left-m {
    padding-left: 4rem;
  }
}
@media (max-width: 1250px) {
  .left-m {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 1020px) {
  .left-m {
    padding: 3rem 2rem;
  }
}
.left-m p,
.left-m h2,
.left-m h3 {
  color: #fff;
}
.left-m .card-header {
  background: #fff;
  color: #111;
  display: inline-block;
  padding: 0.8rem 1.5rem;
  text-transform: uppercase;
  font-size: 1rem;
}
.left-m .card-body .btn {
  margin-top: 2.5rem;
}

.com-content-category-blog {
  padding: 6rem 0;
}
@media (max-width: 480px) {
  .com-content-category-blog {
    padding: 3rem 0;
  }
}
.com-content-category-blog h1 {
  text-align: center;
  margin-bottom: 2rem;
}

.com-content-category-blog__items.blog-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem;
  width: 100%;
}
@media (max-width: 1020px) {
  .com-content-category-blog__items.blog-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .com-content-category-blog__items.blog-items {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.com-content-category-blog__items.blog-items .blog-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #173460;
  height: 16rem;
}
@media (max-width: 1020px) {
  .com-content-category-blog__items.blog-items .blog-item {
    height: 13rem;
  }
}
.com-content-category-blog__items.blog-items .blog-item a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.com-content-category-blog__items.blog-items .blog-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 15%;
  background: rgb(0, 12, 15);
  background: linear-gradient(0deg, rgb(0, 12, 15) 5%, rgba(255, 255, 255, 0) 50%);
  content: "";
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1020px) {
  .com-content-category-blog__items.blog-items .blog-item {
    height: 13rem;
  }
}
.com-content-category-blog__items.blog-items .blog-item .item-content {
  pointer-events: none;
}
.com-content-category-blog__items.blog-items .blog-item .item-content.item-content-187 h2 {
  max-width: 197px;
}
.com-content-category-blog__items.blog-items .blog-item figure {
  width: 100%;
  height: 100%;
}
.com-content-category-blog__items.blog-items .blog-item .article-info {
  position: absolute;
  top: 2rem;
  left: 2rem;
  color: #fff;
}
.com-content-category-blog__items.blog-items .blog-item .article-info .article-info-term {
  display: none;
}
.com-content-category-blog__items.blog-items .blog-item h2 {
  position: absolute;
  bottom: 2rem;
  color: #fff;
  left: 1.5rem;
  right: 1.5rem;
  margin: 0;
  font-size: 1.1rem;
  z-index: 10;
  padding-right: 7rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1020px) {
  .com-content-category-blog__items.blog-items .blog-item h2 {
    font-size: 1.2rem;
    padding-left: 0rem;
    padding-right: 3rem;
  }
}
@media (max-width: 480px) {
  .com-content-category-blog__items.blog-items .blog-item h2 {
    left: 1rem;
    right: 1rem;
    padding-right: 2rem;
  }
}
.com-content-category-blog__items.blog-items .blog-item h2::after {
  content: "\e903";
  font-family: "icomoon";
  margin-left: 2.4rem;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.com-content-category-blog__items.blog-items .blog-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.com-content-category-blog__items.blog-items .blog-item .intro {
  bottom: -7rem;
  color: #fff;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  left: 1.5rem;
  right: 1.5rem;
  font-size: 0.9rem;
  text-align: left;
}
.com-content-category-blog__items.blog-items .blog-item .intro p {
  font-size: 0.9rem;
}
@media (max-width: 1020px) {
  .com-content-category-blog__items.blog-items .blog-item .intro {
    display: none;
  }
}
.com-content-category-blog__items.blog-items .blog-item:hover h2 {
  bottom: 1rem;
  opacity: 0;
}
.com-content-category-blog__items.blog-items .blog-item:hover h2::after {
  right: 0.5rem;
}
.com-content-category-blog__items.blog-items .blog-item:hover img {
  opacity: 0.4;
  transform: scale(1.05);
}
.com-content-category-blog__items.blog-items .blog-item:hover .intro {
  bottom: 1.2rem;
}

.blog-trenerzy .blog-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
  width: 100%;
}
@media (max-width: 1020px) {
  .blog-trenerzy .blog-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .blog-trenerzy .blog-items {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.blog-trenerzy .blog-items .blog-item {
  height: auto;
  aspect-ratio: 1/1.2;
}
.blog-trenerzy .blog-items .blog-item h2 {
  font-size: 17px;
  font-weight: 600;
  color: #111;
  padding: 0.8rem 1rem;
  margin: 0;
  position: absolute;
  left: 0;
  right: auto;
  background: #fff;
  bottom: 2rem;
  z-index: 10;
}
.blog-trenerzy .blog-items .blog-item h2::after {
  content: "";
  background-image: url(../img/bg-trenerzy.png);
  height: 40px;
  width: 40px;
  background-size: cover;
  display: block;
  right: 0;
  top: -24px;
  transform: translateX(100%);
  position: absolute;
}
.blog-trenerzy .blog-items .blog-item img {
  -o-object-position: top;
     object-position: top;
}
.blog-trenerzy .blog-items .blog-item .intro-text {
  opacity: 0;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  z-index: 11;
  color: #fff;
  left: 1rem;
  right: 1rem;
  list-style: 1.2;
  font-size: 17px;
}
.blog-trenerzy .blog-items .blog-item:hover h2 {
  bottom: 1rem;
  opacity: 0;
}
.blog-trenerzy .blog-items .blog-item:hover img {
  opacity: 0.7;
}
.blog-trenerzy .blog-items .blog-item:hover .intro-text {
  opacity: 1;
  transform: translateY(0);
  bottom: 1.2rem;
}

.list-szkolenia {
  padding: 6rem 10%;
}
@media (max-width: 1390px) {
  .list-szkolenia {
    padding: 5rem 5%;
  }
}
@media (max-width: 1250px) {
  .list-szkolenia {
    padding: 4rem 0;
  }
}
.item-event {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #7d96bc;
  padding: 5px 0;
  flex-wrap: wrap;
}
.item-event > div:first-child {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 0;
}
@media (max-width: 782px) {
  .item-event > div:first-child {
    width: 100% !important;
  }
}
.item-event > div:last-child {
  width: 29%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 782px) {
  .item-event > div:last-child {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.item-event:hover {
  background: rgba(125, 150, 188, 0.1);
}
.item-event h2,
.item-event h3 {
  margin: 0;
  width: 55%;
  font-size: 1rem;
}
.item-event .event-date {
  width: 40%;
  text-align: left;
}
@media (max-width: 782px) {
  .item-event .event-date {
    text-align: right;
  }
}
.item-event .event-city {
  color: #173460;
  font-weight: 600;
  width: 130px;
}
.item-event .event-time {
  width: 130px;
}

.box-col-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-col-2 > div {
  width: 45%;
}
@media (max-width: 782px) {
  .box-col-2 > div {
    width: 100%;
  }
}

.box-col-22 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3rem 0;
}
.box-col-22 > div {
  width: 60%;
}
.box-col-22 > div:first-child {
  width: 35%;
  position: relative;
}
@media (max-width: 782px) {
  .box-col-22 > div:first-child {
    width: 100%;
  }
}
.box-col-22 > div:first-child::after {
  content: "";
  background-image: url(../img/bg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 132px;
  height: 94px;
  display: block;
  position: absolute;
  top: -53px;
  left: -40px;
  background-size: contain;
}
@media (max-width: 782px) {
  .box-col-22 > div {
    width: 100%;
  }
}

.com-content-category-blog__navigation.w-100 {
  padding: 1rem 0;
}

.pagination {
  justify-content: center;
  display: flex;
  align-items: center;
}
.pagination li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.pagination li a {
  border-radius: 3px;
  background: #e41922;
  border: none;
  display: flex;
  align-items: center;
  height: 2rem;
}
.pagination li a:hover {
  background: #7d96bc;
}
.pagination li span {
  border-radius: 3px;
  border: none;
  height: 2rem;
}
.pagination li.active .page-link {
  background: #7d96bc;
}

.right-k {
  background: #e41922;
  width: 50%;
  margin-top: 4rem;
  padding: 6rem;
  padding-bottom: 4rem;
  padding-right: calc((100vw - 1560px) / 2);
}
@media (max-width: 1660px) {
  .right-k {
    padding-right: 4rem;
  }
}
@media (max-width: 1250px) {
  .right-k {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding: 4rem;
  }
}
@media (max-width: 1020px) {
  .right-k {
    padding: 3rem 2rem;
  }
}
.right-k p,
.right-k h2,
.right-k h3 {
  color: #fff;
}
.right-k .splide {
  background: #fff;
  color: #111;
  padding: 2rem;
  position: relative;
}
.right-k .splide li {
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1020px) {
  .right-k .splide li {
    padding: 0 3rem;
  }
}
.right-k .splide__arrow {
  background: transparent;
}
.right-k .splide__arrow:hover, .right-k .splide__arrow:focus {
  background: transparent;
}
.right-k .splide__arrow:hover {
  background: transparent;
}
.right-k .splide__arrow:hover::before {
  color: #e41922;
}
.right-k .splide__arrow.splide__arrow--next {
  right: 2rem;
}

.c {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 50%;
  background: #f4f4f4;
  padding: 5rem 6rem;
}
@media (max-width: 1250px) {
  .c {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    padding: 2rem 4rem;
  }
}
@media (max-width: 1020px) {
  .c {
    padding: 2rem;
  }
}
.c p {
  margin: 0;
}

.arrow {
  font-weight: 700;
  font-size: 2.5rem;
  color: #111;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  align-items: flex-start;
  align-items: stretch;
}
@media (max-width: 1020px) {
  .arrow {
    font-size: 1.5rem;
  }
}
.arrow::after {
  content: "\e903";
  font-family: "icomoon";
  margin-left: 2.4rem;
  transition: margin 0.3s ease-in-out;
}
.arrow:hover {
  color: #e41922;
}
.arrow:hover::after {
  margin-left: 3rem;
}

.container-bottom-a {
  display: flex;
  flex-wrap: wrap;
}
.container-bottom-a .card {
  margin: 0;
  width: 100%;
}

.sigplus-gallery {
  width: 100%;
}
.sigplus-gallery ul {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 782px) {
  .sigplus-gallery ul {
    grid-template-columns: 1fr 1fr;
  }
}
.sigplus-gallery ul li {
  margin: 0 !important;
  padding: 0;
  line-height: 0;
  background: #e41922 !important;
}
.sigplus-gallery ul li a {
  width: 100%;
  line-height: 0;
  padding: 0;
  overflow: hidden;
}
.sigplus-gallery ul li a img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.sigplus-gallery ul li a:hover {
  opacity: 0.5;
}
.sigplus-gallery ul li a:hover img {
  transform: scale(1.1);
}

.gallery-products .captionplus > .captionplus-overlay.captionplus-mouseover {
  visibility: visible;
  line-height: 1.1;
  height: auto;
  font-size: 15px;
}
.gallery-products .captionplus-horizontal-center.captionplus-vertical-center {
  /* transform: translate(-50%,-50%); */
  position: relative;
  text-align: center;
  left: 0;
  right: 0;
  padding: 10px;
  transition: none;
  transform: none;
}
.gallery-products .captionplus {
  display: flex;
  position: relative;
  white-space: normal;
  width: 100%;
}
@media (max-width: 1020px) {
  .gallery-products .captionplus .captionplus-overlay {
    display: none;
  }
}
.gallery-products .captionplus a {
  padding: 0px;
  display: inline-block !important;
  width: auto;
}
.gallery-products .sigplus-gallery {
  display: flex;
  justify-content: space-between;
}
.gallery-products .sigplus-gallery ul {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery-products .sigplus-gallery ul li {
  margin: 0 !important;
  padding: 0;
  line-height: 0;
  background: #fff !important;
  margin-bottom: 1rem !important;
  display: flex !important;
  border: 1px solid #f1f1f1;
  min-height: 18rem;
}
@media (max-width: 1250px) {
  .gallery-products .sigplus-gallery ul li {
    min-height: auto;
  }
}
@media (max-width: 1020px) {
  .gallery-products .sigplus-gallery ul li {
    width: 32%;
  }
}
@media (max-width: 480px) {
  .gallery-products .sigplus-gallery ul li {
    width: 48%;
  }
}
.gallery-products .sigplus-gallery ul li a {
  width: 100%;
  line-height: 0;
  padding: 0;
  padding: 25px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.gallery-products .sigplus-gallery ul li a img {
  width: 100%;
}
.gallery-products .sigplus-gallery ul li a:hover {
  opacity: 0.5;
}
.gallery-products .sigplus-gallery ul li .captionplus-overlay a {
  padding: 0px !important;
  display: inline-block !important;
  width: auto !important;
}

.fancybox-button:hover, .fancybox-button:focus, .fancybox-button:active {
  background: #e41922;
}

.galeria {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.galeria > div {
  width: 48%;
}
.galeria > div img {
  width: 100%;
}

.clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.clients p {
  width: 30%;
  padding: 1rem;
  margin: 1%;
  border: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 782px) {
  .clients p {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .clients p {
    width: 100%;
  }
}
.clients p:hover {
  background-color: rgba(241, 241, 241, 0.3);
}

.w-100 {
  width: 100%;
  padding: 4rem;
  margin-bottom: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
@media (max-width: 1020px) {
  .w-100 {
    padding: 2rem;
  }
}

.flex {
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1020px) {
  .flex {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.flex p {
  margin: 0;
}
.flex h3 {
  margin: 0;
  margin-right: 3rem;
  margin-left: 8rem;
}
@media (max-width: 1020px) {
  .flex h3 {
    margin: 1rem 0;
  }
}

.flex-c p {
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1020px) {
  .flex-c p {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.bottom-a .card-body .newsflash {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 4rem;
}
.bottom-a .card-body .newsflash::before {
  content: "";
  background-image: url(../img/bg-news.png);
  width: 167px;
  height: 165px;
  position: absolute;
  left: -121px;
  top: -104px;
  z-index: 4;
}
@media (max-width: 1390px) {
  .bottom-a .card-body .newsflash::before {
    width: 110px;
    height: 128px;
    position: absolute;
    left: -60px;
    top: -104px;
    z-index: 4;
    background-size: contain;
    background-repeat: no-repeat;
    left: -41px;
    top: -69px;
  }
}
@media (max-width: 1020px) {
  .bottom-a .card-body .newsflash::before {
    width: 76px;
    height: 54px;
    left: -21px;
    top: -34px;
  }
}
@media (max-width: 1250px) {
  .bottom-a .card-body .newsflash {
    flex-wrap: wrap;
  }
}
.bottom-a .card-body .newsflash > div {
  width: 31%;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background: #173460;
}
@media (max-width: 782px) {
  .bottom-a .card-body .newsflash > div {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.bottom-a .card-body .newsflash > div::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 15%;
  background: rgb(0, 12, 15);
  background: linear-gradient(0deg, rgb(0, 12, 15) 5%, rgba(255, 255, 255, 0) 50%);
  content: "";
  pointer-events: none;
  z-index: 1;
}
.bottom-a .card-body .newsflash > div a {
  display: block;
  width: 100%;
  height: 16rem;
}
@media (max-width: 1020px) {
  .bottom-a .card-body .newsflash > div a {
    height: 13rem;
  }
}
.bottom-a .card-body .newsflash > div .newsflash-title {
  position: absolute;
  bottom: 1.5rem;
  color: #fff;
  left: 1.5rem;
  right: 1.5rem;
  margin: 0;
  font-size: 1.1rem;
  z-index: 10;
  padding-right: 5rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1020px) {
  .bottom-a .card-body .newsflash > div .newsflash-title {
    font-size: 1.1rem;
  }
}
@media (max-width: 782px) {
  .bottom-a .card-body .newsflash > div .newsflash-title {
    bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .bottom-a .card-body .newsflash > div .newsflash-title {
    font-size: 1rem;
    left: 1rem;
    right: 1rem;
    padding-right: 4rem;
  }
}
.bottom-a .card-body .newsflash > div .newsflash-title::after {
  content: "\e903";
  font-family: "icomoon";
  margin-left: 2.4rem;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 1rem;
  top: auto;
}
.bottom-a .card-body .newsflash > div img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.bottom-a .card-body .newsflash > div .intro {
  bottom: -5rem;
  color: #fff;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  left: 1.5rem;
  right: 1.5rem;
  font-size: 0.9rem;
  text-align: left;
}
.bottom-a .card-body .newsflash > div .intro p {
  font-size: 0.9rem;
}
@media (max-width: 1020px) {
  .bottom-a .card-body .newsflash > div .intro {
    display: none;
  }
}
.bottom-a .card-body .newsflash > div a:hover .newsflash-title {
  bottom: 1rem;
  opacity: 0;
}
.bottom-a .card-body .newsflash > div a:hover .newsflash-title::after {
  right: 0.5rem;
}
.bottom-a .card-body .newsflash > div a:hover img {
  opacity: 0.4;
  transform: scale(1.05);
}
.bottom-a .card-body .newsflash > div a:hover .intro {
  bottom: 1.2rem;
}

.com-content-article__body {
  margin-bottom: 4rem;
}
.com-content-article__body .offer {
  padding: 2rem 0;
}

.com-content-article .item-image {
  float: right;
  width: 25%;
  padding: 2rem;
  text-align: center;
  border: 1px solid #f1f1f1;
  margin-left: 3rem;
}
@media (max-width: 480px) {
  .com-content-article .item-image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
.com-content-article .item-image img {
  margin-bottom: 1.5rem;
}

.certrow {
  display: flex;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.certrow:hover {
  background-color: rgba(241, 241, 241, 0.3);
}
.certrow > div {
  width: 33.33%;
}
.certrow > div:nth-child(1) {
  width: 20%;
}
.certrow > div:nth-child(2) {
  width: 50%;
  font-weight: 600;
  font-size: 1.1rem;
}
.certrow > div:nth-child(2) p {
  font-weight: 600;
  margin: 0;
  font-size: 1.1rem;
}
.certrow > div:last-child {
  width: 20%;
  font-weight: 700;
  padding-left: 2rem;
}

.container-sidebar-left {
  width: 20%;
  border: none;
}
@media (max-width: 782px) {
  .container-sidebar-left {
    width: 100%;
    margin-top: 2rem;
  }
}
.container-sidebar-left .card {
  margin: 0;
  padding: 0;
}
.container-sidebar-left .mod-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.container-sidebar-left .mod-menu li {
  border-bottom: 1px solid #f1f1f1;
  padding: 0.6rem 0;
}
.container-sidebar-left .mod-menu li ul {
  border-top: 1px solid #f1f1f1;
  margin-top: 0.7rem;
}
.container-sidebar-left .mod-menu li ul a {
  padding-left: 1rem;
}
.container-sidebar-left .mod-menu li a {
  color: #111;
  line-height: 1.1;
}
.container-sidebar-left .mod-menu li a:hover {
  color: #e41922;
}
.container-sidebar-left .mod-menu li.current > a {
  color: #e41922;
}
.container-sidebar-left .mod-menu li.deeper {
  border-bottom: none;
}
.container-sidebar-left .mod-menu li.deeper > a {
  font-weight: 600;
}

.has-sidebar-left .container-component {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 782px) {
  .has-sidebar-left .container-component {
    flex-wrap: wrap-reverse;
  }
}
.has-sidebar-left .container-component .item-page {
  width: 70%;
}
@media (max-width: 782px) {
  .has-sidebar-left .container-component .item-page {
    width: 100%;
  }
}

.mod-breadcrumbs__wrapper {
  background: #f2f4f8;
  padding: 3rem 0 2.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
@media (max-width: 480px) {
  .mod-breadcrumbs__wrapper {
    padding: 1.5rem 0 1.5rem 0;
  }
}
.mod-breadcrumbs__wrapper::after {
  content: "";
  background-image: url(../img/bg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 132px;
  height: 94px;
  display: block;
  position: absolute;
  bottom: -41px;
  right: 18%;
  background-size: contain;
}
@media (max-width: 1020px) {
  .mod-breadcrumbs__wrapper::after {
    width: 83px;
    height: 59px;
    bottom: -25px;
  }
}
@media (max-width: 480px) {
  .mod-breadcrumbs__wrapper::after {
    right: 0;
    width: 50px;
  }
}
.mod-breadcrumbs__wrapper .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  flex-direction: row;
}
@media (max-width: 1660px) {
  .mod-breadcrumbs__wrapper .breadcrumb {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 782px) {
  .mod-breadcrumbs__wrapper .breadcrumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
.mod-breadcrumbs__wrapper .breadcrumb li {
  margin-inline-end: 0;
  color: #929191;
  margin: 0;
}
.mod-breadcrumbs__wrapper .breadcrumb a {
  color: #173460;
}
.mod-breadcrumbs__wrapper .breadcrumb a:hover {
  color: #e41922;
}
.mod-breadcrumbs__wrapper li + li + li:before {
  margin-left: 0.5rem;
}
.mod-breadcrumbs__wrapper .breadcrumb li + li + li:before {
  content: "|";
}
.mod-breadcrumbs__wrapper .title-bre {
  margin: 0;
  padding: 0 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0.6rem;
  text-align: center;
}
@media (max-width: 782px) {
  .mod-breadcrumbs__wrapper .title-bre {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .mod-breadcrumbs__wrapper .title-bre {
    font-size: 1.4rem;
  }
}

.item-page-tekst {
  padding: 6rem 0 3rem 0;
}
@media (max-width: 1250px) {
  .item-page-tekst {
    padding: 3rem 0 2rem 0;
  }
}

.container-bottom-b {
  text-align: center;
  position: relative;
  display: flex;
  overflow: hidden;
}
.container-bottom-b .card {
  width: 100%;
}
.container-bottom-b .card-body {
  width: 100%;
  position: relative;
}
.container-bottom-b .splide__track {
  padding: 3rem 2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.container-bottom-b ul {
  align-items: center;
}
.container-bottom-b ul li {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-bottom-b ul li img {
  max-height: 2rem;
  width: auto;
  margin: 0 2rem;
}
.container-bottom-b .splide__arrow::before {
  font-size: 1.2rem;
  color: #fff !important;
}

.container-bottom-a,
.container-bottom-b,
.container-footer > div,
.container-top-a,
.container-top-b {
  grid-template-columns: auto;
}

.iso {
  align-items: center;
  display: flex;
}
.iso span {
  margin-left: 5px;
}

.video-box {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media (max-width: 480px) {
  .video-box {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
}
.video-box iframe {
  width: 50%;
  width: calc(50% - 10px);
  aspect-ratio: 3/2;
  height: auto;
}
@media (max-width: 480px) {
  .video-box iframe {
    width: 100%;
  }
}
.video-box.video-box2 {
  margin-top: 1rem;
}

.yt-video {
  width: 50%;
  width: calc(50% - 10px);
  aspect-ratio: 3/2;
}
@media (max-width: 480px) {
  .yt-video {
    width: 100%;
  }
}

.footer {
  background-color: #eff5ff;
  padding-bottom: 0;
  margin-top: 4rem;
  padding: 4rem 0;
  position: relative;
}
@media (max-width: 782px) {
  .footer {
    padding: 2rem 0;
    text-align: center;
  }
}
.footer .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .container > div {
  width: 30%;
  margin: 0;
}
@media (max-width: 782px) {
  .footer .container > div {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 782px) {
  .footer * {
    text-align: center;
  }
}
.footer img {
  display: inline-block;
}
@media (max-width: 782px) {
  .footer .iso {
    justify-content: center;
  }
}
.footer .card-header {
  font-size: 1.7rem;
}
@media (max-width: 782px) {
  .footer .card-header {
    margin-bottom: 10px;
  }
}
.footer a {
  color: #111;
}
.footer a:hover {
  color: #e41922;
}
.footer .container-full {
  display: flex;
  grid-gap: 0;
  margin-top: 1rem;
}
@media (max-width: 1250px) {
  .footer .container-full {
    flex-wrap: wrap;
  }
}
.footer .mod-menu li {
  margin-bottom: 1rem;
}
@media (max-width: 782px) {
  .footer .mod-menu li {
    margin: 0;
  }
}
.footer .mod-menu li.current a {
  color: #e41922;
}
.footer .bg-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  background-image: url(../img/bg-footer.png);
  height: 58px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.footer .bg {
  background: #cdd8eb;
  display: none;
  height: 58px;
  aspect-ratio: 1/1;
}

.copy {
  font-size: 0.9rem;
  padding: 1rem 0;
  display: flex;
}
.copy .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1020px) {
  .copy .container {
    flex-direction: column;
  }
}
.copy .container p,
.copy .container a {
  margin: 0;
}
.copy .container p {
  margin: 4px 0;
}

.map {
  width: 50%;
  position: relative;
  z-index: 1;
  min-height: 300px;
}
.map .btn {
  position: absolute;
  top: 3rem;
  right: 2rem;
  z-index: 990;
  background: #fff;
}
.map .btn span {
  color: #7d96bc;
}
.map .btn:hover span {
  color: #fff;
}
.map .leaflet-tile-container img {
  filter: grayscale(100%);
}
.map .map,
.map .mod-custom {
  display: flex;
  width: 100%;
  height: 100%;
}
.map .leaflet-marker-pane img {
  background: transparent;
  border: none;
}

.contct-form {
  width: 50%;
  background: #173460;
  padding: 4rem;
  padding-right: calc((100vw - 1440px) / 2);
}
@media (max-width: 1660px) {
  .contct-form {
    padding-right: 4rem;
  }
}
@media (max-width: 782px) {
  .contct-form {
    padding: 3rem 2rem;
  }
}
.contct-form .rsform-submit-button::before {
  display: none;
}
.contct-form .rsform-submit-button:hover {
  background: #7d96bc;
}
.contct-form .rsform-submit-button:hover span {
  color: #fff;
}
.contct-form h2,
.contct-form p,
.contct-form input,
.contct-form label {
  color: #fff;
}
.contct-form label {
  font-weight: 300;
}
.contct-form select {
  border-radius: 0;
  border: 1px solid #7d96bc;
  font-size: 1rem;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTYgOTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTgxLjg0NiAyNS4zODhhNi4wMjQgNi4wMjQgMCAwIDAtOC40NS43NjdMNDggNTYuNjI1bC0yNS4zOTYtMzAuNDdhNS45OTkgNS45OTkgMCAxIDAtOS4yMTEgNy42ODlsMzAuMDAxIDM2LjAwMWE1Ljk5NyA1Ljk5NyAwIDAgMCA5LjIxMiAwbDMwLjAwMS0zNi4wMDJhNi4wMDggNi4wMDggMCAwIDAtLjc2MS04LjQ1NVoiIGZpbGw9IiNmZmZmZmYiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==") !important;
  background-position: right 10px center !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  color: #fff;
}
.contct-form select:focus, .contct-form select:hover {
  outline: none;
  border-color: #fff;
  color: #fff;
}
.contct-form select option {
  background: #173460;
  color: #fff;
}
.contct-form textarea {
  border-radius: 0;
  color: #fff;
  font-size: 0.9rem;
  border-color: #7d96bc;
}
.contct-form textarea:focus, .contct-form textarea:hover {
  outline: none;
  border-color: #fff;
  color: #fff;
}
.contct-form input {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #7d96bc;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 300;
}
.contct-form input:focus, .contct-form input:hover {
  outline: none;
  border-color: #fff;
  color: #fff;
}
.contct-form input ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.contct-form input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.contct-form input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.contct-form input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.contct-form .rsform-type-textarea {
  margin-top: 2rem;
}
.contct-form .rsform-type-textarea label {
  font-size: 0.9rem;
}
.contct-form .formError {
  color: #e41922;
  font-size: 16px;
  font-weight: 300;
}
.contct-form .rsform-block-rodo1 input,
.contct-form .rsform-block-rodo2 input {
  visibility: hidden;
  display: none;
}
.contct-form .rsform-block-rodo1 label,
.contct-form .rsform-block-rodo2 label {
  font-size: 14px;
  position: relative;
  padding-left: 1.7rem;
  cursor: pointer;
}
@media (max-width: 480px) {
  .contct-form .rsform-block-rodo1 label,
  .contct-form .rsform-block-rodo2 label {
    font-size: 11px;
  }
}
.contct-form .rsform-block-rodo1 label::before,
.contct-form .rsform-block-rodo2 label::before {
  position: absolute;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #7d96bc;
  content: "";
  transition: all 0.2s, background 0.2s ease-in-out;
}
.contct-form .rsform-block-rodo1 label a,
.contct-form .rsform-block-rodo2 label a {
  text-decoration: underline;
}
.contct-form .rsform-block-rodo1 label a:hover,
.contct-form .rsform-block-rodo2 label a:hover {
  color: #7d96bc;
}
.contct-form .rsform-block-rodo1 label:hover::before,
.contct-form .rsform-block-rodo2 label:hover::before {
  background: #7d96bc;
}
.contct-form .rsform-block-rodo1 input:checked ~ label::before,
.contct-form .rsform-block-rodo2 input:checked ~ label::before {
  background: #7d96bc;
  transform: rotate(180deg);
}
.contct-form .rsform-block-rodo1 input:checked ~ label::after,
.contct-form .rsform-block-rodo2 input:checked ~ label::after {
  content: "✔";
  position: absolute;
  left: 0.3rem;
  color: #fff;
  top: 1px;
}
@media (max-width: 480px) {
  .contct-form .rsform-block-rodo1 input:checked ~ label::after,
  .contct-form .rsform-block-rodo2 input:checked ~ label::after {
    font-size: 10px;
  }
}

.contct-form-szkolenia {
  padding: 4rem;
}
@media (max-width: 1660px) {
  .contct-form-szkolenia {
    padding-right: 4rem;
  }
}
@media (max-width: 782px) {
  .contct-form-szkolenia {
    padding: 3rem 2rem;
  }
}
.contct-form-szkolenia #Submit {
  color: #fff;
}

:is(input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=date],
input[type=time],
input[type=month],
input[type=week],
input[type=datetime-local])::-moz-placeholder {
  color: #fff;
}

:is(input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=date],
input[type=time],
input[type=month],
input[type=week],
input[type=datetime-local])::placeholder {
  color: #fff;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #fff;
}

.projekt {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #e41922;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.projekt .col1 {
  width: 28%;
  border-right: 1px solid #f1f1f1;
  padding-right: 3rem;
  text-align: center;
}
@media (max-width: 1020px) {
  .projekt .col1 {
    width: 100%;
    padding-right: 0;
    border: none;
  }
}
.projekt .col1 h4 {
  text-align: center;
}
.projekt .col1 img {
  margin: 1rem auto;
}
.projekt .col2 {
  width: 70%;
  padding-left: 2rem;
}
@media (max-width: 1020px) {
  .projekt .col2 {
    width: 100%;
    padding-left: 0;
    border: none;
  }
}
.projekt .col2 h2 {
  font-size: 1.3rem;
}
@media (max-width: 1020px) {
  .projekt {
    flex-wrap: wrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.contct-form-center {
  margin: auto;
  padding: 4rem;
}
@media (max-width: 1020px) {
  .contct-form-center {
    width: 100%;
    padding: 2rem;
  }
}
@media (max-width: 480px) {
  .contct-form-center {
    padding: 1.3rem;
  }
}
.contct-form-center * {
  color: #fff;
}

.soial-icon {
  position: fixed;
  left: 1.5rem;
  top: 50%;
  z-index: 10;
  margin-top: 0;
  z-index: 100;
  box-shadow: 0px 0px 73px 0px rgba(125, 150, 188, 0.36);
  border-radius: 1.8rem;
  background: #fff;
  padding: 1rem;
  transform: translateY(-50%);
}
@media (max-width: 1660px) {
  .soial-icon {
    left: 0.5rem;
    padding: 0.7rem;
  }
}
@media (max-width: 1020px) {
  .soial-icon {
    display: none;
  }
}
.soial-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.soial-icon ul li {
  margin: 0.6rem 0;
  position: relative;
}
.soial-icon ul li:first-child {
  margin-top: 0;
}
.soial-icon ul li:last-child {
  margin-bottom: 0;
}
.soial-icon ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7d96bc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1660px) {
  .soial-icon ul li a {
    width: 22px;
    height: 22px;
    font-size: 13px;
  }
}
.soial-icon ul li a .icon-linked {
  font-size: 18px;
}
.soial-icon ul li a:hover {
  background-color: #e41922;
  border-color: #e41922;
  transform: scale(1.05);
}
.soial-icon ul li .txt {
  text-indent: -99999px;
  position: relative;
  display: inline-block;
}
.soial-icon ul li::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

.box-full-width-2-kol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.box-full-width-2-kol::after {
  background-image: url(../img/bg-dark-blue-left.png);
  height: 239px;
  width: 178px;
  right: auto;
  left: 0;
  top: -57px;
  z-index: 99;
}
@media (max-width: 1390px) {
  .box-full-width-2-kol::after {
    height: 209px;
    width: 124px;
    background-size: contain;
    top: -62px;
  }
}
@media (max-width: 1020px) {
  .box-full-width-2-kol::after {
    height: 189px;
    width: 66px;
    background-size: contain;
    top: -71px;
  }
}
@media (max-width: 782px) {
  .box-full-width-2-kol::after {
    height: 154px;
    width: 41px;
    top: -63px;
  }
}
.box-full-width-2-kol::before {
  background-image: url(../img/bg-dark-blue-left.png);
  background-repeat: no-repeat;
  height: 239px;
  width: 178px;
  right: 0;
  left: auto;
  bottom: -79px;
  z-index: 99;
  content: "";
  display: block;
  position: absolute;
}
@media (max-width: 1390px) {
  .box-full-width-2-kol::before {
    height: 209px;
    width: 124px;
    background-size: contain;
    bottom: -98px;
  }
}
@media (max-width: 1020px) {
  .box-full-width-2-kol::before {
    height: 189px;
    width: 66px;
    background-size: contain;
    bottom: -129px;
  }
}
@media (max-width: 782px) {
  .box-full-width-2-kol::before {
    height: 154px;
    width: 41px;
    bottom: -117px;
  }
}
@media (max-width: 782px) {
  .box-full-width-2-kol {
    flex-wrap: wrap-reverse;
  }
}
.box-full-width-2-kol > div {
  width: 50%;
}
@media (max-width: 782px) {
  .box-full-width-2-kol > div {
    width: 100%;
  }
}

.erorr-404 .header {
  text-align: center;
  border: none;
}
.erorr-404 .header .navbar {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 2rem;
  border: none;
}
.erorr-404 .container-component {
  padding-top: 15rem;
}
@media (max-width: 782px) {
  .erorr-404 .container-component {
    padding-top: 10rem;
  }
}
.erorr-404 .container-component h1 {
  text-align: center;
}
.erorr-404 .container-component .card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.splide__arrow {
  font-family: "icomoon";
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  top: calc(50% - 1rem);
  z-index: 9;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-in-out;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow::before {
  font-size: 2rem;
  display: block;
}
.splide__arrow.splide__arrow--next {
  right: 0;
}
.splide__arrow.splide__arrow--next::before {
  content: "\e903";
  color: #111;
}
.splide__arrow.splide__arrow--prev::before {
  content: "\e903";
  color: #111;
  transform: rotate(180deg);
}
.splide__arrow:hover, .splide__arrow:focus {
  background: none;
  outline: none;
  transform: scale(1.1);
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
  margin-top: 1rem;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
  margin-right: 1rem;
}
@media (max-width: 782px) {
  .splide__pagination li {
    margin-right: 10px;
  }
}
.splide__pagination li button {
  width: 15px;
  height: 15px;
  padding: 0;
  border: none;
  font-weight: normal;
  border-radius: 50%;
  background: #d8dfeb;
}
@media (max-width: 782px) {
  .splide__pagination li button {
    width: 8px;
    height: 8px;
  }
}
.splide__pagination li button.is-active, .splide__pagination li button:hover {
  background: #7d96bc;
  outline: none;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-bar {
  display: none;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #173460;
  z-index: 999;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
  cursor: pointer !important;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-control-attribution svg {
  display: inline !important;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
.back-to-top {
  background-color: #fff;
  bottom: -70px;
  right: 1rem;
  color: #d5d5d5;
  display: block;
  font-size: 30px;
  width: 60px;
  height: 60px;
  position: fixed;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.1);
  padding: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  transition: all 0.8s ease 0s;
  display: flex;
  align-content: center;
  justify-content: center;
  z-index: 10;
}
.back-to-top::after {
  font-family: "icomoon";
  content: "\e907";
  transform: rotate(180deg);
  font-size: 20px;
}
@media (max-width: 1390px) {
  .back-to-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .back-to-top {
    right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.active-top {
  bottom: 1rem;
}
@media (max-width: 480px) {
  .active-top {
    bottom: 10px;
  }
}

.back-to-top svg {
  color: #cfcfcf;
  fill: #cfcfcf;
  width: 22px;
  opacity: 0.8;
}
@media (max-width: 1390px) {
  .back-to-top svg {
    width: 19px;
  }
}
@media (max-width: 480px) {
  .back-to-top svg {
    width: 15px;
  }
}
.back-to-top:hover {
  background-color: #7d96bc;
  color: #fff;
}
.back-to-top:hover svg {
  color: #fff;
  fill: #fff;
  opacity: 1;
}

.tab-title {
  position: relative;
}

.h2-tab-title {
  position: absolute;
  left: 3rem;
  top: 3rem;
  right: 40%;
  right: 65%;
  text-align: center;
}
@media (max-width: 782px) {
  .h2-tab-title {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    margin: 2rem 0;
  }
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs][data-rlta-orientation=vertical][data-rlta-positioning=left] {
  margin: 3rem;
  box-shadow: 0px 0px 73px 0px rgba(125, 150, 188, 0.36);
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-positioning=left] > [data-rlta-element=button-list] {
  width: 35%;
  text-align: left;
  min-width: 35%;
  border-right: 4px solid #eff5ff;
  padding-top: 2rem;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs][data-rlta-orientation=vertical] > [data-rlta-element=panels] {
  padding: 2rem 5rem;
  border: none;
}
@media (max-width: 1020px) {
  [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs][data-rlta-orientation=vertical] > [data-rlta-element=panels] {
    padding: 2rem 1rem;
  }
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-positioning=left] > [data-rlta-element=button-list] > [data-rlta-element=button]:not([data-rlta-state=closed]),
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-positioning=left] > [data-rlta-element=button-list] > [data-rlta-element=button] {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  padding: 16px 3.5rem 16px 2.5rem;
  position: relative;
}
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-positioning=left] > [data-rlta-element=button-list] > [data-rlta-element=button]:not([data-rlta-state=closed]).tab-title,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-positioning=left] > [data-rlta-element=button-list] > [data-rlta-element=button].tab-title {
  margin-top: 7rem;
}
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-positioning=left] > [data-rlta-element=button-list] > [data-rlta-element=button]:not([data-rlta-state=closed])::after,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-positioning=left] > [data-rlta-element=button-list] > [data-rlta-element=button]::after {
  content: "\e903";
  font-family: "icomoon" !important;
  font-size: 1.5rem;
  position: absolute;
  right: 3rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-positioning=left] > [data-rlta-element=button-list] > [data-rlta-element=button]:not([data-rlta-state=closed]) h3,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-positioning=left] > [data-rlta-element=button-list] > [data-rlta-element=button] h3 {
  font-size: 1.1rem;
  font-weight: 600;
}
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-positioning=left] > [data-rlta-element=button-list] > [data-rlta-element=button]:not([data-rlta-state=closed]):hover,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-positioning=left] > [data-rlta-element=button-list] > [data-rlta-element=button]:hover {
  background: #eff5ff;
}
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-positioning=left] > [data-rlta-element=button-list] > [data-rlta-element=button]:not([data-rlta-state=closed]):hover::after,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-positioning=left] > [data-rlta-element=button-list] > [data-rlta-element=button]:hover::after {
  opacity: 1;
  right: 2rem;
}

[data-rlta-element=panel-content] img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 3rem;
}
@media (max-width: 480px) {
  [data-rlta-element=panel-content] img {
    max-height: 250px;
    margin-top: 1.3rem;
  }
}
@media (max-width: 480px) {
  [data-rlta-element=panel-content] {
    padding: 1.5rem 0 !important;
  }
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button]:not([data-rlta-state=closed]),
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button]:not([data-rlta-state=closed]):hover,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button]:not([data-rlta-state=closed]),
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button]:not([data-rlta-state=closed]):hover {
  background: #eff5ff;
}
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button]:not([data-rlta-state=closed])::before,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button]:not([data-rlta-state=closed]):hover::before,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button]:not([data-rlta-state=closed])::before,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button]:not([data-rlta-state=closed]):hover::before {
  position: absolute;
  left: -55px;
  top: 0;
  bottom: 0;
  width: 55px;
  height: 100%;
  content: "";
  display: block;
  background: #e41922;
  aspect-ratio: 1/1;
}
@media (max-width: 782px) {
  [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button]:not([data-rlta-state=closed])::before,
  [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button]:not([data-rlta-state=closed]):hover::before,
  [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button]:not([data-rlta-state=closed])::before,
  [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button]:not([data-rlta-state=closed]):hover::before {
    display: none;
  }
}
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button]:not([data-rlta-state=closed])::after,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button]:not([data-rlta-state=closed]):hover::after,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button]:not([data-rlta-state=closed])::after,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button]:not([data-rlta-state=closed]):hover::after {
  opacity: 1;
  right: 2rem;
}
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button]:not([data-rlta-state=closed]).blue::before,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button]:not([data-rlta-state=closed]):hover.blue::before,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button]:not([data-rlta-state=closed]).blue::before,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button]:not([data-rlta-state=closed]):hover.blue::before {
  background: #173460 !important;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-positioning=left][data-rlta-type=accordions] > [data-rlta-element=panel],
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-positioning=left][data-rlta-type=tabs] > [data-rlta-element=panels] > [data-rlta-element=panel] {
  border: none;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button][data-rlta-state=open],
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button][data-rlta-state=opening],
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button] {
  border-radius: 0 !important;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button]:focus,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions] > [data-rlta-element=button]:hover {
  background: #eff5ff;
}

[data-rlta-type=tabs][data-rlta-orientation=horizontal] {
  box-shadow: 0px 0px 73px 0px rgba(125, 150, 188, 0.36);
  margin: 3rem;
}
[data-rlta-type=tabs][data-rlta-orientation=horizontal] [aria-orientation=horizontal] {
  border-bottom: 5px solid #eff5ff;
}
[data-rlta-type=tabs][data-rlta-orientation=horizontal] [aria-orientation=horizontal] [data-rlta-element=button] {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0.9rem 1rem !important;
  margin: 0 5px !important;
  background: transparent !important;
  transition: all 0.3s ease-in-out;
}
[data-rlta-type=tabs][data-rlta-orientation=horizontal] [aria-orientation=horizontal] [data-rlta-element=button] h3 {
  font-size: 1.1rem !important;
}
[data-rlta-type=tabs][data-rlta-orientation=horizontal] [aria-orientation=horizontal] [data-rlta-element=button]:hover {
  background: #e41922 !important;
  color: #fff !important;
}
[data-rlta-type=tabs][data-rlta-orientation=horizontal] [aria-orientation=horizontal] [data-rlta-element=button]:hover h3 {
  color: #fff;
}
[data-rlta-type=tabs][data-rlta-orientation=horizontal] [aria-orientation=horizontal] [data-rlta-element=button]::before {
  display: none !important;
}
[data-rlta-type=tabs][data-rlta-orientation=horizontal] [aria-orientation=horizontal] [data-rlta-state=open] {
  background: #e41922 !important;
  color: #fff !important;
}
[data-rlta-type=tabs][data-rlta-orientation=horizontal] [aria-orientation=horizontal] [data-rlta-state=open] h3 {
  color: #fff;
}
[data-rlta-type=tabs][data-rlta-orientation=horizontal] [data-rlta-element=panel] {
  border: none !important;
  padding: 3rem !important;
}
[data-rlta-type=tabs][data-rlta-orientation=horizontal] [data-rlta-element=panel] h3 {
  font-size: 1.7rem;
  margin-bottom: 2.5rem;
}
[data-rlta-type=tabs][data-rlta-orientation=horizontal] [data-rlta-element=panel] ul.ok {
  font-size: 1.2rem;
  font-weight: 500;
}

[data-rlta-type=accordions] > div ol {
  margin-left: 10px;
}
[data-rlta-type=accordions] > div::before {
  display: none !important;
}
[data-rlta-type=accordions] [data-rlta-element=button] {
  border-radius: 0 !important;
  border: none !important;
  background: transparent !important;
  padding: 1.1rem 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  margin: 0 !important;
}
[data-rlta-type=accordions] [data-rlta-element=button] h3 {
  color: #111 !important;
  font-size: 1.7rem !important;
  font-weight: 600 !important;
  padding-right: 3rem !important;
  position: relative;
}
@media (max-width: 1020px) {
  [data-rlta-type=accordions] [data-rlta-element=button] h3 {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 480px) {
  [data-rlta-type=accordions] [data-rlta-element=button] h3 {
    font-size: 1.1rem !important;
  }
}
[data-rlta-type=accordions] [data-rlta-element=button] h3::after {
  content: "\e903";
  position: absolute;
  right: 0.5rem;
  font-family: "icomoon2" !important;
  font-weight: normal !important;
  font-size: 1.4rem;
  top: 4px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  [data-rlta-type=accordions] [data-rlta-element=button] h3::after {
    font-size: 1.1rem !important;
    top: 2px;
  }
}
[data-rlta-type=accordions] [data-rlta-element=button]:hover h3 {
  color: #173460 !important;
}
[data-rlta-type=accordions] [data-rlta-state=open] h3::after {
  transform: rotate(180deg);
}
[data-rlta-type=accordions] [data-rlta-element=panel] {
  border: none !important;
  padding: 0 0 1rem 0 !important;
  font-size: 1.3rem;
  border-bottom: 1px solid #e5e5e5 !important;
}
[data-rlta-type=accordions] [data-rlta-element=panel] p {
  font-size: 1.3rem;
  line-height: 1.4;
}
@media (max-width: 1390px) {
  [data-rlta-type=accordions] [data-rlta-element=panel] p {
    font-size: 1.2rem;
  }
}
@media (max-width: 1020px) {
  [data-rlta-type=accordions] [data-rlta-element=panel] p {
    font-size: 1.2rem;
  }
}
[data-rlta-type=accordions] [data-rlta-element=panel] ul {
  margin-left: 1rem;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media (max-width: 1390px) {
  [data-rlta-type=accordions] [data-rlta-element=panel] ul {
    font-size: 1.2rem;
  }
}
@media (max-width: 1020px) {
  [data-rlta-type=accordions] [data-rlta-element=panel] ul {
    font-size: 1.2rem;
  }
}

table {
  border: 2px solid #7d96bc;
}
table :is(th, td) {
  border-top: 2px solid #7d96bc;
  border-right: 2px solid #7d96bc;
  vertical-align: middle;
}

.blue-hover {
  font-size: 1.2rem;
  margin: 5rem 0;
}
@media (max-width: 1020px) {
  .blue-hover {
    margin: 2rem 0;
  }
}
@media (max-width: 782px) {
  .blue-hover {
    font-size: 1rem;
  }
}
.blue-hover .hover {
  background: #e41922;
  color: #fff;
  position: absolute;
  top: -2px;
  right: -2px;
  padding: 1rem;
  display: none;
  text-align: left;
  transform: translateY(-100%);
  max-width: 400px;
}
.blue-hover .hover::after {
  content: "";
  width: 25px;
  height: 25px;
  bottom: -9px;
  display: block;
  background: #e41922;
  transform: rotate(45deg);
  position: absolute;
}
@media (max-width: 782px) {
  .blue-hover .hover::after {
    width: 14px;
    height: 22px;
  }
}
.blue-hover :is(th, td) {
  position: relative;
  text-align: center;
  padding: 1rem;
  width: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  vertical-align: middle;
}
.blue-hover :is(th, td):hover {
  background: #7d96bc;
  color: #fff;
}
.blue-hover :is(th, td):hover .hover {
  display: block;
}

.klienci {
  margin: 5rem 6rem;
}
@media (max-width: 782px) {
  .klienci {
    margin: 2rem 3rem;
  }
}
.klienci .splide__arrow--prev {
  margin-left: -6rem;
}
@media (max-width: 782px) {
  .klienci .splide__arrow--prev {
    margin-left: -3rem;
  }
}
.klienci .splide__arrow--next {
  margin-right: -6rem;
}
@media (max-width: 782px) {
  .klienci .splide__arrow--next {
    margin-right: -3rem;
  }
}
.klienci ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 3px solid #7d96bc;
  padding: 1rem;
  overflow: hidden;
  line-height: 1.1;
  text-overflow: ellipsis;
  max-height: 100px;
  font-weight: 600;
}

.opinie,
.referencje {
  margin-left: -2rem;
  margin-right: -2rem;
}
.opinie ul.slider,
.referencje ul.slider {
  padding: 2rem 0 !important;
  margin-top: -2rem !important;
}
@media (max-width: 782px) {
  .opinie ul.slider,
  .referencje ul.slider {
    padding-top: 4rem;
    margin-top: 0 !important;
  }
}
.opinie ul.slider li,
.referencje ul.slider li {
  text-align: center;
  padding: 2rem;
  padding-bottom: 0;
}
@media (max-width: 782px) {
  .opinie ul.slider li,
  .referencje ul.slider li {
    padding: 0.5rem 1rem;
  }
}
.opinie ul.slider li > div,
.referencje ul.slider li > div {
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.09);
  padding: 2rem 1.5rem;
  height: 100%;
  width: 100%;
}
@media (max-width: 480px) {
  .opinie ul.slider li > div,
  .referencje ul.slider li > div {
    padding: 2rem 1rem;
  }
}
.opinie ul.slider li p,
.referencje ul.slider li p {
  font-size: 16px;
  line-height: 1.45;
}
@media (max-width: 480px) {
  .opinie ul.slider li p,
  .referencje ul.slider li p {
    font-size: 14px;
  }
}
.opinie ul.slider li p:first-of-type,
.referencje ul.slider li p:first-of-type {
  padding-top: 2.5rem;
}
.opinie ul.slider li h4,
.referencje ul.slider li h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #173460;
  margin-bottom: 0;
  padding-bottom: 0;
}
.opinie ul.slider li h5,
.referencje ul.slider li h5 {
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
}
.opinie ul.slider li .btn,
.referencje ul.slider li .btn {
  margin: 0;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  font-size: 14px;
}
.opinie ul.slider li .btn::after,
.referencje ul.slider li .btn::after {
  width: 35px;
  font-size: 16px;
}

.referencje ul.splide__list li > div {
  background-color: rgba(125, 150, 188, 0.2);
}

.trenerzy {
  margin-left: -2rem;
  margin-right: -2rem;
  padding-bottom: 4rem;
  position: relative;
}
.trenerzy::after {
  position: absolute;
  content: "";
  background-image: url(../img/bg-4.png);
  height: 234px;
  width: 184px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -155px;
  z-index: 5;
  transform: translateX(-90%);
}
@media (max-width: 1390px) {
  .trenerzy::after {
    height: 209px;
    width: 124px;
    background-size: contain;
    top: -78px;
  }
}
@media (max-width: 1020px) {
  .trenerzy::after {
    height: 189px;
    width: 66px;
    background-size: contain;
    top: -81px;
  }
}
@media (max-width: 782px) {
  .trenerzy::after {
    height: 154px;
    width: 41px;
  }
}
.trenerzy ul.slider {
  padding: 2rem 0 !important;
  margin-top: -2rem !important;
}
.trenerzy ul.slider li {
  text-align: center;
  padding: 2rem;
  padding-bottom: 0;
}
.trenerzy ul.slider li > div {
  height: 100%;
  width: 100%;
  position: relative;
}
.trenerzy ul.slider li > div a {
  height: 100%;
  width: 100%;
  position: relative;
  background: #173460;
  padding: 0;
  display: block;
}
.trenerzy ul.slider li > div a p {
  font-size: 16px;
  line-height: 1.45;
}
.trenerzy ul.slider li > div a p:first-of-type {
  padding-top: 2.5rem;
}
.trenerzy ul.slider li > div a figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.trenerzy ul.slider li > div a h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  padding: 0.8rem 2rem;
  margin: 0;
  position: absolute;
  left: 0;
  background: #fff;
  bottom: 2rem;
  z-index: 1;
}
.trenerzy ul.slider li > div a h4::after {
  content: "";
  background-image: url(../img/bg-trenerzy.png);
  height: 70px;
  width: 70px;
  background-size: cover;
  display: block;
  right: 0;
  top: -41px;
  transform: translateX(100%);
  position: absolute;
}
.trenerzy ul.slider li > div a img {
  max-height: 510px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: all 0.3s ease-in-out;
}
.trenerzy ul.slider li > div a:hover img {
  opacity: 0.8;
}

.trenerzy-szkolania h2 {
  text-align: center;
}
.trenerzy-szkolania > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.trenerzy-szkolania > div li {
  width: 17%;
  position: relative;
  margin: 1rem;
  min-width: 220px;
  list-style: none;
}
.trenerzy-szkolania > div li a {
  height: 100%;
  width: 100%;
  position: relative;
  background: #173460;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.trenerzy-szkolania > div li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 15%;
  background: rgb(0, 12, 15);
  background: linear-gradient(0deg, rgb(0, 12, 15) 5%, rgba(255, 255, 255, 0) 50%);
  content: "";
  pointer-events: none;
  z-index: 1;
}
.trenerzy-szkolania > div li a figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.trenerzy-szkolania > div li a h4 {
  font-size: 17px;
  font-weight: 600;
  color: #111;
  padding: 0.8rem 1rem;
  margin: 0;
  position: absolute;
  left: 0;
  background: #fff;
  bottom: 2rem;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.trenerzy-szkolania > div li a h4::after {
  content: "";
  background-image: url(../img/bg-trenerzy.png);
  height: 40px;
  width: 40px;
  background-size: cover;
  display: block;
  right: 0;
  top: -24px;
  transform: translateX(100%);
  position: absolute;
}
.trenerzy-szkolania > div li a img {
  max-height: 510px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: all 0.3s ease-in-out;
}
.trenerzy-szkolania > div li a:hover h4 {
  bottom: 3rem;
}
.trenerzy-szkolania > div li a:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}
.trenerzy-szkolania > div li h4 {
  position: absolute;
}

.szkolenia-bottom-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  padding: 1rem;
  box-shadow: 0px 3px 30.96px rgba(25, 25, 25, 0.29);
  z-index: 40;
}
@media (max-width: 480px) {
  .szkolenia-bottom-fixed {
    padding: 5px;
  }
}
.szkolenia-bottom-fixed a {
  margin: 0 20px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .szkolenia-bottom-fixed a {
    margin: 5px;
  }
}
.szkolenia-bottom-fixed .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .szkolenia-bottom-fixed .container .btn {
    font-size: 11px;
  }
}

.item-page-trenerzy .com-content-article__body {
  margin-bottom: 4rem;
  width: 65%;
  float: right;
}
@media (max-width: 480px) {
  .item-page-trenerzy .com-content-article__body {
    width: 100%;
    float: none;
  }
}
.item-page-trenerzy .com-content-article__body blockquote {
  margin: 1rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (max-width: 1020px) {
  .item-page-trenerzy .com-content-article__body blockquote {
    margin-left: 1rem;
  }
}
.item-page-trenerzy .com-content-article__body blockquote::before, .item-page-trenerzy .com-content-article__body blockquote::after {
  font-size: 3rem;
}
.item-page-trenerzy .com-content-article__body blockquote::after {
  margin-right: -1rem;
  bottom: -25px;
}
.item-page-trenerzy h2 {
  font-size: 1.3rem;
  line-height: normal;
  margin-bottom: 1rem;
}
.item-page-trenerzy .page-header {
  width: 65%;
  float: right;
}
@media (max-width: 480px) {
  .item-page-trenerzy .page-header {
    width: 100%;
    float: none;
  }
}
.item-page-trenerzy .item-image {
  float: left;
  padding: 0;
  border: none;
  margin: 0;
  width: 27%;
  position: relative;
}
@media (max-width: 480px) {
  .item-page-trenerzy .item-image {
    width: 100%;
    float: none;
  }
}
.item-page-trenerzy .item-image::after {
  position: absolute;
  content: "";
  background-image: url(../img/bg-seperator1.png);
  width: 130px;
  height: 184px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -43px;
  top: -98px;
}
@media (max-width: 782px) {
  .item-page-trenerzy .item-image::after {
    display: none;
  }
}
.item-page-trenerzy .item-image img {
  width: 100%;
}

.erorr-404 header::after {
  display: none;
}

#titleTtip {
  font-size: 16px;
}

.item-event-header {
  margin-top: 2rem;
  padding: 0;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.item-event-header:hover {
  background: transparent;
}
.item-event-header > div {
  background: #173460;
  color: #fff !important;
  font-size: 16px;
  padding: 10px;
  width: 160px;
}
@media (max-width: 782px) {
  .item-event-header > div {
    width: 100% !important;
  }
}
.item-event-header .event-date-end {
  width: 155px;
}
@media (max-width: 782px) {
  .item-event-header .event-date-end {
    width: 100% !important;
  }
}
.item-event-header .event-time {
  width: 140px;
}
@media (max-width: 782px) {
  .item-event-header .event-time {
    width: 100% !important;
  }
}
.item-event-header .span-h3 {
  width: 55%;
  margin-left: 0;
}
@media (max-width: 782px) {
  .item-event-header .span-h3 {
    width: 100% !important;
  }
}

/*  
   * Below CSS is from the package 
   * itself, and is here for demo only
   * @yaireo/title-tooltip/title-tooltip.css
  */
#titleTtip {
  --radius: 6px;
  --trans-duration: 0.2s;
  max-width: 220px;
  position: fixed;
  z-index: max;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  transition: 0s;
}

#titleTtip .titleTtip__text {
  padding: 6px 11px;
  border-radius: var(--radius);
  color: white;
  transform: scale(0.75);
  transform-origin: 50% top;
  background: black;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

#titleTtip::after {
  --size: 8px;
  content: "";
  bottom: calc(100% - 1px); /* very odd 1px gap */
  /*
    1. limit minimum left value to the radius of the tooltip so it starts just when thr radius curves
    2. place the arrow exactly where the mouse pointer is
    3. limit the right position (maximum left) to fit exactly
  */
  left: clamp(var(--radius) / 2, var(--mouse-pos, 0) * 1px - var(--size) / 2, 100% - var(--size) * 2 - var(--radius) / 2 - 1px);
  right: 0;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: black;
  border-width: var(--size);
}

[data-over] {
  --x: calc(var(--pos-left) + var(--window-scroll-x));
  --y: calc(var(--pos-top) + var(--window-scroll-y));
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  transform: translate(calc(var(--x) * 1px), calc(var(--y) * 1px));
}

/* Only tooltips which are positiond have "style" attribute */
#titleTtip[data-over] > * {
  transform: none;
  transition: var(--trans-duration);
}

#titleTtip[data-over] {
  opacity: 1;
  transition: opacity var(--trans-duration);
}

.box-2-kol {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-2-kol .left {
  width: 15%;
}
.box-2-kol .right {
  width: 75%;
}/*# sourceMappingURL=custom-variables.css.map */