@media (min-width: 1200px) {
  .custom-footer > div.extended {
    width: 25%;
  }
}

#footer .categories .topic > a {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .st-big-logo #header .site-name a img {
    height: 105px;
    max-height: 105px;
    top: -10px;
    position: relative;
  }
}

.social-buttons-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .header-top {
    height: 118px;
  }
}

.menu-helper {
  top: 118px;
}

/* header contact */

@media (max-width: 767px) {
  .header-contact {
    display: flex;
  }
}

@media (min-width: 768px) {
  .header-contact {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-contact {
    display: none;
  }
}

@media (min-width: 768px) {
  .header-contact {
    display: flex;
  }
}

.header-contact {
  align-items: center;
  column-gap: 16px;
  position: relative;
  color: var(--color-text-default);
}

@media (max-width: 767px) {
  .header-contact {
    padding: 12px 20px;
    margin-block: 16px;
    margin-inline: 0;
    border-radius: var(--radius-m);
    background-color: var(--color-surface-content-green);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-contact {
    align-content: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-inline-end: 0;
    transition: background-color 0.3s ease;
    border-radius: 50%;
    margin-right: -15px;
  }

  .header-contact::before {
    display: flex;
    content: "\e924";
    aspect-ratio: 1;
    font-size: 28px;
    font-family: "apollo" !important;
    width: 23px;
    color: var(--header-color);
  }

  .header-contact:hover {
    background-color: var(--color-surface-white-hover);
  }
}

@media (min-width: 992px) {
  .header-contact {
    width: auto;
    padding: 0;
    margin-left: 16px;
  }
}

@media (min-width: 1200px) {
  .header-contact {
    margin-left: 40px;
  }
}

@media (min-width: 1600px) {
  .header-contact {
    margin-left: 40px;
  }
}

.header-contact--online .header-contact__image::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background-color: #4cd20e;
}

.header-contact:hover .header-contact__value {
  text-decoration: underline;
}

.header-contact__image {
  display: flex;
  width: 44px;
  height: 44px;
  position: relative;
  border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-contact__image {
    display: none;
  }
}

.header-contact__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.header-contact__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1px;
  flex: 1;
  line-height: 1.5;
  min-width: 1px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-contact__content {
    display: none;
  }
}

.header-contact__value {
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--color-secondary);
  font-size: 16px;
  font-family: "Roboto";
}

.header-contact__text {
  color: var(--header-color);
  font-size: 13px;
}

.p-info-wrapper .header-contact__text {
  color: #737373;
}

@media (min-width: 768px) {
  #header .header-top .search {
    margin-left: 16px;
  }
}

@media (min-width: 1200px) {
  #header .header-top .search {
    margin-left: 40px;
  }
}

.footer-contact .header-contact a {
  color: var(--color-secondary);
}

.footer-contact .header-contact {
  width: 100%;
  margin-right: 0;
  color: white;
  display: flex;
}

.footer-contact .header-contact__image {
  display: flex;
  width: 80px;
  height: 80px;
}

.support__address-block .header-contact {
  display: flex;
  margin-right: 0;
  width: 100%;
}

.support__address-block .header-contact .header-contact__image {
  width: 80px;
  height: 80px;
}

.support__address-block .header-contact .header-contact__value {
  color: white;
}

.header-contact__text--ext {
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin-top: 5px;
}

.support__address-block .header-contact .header-contact__text--ext,
.support__address-block .header-contact .header-contact__text {
  color: white;
}

.p-detail-contact__title {
  font-size: 14px;
  font-weight: 600;
  color: black;
  margin-bottom: 1px;
}

.p-info-wrapper .header-contact .header-contact__image {
  width: 80px;
  height: 80px;
}

.p-info-wrapper .header-contact {
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding: 15px 20px;
  margin-block-end: 20px;
  border-radius: 10px;
  border: 1px solid #e0e5ee;
  background: #ffffff;
  margin-right: 0;
  margin-left: 0;
}

.p-info-wrapper .header-contact--online .header-contact__image::before,
.footer-contact .header-contact--online .header-contact__image::before {
  right: 6px;
  top: 6px;
}

@media (min-width: 768px) {
  .header-top > div.site-name-wrapper {
    flex: 0 1 180px;
  }

  .header-top > div.navigation-buttons {
    flex: 0 1 180px;
  }

  .header-top > div.search {
    flex: 0 0 calc(100% - 440px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #header .search .compact-form .form-control {
    min-width: 320px;
  }
}

/* Foooter */

#footer {
  background: white;
  overflow: hidden;
  padding: 30px 10px 0;
}

