

/* Start:/local/templates/odk/components/bitrix/news/page.about.structure.company/bitrix/news.detail/.default/style.css?17421415346887*/
.section-timer {
  display: flex;
  margin-top: 100px;
  margin-left: 0;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #f0f2f3 0% 80%, transparent 80% 100%);
}

.section-timer::after {
  content: "";
  height: 120%;
  width: 70%;
  background-image: url("/local/templates/odk/components/bitrix/news/page.about.structure.company/bitrix/news.detail/.default/images/100-let.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  top: -10%;
  right: 0;
  z-index: 2;
}

@media (max-width: 1479px) {
  div.section-timer::after {
    height: 110%;
    top: -5%;
  }
}
@media (max-width: 1199px) {
  div.section-timer::after {
    width: 50%;
    /* right: -5%; */
  }
}

@media (max-width: 909px) {
  div.section-timer::after {
    width: 75%;
    right: -5%;
  }
}

@media (max-width: 400px) {
  div.section-timer::after {
    right: -10%;
  }
}

@media (max-width: 354px) {
  div.section-timer::after {
    right: -7%;
  }
}

@media (max-width: 348px) {
  div.section-timer.no-margin::after {
    right: 3%;
  }
}

@media (max-width: 348px) {
  div.section-timer::after {
    right: 2%;
  }
}

.section-timer h3 {
  max-width: 70%;
  position: relative;
  z-index: 2;
}

@media (max-width: 560px) {
  div.section-timer h3 {
    font-size: 90%;
    margin-bottom: 1rem;
  }
}


.section-timer::before {
  content: "";
  height: 100%;
  width: calc(100% + (100vw - 148.9rem) / 2);
  position: absolute;
  z-index: -1;
  left: -100%;
  top: 0;
  background-color: #f0f2f3;
}

@media (max-width: 1500px) {
  div.section-timer::before {
    left: -50%;
    width: 100vw;
  }
}

@media (max-width: 400px) {
  div.section-timer::before {
    left: -10%;
    width: 70vw;
  }
}
.section-timer {
  display: flex;
  padding: 4.8rem 0;
  /* padding-left: 0; */
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 1000px) {
  div.section-timer {
    padding: 2rem 0;
  }
}

@media (max-width: 800px) {
  div.section-timer {
    padding: 1rem 0;
  }
}



.section-timer.no-margin {
  margin-top: 50px;
}



@media (max-width: 909px) {
  .section-timer.no-margin {
    padding: 4.8rem 0;
  }
  .section-timer.no-margin h3 {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  .section-timer.no-margin h3 {
    max-width: 60%;
  }
}

@media (max-width: 628px) {
  .section-timer.no-margin {
    padding: 2.8rem 0;
  }
}

@media (max-width: 423px) {
  .section-timer.no-margin {
    padding: 1rem 0;
  }
}

@media (max-width: 1479px) {
  .section-timer {
    padding: 4.4rem;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .section-timer {
    padding: 3.2rem;
    padding-left: 0;
  }
}

/* @media (max-width: 909px) {
  .section-timer {
    background: linear-gradient(to right, #f0f2f3 0% 90%, transparent 90% 100%);
  }
} */

@media (max-width: 768px) {
  .section-timer {
    margin-bottom: 2.4rem;
    padding: 2.4rem 1.8rem;
    padding-left: 0;
  }
}
/* @media (max-width: 600px) {
  .section-timer {
    background: #f0f2f3;
  }
} */
@media (max-width: 479px) {
  .section-timer {
    margin-bottom: 2rem;
  }
}

.section-timer__link {
  margin-top: 2.4rem;
  position: relative;
  z-index: 3;
}

.section-timer__date {
  color: #9a0a32;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.25em;
  margin-bottom: 2.4rem;
}

.section-timer__date.no-margin {
  margin-top: 50px;
}
@media (max-width: 1479px) {
  .section-timer__date {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 1199px) {
  .section-timer__date {
    margin-bottom: 6px;
    font-size: 1.8rem;
  }
}
@media (max-width: 479px) {
  .section-timer__date,
  .section-timer__link {
    font-size: 1rem;
  }
  .section-timer__link {
    margin-top: 1rem;
  }
}
@media (max-width: 1479px) {
}

.timer {
  display: flex;
  width: 80%;
  color: #212529;
}
.timer__wrapper {
  display: flex;
  gap: 4rem;
  width: 60%;
  justify-content: space-between;
}

@media (max-width: 1479px) {
  .timer__wrapper {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .timer__wrapper {
    gap: 1rem;
  }
}

@media (max-width: 620px) {
  .timer__wrapper {
    gap: 8px;
    justify-content: flex-start;
  }
}

.timer__item {
  position: relative;
  z-index: 3;

  border: 10px solid transparent;
  border-radius: 50%;
  padding: 40px;
  flex-shrink: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 13em;
  height: 13em;
}

@media (max-width: 768px) {
  div.timer__item {
    width: 15.5vw;
    height: 15.5vw;
    padding: 10px;
    border: 5px solid transparent;
  }
}
@media (max-width: 690px) {
  div.timer__item {
    width: 15vw;
    height: 15vw;
    border: 3px solid transparent;
  }
}



@media (min-width: 769px) {
  div.timer__item {
    width: 8em;
    height: 8em;
    padding: 10px;
    border: 6px solid transparent;
  }
  
}

@media (min-width: 1200px) {
  div.timer__item {
    width: 11em;
    height: 11em;
    border: 8px solid transparent;
  }
}

@media (min-width: 1480px) {
  div.timer__item {
    width: 13em;
    height: 13em;
  }
}

.num {
  font-size: 13rem;
  font-weight: bold;
  line-height: 75%;
}
@media (max-width: 1479px) {
  .num {
    font-size: 10rem;
  }
}
@media (max-width: 1199px) {
  .num {
    font-size: 7rem;
  }
}

@media (max-width: 719px) {
  .num {
    font-size: 5rem;
  }
}
@media (max-width: 560px) {
  .num {
    font-size: 8vw;
  }
}

@media (max-width: 348px) {
  div.timer__item {
    width: 13.5vw;
    height: 13.5vw;
    border: 3px solid transparent;
  }
  .num {
    font-size: 6vw;
  }
}

.legend {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.25em;
}

@media (max-width: 1199px) {
  .legend {
    font-size: 1.8rem;
  }
}
@media (max-width: 479px) {
  .legend {
    font-size: .8rem;
  }
}

.timer__image_container {
  width: 100px;
  height: 100px;
}

.timer__image {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -10%;
  right: -50%;
  width: 1000px;
}

.wrapper__100 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.container__sliders {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
}

@media (max-width: 670px) {
  .container__sliders {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .container__sliders {
    row-gap: calc(560px / 3);
  }
}

@media (max-width: 1199px) {
  .container__sliders {
    row-gap: calc(465px / 3);
  }
}

@media (min-width: 671px) and (max-width: 1100px) {
  .container__sliders {
    gap: 5rem;
    row-gap: calc(((100vw - 10rem) / 2 - 1.2rem) / 3);
  }
}

.container__sliders div:first-child {
  grid-row: 1 / 3
}

.container__sliders div:nth-child(2) {
  grid-row: 2 / 4
}

.container__sliders div:nth-child(3){
  grid-row: 3 / 5
}

.container__sliders div:nth-child(4) {
  grid-row: 4 / 6
}

/* .container__sliders div:nth-child(odd) {
  margin-top: -40%;
}

.container__sliders div:nth-child(even) {
  margin-top: 40%;
} */

/* End */
/* /local/templates/odk/components/bitrix/news/page.about.structure.company/bitrix/news.detail/.default/style.css?17421415346887 */
