html.dark body{
    background: #fff;
}
section.ai-detector-block,
section.plagiarism-checker-block {
    padding: 148px 0 80px;
    background-color: var(--plgchk-blue-7);
    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 {
    background-position: 0 0, 100% 100%, calc(50% - 390px) 455px;
}
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;
    color: #000;
}
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.svg');
    left: -156px;
    bottom: 10px;
}
.lang-de-DE section.ai-detector-block .ai-detector-form-wrapper::before,
.lang-de-DE section.plagiarism-checker-block .plagiarism-checker-form-wrapper::before {
    background-image: url('../images/upload-files-from-other-resources-de.svg');
}
*/
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/top-page-text-bg-right.png');
    right: -270px;
    top: 90px;
}

/* END Section Plagiarism checker block */


/* Section Additional system */
section.additional-system {
    margin: 100px 0;
}
section.additional-system .additional-system-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background-color: #1C022A;
    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-white-3);
}
section.additional-system .additional-system-item .block-title {
    color: var(--plgchk-white-5);
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}
section.additional-system .additional-system-item .system-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
}
section.additional-system .additional-system-item .system-title {
    color: var(--plgchk-white-4);
    font-size: 15px;
    font-weight: 500;
    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,
.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;

}
.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;
}
.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;
}
.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 120px;
}
.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: 40px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 24px;
}
.discover-the-advantage .text-block .block-title span {
    display: block;
    color: var(--plgchk-blue-8);
    font-size: 60px;
    font-weight: 600;
    line-height: 120%;
}
.discover-the-advantage .text-block .block-subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0;
}
.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 140px;
}
.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-white-5);
    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-blue-3);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 16px;
}
.key-features .key-features-cards .key-features-main-card .card-top-title {
    color: var(--plgchk-black);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 28px;
}
.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-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;
    hyphens: auto;
    word-break: break-word;
}
.key-features .key-features-card .card-subtitle,
.discover-the-advantage .discover-the-advantage-card .card-subtitle {
    color: var(--plgchk-black-4);
    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'), linear-gradient(to left, #8EA7FF 0%, #4D6FE7 37%, #3B28A8 100%);
    background-repeat: no-repeat;
    background-position: 0 100%, 50% 0, 50%;
}
.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;
}
.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-purple-3);
    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-white);
    padding: 50px;
    border-radius: 20px;
    margin: 16.75px 0;
    transition: all .5s ease;
    opacity: .8;
}
.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 {
    opacity: 1;
}
.ai-content-detection-2 .item-step,
.as-simple-as .item-step {
    color: var(--plgchk-blue-9);
    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-2);
    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: 151px 0 154px;
    background: var(--plgchk-blue-5);
}
.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-blue-3);
    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);
    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;
    left: 50px;
    transform: rotate(65deg);
}

/* END Section creating with confidence */


/* Section Protect your reputation */
section.protect-your-reputation {
    padding: 90px 0;
    background-color: var(--plgchk-purple);
}
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-blue-5);
}
.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-blue-3);
    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);
    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 .css-908f53 {
    background: unset;
}
.pricing-page-main-block {
    padding: 148px 0 120px;
    background: url('../images/page-bg-top-left.png'), url('../images/page-bg-bottom-left.png'), url('../images/page-bg-right.png'), var(--plgchk-blue-7);
    background-repeat: no-repeat;
    background-position: 215px 0, 0 100%, 100% 100%;
}
.pricing-page-main-block .top-text {
    color: var(--plgchk-blue-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-blue-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-blue-3);
}
.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-blue-6);
    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-blue-8);
}
.pricing-page-main-block .pricing-plan-item .item-header .words-count {
    color: var(--plgchk-blue-3);
}
.pricing-page-main-block .pricing-plan-item.selected .item-header {
    background-color: var(--plgchk-black-5);
}
.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-blue-8);
    font-family: 'Euclid Circular A', sans-serif;
    background-color: var(--plgchk-white-5);
    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-blue);
    border: 1px solid var(--plgchk-blue);
    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-blue-3);
}
.pricing-page-main-block .pricing-plan-item.selected .item-main .get-started-btn:hover {
    background-color: var(--plgchk-blue-hover);
}
.pricing-page-main-block .pricing-plan-item.selected .item-main .get-started-btn:active {
    background-color: var(--plgchk-blue-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: url('../images/page-bg-top-left.png'), var(--plgchk-blue-7);
    background-repeat: no-repeat;
    background-position: 215px 0;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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-right.png'),
        url('../images/page-bg-center.png'),
        url('../images/page-bg-bottom-right.png'),
        url('../images/page-bg-text.svg'),
        var(--plgchk-blue-7);
    background-repeat: no-repeat;
    background-position: 215px 0, 0 100%, 100% 100%, 70% 140px, 90% 100%, 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-blue-3);
    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-blue-11);
}
.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-blue-6);
}
.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;
}
.page-contact-us-main-block .ps-widget-ContactsForm .css-nk50eg {
    display: none;
}
.page-contact-us-main-block .ps-widget-ContactsForm label + .css-a1bou2 {
    padding: 0;
    margin: 0;
}
.page-contact-us-main-block .ps-widget-ContactsForm label + .css-a1bou2 input {
    border: none;
}
.page-contact-us-main-block .ps-widget-ContactsForm .css-1c293sk {
    margin: 0 0 8px;
}
.contact-address-text{
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
}
/* 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 10% 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-blue-3);
    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: 88px;
    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-blue-11);
}
.page-about-main-block .contact-our-team {
    background: transparent;
    padding: 16px 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-black-5);
}
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-orange);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-weight: 500;
    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-4);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0;
}
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-blue-3);
    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;
    background: var(--plgchk-white-5);
    border-radius: 10px;
}
section.our-foundation .left-block .site-link:not(:last-child) {
    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-blue-10);
}
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;
    background: var(--plgchk-blue-5);
}
section.precision-tools .precision-tools-content .top-text {
    color: var(--plgchk-blue-3);
    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);
    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: 0 0 60px;
}
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-blue-3);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    margin: 0 0 16px;

}
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;

}
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;

}
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;
}
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;
}

/* END Section Tailored solutions */


