.author-p-top {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.author-p-left,
.author-p-right {
    width: calc(50% - 20px);
}

.author-p-right h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 40px;
}

.author-p-r-block p.h2 {
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 24px;
}

.author-p-r-block p.point {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    padding-left: 44px;
}

.author-p-r-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
}

.author-p-img {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.author-p-img img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.author-p a {
    justify-content: center;
    max-width: 387px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 16px 24px;
    border: 2px solid #013B94;
    border-radius: 10px;
    margin-top: 24px;
    transition: all .3s ease-in-out;
    color: #013B94;
}

.author-p a:hover {
    background: #013b94;
    color: #fff;
}

.author-p a svg {
    margin-right: 12px;
    flex-shrink: 0;
}

.author-p a:hover svg path {
    transition: all .3s ease-in-out;
}

.author-p a:hover svg path:first-child {
    fill: white;
}

.author-p a:hover svg path:last-child {
    fill: #013b94;
}

h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 32px;
    margin-top: 54px;
    width: 100%;
}

.author-p-education {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.author-p-education-item img {
    max-width: 100%;
}

.author-p-education-item {
    width: calc(50% - 8px);
    border-radius: 10px;
    overflow: hidden;
}

p.point:before {
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 7px;
    top: 5px;
    box-sizing: border-box;
}

p.point:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    left: 10px;
    top: 8px;
}

.author-article-item-img {
    position: relative;
}

.author-article-item-img {
    height: 180px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a.author-article-item {
    box-shadow: 0px 4px 10px 0px #00000014;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: block;
    flex-direction: column;
}

.swiper-wrapper {
    display: flex;
}

.author-article-section-name {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    padding: 6px 16px;
    background: #fff;
    border-radius: 20px;
    color: #000;
}

.author-article-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.author-article-item-wr {
    padding: 40px;
}

.author-article-item-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}

.author-article-item-descr {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}

.author-article-item-btn {
    background: #013B94;
    width: fit-content;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    padding: 14px 32px;
    border-radius: 10px;
    color: #fff;
    transition: all .3s ease-in-out;
    border: 1px solid #013b94;
}

.author-article-item-btn:hover {
    background: #013B9414;
    color: #013b94;
}

body .swiper-button-prev:after,
body .swiper-rtl .swiper-button-next:after {
    display: none !important;
}

body .swiper-button-next:after,
body .swiper-rtl .swiper-button-prev:after {
    display: none !important;
}

body .swiper-button-next svg,
body .swiper-button-prev svg {
    width: 6px;
    height: auto;
}

body .swiper-button-next,
body .swiper-button-prev {
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    border-radius: 50%;
    box-shadow: 0px 4px 6px 0px #0000000D;
    z-index: 2;
    border: 1px solid #EEEEEE
}

body .swiper-button-next {
    right: -50px;
}

body .swiper-button-prev {
    left: -50px;
}

body .author-slider-wrapper {
    position: relative;
    margin-bottom: 90px;
}

body .swiper {
    padding-bottom: 15px;
    padding: 15px 10px;
}

body .author-slider-wrapper .swiper-pagination {
    position: absolute;
    bottom: -22px;
    display: flex;
    justify-content: center;
}

body .author-slider-wrapper .swiper-pagination span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #00214F;
}

body .author-slider-wrapper .swiper-button-disabled{
    display: none;
}

a.author-article-item.swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}

.author-article-item-wr {
    height: calc(100% - 180px);
    display: flex;
    flex-direction: column;
}

.author-article-item-btn {
    margin-top: auto;
}

.author-article-item-descr {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #555555;
}

a.author-article-item.swiper-slide:hover .author-article-item-name {
    color: #013B94;
}

.h1 {
    display: none;
}

@media (max-width: 992px) {
    .author-p-right h1,
    .h1 {
        font-size: 22px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        margin-bottom: 24px;
    }
    .author-p a {
        font-size: 16px;
        width: 100%;
        display: flex;
        justify-content: center;
        height: 56px;
        padding: 0px;
    }
    .author-p svg {
        width: 24px;
    }
    h2 {
        margin: 46px 0 24px 0;
        font-size: 26px;
        line-height: 26px;
    }
    body .swiper-button-next {
        right: 0px;
        z-index: 2;
        background: white;
    }
    body .swiper-button-prev {
        left: 0;
        z-index: 2;
    }
    body .swiper-button-next,
    body .swiper-button-prev {
        background: #fff !important;
    }
}

@media (max-width: 768px) {
    .author-p-left,
    .author-p-right {
        width: 100%;
    }
    .author-p-top {
        flex-wrap: wrap;
    }
    .author-p a {
        width: 100%;
        margin: 15px auto;
    }
    .author-p-img {
        width: fit-content;
        height: fit-content;
        margin: 0px auto;
        width: 345px;
        max-width: 100%;
    }
    .h1 {
        display: block;
        text-align: center;
        width: 100%;
    }
    .author-p-right h1 {
        display: none;
    }
    .author-p-education-item {
        width: 345px;
        max-width: 100%;
        margin: 0px auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .h1 {
        text-align: left;
    }
    .author-article-item-wr {
        padding: 34px;
    }
    .author-p a {
        max-width: 100%;
    }
}