/* 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/plagiarism-checker-page-bg-left.png'),  url('../images/plagiarism-checker-page-bg-right.png'),  url('../images/plagiarism-checker-decorative-text.svg');
    background-repeat: no-repeat;
}

section.ai-detector-block,
section.plagiarism-checker-block{
    background-position: 0 0, 100% 100%, calc(50% - 390px) 545px;
}
section.ai-detector-block .page-title,
section.plagiarism-checker-block .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 {
    margin: 0 auto 42px;
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
}
section.ai-detector-block .page-title,
section.ai-detector-block .page-subtitle,
section.plagiarism-checker-block .page-title,
section.plagiarism-checker-block .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: 170px;
    height: 134px;
    background-image: url('../images/upload-files-from-other-resources.svg');
    left: -170px;
    bottom: 10px;
    background-repeat: no-repeat;
}
*/
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-bg-2.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 h3 {
    color: var(--plgchk-white);
}
.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;
}
.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: 140px 0;
    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%;
}
.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: 10px 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: 68px;
    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: 110px 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 40px;
    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: 50px 0 40px;
}
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::before {
    content: '';
    display: inline-block;
    width: 245px;
    height: 180px;
    background-image: url('../images/collaborate-illustration-text-decoration.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    top: 108px;
    left: -103px;
    z-index: 1;
}
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 80px;
    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: 560px;
}
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 20px;
}
section.plagcheck-community .contacts-block .contacts-item {
    flex-basis: 50%;
    flex-grow: 1;
    padding: 0 0 20px;
    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: 16px;
    font-weight: 500;
    line-height: 140%;
    margin: 0 0 5px;
    text-decoration: none;
}
section.plagcheck-community .contacts-block .address p.address-text{
    font-size: 15px;
}
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);
}
.ps-widget-ContactsForm input[type="email"],
.ps-widget-ContactsForm input[type="text"],
.ps-widget-ContactsForm input[type="password"],
.ps-widget-ContactsForm textarea{
    border: none;
}
.contact-form .ps-widget-ContactsForm label {
    margin: 0 0 0px;
}
.contact-form .ps-widget-ContactsForm > .MuiStack-root {
    gap: 0px;
}