section.plagcheck-community {
    padding: 130px 0;
    background: var(--plgchk-blue-7);
}
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: 487px;
}
section.plagcheck-community .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;
}
section.plagcheck-community .left-block .block-subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 60px;
}
section.plagcheck-community .left-block .experience-our-services {
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(225deg, var(--plgchk-blue-12), var(--plgchk-purple-11));
}
section.plagcheck-community .left-block .experience-our-services img {
    display: block;
    margin: 0 0 24px;
}
section.plagcheck-community .left-block .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 .left-block .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 .left-block .experience-our-services a {
    padding: 16px 28px;
}
section.plagcheck-community .right-block {
    max-width: 590px;
}
section.plagcheck-community .right-block .contacts-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
    margin: 0 0 60px;
}
section.plagcheck-community .right-block .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 .right-block .contacts-block .contacts-item-title {
    color: var(--plgchk-black-4);
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 10px;
}
section.plagcheck-community .right-block .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 .right-block .contacts-block .write-a-letter-link {
    display: block;
    color: var(--plgchk-blue-3);
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
    text-decoration: none;
}
section.plagcheck-community .right-block .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 .right-block .stay-connected-subtitle {
    color: var(--plgchk-black-4);
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 48px;
}
section.plagcheck-community .right-block .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 .right-block .social-media-items .social-media-item:not(:last-child) {
    margin: 0 0 32px;
}
section.plagcheck-community .right-block .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 .right-block .social-media-items .social-media-item .social-subtitle {
    color: var(--plgchk-black-4);
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    margin: 0;
}

/* Page Turnitin alternative */

