/* Section Plagiarism checker block */
section.ai-detector-block,
section.plagiarism-checker-block {
    padding: 148px 0 80px;
    background-color: var(--plgchk-grey-1);
    background-image:  url('../images/home-left-green-bg.png'),  url('../images/plagiarism-checker-page-bg-right.png'),  url('../images/plagiarism-checker-decorative-text.svg'), url('../images/cheker-grey-top-circle-bg.png');
    background-repeat: no-repeat;
}

section.ai-detector-block,
section.plagiarism-checker-block{
    background-position: 0 70px, 100% 100%, calc(50% - 390px) 545px, 15% 0;
}
section.ai-detector-block .page-title,
section.plagiarism-checker-block .page-title,
.section-blog-list .page-title,
.post-page .page-title {
    margin: 0 auto 28px;
    font-size: 40px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 600;
    line-height: 120%;
}
section.ai-detector-block .page-subtitle,
section.plagiarism-checker-block .page-subtitle,
.section-blog-list .page-subtitle,
.post-page .page-subtitle  {
    margin: 0 auto 42px;
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
}
.section-blog-list .subtitle{
    color: var(--plgchk-green-7);
}
section.ai-detector-block .page-title,
section.ai-detector-block .page-subtitle,
section.plagiarism-checker-block .page-title,
section.plagiarism-checker-block .page-subtitle,
.section-blog-list .page-title,
.section-blog-list .page-subtitle,
.post-page .page-title,
.post-page .page-subtitle {
    max-width: 650px;
    text-align: center;
}
section.ai-detector-block .ai-detector-form-wrapper,
section.plagiarism-checker-block .plagiarism-checker-form-wrapper {
    max-width: 796px;
    margin: 0 auto;
    position: relative;
}
section.ai-detector-block .ai-detector-form-wrapper::after,
section.plagiarism-checker-block .plagiarism-checker-form-wrapper::after {
    content: '';
    display: inline-block;
    position: absolute;
}
/*
section.ai-detector-block .ai-detector-form-wrapper::before,
section.plagiarism-checker-block .plagiarism-checker-form-wrapper::before {
    content: '';
    display: inline-block;
    position: absolute;
}
section.ai-detector-block .ai-detector-form-wrapper::before,
section.plagiarism-checker-block .plagiarism-checker-form-wrapper::before {
    width: 146px;
    height: 134px;
    background-image: url('../images/upload-files-from-other-resources-text.svg');
    left: -156px;
    bottom: 10px;
}
*/
section.ai-detector-block .ai-detector-form-wrapper::after,
section.plagiarism-checker-block .plagiarism-checker-form-wrapper::after {
    width: 229px;
    height: 208px;
    background-image: url('../images/plagiarism-checker-right-text-bg.png');
    right: -270px;
    top: 90px;
}
/* END Section Plagiarism checker block */

/* Section Additional system */
section.additional-system {
    margin: 60px 0 0;
}
section.additional-system.ai-detector-additional-system {
    margin-top: -65px;
    padding-bottom: 100px;
}
section.additional-system .additional-system-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background-color: var(--plgchk-yellow);
    border-radius: 20px;
    padding: 40px 50px;
}
section.additional-system .additional-system-content .additional-system-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
section.additional-system .additional-system-content .sep {
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: var(--plgchk-grey-9);
    opacity: 0.3;
}
section.additional-system .additional-system-item .block-title {
    color: var(--plgchk-black);
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}
section.additional-system .additional-system-item .system-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
}
section.additional-system .additional-system-item .system-title {
    color: var(--plgchk-black);
    opacity: 0.9;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
}
/* END Section Additional system */


/* Section ultimate plagiarism solution & ai content detection */
.ai-content-detection .ai-content-detection-content-wrapper,
.ultimate-plagiarism-solution .ultimate-plagiarism-solution-content-wrapper {
    margin: 0 0 120px;
    padding: 0 0 120px;
    border-bottom: 1px solid var(--plgchk-white-4);
}
.ai-content-detection .ai-content-detection-content-wrapper{
    margin: 0 0 90px;
    padding: 0 0 100px;
}
.ultimate-plagiarism-solution .ultimate-plagiarism-solution-content-wrapper {
    margin: 100px 0 100px;
}
.ai-content-detection .ai-content-detection-content,
.ultimate-plagiarism-solution .ultimate-plagiarism-solution-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 1098px;
    gap: 66px;
}
.ai-content-detection .left-block,
.ultimate-plagiarism-solution .left-block {
    padding: 0 0 0 102px;
    background-position: 0 0;
    background-repeat: no-repeat;
    max-width: 545px;
    width: 100%;
}
.ai-content-detection .left-block {
    background-image: url('../images/ai-content-detection.svg');
}
.ultimate-plagiarism-solution .left-block {
    background-image: url('../images/ultimate-solutions.svg');
}
.ai-content-detection .left-block .block-title,
.ultimate-plagiarism-solution .left-block .block-title {
    color: var(--plgchk-black);
    font-size: 40px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 28px;

}
.dark .ai-content-detection .left-block .block-title,
.dark .ultimate-plagiarism-solution .left-block .block-title{
    color: var(--plgchk-white);
}
.ai-content-detection .left-block .block-subtitle,
.ultimate-plagiarism-solution .left-block .block-subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0;
}
.dark .ai-content-detection .left-block .block-subtitle,
.dark .ultimate-plagiarism-solution .left-block .block-subtitle {
    color: var(--plgchk-white-1);
}
.ai-content-detection .right-block,
.ultimate-plagiarism-solution .right-block {
    max-width: calc(100% - 610px);
}
.ai-content-detection .right-block h3 {
    color: var(--plgchk-black-3);
    font-size: 20px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 20px;
}

.ai-content-detection .right-block .text,
.ultimate-plagiarism-solution .right-block .text {
    color: var(--plgchk-black-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    margin: 0 0 18px;
}
.dark .ai-content-detection .right-block .text,
.dark .ultimate-plagiarism-solution .right-block .text {
    color: var(--plgchk-white-2);
}
.ai-content-detection .right-block .text:last-child,
.ultimate-plagiarism-solution .right-block .text:last-child {
    margin: 0;
}
/* END Section ultimate plagiarism solution & ai content detection */


/* Section discover the advantages & key features */
.discover-the-advantage {
    background-image: url('../images/discover-the-advantages-bg.png');
    background-repeat: no-repeat;
    background-position: 20% 0;
    margin: 0 0 80px;
}
.discover-the-advantage .discover-the-advantage-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
    margin: 0 0 70px;
}
.discover-the-advantage .text-block {
    max-width: 488px;
    width: 100%;
}
.discover-the-advantage .text-block .block-title {
    color: var(--plgchk-black);
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 24px;
}
.dark .discover-the-advantage .text-block .block-title {
    color: var(--plgchk-white);
}
.discover-the-advantage .text-block .block-title span {
    display: block;
    color: var(--plgchk-green-5);
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}
.dark .discover-the-advantage .text-block .block-title span {
    color: var(--plgchk-green);
}
.discover-the-advantage .text-block .block-subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0;
}
.dark .discover-the-advantage .text-block .block-subtitle {
    color: var(--plgchk-white-2);
}
.discover-the-advantage .discover-the-advantage-content > picture {
    display: block;
    max-width: calc(100% - 490px);
    width: 100%;
    height: auto;
}
.discover-the-advantage .discover-the-advantage-content img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 30px;
}
.key-features {
    margin: 0 0 100px;
}
.key-features .key-features-cards,
.discover-the-advantage .discover-the-advantage-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.key-features .key-features-cards .key-features-card,
.discover-the-advantage .discover-the-advantage-cards .discover-the-advantage-card {
    flex-basis: calc(100% / 3 - 13.5px);
    padding: 40px;
    background: var(--plgchk-grey-4);
    border-radius: 20px;
}
.key-features .key-features-cards .key-features-main-card {
    flex-basis: calc(100% / 3 - 13.5px);
    padding: 0;
}
.key-features .key-features-cards .key-features-main-card .card-top-text {
    color: var(--plgchk-green-5);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 16px;
}
.dark .key-features .key-features-cards .key-features-main-card .card-top-text {
    color: var(--plgchk-green);
}
.key-features .key-features-cards .key-features-main-card .card-top-title {
    color: var(--plgchk-black-7);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 28px;
}
.dark .key-features .key-features-cards .key-features-main-card .card-top-title {
    color: var(--plgchk-white);
}
.key-features .key-features-cards .key-features-main-card .card-top-subtitle {
    color: var(--plgchk-black-2);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0;
}
.key-features .key-features-cards .key-features-main-card .card-top-subtitle {
    color: #484855;
}
.key-features .key-features-card img,
.discover-the-advantage .discover-the-advantage-card img {
    display: block;
    margin: 0 0 24px;
}
.key-features .key-features-card .card-title,
.discover-the-advantage .discover-the-advantage-card .card-title {
    color: var(--plgchk-black);
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 24px;
    letter-spacing: -0.02em;
}

