.service-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin: 35px 0;
}

.service-list li {
    border-radius: 5px;
    background: #f7f7f7;
    padding: 25px;
    -webkit-box-shadow: 1px 1px 0 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 1px 1px 0 0 rgba(50, 50, 50, 0.1);
    box-shadow: 1px 1px 0 0 rgba(50, 50, 50, 0.1);
}

.text__content.block .service-list li a {
    color: #000;
    font-size: calc((18 / 16) * 1rem);
    text-decoration: none;
    font-weight: 300;
}

.text .text__content.block {
    text-align: unset;
    line-height: unset;
}

.service-list li a:hover {
    color: var(--red);
}

.service-list img {
    margin-top: 15px;
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}

.form.generate-numbers {
    margin-top: 0;
}

.numbers-data-field {
    padding: 0 0 0 20px;
}

.numbers-data-field .checkbox-group {
    all: unset;
    min-width: 250px;
}

.numbers-data-field li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 0;
}

.numbers-data-field li > .input-group {
    display: flex;
    align-items: center;
    width: 150px;
}

.prompt {
    background: #87d6ff;
    display: inline-flex;
    border-radius: 50%;
    line-height: initial;
    min-width: 25px;
    min-height: 25px;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #fff;
    font-size: small;
    font-weight: bold;
    cursor: pointer;
}

.input-group .prompt {
    margin-left: 10px;
}

.random-symbols > legend {
    padding-top: 0;
}

.gen-result {
    align-items: stretch;
}

.gen-result > textarea {
    all: unset;
    width: calc(100%);
    min-height: calc(100% - 80px);
    margin: 5px;
    font-size: 0.85rem;
    display: none;
}

.gen-form-submit {
    padding: 20px;
    border-top: 1px solid #f2f2f2;
}

.generate__load {
    display: flex;
    min-height: 100%;
    align-items: center;
    padding: 0 20px 70px 20px;
    text-align: center;
    box-sizing: border-box;
}

.order-form ul.of-descript {
    text-align: left;
    margin-left: 50px;
    list-style: disc;
}

#range.generator-range {
    background: -webkit-linear-gradient(left, rgb(255, 214, 37) 0%, rgb(255, 214, 37) 10%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 100%);
    height: 10px;
}

.service-detail-photo {
    max-width: 760px;
    margin: 0 auto 20px;
}

.service-detail-photo img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.service-detail-note {
    text-align: center;
}

.order-form__status {
    margin-top: 1rem;
    font-size: 1rem;
}

.details-requisites ul {
    text-align: left;
    margin: 1.25rem 0;
    padding-left: 1.25rem;
    list-style: disc;
    line-height: 1.6;
}

.details-share {
    margin: 1rem 0;
}

.partners-page p {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.layout-requirements-page {
    text-align: left;
}

.layout-requirements-page h2 {
    margin: 1.75rem 0 0.75rem;
    font-size: 1.25rem;
}

.layout-requirements-page p {
    line-height: 1.6;
    margin-bottom: 1rem;
}

.plastic-card-layout {
    margin: 1.25rem auto 1.75rem;
    max-width: 900px;
    text-align: center;
}

.plastic-card-layout img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.blog-source {
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: #666;
}

.blog-img-wrap img {
    max-width: 100%;
    height: auto;
}
