.author__certificates-title, .author__form .us-content-contact-title {
    font-weight: 500;
    line-height: normal;
    font-size: 24px;
}

.author__certificates {
    margin-top: 40px;
}

.author {
    display: grid;
    grid-template-columns: 2fr 300px;
    grid-gap: 30px;
}

.author-section__wrapper {
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    max-width: 830px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 5px 15px;
}

.author-section--fw .author-section__wrapper {
    max-width: 100%;
    grid-template-columns: 45px 1fr;
    margin: 0 auto 20px;
}

.author-section__wrapper-image {
    grid-row: span 2/auto;
}

.author-section__wrapper-image img {
    border-radius: 5px;
    border: 1px solid #f6f6f6;
    aspect-ratio: 1/1;
}

.author-section__wrapper-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.author-section__wrapper-desc {
    font-size: 12px;
    line-height: 18px;
}

.author-section__wrapper-desc a:hover {
    text-decoration: none;
}

.author+.editor, .author>.us-content {
    border-radius: 10px;
    background: #fff;
    padding: 20px;
}

.author__form .o-btn, .us-content-social-link {
    background-color: #196BBD;
    transition: background-color .3s;
}

.author+.editor {
    margin-top: 20px;
}

.author__form-wrap {
    height: fit-content;
}

.author__form-img-wrap {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 30px;
}

.us-content-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 15px 0;
}

.us-content-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.author__form-img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
    aspect-ratio: 1;
}

.author__form .us-content-contact-title {
    margin-bottom: 20px;
}

.us-content-contact-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 15px;
}

.author__form .o-btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 10px 30px;
    border-radius: 5px;
}

.author__form .o-btn:hover {
    background-color: #10c4c4;
}

.author__questions-title {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.us-content-contact-text--bold {
    font-weight: 600;
}

.author__articles-list {
    list-style: none;
    padding: 0 15px 0 0;
    margin: 0;
    overflow-y: auto;
    height: 100%;
}

.author__articles-list-scroll {
    max-height: 600px;
    overflow-y: auto;
}

@media(max-width:1199.98px) {
    .author__articles-list-scroll {
        max-height: 200px;
    }
}

.author__articles-list-scroll::-webkit-scrollbar {
    width: 3px;
    cursor: pointer;
    border-radius: 3px;
}

.author__articles-list-scroll::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 3px;
}

.author__articles-list-scroll::-webkit-scrollbar-thumb {
    background: #196BBD;
    border-radius: 3px;
}

.author__articles-item:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 15px;
}

.author__articles-link {
    color: var(--m-text-color);
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 15px;
}

.author>.us-content.author__questions {
    padding: 20px 5px 20px 20px;
}

.author__articles-img {
    max-width: 90px;
    border-radius: 5px;
    object-fit: cover;
}

.author__articles-link:hover .author__articles-name {
    color: #196BBD;
}

.author__articles-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.author__articles-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #292a30;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    transition: color .2s;
}

.author__articles-date {
    color: #b0b0b0!important;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.author__page .products__viewed {
    margin: 60px 0 0;
    padding: 60px 0;
    background: #ecf8ff;
}