.key-features .key-features-card .card-subtitle,
.discover-the-advantage .discover-the-advantage-card .card-subtitle {
    color: var(--plgchk-black-8);
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    margin: 0;
}
/* END Section discover the advantages & key features */


/* Section As simple as & ai content detection */
.ai-content-detection-2,
.as-simple-as {
    margin: 0;
    background: url('../images/as-simple-as-1.png'), url('../images/as-simple-as-2.png');
    background-repeat: no-repeat;
    background-position: 0 100%, 50% 0, 50%;
    background-color: var(--plgchk-green-7);
}
.ai-content-detection-2 .ai-content-detection-2-content,
.as-simple-as .as-simple-as-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 120px;
    border-radius: 20px;
    padding: 0 60px;
    position: relative;
    z-index: 3;
}
.ai-content-detection-2 .info-block,
.as-simple-as .info-block {
    max-width: 490px;
    width: 100%;
    position: relative;
}
.ai-content-detection-2 .info-block::after,
.as-simple-as .info-block::after {
    content: '';
    display: inline-block;
    width: 51.21px;
    height: 63.3px;
    background-image: url('../images/vertical-slider-arrow.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    right: -20px;
    bottom: -55px;
    transform: rotate(-20deg);
}
.ai-content-detection-2 .info-block .top-text,
.as-simple-as .info-block .top-text {
    color: var(--plgchk-white);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 16px;
}
.ai-content-detection-2 .info-block .block-title,
.as-simple-as .info-block .block-title {
    color: var(--plgchk-white);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    margin: 0 0 24px;
}
.ai-content-detection-2 .info-block .block-title .current-slide-wrapper,
.as-simple-as .info-block .block-title .current-slide-wrapper {
    display: inline-block;
    height: 52px;
    width: 100%;
    max-width: max-content;
    transition: all .3s linear;
    overflow: hidden;
    vertical-align: top;
}
.ai-content-detection-2 .info-block .block-title .current-slide-wrapper .current-slide,
.as-simple-as .info-block .block-title .current-slide-wrapper .current-slide {
    position: relative;
    color: var(--plgchk-yellow);
}
.ai-content-detection-2 .info-block .block-title .current-slide-wrapper .current-slide::after,
.as-simple-as .info-block .block-title .current-slide-wrapper .current-slide::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 5px;
    background: var(--plgchk-yellow);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.ai-content-detection-2 .info-block .block-title .current-slide-wrapper.transition,
.as-simple-as .info-block .block-title .current-slide-wrapper.transition {
    height: 0;
}
.ai-content-detection-2 .info-block .block-title .slider-arrows,
.as-simple-as .info-block .block-title .slider-arrows {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    vertical-align: middle;
}
.ai-content-detection-2 .info-block .block-title .slider-arrows img,
.as-simple-as .info-block .block-title .slider-arrows img {
    cursor: pointer;
}
.ai-content-detection-2 .info-block .block-subtitle,
.as-simple-as .info-block .block-subtitle {
    color: var(--plgchk-white-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 60px;
}
.ai-content-detection-2 .bottom-block,
.as-simple-as .bottom-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
}
.ai-content-detection-2 .know-more,
.as-simple-as .know-more {
    padding: 16px 70px;
}
.ai-content-detection-2 .analyzed-words,
.as-simple-as .analyzed-words {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
.ai-content-detection-2 .bottom-block .title,
.as-simple-as .bottom-block .title {
    color: var(--plgchk-white);
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 1px;
}
.ai-content-detection-2 .bottom-block .subtitle,
.as-simple-as .bottom-block .subtitle {
    color: var(--plgchk-white);
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}
.ai-content-detection-2 .slider-block,
.as-simple-as .slider-block {
    max-width: calc(100% - 610px);
    width: 100%;
}
.ai-content-detection-2 .ai-content-detection-2-slider-item,
.as-simple-as .as-simple-as-slider-item {
    display: inline-flex !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    background: var(--plgchk-grey-4);
    padding: 50px;
    border-radius: 20px;
    margin: 16.75px 0;
    transition: all .5s ease;
}
.ai-content-detection-2 .slick-slide.slick-current .ai-content-detection-2-slider-item,
.as-simple-as .slick-slide.slick-current .as-simple-as-slider-item {
    background: var(--plgchk-green-10);
}
.ai-content-detection-2 .item-step,
.as-simple-as .item-step {
    color: var(--plgchk-green-5);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
    margin: 0 0 8px;
}
.ai-content-detection-2 .item-title,
.as-simple-as .item-title {
    color: var(--plgchk-black-3);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 28px;
    line-height: 120%;
    font-weight: 600;
    margin: 0 0 20px;
}
.ai-content-detection-2 .item-subtitle,
.as-simple-as .item-subtitle {
    color: var(--plgchk-black-2);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    line-height: 145%;
    font-weight: 400;
    margin: 0;
}
/* END Section As simple as & ai content detection */


/* Section creating with confidence */

.creating-with-confidence {
    padding: 100px 0 154px;
    background: var(--plgchk-white);
}
.creating-with-confidence .creating-with-confidence-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 123px;
}
.creating-with-confidence .info-block {
    max-width: 487px;
    width: 100%;
}
.creating-with-confidence .info-block .top-text {
    color: var(--plgchk-green-5);
    font-size: 16;
    font-family: 'Euclid Circular A', sans-serif;
    line-height: 120%;
    font-weight: 500;
    margin: 0 0 16px;
}
.creating-with-confidence .info-block .block-title {
    color: var(--plgchk-black-7);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
    margin: 0 0 28px;
}
.creating-with-confidence .info-block .block-subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    line-height: 145%;
    font-weight: 500;
    margin: 0 0 44px;
}
.creating-with-confidence .info-block .about-us-btn {
    padding: 16px 63px;
}
.creating-with-confidence .illustration-block {
    position: relative;
}
.creating-with-confidence .illustration-block .illustration {
    display: block;
    max-width: 590px;
    width: 100%;
    height: auto;
}
.creating-with-confidence .illustration-block .arrow {
    position: absolute;
    bottom: -110px;
}

