a {
  color: #e11229 !important;
}

a:hover {
  color: #007fff !important;
}

.link_red:hover {
  color: #007fff !important;
}

.article__header--collapse .article-embed-with-caption {
  margin-bottom: 0;
}

.article-content>p:first-of-type {
  margin-bottom: 1.4rem;
}

h2.h2 {
  margin: 1.5rem 0;
  font-size: 23px;
  color: #212121;
}

h2.h2:first-child {
  margin-top: 0;
}

.text_content b:only-child {
  font-size: inherit;
}

[data-zoomable] img {
  max-height: 400px;
}

.article-image .lightbox-img {
  display: block;
  max-width: unset;
}

.article-image img,
.article-image .lightbox-img img {
  display: block;
  width: 100%;
  /* height: 100%; */
  max-width: unset;
  max-height: 550px;
  margin-bottom: 1rem;
  object-fit: contain;
  object-position: center;
  background-color: rgba(0, 0, 0, 0.1);
}

.video-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 50px auto;
  background: #000;
  overflow: hidden;
  margin-bottom: 20px;
}

video {
  width: 100%;
  height: 100%;
  display: block;
}

.important-block {
  display: flex;
  gap: 20px;
  align-items: center;
  background: rgba(209, 223, 245, 1);
  color: rgba(16, 49, 106, 1);
  border-radius: 10px;
  padding: 30px;
}

.important-block-icon {
  font-size: 4em;
  color: #e11229;
}

.fa-thumbs-up {
  background: url("../index/svg-thumb-up.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  position: relative;
  top: 1px;
}

.lightbox-img {
  position: relative;
  display: block;
  line-height: 0;
  max-width: max-content;
  width: 100%;
}

.lightbox-img img {
  max-height: 450px;
  max-width: 450px;
  object-fit: contain;
}

.lightbox-img::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  width: 50px;
  height: 50px;
  background-image: url("../index/lupa.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.info__imp {
  padding-left: 10px;
  border-left: 4px solid #e11229;
  font-style: italic;
}

.label {
  font-size: 12px !important;
  line-height: 27px;
  padding: 3px !important;
  color: #939393 !important;
}

img + .label {
  margin-top: -10px;
  font-size: 16px !important;
  line-height: 27px;
  padding: 3px !important;
  color: #939393 !important;
}

.day {
  margin-top: 15px;
  font-size: 22px;
  text-align: center;
  background-color: #939393;
  color: white;
}

.border_day {
  padding: 10px;
  font-size: 18px;
  border: 1px solid #939393;
  border-radius: 0px 0px 4px 4px;
}

/*==============CHECK==============*/

.check {
  border: 1px solid;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif !important;
}

.check__wrapper {
  padding: 0.5rem;
}

.check__top {
}

.check__iban {
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}

.check__top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.check__top-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}

.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}

.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.check__bot {
  border-bottom: 3px solid #000;
}

.check__bot-grid {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}

.check__bot-grid-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
}

.check__bot-grid-col-title {
  font-weight: 500;
  background-color: rgba(128, 128, 128, 0.39);
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
  padding-left: 2px;
}

.check__thanks {
  text-align: right;
  display: block;
  margin: 0.5rem 2rem;
}

/*=========CHECKMQ=======*/

@media (max-width: 1200px) {
  .check {
    font-size: 0.8rem;
  }
}

@media (max-width: 1024px) {
  .check {
    font-size: 0.6rem;
  }
}

@media (max-width: 992px) {
  .check {
    font-size: 14px;
  }
}

/*=========REG=============*/

