.about_main {
    display: flex;
    flex-direction: column;
    background-color: black;
    padding-top: 40px;
    padding-bottom: 400px;
    gap: 80px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 40px;
    padding-left: 40px;
    gap: 40px;
}

.white_box {
    background-color: white;
}

.black_text {
    color: black;
    font-size: 26px;
    font-weight: 400;
    padding: 20px;
}

.white_text {
    color: white;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
}

.link__list {
    display: flex;
    justify-content: space-evenly;
    align-content: baseline;
}

.link {
    display: flex;
    justify-content: center;
    align-content: center;
    background: white;
    padding: 20px 12px;
    border-radius: 16px;
}

.fa-android {
    color: #99DC5D;
}

.fa-apple {
    color: black;
}

.fa-steam {
    color: #004694;
}

.scale_icon {
    max-width: 100%;
    transition: 0.6s;
}

.scale_icon:hover {
    transform: scale(1.2);
}

.block {
    background:white;
    transform: skew(0deg, -10deg);
    position: relative;
    top: 50px;
}

.vector_gradient {
    display:flex;
    flex-direction: column;
    width: 100%;
    background: linear-gradient(110deg, rgba(177.46, 32.36, 228.44, 0.90) 0%,
                                rgba(231.63, 34.74, 141.06, 0.58) 55%,
                                rgba(246.50, 139.68, 41.08, 0.77) 100%,
                                rgba(246.50, 139.68, 41.08, 0.27) 100%);
}

.transform {
    transform: skew(0deg, 10deg);
}

.down_60 {
    position: relative;
    top: 60px;
}
.down_100 {
    position: relative;
    top: 140px;
}

.vk_card {
    display: inline;
    background-color: white;
    border-radius: 30px;
    position: relative;
    top: -100px;
}

.text_in_vector {
    padding: 40px;
    margin: 0 auto;
    max-width: 1200px;
}

.empty {

    height: 160px;
}

.scale_about img {
    max-width: 100%;
    transition: 0.4s;
}

.scale_about img:hover {
    transform: scale(1.1);
}