@media (min-width: 767px) {
  #footer {
    padding: 50px 15px 0;
  }
}

@media (min-width: 992px) {
  #footer {
    padding-left: 55px;
  }
}

.footer-links-icons-block {
  display: none;
}

#footer .site-name {
  display: none;
}

#footer .footer-links-icons {
  margin-top: 25px;
  text-align: left;
}

.footer-icons:before {
  text-align: left;
}

.footer-icons {
  /* justify-content: flex-start; */
}

#footer .footer-links-icons.container {
  width: 100%;
}

#footer .custom-footer {
  border: 0;
  background: white;
  padding-top: 0;
}

@media (min-width: 992px) {
  #footer .custom-footer {
    padding-top: 0;
    padding-left: 0;
  }
}

@media (max-width: 766px) {
  #footer .custom-footer {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  #footer .custom-footer > div {
    padding-bottom: 10px;
  }
}

#footer .custom-footer ul li {
  padding-bottom: 5px;
}

#footer .custom-footer ul li:last-child {
  padding-bottom: 0;
}

@media (min-width: 767px) {
  #footer .custom-footer ul li {
    padding-bottom: 15px;
  }
}

#footer > .container {
  background: white;
}

#footer .footer-links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 766px) {
  #footer .footer-links {
    display: block;
  }
}

@media (min-width: 767px) {
  #footer .footer-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#footer .footer-links .footer-link a {
  line-height: 1.2;
}

#footer .contact-box ul li {
  word-break: normal;
  padding-top: 0;
}

#footer .contact-box ul li a {
  color: #2a302d;
  font-size: 14px;
}

@media (max-width: 766px) {
  #footer .contact-box ul li a {
    padding: 5px 0;
  }
}

@media (min-width: 767px) {
  #footer .contact-box ul li a {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  #footer .contact-box ul li a {
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
  #footer .contact-box ul li a {
    font-size: 16px;
  }
}

#footer .contact-box ul li a:hover {
  text-decoration: underline;
  color: var(--color-primary);
}

#footer .contact-box ul li span {
  padding-left: 30px;
}

#footer .contact-box ul li span.address:before,
#footer .contact-box ul li span.facebook:before,
#footer .contact-box ul li span.instagram:before,
#footer .contact-box ul li span.mail:before,
#footer .contact-box ul li span.cellphone:before,
#footer .contact-box ul li span.tel:before {
  /* font-family: "vejpka"; */
  font-size: 20px;
  color: #2a302d;
  top: 12px;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

@media (max-width: 766px) {
  #footer .contact-box ul li span.address:before,
  #footer .contact-box ul li span.facebook:before,
  #footer .contact-box ul li span.instagram:before,
  #footer .contact-box ul li span.mail:before,
  #footer .contact-box ul li span.cellphone:before,
  #footer .contact-box ul li span.tel:before {
    top: 15px;
  }
}

#footer .contact-box ul li span.address small,
#footer .contact-box ul li span.facebook small,
#footer .contact-box ul li span.instagram small,
#footer .contact-box ul li span.mail small,
#footer .contact-box ul li span.cellphone small,
#footer .contact-box ul li span.tel small {
  display: block;
  font-size: 12px;
}

@media (min-width: 480px) {
  #footer .contact-box ul li span.address small,
  #footer .contact-box ul li span.facebook small,
  #footer .contact-box ul li span.instagram small,
  #footer .contact-box ul li span.mail small,
  #footer .contact-box ul li span.cellphone small,
  #footer .contact-box ul li span.tel small {
    font-size: 14px;
  }
}

#footer .contact-box ul li span.mail a {
  word-break: break-all;
}

#footer .contact-box ul li span.mail:before {
  /* content: "\e912"; */
  font-size: 20px;
}

#footer .contact-box ul li span.tel:before {
  /* content: "\e918"; */
  font-size: 20px;
}

#footer .contact-box ul li.social-item .facebook:before {
  /* content: "\e90b"; */
  font-size: 20px;
}

#footer .contact-box ul li.social-item .instagram:before {
  /* content: "\e910"; */
  font-size: 18px;
}

#footer h4 {
  color: #2a302d;
  /* font-family: "Poppins", Arial, sans-serif; */
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-transform: none;
}

