/*  SUPPORT 	 */
/*---------------*/
/* V */

header.header {
  width: calc(100% - 10px);
}

small {
  font-size: smaller;
}

strong {
  font-weight: 600;
}

.mt-60 {
  margin-top: 60px;
}

.support-intro .section__content--intro {
  margin-top: 60px;
}
.support-rest {
  margin-bottom: 30px;
  padding-bottom: 90px;
}
.support-intro .section__content--intro,
.support-rest .section__content {
  width: 1230px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .support-intro .section__content--intro,
  .support-rest .section__content {
    width: calc(96% - 20px);
  }
}

.gray {
  font-weight: 300;
  font-size: 18px;
  background: rgba(247, 247, 247, 11%);
  padding: 10px 30px;
  margin-bottom: 30px;
}
.gray.hide:first-child {
  margin-left: 10px;
}
.gray.hide:last-child {
  margin-right: 10px;
}
.gray.show {
  display: none;
}
.support-intro .section__description {
  font-size: 16px;
}
.support-intro ul,
.support-body ul,
.support-rest ul {
  list-style-type: square;
  padding: 10px 0 0 20px;
  line-height: 1.25;
}
.support-intro ul > li,
.support-body ul > li,
.support-rest ul > li {
  margin-bottom: 5px;
}
.support-intro ul,
.support-rest ul {
  margin-bottom: 30px;
}

.support-rest em {
  font-weight: 400;
  font-size: 17px;
}

.support-body .section__content {
  display: grid;
  grid-template-columns: repeat(6, 16.6%);
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 20px !important;
}
.support-body .section__content p {
  line-height: 20px !important;
}
.support-body h4.gray {
  grid-column-start: span 3;
}
.support-body h5 {
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  padding: 0;
  margin: 15px 0 25px;
}
.support-body .head.standard {
  grid-column: 4/5;
}
.support-body .head.premium {
  grid-column: 5/6;
}
.support-body .head.professional {
  grid-column: 6/7;
}

.support-body-card.price {
  min-height: 120px;
  font-weight: 700;
  justify-content: center;
}

.support-body-text {
  grid-column-start: span 3;
  background: rgba(247, 247, 247, 11%);
  font-size: 15px;
  padding: 15px 20px;
  margin: 0 10px 20px 10px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.support-body-text.last {
  background: #231f20;
  min-height: unset;
  height: 0;
  margin: 0;
  padding: 5px;
}

.support-body-card {
  margin: 0 10px 20px 10px;
  padding: 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.support-body-card p {
  text-align: center;
  width: 100%;
}

.support-body-card.standard {
  background: #6a6f79;
}
.support-body-card.premium {
  background: #917116;
}
.support-body-card.professional {
  background: #015483;
  color: #fff;
}

@media screen and (max-width: 1240px) {
  /* Support */
  .gray.hide {
    display: none;
  }
  .gray.show {
    display: initial !important;
    margin: 0 10px 30px;
  }
  .support-body .section__content {
    grid-template-columns: repeat(3, 33.3%) !important;
  }
  .support-body .head {
    display: none;
  }

  .support-body-card {
    flex-direction: column;
    justify-content: space-between;
  }
  .support-body-card::after {
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 15px;
  }
  .support-body-card.standard::after {
    content: 'standard';
  }
  .support-body-card.premium::after {
    content: 'premium';
  }
  .support-body-card.professional::after {
    content: 'professional';
  }
}

@media screen and (max-width: 600px) {
  .support-body .section__content {
    grid-template-columns: repeat(2, 50%) !important;
  }
  .support-body h4.gray,
  .support-body-text,
  .support-body-card {
    grid-column-start: span 2 !important;
  }
  .support-body-card.price {
    justify-content: center;
  }
}
@media (min-width: 400px) and (max-width: 600px) {
  .support-body-text {
    margin: 20px 10px 10px;
  }
  .support-body-card {
    flex-direction: row;
    background: #231f20 !important;
    margin: 0;
  }
  .support-body-card::after {
    margin-left: 20px;
    width: 30%;
  }
  .support-body-card p {
    width: 60%;
  }
  .support-body-card.standard p,
  .support-body-card.standard::after {
    background: #6a6f79;
  }
  .support-body-card.premium p,
  .support-body-card.premium::after {
    background: #917116;
  }
  .support-body-card.professional p,
  .support-body-card.professional::after {
    background: #015483;
    color: #fff;
  }

  .support-body-card p,
  .support-body-card::after {
    margin-top: 0;
    min-height: 90px;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/*  MODUL ZA PRODAVCE NA TERENU 	 */
/*---------------*/
/* V */
.field {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
}
.field .inner {
  margin: 0 15px;
}

.field .grid__list li {
  background: url(images/checked.png) no-repeat 0 50%;
  font-size: 18px;
  padding: 10px 0 0 40px;
}
.field .inner img {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .field {
    display: block;
  }
  .field .inner:first-child {
    margin: 0 0 30px 60px;
  }
}
@media screen and (max-width: 600px) {
  .field .inner:first-child {
    margin: 0 15px 30px;
  }
  .field .inner:first-child ul.grid__list li {
    font-size: 16px;
    line-height: 26px;
    padding: 5px 0 5px 30px;
  }
}

.gray-divider {
  width: 100%;
  height: 60px;
  background: #f7f7f7;
}

.intro__subtitle:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 80%;
  margin: auto;
  width: 50px;
  height: 1px;
  background: #454545;
}

.section__description {
  font-weight: 300;
}

.support-sla-table {
  padding-bottom: 60px;
}
.support-sla-table .note {
  margin-top: 10px;
}

.sla-table {
  width: 100%;
  border-collapse: collapse;
}

.sla-table th,
.sla-table td {
  border: 1px solid #ccc;
  padding: 8px;
}

/* Cookie Consent */
.cc-btn {
  min-width: 80px;
}
