@charset "UTF-8";
html {
  font-size: 16px;
}

body * {
  box-sizing: border-box;
}
body {
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #333;
  text-decoration-color: #BCE26C;
}
a:hover {
  color: #333;
}

.img-responsive {
  max-width: 100%;
}

a:focus-visible,
button:focus-visible {
  outline: 2px dotted #008858;
  outline-offset: 3px;
}

.tetx-page a {
  text-decoration: underline;
  color: #008858;
}
.tetx-page a:hover, .tetx-page a.active, .tetx-page a:focus {
  color: #1b532f;
}

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

.info {
  padding: 10px;
  font-size: 1rem;
  text-align: center;
  background: #eee;
  font-weight: 600;
  width: 100%;
  margin-bottom: 40px;
}

h1 {
  font-size: 3rem;
  margin-bottom: 30px;
}

h2 {
  font-size: 1.625rem;
  margin-bottom: 15px;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.625rem;
  margin-bottom: 10px;
  margin-bottom: 10px;
}

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.3;
  font-family: "Source Sans Pro", sans-serif;
}

.h-title {
  color: #008858;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
}

.h-title2 {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 35px;
}

@media (max-width: 992px) {
  h1,
  .h-title {
    font-size: 1.875rem;
  }
  h2,
  .h-title2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  h1,
  .h-title {
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 1.25rem;
  }
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-description {
  text-align: center;
  margin-bottom: 25px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.bg-green {
  background: #008858 !important;
}
.bg-green h2,
.bg-green h3 {
  color: #fff;
}
.bg-green hr {
  background: #fff;
}

.bg-dark-blue {
  background: #283B7B;
}

.bg-blue {
  background: #04809b;
}

.bg-grey {
  background: #F3F3F3;
}

.btn {
  background: #008858;
  color: #fff;
  padding: 10px 40px;
  border-radius: 10px;
  font-weight: 700;
  border: 3px solid #EEF4F1;
  border-radius: 10px;
}

.btn--orange {
  background: #F14C22;
}

.is--desktop .btn:hover {
  background: #1b532f;
  color: #fff !important;
}

.btn:hover {
  background: #1b532f;
  color: #fff !important;
}

.btn-trans {
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.2);
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}

.dlaczego-warto {
  border: 1px solid #f5f5f5;
  border-radius: 25px;
  padding: 30px 10px 0 10px;
  margin-bottom: 50px;
}

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

.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
}
.row {
  list-style: none;
  padding-left: 0;
}

