

/* Start:/local/components/iek/warrantyservices/templates/.default/style.css?17827974752627*/
.page-container.page-title-container,
.page-head,
.page-container.page-header {
  display: none;
}
.sticky-header .header {
  z-index: 11;
}

.support .services-on-map__title,
.support .services-link {
  background-color: transparent;
}

.js-hide {
  display: none !important;
}

@media (min-width: 1150.98px) {
  .services-on-map-content {
    grid-template-columns: 446px 816px;
  }
  .support .services-link {
    font-size: 23px;
  }
}

.services-on-map-select li {
  background-color: #f9f7f7;
  color: #050505;
  font-family: WixMadeforDisplay;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.02px;
  padding: 9px 19px 10px;
}

.services-on-map-select li:hover,
.services-on-map-select li.selected {
  background-color: #f9f7f7;
  color: #050505;
}
.services-on-map-container {
  position: relative;
}
.services-on-map-map {
  width: 100%;
  height: 400px;
  background: center no-repeat;
  background-size: cover;
}
.services-on-map-map--ya.js-hide {
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.services-on-map-map--empty {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #666;
  font-size: 17px;
  background: #eee;
  align-items: center;
  justify-content: center;
}

.jq-selectbox__dropdown ul {
  max-height: 260px;
}

.services-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 56px;
}
.service-center-card-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.service-center-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #050505;
  font-family: WixMadeforDisplay;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.service-center-card__name {
  color: #050505;
  font-family: WixMadeforDisplay;
  font-size: 20px;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
}

.callback-form .form-control:not(:placeholder-shown) + span {
  display: none;
}

.callback-form .form-checkbox {
  position: relative;
}
.callback-form .form-checkbox input {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.callback-form-result {
  padding: 20px;
  min-height: 150px;
  font-size: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-center-card__comment {
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .support-list .support-list-item{
      width: 25%;
  }
}

/* End */


/* Start:/local/components/iek/warranty.list/templates/.default/style.css?17827974752098*/


.warranty-list {
    display: grid;
    gap: 20px;
}

@media (min-width: 1024px) {
    .warranty-list {
        grid-template-columns: 1fr 1fr;
    }
}

.warranty-item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s;
}


.warranty-item__icon {
    flex: 0 0 64px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.warranty-item__content {
    flex: 1;
}
.warranty-item__content > *:first-child {
    margin-top: 0 !important;
}

.warranty-item__content h3 {
    font-size: 20px;
    margin: 0 0 12px 0;
    font-weight: 600;
    color: #1a1a1a;
}

.warranty-item__content h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 12px 0;
    color: #333;
}

.warranty-item__content p {
    margin: 12px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #222;
}

.warranty-item__content ul {
    margin: 8px 0 12px 0;
    padding-left: 20px;
    list-style: disc;
}

.warranty-item__content ul li {
    font-size: 15px;
    line-height: 1.5;
}
.warranty-item__content svg {
    max-width: 25px;
    height: 18px;
    color: #050505;
    transition: color .3s;
    margin-left: 4px;
    transform: translateY(3px);
}

.warranty-item__content a {
    color: #0066cc;
    text-decoration: none;
    border-bottom: 0;
    transition: color .3s;
}

@media (hover: hover) {
    .warranty-item__content a:hover,
    .warranty-item__content a:hover svg {
        color: #f6e200;
    }
}


.warranty-item__icon--hand {
    background-image: url('/local/components/iek/warranty.list/templates/.default/images/hand.png');
}
.warranty-item__icon--note {
    background-image: url('/local/components/iek/warranty.list/templates/.default/images/note.png');
}
.warranty-item__icon--book {
    background-image: url('/local/components/iek/warranty.list/templates/.default/images/book.png');
}
.warranty-item__icon--arrow {
    background-image: url('/local/components/iek/warranty.list/templates/.default/images/arrow.png');
}
.warranty-item__icon--cross {
    background-image: url('/local/components/iek/warranty.list/templates/.default/images/cross.png');
}
.warranty-item__icon--human {
    background-image: url('/local/components/iek/warranty.list/templates/.default/images/human.png');
}
/* End */
/* /local/components/iek/warrantyservices/templates/.default/style.css?17827974752627 */
/* /local/components/iek/warranty.list/templates/.default/style.css?17827974752098 */
