.write {
    /* padding-top: 100px; */
    padding-bottom: 192px;
}

.write__body {
    height: 412px;
    background: white;
    border-radius: 10px;
    padding-top: 65px;
    padding-left: 62px;
    padding-right: 109px;
    position: relative;
}

.write__title {
    font-weight: bold;
    font-size: 60px;
    line-height: 122%;
    color: #000000;
    margin-bottom: 10px;
}

.write__subtitle {
    font-size: 32px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 80px;
}

.write__item {
    max-width: 252px;
    height: 83px;
    padding: 12px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.write__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 850px;
}

.write__item--wp {
    background: linear-gradient(293.89deg, #008F00 35.44%, #0AC143 94.34%);
    border-bottom: 3px solid #005A00;
}

.write__item--tg {
    background: linear-gradient(293.89deg, #0782BE 35.44%, #7BCEF8 94.34%);
    border-bottom: 3px solid #005782;
}

.write__item--vk {
    background: linear-gradient(293.89deg, #4872A4 35.44%, #639DDC 94.34%);
    border-bottom: 3px solid #0D3E77;
}

.write__item--inst {
    display: none;
    background: linear-gradient(45deg, #FCC82C 14.65%, #FD6B61 50.49%, #B640CA 84.65%);
    border-bottom: 3px solid #D93B5D;
}

.write__item span {
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 16px;
}

.write__hand {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 0;
    max-width: 30%;
}

@media (max-width: 576px) {
    .write__hand {
        max-width: 203px;
        bottom: 77px;
    }

    .write__body {
        width: 100%;
        height: 250px;
        padding-top: 24px;
        padding-left: 24px;
        padding-right: 0;
        padding-bottom: 32px;
    }

    .write__title {
        font-size: 20px;
        line-height: 122%;
        width: 105px;
        margin-bottom: 7px;
    }

    .write__subtitle {
        font-size: 16px;
        line-height: 140%;
        width: 154px;
    }

    .write__item {
        width: 44px;
        height: 44px;
        border-radius: 50%;
    }

    .write__item span {
        display: none;
    }

    .write__items {
        max-width: 210px;
        margin: 0 auto;
        padding-right: 24px;
    }

    .write__item--wp img {
        width: 23px;
        height: 23px;
    }

    .write__item--tg img {
        width: 21px;
        height: 17px;
    }

    .write__item--vk img {
        width: 23px;
        height: 13px;
    }

    .write {
        padding-bottom: 64px;
    }
}