body {
    min-width: 320px;
    overflow-x: hidden;
}
#bx-composite-banner {
    margin-top: 15px;
}
.height-page{
    min-height: 550px;
}
.intro.--catalogue {
    /* position: relative; */
}

.product {
    position: relative;
}

.intro.--catalogue .intro__waves {
    display: none;
}

.c-slider {
    overflow: hidden
}

.search-page {
    padding-bottom: 1.25rem;
}

.search-page__form {
    display: flex;
}

.search-page__input {
    box-shadow: 0.3125rem 0.9375rem 2.5rem rgb(30 35 66 / 15%);
    border-radius: 0.9375rem;
    padding: 0.5rem 1.25rem;
    -webkit-border-radius: 0.9375rem;
    -moz-border-radius: 0.9375rem;
    -ms-border-radius: 0.9375rem;
    -o-border-radius: 0.9375rem;
}

.search-page__button {
    width: 6.25rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.search-page__item {
    margin-bottom: 30px;
}

.search-page__link {
    color: #0B63FF;
    display: inline-block;
    margin-bottom: 5px;
}

table.title-search-result {
    width: 100% !important;
}

div.title-search-result {
    background-color: #ffffff;
    border: none !important;
    z-index: 205;
    box-shadow: 0.3125rem 0.9375rem 2.5rem rgb(30 35 66 / 15%);
    border-radius: 0 0 0.9375rem 0.9375rem;
    -webkit-border-radius: 0 0 0.9375rem 0.9375rem;
    -moz-border-radius: 0 0 0.9375rem 0.9375rem;
    -ms-border-radius: 0 0 0.9375rem 0.9375rem;
    -o-border-radius: 0 0 0.9375rem 0.9375rem;
}

table.title-search-result td.title-search-item b {
    color: #0B63FF !important;
}

.totop-btn {
    position: fixed;
    bottom: 80px;
    right: 80px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #062ecd;
    border: 2px solid #ffffff;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0.7;
}

.totop-btn::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    height: 15px;
    width: 15px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.totop-btn:hover {
    opacity: 1;
}

.totop-btn--show {
    display: block;
}

.header-search__form {
    max-width: 80rem;
    align-items: center;
    width: calc(100% - 60px);
    top: 7.8125rem;
    left: 0;
    right: 0;
    display: flex;
    background: #fff;
}

.intro__preview.preview.no_circle {
    border: none !important;
}

.preview.no_circle .preview__img {
    width: 100%;
}

.intro__slider-catalog {
    overflow: visible;
}

.header__socials.content {
    max-width: 5.25rem;
}

.ind-tariffs__img {
    width: 15rem !important;
}

.how__num::before {
    content: url(/uploads/icons/icon-toplivo-bg.png);
    padding-right: 0.855rem;
}

#facts-section {
    background-color: #211e1f !important;
}

