/*Article*/
.search {
    max-width: 480px;
    min-width: 260px;
}
.search::after {
    display: block;
    content: "";
    width: 44px;
    height: 20px;
    border-left: 1px solid #e9e9e9;
    background: url(img/mic.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
}
.btn-search,
.search-field {
    height: 40px;
}
.search img {
    top: 50%;
    transform: translateY(-50%);
}
.btn-search {
    width: 80px;
    font-size: 16px;
    line-height: 28px;
}
.search-field {
    padding-right: 44px !important;
}
:not(.homepage) h1 {
    margin: 50px 0 30px;
}
.artlist-item .artlist-item-wrapper {
    padding-bottom: 25px;
    border-bottom: 1px solid #e9e9e9;
}
.artlist-item:hover .article-title a {
    color: #f84147;
}
.artlist-item:hover .morelink {
    color: #f84147;
    background: url(img/arrow-hover.png) no-repeat right center;
}
.article-title {
    margin: 25px 0 15px;
}
.article-title > a {
    font-size: 22px;
    line-height: 26.4px;
    color: #221f1f;
}
.article-excerpt {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
    color: #7a7979;
}
.views-info {
    font-size: 13px;
    line-height: 28px;
    color: #a7a5a5;
}
.views-info > .artlist-item-views {
    padding-left: 20px;
    background: url(img/eye.png) no-repeat left center;
}
.views-info > .artlist-item-comments {
    padding-left: 20px;
    background: url(img/comment.png) no-repeat left center;
}
.views-info > .morelink {
    padding-right: 20px;
    background: url(img/arrow.png) no-repeat right center;
}

/*Fag with menu*/
.faq-menu h1 {
    margin: 50px 0 30px;
}
.left-column .nav-item {
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.left-column .nav-link {
    color: #221f1f !important;
}
.q-theme:not(:last-child) {
    margin-bottom: 70px;
}

.faq-menu form > .form-group > input {
    height: 50px;
}
.faq-menu textarea {
    min-height: 100px;
}
.faq-menu textarea,
.faq ::placeholder {
    font-size: 16px;
    line-height: 19.2px;
}
.form-img > img {
    max-width: 100%;
}
.form-btn {
    height: 55px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    background: #05bc52;
}
.form-btn:hover {
    background: rgba(5, 188, 82, 0.75);
}
.form-title {
    padding: 50px 0 30px;
}
@media (min-width: 992px) {
    .faq-menu h1 {
        margin: 80px 0 50px;
    }
    .form-title {
        padding: 100px 0 40px;
    }
}

/*Fag*/
.faq h1 {
    margin: 50px 0 30px;
}
.q-theme:not(:last-child) {
    margin-bottom: 20px;
}

.faq form > .form-group > input {
    height: 50px;
}
.faq textarea {
    min-height: 100px;
}
.faq ::placeholder,
.faq textarea {
    font-size: 16px;
    line-height: 19.2px;
}
.form-img > img {
    max-width: 100%;
}
.form-btn {
    height: 55px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    background: #05bc52;
}
.form-btn:hover {
    background: rgba(5, 188, 82, 0.75);
}
.form-title {
    padding: 50px 0 30px;
}
@media (min-width: 992px) {
    .faq h1 {
        margin: 80px 0 50px;
    }
    .form-title {
        padding: 100px 0 42px;
    }
}
@media (min-width: 576px) {
    .q-body {
        width: 80%;
    }
}

.button-link {
    text-decoration: none;
    color: black;
    border: 1px solid green;
    border-radius: 5px;
    padding: 2px 10px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    min-width: 170px;
}

.button-api {
    padding-top: 39px;
}
.button-api  svg {
    margin-right: 5px;
}
@media (max-width: 740px)  {
    .button-api {
        padding-top: 10px;
    }
}