.mg-12 {
    margin: 12px 0;
}

.page-header.big {
    padding: 128px 0 192px 0;
}

.page-header-content {
    max-width: 788px;
}

.page-header-separator {
    height: 660px;
}

.page-header.big .sungroup-circle,
.case-studies-header .sungroup-circle {
    position: absolute;
    right: 0;
    z-index: 1;
}

.page-header.big .sungroup-circle {
    top: 128px;
}

.case-studies-header .sungroup-circle {
    top: 0;
}

body.home .page-header.big,
body.strona-glowna .page-header.big {
    padding: 152px 0 0 0;
}

body.home .page-header.big .sungroup-circle {
    top: auto;
    bottom: -44px;
}

.restrict-center {
    max-width: 907px;
    margin: 0 auto;
}

#offers-section {
    padding: 128px 0;
}

.offerbanner-row {
    padding-bottom: 128px;
}

.offerbanner-row:last-child {
    padding-bottom: 0;
}

.offer-bannerbox {
    max-width: 550px;
    height: 100%;
}

.offer-bannerbox-img {
    text-align: right;
}

.leftright {
    flex-direction: row-reverse;
}

.leftright .offer-bannerbox-img {
    text-align: left;
}

.leftright .offer-bannerbox {
    max-width: 580px;
    margin-left: auto;
}

#offer-images-section {
    padding: 110px 0 100px 0;
}

.function-icon svg {
    display: block;
}

.function-item .function-desc {
    max-width: 400px;
}

.functions-list {
    gap: 24px;
}

.function-item:not(.fill) {
    flex: 0 0 calc(33.33% - 16px);
    max-width: calc(33.33% - 16px);
    padding-bottom: 40px;
}

.gtab {
    height: 48px;
    margin-bottom: 12px;

    border-left: 4px solid var(--secondaryGray);
    padding-left: 24px;

    transition: border-color 0.25s;
}

.gtab:last-child {
    margin-bottom: 0;
}

.gtab.active {
    border-left: 4px solid var(--primary600);
}

.gtab:hover {
    border-color: var(--primary600);
    cursor: pointer;
}

.gtab .gtab-title {
    line-height: 48px;
    color: var(--grayscale700);
    display: inline-block;
}

.gtab.active .gtab-title {
    color: var(--black);
}

.gtabs-content {
    flex: 0 0 905px;
    max-width: 905px;
}

.gtabs {
    flex-grow: 1;
}

.gtab-content {
    display: none;
}

.gtab-content.active {
    display: block;
}

#guarantees {
    padding-bottom: 60px;
}

.integration {
    text-align: center;
    height: 88px;
    background: var(--white);
    border-radius: 4px;
    margin-bottom: 12px;
}

.integration:last-child {
    margin-bottom: 0;
}

.step-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
    width: 60px;
    height: 60px;
}

.step-circle .sungroup-circle {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}

.step-circle .sungroup-circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border: 8px solid rgba(40, 40, 45, 0.1);
    border-radius: 50%;
    z-index: -1;
}

.steps-list {
    gap: 64px 24px;
}

.steps-list .row.gap48 {
    gap: 48px 0;
}

.step {
    flex: 0 0 calc(33.33% - 16px);
    max-width: calc(33.33% - 16px);
}

.payment-type-box {
    padding: 48px;
    height: 100%;
}

.checklist-custom {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.checklist-custom li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 16px;
}

.checklist-custom li:last-child {
    padding-bottom: 0;
}

.checklist-custom li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url('../../img/check-mark.svg');
    background-size: 100%;
}

#letstalk-section.graybg .sociallink {
    background-color: var(--white);
}

#spy-bar {
    background: var(--white);
    border-bottom: 1px solid var(--grayscale100);
    transition: top 0.2s;
    top: 0;
    z-index: 9;
}

#spy-bar.sticky {
    position: fixed;
    width: 100%;
}

#spy-links {
    height: 104px;
}

.spy-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    padding: 11px 0;
    margin-right: 32px;
    position: relative;
}

.spy-link::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary600);
    transition: width 0.2s
}

.spy-link:hover::after,
.spy-link.active::after {
    width: 100%;
}

.lp-lr-row-r {
    flex-direction: row-reverse;
}

.lp-lr-row {
    padding-bottom: 160px;
}

.lp-lr-row:last-child {
    padding-bottom: 0;
}

.lp-lr-img {
    flex: 0 0 556px;
    max-width: 556px;
}

.lp-lr-restrict {
    max-width: 555px;
    margin: auto;
}

.lp-lr-content {
    flex-grow: 1;
    max-width: calc(100% - 556px);
    padding-left: 15px;
}

.lp-lr-row-r .lp-lr-content {
    padding-left: 0;
    padding-right: 15px;
}

.title-lined {
    padding-bottom: 64px;
}

.title-lined::after {
    content: "";
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 48px;
    height: 2px;
    background-color: var(--primary600);
    transition: width 0.2s
}