/* END Section creating with confidence */


/* Section Protect your reputation */
section.protect-your-reputation {
    padding: 90px 0;
    background-color: var(--plgchk-green);
}
section.protect-your-reputation .block-title {
    color: var(--plgchk-white);
    font-size: 46px;
    font-weight: 600;
    line-height: 115%;
    margin: 0 0 24px;
    text-align: center;
}
section.protect-your-reputation .block-subtitle {
    color: var(--plgchk-purple-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 40px;
    text-align: center;
}
section.protect-your-reputation .check-btn {
    display: block;
    margin: 0 auto;
}
/* END Section Protect your reputation */


/* Section go-to solution */

.go-to-solution {
    padding: 100px 0 80px;
    background: var(--plgchk-grey-4);
}
.go-to-solution .go-to-solution-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 123px;
}
.go-to-solution .illustration-block {
    max-width: 693px;
    width: 100%;
}
.go-to-solution .illustration-block img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto
}
.go-to-solution .text-block {
    max-width: calc(100% - 816px);
    width: 100%;
    margin-bottom: 30px;
}
.go-to-solution .text-block .top-text {
    color: var(--plgchk-green-5);
    font-size: 16px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 16px;
}
.go-to-solution .text-block .block-title {
    color: var(--plgchk-black-7);
    font-size: 40px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 28px;
}
.go-to-solution .text-block .block-subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 44px;
}
.go-to-solution .text-block .try-it-btn {
    padding: 16px 41px;
    margin: 0 0 44px;
}
.go-to-solution .advanced-ai-algorithm {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
.go-to-solution .advanced-ai-algorithm img {
    display: block;
    width: 44px;
    height: auto;
}
.go-to-solution .advanced-ai-algorithm .text .title {
    color: var(--plgchk-black-3);
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 2px;
}
.go-to-solution .advanced-ai-algorithm .text .subtitle {
    color: var(--plgchk-black-2);
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

/* Section END go-to solution */


/* Section Pricing */

.pricing-page-main-block {
    padding: 148px 0 120px;
    background-color: var(--plgchk-grey-1);
    background-image: url(../images/plagiarism-checker-page-bg-left.png), url(../images/plagiarism-checker-page-bg-right.png), url(../images/page-bg-bottom-left.png);
    background-position: 215px 0, 100% 100%, left -50px top 100%;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
}
.pricing-page-main-block .top-text {
    color: var(--plgchk-green-3);
    font-size: 16px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
}
.pricing-page-main-block .page-title {
    color: var(--plgchk-black);
    font-size: 40px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 40px;
}
.pricing-page-main-block .top-text,
.pricing-page-main-block .page-title {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.pricing-page-main-block .pricing-block {
    max-width: 1086px;
    margin: 0 auto;
}
.pricing-page-main-block .pricing-plan-duration {
    max-width: 589px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    margin: 0 auto 60px;
    border-radius: 10px;
    background-color: var(--plgchk-white);
    border: 1px solid var(--plgchk-green-10);
}
.pricing-page-main-block .pricing-plan-duration .pricing-plan-duration-item {
    flex-basis: calc(100% / 4);
    flex-grow: 1;
    transition: all .5s ease;
    color: var(--plgchk-black-3);
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 0;
    text-align: center;
    background: none;
    border: none;
    outline: none;
    border-radius: 8px;
}
.pricing-page-main-block .pricing-plan-duration .pricing-plan-duration-item.active {
    color: var(--plgchk-white);
    background: var(--plgchk-green);
}
.pricing-page-main-block .pricing-plan-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.pricing-page-main-block .pricing-plan-items .pricing-plan-item {
    flex-basis: calc(100% / 3 - 20px);
    padding: 8px;
    background: var(--plgchk-white);
    border-radius: 16px;
}
.pricing-page-main-block .pricing-plan-item .item-header {
    background-color: var(--plgchk-grey-4);
    padding: 11px 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    transition: all .5s ease;
}
.pricing-page-main-block .pricing-plan-item .item-header .plan-title {
    display: inline-block;
    color: var(--plgchk-black-3);
    font-size: 20px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}
.pricing-page-main-block .pricing-plan-item .item-header .price,
.pricing-page-main-block .pricing-plan-item .item-header .words-count {
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
    text-align: right;
    margin: 0;
}
.pricing-page-main-block .pricing-plan-item .item-header .price {
    color: var(--plgchk-green-8);
}
.pricing-page-main-block .pricing-plan-item .item-header .words-count {
    color: var(--plgchk-green-3);
}
.pricing-page-main-block .pricing-plan-item.selected .item-header {
    background-color: var(--plgchk-green-3);
}
.pricing-page-main-block .pricing-plan-item.selected .item-header .plan-title {
    color: var(--plgchk-white);
}
.pricing-page-main-block .pricing-plan-item.selected .item-header .price {
    color: var(--plgchk-white);
}
.pricing-page-main-block .pricing-plan-item.selected .item-header .words-count {
    color: var(--plgchk-purple-9);
}
.pricing-page-main-block .item-main {
    padding: 24px 16px 0;
}
.pricing-page-main-block .item-main .save-up-to-label {
    display: block;
    max-width: max-content;
    padding: 4px 8px;
    border-radius: 20px;
    color: var(--plgchk-green-5);
    font-family: 'Euclid Circular A', sans-serif;
    background-color: var(--plgchk-white-1);
    font-size: 13px;
    line-height: 120%;
    font-weight: 500;
    margin: 0 0 16px;
}
.pricing-page-main-block .item-main .plan-price {
    color: var(--plgchk-grey);
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 24px;
}
.pricing-page-main-block .item-main .plan-price .value {
    color: var(--plgchk-black-3);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 28px;
    line-height: 125%;
}
.pricing-page-main-block .item-main .get-started-btn {
    display: block;
    width: 100%;
    text-align: center;
    transition: all .5s ease;
    text-decoration: none;
    background-color: var(--plgchk-white);
    color: var(--plgchk-green);
    border: 1px solid var(--plgchk-green);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 12px;
    border-radius: 8px;
    margin: 0 0 24px;
}
.pricing-page-main-block .pricing-plan-item.selected .item-main .get-started-btn {
    color: var(--plgchk-white);
    background-color: var(--plgchk-green-3);
}
.pricing-page-main-block .pricing-plan-item.selected .item-main .get-started-btn:hover {
    background-color: var(--plgchk-green-hover);
}
.pricing-page-main-block .pricing-plan-item.selected .item-main .get-started-btn:active {
    background-color: var(--plgchk-green-active);
}
.pricing-page-main-block .pricing-plan-item .item-main label.recurring-payments {
    margin: 0 0 24px;
}
.pricing-page-main-block .item-main .sep {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--plgchk-white-4);
}
.pricing-page-main-block .item-footer {
    padding: 24px 16px;
}
.pricing-page-main-block .item-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pricing-page-main-block .item-footer ul li {
    display: block;
    color: var(--plgchk-black-4);
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    padding: 0 0 0 28px;
    position: relative;
}
.pricing-page-main-block .item-footer ul li::marker {
    content: none;
    display: none;
}
.pricing-page-main-block .item-footer ul li::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}
.pricing-page-main-block .item-footer ul li:not(:last-child) {
    margin: 0 0 13px;
}
.pricing-page-main-block .item-footer ul li.available {
    opacity: 1;
}
.pricing-page-main-block .item-footer ul li.available::before {
    background-image: url('../images/check-icon.svg');
}
.pricing-page-main-block .item-footer ul li.unavailable {
    opacity: .5;
}
.pricing-page-main-block .item-footer ul li.unavailable::before {
    background-image: url('../images/check-icon-disabled.svg');
}
.pricing-page-main-block .item-footer ul li .highlighted {
    color: var(--plgchk-black-3);
    font-weight: 500;
}

/* END Section Pricing */

/* Section terms main block */

.page-privacy-policy-main-block,
.page-terms-main-block {
    padding: 148px 0 70px;
    background-color: var(--plgchk-grey-1);
    background-image: url(../images/plagiarism-checker-page-bg-left.png), url(../images/plagiarism-checker-page-bg-right.png);
    background-position: left 215px top -50px, left 100% bottom -300px;
    background-repeat: no-repeat;
}
.page-privacy-policy-main-block .page-title,
.page-terms-main-block .page-title {
    color: var(--plgchk-black);
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 28px;
    text-align: center;
}
.page-privacy-policy-main-block .page-subtitle,
.page-terms-main-block .page-subtitle {
    max-width: 792px;
    margin: 0 auto;
    color: var(--plgchk-black-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    text-align: center;
}

/* END Section terms main block */


/* Section terms content */
.page-privacy-policy-content,
.page-terms-content {
    padding: 80px 0 95px;
}
.page-privacy-policy-content .page-privacy-policy-content-block,
.page-terms-content .page-terms-content-block {
    max-width: 794px;
    margin: 0 auto;
}
.page-privacy-policy-content p,
.page-terms-content p {
    color: var(--plgchk-black-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    margin: 0 0 18px;
}
.dark .page-privacy-policy-content p,
.dark .page-terms-content p {
    color: var(--plgchk-white-1);
}
.page-privacy-policy-content h2,
.page-terms-content h2 {
    color: var(--plgchk-black-3);
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    margin: 40px 0 40px;
}
.dark .page-privacy-policy-content h2,
.dark .page-terms-content h2 {
    color: var(--plgchk-white);
}
.page-privacy-policy-content h3,
.page-terms-content h3 {
    color: var(--plgchk-black-3);
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin: 40px 0 18px;
}
.dark .page-privacy-policy-content h3,
.dark .page-terms-content h3 {
    color: var(--plgchk-white);
}
.page-privacy-policy-content ul,
.page-terms-content ul {
    margin: 18px 0;
    padding: 0;
}
.page-privacy-policy-content ul li,
.page-terms-content ul li {
    display: block;
    margin: 0 0 8px;
    padding: 0 0 0 31px;
    color: var(--plgchk-black-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    position: relative;
}
.page-privacy-policy-content ul li::before,
.page-terms-content ul li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: var(--plgchk-black-2);
    border-radius: 50%;
    position: absolute;
    left: 9px;
    top: 9px;
}
.dark .page-privacy-policy-content ul li,
.dark .page-terms-content ul li{
    color: var(--plgchk-white-1);
}

.dark .page-privacy-policy-content ul li::before,
.dark .page-terms-content ul li::before {
    background-color: var(--plgchk-white-1);
}
.page-privacy-policy-content ul li:last-child,
.page-terms-content ul li:last-child {
    margin: 0;
}
.page-privacy-policy-content b,
.page-terms-content b {
    color: var(--plgchk-black-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
}
.page-privacy-policy-content hr,
.page-terms-content hr {
    margin: 40px 0;
}
/* END Section terms content */


/* Section contact us */

.page-contact-us-main-block {
    padding: 218px 0 130px;
    background:
        url('../images/page-bg-top-left.png'),
        url('../images/page-bg-bottom-left.png'),
        url('../images/page-bg-center.png'),
        url('../images/plagiarism-checker-page-bg-right.png'),
        url('../images/page-bg-text.svg'),
        var(--plgchk-grey-1);
    background-repeat: no-repeat;
    background-position: 215px 0, 0 100%, 70% 140px, left 100% bottom -100px, 90% 548px;
}
.page-contact-us-main-block .page-contact-us-main-block-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 84px;
}
.page-contact-us-main-block .text-block {
    max-width: calc(100% - 407px);
}
.page-contact-us-main-block .text-block .top-text {
    color: var(--plgchk-green);
    font-size: 16px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 20px;
}
.page-contact-us-main-block .text-block .page-title {
    color: var(--plgchk-black);
    font-size: 88px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 600;
    line-height: 100%;
    margin: 0 0 50px;
}
.page-contact-us-main-block .text-block .subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 98px;
    padding: 0 0 0 48px;
    border-left: 6px solid var(--plgchk-green);
}
.page-contact-us-main-block .text-block .reach-out-title {
    color: var(--plgchk-black);
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 50px;
}
.page-contact-us-main-block .text-block .reach-out-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
}
.page-contact-us-main-block .text-block .reach-out-items .reach-out-item {
    flex-basis: calc(100% / 3 - 30px);
    flex-grow: 1;
    padding: 0 0 36px;
    border-bottom: 1px solid var(--plgchk-black);
}
.page-contact-us-main-block .text-block .reach-out-items .reach-out-item .item-title {
    color: var(--plgchk-black-4);
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 10px;
}
.page-contact-us-main-block .text-block .reach-out-items .reach-out-item a {
    color: var(--plgchk-black);
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    margin: 0 0 5px;
    text-decoration: none;
}
.page-contact-us-main-block .form-block {
    max-width: 323px;
}
.page-contact-us-main-block .form-block .contact-form {
    padding: 8px;
    border-radius: 16px;
    background: var(--plgchk-white);
}
.page-contact-us-main-block .form-block .contact-form .form-header {
    padding: 16px 17px;
    border-radius: 8px;
    background: var(--plgchk-grey-4);
}
.page-contact-us-main-block .form-block .contact-form .form-header .title {
    color: var(--plgchk-black-3);
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
    font-family: 'Euclid Circular A', sans-serif;
    margin: 0;
}
.page-contact-us-main-block .form-block .contact-form .form-main {
    padding: 16px 12px 0;
}
.page-contact-us-main-block .form-block .contact-form .form-footer {
    padding: 4px 12px 12px;
}
.page-contact-us-main-block .form-block .contact-form .form-footer button[type="submit"] {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 12px;
    margin: 0 0 12px;
}
.page-contact-us-main-block .form-block .contact-form .form-footer .footer-text {
    color: var(--plgchk-black-2);
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    margin: 0;
}

/* END Section contact us */


/* Section about main block */

.page-about-main-block {
    padding: 170px 0 120px;
    background-image: url(../images/discover-the-advantages-img.png), url(../images/discover-the-advantages-bg.png);
    background-repeat: no-repeat;
    background-position: right 0 center, 20% 40px;
     background-size:  40% auto, 95% auto;
    position: relative;
}
.page-about-main-block .about-main-block-content {
    max-width: 609px;
}
.page-about-main-block .top-text {
    color: var(--plgchk-green);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    margin: 0 0 20px;
}
.page-about-main-block .page-title {
    color: var(--plgchk-black);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 69px;
    line-height: 100%;
    font-weight: 600;
    margin: 0 0 50px;
}
.page-about-main-block .page-subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 50px;
    padding: 0 0 0 48px;
    border-left: 6px solid var(--plgchk-green);
}
.page-about-main-block .contact-our-team {
    background: transparent;
    padding: 15px 28px;
}
.page-about-main-block .any-question-block {
    position: absolute;
    bottom: 60px;
    right: 60px;
}

