.content-i {
  height: auto;
  height: 60vh;
  max-height: 60vh;
}
.content-w {
  display: grid;
  grid-template-columns: 1fr;
  
  
}

.content-w--block{
  display: block !important;
}
.calc-warning {
  position: relative;
  padding: 10px;
  display: flex;
  font-size: 11px;
}


.calc-warning svg {
  flex-shrink: 0;
  width: 28px;
  height: 27px;
  margin-right: 20px;
}


.table-faq {
  margin-top: auto;
  padding: 0;
  padding: 0 1.1rem;
  list-style: none;

}

.table-faq li {
  position: relative;
  color: #aaa;
}

.table-faq li:hover {
  color: #555;
}

.table-faq li span {

  border-bottom: 1px dashed #aaa;
  transition: all 0.3s ease-in-out;

  width: max-content;
}

.table-faq li+li {
  margin-top: 10px;
}

.table-faq li::before {
  content: attr(data-content);
  position: absolute;
  bottom: 100%;
  left: 0;
  opacity: 0;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 1px 5px rgba(16, 37, 133, 0.1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.table-faq li:hover::before {
  opacity: 1;
  z-index: 1;
}


.calc-info {
  padding: 40px 10px 10px;
}

.calc-info__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.calc-info__item-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.calc-info__item-descr {
  color: #555;
  margin-bottom: 0;
  font-size: 13px;
}

.calc-video-link {
  padding: 10px;
}


/* .calc-container {
  display: none;
} */

@media(max-width:1199px) {
  .calc-container {
    overflow: scroll;
  }

  .calc-iframe {
    width: 1160px !important;
  }
}





.table-faq{
  display: none;
}