.cal-desc {
    border-bottom: 1px solid var(--grayscale100);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.cal-list {
    padding: 24px 0;
}

.cal-list {
    border-bottom: 1px solid var(--grayscale100);
}

.cal-boxes {
    gap: 24px;
}

.cal-box {
    max-width: 556px;
    flex: 0 0 556px;
}

.cal-box-inside {
    padding: 32px;
    background-color: #fff;
}

.cal-badge {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    background: #F6F8FB;
    border-radius: 20px;
    padding: 5px 16px;
    margin-top: 1px;
}

.rl-img {
    flex: 0 0 555px;
    max-width: 555px;
}

.rl-content {
    flex-grow: 1;
}

.rl-item {
    padding-bottom: 128px;
}

.rl-item:last-child {
    padding-bottom: 0;
}

.rl-num {
    font-size: 52px;
    font-weight: 600;
    line-height: 68px;
    letter-spacing: 0.08em;
    color: var(--primary600);
}

.yellow-box {
    padding: 104px 15px;
    background: var(--primary600);
    text-align: center;
}

.faq-items {
    max-width: 904px;
    margin: auto;
}

.faq-item {
    border-bottom: 1px solid var(--grayscale100);
}

.faq-item:last-child {
    border-bottom: 1px solid var(--grayscale100);
}

.faq-title {
    padding: 32px;
    background: var(--white);
    cursor: pointer;
    user-select: none;
}

.faq-item.active .faq-title {
    background: var(--primary600);
}

.faq-item.active .faq-title>svg {
    transform: rotate(180deg);
}

.faq-content {
    padding: 32px;
    background: var(--white);
    display: none;
}

.faq-item.active .faq-content {
    display: block;
}

.page-header-content.wider {
    max-width: 901px;
}


.values-items .row {
    gap: 64px 0;
}

.team-person-details {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 32px;
}

.team-list {
    gap: 25.33px;
}

.team-person {
    flex: 0 0 calc(25% - 19px);
    max-width: calc(25% - 19px);
}

.tags-pickable {
    padding: 24px 0 64px;
}

.tag-pickable {
    line-height: 52px;
    border-radius: 32px;
    padding: 0 32px;
    background: var(--secondaryGray);
    margin-right: 16px;
    transition: background-color 0.2s;
}

.tag-pickable:hover {
    cursor: pointer;
    background: var(--primary600);
}

.tag-pickable.active {
    background-color: var(--primary600);
}

.tag-pickable.active:hover {
    cursor: default;
}

.cs-box-listing {
    flex: 0 0 640px;
    max-width: 640px;
    margin-bottom: 64px;
}

.cs-box-listing:nth-child(even) {
    margin-top: 128px;
}

body.home .cs-box-listing:nth-child(even) {
    margin-top: 0;
}

.big-video-block .big-video__inner {
    width: 100%;
    max-width: 1920px;
}

.big-video-block .sungroup-circle-top,
.big-video-block .sungroup-circle-bottom {
    position: absolute;
    z-index: 1;
}


.big-video-block .sungroup-circle-top>svg,
.big-video-block .sungroup-circle-bottom>svg {
    width: 100%;
    height: 100%;
}

.big-video-block .sungroup-circle-top {
    right: 128px;
    transform: translateY(-50%);
}

.big-video-block .sungroup-circle-bottom {
    left: 108px;
    transform: translateY(-50%);
    width: 128px;
}

@media (max-width: 1280px) {
    .big-video-block .big-video__inner {
        padding-bottom: 48px;
    }

    .big-video-block .sungroup-circle-top {
        right: 72px;
        width: 82px;
    }

    .big-video-block .sungroup-circle-bottom {
        left: 68px;
        width: 88px;
    }
}

@media (max-width: 920px) {
    .cs-box-listing:nth-child(even) {
        margin-top: 0;
    }

    .big-video-block .sungroup-circle-top {
        right: 52px;
        width: 72px;
    }

    .big-video-block .sungroup-circle-bottom {
        left: 48px;
        width: 68px;
    }
}

@media (max-width: 767px) {
    .big-video-block .sungroup-circle-top {
        right: 52px;
        width: 62px;
    }

    .big-video-block .sungroup-circle-bottom {
        left: 48px;
        width: 68px;
    }
}

@media (max-width: 500px) {
    .big-video-block .sungroup-circle-top {
        right: 24px;
        width: 26px;
    }

    .big-video-block .sungroup-circle-bottom {
        left: 24px;
        width: 36px;
    }
}

/* Career */
.job-offer .item {
    position: relative;
    border-top: 1px solid var(--grayscale200);
    padding: 29px 0;
    cursor: pointer;
}

.job-offer .item.last {
    border-bottom: 1px solid var(--grayscale200);
}

.job-offer .item::after {
    content: url("../../img/arrow_right.svg");
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.job-offer .item:hover::after {
    right: 20px;
}

.job-offer .item p {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.job-offer .item span {
    display: block;
    margin-top: 4px;
    line-height: 30px;
}

.job-offer .item:last-child {
    border-bottom: 1px solid var(--grayscale200);
}

.job-offer .job-offer--cta {
    display: flex;
    justify-content: space-between;
}

.job-offer .job-offer--cta p {
    flex: 0 0 70%;
    max-width: 70%;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}

.career-cta {
    background-image: url("../../img/pixel-bg.svg");
    margin-left: 0;
    margin-right: 0;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
}

.career-cta .career-cta-text {
    padding: 0 64px;
}

.career-cta .career-cta-img svg {
    width: 100%;
}

.career-offer .career-offer--cta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #0F0F0F;
    padding: 32px 32px 40px 32px;
    min-height: 440px;
}

.career-offer .career-offer--cta .features {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.career-offer .career-offer--cta .features .feature {
    display: inline-block;
    background: var(--grayscale800);
    border-radius: 18px;
    padding: 1px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    color: var(--grayscale200);
}

.career-offer .career-offer--cta .career-offer--info {
    margin-top: auto;
}

.career-offer .career-offer--cta .career-offer--info .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    color: var(--white);
    margin-top: 0;
}

.career-offer .career-offer--cta .career-offer--info .sallary {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: var(--white);
}

.career-offer .career-offer--cta .career-offer--info .btn {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    border: none;
    text-align: center;
}

.career-offer .desc .btn {
    font-weight: 500;
    font-size: 16px;
    border: none;
}

ul.custom-list {
    padding-left: 0;
}

ul.custom-list.mt-32 {
    margin: 0;
    margin-top: 32px;
}

ul.custom-list li {
    position: relative;
    list-style-type: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--grayscale700);
    margin-bottom: 16px;
    padding-left: 36px;
}

ul.custom-list.brown li:before {
    background: #E6D0AB;
}

ul.custom-list li:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary600);
}

ul.custom-list li:last-child {
    margin-bottom: 0;
}

/* Internships cta */
.internships-cta {
    display: flex;
}

.internships-cta .left {
    padding: 82px 64px 70px 64px;
}

.internships-cta .right {
    padding: 0;
}


.internships-cta .right img {
    width: 100%;
}

#ecommerce-img {
    padding: 120px 0 110px;
}

/* nowe fc */
.fc-item {
    padding-left: 120px;
}

.fc-item:not(:last-child) {
    margin-bottom: 88px;
}

.fci-content {
    padding-left: 52px;
    width: 100%;
}

.fci-content .h3 {
    padding-top: 12px;
}

.fci-content p+ul {
    padding-top: 24px;
}

.fci-content ul {
    font-weight: 600;
}

.fci-content ul.d-f>li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.fci-left {
    flex: 0 0 508px;
    max-width: 508px;
}

.fci-right {
    flex: 1;
    padding-left: 72px;
    padding-top: 84px;
}

#steps.vert,
#realizations-lotteries,
#career-photos-section,
#gains-section {
    padding: 50px 0 80px;
    margin-top: 60px;
}

#case-studies-main,
#industries-list-new {
    padding-bottom: 80px;
    padding-top: 128px;
}

#partner-slider {
    margin-top: 0;
    margin-bottom: 0;
}

#our-team {
    padding-bottom: 160px;
}

#our-team+#steps {
    padding-top: 110px;
}

#effective-landing-page-section {
    padding-top: 160px;
    padding-bottom: 80px;
}

#results-section.def,
#casestudies-section,
#payment-types,
#references-section,
#career-cta,
#our-values,
#lp-leftright-section,
#results-section.pt160,
#recruitment-process,
#offer-section,
#about-us-slider-section,
#casestdies-section,
.padsection {
    padding: 50px 0 80px;
    margin-top: 30px;
}

#trusted-section {
    padding: 50px 0 100px;
    margin-top: 30px;
}

#contact-form.loading {
    position: relative;
}

#contact-form.loading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

#contact-form.loading:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 10px solid #f3f3f3;
    border-top: 10px solid var(--primary600);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    z-index: 2;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.contact-form .cf-position {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #606060;
}

.contact-form .cf-email {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #0F0F0F;
}

.contact-form .img-wrapper {
    position: relative;
}

.contact-form .sungroup-circle {
    position: absolute;
    bottom: -46px;
    right: 30px;
}

.contact-form .contact-form-subtitle {
    display: inline-block;
    border-radius: 26px;
    padding: 14px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    background-color: #27AE60;
    color: var(--white);
}

.contitle {
    padding-top: 32px;
}

.contact-form .form-contact {
    max-width: 715px;
}

.contact-form .form__element {
    margin-bottom: 16px;
    position: relative;
}

.contact-form .form__element.form__element--file {
    margin-bottom: 0;
}

.contact-form .form__report-info,
.contact-form .form__error {
    color: red;
    font-size: 14px;
    margin-top: 7px;
}

.contact-form .form__report-info {
    flex: 1 1 100%;
}

.contact-form .form__report-info.hidden {
    display: none;
}

.contact-form .form__error.hidden {
    display: none;
}

