.tyumen-banner {
    width: calc(100% - 60px);!important;
    max-width: 1200px;!important;
    margin: 0 auto;!important;
    padding-top: 18px;!important;
    box-sizing: border-box;!important;
}

.tyumen-banner__picture {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 28px;
}

.tyumen-banner__image {
    display: block;
    width: 100%;
    height: auto;
}

.tyumen-about {
    --tyumen-heading-size: 20px;

    display: grid;
    grid-template-columns: 60% 40%;
    width: calc(100% - 60px);
    max-width: 1200px;
    aspect-ratio: 5 / 2;
    margin: 14px auto 0;
    padding: 0;
    overflow: hidden;
    background-color: #ececec;
    border-radius: 24px;
    box-sizing: border-box;
}

.tyumen-about__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    min-height: 0;
    padding: 60px 50px 36px;
    box-sizing: border-box;
}

.tyumen-about__icon {
    display: block;
    width: calc(var(--tyumen-heading-size) * 2.1);
    height: auto;
    margin: 0 0 18px;
}

.tyumen-about__date {
    margin: 0 0 24px;
    color: #df8f82;
    font-size: var(--tyumen-heading-size);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.tyumen-about__text {
    width: 100%;
    max-width: 450px;
    color: #111111;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
}

.tyumen-about__text p {
    margin: 0;
}

.tyumen-about__text p + p {
    margin-top: 22px;
}

.tyumen-about__image {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    margin: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .tyumen-about {
        --tyumen-heading-size: 17px;
    }

    .tyumen-about__content {
        padding: 20px 26px;
    }

    .tyumen-about__icon {
        margin-bottom: 13px;
    }

    .tyumen-about__date {
        margin-bottom: 17px;
    }

    .tyumen-about__text {
        max-width: 520px;
        font-size: 17px;
        line-height: 1.2;
    }

    .tyumen-about__text p + p {
        margin-top: 17px;
    }
}

@media (max-width: 767px) {
    .tyumen-banner {
        width: calc(100% - 14px);
        padding-top: 8px;
    }

    .tyumen-banner__picture {
        aspect-ratio: auto;
        border-radius: 16px;
    }

    .tyumen-banner__image {
        width: 100%;
        height: auto;
        object-fit: initial;
    }

    .tyumen-about {
        display: flex;
        flex-direction: column;
        width: calc(100% - 14px);
        aspect-ratio: auto;
        margin: 7px auto 0;
        padding: 0;
        border-radius: 18px;
    }

    .tyumen-about__content {
        width: 100%;
        padding: 24px 19px 22px;
    }

    .tyumen-about__icon {
        display: none;
    }

    .tyumen-about__date {
        width: 100%;
        margin: 0 0 20px;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.15;
        text-align: center;
    }

    .tyumen-about__text {
        width: 100%;
        max-width: none;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.22;
    }

    .tyumen-about__text p + p {
        margin-top: 22px;
    }

    .tyumen-about__image {
        width: 100%;
        height: auto;
        min-height: 0;
        margin: 0;
        object-fit: initial;
        object-position: initial;
        border-radius: 0;
    }
}

.tyumen-workshop {
    display: grid;
    grid-template-columns: 50% 50%;
    width: calc(100% - 60px);
    max-width: 1200px;
    aspect-ratio: 20 / 7;
    margin: 14px auto 0;
    padding: 0;
    overflow: hidden;
    background-color: #df8f82;
    border-radius: 24px;
    box-sizing: border-box;
}

.tyumen-workshop__picture {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.tyumen-workshop__image {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    margin: 0;
    object-fit: cover;
    object-position: center;
}

.tyumen-workshop__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 0;
    padding: 36px 40px;
    box-sizing: border-box;
}

.tyumen-workshop__text {
    width: 100%;
    max-width: 520px;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
}

.tyumen-workshop__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 520px;
    min-height: 52px;
    margin-top: 22px;
    padding: 10px 20px;
    color: #df8f82;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .tyumen-workshop__content {
        padding: 24px 28px;
    }

    .tyumen-workshop__text {
        font-size: 17px;
        line-height: 1.2;
    }

    .tyumen-workshop__button {
        min-height: 44px;
        margin-top: 18px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .tyumen-workshop {
        display: flex;
        flex-direction: column;
        width: calc(100% - 14px);
        aspect-ratio: auto;
        margin: 7px auto 0;
        padding: 0;
        border-radius: 18px;
    }

    .tyumen-workshop__content {
        order: 1;
        width: 100%;
        padding: 24px 19px 30px;
    }

    .tyumen-workshop__text {
        width: 100%;
        max-width: none;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.22;
    }

    .tyumen-workshop__button {
        width: 100%;
        max-width: none;
        min-height: 38px;
        margin-top: 22px;
        padding: 8px 15px;
        border-radius: 9px;
        font-size: 16px;
    }

    .tyumen-workshop__picture {
        order: 2;
        width: 100%;
        height: auto;
        min-height: 0;
    }

    .tyumen-workshop__image {
        display: block;
        width: 100%;
        height: auto;
        min-height: 0;
        margin: 0;
        object-fit: initial;
        object-position: initial;
    }
}

