*,  ::after,  ::before  {
    box-sizing:  border-box;
}
._d-mn-l,
._d-mx-l,
._d-mn-l-flex,
._d-mx-l-flex,
._d-mn-m,
._d-mx-m,
._d-mn-m-flex,
._d-mx-m-flex {
  display: none !important;
}
@media (min-width: 992px) {
    ._d-mn-l {
      display: block !important;
    }
    ._d-mn-l-flex {
      display: flex !important;
    }
}
@media (max-width: 991px) {
    ._d-mx-l {
      display: block !important;
    }
    ._d-mx-l-flex {
      display: flex !important;
    }
}
@media (min-width: 768px) {
  ._d-mn-m {
    display: block !important;
  }
  ._d-mn-m-flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  ._d-mx-m {
    display: block !important;
  }
  ._d-mx-m-flex {
    display: flex !important;
  }
}
h1,
h2,
h3,
h4,
p,
ul {
    margin-top: 0;
}
img,
svg {
    vertical-align: middle;
}
h1,
h2,
h3,
h4 {
    margin-bottom: 0.5rem;
    font-weight: initial;
}
ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ul li{
    display: inline-block;
}
button{
    cursor: pointer;
}
button, textarea, input, select{
    font-family: inherit;
}

p {
    margin-bottom: 15px;
}
img {
    border-style: none;
    max-width: 100%;
}
svg {
    overflow: hidden;
}

section {
    display: block;
}

.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}
.secret {
    position: absolute;
    left: -20000px;      /* сдвигаем далеко влево */
    top: 0;
    width: 1px;          /* минимальные размеры, чтобы не влиять на вёрстку */
    height: 1px;
    overflow: hidden;    /* дополнительная страховка */
    opacity: 0;          /* на всякий случай, чтобы точно не мелькал */
    pointer-events: none;/* чтобы не перехватывал клики */
}

@media (min-width: 577px) {
    .container{
        max-width: 546px;
    }
}
@media (min-width: 768px) {
    .container{
        max-width: 704px;
    }
}
@media (min-width: 992px) {
    .container{
        max-width: 956px;
    }
}
@media (min-width: 1200px) {
    .container{
        max-width: 1111px;
    }
}