.contact-form .form-info {
    color: var(--grayscale600);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.contact-form .control-label {
    display: block;
    margin-top: 16px;
    font-weight: 450;
    font-size: 12px;
    line-height: 20px;
    color: #606060;
}

.contact-form .form__element--file label {
    background: #F6F8FB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    padding: 14px 19px 14px 24px;
    width: fit-content;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0F0F0F;
    cursor: pointer;
}

.contact-form ul.form__files-output {
    padding-left: 0;
    margin: 32px 0 16px;
}

.contact-form ul.form__files-output li {
    position: relative;
    list-style-type: none;
    background: #F6F8FB;
    padding: 14px 44px 14px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0F0F0F;
    margin-bottom: 16px;
    word-break: break-all;
}

.contact-form ul.form__files-output li span {
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 19px;
    background: url("../../img/remove-file-icon.svg");
}

.contact-form .form__element--file input {
    display: none;
}

.contact-form .form__element.form__element--file input {
    border: none;
    padding: 0;
}

.contact-form .form__element .invalid-feedback {
    display: none;
}

.contact-form .form__element .form__info {
    color: red;
    font-size: 14px;
    margin-bottom: 12px;
}

.form-inputs {
    width: 100%;
    max-width: 697px;
    padding: 0 12px;
}

.contact-form .form__files-error {
    color: red;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 12px;
    display: none;
}

.form__element--error .form__files-error,
.contact-form .form__files-error--show {
    display: block;
}

.abs {
    position: absolute;
}

.contact-form form .btn {
    font-family: 'Silka', sans-serif;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0F0F0F;
}

.contact-form .report-type-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.contact-form .report-type-wrapper .report-type {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-form .report-type-wrapper .report-type label {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}

.contact-form .report-type-wrapper .report-type input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 24px;
    height: 24px;
    padding: 12px;
    opacity: 1;
    margin: 0;
    background-color: transparent;
    border-bottom: unset;
    outline: 1px solid var(--grayscale400);
    cursor: pointer;
}

.contact-form .report-type-wrapper .report-type input::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 6px;
    display: block;
    width: 12px;
    height: 6px;
    opacity: 0;
    border-left: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    transform: translateY(-65%) rotate(-48deg);
}

.contact-form .report-type-wrapper .report-type input:checked {
    background-color: var(--primary600);
    outline-color: var(--primary600);
}

.contact-form .report-type-wrapper .report-type input:checked::after {
    opacity: 1;
}

.contact-form .form__info.hidden {
    display: none;
}

.contact-address .contact-address-block {
    background: #F6F8FB;
    padding: 64px 60px;
    height: 100%;
}

.contact-address .contact-address-block .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--grayscale700);
}

.contact-address .contact-address-block a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: var(--black);
}

#contest-leftright-section {
    padding: 50px 0 160px;
    margin-top: 30px;
}

#results-section.custom {
    padding: 110px 0 80px;
}

.team-person-image::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;

    mix-blend-mode: multiply;
    background: linear-gradient(0deg, rgba(40, 40, 45, 0.8) 0%, rgba(40, 40, 45, 0) 65.84%);
}

.page-header.big {
    padding: 0;
    padding-top: 128px;
    padding-bottom: 192px;
}

.case-studies--header {
    padding: 128px 0 0 0;
}

.case-studies-header-content {
    max-width: 675px;
}

.case-studies--header .company {
    gap: 36px;
}

.case-studies--header .company div {
    gap: 16px;
}

.case-studies--header .company span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
}

.case-studies--header .company p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.case-studies--header .technologies {
    display: flex;
    gap: 16px;
}

.case-studies--header .technologies .item {
    padding: 14px 32px;
    background: #F6F8FB;
    border-radius: 26px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0F0F0F;
}

.case-studies-review {
    background: #23232B;
    padding: 104px;
}

.case-studies-review .reference {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.case-studies-review .reference .text {
    max-width: 950px;
}

.case-studies-review .reference .rf-content {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}

.related-cases .heading-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}

.related-cases .cs-box-listing:nth-child(even) {
    margin-top: 0;
}

#review-project .rfa-img img {
    border-radius: 50%;
}

.mobile-circle {
    display: none;
}

#integracje-slider {
    max-width: 1370px;
    margin: 0 auto;
}

#integracje-slider .splide__slide img {
    filter: grayscale(100%);
}

@media (max-width: 1440px) {
    .cs-box-listing {
        flex: 0 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
        margin-bottom: 48px;
    }
}

@media (max-width: 1280px) {

    .lp-lr-row,
    .lp-lr-row-r {
        flex-direction: column;
        padding-bottom: 0;
    }

    .lp-lr-content {
        padding-left: 0;
        padding-top: 32px;
    }

    .cal-boxes {
        flex-direction: column;
    }

    .cal-box {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .rl-item {
        flex-direction: column;
        align-items: center;
    }

    .rl-content {
        padding-top: 32px;
    }
}

@media (max-width: 1140px) {
    .fc-item {
        padding-left: 0;
    }

    .lp-lr-content {
        max-width: 100%;
    }

    body .menu-main--career {
        letter-spacing: 0;
    }

    .team-list {
        flex-wrap: nowrap;
    }

    .team-wrap {
        overflow-x: scroll;
        margin-right: -24px;
    }

    .team-person:last-child {
        margin-right: 24px;
        flex: 0 0 294px;
        max-width: 294px;
        padding-right: 24px;
    }

    .team-person:last-child .team-person-image::after {
        right: 24px;
        width: 270px;
    }

    .team-person {
        flex: 0 0 270px;
        max-width: 270px;
        margin-right: 0;
    }

    #offer-images-section {
        padding: 14px 0 100px 0;
    }

    #ecommerce-img {
        padding: 24px 0 14px;
    }

    .fc-item:not(:last-child) {
        margin-bottom: 48px;
    }

    #steps.vert,
    #casestudies-section,
    #effective-landing-page-section,
    #payment-types,
    #gains-section,
    #references-section,
    #about-us-slider-section,
    #joboffers-section,
    #results-section.def,
    #casestdies-section {
        padding: 32px 0 32px;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .lg-none {
        display: none;
    }

    /* Elements */
    body .contact-address .row>div {
        margin-bottom: 24px;
    }

    body .contact-address .row>div:last-child {
        margin-bottom: 0;
    }

    body.home .page-header.big,
    body.strona-glowna .page-header.big {
        padding: 102px 0 0 0;
    }

    .page-header.big {
        padding-top: 48px;
        padding-bottom: 64px;
        height: auto;
    }

    .page-header.big .sungroup-circle,
    .case-studies-header .sungroup-circle {
        display: none;
    }

    #spy-bar {
        display: none;
    }

    #content-section {
        padding-top: 157px;
    }

    .mobile-circle {
        display: block;
        position: absolute;
        bottom: 0;
        left: 56px;
        transform: translateY(50%);
    }

    #page-top-section img {
        object-fit: cover;
        object-position: center;
    }

    #ecommerce-img {
        padding: 64px 0 32px;
    }

    .fci-content {
        flex-direction: column;
    }

    .fci-left {
        flex: 0 0 auto;
        max-width: auto;
        margin-bottom: 32px;
    }

    .fci-right {
        padding-left: 0;
        padding-top: 0;
    }

    #effective-landing-page-section .function-item,
    #gains-section .function-item {
        padding-bottom: 48px;
    }

    #competition-and-lotter-section+#content-section2 {
        padding-top: 64px;
    }

    .payment-types-box>.row>div:first-child {
        margin-bottom: 24px;
    }

    .function-item:not(.fill) {
        flex: 0 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
        padding-bottom: 24px;
    }

    #case-studies-main .h1 {
        padding-bottom: 48px;
    }

    #industries-list-new .h1 {
        padding-bottom: 32px;
    }

    #case-studies-main .cs-box-listing:nth-child(even),
    #industries-list-new .cs-box-listing:nth-child(even),
    #case-studies-main,
    #industries-list-new {
        margin-top: 0;
    }

    #case-studies-main,
    #industries-list-new {
        padding-top: 0;
    }

    #case-studies-main .h1,
    #industries-list-new .h1 {
        padding-top: 48px;
    }

    .tags-wrap {
        overflow-x: scroll;
        margin-bottom: 22px;
    }

    .tags-pickable {
        flex-wrap: nowrap;
    }

    .tag-pickable {
        white-space: nowrap;
    }

    .tags-pickable {
        padding: 0 0 20px;
    }

    .md-f-c {
        flex-direction: column;
    }

    .md-ai-fs {
        align-items: flex-start;
    }

    .md-g32 {
        gap: 32px;
    }

    .md-pt48 {
        padding-top: 48px;
    }

    .md-pb48 {
        padding-bottom: 48px;
    }

    .md-mt12 {
        margin-top: 12px;
    }

    .md-mb48 {
        margin-bottom: 48px;
    }

    .md-mb24 {
        margin-bottom: 24px;
    }

    .md-mt48 {
        margin-top: 48px;
    }

    .md-pb0 {
        padding-bottom: 0;
    }

    .case-studies--header {
        padding-top: 64px;
    }

    .case-studies--header .header-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        margin-top: 32px;
    }

    .case-studies--header .company {
        flex-direction: column;
        gap: 4px;
    }

    .case-studies--header .company span {
        flex-basis: inherit;
    }

    .values-items .value-col {
        margin-bottom: 32px;
    }

    .values-items .value-col:last-child {
        margin-bottom: 0;
    }

    .values-items .value-col:last-child {
        margin: 0;
    }

    .values-items .value-col .function-icon,
    .values-items .value-col .function-title {
        padding-bottom: 24px;
    }

    #our-values .values-items .value-col .function-title {
        padding-bottom: 12px;
    }

    .case-studies-review {
        padding: 48px 24px 70px 24px;
    }

    body.home .page-header.big,
    body.strona-glowna .page-header.big {
        padding: 73px 0 0 0;
    }
}

