

/* Start:/local/templates/krubis/css/pages/platform.css?175016979814961*/
.site--h1 h1{
  display:none!important;
  margin: 0;
}
.site--h1 {
  margin: 0!important;
}
.platform--banner {
  display: flex;
  height: 700px;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  background-size: cover;
  background-position: center center;
}
.platform--banner-content {
  max-width: 1100px;
}
.platform--banner-content h1 {
  font-size: 120px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.2;
}
.platform--banner-desc {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 600;
}
.platform--banner-text {
  font-size: 35px;
  font-weight: normal;
}
.black-title {
  font-size: 60px;
  color: #000;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: normal;
  letter-spacing: -3px;
  text-transform: uppercase;
  line-height: 1.2;
}
.white-title {
  font-size: 60px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: normal;
  letter-spacing: -3px;
  text-transform: uppercase;
  line-height: 1.2;
}
.items-wrapper {
  gap: 40px;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
.items-wrapper .item {
  border-radius: 15px;
  background-color: #fff;
  padding: 30px 60px;
}
.item-content-right {
  width: 450px;
}
.item-content-right img {
  width: 100%;
  display: flex;
  object-fit: cover;
}
.item-content {
  display: flex;
  flex-direction: row;
  position: relative;
}
.component-content {
  counter-reset: section;
}
.component-content .item {
  position: relative;
  min-height: 550px;
}
.component-content .item-content {
  position: relative;
  z-index: 1;
}
.component-content .item-content::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  top: -30px;
  left: -30px;
  font-size: 500px;
  font-weight: 600;
  color: #32739D;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}
.item-content-left {
  padding-left: 250px;
  flex: 1;
}
.item-content-left ul {
  font-size: 20px;
  margin-left: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.item-content-left ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.item-content-left h3 {
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}
.item-download {
  max-width: 100%;
  width: 250px;
}
.platform--based {
  background-color: var(--main);
  padding-top: 40px;
  padding-bottom: 60px;
}
.tabs {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.tabs-button {
  padding: 15px 20px;
  cursor: pointer;
  background-color: #e0e0e0;
  border-radius: 15px;
  user-select: none;
  transition: background 0.3s;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}

.tabs-button.active {
  background-color: var(--main);
  color: white;
}

.tabs-content {
  display: none;
}

.tabs-content img {
  margin-left: 30px;
}
.tabs-content.active {
  display: block;
}

.platform--based-tabs {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}

.tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tabs-nav li {
  padding: 22px 55px;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
  border-left: 4px solid transparent;
  border-radius: 15px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 38px;
}

.tabs-nav li.active,
.tabs-nav li:hover {
  background: #fff;
  color: #000;
}

.platform-tabs-content {
  flex: 1;
}

.tab-content {
  display: none;
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
  font-size: 25px;
}
.tab-content p b {
  font-weight: bold;
}
.tab-content.active {
  display: block;
}
.tab-list {
  margin-left: 40px;
}
.tab-list li {
  list-style-type: disc;
}
.platform--album-inner {
  padding: 40px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 40px;
}
.platform--album-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  gap: 40px;
}
.platform--album-content {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.platform--album-item-text {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.platform--album-item-text ul li {
  list-style-type: disc;
  font-size: 40px;
  margin-left: 60px;
  margin-top: 20px;
}
.platform--album-item-img {
  flex: 1;
}
.platform--album-item-img img {
  max-width: 100%;
}
.platform--album-item h3 {
  font-size: 50px;
  color: #32739D;
  margin-bottom: 20px;
  width: 100%;
}
.platform--album-item-text span {
  font-size: 40px;
}
.album--get-album {
  width: 300px;
  margin-top: 200px;
}
.album--get-album span {
  font-size: 18px;
}
.platform--certificate {
  background-color: var(--main);
  padding-top: 40px;
  padding-bottom: 60px;
}
.cert-content p {
  font-size: 25px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.cert-inner {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.cert--item {
  width: calc((100% - 3 * 40px) / 4);
  box-sizing: border-box;
}
.cert--item img {
  width: 100%;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease;
}
.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  right: 10px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
}
.swiper-button-prev::after {
  content: 'prev'!important;
}
#platformSlider {
  position: relative;
}
.swiper {
  width: 600px;
  height: 300px;
}
.download-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.download--popup {
  position: absolute;
  display: none;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #EEEEEE;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease-in-out;
  left: auto;
  top: 0;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 33;
  right: calc(100% + 10px);
}
.popup--qr-title {
  text-align: center;
}
.download--popup-inner {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.item-download:hover svg * {
  stroke: var(--main)!important;
  fill: transparent!important;
}
.album--get-album:hover svg * {
  stroke: var(--main)!important;
  fill: transparent!important;
}
.album--get-album {
  background: #32739D!important;
  border-color: #32739D !important;
  padding: 0 13px!important;
}
.album--get-album svg * {
  stroke: transparent !important;
  fill: #fff !important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.album--get-album:hover svg * {
  stroke: #32739D !important;
  fill: #fff !important;
  stroke-width: 1;
}
.album--get-album:hover {
  background: transparent!important;
  color: #32739D!important;
}
body .download-wrapper.--opened .download--popup {
  display: block;
  opacity: 1;
  visibility: visible;
}
.platform--banner-icon {
  display: flex;
  flex-direction: row;
  gap: 100px;
  margin-top: 20px;
}
.platform--banner-icon-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  width: 180px;
}
.download--icon {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.download-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.download--icon-item img {
  width: 100px;
}
@media (max-width: 1200px) {
  .black-title, .white-title {
    font-size: 45px;
  }
  .tabs-nav li {
    font-size: 30px;
    padding: 20px 30px;
  }
  .platform--album-item h3 {
    font-size: 40px;
  }
  .platform--album-item-text span, .platform--album-item-text span {
    font-size: 28px;
  }
  .item-content-left h3 {
    font-size: 28px;
    margin-top: 10px;
  }
  .item-content-left {
    padding-left: 180px;
  }
  .item-content-right {
    width: 300px;
  }
  .component-content .item-content::before {
    font-size: 380px;
  }
  .platform--album-item-text ul li {
    font-size: 28px;
  }
  .album--get-album {
    width: 260px;
  }
  .tabs-button {
    font-size: 14px;
  }
  .album--get-album span {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .platform--banner-content h1 {
    font-size: 80px;
  }
  .platform--banner-desc {
    font-size: 30px;
  }
  .platform--banner-text {
    font-size: 26px;
  }
  .site--h1 {
    margin: 0!important;
  }
  .black-title, .white-title {
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .component-content .item-content::before {
    font-size: 320px;
  }
  .item-content-left {
    padding-left: 150px;
  }
  .item-content-left ul {
    font-size: 20px;
  }
  .tabs {
    gap: 15px;
  }
  .tabs-button {
    font-size: 12px;
  }
  .item-content-left ul {
    margin-top: 20px;
  }
  .tabs-nav li {
    font-size: 25px;
  }
  .tab-content {
    padding: 30px;
    font-size: 20px;
  }
  .tabs-nav {
    gap: 20px;
  }
  .platform--album-item h3 {
    font-size: 32px;
  }
  .platform--album-item-text span, .platform--album-item-text span {
    font-size: 20px;
  }
  .platform--album-item-text ul li {
    font-size: 20px;
  }
  .platform--album-item {
    gap: 20px;
    margin-bottom: 40px;
  }
  .album--get-album span {
    font-size: 14px;
  }
  .download--icon-item img {
    max-width: 100px;
  }
  .download-content {
    gap: 15px;
  }
  .locius-image, .c-image {
    max-width: 200px;
    width: 100%;
  }
}
@media (max-width: 860px) {
  .item-content-left {
    padding-left: 120px;
  }
  
  .component-content .item-content::before {
    font-size: 260px;
    top: 30px
  }
  .item-content-left ul {
    font-size: 16px;
  }
  .cert-inner {
    gap: 20px;
  }
  .cert--item {
    width: calc((100% - 3 * 40px) / 3);
  }
  .tabs-nav li {
    font-size: 20px;
  }
  .tab-content {
    font-size: 16px;
  }
  .black-title, .white-title {
    font-size: 32px;
  }
  .platform--album-item h3 {
    font-size: 28px;
  }
  .platform--album-item-text span, .platform--album-item-text span {
    font-size: 18px;
  }
  .platform--album-item-text ul li {
    font-size: 18px;
  }
  .album--get-album span {
    font-size: 14px;
  }
  .cert-content p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .tabs {
    flex-direction: column;
  }
  .items-wrapper {
    gap: 0;
  }
  .download--icon-item img {
    max-width: 60px;
  }
  .tabs-button {
    font-size: 10px;
  }
  .tabs-nav li {
    font-size: 16px;
    padding: 10px 25px;
  }
  .c-image {
    max-width: 120px;
  }
  #certSlider {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .cert-inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
  }

  .cert--item {
    width: 80vw;
    max-width: 300px;
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .cert--item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  #certSlider .swiper-slide {
    display: flex;
    width: auto;
  }

  .swiper-pagination {
    margin-top: 10px;
    text-align: center;
  }

  .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
  }
  .platform--banner-icon-item p {
    display: none;
  }
  .platform--banner-icon-item {
    width: auto;
  }
  .platform--banner-icon-img img {
    width: 60px;
  }
  .platform--banner-icon {
    gap: 10px;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .platform--album-content {
    flex-direction: column;
  }
  .platform--album-item-img {
    order: 1;
  }
  .platform--album-item-text {
    width: 100%;
    order: 2;
  }
  .platform--album-inner {
    padding: 25px;
  }
  .album--get-album {
    margin: 20px auto 0;
  }
  .platform--album-item-text ul li {
    margin-top: 10px;
  }
  .platform--based-tabs {
    gap: 20px;
  }
  .platform-tabs-content {
    width: 100%;
  }
  .platform--banner-desc {
    font-size: 25px;
  }
  .platform--banner-text {
    font-size: 20px;
    line-height: 1.2;
  }
  .tab-content {
    display: none;
    border-top: 1px solid #ddd;
    padding: 12px 16px;
  }

  .accordion-header {
    display: block;
    width: 100%;
    padding: 14px 16px;
    background: #f2f2f2;
    border: none;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
    border-top: 1px solid #ddd;
  }

  .tab-content.active {
    display: block;
  }
  .item-content-left h3 {
    font-size: 23px;
    margin-top: 0;
  }
  .component-content .item-content::before {
    font-size: 180px;
    left: -50px;
  }
  .item-content-left {
    padding-left: 50px;
  }
  .item-content-right {
    width: 180px;
  }
  .item-content-left ul li {
    margin-bottom: 5px;
  }
  .item-content-left ul {
    margin-bottom: 20px;
  }
  .item-content-right img {
    max-width: 160px;
  }
  .item-content-right {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .platform--based-tabs {
    flex-direction: column;
  }
  .tabs-nav {
    gap: 10px
  }
  .download-content {
    flex-direction: column;
  }
  .download-wrapper {
    width: 100%;
  }
  .black-title, .white-title {
    font-size: 24px;
    letter-spacing: 0;
    margin-top: 20px;
  }
  .platform--album-item h3 {
    font-size: 20px;
  }
  .platform--album-item-text span, .platform--album-item-text span, .platform--album-item-text ul li {
    font-size: 16px;
  }
  .album--get-album span {
    font-size: 14px;
  }
  .platform--banner-icon-img img {
    width: 40px;
  } 
  .item-content-right {
    width: 100%;
    order: 1;
  }
  .item-content-left {
    width: 100%;
    order: 2;
    padding-left: 0;
  }
  .component-content .item-content::before {
    font-size: 120px;
    left: 15px;
    top: -5px;
  }
  .item-content {
    flex-direction: column;
  }
  .tabs {
    flex-direction: row;
  }
  .items-wrapper .item {
    padding: 20px;
  }
  .item-download {
    width: 100%;
    max-width: 100%;
  }
  .platform--banner {
    height: 240px;
  }
  .platform--banner-content h1 {
    font-size: 40px;
  }
  .platform--banner-desc {
    font-size: 16px;
  }
  .platform--banner-text {
    font-size: 14px;
  }
  .platform--banner-desc {
    margin-bottom: 20px;
  }
  .cert-content p {
    font-size: 14px;
  }
}
/* End */
/* /local/templates/krubis/css/pages/platform.css?175016979814961 */