@media (min-width: 480px) {
  #footer h4 {
    font-size: 16px;
  }
}

@media (min-width: 767px) {
  #footer h4 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  #footer h4 {
    font-size: 18px;
  }
}

#footer .banner-wrapper {
  margin-top: 0;
}

#footer .custom-footer__banner19 {
  display: none;
}

#footer .banner {
  min-height: auto;
  margin-bottom: 0;
}

@media (min-width: 767px) {
  #footer .banner {
    margin-bottom: 40px;
  }
}

#footer .custom-footer > div {
  width: 100%;
  margin-bottom: 0;
}

@media (max-width: 766px) {
  #footer .custom-footer > div {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
  #footer .custom-footer > div:nth-child(4),
  #footer .custom-footer > div:nth-child(3) {
    border-bottom: 1px solid #c3c9c6;
  }
}

@media (max-width: 767px) {
  #footer .custom-footer > div:nth-child(3) h4,
  #footer .custom-footer > div:nth-child(4) h4 {
    position: relative;
    margin-bottom: 0;
    padding: 18px 0;
  }
  #footer .custom-footer > div:nth-child(3) h4:after,
  #footer .custom-footer > div:nth-child(4) h4:after {
    content: "";
    background-size: contain;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/user/documents/upload/down-arrow.svg");
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 24px;
    color: #2a302d;
  }
  #footer .custom-footer > div:nth-child(3) > div,
  #footer .custom-footer > div:nth-child(4) ul {
    display: none;
  }
  #footer .custom-footer > div:nth-child(3) .is-active h4:after,
  #footer .custom-footer > div:nth-child(4) .is-active h4:after {
    content: "\e908";
  }
  #footer .custom-footer > div:nth-child(3).is-active > div,
  #footer .custom-footer > div:nth-child(4).is-active ul {
    display: block;
    margin-top: 0;
  }

  #footer .custom-footer > div:nth-child(3).is-active,
  #footer .custom-footer > div:nth-child(4).is-active {
    padding-bottom: 40px;
  }

  #footer .custom-footer > div:nth-child(3).is-active h4:after,
  #footer .custom-footer > div:nth-child(4).is-active h4:after {
    transform: rotate(180deg);
  }

  #footer .footer-rows.container {
    padding-bottom: 0;
  }
  #footer .footer-bottom:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-icons {
    max-width: 250px;
    margin: 0 auto;
  }
  .footer-icons .footer-icon:nth-child(3) {
    flex-basis: 100%;
    width: 100%;
  }
}

.navigation-in > ul > li > a img {
  margin-right: 10px;
}

#footer .custom-footer > div:nth-child(5) {
  width: 100%;
}

@media (min-width: 767px) {
  #footer .custom-footer > div {
    width: 33.33%;
    margin-bottom: 0;
  }
  #footer .custom-footer > div:nth-child(5) {
    width: 66.66%;
  }
}

@media (min-width: 992px) {
  #footer .custom-footer > div:nth-child(5) {
    width: 66.66%;
  }
}

@media (min-width: 1200px) {
  #footer .custom-footer > div {
    width: 25%;
  }
  #footer .custom-footer > div:nth-child(2) {
    width: 25%;
  }
  #footer .custom-footer > div:nth-child(3) {
    width: 25%;
  }
  #footer .custom-footer > div:nth-child(4) {
    width: 25%;
  }
  #footer .custom-footer > div:nth-child(5) {
    width: 25%;
  }
}

@media (max-width: 767px) {
  #footer .custom-footer > div.custom-footer__site-name {
    width: 100%;
  }

  #footer .custom-footer > div:nth-child(5) {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  #footer .custom-footer > div.custom-footer__contact {
    width: 100%;
  }
}

#footer .custom-footer > div.extended {
  width: 100%;
}

@media (min-width: 767px) {
  #footer .custom-footer > div.extended {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  #footer .custom-footer > div.extended {
    width: 25%;
  }
}

#footer ul {
  padding-left: 0;
  margin-bottom: 0;
}

#footer ul li {
  display: block;
}

#footer .categories a,
#footer ul li a {
  display: inline-block;
  color: #2a302d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

@media (max-width: 766px) {
  #footer ul li a {
    padding: 5px 0;
  }
}

#footer .categories .topic.active > a {
  background-color: transparent;
  color: inherit;
}