/* END Section about main block */


/* Section clear mission */

section.clear-mission {
    padding: 130px 0;
    background: var(--plgchk-green-7);
}
section.clear-mission .clear-mission-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;

}
section.clear-mission .left-block {
    max-width: 407px;
    width: 100%;
}
section.clear-mission .left-block .top-text {
    color: var(--plgchk-yellow);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 16px;
}
section.clear-mission .left-block .block-title {
    color: var(--plgchk-white-2);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 24px;
}
section.clear-mission .left-block .subtitle {
    color: var(--plgchk-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    opacity: 0.8;
    margin: 0;
    letter-spacing: -0.02em;
}
section.clear-mission .left-block .sep {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--plgchk-white-4);
    margin: 56px 0;
}
section.clear-mission .left-block .advantages-block-small {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}
section.clear-mission .left-block .advantages-block-small .advantage-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
section.clear-mission .left-block .advantage-item .text {
    color: var(--plgchk-grey);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}
section.clear-mission .right-block {
    max-width: 589px;
    width: 100%;
}
section.clear-mission .right-block .advantages-block-large .advantages-block-large-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 48px;
}
section.clear-mission .right-block .advantages-block-large .advantages-block-large-item:not(:last-child) {
    margin: 0 0 44px;
}
section.clear-mission .right-block .advantages-block-large-item .text-block .title {
    color: var(--plgchk-white-2);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 16px;
}
section.clear-mission .right-block .advantages-block-large-item .text-block .subtitle {
    color: var(--plgchk-white-4);
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    margin: 0;
}