section.turnitin-alternative-top {
    background: url('../images/turnitin-alternative-main-bg-left.png'), url('../images/turnitin-alternative-main-bg-right.png'), #ECF4FF;
    background-repeat: no-repeat;
    background-position: 0 0, 100% 40%;
    padding: 148px 0 104px;
}
section.turnitin-alternative-top .turnitin-alternative-top-content {
    max-width: 794px;
    margin: 0 auto;
}
section.turnitin-alternative-top .page-top-label {
    display: block;
    max-width: max-content;
    margin: 0 auto 28px;
    padding: 5px 12px;
    background: #fff;
    border-radius: 6px;
    color: #2066F2;
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
}
section.turnitin-alternative-top .page-title {
    margin: 0 auto 28px;
    color: #0F0F13;
    font-size: 48px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    font-family: 'Euclid Circular A', sans-serif;
}
section.turnitin-alternative-top .page-title span {
    color: #2066F2;
}
section.turnitin-alternative-top .page-subtitle {
    max-width: 590px;
    color: #303037;
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    text-align: center;
    margin: 0 auto 40px;
}
section.turnitin-alternative-top .table-block {
    margin: 0 auto 40px;
    padding: 8px;
    border-radius: 16px;
    background-color: #fff;
}
section.turnitin-alternative-top .table-block.table-mobile {
    display: none !important;
}
section.turnitin-alternative-top .table-block table {
    width: 100%;
    border-bottom: 1px solid #E6E9F6;
}
section.turnitin-alternative-top .table-block table th {
    color: #2D376B;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    background-color: #EAF4FF;
    font-family: 'Euclid Circular A', sans-serif;
    padding: 18.5px 5px;
}
section.turnitin-alternative-top .table-block table th:first-child {
    border-radius: 8px 0 0 8px;
    padding-left: 12px;
}
section.turnitin-alternative-top .table-block table th:last-child {
    border-radius: 0 8px 8px 0;
    padding-right: 12px;
}
section.turnitin-alternative-top .table-block table th.th-turnitin .logo-block {
    position: relative;
}
section.turnitin-alternative-top .table-block table th.th-turnitin .logo-block::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #D4E0ED;
    border-radius: 50%;
    background-image: url('../images/attention-icon.png');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 32.22px;
    position: absolute;
    left: calc(100% + 10px);
    bottom: 0;
}
section.turnitin-alternative-top .table-block table th.th-plagcheck .logo-block {
    position: relative;
}
section.turnitin-alternative-top .table-block table th.th-plagcheck .logo-block::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #D4E0ED;
    border-radius: 50%;
    background-image: url('../images/like-icon.png');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 32.22px;
    position: absolute;
    left: calc(100% + 10px);
    bottom: 0;
}
section.turnitin-alternative-top .table-block table tbody tr:first-child td {
    padding-top: 24px;
}
section.turnitin-alternative-top .table-block table tbody tr:last-child td {
    padding-bottom: 24px;
}
section.turnitin-alternative-top .table-block table td {
    padding: 9px 8px;
}
section.turnitin-alternative-top .table-block table td.unavailable {
    color: #484855;
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
}
section.turnitin-alternative-top .table-block table td.available {
    color: #303037;
    font-size: 13px;
    font-weight: 600;
    line-height: 130%;
}
section.turnitin-alternative-top .table-block table .td-feature {
    color: #1F1F24;
    font-size: 13px;
    line-height: 130%;
    font-weight: 400;
    padding: 8px 0 8px 12px;
}
section.turnitin-alternative-top .table-block table .td-feature span {
    position: relative;
    padding-left: 20px;
}
section.turnitin-alternative-top .table-block table .td-feature span::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #1F1F24;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 7px;
}
section.turnitin-alternative-top .table-block table .td-turnitin {
    padding: 8px 0;
}
section.turnitin-alternative-top .table-block table .td-turnitin span {
    position: relative;
    padding-left: 24px;
}
section.turnitin-alternative-top .table-block table .td-turnitin span::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/cross_circle.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}
section.turnitin-alternative-top .table-block table .td-plagcheck {
    padding: 8px 12px 8px 0;
}
section.turnitin-alternative-top .table-block table .td-plagcheck span {
    position: relative;
    padding-left: 24px;
}
section.turnitin-alternative-top .table-block table .td-plagcheck span::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/check_circle.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}
section.turnitin-alternative-top .table-bottom-text {
    display: block;
    max-width: max-content;
    padding: 0 0 0 28px;
    margin: 18px auto 12px;
    color: #1F1F24;
    font-size: 13px;
    line-height: 130%;
    font-weight: 400;
    background-image: url('../images/information-icon.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px;
}
section.turnitin-alternative-top .table-bottom-text span {
    font-weight: 600;
}
section.turnitin-alternative-top .table-bottom-text.mobile {
    display: none !important;
}
section.turnitin-alternative-top .get-300-free-btn {
    display: block;
    max-width: max-content;
    margin: 0 auto 56px;
    padding: 16px 36px;
}
section.turnitin-alternative-top .get-300-free-btn span {
    font-weight: 700;
}
section.turnitin-alternative-top .plagiarism-checker-form-wrapper {}

/* END Page Turnitin alternative */


.page-essay-contest {
    padding: 185px 0 100px;
    background: url(../images/top-left-blue-circle.png), url(../images/top-left-circle-violet-bg.png), url(../images/top-right-blue-circle-bg.png), url(../images/page-bg-bottom-right.png), url(../images/top-botom-violet-bg.png), #ECF4FF;
    background-repeat: no-repeat;
    background-position: 215px 0, 0 100%, 100% 0,  200px 100%, 100% 100%;
    position: relative;
}
.essay-contest-top{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.essay-contest-top .essay-contest-left{
    max-width: 525px;
}
.essay-contest-top .top-text{
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #2066F2;
}
.essay-contest-top .page-title{
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 600;
    font-size: 88px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #0F0F13;
    margin-top: 20px;
}
.essay-contest-top .page-title .blue-underline{
    position: relative;
    color: #2066F2;
}
.essay-contest-top .page-title .blue-underline:after{
    content:'';
    position: absolute;
    width: 252.21px;
    max-width: 100%;
    height: 23.59px;
    z-index: 1;
    background: url(../images/win-blue-underline.png) center no-repeat;
    bottom: -2px;
    left: -3px;
    background-size: contain;
}
.essay-contest-top .page-subtitle{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #303037;
    margin-top: 50px;
    max-width: 500px;
}
.essay-contest-top .right-img-block {
    margin: -40px auto -160px;
    position: relative;
}
.essay-contest-top h2{
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #1F1F24;
    margin-bottom: 20px;
}
.essay-contest-top .contest-features-block{
    display: flex;
    gap: 16px;
    filter: drop-shadow(0px 10px 30px rgba(61, 73, 111, 0.07)) drop-shadow(0px 6px 10px rgba(83, 126, 150, 0.05));
}
.essay-contest-top .contest-features-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    gap: 30px;
    background: #FFFFFF;
    border-radius: 20px;
    flex-direction: column;
    width: calc(25% - 13px);
    justify-content: space-between;
}
.essay-contest-top .contest-features-item .cf-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
    min-height: 110px;
}
.essay-contest-top .contest-features-item .cf-header{
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #1F1F24;
}
.essay-contest-top .contest-features-item .text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    align-items: center;
    letter-spacing: -0.01em;
    color: #484855;
}
.essay-contest-top .contest-features-item .text strong{
    display: block;
}
.essay-contest-top .apply-now{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
    max-width: 350px;
    height: 64px;
    background: #F3722D;
    border-radius: 10px;
    color: #fff;
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.02em;
    margin: 50px auto 0;
    position: relative;
}
.essay-contest-top .word500{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 38px 18px 18px;
    position: absolute;
    left: -70px;
    top: 220px;
    background: #FFFFFF;
    box-shadow: 0px 8px 25px rgba(64, 78, 104, 0.1);
    border-radius: 13px;
    transform: rotate(-8.15deg);
    box-sizing: border-box;
    gap: 3px;
    display: flex;
    align-items: center;
}
.essay-contest-top .word500 strong{
    font-size: 23px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.02em;
    font-weight: 800;
    color: #1F1F24;
}
.essay-contest-top .word500:after{
    content: '';
    width: 72px;
    height: 72px;
    background: url(../images/notebook-icon.svg) center no-repeat;
    position: absolute;
    top: -35px;
    left: calc(50% - 36px);
    box-sizing: border-box;
    background-size: 72px;
}
.essay-contest-top .right-img-block .text-block{
    font-family: 'Inter';
    font-style: normal;
    font-size: 12px;
    line-height: 130%;
    color: #484855;
    font-weight: 400;
}
.essay-contest-top .right-img-block .date-info{
    background: #FFFFFF url(../images/date_and_time.svg) left -5px center no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px 16px 16px 75px;
    position: absolute;
    width: 220px;
    height: 80px;
    box-shadow: 0px 8px 25px rgba(64, 78, 104, 0.1);
    border-radius: 13px;
    transform: rotate(8.15deg);
    z-index: 2;
    gap: 3px;
    right: -5px;
    top: 300px;
}
.essay-contest-top .right-img-block .date-info strong{
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    font-weight: 800;
    color: #1F1F24;
}
.essay-contest-top .apply-now:after{
    content: '';
    position: absolute;
    width: 160px;
    height: 105px;
    right: -180px;
    top: -32px;
    background: url(../images/arrow-hesitate.png) center no-repeat;
}
@media(max-width: 1200px){
    .essay-contest-top .page-title {
        font-family: 'Euclid Circular A';
        font-style: normal;
        font-weight: 600;
        font-size: 70px;
    }
    .essay-contest-top .contest-features-item {
        justify-content: flex-start;
        padding: 25px 20px;
        gap: 20px;
    }
    .essay-contest-top .contest-features-item .cf-header {
        font-size: 20px;
        min-height: 48px;
    }
    .essay-contest-top .contest-features-item .cf-text {
        justify-content: flex-start;
        min-height: inherit;
    }
    .essay-contest-top .right-img-block img{
        max-width: 100%;
    }
    .essay-contest-top .right-img-block .word500 {
       padding: 28px 15px 14px;
       max-width: 150px;
       text-align: center;
       left: -5px;
       top: 200px;
    }
    .essay-contest-top .word500 strong {
        font-size: 20px;
    }
    .essay-contest-top .right-img-block .date-info strong {
        font-size: 17px;
    }
    .essay-contest-top .word500:after {
        width: 50px;
        height: 50px;
        top: -25px;
        left: calc(50% - 25px);
        background-size: cover;
    }
    .essay-contest-top .right-img-block .date-info {
        padding: 15px 10px 15px 60px;
        width: 170px;
        top: 260px;
        background-size: 60px;
        background-position: center left 1px;
    }
    .page-essay-contest {
        padding: 130px 0 80px;
        background-position: 215px -100px, 0 100%, 100% 0, 200px 105%, 100% 100%;
    }
}
@media(max-width: 991px){
    .essay-contest-top .apply-now:after{
        display: none;
    }
    .essay-contest-top .contest-features-item .cf-header {
        font-size: 20px;
        min-height: inherit;
    }
    .essay-contest-top .contest-features-block {
        gap: 16px;
        flex-wrap: wrap;
    }
    .essay-contest-top .contest-features-item {
        padding: 25px 20px;
        gap: 10px;
        width: 48%;
    }
    .essay-contest-top .contest-features-item .cf-text {
        gap: 5px;
    }
    .essay-contest-top .img-block img {
        max-width: 50px;
        height: auto;
    }
    .essay-contest-top .page-title {
        font-size: 56px;
    }
    .essay-contest-top .page-subtitle {
        margin-top: 30px;
    }
    .essay-contest-top .apply-now {
        margin: 30px auto 0;
    }
    .page-essay-contest {
        padding: 130px 0 50px;
    }
}
@media(max-width: 767px){
    .essay-contest-top .right-img-block{
        display: none;
    }
}
.contest-features{
    padding: 100px 0;
}
.contest-features-container{
    background: url(../images/matters-line.svg) 60% bottom no-repeat;
    max-width: 1044px;
    padding-bottom: 10px;
}
.contest-features-container .line-2{
    margin-top: -20px;
}
.contest-feature-text{
    text-align: left;
    margin: 30px auto 0;
    max-width: 373px;
    padding-left: 40px;
}
.line-2 .contest-feature-text{
    text-align: right;
    padding-left: 0;
    padding-right: 40px;
}
.contest-feature-text .title{
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #1F1F24;
    margin: 30px 0 16px;
}
.contest-feature-text  p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}
.contest-feature-text{
    margin: 75px auto 16px;
}
.line-1 .contest-feature-text{
    margin-top: 30px;
}
@media(max-width: 1200px){
    .contest-features {
        padding: 80px 0 60px;
    }
    .contest-features-container {
        background-size: 510px auto;
        padding-bottom: 10px;
    }
    .contest-features-container img {
        max-width: 90%;
    }
    .contest-features-container .line-2 {
        margin-top: -50px;
    }
}
@media(max-width: 991px){
    .contest-feature-text {
        margin: 30px auto 16px;
    }
    .line-1 .contest-feature-text {
        margin-top: 0;
    }
    .contest-feature-text {
        padding-left: 10px;
    }
    .line-2 .contest-feature-text {
        padding-right: 10px;
        padding-left: 0;
    }
    .contest-feature-text .title {
        font-size: 26px;
        margin: 20px 0 10px;
    }
    .contest-features-container .line-2 {
        margin-top: -21px;
    }
    .contest-features-container {
        background-size: 510px auto;
        padding-bottom: 10px;
        background-position: 55% 100%;
    }
    .contest-features-container .line-2 img {
        margin-left: auto;
        display: block;
    }
}
@media(max-width: 840px){
    .contest-features-container {
        background-size: 408px auto;
        padding-bottom: 10px;
        background-position: 50% 100%;
    }
}
@media(max-width: 767px){
    .contest-features-container {
        background: none;
    }
    .contest-features-container .line-2 {
        margin-top: 0px;
    }
    .contest-feature-text .title {
        font-size: 20px;
    }
    .contest-feature-text {
        margin: 0px auto 16px;
    }
    .contest-features-container img {
        max-width: 100%;
    }
}
@media(max-width: 600px){
    .contest-feature-text .img-block {
        display: none;
    }
    .contest-feature-text {
        padding-right: 0;
        padding-left: 0;
    }
    .line-2 .contest-feature-text {
        padding-right: 0;
        padding-left: 0;
    }
    .contest-features {
        padding: 50px 0 20px;
    }
    .contest-feature-text p {
        font-size: 14px;
    }
    .essay-contest-top .contest-features-item {
        padding: 25px 15px;
        gap: 10px;
        width: calc(50% - 6px);
    }
    .essay-contest-top .contest-features-block {
        gap: 10px;
        flex-wrap: wrap;
    }
    .essay-contest-top .page-title {
        font-size: 50px;
    }
}
@media(max-width: 600px) and (min-width: 401px){
    .essay-contest-top .contest-features-item .cf-header {
        font-size: 18px;
    }
    .essay-contest-top .contest-features-item .text {
        font-size: 14px;
    }
}
@media(max-width: 400px){
    .contest-features .row.line-1,
    .contest-features .row.line-3 {
        flex-direction: column-reverse;
    }
    .contest-features .row .contest-feature-text {
        text-align: center;
    }
    .contest-features .contest-features-container img{
        max-width: 80%;
        display: block;
        margin: 10px auto;
    }
    .contest-features-container .col-6{
        width: 100%;
    }
    .contest-features .contest-features-container img {
        max-width: 70%;
        display: block;
        margin: 5px auto;
    }
    .essay-contest-top .contest-features-item {
        width: 100%;
    }
    .essay-contest-top .contest-features-item {
        padding: 25px 30px;
    }
    .essay-contest-top .page-title {
        font-size: 42px;
    }
}
.essay-topics{
    padding: 120px 0;
    background: #F2F7FF url(../images/essay-topics.png) top 180px center no-repeat;
}
.essay-topics-content{
    max-width: 794px;
    margin: 0 auto;
}
.essay-topics .top-text{
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #2066F2;
}
.essay-topics h2{
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 115%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #0F0F13;
    margin: 16px 0 60px;
}
.essay-topic-item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 22px 24px 22px 68px;
    min-height: 70px;
    background: #FFFFFF url(../images/capa-icon.svg) left 24px top 22px no-repeat;
    border: 2px dashed #DCC9F0;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    line-height: 1.3;
    margin-bottom: 8px;
    font-weight: 500;
    color: #0F0F13;
}
.essay-topics .blue-text-block{
    background: url(../images/blue-circle-info-icon.svg) left center no-repeat;
    padding-left: 56px;
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #144199;
    margin-top: 52px;
}
@media(max-width: 1200px){
    .essay-topics-content {
        max-width: 510px;
    }
    .essay-topics h2 {
        font-size: 31px;
        margin: 13px 0 30px;
    }
    .essay-topics {
        padding: 60px 0;
        background-size: contain;
    }
    .essay-topics .blue-text-block {
        margin-top: 40px;
    }
}
@media(max-width: 991px){
    .essay-topics {
        background-size: 991px auto;
    }
    .essay-topic-item {
        padding: 15px 15px 15px 46px;
        min-height: 55px;
        background: #FFFFFF url(../images/capa-icon.svg) left 10px top 14px no-repeat;
    }
    .essay-topics-content {
        max-width: 485px;
    }
    .essay-topics .blue-text-block {
        margin-top: 30px;
        font-size: 16px;
    }
    .essay-topics h2 {
        font-size: 28px;
        margin: 10px 0 25px;
    }
}
@media(max-width: 767px){
    .essay-topics-list {
        max-width: 340px;
        margin: 0 auto;
    }
    .essay-topics {
        background-size: 600px auto;
    }
}