.ind-tariffs__img img {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

.header .search__button {
    min-width: unset;
}

.topheader__box.topheader-city {
    display: none;
}

.mfeedback .mod__form {
    max-width: 38.5rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

.mfeedback .mod__item {
    width: calc(50% - 0.625rem);
    margin-bottom: 1.0625rem;
}

.mcallback .mod__item {
    margin-bottom: 1.0625rem;
}

.mfeedback.mod {
    display: block;
    text-align: center;
    position: relative;
    background: #fff;
    box-shadow: none;
    border-radius: 0px;
}

.contacts__list {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.contact__link {
    color: #fdd816;
    border-bottom: 1px solid #fdd816;
}

.contact__link:hover {
    border-bottom: 1px solid transparent;
}

.contact__wrap .contact__sub.--mt {
    margin-top: 0;
}

.contact__wrap .contact__item {
    margin-bottom: 0.8rem;
}

.contact__wrap .contact__info,
.contact__wrap .contact__info.--w3 {
    width: 100%;
}

.contact__mess {
    flex-direction: column;
}

.contact__form .mfeedback .mod__form,
.contact__form .mod__button.button {
    margin-left: 0;
    margin-right: 0;
}

.contact__call-subtitle {
    padding-bottom: 1rem;
}

.contact__params-title {
    margin-top: 1rem;
}

.contact__wrap .contact__info {
    padding-left: 0;
}

.contact__form .mod__item.--wide,
.dist__form .mod__item.--wide {
    width: 100%;
}

.contact__form {
    margin-bottom: 3rem;
}

.footer__button.button.--white:hover {
    color: #ffffff;
}

.articles__info.not-image {
    padding: 2.2rem 1.25rem 2.2rem 1.6875rem;
}

.page404__wrap .page404__num {
    background: #fdd816;
    background-clip: text;
    -webkit-background-clip: text;
}

.block__description {
    text-align: center;
    width: 101%;
    margin-bottom: 2.5rem;
}

.li__style {
    list-style-type: square;
    display: list-item;
}

.prod-pros {
    padding-top: 0.25rem!important;
    padding-bottom: 0.25rem!important;
    background: #fff!important;
}

.prod-pros:before {
    background: #fff!important;
}

.pros__item {
    flex-wrap: nowrap!important;
}


.search-page .search-page__input{
    box-shadow: 0.3125rem 0.9375rem 2.5rem rgb(30 35 66 / 15%);
}

div.title-search-result{
    box-shadow: 0.3125rem 0.9375rem 2.5rem #00000066;
}

#facts-section .facts__list {
    display: flex!important;
}

#facts-section .facts__item {
    max-width: calc(100%/4 - 20px);
    width: 100%;
}

#facts-section .facts__text{
    width: 100%;
}

.ind-tariffs__info iframe{
    display: none;
}

.fslightbox-source{
    display: block;
    width: 1000px;
    height: 1000px;
}

.images-spektr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.2rem;
}

.intro__subheadling {
    color: #fdd816!important;
    font-weight: 500;
}

.about__bash-list {
    grid: none/repeat(4,1fr)!important;
}

.about__bash:before {
    background: #e9e9e9!important;
}

a.onvolga {
    font-size: 0.7rem;
    display: block;
    margin-top: 2rem;
}

table.spektrsnab-info {width: 100%; border: 0px; border-collapse: collapse;}
table.spektrsnab-info thead {font-weight: bold;}
table.spektrsnab-info td {padding: 0.6rem 1rem; border-bottom: 1px solid #e8e9eb;}
table.spektrsnab-info tbody {text-align: center;}

@media screen and (max-width: 800px) {
    table.spektrsnab-info thead {
      display: none;
    }
    table.spektrsnab-info tr {
      display: block;
      margin-bottom: 1rem;
      border-bottom: 2px solid #e8e9eb;
    }
    table.spektrsnab-info td {
      display: block;
      text-align: right;
    }
    table.spektrsnab-info td:before {
      content: attr(aria-label);
      float: left;
      font-weight: bold;
    }
  }

@media (max-width: 1680px) {
    #teasers-section .pros__list {
        grid: none/repeat(3,1fr)!important;
    }
}
@media (max-width: 993px) {
    #teasers-section .pros__list {
        grid: none/repeat(2,1fr)!important;
    }
}
@media (max-width: 560px) {
    #teasers-section .pros__list {
        grid: none/repeat(1,1fr)!important;
    }
}

@media(min-width: 993px) {
    .contacts--visible-xs {
        display: none;
    }
} 

@media (max-width: 1350px) {
    .topheader__box.topheader-promotion {
        max-width: 200px;
        text-align: center;
    }
}

@media (max-width: 1220px) {
    header.header:not(.--white) {
        min-height: 3.5rem;
    }

    .header .case {
        width: 100%;
        padding: 0 20px;
    }

    .header .menu>ul.menu-section>li {
        padding: 0;
    }

    .header .header__main {
        max-width: calc(100% - 13rem);
    }
}

