.wecan {
    width: 100%;
    padding: 60px 0 70px
}

.wecan-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px
}

.wecan-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.wecan-top-left {
    max-width: 520px
}

.wecan-intro {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    margin: 0 0 8px
}

.wecan-heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    color: #000000;
    margin: 0 0 20px
}

.wecan-desc {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    color: #000000;
    margin: 0 0 30px
}

.wecan-subheading {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    margin: 60px 0 0
}

.wecan-top-right {
    flex-shrink: 0
}

.wecan-year {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 290px;
    line-height: 290px;
    color: #EBEBEB;
    text-align: right;
    display: block;
    margin-top: -40px;
    user-select: none
}

.wecan-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 50px
}

.wecan-card {
    border-radius: 8px;
    padding: 26px 28px 28px;
    display: flex;
    flex-direction: column;
    min-height: 212px
}

.wecan-card--green {
    background: #48924E
}

.wecan-card--dark {
    background: #1D3A2A
}

.wecan-card--orange {
    background: #D07D0C
}

.wecan-card-top {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px
}

.wecan-card-icon {
    width: 60px;
    height: 71px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.wecan-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.wecan-card-titles {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.wecan-card-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0
}

.wecan-card-sub {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #B6D3B8
}

.wecan-card-sub--light {
    color: #FFFFFF;
    opacity: 0.6
}

.wecan-card-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    color: #FFFFFF;
    margin: 0
}

.wecan-contact {
    display: flex;
    gap: 40px;
    align-items: center
}

.wecan-contact-photo {
    flex: 0 0 auto;
    width: calc((((100% - 48px) / 3) * 2) + 24px);
    /*max-width: 65%*/
}

.wecan-contact-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    object-fit: cover
}

.wecan-contact-form-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 10px
}

.wecan-contact-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    margin: 0 0 16px
}

.wecan-contact-desc {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    margin: 0 0 28px
}

.wecan-contact-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 353px
}

.wecan-contact-phone {
    width: 100%;
    height: 49px;
    border-radius: 6px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset, 0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
    padding: 0 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    outline: none;
    transition: box-shadow 0.2s
}

.wecan-contact-phone::placeholder {
    color: #999
}

.wecan-contact-phone:focus {
    box-shadow: 0 0 0 2px #48924E, 0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset, 0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset
}

.wecan-contact-submit {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: none;
    background: #EA8F13;
    box-shadow: 0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset, 0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    transition: background 0.25s
}

.wecan-contact-submit:hover {
    background: #FFA326
}

.wecan-contact-consent {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.wecan-contact-consent input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #48924E;
    cursor: pointer;
    flex-shrink: 0
}

.wecan-contact-consent span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #333
}

.wecan-contact-consent a {
    color: #333;
    text-decoration: underline;
    transition: color 0.2s
}

.wecan-contact-consent a:hover {
    color: #48924E
}

.wecan-contact-note {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #48924E;
    margin: 77px 0 0
}

.wecan-contact-form-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 10px
}

@media (max-width: 1200px) and (min-width: 1001px) {
    .wecan-year {
        font-size: 220px;
        line-height: 220px
    }

    .wecan-contact-photo {
        max-width: 58%
    }

    .wecan-card {
        padding: 22px 22px 24px
    }

    .wecan-card-title {
        font-size: 18px
    }

    .wecan-card-text {
        font-size: 14px;
        line-height: 18px
    }

    .wecan-subheading {
        margin-top: 0
    }

    .wecan-top {
        margin-bottom: 20px
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .wecan {
        padding: 40px 0 50px
    }

    .wecan-year {
        font-size: 170px;
        line-height: 170px;
        margin-top: -20px
    }

    .wecan-heading {
        font-size: 26px
    }

    .wecan-subheading {
        font-size: 26px
    }

    .wecan-cards {
        gap: 16px;
        margin-bottom: 40px
    }

    .wecan-card {
        padding: 20px 18px 22px;
        min-height: 190px
    }

    .wecan-card-title {
        font-size: 16px
    }

    .wecan-card-sub {
        font-size: 14px
    }

    .wecan-card-text {
        font-size: 14px;
        line-height: 17px
    }

    .wecan-card-icon {
        width: 50px;
        height: 60px
    }

    .wecan-contact {
        gap: 24px
    }

    .wecan-contact-photo {
        max-width: 55%
    }

    .wecan-contact-title {
        font-size: 26px;
        line-height: 32px
    }

    .wecan-contact-form {
        max-width: 100%
    }

    .wecan-subheading {
        margin-top: 0
    }

    .wecan-top {
        margin-bottom: 20px
    }
}

@media (max-width: 768px) {
    .wecan {
        padding: 30px 0 0
    }

    .wecan-container {
        padding: 0 28px
    }

    .wecan-top {
        flex-direction: column;
        margin-bottom: 24px
    }

    .wecan-top-right {
        display: none
    }

    .wecan-top-left {
        max-width: 100%
    }

    .wecan-heading {
        font-size: 24px
    }

    .wecan-subheading {
        font-size: 24px
    }

    .wecan-cards {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 16px
    }

    .wecan-card {
        min-height: unset
    }

    .wecan-cards::after {
        content: '1998';
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 180px;
        line-height: 130px;
        color: #EBEBEB;
        text-align: center;
        margin-top: -10px;
        user-select: none
    }

    .wecan-contact {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center
    }

    .wecan-contact-photo {
        order: 2;
        width: 100%;
        max-width: 100%
    }

    .wecan-contact-form-block {
        display: block;
        order: 1;
        width: 100%;
        text-align: center
    }

    .wecan-contact-title {
        font-size: 26px;
        line-height: 32px;
        text-align: center
    }

    .wecan-contact-form-inner {
        order: 3;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%
    }

    .wecan-contact-desc {
        text-align: center
    }

    .wecan-contact-desc br {
        display: none
    }

    .wecan-contact-form {
        max-width: 100%;
        width: 100%
    }

    .wecan-contact-consent {
        justify-content: center
    }

    .wecan-contact-note {
        text-align: center;
        margin-top: 24px
    }

    .wecan-contact-note br {
        display: none
    }

    .wecan-contact-desc {
        margin-bottom: 12px
    }

    .wecan-subheading {
        margin-top: 30px
    }

    .wecan-desc {
        margin: 0
    }
}

@media (max-width: 480px) {
    .wecan-container {
        padding: 0 20px 20px
    }

    .wecan-intro {
        font-size: 18px
    }

    .wecan-heading {
        font-size: 22px
    }

    .wecan-subheading {
        font-size: 22px
    }

    .wecan-desc {
        font-size: 15px
    }

    .wecan-cards::after {
        font-size: 150px;
        line-height: 110px
    }

    .wecan-contact-title {
        font-size: 22px;
        line-height: 28px
    }
}

@media (max-width: 380px) {
    .wecan-heading {
        font-size: 20px
    }

    .wecan-subheading {
        font-size: 20px
    }

    .wecan-cards::after {
        font-size: 140px;
        line-height: 100px
    }

    .wecan-contact-title {
        font-size: 20px;
        line-height: 26px
    }
}

@media (min-width: 769px) {
    .wecan-contact-form-block {
        display: none
    }
}

@media (max-width: 768px) {
    .wecan-contact-form-inner .wecan-contact-title, .wecan-contact-form-inner .wecan-contact-desc {
        display: none
    }
}
