.checker-wrapper .contacts__content {
    max-width: 940px;
    margin: auto;
}
.inner-content__title {
    text-align: center;
}
.plag-checker {
    margin: 40px 0;
    padding: 30px;
    background-color: #fff;
    box-shadow: 1px 1px 7px 2px rgba(205,215,230,.5);
}

.plag-checker .plag-checker__title-area {
    margin-bottom: 27px;
}
.plag-checker p {
    margin: 0;
    padding-bottom: 5px;
}
.plag-checker__title-area {
    border-radius: 4px;
    border: 1px solid #a8b6c5;
}

.plag-checker__btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    position: relative;
}

.plag-checker__title-input {
    width: 100%;
    height: 36px;
    outline: 0;
    color: #082e47;
    font-size: 13px;
    padding: 0 10px;
    border-radius: 4px;
}

.plag-checker__message {
    background: #f7f8fb;
    border-radius: 15px;
    padding: 10px 10px 30px;
    margin-bottom: 30px;
    position: relative;
}

.plag-checker__btn {
    padding: 0 15px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    border: none;
    border-radius: 4px;
    background: #64a01e;
    letter-spacing: .3px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s;
}

.plag-checker__error {
    margin-bottom: 15px;
    padding: 3px;
    color: #fff;
    border-radius: 3px;
    background-color: rgba(246,72,13,0.6);
    text-align: center;
}

.plag-checker .input-error {
    box-shadow: 0 0 3px 1px #f6480d;
}

.plag-checker__btn:hover {
    background: #7cb738;
    text-decoration: none;
}

.plag-checker__link-example {
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: underline;
    font-size: 18px;
    color: #0096fb;
    cursor: pointer;
    transition: all .2s;
}

.plag-checker__link-example:hover {
    text-decoration: none;
}

input[type="checkbox"]+label.toggle-trigger {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
    text-decoration: underline;
    margin-bottom: 0 !important;
    font-size: 13px;
}
.toggle + .toggle-trigger:after {
    content: attr(data-more);
}
.toggle:checked + .toggle-trigger:after {
    content: attr(data-less);
}
.collapsible-container {
    height: 48px;
    overflow: hidden;
}
.toggle:checked + .toggle-trigger + .collapsible-container {
    height: auto;
}
.r-block {
    display: inline-block;
    max-width: 415px;
    vertical-align: top;
    margin-left: 10px;
}

.plag-checker__table-title {
    text-align: center;
}

.plag-checker__workarea {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 160px;
    border-radius: 10px;
    border: solid 1px #045281;
}

.plag-checker__textarea {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    background-color: transparent;
    color: #878787;
    font-size: 16px;
    word-break: break-all;
}

@media only screen and (max-width: 1199px) {
    .r-block {
        max-width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .plag-checker__link-example {
        position: relative;
        order: 3
    }
}
p.descr {
    font-size: 12px;
    color: grey;
}