@media (max-width: 1250px) {
    .privacy-policy-top .sungroup-circle {
        display: none;
    }
}

@media (max-width: 920px) {
    .cs-box-listing {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .function-item:not(.fill) {
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 24px;
    }

    .rl-img {
        flex: 0 0 auto;
        max-width: auto;
    }

    .rl-nums {
        padding-bottom: 24px;
        font-weight: 600;
    }

    .rl-item {
        padding-bottom: 24px;
    }

    .sm-mb48 {
        margin-bottom: 48px;
    }

    .sm-w100 {
        width: 100%;
    }

    .sm-g32 {
        gap: 32px;
    }

    .sm-pb0 {
        padding-bottom: 0;
    }

    .sm-pt0 {
        padding-top: 0;
    }

    .values-items .row,
    .values-items .row {
        gap: 0;
    }

    .values-items .row .case-studies-review .reference {
        flex-direction: column;
    }

    .case-studies--header .header-info {
        position: relative;
        padding-bottom: 83px;
    }

    .case-studies--header .technologies {
        width: 100vw;
        position: absolute;
        bottom: 0;
        padding-right: 30px;
    }
}

@media (max-width: 650px) {
    .fc-item {
        flex-direction: column;
    }

    .fci-content {
        padding-left: 0;
    }

    .fci-content .h3 {
        padding: 24px 0 12px;
        font-size: 18px;
        line-height: 30px;
    }

    .fci-left {
        margin-bottom: 16px;
    }

    .payment-type-box {
        padding: 24px;
    }

    #trusted-section {
        padding: 24px 0 48px;
        margin-top: 0;
    }

    #partner-slider {
        padding: 12px 0 0;
    }

    #case-studies-list {
        padding: 0;
        margin: 0;
    }

    .caption {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        padding-bottom: 12px;
    }

    .cs-tags {
        padding-bottom: 16px;
        flex-wrap: wrap;
    }

    .tag.caption {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

    .cs-box h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
    }

    .letstalk-section {
        margin-top: 64px !important;
    }

    .offer-boxes {
        padding-top: 0;
    }

    #offer-section {
        padding-top: 48px;
    }

    .md-jc-s {
        justify-content: flex-start;
    }

    .md-order-1 {
        order: 1;
    }

    .md-order-2 {
        order: 2;
    }

    body .contact-address .contact-address-block {
        padding: 25px;
    }

    #career-cta {
        padding-bottom: 0;
    }

    #career-cta .container {
        padding: 0;
    }

    #career-cta .container .row {
        margin: 0;
    }

    #career-cta+.letstalk-section {
        margin-top: 0 !important;
    }

    body .career-offer .row {
        flex-direction: column;
        gap: 48px;
    }

    body .career-offer .mw780 {
        max-width: 100%;
    }

    body .career-offer .desc {
        margin-top: 42px;
    }

    .lp-lr-content {
        padding-top: 48px;
    }

    .heading-wrap {
        padding-bottom: 48px;
    }
}

@media (max-width: 767px) {

    /* Helpers */
    body .pt128 {
        padding-top: 48px;
    }

    body .sm-mt-48 {
        margin-top: 48px;
    }

    body .sm-mt-64 {
        margin-top: 64px;
    }

    body .sm-none {
        display: none;
    }

    .related-cases .cs-box-listing {
        margin-bottom: 32px;
    }

    .case-studies--header .header-info .technologies .item {
        white-space: nowrap;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        padding: 14px 20px;
    }

    .case-studies--header .technologies {
        gap: 12px;
    }

    .case-studies--header .header-info .technologies {
        flex-wrap: wrap;
        position: static;
        width: 100%;
    }

    .case-studies--header .header-info {
        padding-bottom: 64px;
        margin-bottom: 0;
    }

    body .offer-personal-data .content {
        padding: 32px;
    }

    body .offer-personal-data .content div a:before {
        bottom: 0;
    }

    .fci-content ul.d-f>li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    body .sm-block {
        display: none;
    }
}

@media (max-width: 576px) {

    /* Helpers */
    body .xs-mt-0 {
        margin-top: 0;
    }

    body .xs-mt32 {
        margin-top: 32px;
    }

    body .xs-padd0 {
        padding: 0;
    }

    body .xs-none {
        display: none;
    }

    body .xs-pl0-pr0 {
        padding-left: 0;
        padding-right: 0;
    }

    body .xs-mt48 {
        margin-top: 48px;
    }

    body .xs-padd48 {
        padding: 48px 0;
    }

    body .xs-pb48 {
        padding-bottom: 48px;
    }

    /* Elements */

    body .contact-address-block .h4 {
        font-size: 20px;
        line-height: 30px;
    }

    body .contact-address-block .text,
    body .contact-address-block a {
        font-size: 16px;
        line-height: 28px;
    }

    body .contact-address-block .mt16 {
        margin-top: 12px;
    }

    body .contact-address-block .mt12 {
        margin-top: 8px;
    }

    body .contact-address .contact-address-block {
        padding: 40px 32px;
    }

    body .job-offer .item p {
        font-size: 20px;
        line-height: 34px;
    }

    body .job-offer .item span {
        font-size: 16px;
        line-height: 28px;
    }

    body .job-offer .item {
        padding-right: 30px;
    }

    body .job-offer .job-offer--cta {
        flex-direction: column;
        gap: 32px;
        padding-top: 48px;
    }

    body .job-offer .job-offer--cta p {
        flex: 1 1 100%;
        max-width: 100%;
        font-size: 20px;
        line-height: 30px;
    }

    body .job-offer .job-offer--cta a {
        width: fit-content;
    }

    body .career-cta .career-cta-text {
        padding: 0 24px;
    }

    body #joboffers-section {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
    }

    body .values-items .value-col {
        margin-bottom: 48px;
    }

    body .values-items .value-col:last-child {
        margin-bottom: 0;
    }

    body #recruitment-process {
        padding-bottom: 0;
    }

    .breadcrumbs {
        display: none;
    }

    #recruitment-process .steps-list .row>div {
        padding-left: 12px;
        padding-right: 12px;
    }

    .case-studies-review .reference .quot-mark {
        padding-bottom: 0;
    }

    .case-studies-review .reference .quot-mark svg {
        width: 36px;
        height: auto;
    }

    #review-project .container {
        padding: 0;
    }

    .case-studies-review .reference .mediumtext {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        padding-right: 0;
    }

    body .offer-personal-data .container .content {
        padding: 20px;
    }

    body .offer-personal-data .container .content div a:before {
        bottom: 1px;
    }

    .privacy-policy-top h1 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    #case-studies-main .h1 {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    #industries-list-new .h1 {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

