.error-msg {
    font-size: 12px;
    color: #d02651;
    margin-top: 3px;
}

.email-succerss-sent {
    color: #9c9c9c;
    text-align: center;
    font-weight: 300;
    font-size: 29px;
    text-transform: uppercase;
}

.active-filter-btn {
    background-color: #d02651;
    color: #fff;
}

.order-filter-active {
    color: #d02651;
}

.no-nowrap > p,
.no-nowrap > h4 {
    white-space: inherit;
}

.archive_list{
    margin-top: 50px;
    display: block;
}

.archive_list a{
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px dashed #77b828;
    display: inline-block;
    font-size: 18px;
    min-width: 150px;
    text-align: center;
    background-color: #77b828;
    padding: 5px 7px;
}
.archive_list ul{
    margin-bottom: 10px;
    margin-left: 18px;
}

html[lang=en] body,
html[lang=ru] body,
html[lang=hy] body,
html[lang=am] body,
html[lang=en] .slide-title,
html[lang=ru] .slide-title,
html[lang=hy] .slide-title,
html[lang=am] .slide-title,
html[lang=en] .slide-text,
html[lang=en] .slide-text,
html[lang=hy] .slide-text,
html[lang=am] .slide-text{
    font-family: 'Montserrat', 'Roboto', sans-serif;
}