/* Who Can Participate block */
.participation{
    padding: 112px 0 75px;
}
.participation-header-part{
    text-align: center;
}
.participation-header-part .top-text{
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #2066F2;
}
.participation-header-part h2{
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 115%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #0F0F13;
    margin: 16px auto 70px;
}
.participation-content{
    display: flex;
    gap: 40px;
}
.participation-text{
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 105%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #103072;
}
.participation-item{
    display: inline-flex;
    align-items: center;
}
.participation-item-content{
    max-width: 352px;
    text-align: center;
    height: auto;
    padding-bottom: 10px;
}
.center-item .participation-item-content{
    max-width: 515px;
    background: url(../images/ellipse-blue-bg.png) center no-repeat;
    background-size: contain;
    min-height: 320px;
    padding-top: 28px;
    position: relative;
}
.center-item .participation-item-content::after{
    content: '';
    position: absolute;
    width: 186px;
    height: 141px;
    background: url(../images/check-rules-bg.png) center no-repeat;
    bottom: -80px;
    left: calc(50% - 40px);
    z-index: 1;
}
.participation-item-content img{
    margin-bottom: 20px;
}
.participation-item .participation-text{
    z-index: 1;
}
.participation-item .violet-border-circle,
.participation-item .violet-border-elipse{
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 5px;
}
.participation-item .underline-text{
    display: block;
    position: relative;
    z-index: 1;
}
.participation-item .blue-text{
    color: #2066F2;
}
.violet-border-circle:before{
    content: '';
    width: 82px;
    height: 66px;
    background: url(../images/violet-border-circle.png) center no-repeat;
    background-size: contain;
    display:inline-block;
    position: absolute;
    top: -9px;
    left: -5px;
    z-index: 0;
}
.violet-border-elipse:before{
    content: '';
    width: 234px;
    height: 78px;
    background: url(../images/violet-border-elipse.png) center no-repeat;
    background-size: contain;
    top: -13px;
    left: -14px;
    display: inline-block;
    z-index: 0;
    position: absolute;
}
.participation-item .underline-text:before{
    content: '';
    width: 100%;
    height: 74px;
    background: url(../images/participation-blue-underline-bg.png) center no-repeat;
    display: inline-block;
    position: absolute;
    bottom: -50px;
    left: -5px;
    z-index: 0;
}
.participation-item.center-item img{
    margin-bottom: 24px;
}
.contest-rules{
    padding: 40px 40px 20px;
    max-width: 874px;
    border: 2.5px dashed #DCCFE9;
    border-radius: 30px;
    margin: 100px auto 0;
}
.contest-rules .header{
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #1F1F24;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(158, 132, 186, 1);
    width: 100%;
}
.contest-rules .contest-rules-content{
    display: flex;
    align-items: flex-start;
    gap: 32px;
}
.contest-rules-content .rule-item{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(158, 132, 186, 0.5);
}
.contest-rules-content .rule-item:last-child{
    border-bottom: none;
}
.contest-rules-content .title{
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #1F1F24;
    margin-bottom: 8px;
    text-align: left;
}
.contest-rules-content .text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 145%;
    letter-spacing: -0.02em;
    color: #303037;
    text-align: left;
}
@media(max-width: 1500px){
    .participation-text {
        font-size: 38px;
    }
    .center-item .participation-item-content::after {
        bottom: -110px;
    }
    .center-item .participation-item-content {
        max-width: 430px;
    }
    .contest-rules {
        margin: 120px auto 0;
    }
    .violet-border-circle:before {
        left: -10px;
    }
    .violet-border-elipse:before {
        top: -14px;
        left: -16px;
    }
}
@media(max-width: 1200px){
    .participation-text {
        font-size: 28px;
        font-weight: 500;
    }
    .center-item .participation-item-content {
        max-width: 410px;
        min-height: 300px;
    }
    .center-item .participation-item-content {
        max-width: 300px;
        min-height: 270px;
    }
    .participation-item-content {
        max-width: 250px;
    }
    .violet-border-circle:before {
        width: 67px;
        height: 46px;
        top: -7px;
        left: -8px;
    }
    .violet-border-elipse:before {
        width: 160px;
        height: 61px;
        top: -13px;
        left: -8px;
    }
    .participation-item .underline-text:before {
        width: 224px;
        margin: 0 auto;
        height: 38px;
        bottom: -30px;
        left: auto;
        background-size: 200px;
    }
}
@media(max-width: 991px){
    .participation {
        padding: 80px 0 70px;
    }
    .participation-item-content {
        max-width: 200px;
    }
    .contest-rules {
        padding: 40px 40px 20px;
        max-width: 874px;
        border: 2.5px dashed #DCCFE9;
        border-radius: 30px;
        margin: 50px auto 0;
    }
    .participation-header-part h2 {
        margin: 10px auto 25px;
    }
    .participation-text {
        font-size: 24px;
    }
    .center-item .participation-item-content {
        max-width: 270px;
        background-size: 250px;
    }
    .participation-item .underline-text:before {
        width: 188px;
        margin: 0 auto;
        height: 29px;
        bottom: -25px;
        left: auto;
        z-index: 0;
        background-size: contain;
    }
    .center-item .participation-item-content::after{
        display: none;
    }
    .participation-content {
        display: flex;
        gap: 20px;
    }
    .violet-border-circle:before {
        width: 54px;
        height: 43px;
        top: -8px;
        left: -5px;
    }
    .violet-border-elipse:before {
        width: 140px;
        height: 53px;
        top: -11px;
        left: -9px;
    }
}
@media(max-width: 767px){
    .participation {
        padding: 60px 0 50px;
    }
    .center-item .participation-item-content {
        background-size: contain;
        background-position: bottom center;
        padding-top: 0px;
        min-height: auto;
    }
    .participation-text {
        font-size: 22px;
    }
    .participation-item .underline-text:before {
        width: 100%;
        height: 20px;
        bottom: -15px;
        left: -5px;
        background-size: contain;
    }
    .violet-border-circle:before {
        width: 40px;
        height: 30px;
        top: -5px;
        left: -5px;
    }
    .violet-border-elipse:before {
        width: 120px;
        height: 40px;
        top: -8px;
        left: -5px;
    }
    .participation-item.center-item img {
        margin-bottom: 15px;
    }
    .participation-header-part h2 {
        font-size: 34px;
    }
    .contest-rules {
        padding: 25px 25px 5px;
        margin-top: 40px;
    }
    .contest-rules .header {
        font-size: 22px;
        padding-bottom: 18px;
    }
    .contest-rules .contest-rules-content {
        gap: 26px;
    }
}
@media(max-width: 500px){
    .participation-content {
        flex-direction: column;
    }
    .participation-item-content {
        max-width: 235px;
    }
    .center-item .participation-item-content {
        max-width: 300px;
    }
    .participation-item {
        display: flex;
        justify-content: center;
    }
    .participation-item-content {
        padding-bottom: 20px;
    }
    .participation-header-part h2 {
        font-size: 28px;
    }
    .contest-rules .contest-rules-content {
        gap: 0;
        flex-direction: column;
    }
    .contest-rules-content .left-part .rule-item:last-child {
        border-bottom: 1px solid rgba(158, 132, 186, 0.5);
    }
    .participation-item-content img {
        margin-bottom: 15px;
    }
    .essay-topics .blue-text-block {
        padding-left: 40px;
    }
    .essay-topics {
        padding: 50px 0 35px;
    }
    .essay-topics h2 {
        font-size: 25px;
    }
    .essay-topics .blue-text-block {
        margin-top: 24px;
    }
    .contest-rules {
        padding: 20px 15px 5px;
        margin-top: 30px;
    }
}
/* End of Who Can Participate block */