@media (min-width: 767px) {
  #footer ul li a {
    font-size: 16px;
  }
}

#footer ul li a:hover {
  text-decoration: underline;
  color: var(--color-primary);
}

#footer .footer-payments {
  margin-bottom: 25px;
}

#footer .footer-payments:last-child {
  margin-bottom: 0;
}

#footer .footer-payments img {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
}

#footer .footer-bottom {
  border: 0;
}

#footer .footer-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #c3c9c6;
}

#footer .footer-rows {
  min-height: auto;
}

@media (max-width: 1199px) {
  #footer .footer-rows > .site-name {
    display: none;
  }
}

#footer .custom-footer > .custom-footer__site-name {
  display: none;
}

@media (max-width: 766px) {
  #footer .custom-footer > .custom-footer__site-name {
    display: none;
  }
}

#footer .custom-footer > .custom-footer__site-name .site-name {
  display: block;
}

@media (min-width: 1200px) {
  #footer .custom-footer > .custom-footer__site-name {
    display: none;
  }
}

#footer .footer-newsletter {
  border: 0;
}

@media (min-width: 1200px) {
  #footer .site-name {
    max-width: 150px;
    top: 20px;
    left: 0;
  }
}

@media (min-width: 1200px) {
  #footer .site-name img {
    max-height: 110px;
  }
}

#footer .footer-links-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
}

#footer .contact-box {
  min-height: auto;
}

#footer .copyright {
  color: #6a7770;
  /* font-family: "Poppins", Arial, sans-serif; */
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

@media (min-width: 480px) {
  #footer .copyright {
    font-size: 14px;
  }
}

@media (min-width: 767px) {
  #footer .copyright {
    line-height: 1.2;
    text-align: center;
    font-size: 16px;
  }
}

#footer .copyright strong {
  /* font-family: "Poppins", Arial, sans-serif; */
  text-transform: none;
  font-weight: 400;
}

#footer #signature {
  margin-bottom: 0;
}

#footer .footer-bg {
  position: absolute;
  bottom: 0;
  right: -30px;
  max-width: 490px;
  display: none;
}

@media (min-width: 480px) {
  #footer .footer-bg {
    display: block;
    bottom: 0;
    left: -40px;
    max-width: 230px;
  }
}

@media (min-width: 767px) {
  #footer .footer-bg {
    left: auto;
    right: 120px;
    max-width: 220px;
  }
}

@media (min-width: 992px) {
  #footer .footer-bg {
    right: -30px;
    max-width: 490px;
  }
}

#footer .copyright {
  z-index: 2;
}

@media (min-width: 767px) {
  #footer .copyright {
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
}

@media (min-width: 767px) {
  #footer .footer-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
}

@media (max-width: 766px) {
  #footer .footer-copy {
    display: block;
  }
}

#footer .footer-links {
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 766px) {
  #footer .footer-links {
    text-align: left;
  }
}

@media (min-width: 767px) {
  #footer .footer-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#footer .footer-links .footer-link {
  margin: 5px 0;
}

@media (max-width: 766px) {
  #footer .footer-links .footer-link {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
}

@media (min-width: 767px) {
  #footer .footer-links .footer-link:first-child {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
  }
  #footer .footer-links .footer-link:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 15px;
    background-color: #6a7770;
  }
}

#footer .footer-links .footer-link a {
  padding: 5px 0;
  font-weight: 400;
  font-size: 14px;
  color: #6a7770;
}

@media (min-width: 767px) {
  #footer .footer-links .footer-link a {
    padding: 0;
    font-size: 16px;
  }
}

#footer .footer-links-icons {
  /* display: none; */
}

.type-category .custom-footer__newsletter,
.in-index .custom-footer__newsletter {
  /* border-bottom: 1px solid var(--colors-foregrounds-borders-primary); */
}

body > .container {
  padding: 0;
  padding-bottom: 10px;
}

#footer h5 {
  font-size: 16px;
}

#footer .footer-bottom.container {
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer .footer-bottom {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 767px) {
  #footer .footer-bottom {
    padding-left: 0;
    padding-right: 0;
  }
}

#footer .signature-author {
  padding-right: 0;
  margin-right: 0;
}

@media (max-width: 766px) {
  #footer .signature-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#footer #signature {
  color: #39230a;
  /* font-family: "Poppins", Arial, sans-serif; */
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 14px;
}

