@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
.cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
}

.card {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Roboto";
  gap: 15px;
  background-color: #FFFFFF;
  height: auto;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .card {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .card {
    padding-top: calc(0.0204741379 * 100vw + -0.3103448276px);
  }
}
@media (min-width: 1920px) {
  .card {
    padding-top: 39px;
  }
}
@media (min-width: 992px) {
  .card {
    padding-bottom: calc(0.03125 * 100vw + -1px);
  }
}
@media (min-width: 1920px) {
  .card {
    padding-bottom: 59px;
  }
}
@media (min-width: 992px) {
  .card {
    padding-left: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .card {
    padding-right: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card {
    padding-right: 20px;
  }
}
.card a {
  text-decoration: none;
  color: #fff;
}
.card__images {
  width: 31.1%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 992px) {
  .card__images {
    gap: calc(0.0032327586 * 100vw + 1.7931034483px);
  }
}
@media (min-width: 1920px) {
  .card__images {
    gap: 8px;
  }
}
.card__images-main {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .card__images-main {
    height: calc(0.0323275862 * 100vw + 217.9310344828px);
  }
}
@media (min-width: 1920px) {
  .card__images-main {
    height: 280px;
  }
}
.card__images-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .card__images-tabs {
    gap: calc(0.0032327586 * 100vw + 1.7931034483px);
  }
}
@media (min-width: 1920px) {
  .card__images-tabs {
    gap: 8px;
  }
}
.card__images-tabs img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 70px;
}
@media (min-width: 992px) {
  .card__images-tabs img {
    height: calc(0.0107758621 * 100vw + 59.3103448276px);
  }
}
@media (min-width: 1920px) {
  .card__images-tabs img {
    height: 80px;
  }
}
.card__images-tab {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.card__content {
  width: 68%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.card__left {
  margin-top: 5px;
  width: 57.7%;
}
@media (min-width: 992px) {
  .card__left {
    margin-top: calc(0.0107758621 * 100vw + -5.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__left {
    margin-top: 15px;
  }
}
.card__left-main {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .card__left-main {
    margin-bottom: calc(0.0172413793 * 100vw + 22.8965517241px);
  }
}
@media (min-width: 1920px) {
  .card__left-main {
    margin-bottom: 56px;
  }
}
.card__left-main a {
  color: #171616;
  display: block;
}
.card__left-price {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .card__left-price {
    margin-bottom: calc(0.0140086207 * 100vw + 16.1034482759px);
  }
}
@media (min-width: 1920px) {
  .card__left-price {
    margin-bottom: 43px;
  }
}
.card__left-price .card__title {
  margin-bottom: 5px;
  transition: 39s ease-in-out;
}
@media (min-width: 992px) {
  .card__left-price .card__title {
    margin-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .card__left-price .card__title {
    margin-bottom: 10px;
  }
}
.card__left-description {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .card__left-description {
    gap: calc(0.0032327586 * 100vw + 3.7931034483px);
  }
}
@media (min-width: 1920px) {
  .card__left-description {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .card__left-description {
    margin-bottom: calc(0.0129310345 * 100vw + 7.1724137931px);
  }
}
@media (min-width: 1920px) {
  .card__left-description {
    margin-bottom: 32px;
  }
}
.card__left-btn {
  width: 150px;
  height: 35px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  background-color: #7C7C81;
}
@media (min-width: 992px) {
  .card__left-btn {
    width: calc(0.0301724138 * 100vw + 120.0689655172px);
  }
}
@media (min-width: 1920px) {
  .card__left-btn {
    width: 178px;
  }
}
@media (min-width: 992px) {
  .card__left-btn {
    height: calc(0.005387931 * 100vw + 29.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__left-btn {
    height: 40px;
  }
}
.card__title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .card__title {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__title {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .card__title {
    font-size: calc(0.0064655172 * 100vw + 9.5862068966px);
  }
}
@media (min-width: 1920px) {
  .card__title {
    font-size: 22px;
  }
}
.card__text {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .card__text {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__text {
    font-size: 14px;
  }
}
.card__text--grey {
  color: #717376;
}
.card__text--fw {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}
.card__text--fw.active {
  overflow: visible;
  -webkit-box-orient: unset;
}
.card__right {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card__right-top {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.card__right-top .card__text {
  margin-bottom: 20px;
  text-align: right;
}
@media (min-width: 992px) {
  .card__right-top .card__text {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .card__right-top .card__text {
    margin-bottom: 30px;
  }
}
.card__right-top .card__text--grey {
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  .card__right-top .card__text--grey {
    margin-bottom: calc(0.0032327586 * 100vw + 3.7931034483px);
  }
}
@media (min-width: 1920px) {
  .card__right-top .card__text--grey {
    margin-bottom: 10px;
  }
}
.card__right-bottom {
  align-self: flex-end;
}
.card__tel {
  background-color: #FF7B1D;
  width: 160px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .card__tel {
    width: calc(0.0193965517 * 100vw + 140.7586206897px);
  }
}
@media (min-width: 1920px) {
  .card__tel {
    width: 178px;
  }
}
@media (min-width: 992px) {
  .card__tel {
    height: calc(0.005387931 * 100vw + 29.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__tel {
    height: 40px;
  }
}

@media screen and (max-width: 992px) {
  .card__left-main, .card__left-price, .card__left-discription {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .card {
    flex-direction: column;
  }
  .card__images, .card__content {
    width: 100%;
  }
  .card__images-tabs {
    width: 50%;
  }
  .card__right-top .card__text {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .card__content {
    flex-direction: column;
    align-items: flex-start;
  }
  .card__right {
    align-items: flex-start;
    width: 100%;
  }
  .card__right-top {
    align-items: flex-start;
  }
  .card__right-top .card__text {
    text-align: left;
  }
  .card__right-bottom {
    margin-top: 10px;
    align-self: flex-start;
  }
  .card__left {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .card__images-tabs {
    width: 70%;
  }
}
.selectCustom {
  display: flex;
  flex-direction: column;
  gap: 3px;
  background: #ebebeb;
  margin-right: 55px;
  position: relative;
  padding: 0;
}
.selectCustom > div {
  display: none;
  position: absolute;
  padding: 0 12px;
  border: 1px solid black;
  top: 33px;
  background: #ebebeb;
  width: 100%;
  z-index: 3;
}
.selectCustom__btn {
  background: #ebebeb;
  border: none;
  height: 100%;
  width: 100%;
  font-family: "ROBOTOREGULAR";
  font-size: 18px;
  color: #5e5e5e;
  text-align: left;
  padding-left: 12px;
  background-image: url(../Images/select-arrow.png);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.selectCustom label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "ROBOTOREGULAR";
  font-size: 18px;
  color: #5e5e5e;
  text-align: left;
  font-weight: 400;
}
.selectCustom input {
  margin: 0;
}

.cookie-banner {
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 30px;
  right: 40px;
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  font-family: "Roboto";
}
.cookie-banner__container {
  display: grid;
  gap: 17px;
  padding-inline: 30px;
  padding-bottom: 30px;
}
.cookie-banner__container--text {
  display: grid;
}
.cookie-banner__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
}
.cookie-banner__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #717376;
}
.cookie-banner__text-span {
  text-decoration: underline;
  text-decoration-style: solid;
  color: #ff7b1d;
}
.cookie-banner__link {
  text-decoration: underline;
  text-decoration-style: solid;
  color: #ff7b1d;
}
.cookie-banner__button {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  background-color: #ff7b1d;
  color: #ffffff;
  padding-block: 11px;
  width: 100%;
  border: unset;
}
.cookie-banner__button:hover, .cookie-banner__button:focus {
  color: #ffffff;
}
.cookie-banner__close {
  width: 100%;
  height: 16px;
  padding: 15px 21px;
  padding-bottom: 2px;
  display: flex;
  justify-content: flex-end;
}
.cookie-banner__close-cross {
  border: unset;
  background: unset;
  width: 16px;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .cookie-banner {
    right: 10px;
    left: 10px;
    width: auto;
    max-width: unset;
  }
}/*# sourceMappingURL=style.css.map */