/* END Section clear mission */


/* Section our foundation */

section.our-foundation  {
    padding: 130px 0;
    background: var(--plgchk-white);
}
section.our-foundation .our-foundation-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}
section.our-foundation .left-block {
    max-width: 488px;
}
section.our-foundation .left-block .top-text {
    color: var(--plgchk-green-5);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    margin: 0 0 16px;
}
section.our-foundation .left-block .block-title {
    color: var(--plgchk-black);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
    margin: 0 0 26px;
}
section.our-foundation .left-block .block-subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    line-height: 145%;
    font-weight: 500;
    margin: 0;
}
section.our-foundation .left-block .sep {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--plgchk-white-4);
    margin: 92px 0;
}
section.our-foundation .left-block .site-link {
    display: block;
    width: 100%;
    height: 90px;
    text-decoration: none;
    position: relative;
    border-radius: 10px;
    background: var(--plgchk-purple);
}
section.our-foundation .left-block .site-link:not(:last-child) {
    background: var(--plgchk-grey-4);
    margin: 0 0 20px;
}
section.our-foundation .left-block .site-link img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
section.our-foundation .right-block {
    max-width: 590px;
}
section.our-foundation .right-block .benchmark-block {
    padding: 32px 41px 37px;
    margin: 0 0 60px;
    box-shadow: 0 16px 50px var(--plgchk-grey-box-shadow);
    border-radius: 16.25px;
    background: var(--plgchk-white);
}
section.our-foundation .right-block .block-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin: 0 0 31px;
}
section.our-foundation .right-block .title {
    color: var(--plgchk-black-3);
    font-size: 17px;
    line-height: 140%;
    font-weight: 600;
    margin: 0;
}
section.our-foundation .right-block .subtitle {
    color: var(--plgchk-black-4);
    font-size: 13.2px;
    line-height: 150%;
    font-weight: 400;
    margin: 0;
}
section.our-foundation .right-block .benchmark-illustration {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
section.our-foundation .right-block .sep {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--plgchk-grey-4);
    margin: 31px 0;
}
section.our-foundation .right-block .legend-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
section.our-foundation .right-block .legend-block .legend-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
section.our-foundation .right-block .legend-block .legend-color {
    display: inline-block;
    width: 16.25px;
    height: 16.25px;
    border-radius: 4.06px;
}
section.our-foundation .right-block .legend-block .legend-color.grey-light {
    background: var(--plgchk-grey-5);
}
section.our-foundation .right-block .legend-block .legend-color.grey-dark {
    background: var(--plgchk-grey-6);
}
section.our-foundation .right-block .legend-block .legend-title {
    display: inline-block;
    color: var(--plgchk-grey-7);
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}
section.our-foundation .right-block .bottom-text-block {
    padding: 0 0 0 44px;
    border-left: 4px solid var(--plgchk-green-13);
}
section.our-foundation .right-block .bottom-text-block .text {
    color: var(--plgchk-black-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
}

/* END Section our foundation */


/* Section Precision Tools */

section.precision-tools {
    padding: 130px 0 80px;
    background: var(--plgchk-grey-4);
}
section.precision-tools .precision-tools-content .top-text {
    color: var(--plgchk-green-5);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    margin: 0 0 16px;
    text-align: center;
}
section.precision-tools .precision-tools-content > .block-title {
    color: var(--plgchk-black-7);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
    margin: 0 auto 28px;
    text-align: center;
    max-width: 794px;
}
section.precision-tools .precision-tools-content .block-subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    line-height: 145%;
    font-weight: 500;
    margin: 0 auto 70px;
    text-align: center;
    max-width: 794px;
}
section.precision-tools .precision-tools-content .tools-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin: 60px 0 0;
}
section.precision-tools .tools-block .tool-item {
    flex-basis: calc(100% / 4);
    flex-grow: calc(1 / 4);
}
section.precision-tools .tools-block img {
    display: block;
    margin: 0 auto 40px;
}
section.precision-tools .tools-block .item-title {
    color: var(--plgchk-black-3);
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 16px;
    text-align: center;
}
section.precision-tools .tools-block .item-text {
    color: var(--plgchk-black-3);
    font-size: 15px;
    font-weight: 400;
    line-height: 145%;
    margin: 0;
    text-align: center;
}
section.precision-tools section.additional-system {
    margin: 0;
}

/* END Section Precision Tools */


/* Section Tailored solutions */

section.tailored-solutions {
    padding: 140px 0 130px;
}
section.tailored-solutions .tailored-solutions-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}
section.tailored-solutions .illustration-block {
    max-width: 590px;
    position: relative;
    z-index: 2;
}
section.tailored-solutions .illustration-block img {
    display: block;
    position: relative;
    z-index: 3;
}
section.tailored-solutions .text-block {
    max-width: 487px;
    width: 100%;
}
section.tailored-solutions .text-block .top-text {
    color: var(--plgchk-green-5);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    margin: 0 0 16px;
}
.dark section.tailored-solutions .text-block .top-text {
    color: var(--plgchk-green);
}
section.tailored-solutions .text-block .block-title {
    color: var(--plgchk-black);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
    margin: 0 auto 28px;
}
.dark section.tailored-solutions .text-block .block-title{
    color: var(--plgchk-white);
}
section.tailored-solutions .text-block .block-subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    line-height: 145%;
    font-weight: 500;
    margin: 0 auto 44px;
}
.dark section.tailored-solutions .text-block .block-subtitle {
    color: var(--plgchk-white-1);
}
section.tailored-solutions .text-block .learn-more {
    padding: 16px 41px;
    margin: 0 0 44px;
}
section.tailored-solutions .text-block .advanced-ai-algorithm {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
section.tailored-solutions .text-block .advanced-ai-algorithm .text-block .title {
    color: var(--plgchk-black-3);
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 2px;
}
.dark section.tailored-solutions .text-block .advanced-ai-algorithm .text-block .title {
    color: var(--plgchk-white);
}
section.tailored-solutions .text-block .advanced-ai-algorithm .text-block .subtitle {
    color: var(--plgchk-black-2);
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
.dark section.tailored-solutions .text-block .advanced-ai-algorithm .text-block .subtitle {
    color: var(--plgchk-white);
}
/* END Section Tailored solutions */


section.plagcheck-community {
    padding: 130px 0 90px;
    background: var(--plgchk-grey-4);
}
section.plagcheck-community .plagcheck-community-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}
section.plagcheck-community .left-block {
    max-width: 580px;
}
section.plagcheck-community .block-title {
    color: var(--plgchk-black);
    font-size: 40px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 28px;
}
section.plagcheck-community .block-subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 60px;
}
section.plagcheck-community .experience-our-services {
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(225deg, var(--plgchk-green-12), var(--plgchk-purple-11));

    background: linear-gradient(270deg, var(--plgchk-green-7) -125.8%, var(--plgchk-green-5) 73.75%);
}