@media (min-width: 480px) {
  #footer #signature {
    font-size: 14px;
  }
}

@media (min-width: 767px) {
  #footer #signature {
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.33%;
    flex: 1 0 33.33%;
    font-size: 16px;
  }
}

#footer #signature span,
#footer #signature a {
  color: #6a7770;
}

#footer #signature a:hover {
  color: var(--color-primary);
}

#footer #signature img {
  position: relative;
  top: -3px;
  margin-left: 5px;
  width: 84px;
  margin-right: 0;
  height: 24px;
}

@media (max-width: 767px) {
  #footer #signature img {
    margin-bottom: 5px;
  }
}

#footer .signature-logo {
  margin-left: 10px;
}

#footer .signature-premium,
#footer .signature-link {
  text-decoration: underline;
}

@media (max-width: 766px) {
  #footer .copyright,
  #footer #signature {
    margin-top: 0;
  }
}

.custom-footer__newsletter {
  /* display: none; */
}

.type-category .custom-footer__newsletter,
.in-index .custom-footer__newsletter {
  display: block;
}

.custom-footer__newsletter {
  padding: 15px 0 50px;
}

@media (min-width: 767px) {
  .custom-footer__newsletter {
    padding: 35px 0 35px;
  }
}

.custom-footer__newsletter .newsletter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .custom-footer__newsletter .newsletter-content {
    max-width: 80%;
    margin: 0 auto;
  }
}

.custom-footer__newsletter .newsletter-header {
  width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 766px) {
  .custom-footer__newsletter .newsletter-header {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .custom-footer__newsletter .newsletter-header {
    position: relative;
    margin-bottom: 0;
    width: 50%;
    padding-right: 160px;
  }
  .custom-footer__newsletter .newsletter-header:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: calc(100% - 110px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 203px;
    height: 34px;
    background-image: url("/user/documents/upload/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
}

.custom-footer__newsletter form {
  width: 100%;
  max-width: 500px;
}

@media (min-width: 992px) {
  .custom-footer__newsletter form {
    width: 50%;
    padding-left: 120px;
  }
}

.custom-footer__newsletter fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .custom-footer__newsletter fieldset {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.custom-footer__newsletter .newsletter-text {
  font-size: 16px;
  font-weight: 400;
}

.custom-footer__newsletter h4 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #2a302d;
}

.custom-footer__newsletter h4 span {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 767px) {
  .custom-footer__newsletter h4 span {
    font-size: 24px;
  }
}

.custom-footer__newsletter .validator-msg.msg-error {
  font-size: 13px;
}

.custom-footer__newsletter .validator-msg-holder {
  position: relative;
  width: 100%;
}

.custom-footer__newsletter .validator-msg-holder:after {
  content: "\e913";
  font-family: "vejpka";
  position: absolute;
  top: 21px;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #6a7770;
  font-size: 20px;
  display: none;
}

@media (min-width: 767px) {
  .custom-footer__newsletter .validator-msg-holder:after {
    display: block;
    left: 15px;
    font-size: 22px;
  }
}

.custom-footer__newsletter .form-group.consents {
  font-size: 14px;
  color: #6a7770;
  font-weight: 400;
  margin-top: 10px;
  display: none;
}

@media (min-width: 767px) {
  .custom-footer__newsletter .form-group.consents {
    display: block;
  }
}

.custom-footer__newsletter .form-group.consents a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary);
}

.custom-footer__newsletter .form-group.consents a:hover {
  text-decoration: underline;
}

.custom-footer__newsletter .form-control {
  background-color: white;
  border-radius: 20px;
  padding-right: 10px;
  padding: 10px 15px;
  padding-right: 90px;
  padding-left: 15px;
  font-size: 16px;
  height: 42px;
  min-height: 42px;
  color: #2a302d;
  width: 100%;
  /* font-family: "Poppins", Arial, sans-serif; */
  border: 1px solid #c3c9c6;
}

@media (min-width: 767px) {
  .custom-footer__newsletter .form-control {
    padding: 10px 30px;
    padding-right: 90px;
    padding-left: 50px;
    font-size: 16px;
  }
}

.custom-footer__newsletter .compact-form .btn {
  right: 1px;
  top: 1px;
  background-color: transparent;
  border: transparent;
  color: #6a7770;
  text-transform: none;
  font-weight: 400;
}

@media (max-width: 766px) {
  .custom-footer__newsletter .compact-form .btn {
    height: 40px;
    line-height: 1;
  }
  #footer .custom-footer ul li {
    padding-bottom: 10px;
  }
}

