body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background: #0c0b54;
    background: -moz-linear-gradient(-45deg, #0c0b54 0%, #000000 100%);
    background: -webkit-linear-gradient(-45deg, #0c0b54 0%, #000000 100%);
    background: linear-gradient(135deg, #0c0b54 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c0b54', endColorstr='#000000', GradientType=1);
    background-repeat: no-repeat;
    color: #fff;
}

.zaq_sostav {
    margin-top: 30px;
}

.info-team img {
    width: 50px;
}

.logo-name-st {
    margin-top: 50px;
    color: #fff;
    font-size: 22px;
}

.tab {
    margin-top: 20px;
    box-shadow: 1px 1px 25px 10px #3066FF;
    height: 500px;
    width: 100%;
    color: #fff;
    padding: 35px;
    background-color: #0F0E0E;
    margin-bottom: 70px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    display: none;
}

.info-true:hover {
    background-color: #1b1b1b;
}

.info-true {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.scht {
    width: 5%;
    display: flex;
    justify-content: center;
}

.logo_and_name {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.info-team {
    color: #ffffff;
    height: auto;
}

.date {
    width: 30%;
}

.name-tur {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.komand1 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.komand2 {
    width: 30%;
}

.img_logo {
    width: 100px;
    margin-right: 10px;
}

.tab p {
    font-size: 20px;
}

.info-img {
    margin-top: 5px;
    height: 50px;
    margin-right: 10px;
    margin-left: 10px;
}

p {
    margin-bottom: 0px;
}

.mt {
    margin-top: 100px;
}

@media screen and (max-width: 1024px) {
    .mt {
        margin-top: 60px;
    }
}

@media screen and (max-device-width: 768px) {
    .info-img {
        height: 30px;
    }

    .komand1 {
        width: 30%;
        display: block;
    }

    .info-true {
        font-size: 12px;
    }
}

@media screen and (max-width: 540px) {
    .mt {
        margin-top: 20px;
    }

    .img_logo {
        width: 80px;
    }

    .logo-name-st {
        font-size: 16px;
    }

    .info-team img {
        width: 40px;
    }

    .logo_and_name {
        font-size: 14px;
    }

    .cent_tab_block {
        display: flex;
        justify-content: center;
    }

    .tab {
        width: 90%;
        padding: 15px;
    }

    .tab p {
        font-size: 14px;
    }

    .info-img {
        height: 20px;
    }

    .info-true {
        font-size: 10px;
    }
}