section.plagcheck-community .experience-our-services img {
    display: block;
    margin: 0 0 24px;
}
section.plagcheck-community .experience-our-services .experience-our-services-title {
    color: var(--plgchk-white);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 16px;
}
section.plagcheck-community .experience-our-services .experience-our-services-subtitle {
    color: var(--plgchk-white-5);
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    margin: 0 0 24px;
}
section.plagcheck-community .experience-our-services a {
    padding: 16px 28px;
}
section.plagcheck-community .right-block {
    max-width: 590px;
}
section.plagcheck-community .contacts-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
    margin: 0 0 10px;
}
section.plagcheck-community .contacts-block .contacts-item {
    flex-basis: 50%;
    flex-grow: 1;
    padding: 0 0 32px;
    border-bottom: 1px solid var(--plgchk-black-2);
}
section.plagcheck-community .contacts-block .contacts-item-title {
    color: var(--plgchk-black-8);
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 10px;
}
section.plagcheck-community .contacts-block .contact-link {
    display: block;
    color: var(--plgchk-black);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    margin: 0 0 5px;
    text-decoration: none;
}
section.plagcheck-community .contacts-block .write-a-letter-link {
    display: block;
    color: var(--plgchk-green);
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
    text-decoration: none;
}
section.plagcheck-community .stay-connected-title {
    color: var(--plgchk-black);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 10px;
}
section.plagcheck-community .stay-connected-subtitle {
    color: var(--plgchk-black-8);
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 48px;
}
section.plagcheck-community .social-media-items .social-media-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    padding: 0 0 32px;
    border-bottom: 1px solid var(--plgchk-black-2);
}
section.plagcheck-community .social-media-items .social-media-item:not(:last-child) {
    margin: 0 0 32px;
}
section.plagcheck-community .social-media-items .social-media-item .social-title {
    color: var(--plgchk-black);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
    margin: 0 0 2px;
    text-decoration: none;
    word-break: break-all;
}
section.plagcheck-community .social-media-items .social-media-item .social-subtitle {
    color: var(--plgchk-black-8);
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    margin: 0;
}

.margin-top-100{
    margin-top: 100px;
}
.margin-bottom-80{
    margin-bottom: 80px;
}
@media (max-width: 767px){
    .margin-top-100{
        margin-top: 50px;
    }
    .margin-bottom-80{
        margin-bottom: 30px;
    }
}

.text-section h2 {
    margin-bottom: 25px;
}
.text-section h3 {
    margin-bottom: 20px;
}
.text-section h4 {
    margin-bottom: 15px;
}
.text-section .text-scroll {
    max-height: 70vh;
    overflow-y: auto;
    padding-right: 20px;
}
.text-section .text-scroll::-webkit-scrollbar{
    width: 3px;
    height: 8px;
    background-color: #D6DBE0;
}
.text-section .text-scroll::-webkit-scrollbar-thumb{
    background: #62998E !important;
}
table.custom-table{
    margin: 30px auto;
}
table.custom-table td {
    padding: 10px 20px 10px 0;
}
table.custom-table th {
    border-bottom: 2px solid #62998E;
    color: #194134;
    padding-bottom: 6px;
}

@media(max-width: 767px){
    table.custom-table td {
        padding: 10px 10px 10px 0;
    }
}
.dark  section.ai-detector-block .page-title,
.dark  section.plagiarism-checker-block .page-title,
.dark section.plagiarism-checker-block .page-subtitle,
.dark  section.ai-detector-block .page-subtitle {
    color: var(--plgchk-black-2);
}
.dark .page-contact-us-main-block-content input[type="email"],
.dark .page-contact-us-main-block-content input[type="text"],
.dark .page-contact-us-main-block-content input[type="password"],
.dark .page-contact-us-main-block-content textarea {
    background: #fcfcfc;
}

.dark .css-jjwkt5:hover .css-1h2ni6t{
    color: var(--plgchk-white-1);
}
.dark .css-1h2ni6t{
    color: var(--plgchk-black-2);
}
.dark .plagiarism-checker-form-wrapper .css-jjwkt5 .css-1h2ni6t{
    color: var(--plgchk-black-2);
}
.dark .plagiarism-checker-form-wrapper .css-1niefrz:hover .css-1h2ni6t{
    color: var(--plgchk-white-1);
}