.custom-footer__newsletter .btn {
  height: 40px;
  line-height: 1.2;
  border: 0;
  top: 1px;
  right: 2px;
  padding: 5px 5px;
  min-height: 40px;
  font-size: 14px;
  color: white;
  /* font-family: "Poppins", Arial, sans-serif; */
  font-weight: 400;
  width: 90px;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#footer .footer-links-icons {
  padding: 0;
}

#footer .footer-rows.container {
  padding-bottom: 30px;
}

.custom-footer__newsletter .btn:after {
  content: "" !important;
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 25px;
  background-color: #c3c9c6;
}

.footer-links-icons-block {
  padding: 20px 0 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--colors-foregrounds-borders-primary);
}

@media (min-width: 767px) {
  .custom-footer__newsletter .btn {
    padding: 5px 12px;
    font-size: 14px;
    width: 90px;
  }
}

.custom-footer__newsletter .btn:hover {
  color: var(--color-primary);
}

.custom-footer__newsletter .btn:before {
  display: none;
}

#footer > .container {
  padding: 0;
}

/* .footer-icons:before {
  content: "Možnosti dopravy a platby";
  display: block;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 700;
  font-size: 18px;
} */

@media (min-width: 767px) {
  #footer {
    padding: 0 0 0px;
  }
}

.footer-divider {
  width: 100%;
}

.footer-divider img {
  width: 100%;
}

#footer .contact-box ul li a {
  font-size: 18px;
}

#footer .contact-box ul li.social-item .instagram:before {
  font-size: 20px;
}

#footer .contact-box ul li span {
  display: block;
}

#footer .contact-box ul li.social-item .mail:before {
  font-size: 24px;
}

#footer .contact-box ul li span {
  padding-left: 0;
}

footer .contact-box ul li span.address:before,
#footer .contact-box ul li span.facebook:before,
#footer .contact-box ul li span.instagram:before,
#footer .contact-box ul li span.mail:before,
#footer .contact-box ul li span.cellphone:before,
#footer .contact-box ul li span.tel:before {
  color: #000;
  top: 22px;
  left: 10px;
}

#footer .contact-box ul li span.mail:before {
  font-size: 24px;
  top: 24px;
  left: 13px;
}

#footer .contact-box ul li a {
  background: #f7e9d4;
  border: 1px solid var(--color-primary);
  font-size: 18px;
  padding: 10px 10px 10px 50px;
  display: block;
  width: 100%;
  border-radius: 10px;
  color: #000;
}

#footer .news-item-widget time {
  display: none;
}

/* #footer .news-item-widget {
  display: flex;
  align-items: center;
}

#footer .news-item-widget img {
  max-width: 100px;
  object-fit: contain;
}

#footer .news-item-widget h5 {
  padding-left: 10px;
}
 */

.custom-footer__section1 .news-item-widget {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.custom-footer__section1 .news-item-widget:last-child {
  border-bottom: none;
}

.custom-footer__section1 .news-item-widget img {
  width: 100%;
  max-width: 150px; /* obmedzenie šírky obrázka */
  height: auto;
  border-radius: 4px;
  margin-bottom: 6px;
  display: block;
}

.custom-footer__section1 .news-item-widget h5 {
  margin: 0 0 4px 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

.custom-footer__section1 .news-item-widget h5 a {
  color: #333;
  text-decoration: none;
}

.custom-footer__section1 .news-item-widget h5 a:hover {
  color: #0077cc;
}

.custom-footer__section1 .news-item-widget time {
  display: block;
  font-size: 11px;
  color: #888;
}

.content-wrapper.latest-contribution-box {
  display: none;
}

@media (max-width: 766px) {
  #footer .custom-footer > div {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media (max-width: 766px) {
  #footer .footer-links {
    text-align: center;
  }
}

@media (max-width: 766px) {
  #footer .custom-footer ul li {
    padding-bottom: 5px;
  }
  #footer .custom-footer > div:nth-child(3).is-active .news-item-widget,
  #footer .custom-footer > div:nth-child(4).is-active ul {
    margin-top: 10px;
  }
}

.footer-icons .footer-icon:last-child {
  min-width: 100%;
  text-align: center;
}