@media (max-width: 1200px) {
    .totop-btn {
        right: 10px;
    }

    .contacts {
        min-height: 49rem;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .images-spektr__item {
        margin: 0 auto;
        width: calc(1/5*100% - (1 - 1/2)*1rem);
    }
}



@media (max-width: 1100px) {
    .topheader__box.topheader-promotion {
        display: none;
    }
    .images-spektr__item {
        flex-direction: column;
        margin: 1rem auto;
    }
}

@media (max-width: 992px) {
    .header.--white:not(.--scroll) .menu-mobile-trigger span{
        background: #ffffff;
    }
    #facts-section .facts__item {
        max-width: calc(100%/2 - 20px);
    }
    .brands__text{
        padding: 0 1rem;
    }
    .header__actions-search svg{
     transform: translateY(-5px);
     -webkit-transform: translateY(-5px);
     -moz-transform: translateY(-5px);
     -ms-transform: translateY(-5px);
     -o-transform: translateY(-5px);
}

    .header .search__wrap{
        height: 7rem;
    }
    
    .header .menu>ul.menu-section>li {
        padding: 0 25px;
    }

    .contacts__list {
        flex-direction: column;
    }

    .contact__text,
    .contact__link {
        margin-bottom: 1rem;
    }

    .header.--white .header__menu ul.menu-section a {
        color: #000000;
    }

    .header .menu ul.menu-section {
        height: auto;
    }

    .contacts--visible-xs {
        padding: 25px;
    }

    .header.--white .topheader__box .header__contacts-popup,
    a.header-box__phone-link {
        color: #000000
    }

    .topheader__box {
        margin-bottom: 15px;
    }

    .topheader .topheader__wrap {
        display: none;
    }

    .header__wrap {
        padding-top: 10px;
    }

    .header .menu-mobile-trigger {
        top: -5px
    }

    .header .menu.active {
        bottom: 0;
        overflow-y: auto;
    }

    .header .header__menu .fa.fa-angle-down {
        display: inline-block;
        margin-left: auto;
        width: 10px;
        height: 10px;
        border-style: solid;
        border-color: black;
        border-width: 0px 2px 2px 0;
        transform: translateY(17px) rotate(-45deg);
        -webkit-transform: translateY(17px) rotate(-45deg);
        -moz-transform: translateY(17px) rotate(-45deg);
        -ms-transform: translateY(17px) rotate(-45deg);
        -o-transform: translateY(17px) rotate(-45deg);
        opacity:1;
}

    .header .header__menu .fa.fa-angle-down:before{
        content:"";
    }

    .header .menu>ul.menu-section>li{
        display: flex;
    }

}

@media screen and (max-width: 767px) {
    .footer__main .footer__buttons {
        max-width: 12.5rem;
    }

    .footer__col + .footer__col{
        margin-top: 1.5rem;
    }
    
    .mfeedback {
        max-width: 31.25rem;
    }

    .mfeedback .mod__item {
        width: 100%;
    }

    .main #feedback-section{
        margin: 0 -15px;
        padding-left: 15px;padding-right: 15px;
    }

    #feedback-section .mfeedback{
        margin: auto;
    }
    
}


@media (max-width: 750px) {
    .case {
        padding-left: 15px; 
        padding-right: 15px;
    }

    .totop-btn {
        bottom: 30px;
    }
}

@media (max-width: 520px) {
   .header .header-search__form{
        width: calc(100% - 36px);
    }
    
    .header .search__button {
        margin-right: 0;
    }

    .header .search__input {
        width: auto;
    }

    .header .search__close{
        display: none;
    }

    #facts-section .facts__item {
        max-width:100%;
        text-align: center;
    }    
}

@media (max-width:412px) {
    .header .header-search__form {
        width: calc(100% - 15px);
    }

    .header .search__icon {
        display: none;
    }
}

@media (max-width: 320px) {
    .totop-btn {
        right: 5px;
    }
}