.author__page .products__viewed.slider-custom::before {
    background: linear-gradient(-90deg, transparent 0, #ecf8ff 80%);
    height: 500px;
}

.author__page .products__viewed.slider-custom::after {
    background: linear-gradient(90deg, transparent 0, #ecf8ff 80%);
    height: 500px;
}

@media (max-width:567px) {
    .author__form .o-btn {
        width: 100%;
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width:991px) {
    .author-section__wrapper {
        padding: 15px;
        grid-gap: 5px 10px;
        grid-template-columns: 35px 1fr;
        margin: 0 auto 20px;
    }

    .author-section__wrapper-title {
        font-size: 12px;
    }

    .author {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .author__page .products__viewed {
        margin: 40px 0 0;
        padding: 40px 0;
    }

    .author+.editor, .author>.us-content {
        padding: 15px;
    }

    .author__form-img-wrap {
        grid-template-columns: 1fr 3fr;
        grid-gap: 10px;
    }

    .author__form .us-content-contact-title, .author__questions-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .us-content-contact-text {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .author__certificates {
        margin-top: 30px;
    }

    .author__certificates-title {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .author__articles-name {
        font-size: 16px;
    }

    .author__articles-item:not(:last-child) {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .author__articles-list {
        max-height: 200px;
        overflow-y: auto;
        padding: 0 10px 20px 0;
    }

    .author>.us-content.author__questions {
        padding: 15px 5px 15px 15px;
    }
}


.author__certificates-title, .author__form .us-content-contact-title {
    font-weight: 500;
    line-height: normal;
    font-size: 24px;
}
.certificates-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.author__certificates {
    margin-top: 40px;
}
.certificates__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: var(--m-text-color);
    margin: 0 0 30px;
}
.certificates-block__item-btn-wrap {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.certificates-block {
    padding: 80px 0;
}
.certificates-block__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 15px;
}
.certificates-block__head-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    color: var(--m-text-color);
}
.certificates-block__head-link.o-btn {
    color: #fff;
    text-decoration: none;
}
.certificates-block__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
@media (max-width:1200px) {
    .certificates-block__wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
}.certificates-block__item {
     position: relative;
     border-radius: 10px;
 }
.certificates-block__item-btn {
    background: #fff;
    border: none;
    border-radius: 50%;
    transition: .15s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
}
.certificates-block__item-btn svg path {
    transition: .15s;
    fill: #AAAAAA;
}
.certificates-block__item-btn:hover svg path {
    fill: #196BBD;
}
.author+.editor, .author-section__wrapper, .author>.us-content, .product-review:hover {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .07);
}
.certificates-block__item-img {
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    border: 1px solid #eaeaea;
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 200/270;
}

.author-section__wrapper-desc a:hover {
    text-decoration: none;
}
.author+.editor, .author>.us-content {
    border-radius: 10px;
    background: #fff;
    padding: 20px;
}
.author__form .o-btn, .us-content-social-link {
    background-color: #196BBD;
    transition: background-color .3s;
}
.author+.editor {
    margin-top: 20px;
}
.author__form-wrap {
    height: fit-content;
}
.author__form-img-wrap {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 30px;
}
.us-content-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 15px 0;
}
.us-content-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%}
.author__form-img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
    aspect-ratio: 1;
}
.author__form .us-content-contact-title {
    margin-bottom: 20px;
}
.us-content-contact-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 15px;
}
.author__form .o-btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 10px 30px;
    border-radius: 5px;
}
.author__form .o-btn:hover {
    background-color: #10c4c4;
}
.author__questions-title {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.us-content-contact-text--bold {
    font-weight: 600;
}
.author__articles-list {
    list-style: none;
    padding: 0 15px 0 0;
    margin: 0;
    overflow-y: auto;
    height: 100%
}

@media(max-width:1199.98px) {
    .author__articles-list-scroll {
        max-height: 200px;
    }
}.author__articles-list-scroll::-webkit-scrollbar {
     width: 3px;
     cursor: pointer;
     border-radius: 3px;
 }
.author__articles-list-scroll::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 3px;
}
.author__articles-list-scroll::-webkit-scrollbar-thumb {
    background: #196BBD;
    border-radius: 3px;
}
.author__articles-item:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 15px;
}
.author__articles-link {
    color: var(--m-text-color);
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 15px;
}
.author>.us-content.author__questions {
    padding: 20px 5px 20px 20px;
}
.author__articles-img {
    max-width: 90px;
    border-radius: 5px;
    object-fit: cover;
}
.author__articles-link:hover .author__articles-name {
    color: #196BBD;
}

.details__tabs-content[data-tabs-content=tab_description] h3, .details__tabs-content[data-tabs-content=tab_description] h3 b, .details__tabs-content[data-tabs-content=tab_description] h3 font, .details__tabs-content[data-tabs-content=tab_description] h3 span, .editor h2 {
    font-size: 20px!important;
}
.details__tabs-content[data-tabs-content=tab_description] h4, .details__tabs-content[data-tabs-content=tab_description] h4 b, .details__tabs-content[data-tabs-content=tab_description] h4 font, .details__tabs-content[data-tabs-content=tab_description] h4 span, .details__tabs-content[data-tabs-content=tab_description] h5, .details__tabs-content[data-tabs-content=tab_description] h5 b, .details__tabs-content[data-tabs-content=tab_description] h5 font, .details__tabs-content[data-tabs-content=tab_description] h5 span, .details__tabs-content[data-tabs-content=tab_description] h6, .details__tabs-content[data-tabs-content=tab_description] h6 b, .details__tabs-content[data-tabs-content=tab_description] h6 font, .details__tabs-content[data-tabs-content=tab_description] h6 span, .editor h3, .editor h4, .editor h5 {
    font-size: 18px!important;
}
.editor h2, .editor h3, .editor h4, .editor h5 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.editor {
    margin-bottom: 40px;
}
.phone__btn.js-toggle-btn:after {
    right: .2rem;
}


.article__editor {
    max-width: 830px;
    margin: 30px auto 0;
}
.article__editor font, .article__editor p, .article__editor span {
    color: #292a30!important;
    font-size: 16px!important;
    line-height: 1.5!important;
}
.article__editor p:not(:last-child), .editor ol:not(:last-child), .editor p:not(:last-child), .editor ul:not(:last-child) {
    margin-bottom: 10px!important;
    padding-left: 40px;
}
.article__editor h2, .article__editor h3 {
    margin: 20px 0 10px!important;
}
.article__editor h2:first-child, .article__editor h3:first-child {
    margin-top: 0!important;
}
.article__editor h2, .article__editor h2 font, .article__editor h2 p, .article__editor h2 span {
    font-weight: 500!important;
    color: #292a30!important;
    font-size: 20px!important;
    line-height: 1.5!important;
}
.article__editor h3, .article__editor h3 font, .article__editor h3 p, .article__editor h3 span {
    font-weight: 500!important;
    color: #292a30!important;
    font-size: 18px!important;
    line-height: 1.5!important;
}
.article__editor img {
    display: block!important;
    width: 100%!important;
    margin-bottom: 20px!important;
}