.reg {
  margin-top: 1rem;
  line-height: 30px;
}
.reg__title {
  padding-left: 40px;
  font-weight: 700;
}
.reg__header {
  font-size: 23px;
}
.reg__subheader {
  font-style: italic;
  font-size: 14px;
}
.reg li {
  margin: 0 0 12px 0;
  font-size: 18px;
}
.reg li::marker {
  font-weight: 600;
}
.reg li:last-of-type {
  margin: 0 0 25px 0;
}
/* .reg li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: block;
  border-color: rgb(223, 0, 0);
  border: 3px solid;
  width: 40px;
  height: 40px;
  padding: 4px 12px;
  border-radius: 50%;
  color: rgb(223, 0, 0);
  font-weight: 600;
  margin: auto 0.8rem auto 0;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
} */
.reg__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;  
}
.reg__list-container {
  font-weight: normal;
  background-color: #ececec;
  border-left: 2px solid;
  border-right: 2px solid;
  border-radius: 6px;
  border-color: rgb(223, 0, 0);
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 26px;
  overflow-wrap: break-word;
  position: relative;  
}
.reg__item {
  line-height: 25px;
  font-weight: normal;
  font-size: 18px;
}
.reg__item img {
  margin-right: 0.5rem;
}
.reg__item a {
  color: #007fff;
  text-decoration: underline;
  background-color: transparent;
  font-weight: 500;
}
.reg__item a:hover {
  color: #2195bf;
}

.button-link {
  background-color: #e11229;
  color: white !important;
  padding: 15px;
  margin-top: 30px;
  display: block;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.button-link:hover {
  color: #fff !important;
  background-color: #007fff;
  text-decoration: none;
}
/*=============COMMENTS==============*/

.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.comment-like {
  border-top: 1px solid #7e7e7e;
  border-bottom: 1px solid #7e7e7e;
  max-width: 96%;
  width: 100%;
  margin: 0 auto;
}

.comment-like__row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
}

.comment-like__row i {
  font-size: 1.2rem;
  color: #7e7e7e;
}

.thumbs-up-icon {
  display: inline-block;
  background-image: url("../index/svg-thumb-up.svg");
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.comment-like__row-block {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 16px;
}

.comment-like__row-block .comment-header__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.comment-header__icon-thumbs {
  background-image: url("../index/svg-thumb-up2.svg");
}

.comment-header__icon-comment {
  background-image: url("../index/comment-alt.svg");
}

.comment-header__icon-share {
  background-image: url("../index/share-icon.svg");
}

.comment-line {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-left: 1rem;
  font-family: var(--guardian-medium);
}

.comment-line:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #2c2c2c;
}

.comment-actual {
  text-align: right;
  margin-right: 1rem;
  margin-top: 1rem;
  color: #7e7e7e;
  font-size: 16px;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comment-block {
  margin: 0.5rem 1rem;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.204);
  padding-bottom: 0.5rem;
}

.comment-block:nth-child(1) {
  border-bottom: none;
}

.block-avatar {
  margin-right: 1rem;
}

.block-avatar img {
  border-radius: 50%;
  width: 50px;
  max-width: none;
}

.block-info-comment span:not(.min-ftd-value-local) {
  background-color: rgba(0, 0, 0, 0.108);
  display: block;
  padding: 0.4rem;
  border-radius: 10px;
  font-size: 16px;
}

.block-info-answer img {
  margin-top: 0.5rem;
  display: block;
}

.block-info-comment__name {
  font-weight: 700;
  color: #000;
}

.block-info input {
  width: 800px;
  padding: 0.5rem 1rem 2rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.21);
}

.block-info-line {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}

.block-info-answer-flex {
  display: flex;
  margin-top: 1.5rem;
}

.block-info-line__date {
  color: rgba(0, 0, 0, 0.44);
}

.block-info-line__date span {
  line-height: 1;
}

.block-info-line__like {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  color: #000000;
  font-size: 12px;
  white-space: nowrap;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
  pointer-events: none;
}

.block-info-line__like_item a {
  color: #7e7e7e !important;
  text-decoration: none;
}

.comments__more {
  display: block;
  margin: 0 auto;
  color: #3767ff;
}

.hidden {
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 0;
  opacity: 0;
  transition: 0.3s;
}

.active {
  overflow: visible;
  height: auto;
  opacity: 1;
  transition: 0.3s;
}

.block-info-comment .offer-hero {
  display: inline;
  background-color: rgba(0, 0, 0, 0);
}

.link-btn {
  display: block;
  margin: 1rem auto;
  text-align: center;
  background-color: #0198bd;
  color: #fff;
  max-width: 80%;
  padding: 1rem 0;
  font-size: 2rem;
  font-weight: 700;
}

