@media (max-width: 1199.98px) {
    .video__frame {
        min-height: 700px;
        height: auto;
    }
    .partners__title {
        font-size: 38px;
        line-height: 56px;
    }
    .partners__logos img {
        margin-right:20px;
        width: 25%;
    }
    .banner__title {
        font-size: 54px;
        line-height: 58px;
    }
    .banner__text {
        font-size: 22px;
        line-height: 30px;
    }
    .banner__name {
        font-size: 54px;
        line-height: 38px;
    }
    .banner__name span {
        font-size: 150px;
        line-height: 170px;
        padding-right:20px;
    }
    .banner__time {
        font-size: 29px;
        line-height: 34px;
    }
    .podpiska__left {
        width: 70%;
    }
    .podpiska__right {
        width: 30%;
        padding-right: 0px;
    }
    .podpiska__title {
        font-size: 38px;
        line-height: 56px;
    }
    .speakers__title {
        font-size: 38px;
        line-height: 56px;
    }
    .speakers__line1 {
        min-height: 708px;
    }
    .speakers__line2 {
        min-height: 776px;
    }
    .speakers__line3 {
        min-height: 802px;
    }
    .speakers__name {
        line-height: 30px;
    }
    .speakers__name span {
        line-height: 26px;
    }
    .speakers__theme {
        font-size: 28px;
        line-height: 32px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .forma__title {
        font-size: 38px;
        line-height: 56px;
    }
    .forma__input {
        width: 360px;
        font-size: 18px;
        line-height: 1;
        padding:12px 18px;
        margin-right:30px;
    }
    .footer__logo {
        width: 130px;
        margin-right:50px;
    }
    .footer__adress {
        font-size: 20px;
        line-height: 28px;
        margin-right:30px;
    }
    .footer__phone {
        width: 30%;
    }
    .footer__copyright {
        font-size: 20px;
        margin-top:80px;
    }
}
@media (max-width: 991.98px) {
    .top__logo, .top__sponsor {
        margin-bottom: 30px;
    }
    .banner__title {
        font-size: 44px;
        line-height: 48px;
    }
    .banner__text {
        font-size: 18px;
        line-height: 26px;
    }
    .banner__name {
        font-size: 44px;
        line-height: 38px;
    }
    .banner__name span {
        font-size: 90px;
        line-height: 110px;
        padding-right:20px;
    }
    .banner__time {
        font-size: 22px;
        line-height: 28px;
    }
    .banner__button {
        flex-wrap: wrap;
        font-size: 18px;
    }
    .banner .btn-red {
        margin-bottom: 15px;
    }
    .btn {
        font-size: 17px;
        padding: 12px 20px 12px;
    }
    .btn-black {
        margin-bottom: 15px;
    }
    .banner__phone {
        width: 100%;
        margin-left: 0px;
    }
    .podpiska__title {
        font-size: 32px;
        line-height: 42px;
    }
    .speakers__title {
        font-size: 32px;
        line-height: 42px;
    }
    .speakers__card {
        width: 98%;
        min-height: 215px;
    }
    .speakers__name {
        font-size: 22px;
    }
    .speakers__name span {
        font-size: 17px;
        line-height: 24px;
    }
    .speakers__person img {
        width: 120px;
        height: 100%;
    }
    .speakers__theme {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
        min-height: 8px;
    }
    .forma__title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 40px;
    }
    .forma__input {
        margin-bottom: 30px;
    }
    .forma__logos img {
        margin-right:20px;
    }
    .footer__logo {
        width: 130px;
        margin-right:10px;
    }
    .footer__adress {
        font-size: 18px;
        line-height: 28px;
        margin-right:10px;
    }
    .footer__phone {
        width: 30%;
        font-size: 18px;
    }
    .footer__copyright {
        font-size: 18px;
        margin-top:60px;
    }
}
@media (max-width: 767.98px) {
    .btn-black {
        margin:0 auto;
    }
    .banner  {
        padding: 50px 0;
    }
    .banner .container {
        flex-direction: column-reverse;
    }
    .banner__left,
    .banner__right {
        width: 100%;
        text-align: center;
    }
    .banner__right {
        margin-bottom: 50px;
    }
    .banner .btn-red {
        margin:0 auto 15px;
    }
    .podpiska__left {
        width: 100%;
    }
    .podpiska__right {
        display: none;
    }
    .forma__logos img {
        margin-right:20px;
        width: 40%;
    }
    .footer {
        padding :40px 0;
    }
    .footer__logo {
        width: 100%;
        margin-right:0px;
        margin-bottom: 15px;
    }
    .footer__adress {
        font-size: 16px;
        line-height: 28px;
        margin-right:10px;
    }
    .footer__phone {
        width: 30%;
        font-size: 16px;
    }
    .footer__copyright {
        font-size: 16px;
        margin-top:40px;
    }

}
@media (max-width: 575.98px) {

}