#footer .contact-box ul li span.cellphone:before,
#footer .contact-box ul li span.tel:before {
  top: 24px;
  left: 12px;
  font-size: 22px;
}

/* detail benefits */

.jt-benefit-boxes {
  margin-top: 25px;
  margin-bottom: 25px;
}

.jt-benefit-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 15px;
}

.jt-benefit-grid {
  display: grid;
  gap: 15px;
}

@media (min-width: 600px) {
  .jt-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.jt-benefit-box {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgb(75 0 0 / 17%);
  border: 1px solid #4b000066;
  padding: 15px 18px;
  font-weight: 400;
  font-size: 16px;
  transition: transform 0.2s ease;
}

.jt-benefit-box:hover {
  transform: translateY(-2px);
}

.jt-benefit-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  flex-shrink: 0;
  background: var(--color-secondary-hover);
  border-radius: 50%;
  padding: 3px;
}

.jt-benefit-box p {
  margin: 0;
  line-height: 1.4;
}

#footer #categories .expandable > .topic > a > span,
#footer #categories .expandable > a > span {
  display: none;
}

#footer .categories ul a {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .st-banners-up #carousel .banner-category > a > img,
  .st-banners-up #carousel .banner-category > img,
  .st-banners-up #carousel .banner-wrapper > a > img,
  .st-banners-up #carousel .banner-wrapper > img,
  .st-banners-up #carousel .footer-banner > a > img,
  .st-banners-up #carousel .footer-banner > img,
  .st-banners-up #carousel .item > a > img,
  .st-banners-up #carousel .item > img,
  .st-banners-up .body-banners .banner-category > a > img,
  .st-banners-up .body-banners .banner-category > img,
  .st-banners-up .body-banners .banner-wrapper > a > img,
  .st-banners-up .body-banners .banner-wrapper > img,
  .st-banners-up .body-banners .footer-banner > a > img,
  .st-banners-up .body-banners .footer-banner > img,
  .st-banners-up .body-banners .item > a > img,
  .st-banners-up .body-banners .item > img,
  .st-banners-up .footer-banners .banner-category > a > img,
  .st-banners-up .footer-banners .banner-category > img,
  .st-banners-up .footer-banners .banner-wrapper > a > img,
  .st-banners-up .footer-banners .banner-wrapper > img,
  .st-banners-up .footer-banners .footer-banner > a > img,
  .st-banners-up .footer-banners .footer-banner > img,
  .st-banners-up .footer-banners .item > a > img,
  .st-banners-up .footer-banners .item > img,
  .st-banners-up .middle-banners-wrapper .banner-category > a > img,
  .st-banners-up .middle-banners-wrapper .banner-category > img,
  .st-banners-up .middle-banners-wrapper .banner-wrapper > a > img,
  .st-banners-up .middle-banners-wrapper .banner-wrapper > img,
  .st-banners-up .middle-banners-wrapper .footer-banner > a > img,
  .st-banners-up .middle-banners-wrapper .footer-banner > img,
  .st-banners-up .middle-banners-wrapper .item > a > img,
  .st-banners-up .middle-banners-wrapper .item > img,
  .st-banners-up .next-to-carousel-banners .banner-category > a > img,
  .st-banners-up .next-to-carousel-banners .banner-category > img,
  .st-banners-up .next-to-carousel-banners .banner-wrapper > a > img,
  .st-banners-up .next-to-carousel-banners .banner-wrapper > img,
  .st-banners-up .next-to-carousel-banners .footer-banner > a > img,
  .st-banners-up .next-to-carousel-banners .footer-banner > img,
  .st-banners-up .next-to-carousel-banners .item > a > img,
  .st-banners-up .next-to-carousel-banners .item > img,
  .st-banners-up .type-category .banner-category > a > img,
  .st-banners-up .type-category .banner-category > img,
  .st-banners-up .type-category .banner-wrapper > a > img,
  .st-banners-up .type-category .banner-wrapper > img,
  .st-banners-up .type-category .footer-banner > a > img,
  .st-banners-up .type-category .footer-banner > img,
  .st-banners-up .type-category .item > a > img,
  .st-banners-up .type-category .item > img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: auto;
  }

  .st-banners-up #carousel .carousel-control {
    /* display: none; */
  }
  .carousel-control.right:before {
    right: 10px !important;
  }
  .carousel-control.left:before {
    left: 10px !important;
  }
  .carousel-control:before {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 50%;
    width: 30px;
  }
}