.tyumen-symbol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: calc(100% - 60px);
    max-width: 1200px;
    aspect-ratio: 20 / 7;
    margin: 14px auto 0;
    padding: 0;
    box-sizing: border-box;
}

.tyumen-symbol__content {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 0;
    padding: 40px 46px;
    overflow: hidden;
    background-color: #ececec;
    border-radius: 24px;
    box-sizing: border-box;
}

.tyumen-symbol__text {
    width: 100%;
    max-width: 450px;
    margin: 0;
    color: #111111;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
}

.tyumen-symbol__picture {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border-radius: 24px;
}

.tyumen-symbol__image {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    margin: 0;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .tyumen-symbol__content {
        padding: 28px 30px;
    }

    .tyumen-symbol__text {
        max-width: 400px;
        font-size: 17px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .tyumen-symbol {
        display: flex;
        flex-direction: column;
        gap: 7px;
        width: calc(100% - 14px);
        aspect-ratio: auto;
        margin: 7px auto 0;
    }

    .tyumen-symbol__content {
        width: 100%;
        padding: 28px 19px;
        border-radius: 18px;
    }

    .tyumen-symbol__text {
        width: 100%;
        max-width: none;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.22;
    }

    .tyumen-symbol__picture {
        width: 100%;
        height: auto;
        border-radius: 18px;
    }

    .tyumen-symbol__image {
        display: block;
        width: 100%;
        height: auto;
        min-height: 0;
        object-fit: initial;
        object-position: initial;
    }
}

.tyumen-gifts {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 14px auto 0;
    padding: 42px 42px 34px;
    overflow: hidden;
    background-color: #df8f82;
    border-radius: 24px;
    box-sizing: border-box;
    color: #ffffff;
}

.tyumen-gifts__title {
color: #ffffff;
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
}

.tyumen-gifts__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin-top: 44px;
}

.tyumen-gifts__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    text-align: center;
}

.tyumen-gifts__icon {
    display: block;
    width: 160px;
    height: 230px;
    margin: 0;
    object-fit: contain;
    object-position: center;
}

.tyumen-gifts__name {
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.18;
    text-transform: uppercase;
}

