.required {
	display: none;
}

.work__text {
    color: #000;
    max-width: 945px;
    min-height: 216px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    border-radius: 0 0 40px;
    border-left: 2px solid #474950;
    border-right: 2px solid #474950;
    border-bottom: 2px solid #474950;
    padding: 46px 120px;
    margin: 0 auto 100px;
    position: relative
}

.work__text-dek-wrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%
}

.work__text-dek-wrap:before {
    border-radius: 3px 0 0;
    display: block;
    content: "";
    -webkit-box-flex: 2;
    -ms-flex: 2 0 0;
    flex: 2 0 0;
    height: 1px;
    border-top: 2px solid #474950
}

.work__text-dek-wrap:after {
    display: block;
    content: "";
    -webkit-box-flex: 2;
    -ms-flex: 2 0 0;
    flex: 2 0 0;
    height: 1px;
    border-top: 2px solid #474950
}

.work__text-dek {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 108px;
    flex: 0 0 108px;
    margin-top: -20px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='39' height='36' viewBox='0 0 39 36'%3E%3Cdefs%3E%3Cpath id='1utia' d='M955.196 1271.005c-2.477 0-4.704.524-6.62 1.556-1.902 1.026-3.524 2.498-4.82 4.375-1.26 1.826-2.215 4.03-2.837 6.55-.607 2.46-.914 5.244-.914 8.279v13.644c0 .875.715 1.586 1.597 1.586h13.594c.882 0 1.597-.71 1.597-1.586v-13.644c0-.877-.715-1.588-1.597-1.588h-5.099c.238-6.33 1.95-9.536 5.099-9.536.882 0 1.597-.711 1.597-1.587v-6.463c0-.876-.715-1.586-1.597-1.586zm22.204 9.636c.883 0 1.598-.711 1.598-1.587v-6.463c0-.876-.715-1.586-1.598-1.586-2.477 0-4.703.524-6.62 1.556-1.901 1.026-3.524 2.498-4.82 4.375-1.261 1.826-2.216 4.03-2.838 6.552-.605 2.459-.913 5.243-.913 8.277v13.644c0 .876.715 1.586 1.598 1.586h13.592c.882 0 1.598-.71 1.598-1.586v-13.644c0-.877-.716-1.588-1.598-1.588h-5.025c.234-6.33 1.921-9.536 5.026-9.536z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-940 -1271)'%3E%3Cuse fill='%23e22c3d' xlink:href='%231utia'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.work__text-author {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
    background-color: #fff;
    width: 225px
}

.work__text-author span {
    color: #000;
    font-weight: 400
}