@media (max-width: 500px) {
    .ecommerce-img img {
        width: 100%;
    }

    .mediumlead {
        font-size: 16px;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: 0em;
        padding-bottom: 24px;
    }

    .mediumtext {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0em;
    }

    .mobbtn-pt {
        padding-top: 32px;
    }

    #content-section {
        padding-bottom: 0;
    }

    #offer-images-section {
        padding-top: 32px;
    }
}

@media (max-width: 425px) {
    .fci-content ul.d-f>li {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 24px;
    }

    .fci-content ul.list li {
        position: relative;
        padding-left: 24px;
    }

    .fci-content ul.list li::before {
        content: "";
        width: 8px;
        height: 8px;
        background: var(--grayscale300);
        border-radius: 50%;
        position: absolute;
        top: 11px;
        left: 0;
    }

    .fci-content p+ul {
        padding-top: 16px;
    }
}

.cs-imgs {
    gap: 64px;
}

.cs-imgs img {
    display: block;
}

.csf {
    flex: 0 0 100%;
    max-width: 100%;
}

.csh {
    flex: 0 0 calc(50% - 32px);
    max-width: calc(50% - 32px);
}

.heading-wrap.cs {
    align-items: flex-end;
}

.seemore .cs-box {
    margin-bottom: 0;
}

.spy-button {
    position: relative;
}

@media (max-width: 1140px) {
    .padsection {
        padding: 24px 0;
        margin-top: 0;
    }

    .cs-imgs {
        gap: 24px;
    }
}

@media (max-width: 920px) {
    .seemore .cs-box:not(:last-child) {
        margin-bottom: 48px;
    }
}

@media (max-width: 767px) {
    .csh {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.parallax {
    height: 100vh;
    max-height: 850px;
    overflow: hidden;
    position: relative;
}

.parallax.is-video {
    overflow: visible;
}
.parallax.is-video img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.parallax.is-video:before,
.parallax.is-video:after {
    content: '';
    position: absolute;
    background: var(--primary600);
    height: 2px;
}

.parallax.is-video:before {
    width: 25.8%;
    left: 0;
    bottom: 100%;
}

.parallax.is-video:after {
    width: 44%;
    right: 0;
    top: 100%;
}

@media (min-width: 768px) {

    .parallax.is-video:before,
    .parallax.is-video:after {
        height: 8px;
    }
}

@media (max-width: 991px) {
    .parallax {
        height: 500px;
    }

    #results-section.custom {
        padding: 64px 0 32px;
    }

    #results-section.def,
    #casestudies-section,
    #payment-types,
    #references-section,
    #career-cta,
    #our-values,
    #lp-leftright-section,
    #results-section.pt160,
    #recruitment-process,
    #offer-section,
    #about-us-slider-section,
    #casestdies-section,
    .padsection {
        padding: 32px 0 32px;
        margin-top: 0;
    }

    #trusted-section {
        padding: 32px 0 64px;
        margin-top: 0;
    }

    .career-cta {
        flex-direction: column-reverse;
        background-image: unset;
        background-color: var(--black);
    }
}

@media (max-width: 767px) {
    #offer-images-section {
        padding: 64px 0 64px 0;
    }

    #offerslider .splide__pagination {
        bottom: 8px;
    }

    .page-header.big {
        padding-top: 64px;
        padding-bottom: 88px;
        height: auto;
    }

    body.home .page-header.big,
    body.strona-glowna .page-header.big {
        padding: 73px 0 0 0;
    }

    #career-photos-section {
        padding: 32px 0 64px;
        margin-top: 32px;
    }

    .parallax {
        height: 375px;
    }
}

@media (max-width: 650px) {
    #career-cta {
        padding-top: 64px;
        padding-bottom: 0;
        border-bottom: 1px solid var(--grayscale800);
    }

    #career-cta+#letstalk-section {
        padding-top: 48px;
    }

    .career-cta {
        padding: 48px 12px;
    }

    .career-cta .career-cta-img svg {
        width: 100%;
        height: auto;
        margin-bottom: 32px;
    }
}

@media (max-width: 555px) {
    .lp-lr-img {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #contest-leftright-section,
    #competition-and-lotter-section {
        padding: 32px 0 64px;
        margin-top: 32px;
    }

    #benefits+#recruitment-process {
        padding-top: 32px;
        padding-bottom: 64px;
        margin-top: 32px;
    }

    .padd50 {
        padding: 32px 0;
    }

    #lp-leftright-section {
        padding-top: 64px;
    }

    #recruitment-process+#letstalk-section {
        margin-top: 0 !important;
    }

    #effective-landing-page-section {
        padding-bottom: 0;
    }

    #gains-section {
        padding-top: 64px;

    }

    #contest-leftright-section {
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 16px;
    }

    #competition-and-lotter-section {
        padding-top: 64px;
        margin-top: 0;
    }

    .cal-box-inside {
        padding: 24px;
    }

    .cal-badge {
        font-size: 13px;
        padding: 3px 10px;
        margin-top: 5px;
    }

    #realizations-lotteries {
        padding-top: 32px;
        padding-bottom: 12px;
        margin: 0;
    }

    #case-studies-main,
    #industries-list-new {
        padding-bottom: 32px;
    }

    .case-studies-review {
        padding: 64px 24px 64px 24px;
    }

    .case-studies-review .reference .mediumtext {
        padding-bottom: 32px;
    }

    #competition-and-lotter-section+section .restrict-center.mediumtext.gray700.pb48 {
        padding-bottom: 32px;
    }

    .pbmc {
        padding-bottom: 32px;
    }

    #our-team {
        padding: 64px 0 88px;
    }

    #our-team+#steps {
        padding-top: 64px;
    }

    #content-section .btn.mt64 {
        margin-top: 32px;
    }
}

/* sekcja kontakt */

.csc-img {
    flex: 0 0 440px;
    max-width: 440px;
}

.csc-content {
    flex: 1;
}

.csc-restrict {
    max-width: 672px;
    margin: 0 auto;
    padding-top: 88px;
}

#page-top-section .header-info {
    padding-bottom: 160px;
}

.case-studies-header-content.wmod {
    max-width: 745px;
}

.job-offer .item::before {
    content: '';
    width: 0;
    height: 2px;
    background-color: var(--primary600);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width .3s ease-in-out;
}

.job-offer .item:hover::before {
    width: 100%;
}

@media (max-width: 1280px) {
    .csc-content {
        padding: 0 24px;
    }
}

