/*.popupQr__text_mobile {
    display: none;
}*/
.text-center{
    text-align: center;
}
.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
    text-align: center;
}
.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
.headerFly__title{
    font-weight: 300;
}
.headerFly__title span{
    font-weight: 700;
}
.headerFly__title a{
    color:#fff;
}

@media (min-width: 1200px){
    .headerFly {
        padding: 40px 16px 46px 29px
    }
}

@media (min-width: 1500px){
.headerFly {
    padding: 34px 16px 34px 30px;
}
}
