.sys-message .errors {
    margin: 5px 10% 5px 30% ;
    background-color: #F8004A;
    font-size: 1.14em;
    font-weight: bold;
    color: #fff;
    border-radius: 25px;
    padding: 14px 25px;
}
.sys-message .success {
    margin: 5px 10% 5px 30% ;
    background-color: #00a454;
    font-size: 1.14em;
    font-weight: bold;
    color: #fff;
    border-radius: 25px;
    padding: 14px 25px;
}
.sys-message .status {
    width: 635px;
    margin: 5px 10px 5px 10px;
    background-color: #EFF2F7;
    font-size: 1.14em;
    font-weight: bold;
    color: #636363;
    border-radius: 20px;
    padding: 14px 25px;
}
.order-one {
    height: 135px;
}
a.order-click {
    display:initial !important;
    background: transparent !important;
    color: #2D2C4C !important;


}
a.order-click>p {
    font-size: 16px !important;
    line-height: 20px !important;
}

.table-price {
    margin-bottom: 20px !important;
}
.title-new {
    font-size: 32px;
    text-transform: initial;
    margin-left: 0;
}
.title-service {
    font-size: 32px;
    text-transform: initial;
    margin-left: 16px;
    margin-right: 3%;
}
a.oder-status {
    width: 220px !important;
}

.file-upload input[type="file"]{
    display: none;
}
.file-form-wrap{
    width:260px;
    margin-bottom: 20px;
}
.file-upload {
    position: relative;
    overflow: hidden;
    width: 250px;
    height:50px;
    line-height:50px;
    background: #EFF2F7;
    border-radius: 10px;
    color: #636363;
    text-align: center;
    margin-top: 10px;
}
.file-upload:hover {
    background: #636363;
    color: #fff;
}

.file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-upload span {
    font-weight:bold;
}
.preview-img{
    max-width:100px;
    max-height:100px;
    margin:5px;
}

p.input-file {
    margin-left: 10px;
}

select#doc_prev_edu {
    display: inline-block;
    height:40px;
    width: 300px;
    padding: 2px 10px 2px 2px;
    margin-top: 10px;
    outline: none;
    color: #74646e;
    border: 1px solid #C8BFC4;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px #ddd8dc;
    background: #EFF2F7;
    font-size: 13px;
}
.input-select {
    margin-bottom: 15px;
    font-size: 13px;
}
p.pr-nvz {
    font-size: 13px;
}

.element-wrapper {
    padding: 10px;
    float: left;

}

/*
//////////////////////
Стилизация radio
//////////////////////
*/

.radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;

}

.radio + label {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
    color: #74646e;
}

/* Оформление радио-кнопки */
.radio + label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background: #FFF;
}

/* Радио в состоянии неактивен */
.radio + label:after {
    content: '';
    position: absolute;
    top: 2.5px;
    left: 3.5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #413548;
    opacity: 0;
    transition: .2s;
}

.radio:checked + label:after {
    opacity: 1;
}
.radio-block {
    font-size: 13px;
    background-color: #EFF2F7;
    margin: 0 0 25px;
    padding: 0 10px;
    width: 420px !important;
    height: 60px !important;
}
.radio-block>p {
    font-size: 13px;
}

.wrap-h2-btn h1 {
    display: inline-block;
    font-size: 32px;
    text-transform: initial;
    margin-left: 0;
    vertical-align: middle;
    position: absolute;
    left: 0;
    line-height: 48px;
    margin-bottom: 15px;
}

.content-catalog .block-item a.order-button {
    display: block;
    font-size: 16px;
    color: #fff;
    background-color: #4CC1BA;
    padding: 10px 20px;
    border-radius: 40px;
    bottom: 15px;
    width: 185px;
    line-height: 22px;
    position: absolute;
    text-align: center;
    box-shadow: 0px 4px 40px rgb(133 121 144 / 20%);
}
.article ul {
    margin-bottom: 20px;
}
.article ul li {
    list-style-type: disc;
    font-size: 18px;
    color: #636363;
    margin-left: 50px;
}

.article ol {
    margin-bottom: 20px;
}
.article ol li {
    list-style-type: decimal;
    font-size: 18px;
    color: #636363;
    margin-left: 50px;
}

.city ul {
    margin-bottom: 20px;
}
.city ul li {
    list-style-type: disc;
    font-size: 18px;
    margin-left: 50px;
}

.rating-area {
    overflow: hidden;
    width: 265px;
    margin: 0 auto;
    padding-top: 2em;
}
.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
    content: '★';
}
.rating-area > input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
    position: relative;
}
.text-review p {
    max-height: 100px !important;
}

.wrap-toggle-mobil{
    display: none;
}
@media (max-width: 721px) {
    .wrap-toggle {
        display: none !important;
    }
    .wrap-toggle-mobil{
        display: block !important;
        position:fixed;
        width: 100%;
        bottom:85px;
        z-index:2;
        right:10px;
    }
   div.descr {
        display: block !important;
        float: none !important;
    }
}

div.number-page {
    width: 90% !important;
}

.contact-social {
    margin-right: 15px;
}

textarea {
    text-transform: none !important;
}
.input {
    text-transform: none !important;
}

#sale_diploma {
    color: #3D2C4C;
    font-family:  "OpenSaus", Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-transform: none;

}

.city-buy{
    display: inline-block;
    width: 28%;
    min-width: 200px;
    float: left;
    margin: 0 20px;
}
.end-city-buy{
    display: block;
    height: 20px;
    clear: both;
}
