/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/*#таблица флекс со слотами*/
.top-slots-box, .text-image-block {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.slot-item {
  width: calc(50% - 20px);
  border: 1px solid #454141;
  border-radius: 8px;
  padding: 10px;
}
@media (max-width: 768px) {
  .slot-item, .text-block, .image-block {
    width: 100%;
  }
}
/* Стили для блоков с картинками */
.text-block, .image-block {
  width: calc(50% - 10px);
}
.text-image-block {
  align-items: center;
}
/* Стили для FAQ */
.faq-content {
  margin: 0 auto 60px;
}
.faq-question {
  border-bottom: 1px dotted #ccc;
}
.panel-title {
  font-size: 24px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 10px 10px 45px;
  display: block;
  cursor: pointer;
}
.panel-title h3 {
  font-size: 24px;
}
.panel-title:hover {
  margin-left: 20px;
}
.panel-title {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.panel-content {
  font-size: 20px;
  padding: 0px 14px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.panel:checked ~ .panel-content {
  height: auto;
  opacity: 1;
  padding: 14px;
}
.plus {
  position: absolute;
  margin-left: 20px;
  margin-top: 30px;
  z-index: 5;
  font-size: 35px;
  color: #ddd;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.panel {
  display: none !important;
}
/*# sourceMappingURL=custom.css.map */