.application-form-section{
    padding: 120px 0 120px;
    background: url(../images/top-left-blue-circle.png), url(../images/top-left-circle-violet-bg.png), url(../images/apply-left-image-bg.png), url(../images/apply-form-center-bg.png), #ECF4FF;
    background-repeat: no-repeat;
    background-position: 215px 0, 0 100%, 0 140px,  100% 100%;
}

.application-form-content .ps-widget-container {
    background: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 790px;
    background: #FFFFFF;
    border: 1px solid #D4E0ED !important;
    box-shadow: 0px 10px 30px rgba(61, 73, 111, 0.07), 0px 6px 10px rgba(83, 126, 150, 0.05);
    border-radius: 16px;
}

.application-form-content .css-1a8w2hw {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.application-form-content label + .css-a1bou2 {
    margin-top: 0;
    padding: 0;
    border: none;
}
.application-form-content .css-1qk38wv:has(input){
    width: calc(50% - 10px);
}
.application-form-content .css-1qk38wv:has(textarea),
.application-form-content .css-1qk38wv:has(button){
    width: 100%;
}

.application-form-content {
    max-width: 790px;
    margin: 0 auto;
}
.application-form-section h2{
    text-align: center;
    margin-bottom: 65px;
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 115%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #0F0F13;
}

.application-form-section h5.MuiTypography-root.MuiTypography-h5.css-3bsh6p {
    display: none;
}

.application-form-section .MuiTypography-body2.css-8rzj7f{
    padding: 14px 16px;
    gap: 8px;
    background: #EAF4FF;
    border-radius: 8px;
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #1F1F24;
    text-align: left;
}
.application-form-content .css-1yjq1it {
    gap: 20px;
}
.application-form-content .css-1qk38wv label{
    margin: 0 0 6px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #484855;
}
body .application-form-content input[type="text"]{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px;
    height: 44px;
    background: #FFFFFF;
    border: 0.5px solid rgba(149, 149, 160, 0.5);
    border-radius: 8px;
}
body .application-form-content button.MuiButton-contained{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    width: 100%;
    height: 54px;
    background: #F3722D;
    color: #fff;
    border: none;
    box-shadow: none;
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
}

body .application-form-content .MuiInputBase-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px;
    background: #FFFFFF;
    border: 0.5px solid rgba(149, 149, 160, 0.5);
    border-radius: 8px;
}
body .application-form-content .css-tpuek5 {
    margin-top: 0;
}
body .application-form-content .MuiBox-root[role="presentation"] {
    background: #FAFAFA;
    padding: 20px;
}
body .application-form-content .MuiTypography-root.MuiTypography-body2 {
    background: transparent;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #484855;
    padding: 0;
}
body .application-form-content .MuiAvatar-root.MuiAvatar-circular {
    display: none;
}
body .application-form-content .MuiTypography-h6{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 130%;
    color: #303037;
}