.tyumen-gifts__note {
    margin: 38px 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .tyumen-gifts {
        padding: 34px 30px 28px;
    }

    .tyumen-gifts__title {
        font-size: 24px;
    }

    .tyumen-gifts__list {
        gap: 18px;
        margin-top: 34px;
    }

    .tyumen-gifts__icon {
        width: 125px;
        height: 185px;
    }

    .tyumen-gifts__name {
        margin-top: 16px;
        font-size: 16px;
    }

    .tyumen-gifts__note {
        margin-top: 30px;
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .tyumen-gifts {
        width: calc(100% - 14px);
        margin: 7px auto 0;
        padding: 28px 20px 18px;
        border-radius: 18px;
    }

    .tyumen-gifts__title {
        margin: 0;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.15;
        text-align: center;
        text-transform: uppercase;
    }

    .tyumen-gifts__list {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-top: 26px;
    }

    .tyumen-gifts__item {
        display: grid;
        grid-template-columns: 100px minmax(0, 170px);
        column-gap: 18px;
        align-items: end;
        justify-content: center;
        width: 100%;
        min-width: 0;
        text-align: left;
    }

    .tyumen-gifts__icon {
        display: block;
        width: 100px;
        height: 142px;
        margin: 0;
        object-fit: contain;
        object-position: center bottom;
    }

    .tyumen-gifts__name {
        align-self: end;
        margin: 0 0 5px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.18;
        text-align: left;
        text-transform: uppercase;
    }

    .tyumen-gifts__note {
        max-width: 290px;
        margin: 28px auto 0;
        color: #ffffff;
        font-size: 10px;
        font-weight: 400;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
    }
}

.tyumen-renewal {
    display: grid;
    grid-template-columns: 51% 49%;
    gap: 8px;
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 14px auto 18px;
    padding: 0;
    box-sizing: border-box;
}

.tyumen-renewal__picture {
    display: block;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 24px;
}

.tyumen-renewal__image {
    display: block;
    width: 100%;
    height: auto;
}

.tyumen-renewal__content {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 34px 32px;
    background-color: #ececec;
    border-radius: 24px;
    box-sizing: border-box;
}

.tyumen-renewal__text {
    width: 100%;
    max-width: 500px;
    margin: 0;
    color: #111111;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .tyumen-renewal {
        grid-template-columns: 50% 50%;
    }

    .tyumen-renewal__content {
        padding: 24px 24px;
    }

    .tyumen-renewal__text {
        max-width: none;
        font-size: 17px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .tyumen-renewal {
        display: flex;
        flex-direction: column;
        gap: 7px;
        width: calc(100% - 14px);
        margin: 7px auto 8px;
    }

    .tyumen-renewal__content {
        order: 1;
        width: 100%;
        padding: 34px 24px;
        border-radius: 18px;
    }

    .tyumen-renewal__text {
        max-width: none;
        font-size: 16px;
        line-height: 1.22;
    }

    .tyumen-renewal__picture {
        order: 2;
        width: 100%;
        border-radius: 18px;
    }

    .tyumen-renewal__image {
        width: 100%;
        height: auto;
    }
}

.tyumen-workshop__button:link,
.tyumen-workshop__button:visited,
.tyumen-workshop__button:hover,
.tyumen-workshop__button:focus,
.tyumen-workshop__button:focus-visible,
.tyumen-workshop__button:active {
    color: #df8f82 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
    outline: none;
    opacity: 1;
    transform: none;
    filter: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
}

.tyumen-back {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 14px auto 18px;
    box-sizing: border-box;
}

.tyumen-back__button,
.tyumen-back__button:link,
.tyumen-back__button:visited,
.tyumen-back__button:hover,
.tyumen-back__button:focus,
.tyumen-back__button:focus-visible,
.tyumen-back__button:active {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 520px;
    min-height: 52px;
    margin: 0 auto;
    padding: 10px 20px;
    color: #ffffff !important;
    background-color: #7d8034 !important;
    border: 0;
    border-radius: 10px;
    outline: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 767px) {
    .tyumen-back {
        width: calc(100% - 14px);
        margin: 7px auto 8px;
    }

    .tyumen-back__button,
    .tyumen-back__button:link,
    .tyumen-back__button:visited,
    .tyumen-back__button:hover,
    .tyumen-back__button:focus,
    .tyumen-back__button:focus-visible,
    .tyumen-back__button:active {
        max-width: none;
        min-height: 38px;
        padding: 8px 15px;
        border-radius: 9px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .tyumen-banner,
    .tyumen-about,
    .tyumen-workshop,
    .tyumen-symbol,
    .tyumen-gifts,
    .tyumen-renewal,
    .tyumen-back {
        position: relative;
        left: -10px;
    }
}