/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.block-tabs {
  overflow: hidden;
}
.block-tabs__title {
  margin-bottom: 1.5625rem;
  text-align: center;
}
@media (min-width: 768px) {
  .block-tabs__title {
    margin-bottom: 4rem;
  }
}
.block-tabs .tabs-dropdown {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .block-tabs .tabs-dropdown {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .block-tabs .tabs-dropdown__list {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .block-tabs .tabs-dropdown__tab {
    flex: 1 1 0;
    margin-right: 0.5rem;
    text-align: center;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .block-tabs .tabs-dropdown__tab:last-child {
    margin-right: 0;
  }
}
.block-tabs iframe {
  max-width: 100%;
  border: none;
  display: block;
  height: 373px;
}
@media (min-width: 768px) {
  .block-tabs iframe {
    width: 630px;
    height: 472px;
  }
}
.block-tabs__text {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .block-tabs__text {
    margin-bottom: 1.875rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 768px) {
  .block-tabs .tab-content {
    display: flex;
    flex: 100%;
    flex-shrink: 0;
  }
  .block-tabs .tab-content:not(.active) {
    visibility: hidden;
    z-index: -1;
    left: 100%;
    order: 1;
  }
  .block-tabs .tab-content.active {
    display: inherit;
    order: 0;
  }
}
.block-tabs .tabs-dropdown__arrows {
  margin-top: -3rem;
}
.block-tabs__slides {
  display: flex;
  align-items: stretch;
}