@media (max-width:1200px) {
    .contact-form .report-type-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .csc-img {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .csc-content {
        flex: 100%;
        max-width: 100%;
    }

    .csc-restrict {
        max-width: 100%;
        margin: 0 auto;
    }

    #page-top-section .header-info {
        padding-bottom: 64px;
    }
}

@media (max-width: 768px) {
    body .contact-section {
        padding-top: 32px;
    }

    .csc-restrict {
        padding-top: 48px;
    }

    .contact-form .report-type-wrapper .report-type label {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

    body .smp {
        margin-top: 48px;
    }

    .smp64 {
        margin-top: 64px;
    }

    body .mepadd {
        padding-top: 64px;
    }

    #implementation-project .mediumlead,
    #needs-project .mediumlead {
        padding-bottom: 0;
    }

    #efects-project .values-items .value-col .function-title {
        padding-bottom: 12px;
    }

    #page-top-section .header-info {
        padding-bottom: 88px;
    }
}

@media (max-width: 650px) {
    .mp {
        padding-bottom: 32px;
    }
}

@media (max-width: 575px) {
    .csc-content {
        padding: 0;
    }

    .heading-wrap.np {
        padding-bottom: 0;
    }

    .case-studies-review .reference {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .team-person-details .mediumlead {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 4px;
    }
}


#offermod+section {
    padding-top: 128px;
    margin-top: 0;
}

@media (min-width: 991px) and (max-width: 1280px) {

    .page-header.big,
    #our-team {
        padding-top: 88px;
        padding-bottom: 128px;
    }

    .title-padd {
        padding-bottom: 128px;
    }

    #page-top-section .header-info {
        padding-bottom: 128px;
    }

    .case-studies--header {
        padding: 88px 0 0 0;
    }

    .page-header.big .sungroup-circle svg,
    .case-studies-header .sungroup-circle svg {
        max-width: 360px;
    }

    .parallax {
        max-width: 100%;
        max-height: 640px;
    }

    #offer-images-section,
    #ecommerce-img,
    .padd50,
    #steps.vert,
    #realizations-lotteries,
    #career-photos-section,
    #gains-section,
    #results-section.def,
    #casestudies-section,
    #payment-types,
    #references-section,
    #career-cta,
    #our-values,
    #lp-leftright-section,
    #results-section.pt160,
    #recruitment-process,
    #offer-section,
    #about-us-slider-section,
    #implementation-project,
    #casestdies-section,
    #effective-landing-page-section,
    #results-section.custom,
    #trusted-section,
    #joboffers-section,
    .padsection {
        margin-top: 0;
        padding: 38px 0 50px 0;
    }

    #functions-section {
        padding-bottom: 10px;
    }

    #contest-leftright-section {
        padding: 38px 0 2px;
        margin-top: 0;
    }

    #competition-and-lotter-section {
        padding: 88px 0;
    }

    #competition-and-lotter-section+section,
    #our-team+#steps,
    #offermod+section {
        padding-top: 88px;
    }

    #content-section {
        padding-top: 88px;
    }

    #results-section {
        padding-bottom: 0;
    }

    .rl-item {
        padding-bottom: 64px;
    }

    .pb100 {
        padding-bottom: 64px;
    }

    .fc-item:not(:last-child) {
        margin-bottom: 64px;
    }

    .splide__pagination {
        bottom: 4px;
    }

    .fci-content .h3 {
        padding-top: 15px;
        padding-bottom: 24px;
    }

    .fci-content p+ul {
        padding-top: 16px;
    }

    .fci-content .list .mediumtext {
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
    }

    .payment-type-box {
        padding: 32px;
    }

    .mediumlead {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
    }

    #case-studies-main,
    #industries-list-new {
        padding-bottom: 50px;
        padding-top: 88px;
    }

    ul.custom-list {
        margin: 0;
    }

    ul.custom-list li {
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .mt24 {
        margin-top: 16px;
    }

    .mt32 {
        margin-top: 24px;
    }

    .mb128 {
        margin-bottom: 88px;
    }

    .case-studies-review {
        padding: 64px;
    }

    .case-studies-review .reference {
        gap: 32px;
    }

    .case-studies-review .reference .rf-content {
        font-size: 21px;
        line-height: 32px;
    }

    .blog-item .h2 {
        padding-bottom: 24px;
    }

    .blog-image {
        padding-bottom: 32px;
    }

    .contact-address .contact-address-block {
        padding: 32px;
    }

    .contact-address .h4 {
        margin-top: 37px;
    }

    .spy-link {
        font-size: 15px;
        margin-right: 24px;
    }

    .page-header-content {
        max-width: 640px;
    }

    #about-us-slider .splide__slide:nth-child(odd),
    #career-photos-section .splide__slide:nth-child(odd) {
        max-width: calc(58.333% - 52px);
        width: calc(58.333% - 52px);
    }

    #about-us-slider .splide__slide:nth-child(even),
    #career-photos-section .splide__slide:nth-child(even) {
        max-width: calc(41.666% - 52px);
        width: calc(41.666% - 52px);
    }
}

#videoplay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 32px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.24);
    transition: 0.3s ease-in-out;
}

.videoplaytext {
    color: #fff;
    font-size: 36px;
    border-left: 4px solid #fff;
    height: 64px;
    display: flex;
    align-items: center;
    padding-left: 24px;
    margin-left: 24px;
}

.playtext {
    position: absolute;
    height: 128px;
    width: 128px;
    top: calc(50% - 64px);
    left: calc(50% - 64px);

    animation: spin 35s linear infinite;
}

.playtext svg {
    display: block;
}

#videoplay:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.48);
}

@media (max-width:1200px) {
    #offermod+section {
        padding-top: 56px;
    }
}


@media (max-width: 767px) {

    .parallax video,
    #videoplay {
        border-radius: 0;
    }

}

.container.privacy-policy p,
.container.privacy-policy ol li,
.container.privacy-policy ul li {
    font-size: 14px;
}

.offer-personal-data {
    padding-top: 48px;
    padding-bottom: 60px;
}

.offer-personal-data .content {
    background: #F6F8FB;
    padding: 64px;
}

.offer-personal-data .content p {
    font-size: 18px;
    line-height: 30px;
    color: var(--black);
}

.offer-personal-data .content hr {
    margin-top: 24px;
    margin-bottom: 24px;
    width: 32px;
    margin-left: 0;
    border-top: 1px solid #D9D9D9;
    border-left: none;
    border-right: none;
    border-bottom: 0;
}

.offer-personal-data .content div {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--grayscale700);
}

.offer-personal-data .content div a {
    display: inline-block;
    position: relative;
    color: var(--grayscale700);
}

.offer-personal-data .content div a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    background-color: var(--grayscale700);
}

.privacy-policy-top h1 {
    max-width: 1020px;
}

.privacy-policy-top .sungroup-circle {
    position: absolute;
    top: 0;
    pointer-events: none;
    right: 0;
}

.privacy-policy-content {
    max-width: 905px;
}

.privacy-policy-content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

.privacy-policy-content p.strong {
    font-weight: 500;
}

.privacy-policy-content p.subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #0F0F0F;
    margin-top: 32px;
    margin-bottom: 24px;
    text-transform: lowercase;
}

.privacy-policy-content p.subtitle:first-letter {
    text-transform: capitalize;
}

.privacy-policy-content ol,
.privacy-policy-content ul {
    margin-top: 12px;
    margin-bottom: 0;
    padding-left: 20px;
}

.privacy-policy-content ol li,
.privacy-policy-content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.privacy-policy-content ol li:last-child,
.privacy-policy-content ul li:last-child {
    margin-bottom: 12px;
}