.row--15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.row--15 [class*=col-] {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .row--15 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row--15 [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
}

.row--10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.row--10 [class*=col-] {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .row--10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row--10 [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
}

.row--5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.row--5 [class*=col-] {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .row--5 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row--5 [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
}

.row--0 {
  margin-left: -0 !important;
  margin-right: -0 !important;
}
.row--0 [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .row--0 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row--0 [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
}

.navbar-toggler {
  display: none;
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 1200px) {
  .navbar-toggler {
    display: block;
    position: absolute;
    right: 20px;
    top: 23px;
  }
}
.navbar-toggler {
  width: 50px;
  height: 50px;
  margin-right: -5px;
}
.navbar-toggler span {
  position: absolute;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  display: block;
  background: #008858;
  left: 5px;
  transition: all 0.3s ease-in-out;
}
.navbar-toggler span:first-child {
  top: 23px;
  transform: rotate(45deg);
}
.navbar-toggler span:nth-child(2) {
  top: 23px;
  display: none;
}
.navbar-toggler span:nth-child(3) {
  top: 23px;
  transform: rotate(-45deg);
}
.navbar-toggler.collapsed span:first-child {
  top: 13px;
  transform: rotate(0);
}
.navbar-toggler.collapsed span:nth-child(2) {
  top: 23px;
  display: block;
}
.navbar-toggler.collapsed span:nth-child(3) {
  top: 33px;
  transform: rotate(0);
}

.navbar.fixed-menu {
  position: fixed;
  z-index: 100;
  background: #fff;
  width: 100vw;
  box-shadow: 5px 4px 11px -4px rgba(0, 0, 0, 0.3);
  padding-top: 0;
  padding-bottom: 0;
}
.navbar.fixed-menu .container {
  min-height: 50px;
}
.navbar.fixed-menu .nav__social {
  margin-bottom: 0;
}
.navbar.fixed-menu .navbar-toggler {
  top: 0;
}
@media (min-width: 1200px) {
  .navbar.fixed-menu .navbar-brand {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .navbar.fixed-menu .navbar-brand img {
    max-width: 190px;
  }
}

@media (max-width: 1200px) {
  .navbar .container {
    max-width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .nav__social {
    margin-bottom: 0;
    padding-right: 90px;
  }
  .navbar-collapse {
    max-height: calc(100vh - 80px);
    overflow: auto;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    background: #008858;
    z-index: 100;
  }
  .navbar-collapse .navbar-nav {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 15px;
  }
  .navbar-collapse .nav-link {
    color: #fff;
    font-size: 1.125rem;
  }
  .navbar-collapse .nav-link:hover {
    color: #fff;
  }
  .navbar-collapse .nav-link.active, .navbar-collapse .nav-link:focus, .navbar-collapse .nav-link:active {
    color: #fff;
  }
  .navbar-collapse .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .navbar-collapse .dropdown-toggle::after {
    float: right;
    border-color: #fff;
    width: 12px;
    height: 12px;
    margin-top: 4px;
    margin-right: 10px;
  }
  .nav-item .dropdown-menu {
    background: transparent;
    border: none;
    border-radius: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .nav-item .dropdown-menu a {
    color: #fff;
    font-size: 1.125rem;
    line-height: 2;
    opacity: 0.9;
  }
  .dropdown-menuBig img {
    display: none;
  }
  .dropdown-menuBig ul {
    list-style: none;
    padding-left: 20px;
  }
  .dropdown-menuBig > li > strong {
    font-size: 1.125rem;
    color: #fff;
  }
  .dropdown-menuBig a {
    color: #fff;
    font-size: 1.125rem;
    opacity: 0.8;
  }
  .dropdown-menuBig a:hover {
    color: #fff !important;
  }
  .dropdown-menuBig a.active, .dropdown-menuBig a:focus, .dropdown-menuBig a:active {
    color: #fff;
  }
}
@media (max-width: 575px) {
  .navbar .container {
    width: 100%;
  }
  .navbar-brand {
    width: 220px;
  }
  .navbar-brand img {
    width: 100%;
  }
  .navbar .nav__social {
    position: absolute;
    right: 75px;
    padding: 0px;
  }
}
@media (max-width: 400px) {
  .navbar-brand {
    width: 200px;
  }
  .navbar .nav__social img,
  .navbar .nav__social svg {
    width: 30px;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 10px;
  }
  .nav-link {
    font-size: 1.1rem;
  }
  .navbar-collapse {
    justify-content: center;
  }
  .dropdown-menu {
    border-color: #008858;
    border-radius: 0;
    margin: 0;
    left: -90px !important;
    width: 230px;
  }
  .dropdown-menu a {
    width: 100%;
    display: inline-block;
  }
  .dropdown-menu:not(.dropdown-menuBig) {
    padding: 20px 15px;
    max-height: 60vh;
    overflow: auto;
  }
  .dropdown-menu:not(.dropdown-menuBig) a {
    line-height: 1;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .dropdown-menu:before {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    background: #fff;
    border-left: 1px solid #008858;
    border-top: 1px solid #008858;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: -6px;
  }
  .dropdown-menu.dropdown-menuBig:before {
    left: 310px;
  }
  .dropdown-menuBig {
    width: 820px;
    left: -280px !important;
    padding: 20px 20px 0 20px;
  }
  .dropdown-menuBig > li {
    position: relative;
    padding-left: 250px;
    padding-bottom: 20px;
  }
  .dropdown-menuBig > li:not(:last-child) {
    border-bottom: 2px solid #D5D5D5;
    margin-bottom: 20px;
  }
  .dropdown-menuBig > li > strong {
    color: #008858;
    font-size: 1.125rem;
    margin-top: 10px;
  }
  .dropdown-menuBig > li ul {
    -moz-column-count: 2;
         column-count: 2;
    padding-top: 5px;
    padding-bottom: 10px;
    list-style: none;
    padding-left: 0;
  }
  .dropdown-menuBig > li ul a {
    font-weight: 400;
    display: inline-block;
    line-height: 1.6;
  }
  .dropdown-menuBig > li ul a:hover {
    color: #008858;
  }
  .dropdown-menuBig > li img {
    position: absolute;
    width: 220px;
    height: calc(100% - 20px);
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
  }
}
.nav-item a {
  color: #333;
  font-weight: 800;
}
.nav-item a:hover, .nav-item a:focus, .nav-item a.active, .nav-item a:active {
  color: #008858;
}
.nav-item a[target=_blank]:after,
.nav-item a[target=blank]:after {
  content: url("../img/blank-c.svg");
  margin-left: 5px;
  position: relative;
  top: -5px;
}
@media (max-width: 1200px) {
  .nav-item a[target=_blank]:after,
  .nav-item a[target=blank]:after {
    content: url("../img/blank-w.svg");
  }
}

.navbar-brand {
  padding-right: 20px;
  margin-right: initial;
}

.navbar .container {
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
}

.dropdown-toggle::after {
  border-left: 2px solid #008858;
  border-bottom: 2px solid #008858;
  border-right: none;
  border-top: none;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
}

.nav__social {
  list-style: none;
  display: flex;
  margin-bottom: 0;
}
.nav__social li {
  margin-left: 10px;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 0.6;
  z-index: 20;
}

.carousel-indicators [data-bs-target] {
  opacity: 1;
  background: rgba(0, 136, 88, 0.1019607843) !important;
}

.carousel-indicators .active[data-bs-target] {
  opacity: 1;
  background: #008858 !important;
}

.carousel {
  height: 540px;
}
.carousel .carousel-indicators button {
  background: #008858;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  padding: 0;
  border: 2px solid #008858;
}
.carousel .carousel-control-prev-icon {
  background-image: none;
}
.carousel .carousel-control-prev-icon:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  border-left: 3px solid #008858;
  border-bottom: 3px solid #008858;
  transform: rotate(45deg);
}
.carousel .carousel-control-next-icon {
  background-image: none;
}
.carousel .carousel-control-next-icon:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  border-left: 3px solid #008858;
  border-bottom: 3px solid #008858;
  transform: rotate(225deg);
}

.carousel-indicators {
  bottom: 55px;
  margin-right: 50%;
}

.carousel-inner {
  height: 100%;
}

.carousel-item {
  height: 100%;
}

.carousel-item-container {
  height: 100%;
  max-width: 1120px;
  margin: auto;
  display: flex;
  position: relative;
  padding-bottom: 100px;
}
.carousel-item-container:after {
  content: url("../img/c-triangle-right.svg");
  position: absolute;
  bottom: -6px;
  left: 78.5%;
  z-index: 20;
}

.carousel-control-prev,
.carousel-control-next {
  width: 80px;
  margin-bottom: 35px;
}

@media (min-width: 1300px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    margin-bottom: 35px;
  }
  .carousel-control-prev {
    right: calc(50vw + 570px);
    left: initial;
  }
  .carousel-control-next {
    left: calc(50vw + 570px);
    right: initial;
  }
}
.carousel-left {
  width: 100%;
  max-width: 440px;
  z-index: 5;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding-left: 20px;
}
.carousel-left h1,
.carousel-left h2 {
  font-size: 60px;
}
.carousel-left .btn {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
@media (max-width: 1300px) {
  .carousel-left h1,
  .carousel-left h2 {
    font-size: 40px;
  }
  .carousel-left {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .carousel-left h1,
  .carousel-left h2 {
    font-size: 3rem;
  }
}
@media (max-width: 530px) {
  .carousel-left h1,
  .carousel-left h2 {
    font-size: 1.825rem;
  }
}

.carousel-figure {
  width: 58%;
  height: 420px;
  position: absolute;
  margin: 0;
  right: 0;
  top: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.carousel-figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-figure:before {
  content: url("../img/c-triangle-top.svg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.carousel-figure:after {
  content: url("../img/c-triangle-bottom.svg");
  position: absolute;
  bottom: -6px;
  right: 0;
  z-index: 20;
}

@media (max-width: 768px) {
  .carousel-figure {
    width: 100vw;
    height: 50%;
    top: 0;
    border-radius: 0;
  }
  .carousel-figure:before {
    width: 60px;
  }
  .carousel-figure:after {
    width: 100px;
  }
  .circle {
    margin-top: 90px;
  }
  .carousel-left {
    height: 620px;
    padding-left: 20px;
  }
  .carousel-left:before {
    background: #fff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    opacity: 0.1;
  }
  .carousel-left .btn {
    bottom: 150px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
  .carousel-indicators {
    z-index: 20;
    bottom: 0px;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    justify-content: flex-start;
  }
  .carousel-indicators button {
    margin-right: 10px !important;
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
  }
}
.circle {
  display: block;
  padding-left: 25px;
  position: relative;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-family: "Rubik", sans-serif;
  margin-bottom: 15px;
  color: #414141;
}
.circle:before {
  content: "";
  width: 17px;
  height: 17px;
  border: 3px solid #BCE26C;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}

.circle-small:before {
  width: 13px;
  height: 13px;
}
.circle-small {
  padding-left: 18px;
  font-size: 13px;
  margin-bottom: 8px;
}

.circle-blue:before {
  border-color: #44BFE3;
}

.circle-orange:before {
  border-color: #ED8206;
}

.box-1 {
  padding: 40px 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
  border-radius: 15px;
}
.box-1 strong {
  color: #fff;
  background: #f14c22;
  padding: 5px 10px;
  border-radius: 8px;
}
.box-1 p {
  color: #fff;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.box-1 > strong {
  color: #fff;
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Rubik", sans-serif;
}
.box-1 h3 {
  font-size: 1.625rem;
  margin-bottom: 15px;
}
.box-1 .btn {
  margin-top: auto;
}

.bg-blue.box-1 strong {
  color: #fff;
}

.section-box1 {
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}
.section-box1:before {
  content: url("../img/triangle-left.svg");
  position: absolute;
  top: 0;
  z-index: -1;
  left: -584px;
}

.owl-carousel__progress {
  width: 100%;
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.owl-carousel__progress button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #008858;
  padding: 0;
  border: 2px solid #008858;
  margin: 2px 3px;
}
.owl-carousel__progress button:not(.active) {
  background: rgba(0, 136, 88, 0.1019607843);
}

.owl-carousel__item {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0 !important;
}

.owl-carousel__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.owl-carousel__nav .owl-carousel__btn {
  position: absolute;
  height: 40px;
  margin-left: 5px;
  border: none;
  top: 50%;
  transform: translateY(-20px);
}
.owl-carousel__nav .owl-carousel__progress {
  margin-right: 20px;
}

.owl-carousel__btn {
  min-width: 40px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0px;
  z-index: 40;
  padding: 0;
  opacity: 0;
  background: transparent;
}
.owl-carousel__btn.noactive {
  opacity: 0.1 !important;
}
.owl-carousel__btn:before {
  display: block;
  min-width: 14px;
  width: 14px;
  height: 14px;
  content: "";
  border-left: 3px solid #008858;
  border-bottom: 3px solid #008858;
  transition: opacity 0.3s ease-in-out;
  margin-bottom: 40px;
  margin-left: 10px;
  transform: rotate(225deg);
}
.owl-carousel__btn.owl-carousel__btn--left {
  right: initial !important;
  left: 0px;
}
.owl-carousel__btn.owl-carousel__btn--left:before {
  transform: rotate(45deg);
}
@media (max-width: 0) {
  .owl-carousel__btn {
    right: 0px;
    transform: scale(0.9);
  }
  .owl-carousel__btn.owl-carousel__btn--left {
    left: 0px;
  }
}

.is--desktop .owl-carousel__btn:hover:before {
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.36));
}

.owl-carousel--loop,
.tab-owl-carousel--loop {
  position: relative;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
}

.owl-carousel__row {
  flex-wrap: nowrap;
  overflow: hidden;
  padding-bottom: 10px;
}

.green-underline {
  display: inline-block;
  position: relative;
}
.green-underline:before {
  content: "";
  display: inline-block;
  background: #BCE26C;
  left: -2%;
  width: 104%;
  height: 20px;
  position: absolute;
  z-index: -1;
  bottom: 3px;
}

.box2__figure {
  height: 0;
  padding-top: 60%;
  position: relative;
}
.box2__figure img {
  position: absolute;
  width: calc(100% + 40px);
  height: 100%;
  top: 0;
  left: -20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.link-hover {
  cursor: pointer;
}

.is--desktop .link-hover:hover a {
  text-decoration: underline;
  text-decoration-color: #BCE26C;
}

.box2 {
  box-shadow: 5px 4px 11px -4px rgba(0, 0, 0, 0.16);
  background: #fff;
  height: 100%;
  padding: 0px 20px 20px 20px;
}
@media (min-width: 1200px) {
  .box2 h3 {
    font-size: 1.25rem;
  }
}
.box2 h3 {
  margin-bottom: 0;
}
.box2 a {
  color: #333;
  text-decoration-color: #BCE26C;
}

.bg-triangle-grey {
  position: relative;
}

.box3 {
  display: flex;
  width: 100%;
  padding-top: 40px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 40px;
  margin-bottom: 60px;
}

.box3__right {
  width: 52%;
  position: relative;
}
.box3__right img {
  position: absolute;
  height: calc(100% + 60px);
  width: 100%;
  top: -40px;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.box3__left {
  padding-top: 45px;
  padding-bottom: 40px;
  width: 48%;
  width: calc(48% + 40px);
  padding-left: 40px;
  position: relative;
  z-index: 10;
  left: 40px;
  background: #fff;
  padding-right: 50px;
}
.box3__left:before {
  content: "";
  display: block;
  background-image: linear-gradient(to left top, rgba(61, 155, 95, 0.1) 0%, rgba(61, 155, 95, 0.1) 50%, transparent 50%);
  position: absolute;
  width: 55%;
  height: 100%;
  top: 0;
  right: 0;
}
.box3__left:after {
  content: "";
  display: block;
  background-image: linear-gradient(to left top, #F3F3F3 0%, #F3F3F3 50%, transparent 50%);
  position: absolute;
  width: 17%;
  height: 30%;
  bottom: 0;
  right: 0;
  z-index: 4;
}
.box3__left h2,
.box3__left h3 {
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}
.box3__left ul,
.box3__left p {
  color: #414141;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
.box3__left ul {
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .box3__left h2,
  .box3__left h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .box3__left h2,
  .box3__left h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .box3 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    position: relative;
    display: block;
  }
  .box3__left {
    left: 0;
    width: 100%;
    padding-right: 10px;
    padding-left: 0;
  }
  .box3__left.box3__left-grey-bg {
    padding-left: 20px;
    width: 75%;
  }
  .box3__right {
    height: 200px;
    width: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
  }
  .box3__right img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .box3__links img {
    max-width: 70px;
  }
}
.box3__left-grey-bg {
  background: #F3F3F3;
}

.box3__links {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.box3__links img {
  max-width: 100px;
}

.box3__violet:before {
  background-image: linear-gradient(to left top, rgba(40, 59, 123, 0.1) 0%, rgba(40, 59, 123, 0.1) 50%, transparent 50%);
}
.box3__violet:after {
  background-image: linear-gradient(to left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, transparent 50%);
  position: absolute;
}

.box3__blue:before {
  background-image: linear-gradient(to left top, rgba(68, 191, 227, 0.1) 0%, rgba(68, 191, 227, 0.1) 50%, transparent 50%);
}
.box3__blue:after {
  background-image: linear-gradient(to left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, transparent 50%);
  position: absolute;
}

.box3__blue2:before {
  background-image: linear-gradient(to left top, rgba(38, 142, 219, 0.1) 0%, rgba(38, 142, 219, 0.1) 50%, transparent 50%);
}
.box3__blue2:after {
  background-image: linear-gradient(to left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, transparent 50%);
  position: absolute;
}

.news__item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #E2E2E2;
}
.news__item:first-of-type {
  border-top: 1px solid #E2E2E2;
}
.news__item p {
  margin-bottom: 0;
}

.news__figure {
  height: 250px;
  min-width: 300px;
  max-width: 300px;
  position: relative;
  margin-bottom: 0;
}
.news__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
}

.news__date {
  font-size: 1rem;
  margin-bottom: 15px;
  display: block;
  color: #666;
}

.news__des {
  padding-left: 30px;
}
.news__des h3 {
  font-size: 1.625rem;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .news__des h3 {
    font-size: 1.375rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .news__figure {
    min-width: 100%;
    max-width: 100%;
    height: 0;
    padding-top: 50%;
    margin-bottom: 10px;
  }
  .news__item {
    display: block;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .news__des {
    padding-left: 0;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
}
.footer__top .nav__social {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .footer__top {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .footer__top > * {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.875rem;
}
.footer__bottom ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer__bottom ul a {
  display: inline-block;
  padding: 10px;
}

.footer__top {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer__tel {
  position: relative;
  padding-left: 40px;
}
.footer__tel a {
  display: block;
  color: #008858;
  font-weight: 700;
}
.footer__tel:before {
  content: url("../img/icon-tel.svg");
  position: absolute;
  left: 0;
  top: 10px;
}

.footer__mail {
  position: relative;
  padding-left: 30px;
  color: #008858;
  font-weight: 700;
}
.footer__mail:before {
  content: url("../img/icon-email.svg");
  position: absolute;
  left: 0;
  top: 2px;
}

.is--desktop footer a:hover {
  text-decoration: underline;
  color: #008858;
}

.history {
  overflow: hidden;
}

.history .tab-pane.show {
  display: flex;
  align-items: center;
}

.history .carousel-item__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 575px) {
  .history .carousel-item__wrapper {
    flex-wrap: wrap;
  }
  .history .carousel-item__wrapper .history__right {
    flex: 0 0 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    order: -1;
    z-index: 2;
  }
  .history .carousel-item__wrapper .history__right img {
    top: 50%;
    left: 50%;
    position: absolute;
    height: auto;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .history .carousel-item__wrapper .history__left {
    flex: 0 0 100%;
    height: 300px;
    overflow: auto;
    margin-top: -50px;
    padding-top: 20px;
  }
}

.history {
  overflow: hidden;
}
.history .carousel {
  height: 400px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .history .carousel {
    height: 500px;
    margin-bottom: 20px;
  }
  .history .carousel-control-prev {
    display: flex;
    left: 0px !important;
    align-items: flex-start;
  }
  .history .carousel-control-next {
    display: flex;
    right: 5px !important;
    align-items: flex-start;
  }
  .history .carousel-control-prev-icon {
    margin-top: 160px;
  }
  .history .carousel-control-next-icon {
    margin-top: 160px;
  }
}
.history .container {
  position: relative;
}
.history .carousel-control-next {
  right: -40px;
  left: initial;
}
.history .carousel-control-prev {
  left: -40px;
  right: initial;
}

.history .carousel-indicators {
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin: 0;
  width: 100%;
  position: relative;
  padding: 0;
  bottom: 0;
}
.history .carousel-indicators button {
  width: auto !important;
  border-radius: 0;
  padding: 8px 12px;
  border-radius: 5px;
  height: 16px;
  font-size: 15px;
  line-height: 16px;
  text-indent: 0;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
.history .carousel-indicators button.active {
  background: rgba(255, 255, 255, 0.8) !important;
  color: #008858;
}
.history .carousel-indicators button:hover {
  background: rgba(255, 255, 255, 0.8) !important;
  color: #008858;
}
@media (max-width: 576px) {
  .history .carousel-indicators button {
    height: 14px;
    font-size: 10px;
    line-height: 14px;
  }
}

.history .tab-pane {
  min-height: 360px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.history__right {
  flex: 0 0 50%;
  max-height: 320px;
  overflow: hidden;
  padding-left: 20px;
}
.history__right img {
  max-width: 100%;
}

.history__left {
  color: #fff;
  flex: 0 0 50%;
  padding-right: 30px;
}
.history__left h3 {
  font-size: 1.875rem;
}
.history__left h3:after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin-top: 5px;
  background: #1b532f;
}

.history__desc {
  margin-bottom: 30px;
}

.history .nav {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-wrap: nowrap;
  padding-top: 30px;
}
.history .nav .nav-item {
  width: 100%;
}
.history .nav .nav-link {
  width: 100%;
  background: none;
  font-family: "Rubik", sans-serif;
  text-align: left;
  padding: 20px 0;
  border-radius: 0;
  border-top: 1px solid #fff;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
}
.history .nav .nav-link:before {
  display: block;
  background: #fff;
  content: "";
  border: 9px solid #008858;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: -10px;
}
.history .nav .nav-link.active {
  color: #fff;
  font-weight: 700;
  border-top-color: #38BD4F;
}
.history .nav .nav-link.active:before {
  background: #008858;
  border-color: #fff;
}

.history {
  position: relative;
}
.history .tab-content {
  position: relative;
  z-index: 10;
}

.history-bg {
  position: absolute;
  top: 50%;
  right: -120px;
  width: auto;
  height: 90%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .history .tab-pane.show {
    display: block;
  }
  .history__right {
    margin-top: 30px;
    padding-left: 0;
    height: auto;
  }
  .history .nav {
    flex-wrap: wrap;
  }
  .history .nav .nav-item {
    width: 33.33%;
  }
}
.breadcrumbs a,
.breadcrumbs span {
  color: #767676;
  padding: 5px 0;
  display: inline-block;
}
.breadcrumbs a:after {
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
}
.breadcrumbs a:hover {
  color: #008858;
}
.breadcrumbs ul {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #E2E2E2;
}

.page-header {
  height: 285px;
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}
.page-header h1 {
  font-size: 60px;
  color: #fff;
  position: relative;
  z-index: 10;
  padding-left: 90px;
}
.page-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.page-header:before {
  content: url("../img/c-triangle-top.svg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.page-header:after {
  content: url("../img/c-triangle-bottom.svg");
  position: absolute;
  bottom: -6px;
  right: 0;
  z-index: 20;
}
@media (max-width: 992px) {
  .page-header h1 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .page-header {
    height: 120px;
  }
  .page-header h1 {
    font-size: 1.875rem;
    padding-left: 40px;
  }
  .page-header {
    overflow: hidden;
  }
  .page-header:after {
    display: none;
  }
  .page-header:before {
    display: none;
  }
}

.infolinia {
  background: #F2FAE3;
  margin: 0 auto;
  border-radius: 25px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 600px;
  text-align: center;
  color: #041D49;
  font-size: 18px;
  padding: 20px 30px;
}
.infolinia strong {
  font-size: 34px;
  display: block;
}
.infolinia a {
  color: #041D49;
}

.page-header__wrapper {
  position: relative;
}
.page-header__wrapper:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  display: block;
  background-image: linear-gradient(to right, #008858, transparent);
  top: 0;
  left: 20px;
  z-index: 2;
}

.page__left .btn {
  width: 100%;
}
.page__left ul {
  list-style: none;
  padding-left: 0;
}
.page__left a {
  padding: 5px 10px;
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
}

.is--desktop .page__left a:hover {
  color: #008858;
}

.menuLeft-active {
  background: #008858;
  padding: 22px 10px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  display: none;
}

.page__right {
  padding-bottom: 40px;
}
.page__right h1 {
  color: #008858;
}

.page__txt ul,
.page__txt ol,
.page__txt p,
.page__txt span div {
  font-size: 1.125rem;
}
.page__txt img {
  max-width: 100%;
  height: auto;
}
.page__txt ul,
.page__txt ol {
  padding-left: 30px !important;
  margin-bottom: 20px;
}
.page__txt ul p,
.page__txt ol p {
  margin-bottom: 0;
}
.page__txt li {
  margin-bottom: 5px;
}
.page__txt p {
  margin-bottom: 20px;
}
.page__txt a:not(.btn) {
  text-decoration: underline;
  color: #0052a5;
}
.page__txt h2 {
  margin-top: 30px;
  font-weight: 700;
}
.page__txt h3 {
  font-weight: 700;
  font-size: 1.25rem;
}
.page__txt * {
  font-family: "Source Sans Pro", sans-serif !important;
}
.page__txt table {
  border-collapse: collapse;
  max-width: 100%;
  border: 1px solid #E2E2E2;
}
.page__txt table th {
  font-weight: 700;
  padding: 5px;
  border: 1px solid #E2E2E2;
}
.page__txt table td {
  padding: 5px;
  border: 1px solid #E2E2E2;
}
.page__txt a[target=_blank]:after,
.page__txt a[target=blank]:after {
  content: url("../img/blank.svg");
  margin-left: 5px;
  position: relative;
  top: -5px;
}
.page__txt a.btn[target=_blank]:after,
.page__txt a.btn[target=blank]:after {
  content: url("../img/blank-w.svg");
  margin-left: 5px;
  position: relative;
  top: -5px;
}

.data {
  display: block;
  margin-bottom: 10px;
}

.pageleft__btn {
  text-align: left;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  padding-left: 20px;
  color: #fff !important;
  border-color: #008858;
}
.pageleft__btn:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 12px;
}

@media (max-width: 768px) {
  .pageleft__menu {
    border: 1px solid #008858;
  }
  .pageleft__menu a {
    font-size: 1.125rem;
  }
  .pageleft__menu ul {
    padding-top: 10px;
  }
  .page__right {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .menuLeft-active {
    display: block;
  }
  .pageleft__menu {
    display: block !important;
  }
  .pageleft__btn {
    display: none !important;
  }
  .page__container {
    display: flex;
    width: 100%;
  }
  .page__left {
    flex: 0 0 215px;
    max-width: 215px;
  }
  .page__right {
    width: calc(100% - 215px);
    border-left: 1px solid #E2E2E2;
    padding-left: 50px;
    padding-top: 50px;
    position: relative;
  }
  .page__right .news__item:first-of-type {
    border-top: none;
    padding-top: 0;
  }
  .page__right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 38px 0 0;
    border-color: #BCE26C transparent transparent transparent;
  }
  .page__full {
    width: 100%;
    padding-left: 0;
    border: 0;
  }
  .page__full:before {
    display: none;
  }
}
.pagination {
  margin-top: 40px;
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.pagination a,
.pagination strong {
  font-size: 1.125rem;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #E2E2E2;
  text-align: center;
  margin: 3px;
  color: #008858;
}
.pagination strong {
  background: #008858;
  color: #fff;
  font-weight: 700;
}
.pagination .next a,
.pagination .prev a {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.article__pagination {
  border-top: 1px solid #E2E2E2;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 20px;
}
.article__pagination a {
  font-size: 1.125rem;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  border: 1px solid #E2E2E2;
  text-align: center;
  margin: 3px;
  color: #008858;
  padding: 0 10px;
}

.border-top-green {
  border-top: 2px solid #008858;
}

.gallery__item a {
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}

.gallery__item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0);
}

.gallery__item a:after {
  content: url("../img/icon-search.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 30;
  transition: all 0.3s ease-in-out;
}

.gallery__item a:hover:after {
  opacity: 1;
}

.page {
  padding-top: 35px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.page h1 {
  color: #008858;
}
@media (min-width: 1200px) {
  .page {
    max-width: 1090px;
  }
}
.page img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .page-form {
    max-width: 760px;
  }
}
.page-form h2 {
  margin-bottom: 30px;
}
.page-form h3 {
  font-size: 1rem;
  margin-top: 10px;
}

.albumy {
  list-style: none;
  padding-left: 0;
}
.albumy a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #E2E2E2;
}
.albumy li:first-child a {
  border-top: 1px solid #E2E2E2;
}
.albumy h2 {
  font-size: 1.125rem;
  margin-right: 30px;
  margin-bottom: 0;
}
.albumy img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 40px;
  height: 40px;
}

.calendar {
  list-style: none;
  padding-left: 0;
  margin-left: 15px;
  padding-left: 20px;
}

.calendar__year {
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 3px solid #008858;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -20px;
  font-family: "Source Sans Pro", sans-serif;
}

.calendar__txt {
  display: flex;
  margin-top: 20px;
}
.calendar__txt img {
  width: 246px;
  height: 155px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 30px;
}
.calendar__txt h3 {
  font-size: 1.625rem;
  font-weight: 400;
}

.calendar__item {
  position: relative;
  padding-bottom: 20px;
}
.calendar__item:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid #008858;
  background: #fff;
  position: absolute;
  top: 0;
  left: -30px;
  z-index: 10;
}
.calendar__item:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #008858;
  position: absolute;
  top: 0;
  z-index: 4;
  left: -20px;
}

@media (max-width: 768px) {
  .calendar__txt img {
    width: 120px;
    height: 70px;
  }
}
@media (max-width: 576px) {
  .calendar__txt {
    display: block;
  }
  .calendar__txt img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
.box4 {
  display: block;
  position: relative;
}
.box4 figure {
  height: 0;
  padding-top: 72%;
  width: 100%;
  position: relative;
}
.box4 figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.box4 h3 {
  background: #008858;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 1.375rem;
  line-height: 1;
  padding: 20px 10px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .box4 h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .box4 h3 {
    font-size: 1.25rem;
    padding: 10px;
  }
}

.is--desktop .box4:hover h3 {
  background: #1b532f;
}

iframe {
  max-width: 100%;
}

.relative {
  position: relative;
}

.wrapper-list-green ul {
  list-style: none;
  padding-left: 0;
}
.wrapper-list-green ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
}
.wrapper-list-green ul li:before {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  border-left: 3px solid #BCE26C;
  border-bottom: 3px solid #BCE26C;
  transform: rotate(-45deg);
  position: absolute;
  left: 0px;
  top: 7px;
}

.form__input input:not([type=date]),
.form__input textarea {
  border-radius: 0;
}

legend {
  padding-left: 20px !important;
  font-weight: 600;
  font-size: 1.125rem;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 10px;
}

fieldset {
  margin-bottom: 10px;
}

form.go-bottom input:focus::-moz-placeholder, form.go-bottom textarea:focus::-moz-placeholder {
  opacity: 0;
}

form.go-bottom input:focus::placeholder,
form.go-bottom textarea:focus::placeholder {
  opacity: 0;
}
@media (min-width: 992px) {
  form.go-bottom .col-lg-6.form__input,
  form.go-bottom .col-md-6.form-select {
    flex: 0 0 auto;
    width: 50%;
  }
}
form.go-bottom .col-md-2.form__input,
form.go-bottom .col-md-2.form-select {
  flex: 0 0 auto;
  width: 33.33%;
}
@media (min-width: 768px) {
  form.go-bottom .col-md-6.form__input,
  form.go-bottom .col-md-6.form-select {
    flex: 0 0 auto;
    width: 50%;
  }
}
form.go-bottom .form__input {
  position: relative;
  width: 100%;
}
form.go-bottom .form__input label {
  top: 15px;
  font-size: inherit;
  z-index: 2;
  padding: 3px 30px 3px 0;
  width: auto;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  left: 0;
  line-height: 1;
  position: absolute;
  transition: top 0.3s ease-in-out;
  white-space: nowrap;
  opacity: 0;
  z-index: -1;
}
form.go-bottom .form__input input,
form.go-bottom .form__input textarea {
  width: 100%;
  line-height: 3;
  font-size: 100%;
  border: 1px solid #E2E2E2;
  font-weight: 400;
  padding: 0 20px;
}
form.go-bottom .form__input input:focus,
form.go-bottom .form__input textarea:focus {
  border-color: #008858;
  outline: none;
}
form.go-bottom .form__input input:focus + label,
form.go-bottom .form__input .focus,
form.go-bottom .form__input textarea:focus + label, form.go-bottom .form__input.noempty label {
  top: -9px;
  background: #fff;
  font-size: 10px !important;
  z-index: 2;
  padding: 4px;
  width: auto;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  left: 40px;
  line-height: 10px;
  opacity: 1;
  z-index: initial;
  color: #008858;
}
form.go-bottom .form__input.noempty.is--invalid:after {
  width: 100%;
  background: rgba(250, 224, 224, 0.2);
}
form.go-bottom .form__input.is--invalid input,
form.go-bottom .form__input.is--invalid textarea {
  border-color: rgb(255, 0, 0);
}
form.go-bottom .form__input.is--invalid label {
  color: rgb(255, 0, 0) !important;
}
form.go-bottom .form__input.is--invalid:after {
  width: 100%;
  background: rgb(255, 0, 0);
}
form.go-bottom .form__input.is--valid input,
form.go-bottom .form__input.is--valid textarea {
  border-color: #008858;
}

.row-more .form-select label {
  left: 5px !important;
}
.row-more .form__input label {
  color: #777 !important;
  font-size: 9px !important;
  position: absolute !important;
  left: 5px !important;
  bottom: 105% !important;
  padding: 3px 0 !important;
  opacity: 1 !important;
  z-index: 1 !important;
  top: initial !important;
  line-height: 35px;
}
.row-more input {
  width: 100%;
  line-height: 35px !important;
  font-size: 100%;
  border: 1px solid #e2e2e2;
  font-weight: 400;
  padding: 0 20px;
  padding-right: 0;
}
.row-more input:focus {
  border: 1px solid #e2e2e2;
  box-shadow: none;
  outline: none;
}

.form-select {
  padding: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
  border: none;
  background: none;
}
.form-select label {
  color: #777;
  font-size: 9px;
  position: absolute;
  left: 20px;
  bottom: 105%;
  padding: 3px 0;
}
.form-select select {
  border: 1px solid #E2E2E2 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 100% !important;
  padding: 5px 25px 5px 15px;
  border: none;
  display: block;
  background: transparent;
  width: 100%;
  padding-right: 40px;
  color: #E2E2E2;
  color: #333;
  font-weight: 400;
  line-height: 2;
  cursor: pointer;
}
.form-select select:focus {
  border: 1px solid #008858 !important;
  box-shadow: none;
  outline: none;
}
.form-select select.is--invalid {
  border-color: rgb(255, 0, 0) !important;
}
.form-select option {
  border: none;
  padding: 10px;
  font-size: 0.875rem;
}
.form-select:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  width: 7px;
  height: 7px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: -1;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 576px) {
  .form-select {
    width: 100%;
  }
  .form-select select {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .form-select__wrapper {
    width: 100%;
  }
}

.form__input--error {
  color: rgb(255, 0, 0);
  font-size: 0.75rem;
  font-weight: 500;
}

.accordion-button:focus {
  box-shadow: none;
  color: #008858;
}

.accordion-button:not(.collapsed) {
  background: #fff;
  color: #333;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.form-checkbox {
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.form-checkbox input {
  position: absolute;
  z-index: -1000;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-checkbox label {
  padding: 5px 5px 5px 25px;
  font-size: 0.875rem;
  width: 100%;
  display: block;
  color: #000;
  cursor: pointer;
  text-transform: initial;
}
.form-checkbox label ul {
  list-style-type: disc;
  padding-left: 20px;
}
.form-checkbox label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 6px;
  left: 0;
  border: 1px solid #E2E2E2;
}
.form-checkbox input[type=radio] + label:before {
  top: 4px;
  border-radius: 50%;
}
.form-checkbox input:checked + label:after {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  position: absolute;
  top: 7px;
  left: 4px;
  transform: rotate(-55deg) skew(-25deg);
  border-bottom: 3px solid #008858;
  border-left: 3px solid #008858;
}
.form-checkbox input[type=radio]:checked + label:after {
  height: 8px;
  width: 8px;
  border: none;
  background: #008858;
  border: none;
  border-radius: 50%;
  transform: none;
  top: 9px;
  left: 5px;
}
.form-checkbox.is--invalid label:before {
  border-color: rgb(255, 0, 0);
}

.studia_box {
  border: 0;
  border-radius: 10px;
  transition: none;
  display: block;
  overflow: hidden;
  box-shadow: 5px 4px 11px -4px rgba(0, 0, 0, 0.16);
  background: #fff;
  height: 100%;
}
.studia_box h3 {
  margin-bottom: 0;
  padding: 15px 20px 20px 20px;
  color: #333;
  text-decoration-color: #BCE26C;
  font-size: 1.125rem;
}
.studia_box:hover {
  outline: 3px solid rgba(0, 136, 88, 0.5);
  transition: none;
}
.studia_box:hover h3 {
  text-decoration: underline;
  text-decoration-color: #BCE26C;
}

.box_kategoria {
  border: 0;
  border-radius: 10px;
  transition: none;
  display: block;
  overflow: hidden;
  box-shadow: 5px 4px 11px -4px rgba(0, 0, 0, 0.16);
  background: #008858;
  height: 100%;
}
.box_kategoria h3 {
  margin-bottom: 0;
  padding: 15px 20px 20px 20px;
  color: #fff;
  text-decoration-color: #BCE26C;
  font-size: 1.125rem;
}
.box_kategoria:hover {
  outline: 3px solid rgba(0, 136, 88, 0.5);
  transition: none;
}
.box_kategoria:hover h3 {
  text-decoration: underline;
  text-decoration-color: #BCE26C;
}

.krok {
  background: #f5f5f5;
  border-radius: 25px;
  padding: 30px 40px;
}
.krok h4 {
  font-weight: bold;
  font-size: 24px;
  color: #000;
}
.krok h4 strong {
  align-items: center;
  background: #008858;
  border: 0.125rem solid #008858;
  border-radius: 2rem;
  box-shadow: 0 0 16px 0 rgba(38, 125, 70, 0.2);
  color: #fff;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 900;
  height: 3rem;
  justify-content: center;
  margin-right: 1.25rem;
  text-align: center;
  width: 3rem;
  margin-bottom: 20px;
}

a.krok {
  background: #f5f5f5;
  border-radius: 25px;
  padding: 10px 20px;
  display: block;
  font-weight: bold;
}

a.krok:hover {
  color: #fff;
  background: #008858;
}

.st_foto {
  width: 100%;
  height: 0;
  padding-top: 56%;
  position: relative;
}
.st_foto img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.ribbon {
  background: #F14C22;
  color: #fff;
  display: inline-block;
  top: 10px;
  left: 0;
  padding: 4px 10px;
  text-transform: uppercase;
  position: absolute;
}

@media (min-width: 530px) and (max-width: 1200px) {
  .page__right .row-category .col-md-4 {
    flex: 0 0 50%;
    width: 50%;
  }
}
.page__right .nav-item:not(:last-child) button:after {
  content: "|";
  margin-left: 15px;
  color: #333;
}
@media (max-width: 530px) {
  .page__right .nav-item {
    border: 1px solid #E2E2E2;
    width: 33.33%;
    text-align: center;
  }
  .page__right .nav-item button:after {
    content: none !important;
  }
}
.page__right .nav-link {
  color: #333;
  padding-left: 0;
  padding-right: 15px;
  border-color: transparent !important;
}
.page__right .nav-link:focus {
  border-color: transparent !important;
}
.page__right .nav-link:hover {
  color: #008858;
  border-color: transparent;
}
.page__right .nav-link.active {
  color: #F14C22;
  font-weight: 700;
  border-color: transparent;
  text-decoration: underline;
}
@media (max-width: 530px) {
  .page__right .nav-link {
    width: 100%;
    padding: 5px;
    text-align: center;
  }
}
.page__right .nav-tabs {
  margin-bottom: 30px;
}
@media (min-width: 530px) {
  .page__right .nav-tabs {
    padding-bottom: 1px;
  }
}
.page__right .tab-content h4 {
  margin-bottom: 20px;
}

.studia_rbox {
  background: #f5f5f5;
  overflow: hidden;
  border-radius: 15px;
}
.studia_rbox .col-md-12 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.studia_rbox .col-md-12 strong {
  font-size: 1.375rem;
}
.studia_rbox .ceny_promocje {
  border: 1px solid #008858;
  font-size: 0.75rem;
  overflow: hidden;
  background: #f6f6f6;
}
.studia_rbox .ceny_promocje h3 {
  background: #2b8b51;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 0;
  margin-bottom: 0;
  font-size: 1.25rem;
}
.studia_rbox td {
  border: 1px solid #ccc;
  padding: 3px 7px;
  font-size: 0.9375rem;
}
.studia_rbox td p {
  margin: 0;
}
.studia_rbox .czas {
  border-bottom: 1px solid #ccc;
  clear: both;
  padding: 14px 10px;
}

.studia_rbox__bottom {
  padding: 10px 10px;
}
.studia_rbox__bottom p {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .studia_rbox__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .studia_rbox__bottom p {
    margin-bottom: 0;
  }
}

.border-top {
  border-top: 1px solid #E2E2E2;
}

.page__txt {
  font-size: 1.2rem;
}

.subpage-txt {
  font-size: 1.2rem;
}
.subpage-txt h1 {
  color: #008858;
  padding-top: 20px;
}

.overflow-hidden {
  overflow: hidden;
}

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

.sr-title {
  opacity: 0;
  position: absolute;
  top: 100%;
  background: #fff;
  width: 60px;
  text-align: center;
  left: 25%;
  z-index: -1000;
  /*box-shadow: 5px 4px 11px -4px rgb(0, 0, 0, 0.16);*/
  display: block;
  transition: opacity 0.3s ease-in-out;
  font-size: 10px;
  padding: 5px;
}

.settings__wrapper {
  display: inline-flex;
  align-items: center;
  top: -5px;
  position: relative;
  border-radius: 15px;
  border: 1px solid #E2E2E2;
  transition: top 0.3s ease-in-out;
}
.settings__wrapper button {
  background: none;
  border: none;
}
.settings__wrapper ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  height: 30px;
}
.settings__wrapper a,
.settings__wrapper button {
  position: relative;
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 2px;
  margin-left: 2px;
}
.settings__wrapper a:hover .sr-title, .settings__wrapper a:focus .sr-title,
.settings__wrapper button:hover .sr-title,
.settings__wrapper button:focus .sr-title {
  z-index: 10;
  opacity: 1;
}
.settings__wrapper a[aria-selected=true],
.settings__wrapper button[aria-selected=true] {
  background: #f3f3f3;
}
.settings__wrapper .dd__link {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
}

.menu-is-fixed .settings__wrapper {
  top: 0;
}

.settings__option--l a,
.settings__option--l button {
  width: 22px;
  height: 22px;
  margin-right: 0;
  margin-left: 0;
}

.settings__option {
  display: flex;
  align-items: center;
  border-right: 1px solid #E2E2E2;
  padding-right: 10px;
}

.settings__t1 {
  font-size: 0.75rem;
  display: inline-block;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .settings__t1 {
    display: none;
  }
}

.settings__t2 {
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-block;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .settings__t2 {
    width: 0;
    opacity: 0;
    z-index: -1000;
    overflow: hidden;
    position: absolute;
  }
}

.settings__a--d {
  font-size: 0.75rem;
}

.settings__a--w {
  font-size: 0.9375rem;
  font-weight: 700;
}

.settings__a--n {
  font-size: 1.25rem;
  font-weight: 700;
}

@media (max-width: 992px) {
  .settings__wrapper {
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
  }
  .navbar {
    padding-bottom: 0rem;
  }
  .navbar .container {
    min-height: 70px;
  }
}
.file {
  list-style: none !important;
  padding-left: 0 !important;
}
.file li {
  margin-bottom: 0;
  border-bottom: 1px solid #F5F5F3;
}
.file .btn {
  padding: 5px 15px;
}
@media (max-width: 575px) {
  .file .btn {
    font-size: 14px;
    padding: 5px 10px;
  }
  .file .file__name {
    font-size: 0.875rem;
  }
}

.file__link {
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  .file__link:hover {
    color: #008858;
  }
  .file__link:hover .btn {
    background: #1b532f;
  }
}

.file__name {
  font-weight: 400;
  margin-right: 20px;
}

.file__size {
  font-size: 0.625rem;
  margin-left: auto;
  margin-right: 30px;
  color: #2E2E2E;
}
@media (max-width: 575px) {
  .file__size {
    margin-right: 10px;
  }
}

.quick-access-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 1000;
}
.quick-access-nav ul {
  list-style: none;
  padding-left: 0;
}
.quick-access-nav a {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #008858;
  outline: none;
  position: absolute;
  z-index: -1000;
  font-size: 0.875rem;
  top: -100px;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}
.quick-access-nav li {
  position: absolute;
  width: 100%;
  text-align: center;
}
.quick-access-nav a:focus,
.quick-access-nav a:focus-within {
  top: 0;
  z-index: 1000;
}

a.studia_box h3 {
  text-decoration: none;
}

a.studia_box {
  text-decoration: none !important;
}

/*
flip card
*/
.offer {
  background: #008858;
  padding-bottom: 1rem;
}
.offer:before {
  background: url("../img/fala-od-dolu-green.svg");
}
.offer .col-6 {
  margin-bottom: 2rem;
}

.offer.offerPlacowki {
  background: #E5F6FE;
  padding-bottom: 1rem;
}
.offer.offerPlacowki:before {
  background: none;
  display: none;
}
.offer.offerPlacowki .col-6 {
  margin-bottom: 2rem;
}
.offer.offerPlacowki .text-line-white * {
  background: #E5F6FE;
}
.offer.offerPlacowki h3 {
  color: #008858;
}

.card-flip {
  border: none;
}

.card-flip > div {
  backface-visibility: hidden;
  transition: transform 300ms;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 5px 4px 11px -4px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  overflow: hidden;
}

.card-front {
  transform: rotateY(0deg);
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
}

.card-back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  z-index: 10;
}

.card-flip:hover .card-front {
  transform: rotateY(-180deg);
}

.card-flip:hover .card-back {
  transform: rotateY(0deg);
}

.card-body {
  padding: 0;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 20;
}
.card-body img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-body p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.card-body h4 {
  color: #008858;
  text-align: center;
  padding: 2rem 10px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1rem;
}
.card-body h4 span {
  font-size: 1.5rem;
  display: block;
  color: #1f2968;
  margin-top: 6px;
}
.card-body h4 span.ulica {
  font-size: 1.2rem;
}

.card-back {
  display: flex;
  align-items: center;
  background: #f5f5f5;
}
.card-back::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  display: block;
  width: 100%;
}
.card-back .card-body {
  padding: 20px;
}
.card-back .card-body h4 {
  padding: 0 5px 20px 5px;
}

.yellow-label {
  background: #BCE26C;
  color: #BCE26C;
  font-weight: 700;
  display: inline-block;
  padding: 4px 3rem;
  position: absolute;
  top: 20px;
  right: -25px;
  font-size: 1.2rem;
  font-family: "Mali", cursive;
  transform: rotate(30deg);
}

.card-mobile-click-front {
  transform: rotateY(-180deg) !important;
}

.card-mobile-click-back {
  transform: rotateY(0) !important;
}

.card-mobile-click-front-start {
  transform: rotateY(0deg) !important;
}

.card-mobile-click-back-start {
  transform: rotateY(180deg) !important;
}

.flaga-archiwum {
  background: #BCE26C;
  color: #008858;
  padding: 6px 20px;
  border-radius: 10px;
  margin: 0 0 20px 0;
}

/* =====================================================
   SETTINGS PANEL — pasek dostępności w navbarze (top-right)
   ===================================================== */
li.nav__social--accessibility {
  width: 0;
  margin-left: 0 !important;
  padding: 0;
  overflow: visible;
}

.settings__outer {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}

.settings__wrapper {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0 0 0 8px;
  box-shadow: -3px 2px 14px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  max-width: 44px;
  height: 48px;
  white-space: nowrap;
  transition: max-width 0.35s ease-in-out;
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  border: none;
}
.settings__wrapper.open {
  max-width: 700px;
}

.dd__link {
  flex-shrink: 0;
  background: #3f4dba;
  border: none;
  cursor: pointer;
  width: 44px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transition: background 0.2s;
}

.dd__icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: transparent;
}

.settings__row {
  display: flex;
  align-items: center;
  padding: 0 16px 0 12px;
  flex-shrink: 0;
}

.settings__label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #222;
  white-space: nowrap;
  padding-right: 6px;
  flex-shrink: 0;
}

.settings__group {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
}

.settings__divider {
  display: inline-block;
  width: 1px;
  height: 28px;
  background: #ddd;
  flex-shrink: 0;
  margin: 0 10px;
}

.settings__wrapper .settings__link {
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0;
  flex-shrink: 0;
  transition: background 0.15s;
  color: #222;
}
.settings__wrapper .settings__link:hover {
  background: #f0f0f0;
}
.settings__wrapper .settings__link[aria-pressed=true] {
  background: #e8eaff;
  outline: 2px solid #3f4dba;
}

.settings__link--reset {
  color: #555;
}

.settings__a--d {
  font-size: 0.72rem;
  font-weight: 400;
}

.settings__a--w {
  font-size: 0.95rem;
  font-weight: 700;
}

.settings__a--n {
  font-size: 1.2rem;
  font-weight: 700;
}

.settings__outer .settings__wrapper {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  transform: none;
}

.menu-is-fixed .settings__outer .settings__wrapper {
  top: auto;
  transform: none;
}

.settings__outer .settings__wrapper .dd__link {
  background: #3f4dba;
  width: 44px;
  height: 48px;
  border-radius: 0;
  flex-shrink: 0;
  margin: 0;
}
.settings__outer .settings__wrapper .dd__link:hover, .settings__outer .settings__wrapper .dd__link:focus {
  background: #3040a8;
}

@media (max-width: 1200px) {
  .settings__outer {
    position: fixed;
    top: 0;
    right: 20px;
    left: auto;
  }
  .settings__wrapper {
    flex-direction: row-reverse;
    align-items: center;
    max-width: 48px;
    height: 48px;
    max-height: none;
    border-radius: 0 0 24px 24px;
    background: #fff;
    box-shadow: -2px 4px 12px rgba(0, 0, 0, 0.15);
    transition: max-width 0.35s ease-in-out;
    opacity: 1;
  }
  .settings__wrapper.open {
    max-width: 500px;
    border-radius: 8px 0 24px 24px;
  }
  .settings__outer .settings__wrapper .dd__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border-top: 0;
    position: relative;
    flex-shrink: 0;
  }
  .settings__row {
    flex-direction: row;
    align-items: center;
    padding: 0 12px 0 8px;
    gap: 4px;
    width: auto;
  }
  .settings__label {
    display: none;
  }
  .settings__divider {
    display: none;
  }
  .settings__group {
    flex-direction: row;
    gap: 2px;
  }
  .dd__icon-circle {
    background: #3f4dba;
    width: 34px;
    height: 34px;
    border-radius: 50%;
  }
}
@media (max-width: 1200px) {
  li.nav__social--accessibility {
    width: auto;
    padding-top: 30px;
    margin-bottom: 8px;
    overflow: hidden;
  }
  li.nav__social--accessibility .settings__outer {
    position: static;
    right: auto;
    top: auto;
  }
  li.nav__social--accessibility .settings__wrapper {
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
  }
  li.nav__social--accessibility .settings__wrapper.open {
    max-width: 100%;
    border-radius: 8px;
  }
  li.nav__social--accessibility .settings__outer .settings__wrapper .dd__link {
    background: #3f4dba !important;
    border-radius: 0;
  }
  .settings__label {
    display: inline;
  }
  .settings__divider {
    display: inline-block;
  }
}
@media (max-width: 635px) {
  .settings__label {
    display: none;
  }
}
@media (max-width: 420px) {
  .settings__wrapper {
    display: flex;
    justify-content: center;
  }
  .settings__outer .settings__wrapper .dd__link {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */