/* Страница с транспортировочными системами */

.info_to_colomn {
  width: 95svw;
  max-width: 1440px;
  margin: 8svh auto;
}

.info_to_colomn .container_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.info_to_colomn .container_info:last-child {
  margin-bottom: 0;
}

.info_to_colomn .container_info .left {
  width: 48%;
}

.info_to_colomn .container_info .right {
  width: 48%;
}

.info_to_colomn .container_info .full_left,
.info_to_colomn .container_info .full_right {
  width: 100%;
  overflow-x: auto;
}

.info_to_colomn video {
  max-height: 380px;
}

.info_to_colomn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info_to_colomn strong,
.info_to_colomn h2,
.info_to_colomn h3 {
  color: #006363;
  margin-bottom: 15px;
  line-height: 1.3;
}

.info_to_colomn li {
  font-size: calc(10px + 6 * (100vw / 1920));
  line-height: calc(0.7vw + 1.1rem);
}

.info_to_colomn li::marker {
  color: #006363;
  font-weight: 600;
}

.info_to_colomn td {
  font-size: calc(10px + 6*(100vw/1920)) !important;
  border: 1px solid black;
}

.info_to_colomn table {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
}

.info_to_colomn tbody{
  min-width: 640px;
}


.one_colomn p {
  display: flex;
  flex-direction: column;
}

.one_colomn p img {
  max-width: 1024px;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .container_info,
  .one_colomn,
  .info_tabs,
  .callback_api.info_to_colomn {
    padding: 0 20px;
  }
}

@media (max-width: 820px) {
  .info_to_colomn h2 {
    font-size: 24px;
  }
  .info_to_colomn .container_info {
    display: flex;
    flex-direction: column;
  }
  .info_to_colomn .container_info {
    display: flex;
    flex-direction: column;
  }
  .info_to_colomn .container_info .left {
    width: 100%;
    margin-bottom: 10px;
  }

  .info_to_colomn .container_info .right {
    width: 100%;
    margin-bottom: 10px;
  }
  .info_to_colomn p,
  .info_to_colomn li,
  .info_to_colomn td{
    font-size: 14px !important;
    line-height: 1.3;
  }
}

.container_tabs{
  display: flex;
  justify-content: space-between;
}

.tabs_blocks{
  width: 20%;
  min-width: 180px;
  margin-right: 40px;
}

.info_blocks{
  width: 75%;
}

.tab_block h3{
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000000;
  cursor: pointer;
  border: 2px solid;
  padding: 5px;
  transition: 0.5s ease all;
  font-weight: 400;
}

.tab_block.active h3{
  border: 2px solid #006363;
}


.info_tabs .info_block{
  display: none;
}

.info_tabs .info_block.active{
  display: block;
}

.info_tabs .tab_block.active{
  background-color: #006363;
  transition: 0.5s ease;
}

.info_tabs .tab_block.active h3{
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  font-weight: 500;
}

.table-container {
  width: 100%;
  overflow-x: auto; /* Позволяет прокручивать таблицу по горизонтали */
}

.table-container table {
  min-width: 640px; /* Минимальная ширина таблицы */
  width: 100%; /* Занимает всю доступную ширину контейнера */
  border-collapse: collapse; /* Объединяет границы ячеек */
}

@media (max-width:980px) {
  .container_tabs{
    display: block;
  }
  .tabs_blocks{
    display: flex;
    overflow-x: auto;
    width: 100%;
    min-width: 180px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .tab_block{
    margin-right: 10px;
  }
  .info_blocks{
    width: 100%;
  }
  .tab_block h3{
    width: fit-content;

    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
  }
  .info_tabs .tab_block.active{
    width: fit-content;
  }
}

.info_to_colomn .callblock_cotact img{
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.info_to_colomn .callblock_imgs img{
  width: 55px;
  height: 55px;
  object-fit: contain;
}

/* Новый блок мегарыхлители на главной странице */

.main-pangolin {
  padding: 70px 0 40px;
}

.main-pangolin .pangolin-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
}
.main-pangolin .paligon-video {
  overflow: hidden;
  width: 40svw;
  max-width: 768px;
  min-width: 310px;
  max-height: 51svh;
}
.paligon-video video {
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-pangolin .pangolin-row__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* max-width: 830px; */
}

.pangolin-row__text-blocks {
  display: flex;
  padding-top: 30px;
}

.pangolin-row__text-blocks .pangolin-row__text-left p {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.pangolin-row__text-left {
  min-width: 245px;
}

.pangolin-row__text-left span {
  font-size: 25px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
}

.pangolin-row__text-right {
  padding-left: 50px;
  max-width: 34svw;
}
.pangolin-row__text-blocks .pangolin-row__text-right p {
  font-size: calc(0.7vw + 0.5rem);
}
.pangolin-row__btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.pangolin-row__btn a:last-child {
  margin-left: 40px;
  /* //margin-bottom: 20px; */
}

@media (max-width: 1220px) {
  .main-pangolin {
    padding-bottom: 40px !important;
  }
  .pangolin-row__text-blocks {
    max-width: fit-content;
  }
  .pangolin-row__text-right {
    padding-left: 0;
    max-width: fit-content;
  }
  .pangolin-row__btn {
    align-items: center;
    justify-content: center;
  }
  .pangolin-row__text-left span {
    font-size: calc((100vw - 320px) / (1220 - 320) * (21 - 16) + 16px);
  }
  .pangolin-row__text-blocks .pangolin-row__text-left p {
    font-size: calc((100vw - 320px) / (1220 - 320) * (16 - 13) + 13px);
  }
  .pangolin-row__text-blocks .pangolin-row__text-right p {
    font-size: calc((100vw - 320px) / (1220 - 320) * (20 - 14) + 14px);
  }
  .pangolin-row__btn .main-button {
    font-size: calc((100vw - 320px) / (1220 - 320) * (20 - 14) + 14px);
    /* font-size: calc(1em + 9.6 * (100vw / 768)); */
  }
  .main-pangolin .paligon-video {
    margin-top: 40px;
  }
  video {
    /* max-width: none; */
    max-height: 40svh;
  }
}
@media (max-width: 540px) {
  .pangolin-row__text-blocks {
    flex-direction: column;
  }
  .pangolin-row__btn a:last-child {
    margin-left: 20px;
  }
}

/* Блок с счетчиком */

.counter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #006363;
  color: white;
  padding: 20px calc(25px + 115 * (100vw / 1920));
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  box-sizing: border-box;
}
.counter-container-block {
  display: flex;
}
.counter-container h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  font-size: 2.5rem;
  margin-bottom: 5px;
  text-align: left;
}
.counter-container .date-container {
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}
.counter {
  display: flex;
  justify-content: center;
  font-size: 48px;
  color: #006363;
  padding: 10px 20px;
}
.digit {
  display: flex;
  margin: 0 5px;
}
.digit p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #ffffff;
  padding: 0 10px;
  text-align: center;
  color: #ffffff;
  font-size: 4rem;
  margin-right: 5px;
  font-weight: 600;
}
.digit p:last-child {
  margin-right: 10px;
}
.digit-count {
  font-weight: 600;
  font-size: 6rem;
  color: #ffffff;
}
.preloader {
  position: relative;
  /* background: #f0f0f0; Светлый фон для имитации загрузки */
  height: 20px; /* Высота прелоадера */
}
#current-date.preloader {
  width: 100px; /* Укажите нужную ширину для date-container */
  height: 18px; /* Укажите нужную высоту для date-container */
}
#counter-value.preloader {
  width: 160px; /* Укажите нужную ширину для digit контейнера */
  height: 60px; /* Укажите нужную высоту для digit контейнера */
}

/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
.preloader {
  width: 100px;
  height: 20px;
  background: linear-gradient(90deg, #0001 33%, #0005 50%, #0001 66%) #f2f2f2;
  background-size: 300% 100%;
  animation: l1 1s infinite linear;
}
@keyframes l1 {
  0% {
    background-position: right;
  }
}

.preloader-stripes {
  overflow: hidden;
}
.preloader-stripes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: repeating-linear-gradient(
    45deg,
    #f0f0f0,
    #f0f0f0 10px,
    #cccccc 10px,
    #cccccc 20px
  );
  animation: stripes 1s linear infinite;
}

@keyframes stripes {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

@media (max-width: 769px) {
  .counter-container {
    padding: 10px 10px;
  }
  .counter {
    padding: 5px 10px;
  }
  .counter-container h2 {
    font-size: 2rem;
  }
  .counter-container .date-container {
    font-size: 1.5rem;
  }
  #current-date.preloader {
    width: 85px; /* Укажите нужную ширину для date-container */
    height: 15px; /* Укажите нужную высоту для date-container */
  }
  #counter-value.preloader {
    width: 100px; /* Укажите нужную ширину для digit контейнера */
    height: 35px; /* Укажите нужную высоту для digit контейнера */
  }
  .digit p {
    font-size: 3rem;
    padding: 0 5px;
  }
  .digit-count {
    font-size: 3.5rem;
  }
}

@media (max-width: 480px) {
  .counter {
    padding-right: 0;
  }
  .digit-count {
    display: none;
  }
  .digit p:last-child {
    margin-right: 0px;
  }
}