.privacy-policy-content ol li:first-child,
.privacy-policy-content ull li:first-child {
    margin-top: 12px;
}

.privacy-policy-content hr {
    margin-top: 32px;
    margin-bottom: 24px;
    width: 32px;
    margin-left: 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.privacy-policy-content .em {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 5px;
    color: var(--grayscale700);
}

.privacy-policy-content .em p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--grayscale700);
}

.privacy-policy-content .em span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
}

@media (max-width: 991px) {
    #content-section.pt-mobile {
        padding-top: 64px;
    }
}

.smallInfo_mb {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #4D4D4D;
}

.b2c_buttons {
    gap: 36px;
}

.lp-lr-restrict.shopinfo .mediumtext {
    color: #4D4D4D;
}

.simple-list {
    padding-left: 24px;
}

.simple-list li::marker {
    color: var(--primary600);
    font-size: 18px;
}

.margin-auto {
    margin: 0 auto;
}

#functionsshopinfo {
    padding-top: 50px;
    margin-top: 30px;
}

#b2ctopsection {
    padding-top: 128px;
    padding-bottom: 48px;
    margin: 0;
}

#related_shopinfo {
    padding-bottom: 128px;
}

#infosection6 {
    padding: 80px 0;
    margin-top: 80px;
}

#infosection6 svg {
    min-width: 192px;
}

#infosection2 {
    padding: 80px 0;
}

.infocontent6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    padding-left: 120px;
    padding-right: 130px;
}

.buttonAdd {
    padding: 64px 0 80px;
}

@media (max-width: 991px) {
    #functionsshopinfo {
        padding-top: 32px;
        margin-top: 0;
    }

    #b2ctopsection {
        padding-top: 64px;
        margin: 0;
    }

    #related_shopinfo {
        padding-bottom: 64px;
    }

    #infosection2 {
        padding: 64px 0;
    }

    .buttonAdd {
        padding: 48px 0 64px;
    }

    #functionsshopinfo .payment-types-box>.row>div:not(:last-child) {
        margin-bottom: 24px;
    }
}

@media (max-width: 625px) {
    .mainbannershopinfo {
        padding-bottom: 48px;
    }

    .shopinfocircle {
        display: none;
    }
}

.infosectiontext {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
}

.cs-box-listing.thirds {
    flex: 0 0 calc(33.333333% - 24px + (24px / 3));
    max-width: calc(33.333333% - 24px + (24px / 3));
}

.cs-box-listing.one {
    flex: 0 0 100%;
    max-width: 100%;
}

.cs-box-listing.one img {
    width: 100%;
    min-height: 220px;
    object-fit: cover;
}

.cs-box-listing.thirds .h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
}

.cal-list.custom {
    padding: 0 0 24px;
    margin-bottom: 24px;
}

.cal-list.custom .smalltext {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #4D4D4D;
}

#infosection2 .circle {
    position: absolute;
    top: 0;
    right: 0;
}

#infosection3 .circle {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1199px) {

    #infosection2 .circle,
    #infosection3 .circle {
        display: none;
    }
}

.lp-lr-restrict.shopinfo {
    max-width: 582px;
}


.infoBar__shop {
    padding: 80px 0;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.lp-lr-row-r.smigger .lp-lr-img {
    flex: 0 0 640px;
    max-width: 640px;
}

.lp-lr-row-r.smigger .lp-lr-restrict {
    max-width: 555px;
    margin: auto;
    margin-left: 0;
}

.yellowbg .ybox {
    padding: 56px 24px;
    margin: 30px auto;
    background: #FFD700;
}

@media (max-width: 1280px) {
    .b2c_buttons {
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 991px) {
    .cs-box-listing.thirds {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cs-box-listing.thirds:not(:last-child) {
        margin-bottom: 48px;
    }

    .cs-box-listing.thirds img {
        width: 100%;
    }

    .cal-list.custom {
        height: unset !important;
    }
}

@media (max-width: 650px) {
    .cs-box-listing.thirds:not(:last-child) {
        margin-bottom: 8px;
    }

    #related_shopinfo {
        padding-bottom: 8px;
    }

    .lp-lr-row-r.smigger .lp-lr-img {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1921px) {
    .mainbannershopinfo {
        flex-wrap: nowrap;
    }
}

@media (max-width: 374px) {

    .b2c_buttons .btn,
    .buttonAdd .btn {
        font-size: 14px;
    }
}

@media (max-width: 345px) {

    .b2c_buttons .btn,
    .buttonAdd .btn {
        font-size: 13px;
    }
}

.industries__header {
    padding-top: 26px;
}

.industries__header-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 764px;
}

.industries__header-title {
    padding-bottom: 84px;
}

.industries__header-text {
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    color: #4D4D4D;
    max-width: 640px;
}

.industries__header-image {
    position: relative;
}

.industries__header-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.57);
    z-index: 0;
}

.industries__header-boxes {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: 250px 250px;
    gap: 78px;
    z-index: 9;
}

.industries__header-box-number {
    font-weight: 600;
    font-size: 52px;
    line-height: 68px;
    color: #FFC000;
}

.industries__header-box-desc {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

#industries-main {
    padding-top: 160px;
}

#industries-main .cs-box-listing:nth-child(even) {
    margin-top: 0;
}

@media (min-width:1921px) {
    .industries__header .oneside-container {
        max-width: 1920px !important;
        margin: 0 auto !important;
    }
}

@media (max-width:1820px) {
    .industries__header-image {
        width: calc(100% - 764px);
    }
}


@media (max-width: 1600px) {
    .industries__header-boxes {
        grid-template-columns: 218px 218px;
    }

    .industries__header-box-number {
        font-size: 46px;
        line-height: 52px;
    }

    .industries__header-box-desc {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width:1440px) {
    .industries__header-left {
        flex: 0 0 590px;
    }

    .industries__header-image {
        width: calc(100% - 620px);
    }

    .industries__header-title {
        padding-bottom: 48px;
    }
}

@media (max-width:1300px) {
    .industries__header-box-number {
        font-size: 38px;
        line-height: 46px;
    }

    .industries__header-box-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .industries__header-boxes {
        grid-template-columns: 190px 190px;
        gap: 48px;
    }

    #industries-main {
        padding-top: 100px;
    }
}

@media (max-width:1200px) {
    .industries__header-image {
        display: none;
    }

    .industries__header-left {
        flex: 0 0 100%;
    }

    .industries__header-title {
        padding-bottom: 32px;
    }

    .industries__header-text {
        max-width: unset;
        font-size: 18px;
        line-height: 26px;
    }

    #industries-main {
        padding-top: 80px;
    }
}

@media (max-width:920px) {
    #industries-main {
        padding-top: 60px;
    }
}



.filters-wrapper {
    display: flex;
    gap: 0 25px;
    align-items: flex-start;
}

.filter-select {
    padding: 15px 24px;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 324px;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.filter-select img {
    transition: transform .2s ease;
}

.filter-select.active img {
    transform: rotate(180deg);
}

.ps-r {
    position: relative;
}

.filter-options-wrapper {
    position: absolute;
    left: 0;
    width: max-content;
    pointer-events: none;
    max-width: 100%;
}

.tags-pickable {
    padding-top: 36px;
    flex-wrap: wrap;
    gap: 16px 0;
}

.filter-option {
    user-select: none;
}

.filter-option:hover {
    background: var(--secondaryGray);
}

.filter-option.active:hover {
    background: var(--primary600);
}

.tag-pickable {
    pointer-events: all;
}

.tag-pickable.active:hover {
    cursor: pointer;
}

.filter-option input {
    display: none;
}

.filter-option label {
    pointer-events: none;
}

.tag-pickable.filter-option.branza-inne,
.tag-pickable.filter-option.branza-other {
    order: 1;
}

@media (min-width: 992px) {
    #case-studies-main.filter-height .js-filters-wrapper.active~.filter-actions {
        margin-top: 80px;
    }

    #case-studies-main.filter-height-big .js-filters-wrapper.active~.filter-actions {
        margin-top: 140px;
    }
}

