@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1024px) {
  html {
    font-size: 11px !important;
  }
  .flex-text, .double-flex, .number-double {
    display: block;
  }
  .dashed-block {
    padding: 3.2rem 0.2rem;
    min-width: auto;
    background-size: contain;
    margin-top: 35px;
  }
  .group-section .dashed-block {
    position: relative;
  }
  .double-half, .double-half:not(.--freeWidth) {
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
    max-width: none;
  }
  .double-half .btn, .double-half:not(.--freeWidth) .btn {
    margin: 0 auto;
  }

  .absoluteRound {
    width: 150px;
    height: 150px;
    transform: translate(60px, -78px);
  }

}
@media screen and (max-width: 900px) {
  img.mobile {
    position: static;
    margin: 20px auto 40px;
    display: block;
  }
  .number-section.--four .--bubble {
    padding: 0;
  }
  .number-section.--four .--bubble img {
    max-width: 100%;
    position: static;
    margin-bottom: 20px;
  }
  .group-section .number-block {
    min-height: 5rem;
    margin-bottom: 2rem;
  }
  .green-tiles{
    grid-template-columns: 1fr 1fr;
  }
  .advs{
    flex-wrap: wrap;
  }
  .advs-title, .advs-item{
    width: 100%;
  }
  .custom-title svg {
    width: 30px;
    height: 30px;
  }
  .click-tiles{
    display: block;
  }
  .click-tile {
    margin-bottom: 20px;
  }
  .absoluteRound {
    width: 100px;
    height: 99px;
    transform: none;
    right: auto;
  }
}
@media screen and (max-width: 570px) {
  .poster-description, .poster-info {
    position: static;
    padding: 5px 0;
  }
  .taskBlock, .result-block {
    display: block;
  }
  .green-tiles {
    display: block;
  }
  .green-tile{
    margin-bottom: 20px;
  }
  .section-title, .third-grid, .double{
    display: block;
  }
  .section-title__bkt{
    margin-top: 20px;
    max-width: none;
  }
  .third-grid__item {
    margin-bottom: 43px;
  }
  .smear {
    padding-bottom: 7rem;
    padding-top: 1rem;
    margin-bottom: 0;
  }
  .c-tile__item.--half{
    max-width: none;
  }
  .arrow-trash{
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .top {
    display: block;
  }
}