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;
}

.block-tur {
    box-shadow: 1px 1px 25px 10px #3e5bad;
    width: 350px;
    height: 530px;
    margin-left: 30px;
    background-color: black;
    padding: 25px;
    margin-bottom: 70px;
}

::-webkit-scrollbar {
    display: none;
}

.image-tur {
    width: 300px;
    height: 250px;
}

.name-tur {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
}

.tur-subs {
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
}

.but-tur {
    color: #fff;
    background-color: #3066FF;
    margin-top: 10px;
    width: 100%;
    height: 50px;
    border: none;
}

.but-tur:hover {
    background-color: #2551c2;
    transition: .5s;
}

.image_tur {
    width: 100%;
    height: 100%;
}

.mt {
    margin-top: 150px;
}

.block-tur img {
    width: 300px;
    height: 200px;
}

.zaq-play {
    color: #fff;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .image-tur img, .image-tur {
        width: 250px;
        height: 230px;
    }

    .block-tur {
        width: 300px;
        height: 530px;
    }

    .tur-subs {
        margin-top: 5px;
        font-size: 14px;
    }

    .tur-subs__item {
        margin-top: 4px;
    }

    .block-tur img {
        width: 100%;
        height: 200px;
    }

    .mt {
        margin-top: 100px;
    }
    form {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 768px) {
    .block-tur {
        width: 33%;
        height: 85%;
        display: flex;
        flex-wrap: wrap;
    }

    .image-tur img, .image-tur {
        width: 100%;
        height: 150px;
    }

    .name-tur {
        margin-top: 10px;
        font-size: 14px;
    }

    .tur-subs {
        margin-top: 5px;
        font-size: 12px;
    }

    .but-tur {
        color: #fff;
        background-color: #3066FF;
        margin-top: 10px;
        width: 100%;
        font-size: 14px;
        align-items: center;
        height: 10%;
        border: none;
    }

    .mt {
        margin-top: 150px;
    }

    .block-tur {
        width: 40%;
        margin-left: 50px;
        height: 500px;
        padding: 15px;
    }

    .block-tur img {
        width: 100%;
        height: 200px;
    }

    .but-tur {
        height: auto;
        padding: 10px;
    }

}

@media screen and (max-width: 540px) {
    .block-tur {
        width: 40%;
        margin-left: 25px;
        height: 400px;
        padding: 15px;
    }

    .image-tur img, .image-tur {
        width: 100%;
        height: 100px;
    }

    .but-tur {
        height: auto;
        padding: 10px;
        font-size: 11px;
    }

    .name-tur {
        font-size: 12px;
    }

    .name-tur {
        font-size: 12px;
    }

    .tur-subs__item {
        font-size: 10px;
    }

    .block-tur img {
        width: 100%;
        height: 100px;
    }

    .mt {
        margin-top: 100px;
    }
}