@media (min-width: 567px) {
    .title-padd-realizations {
        padding-bottom: 88px;
    }
}

.filter-counter {
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    background: var(--primary600);
    font-weight: 500;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    top: calc(50% - 10px);
    right: 60px;
}

.filter-counter.active {
    display: flex;
}

@media (max-width: 991px) {
    .filter-actions {
        display: none;
    }
}

.filter-actions.active {
    display: block;
}

@media (min-width: 992px) {
    .filter-actions.active {
        display: flex;
    }
}

.clear-filter {
    color: #606060;
    background: unset;
    display: none;
}

.case-studies-list {
    padding-top: 88px;
}

.filter-actions {
    margin-top: 16px;
}

.clear-filter-text {
    margin-right: 4px;
}

.btn-filter-submit {
    margin-right: 12px;
    height: 42px;
    line-height: 42px;
}

.btn-filter-submit:hover {
    background-color: #0F0F0F;
    color: #fff;
}

.clear-filter:hover {
    opacity: 0.8;
}

.filter-opt-container {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease, height .2s ease;
    display: block;
}

.filter-opt-container.active {
    height: 116px;
    opacity: 1;
}

@media (min-width: 992px) {
    .filter-opt-container.content-active .filter-option {
        display: none;
    }

    .btn-filter-submit {
        display: none;
    }
}

.filter-actions {
    display: flex;
}

@media (max-width: 991px) {
    .filter-actions {
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: opacity .2s ease, height .2s ease;
        display: block;
    }
}

.filter-actions.active {
    height: 42px;
    opacity: 1;
}

.filter-mobile-header {
    display: none;
}

.filter-opt-container .tag-pickable {
    pointer-events: none;
}

.filter-opt-container.active .tag-pickable {
    pointer-events: all;
}

.tag-pickable:hover {
    background: #e9e9e9;
}

@media (max-width: 1240px) {
    .filter-select {
        min-width: 237px;
    }
}

@media (max-width:991px) {

    .clear-filter-text {
        margin-right: 0;
        width: 100%;
    }

    .filter-mobile-header {
        display: flex;
    }

    .tags-pickable {
        padding: 24px 0 20px;
    }

    .filter-actions {
        margin-top: 0;
        padding-bottom: 40px;
        z-index: 10;
        position: fixed;
        padding: 24px;
        left: 0;
        right: 0;
        bottom: 0;
        align-items: center;
        flex-direction: column;
        width: 100%;
        gap: 12px;
        border-top: 1px solid #E0E0E0;
        background: #fff;
        transition: none;
    }

    .filters-wrapper.active~.filter-actions {
        display: flex;
    }

    .filters-wrapper {
        padding-bottom: 16px;
    }

    .btn-filter-submit {
        margin-right: 0;
        width: 100%;
        background: var(--primary600);
        height: 52px;
        line-height: 52px;
    }

    .clear-filter {
        color: #000000;
        width: 100%;
        display: flex;
        justify-content: center;
        height: 52px;
        line-height: 52px;
        background: #F6F8FB;
    }

    .clear-filter svg {
        display: none;
    }

    .case-studies-list {
        padding-top: 32px !important;
    }

    .filters-wrapper {
        gap: 12px;
    }

    .filters-wrapper .filter-opt-container {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 10;
        height: 100%;
        width: 100%;
        display: none;
    }

    .filters-wrapper.active .filter-opt-container.active {
        opacity: 1;
        display: block;
    }

    .filters-wrapper.active .filter-opt-containe.active .tag-pickable {
        pointer-events: all;
    }

    .filter-mobile-header {
        padding: 31px 24px;
        border-bottom: 1px solid #E0E0E0;
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
    }

    .filter-hamb {
        height: 26px;
        width: 26px;
        position: relative;
    }

    .filter-hamb::before,
    .filter-hamb::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 26px;
        height: 2px;
        background-color: var(--black);
        transition: all 0.3s ease;
    }

    .filter-hamb::after {
        transform: translate(0, 0px) rotate(-45deg);
    }

    .filter-hamb::before {
        transform: translate(0, 0px) rotate(45deg);
    }

    .filter-options-wrapper {
        padding: 32px 24px 0;
        width: 100%;
        overflow: unset;
    }

    .tags-pickable {
        padding: 0;
        gap: 12px;
        flex-wrap: wrap;
    }

    .tag-pickable {
        margin-right: 0;
        font-size: 12px;
        line-height: 20px;
        font-weight: 500;
        padding: 10px 16px;
    }

    .filter-actions.active {
        height: unset;
    }

}

@media (max-width: 767px) {
    .filter-item {
        width: 100%;
    }

    .filters-wrapper {
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .title-padd {
        padding-bottom: 48px !important;
    }
    #offermod+section {
        padding-top: 0px;
    }
}

.case-studies-chess {
    display: flex;
    flex-direction: column;
    gap: 128px;
}

.case-studies-chess__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 24px;
    grid-template-areas: "text image";
}

.case-studies-chess__item:nth-of-type(even) {
    grid-template-areas: "image text";
}

.case-studies-chess__img {
    grid-area: image;
}

.case-studies-chess__desc {
    grid-area: text;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: start;
}

.case-studies-chess__desc .h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
}

.case-studies-chess__item:nth-of-type(even) .case-studies-chess__desc {
    padding-left: 128px;
}

.case-studies-chess__item:nth-of-type(odd) .case-studies-chess__desc {
    padding-right: 128px;
}

.case-studies-chess__desc p,
.case-studies-chess__desc ul {
    color: var(--grayscale700);
    font-size: 18px;
    line-height: 30px;
}

.case-studies-chess__desc ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 12px 0 0;
}

.case-studies-chess__descContent {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.case-studies-chess__desc p strong {
    color: var(--black);
}

.case-studies-chess__itemContent p {
    margin: 0;
}

.case-studies-chess__itemContent p + p {
    margin: 12px 0 0;
}

@media (max-width:1440px) {
    .case-studies-chess__item:nth-of-type(even) .case-studies-chess__desc {
        padding-left: 64px;
    }

    .case-studies-chess__item:nth-of-type(odd) .case-studies-chess__desc {
        padding-right: 64px;
    }
}

@media (max-width:1300px) {
    .case-studies-chess__item {
        align-items: flex-start;
    }

    .case-studies-chess__item:nth-of-type(even) .case-studies-chess__desc {
        padding-left: 0;
    }

    .case-studies-chess__item:nth-of-type(odd) .case-studies-chess__desc {
        padding-right: 0;
    }

    .case-studies-chess__desc .h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
    }

    .case-studies-chess__desc p,
    .case-studies-chess__desc ul {
        font-size: 16px;
        line-height: 28px;
    }

    .case-studies-chess__desc ul {
        gap: 4px;
    }
}

@media (max-width: 1200px) {
    .case-studies-chess {
        gap: 64px;
    }
}

@media (max-width:991px) {
    .case-studies-chess__item {
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "text";
        gap: 32px;
    }
}

@media (max-width:575px) {
    .case-studies-chess {
        gap: 48px;
    }
}