body .application-form-content .MuiFormLabel-root{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #484855;
    margin: 0 0 8px;
}
body .application-form-content .MuiInputBase-formControl:has(textarea),
body .application-form-content .MuiInputBase-formControl:has(input) {
    padding: 0;
    border: none;
    box-shadow: none;
}
body .application-form-content .MuiInputBase-formControl input,
body .application-form-content .MuiInputBase-formControl textarea{
    border: 0.5px solid rgba(149, 149, 160, 0.5);
}
body .application-form-content .MuiInputBase-formControl textarea::placeholder{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #9595A0;
}
@media(max-width: 1200px){
    .application-form-section {
        padding: 100px 0 90px;
    }
    .application-form-section h2 {
        margin-bottom: 40px;
    }
}
@media(max-width: 991px){
    .application-form-section {
        padding: 80px 0 70px;
    }
    .application-form-section h2 {
        margin-bottom: 35px;
    }
}
@media(max-width: 767px){
    .application-form-section {
        padding: 50px 0 40px;
    }
    .application-form-section h2 {
        margin-bottom: 20px;
        font-size: 34px;
    }
}
@media(max-width: 500px){
    .application-form-content .css-1qk38wv:has(input) {
        width: 100%;
    }
    .application-form-content .css-1a8w2hw {
        gap: 16px;
    }
    .application-form-content .css-1qk38wv label {
        margin: 0 0 5px;
    }
    .application-form-content .ps-widget-container{
        padding: 20px 15px;
    }
    body .application-form-content .MuiFormLabel-root {
        margin: 0 0 4px;
    }
    section.plagcheck-community .contacts-block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 30px;
        margin: 0 0 40px;
    }
}
/*
.dark section.additional-system .additional-system-content {
    background-color: #592595;
}
.dark section.how-it-works .text-block .block-subtitle,
.dark section.how-it-works .text-block .block-title{
    color: #fff;
}
.dark section.how-it-works .how-it-works-accordion-item .how-it-works-accordion-question {
    color: #fff;
}
.dark section.how-it-works .how-it-works-accordion-answer .answer-text{
    color: var(--plgchk-white-4);
}
.dark section.faq .faq-content .faq-text-block .faq-text-title,
.dark section.faq .faq-content .faq-questions-block .faq-accordion-question,
.dark .contest-rules .header,
.dark .contest-rules-content .title,
.dark .participation-header-part h2,
.dark .contest-feature-text .title,
.dark .ai-content-detection .left-block .block-title, .ultimate-plagiarism-solution .left-block .block-title,
.dark .discover-the-advantage .text-block .block-title,
.dark .ai-content-detection .right-block h3,
.dark .key-features .key-features-cards .key-features-main-card .card-top-title{
    color: #fff;
}
.dark section.faq .faq-content .faq-text-block .faq-text-subtitle,
.dark section.faq .faq-content .faq-questions-block .faq-accordion-answer .answer-text,
.dark .contest-rules-content .text,
.dark .ai-content-detection .left-block .block-subtitle, .ultimate-plagiarism-solution .left-block .block-subtitle,
.dark .discover-the-advantage .text-block .block-subtitle,
.dark .ai-content-detection .right-block .text, .ultimate-plagiarism-solution .right-block .text,
.dark .key-features .key-features-cards .key-features-main-card .card-top-subtitle{
    color: var(--plgchk-white-4);
}
.dark .participation-text {
    color: #6b98f5;
}
.dark .discover-the-advantage .text-block .block-title span {
    color: #6891e1;
}
.dark section.faq .faq-content .faq-questions-block .faq-accordion-question::after,
.dark .center-item .participation-item-content::after {
    filter: brightness(3);
}
.dark section.ai-detector-block .page-title,
.dark section.ai-detector-block .page-subtitle,
.dark section.plagiarism-checker-block .page-title,
.dark section.plagiarism-checker-block .page-subtitle{
    color: var(--plgchk-black);
}
*/
.dark .pricing-page-main-block{
    background: #000;
}


/* 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-3);
    text-decoration: none;
}
.blog-post-date .post-category-link a:hover {
    color: var(--plgchk-green-5);
}
.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;
}
/* 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: #0b0d62 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: 0;
    padding-top: 105px;
    padding-bottom: 50px;
}
.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(to left, #8EA7FF 0%, #7490F4 44%, #4E6EE0 100%);
    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-3);
}
.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: var(--plgchk-black);
    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 #5474e3;
    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;
    }
}