.link-btn:hover {
  background-color: green;
  color: #fff;
}

img.hero-deposit-img {
  padding: 0;
  display: inline-block;
  width: 65.4%;
  margin: 0;
  float: left;
}

.hero-deposit-svg {
  enable-background: new 0 0 267 519;
  padding: 0;
  display: inline-block;
  width: 33.9%;
  margin: 0;
}

.inf_img {
  color: #434343;
  text-align: center;
}

.border_img {
  border: 1px solid #6887a6;
  background-color: #e9f2f7;
  border-radius: 4px;
}

@media(max-width: 450px) {
  .check__top-col-1 {
    gap: 1rem;
  }
  .check__top-grid {
    flex-direction: column;
  }
  .check {
    font-size: 0.7rem;
  }

  .comment-like__row {
    font-size: 0.8rem;
  }

  .block-avatar img {
    width: 40px;
  }

  .block-info-comment span:not(.min-ftd-value-local) {
    font-size: 14px;
  }

  .block-info-line {
    position: relative;
    margin-bottom: 15px;
  }

  .block-info-line__date {
    position: absolute;
    bottom: -15px;
  }
}

@media(max-width: 767px) {
  .eager {
    margin-bottom: 20px;
  }
}

@media(max-width: 400px) {
  .comment-like__row {
    padding-left: 0;
    padding-right: 0;
  }

  .comment-like__row-block {
    font-size: 14px;
  }

  .comment-like__row-block .comment-header__icon {
    width: 15px;
    height: 15px;
  }

  .comment-block {
    margin: 0.5rem 0;
  }

  .block-avatar {
    margin-right: 0.5rem;
  }
}

/* carousel */

.carousel {
  background-color: #c5c4c4 ;

}

 .c-item .c-img   {
  object-fit: contain;
} 

.c-item {
  background-color: #c5c4c4;
  height:  600px;
}


.c-img {
  object-fit: contain;
  height: 100%;
  max-height: 600px;
  margin: 0 auto;
} 

.carousel-control-next, .carousel-control-prev { 
  width: 8%;
}


#carousel-first .c-item  {
 height:  unset;
aspect-ratio:  1.6/1;
width: 100%;
object-fit: cover;

}

#carousel-first .c-item .c-img {
height: 100%;
object-fit: cover;
}


@media  (max-width: 649px) {
  .c-item  {
    height:  350px;
  }

  .c-img {
    max-width: calc(100%);
  }

}

#carousel-first .active {
transition: transform .6s ease-in-out!important;
}

.day {
  margin-top: 15px;
  font-size: 22px;
  text-align: center;
  background-color: #939393;
  color: white;
}

/*============== FEEDBACK ==============*/
.feedback {
  margin-bottom: 20px;
  padding: 30px 0 12px;
}

.feedback__header,
.feedback__body {
  border-bottom: 1px solid #989898;
}

.feedback__header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.feedback__photo {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.feedback__photo img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: 25%;
}

.feedback__description {
  flex-grow: 1;
}

.feedback .feedback__name {
  margin: 0;
  /* margin-bottom: 5px; */
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.feedback .feedback__position {
  margin: 0;
  /* font-weight: 700; */
  font-size: 16px;
  color: #787878;
}

.feedback .feedback__rating {
  font-size: 24px;
  color: #d85229;
}

.feedback__btn {
  max-width: 130px;
  margin-left: 10px;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 12px;
  background-color: #f6f6f6;
  border-radius: 5px;
}

.feedback__body {
  padding: 16px 0;
}

.feedback__body p {
  margin: 0;
  font-size: 18px;
}

.feedback__body p+p {
  margin-top: 5px;
}

.feedback__body .slideshow-container {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 660px) {
  .feedback {
    padding: 20px 0 12px;
  }

  .feedback__header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 16px 20px;
  }

  .feedback .feedback__name {
    font-size: 24px;
  }

  .feedback__btn {
    margin-top: 10px;
    margin-left: 0;
  }

  .feedback__photo {
    margin-right: 0;
    margin-bottom: 10px;
  }
}