

/* Start:/local/templates/vanilla_other_pages/components/bitrix/news.detail/garantii/style.css?17665221774254*/
.page {
  box-sizing: border-box;
  font-family: "Mont";
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
.content {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 320px;
  padding: 40px 0 100px;
  box-sizing: border-box;
}

@media screen and (min-width: 320px) and (max-width: 1201px) {
  .content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container__title {
  font-family: 'Playfair Display';
  font-size: 40px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  margin: 50px 0 0 0;
}
@media screen and (min-width: 320px) and (max-width: 420px) {
  .container__title {
    font-size: 26px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 421px) and (max-width: 600px) {
  .container__title {
    font-size: 30px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .container__title {
    font-size: 35px;
    margin-top: 10px;
  }
}

.important {
  color: red;
  font-size: 30px;
  font-weight: 600;
  line-height: 130%;
  margin: 0;
  padding-top: 50px;
}

@media screen and (min-width: 320px) and (max-width: 500px) {
  .important {
    font-size: 22px;
  }
}

.container__line-top {
  display: block;
  width: 100px;
  height: 1px;
  background: rgba(9, 187, 181, 1);
  margin-top: 30px;
}
@media screen and (min-width: 320px) and (max-width: 420px) {
  .container__line-top {
    margin-top: 5px;
  }
}
.container__line-bottom {
  display: block;
  width: 50px;
  height: 1px;
  background: rgba(9, 187, 181, 1);
  margin-top: 5px;
}

.gua-description {
  color: rgba(51, 51, 51, 1);
  font-weight: 600;
  font-size: 15px;
  line-height: 160%;
  padding: 30px 0 0px;
  margin: 0;
}

@media screen and (min-width: 320px) and (max-width: 500px) {
  .gua-description {
    font-size: 14px;
  }
}

.guarantees-description {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  margin: 120px 0 52px 0;
}

.description_color-werning {
  text-decoration: underline;
  text-transform: uppercase;
}

.guarantees_cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  grid-template-rows: repeat(2, 1fr);
  gap: 45px 45px;
  margin-top:46px;
}

@media screen and (min-width: 320px) and (max-width: 500px) {
  .guarantees_cards {
    grid-template-columns: repeat(auto-fit, minmax(279px, 1fr));
    gap: 30px 0;
  }
}

@media screen and (min-width: 530px) and (max-width: 815px) {
  .guarantees_cards {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  }
}

.card__guarantees {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f2f2f2;
  box-shadow: -10px -10px 30px rgba(255, 255, 255, 0.85),
    10px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 48px 34px 33px;
  box-sizing: border-box;
}

@media screen and (min-width: 320px) and (max-width: 500px) {
  .card__guarantees {
    padding: 30px 13px 30px;
  }
}
.card__icon {
  max-width: 85px;
  height: 90px;
}

@media screen and (min-width: 320px) and (max-width: 500px) {
  .card__icon {
    max-width: 60px;
    height: auto;
  }
}

.card__title {
  color: rgba(51, 51, 51, 1);
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  padding: 35px 0 15px;
  text-decoration: none;
}
.card__title a {
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
}

@media screen and (min-width: 320px) and (max-width: 500px) {
  .card__title {
    font-size: 18px;
    padding: 30px 0 35px;
  }
}
.card__description {
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}

@media screen and (min-width: 320px) and (max-width: 500px) {
  .card__description {
    font-size: 14px;
  }
}
/* End */
/* /local/templates/vanilla_other_pages/components/bitrix/news.detail/garantii/style.css?17665221774254 */