/* Blog */
@media(min-width: 1201px){
    .sinle-post-content {
        padding-bottom: 50px;
    }
    .recent-posts-list {
        padding-bottom: 40px;
    }
}
.section-blog-list {
    padding: 148px 0 80px;
    background: url(../images/plagiarism-checker-page-bg-left.png) top left no-repeat, linear-gradient( #f7f6f0 20%, #f7f6f0 20%, #fff 80%);
}
.page-blog-category .section-blog-list{
    padding-top: 130px;
}
.section-blog-list .page-green-subtitle{
    color: var(--plgchk-green-5);
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.blog-page-blocks {
    color: var(--plgchk-black-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 18px;
}
.blog-post-body .blog-post-content {
    color: var(--plgchk-black-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 18px;
}
.blog-body-item{
    max-width: calc(50% - 30px);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    padding: 0;
    min-height: 240px;
    border-radius: 5px;
}
.blog-body-item:hover{
    background: rgba(231, 248, 223, 0.5);
    box-shadow: 0 0 0 18px rgba(231, 248, 223, 0.5);
}
.blog-list-row .blog-post-body {
    width: 100%;
}
.blog-list-row{
    padding-bottom: 50px;
    background: url(../images/blog-items-devider.png) no-repeat center bottom 0;
    padding-top: 50px;
    justify-content: space-between;
    width: 100%;
    display: flex;
}
.blog-list-row:last-child{
    background-image: none;
}
.blog-post-body .blog-title {
    margin-top: 10px;
    margin-bottom: 20px;
}
.section-blog-list .row.blog-list-row:first-child {
    padding-top: 20px;
}
.blog-top-part{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #5C5C5C;
}
.grey-text-subtitle{
    margin-top: 10px;
    margin-bottom: 20px;
}
.page-content .section-blog-list .container:first-child {
    margin-top: 0;
}
.blog-post-date .post-category-link a{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    color: var(--plgchk-green-5);
    text-decoration: none;
}
.blog-post-date .post-category-link a:hover {
    color: var(--plgchk-green-7);
}
.blog-body-item .blog-title a,
.tool-body-item .tool-title a {
    font-size: 24px;
    text-decoration: none;
    color: var(--plgchk-green-5);
}
.blog-body-item .blog-title a:hover,
.tool-body-item .tool-title a:hover {
    text-decoration: underline;
}
.blog-post-body .blog-title a{
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3;
    color: var(--plgchk-black);
}
.blog-post-body .blog-title a:hover{
    color: var(--plgchk-green-5);
    text-decoration: none;
}
.blog-body-item .bottom-part {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    margin-top: 18px;
    color: #555;
}
.blog-page-blocks .author-part {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
.blog-page-blocks .author-part{
    color: #5C5C5C;
    text-decoration: none;
}
.blog-page-blocks .author-part:hover{
    color: var(--plgchk-green-5);
}
.blog-page-blocks .author-part.no-link:hover{
    color: #5C5C5C;
}
.blog-top-part {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}
.category-date-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.blog-body-item .category-date-line {
    justify-content: flex-start;
}
.out-tool-top-part {
    margin: 0 auto 0;
    max-width: 900px;
    text-align: center;
}
.hub-main-page-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    font-size: 25px;
    margin: 50px auto;
}

.page-tools .subtitle-text{
    max-width: 600px;
    margin: 15px auto;
    text-align: center;
}
.hub-main-page-list a{
    color: var(--plgchk-green-5);
}

/* custom table */

.custom-table {
    border-collapse: collapse;
    margin: 20px auto;
}

.custom-table tr:first-child {
    border-bottom: 2px solid var(--plgchk-green-5);
}

.custom-table tr:nth-child(odd):not(:first-child) {
    background: #f3f9ff;
}

.custom-table tr th,
.custom-table tr td {
    padding: 12px;
    text-align: left;
}

.custom-table tr th,
.custom-table tr td {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
}

.custom-table tr td {
    color: #5C5C5C;
}

.custom-table tr th {
    color: var(--plgchk-black);
    font-weight: 600;
    text-transform: uppercase;
}

.custom-table tr td {
    font-weight: 400;
}

.custom-table tr td:first-child {
    color: #5C5C5C;
    color: var(--plgchk-black);
    font-weight: 500;
}

@media(min-width: 1301px) {

    .custom-table tr th,
    .custom-table tr td {
        padding: 12px 20px;
    }
}

@media(max-width: 767px) {
    .custom-table {
        width: auto;
        overflow-x: auto;
        display: block;
    }
}

@media(max-width: 600px) {

    .custom-table tr th,
    .custom-table tr td {
        padding: 8px;
    }
}

@media(max-width: 380px) {

    .custom-table tr th,
    .custom-table tr td {
        padding: 5px;
        font-size: 14px;
    }
}

.top-post-part {
    width: 100%;
    padding: 40px 0;
    background: var(--plgchk-green-7) url(../images/post_top_bg.png) center no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    box-sizing: border-box;
}
.post-page .top-post-part .container {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    margin-top: 0;
}
.post-bread-crumbs {
    display: flex;
    align-items: center;
    gap: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}
.post-bread-crumbs a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 26px;
}
.post-page .page-title-row {
    margin-top: 0;
}
.post-page .top-post-part{
    margin-top: 54px;
}
.post-page .top-post-part .container {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    margin-top: 0;
}
.post-page .post-category-link,
.post-page .post-category-link a{
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
}
.post-page .post-header{
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
    color: #fff;
    text-align: left;
    margin-top: 10px;
}
.post-info-line {
    display: flex;
    gap: 30px;
}
.post-info-line .author{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #FFFFFF;
    text-decoration: none;
}
.post-subtitle {
    margin: 7px 0px;
}

.blog-post-content-row {
    margin-top: 70px;
}
.blog-post-content-wrapper{
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.social-share-line{
    max-width: 233px;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #FFFFFF 0%, #DFDFDF 50%, #FFFFFF 100%);
    margin: 22px auto 25px;
}
.social-share .share-text{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #5C5C5C;
}
.table-of-contents-block li{
    list-style: none;
    margin-bottom: 5px;
}
.table-of-contents-block ul{
    padding-left: 0;
}
.sidebar-table-of-contents .block-title{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #16171D;
    text-transform: uppercase;
    margin-bottom: 21px;
}
.table-of-contents-block li a{
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    text-decoration: none;
    color: #5C5C5C;
    padding: 3px 0;
    display: block;
}
.table-of-contents-block li a:hover{
    color: #16171D;
}
.table-of-contents-block ul{
    max-height: 254px;
    overflow-y: auto;
}
.table-of-contents-block ul::-webkit-scrollbar-track {
    background: #F1F8FF;
}
.table-of-contents-block ul::-webkit-scrollbar{
    width: 3px;
    height: 8px;
    background-color: #D6DBE0;
}
.table-of-contents-block ul::-webkit-scrollbar-thumb{
    background: #62998E !important;
}
.post-page .left-sidebar,
.post-page .right-sidebar{
    width: 234px;
    padding-top: 5px;
    position: sticky;
    top: 80px;
}

.post-content-part{
    width: calc(100% - 530px);
}
.social-share-content {
    display: flex;
    gap: 12px;
    align-items: center;
}
.post-plagiarism-block{
    max-width: 233px;
    width: 100%;
    background: linear-gradient(270deg, #14362F -125.8%, #0D6B58 73.75%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 40px 15px 30px;
}
.post-plagiarism-block .title{
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
     margin-bottom: 9px;
}
.post-plagiarism-block .text .percent{
    font-size: 20px;
}
.post-plagiarism-block .white-text {
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.9;
    margin: 10px auto 20px;
    font-size: 18px;
    max-width: 180px;
}
.post-plagiarism-block .text-code span{
    font-weight: 600;
}
.post-content-part h2,
.post-content-part h3,
.post-content-part h4{
    text-align: left;
}
.recent-posts-list .blog-post-date {
    display: flex;
    gap: 10px;
    align-items: center;
}
blockquote {
    width: 100%;
    background: #F1F8FF;
    border-radius: 30px;
    padding: 60px 90px;
    position: relative;
    box-sizing: border-box;
    margin: 30px 0;
}
blockquote:before{
    content: '';
    width: 70px;
    height: 57px;
    position: absolute;
    left: -16px;
    top: 85px;
    background: url(../images/bl-icon.png) center no-repeat;
}
.green-social-share{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    width: 100%;
    height: 80px;
    background-color: var(--plgchk-grey-4);
    border-radius: 12px;
    margin: 30px auto 20px;
    box-sizing: border-box;
}
.green-social-share .share-text{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: #000;
}

.recent-blog-posts .recent-posts-title{
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 135%;
    display: flex;
    align-items: center;
    color: #16171D;
    margin-bottom: 0;
    margin-top:  40px;
}

.blog-page-blocks .blog-body {
    width: 30%;
}
.recent-posts-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
}
.post-item .post-item-body {
    box-sizing: border-box;
}
.post-item .post-category-link a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--plgchk-green-5);
    color: var(--plgchk-green);
}
.post-item .post-link{
    text-decoration: none;
}
post-item .blog-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
    display: flex;
    align-items: center;
    color: #16171D;
    margin: 5px 0 0px;
}
.post-item .post-excerpt,
.post-item .post-excerpt p{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #5C5C5C;
    margin: 0;
}
.post-item-footer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 28px 20px 84px;
    gap: 2px;
    width: 100%;
    height: 80px;
    background-color: #F1F8FF;
    box-sizing: border-box;
    background-position: left 28px center;
    background-repeat: no-repeat;
}
.post-page .page-title-row .blog-post-date {
    display: flex;
    gap: 7px;
    font-size: 16px;
    line-height: 162%;
}
.post-page .page-title-row .reading-time{
    font-size: 16px;
    line-height: 162%;
}
.author-bg{
    position: relative;
}
.author-bg:before{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    left: 28px;
    top: calc(50% - 20px);
    border-radius: 50%;
    background-size: contain;
}
.author-bg.author-alex-harper:before{
    background-image: url(../images/writers/alex-harper.png);
}
.author-bg.author-emily-grant:before{
    background-image: url(../images/writers/emily-grant.png);
}
.author-bg.author-sophia-bennett:before{
    background-image: url(../images/writers/sophia-bennett.png);
}
.author-line .author{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: var(--plgchk-green-5);
}
.top-author-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}
.page-blog-category .bread-crumbs .icon-linter,
.page-blog-category .bread-crumbs .link{
    color: var(--plgchk-green-5);
    font-weight: 600;
}
.page-blog-category .bread-crumbs span{
    color: var(--plgchk-black-2);
}
.page-blog-category .bread-crumbs{
    margin-bottom: 10px;
}
.bread-crumbs a:hover{
    color: var(--mui-palette-primary-main);
    text-shadow: 0 0 black;
}
.top-author-line .author-ava {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
div#usm-admin-notification-widget {
    display: none !important;
}
.sfsiplus_footerLnk{
    display: none !important;
}
.left-sidebar a.a2a_button_twitter {
    display: none;
}
.left-sidebar .a2a_kit a {
    cursor: pointer;
    transition: none;
    filter: grayscale(1) brightness(0.96);
}
.left-sidebar .addtoany_list a:hover img, .addtoany_list a:hover span{
    opacity: 1;
}
.left-sidebar .a2a_kit a:hover {
    filter: grayscale(0.5) brightness(0.94);
}
.recent-posts-list .date,
.recent-posts-list .date span,
.recent-posts-list .reading-time{
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #5C5C5C;
}
.recent-posts-list.slick-slider {
    width: calc(100% + 40px);
    margin: 5px -20px;
}
.recent-posts-list .slick-track {
    padding-top: 5px;
    padding-bottom: 30px;
}
.recent-posts-list .slick-dots {
    position: absolute;
    bottom: 0px;
}
.dot-separate {
    background: url(../images/grey-dots-icon.png) center no-repeat;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-top: -2px;
}
.post-content-part img{
    max-width: 100%;
    height: auto;
}
.recent-post-item .blog-title {
    font-size: 16px;
    color: #16171D;
    margin-bottom: 5px;
    line-height: 1.35;
}
.recent-posts-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.post-item.recent-post-item {
    margin: 7px 0 5px;
}
.post-plagiarism-block .btn-scan {
    color: var(--plgchk-black-6);
    background-color: var(--plgchk-white);
    border: 1px solid var(--plgchk-black);
    padding: 11px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    transition: color .3s ease, background-color .3s ease;
    text-decoration: none;
    cursor: pointer;
}
.section-blog-list .pagenavi {
    text-align: center;
}
.section-blog-list .wp-pagenavi a,
.section-blog-list .wp-pagenavi span {
    border: none;
}
.section-blog-list span.pages {
    margin-right: 7px;
    font-size: 15px;
    color: #444;
}
.section-blog-list .wp-pagenavi span.current {
    font-weight: bold;
    color: var(--plgchk-green-5);
}
.section-blog-list .wp-pagenavi a {
    color: #000;
}
@media(max-width: 1200px){
    .post-item {
        width: calc(33% - 10px);
    }
    .post-page .right-sidebar {
        display: none;
    }
    .post-content-part {
        width: calc(100% - 270px);
    }
    .blog-post-content-row {
        margin-top: 50px;
    }
    .post-item .blog-title {
        font-size: 17px;
    }
    .post-item .blog-title {
        font-size: 18px;
        margin: 8px 0 12px;
    }
    .recent-posts-list {
        gap: 15px;
    }
}
@media(max-width: 991px){
    .post-page .top-post-part .container {
        max-width: 640px;
        width: 96%;
    }
    .post-page .post-header {
        font-size: 30px;
    }
    .top-post-part {
        min-height: auto;
    }
    .blog-post-content-row {
        margin-top: 40px;
    }
    .post-item {
        box-shadow: 0px 1px 8px rgba(22, 28, 49, 0.07), 0px 10px 24px rgba(22, 28, 49, 0.05);
    }
    blockquote {
        border-radius: 20px;
        padding: 45px 45px 20px;
        margin: 25px 0;
    }
    blockquote p {
        margin: 10px 0;
    }
    .post-content-part pre {
        overflow: auto;
    }
    blockquote {
        border-radius: 20px;
        padding: 30px 25px 20px 55px;
        margin: 25px 0;
    }
    blockquote:before {
        width: 54px;
        height: 46px;
        top: 40px;
        background-size: contain;
    }
}
@media(max-width: 767px){
    .post-page .left-sidebar {
        display: none;
    }
    .post-content-part {
        width: 100%;
    }
    .blog-post-content-row {
        margin-top: 30px;
    }
    .post-item {
        max-width: calc(50% - 20px);
        margin: 10px;
    }
    .recent-posts-list.slick-slider {
        width: calc(100% + 20px);
        margin: 5px -10px 30px;
    }
}
@media(max-width: 680px){
    .post-item {
        max-width: 90%;
        width: 350px;
        margin: 10px;
    }
    code {
        max-width: 100vw;
        width: 100%;
        overflow: auto;
    }
    .recent-posts-list.slick-slider {
        width: 96%;
        margin: 5px auto 30px;
        box-sizing: border-box;
    }
    .post-item {
        box-shadow: 0px 0px 5px rgba(22, 28, 49, 0.07), 0px 3px 14px rgba(22, 28, 49, 0.05);
    }
}
@media(max-width: 600px){
    .post-page .post-header {
        font-size: 22px;
        margin-bottom: 10px;
    }
    blockquote:before {
        width: 41px;
        height: 36px;
        left: 25px;
        top: -10px;
        background-size: contain;
    }
    blockquote {
        border-radius: 20px;
        padding: 30px 25px 20px 26px;
        margin: 25px 0;
    }
    p, li {
        font-size: 15px;
        line-height: 1.7;
    }
}
@media(max-width: 400px){
    .post-item .post-item-body {
        min-height: 190px;
        padding: 28px 15px 20px;
    }
    .post-item-footer.author-admin {
        background-position: left 15px center;
    }
    .post-item-footer {
        padding: 20px 10px 20px 70px;
    }
    .post-page .page-title-row .blog-post-date {
        font-size: 14px;
    }
    .post-page .page-title-row .reading-time {
        font-size: 14px;
    }
    .post-info-line .author {
        font-size: 14px;
    }
    .post-subtitle {
        font-size: 14px;
        line-height: 1.4;
    }
    .post-info-line {
        gap: 20px;
    }
    .post-page .post-header {
        line-height: 1.4;
    }
    h2 {
        font-size: 21px;
    }
    h3 {
        font-size: 19px;
    }
    .green-social-share {
        flex-direction: column;
        align-items: baseline;
        padding: 10px 20px;
    }
}
@media(max-width: 360px){
    .post-info-line {
        gap: 18px;
    }
}
