.services-hero {
    position: relative;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    color: #010101;
    background-color: #f1f1f5;
    border-radius: 4px;
}

.services-hero__content {
    z-index: 1;
    display: flex;
    flex: 0 0 50%;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 30px 40px;
}

.services-hero__brand {
    margin: 0 0 16px;
    font-weight: 600;
    font-size: 90px;
    line-height: 1.05;
    letter-spacing: -1%;
}

.services-hero__subtitle {
    margin-bottom: 9px;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.15;
    color: rgba(1, 1, 1, 0.8);
    letter-spacing: -1%;
}

.services-hero__title {
    margin-bottom: 24%;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -1%;
}

.services-hero__image-container {
    position: absolute;
    right: 0;
    bottom: 0;
}

.services-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom left;
}

.services-discount {
    margin-top: 15px;
    padding: 50px 20px 20px;
    border: 1px solid #fc9d13;
}

.services-discount__inner {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.services-discount__content {
    max-width: 892px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    text-wrap: pretty;
}

.services-discount__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    color: #010101;
}

.services-discount__description {
    margin-top: 20px;
    font-size: 20px;
}

.services-discount-banner {
    display: flex;
    gap: 15px 50px;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #fff;
    background-color: #fc9d13;
    border-radius: 4px;
}

.services-discount-banner__info {
    display: flex;
    gap: 20px;
    align-items: center;
}

.services-discount-banner__text {
    position: relative;
    display: flex;
    gap: 14px;
    align-items: center;
    padding-right: 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
}

.services-discount-banner__text:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.services-discount-banner__discount {
    font-weight: 700;
    font-size: 52px;
    line-height: 1.2;
}

.services-discount-banner__subtext {
    font-weight: 600;
    font-size: 22px;
    font-family: Montserrat, sans-serif;
    line-height: 1.2;
}

.services-discount-banner__button {
    display: inline-block;
    padding: 17px 28.5px;
    font-weight: 600;
    font-size: 12px;
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #d12e28;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

.partnership-steps {
    padding: 60px 0 70px;
}

.partnership-steps__content {
    position: relative;
}

.partnership-steps__header {
    margin-bottom: 66px;
    text-align: center;
}

.partnership-steps__title {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 46px;
    font-family: Montserrat, sans-serif;
    line-height: 1.2;
    color: #010101;
}

.partnership-steps__subtitle {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #010101;
}

.partnership-steps__grid {
    display: flex;
    gap: 60px;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 60px;
}

.partnership-steps__card {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.partnership-steps__number {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background-color: #fc9d13;
    border-radius: 50%;
}

.partnership-steps__number-text {
    font-weight: 700;
    font-size: 28px;
    font-family: Montserrat, sans-serif;
    line-height: 1.2;
    color: #fff;
}

.partnership-steps__description {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    line-height: 1.2;
    color: #010101;
}

.partnership-steps__description a {
    color: #d12e28;
    text-decoration: underline;
}

.partnership-steps__arrow {
    position: absolute;
    top: 31px;
    right: 100%;
    display: flex;
    align-items: center;
    margin-right: -30px;
}

.partnership-steps__arrow-svg {
    width: 119px;
    height: 14px;
}

.partnership-steps__cta {
    display: flex;
    justify-content: center;
}

.partnership-steps__button {
    display: inline-block;
    padding: 17px 28.5px;
    font-weight: 600;
    font-size: 12px;
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #d12e28;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
    min-width: 250px;
}

.cooperation-benefits {
    margin-top: 22px;
    padding: 70px 0;
    background-color: #f4f4f4;
}

.cooperation-benefits__title {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 46px;
    font-family: Montserrat, sans-serif;
    line-height: 1.2;
    color: #010101;
    text-align: center;
}

.cooperation-benefits__subtitle {
    margin: 0 0 38px;
    font-weight: 700;
    font-size: 28px;
    font-family: Montserrat, sans-serif;
    line-height: 1.2;
    color: #010101;
    text-align: center;
}

.cooperation-benefits__grid {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.cooperation-benefits__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    width: 322px;
    max-width: 100%;
    padding: 25px 30px 25px 20px;
}

.cooperation-benefits__icon {
    position: relative;
    flex: 0 0 auto;
    width: 130px;
    height: 130px;
}

.cooperation-benefits__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cooperation-benefits__text {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    line-height: 1.2;
    color: #010101;
    text-align: center;
}

.cooperation-benefits__text strong {
    font-weight: 600;
}

.cooperation-benefits__button-container {
    display: flex;
    justify-content: center;
}

.cooperation-benefits__button {
    display: inline-block;
    padding: 17px 28.5px;
    font-weight: 600;
    font-size: 12px;
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #d12e28;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

.services-benefits {
    margin-top: 60px;
}

.services-benefits .contact-cta-buttons {
    margin-top: 39px;
}

.services-benefits__title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 46px;
    color: #010101;
    text-align: center;
}

.services-benefits__subtitle {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 28px;
    color: #010101;
    text-align: center;
}

.services-benefits__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
}

.services-benefits__item {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px 12px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
}

.services-benefits__item:nth-child(odd) {
    flex-direction: row-reverse;
}

.services-benefits__item:nth-child(odd) .services-benefits__item-content {
    padding-right: 26px;
    padding-left: 44px;
}

.services-benefits__item-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 668px;
    padding: 0 44px 0 26px;
}

.services-benefits__item-title {
    margin: 0 0 39px;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
}

.services-benefits__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.services-benefits__list li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    background-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="0.5" width="20" height="20" rx="10" fill="%2305A10B"/><path d="M13.4072 6.90033C13.4536 6.90044 13.5017 6.89768 13.5477 6.90491C13.6505 6.90665 13.7477 6.9468 13.8334 6.999C13.969 7.08165 14.6708 7.7644 14.7645 7.89405C14.7762 7.91011 14.7871 7.92672 14.7971 7.94387C14.8071 7.96103 14.8161 7.97865 14.8242 7.99673C14.8323 8.01479 14.8393 8.0332 14.8454 8.05197C14.8514 8.07075 14.8565 8.08978 14.8605 8.10905C14.8941 8.27265 14.8584 8.46494 14.7572 8.60133C14.5748 8.84704 14.2346 9.12143 14.0065 9.34132L12.2728 11.0035L10.3903 12.8161C10.0495 13.1459 9.70326 13.5194 9.33574 13.8159C9.21038 13.9171 9.07644 13.9845 8.91231 14.0058C8.69542 14.0341 8.48701 13.9636 8.31805 13.8346C8.17086 13.7223 8.04557 13.5763 7.91486 13.4463C7.7192 13.2539 7.5224 13.0626 7.32446 12.8724C6.88329 12.4496 6.44492 12.0241 6.00934 11.596C5.78668 11.3797 5.52701 11.1627 5.33373 10.9219C5.26116 10.8315 5.2126 10.7214 5.20174 10.6071C5.18471 10.428 5.25514 10.2677 5.37334 10.1322C5.52098 9.96306 6.02573 9.42326 6.19102 9.32011C6.2887 9.25917 6.39384 9.2269 6.50977 9.21864C6.64696 9.20884 6.7565 9.24214 6.87311 9.31123C7.09216 9.44105 7.28134 9.65935 7.46419 9.8328C7.66043 10.019 7.86242 10.1997 8.05624 10.3882C8.31358 10.6385 8.56145 10.8965 8.83845 11.1273C9.72703 10.2563 10.6206 9.3902 11.5193 8.52883L12.5934 7.49075C12.7687 7.32413 12.9456 7.13362 13.1416 6.99009C13.2181 6.93409 13.3146 6.9155 13.4072 6.90033Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.services-benefits__list-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    font-size: 20px;
    line-height: 1.2;
    word-break: keep-all;
}

.services-benefits__list-item strong {
    font-weight: 600;
}

.services-benefits__item-img {
    height: 383px;
    max-height: 400px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    aspect-ratio: 1.74;
}

.services-benefits__item-img img,
.services-benefits__item-img picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-benefits__social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
    color: #d12e28;
}

.services-benefits__social-link {
    display: flex;
    align-items: center;
    color: #d12e28;
    text-decoration: underline;
}

.services-benefits__social-link img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.contact-us {
    margin-top: 50px;
    padding: 13px;
    background: linear-gradient(277.78deg, #ffd133 20.17%, #df5000 89.91%);
    border-radius: 4px;
}

.contact-us__container {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.contact-us__content {
    display: flex;
    gap: 20px;
    align-items: center;
}

.contact-us__text {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.contact-us__buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.contact-us__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    text-decoration: none;
    background-color: #d12e28;
    border-radius: 100px;
    transition: transform 0.3s ease;
}

.contact-us__button:hover {
    background-color: #b02520;
    transform: scale(1.05);
}

.contact-us__button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.contact-us__button-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partnership-intro {
    padding: 42px 0;
    color: #fff;
    background: linear-gradient(277.78deg, #ffd133 27.17%, #df5000 89.91%);
}

.partnership-intro__content {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.partnership-intro__title {
    max-width: 468px;
    margin: 0;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
}

.partnership-intro__benefits {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: auto;
}

.partnership-intro__benefit {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 15px 8px;
    padding: 27px 20px 20px;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
}

.partnership-intro__benefit-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #05a10b;
    border-radius: 50%;
}

.partnership-intro__benefit-icon-img {
    width: 16.93px;
    height: 12.45px;
}

.partnership-intro__benefit-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
}

.contact-consultation {
    display: flex;
    flex-direction: row;
    gap: 34px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 40px;
    background: #215cc0;
    border-radius: 4px;
}

.contact-consultation__title {
    width: 668px;
    margin: 0;
    font-weight: 600;
    font-size: 28px;
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1.2;
    color: #fff;
    text-align: left;
}

.contact-consultation__details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    font-size: 18px;
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
    text-align: left;
}

.contact-consultation__address,
.contact-consultation__email,
.contact-consultation__phone {
    margin: 0;
}

.contact-consultation__email,
.contact-consultation__phone {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-consultation__email:hover,
.contact-consultation__phone:hover {
    color: #fc9d13;
}

.contact-consultation__email {
    text-decoration: underline;
}

.contact-issue {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 50px;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    background-color: #f4f4f4;
    border-radius: 4px;
}

.contact-issue__content {
    flex: 0 0 auto;
}

.contact-issue__text {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #010101;
    text-align: center;
}

.contact-issue__button-container {
    flex: 0 0 auto;
}

.contact-issue__button {
    display: inline-block;
    padding: 17px 28.5px;
    font-weight: 600;
    font-size: 12px;
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #d12e28;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

.contact-buttons {
    display: flex;
    gap: 12px;
}

.contact-buttons__button {
    display: inline-block;
    padding: 17px 28.5px;
    font-weight: 600;
    font-size: 12px;
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #d12e28;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    font-family: Montserrat, Arial, sans-serif;
    border-radius: 50%;
    transform: scale(1);
    transition: transform 0.18s ease;
}

.contact-buttons__button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.contact-buttons__button-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-cta-buttons {
    display: flex;
    gap: 30px;
    align-items: center;
}

.contact-cta-buttons__action-btn {
    display: inline-block;
    padding: 17px 28.5px;
    font-weight: 600;
    font-size: 12px;
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #d12e28;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}

.contact-cta-buttons__action-btn--outline {
    display: inline-block;
    padding: 17px 28.5px;
    font-weight: 600;
    font-size: 12px;
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #d12e28;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
    color: #d12e28;
    background: transparent;
    border-color: #d12e28;
}

.contact-cta-buttons--outline .contact-buttons__button {
    background-color: transparent !important;
}

.club-form {
    margin-bottom: 40px;
    background-color: #f4f4f4;
}

.club-form__wrapper {
    display: flex;
}

.club-form__content {
    flex: 1 1 700px;
    padding: 55px 0 50px;
}

.club-form__image {
    display: flex;
    flex: 1 1 730px;
    margin-top: -40px;
    margin-right: -30px;
}

.club-form__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.club-form__title {
    margin-bottom: 9px;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
}

.club-form__description {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.club-form__description .contact-cta-buttons {
    margin-top: -12px;
}

.club-form-grid__grid {
    display: grid;
    gap: 10px;
}

.club-form-grid__row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
}

.club-form-grid__field {
    display: flex;
    flex: 1 1;
    min-width: 170px;
    flex-wrap: wrap;
}

.error-message {
    color: #FF0004;
}

.club-form-grid__input {
    width: 100%;
    padding: 16px 15px;
    font-size: 14px;
    font-family: Montserrat, Arial, sans-serif;
    color: #010101;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.0117647059);
    transition: border 0.2s ease;
}

.club-form-grid__input:hover,
.club-form-grid__input:focus {
    border-color: #010101;
}

.club-form-grid__details {
    display: flex;
    flex-direction: row;
    gap: 15px 20px;
    align-items: center;
    margin-top: 20px;
}

.club-form-grid__button {
    display: inline-block;
    padding: 17px 28.5px;
    font-weight: 600;
    font-size: 12px;
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #d12e28;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

.club-form-grid__contacts {
    margin-top: 25px;
    margin-bottom: 15px;
}

.club-form-grid__disclaimer {
    font-size: 12px;
    line-height: 1;
    color: rgba(36, 39, 33, 0.5);
}

.club-form-grid__disclaimer a {
    display: block;
    color: #010101;
    text-decoration: underline;
}

.services-page__contact-issue {
    margin-top: 35px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 767.1px) {
    .services-discount__description {
        text-wrap: balance;
        text-wrap: pretty;
    }

    .partnership-steps .contact-cta-buttons {
        gap: 20px;
    }

    .partnership-steps .contact-cta-buttons__action-btn {
        min-width: 250px;
    }

    .cooperation-benefits .contact-cta-buttons {
        gap: 20px;
    }

    .cooperation-benefits .contact-cta-buttons__action-btn {
        min-width: 250px;
    }

    .club-form__description p {
        max-width: 512px;
    }

    .club-form-grid__contacts {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .partnership-steps__grid {
        gap: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .services-hero__image-container {
        position: relative;
        flex: 0 0 50%;
        padding-top: 17px;
    }

    .partnership-steps__grid {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        margin-bottom: 35px;
    }

    .partnership-steps__card {
        flex-direction: row;
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .partnership-steps__arrow {
        display: none;
    }

    .cooperation-benefits__grid {
        flex-wrap: wrap;
        gap: 30px 20px;
    }

    .partnership-intro__content {
        flex-direction: column;
        gap: 25px 30px;
        align-items: flex-start;
    }

    .partnership-intro__title {
        max-width: 100%;
        font-size: 22px;
        text-align: center;
        text-wrap: balance;
    }

    .partnership-intro__benefits {
        gap: 30px;
        align-self: stretch;
        justify-content: space-between;
        padding-left: 0;
    }

    .partnership-intro__benefit-text {
        font-size: 16px;
    }

    .club-form {
        margin-bottom: 15px;
        overflow: hidden;
    }

    .club-form__image {
        flex-basis: 500px;
        margin-right: -100px;
    }
}

@media only screen and (max-width: 767px) {
    .services-hero {
        flex-direction: column;
        gap: 30px;
        width: auto;
        margin: 0 -15px;
        border-radius: 0;
    }

    .services-hero__content {
        align-items: unset;
        padding: 18px 15px 0;
    }

    .services-hero__brand {
        margin-bottom: 18px;
        font-size: 48px;
    }

    .services-hero__subtitle {
        font-size: 20px;
    }

    .services-hero__title {
        margin-bottom: 58px;
        font-size: 20px;
    }

    .services-hero__image-container {
        width: auto;
        margin-left: -15px;
        padding-top: 0;
    }

    .services-discount {
        padding: 20px 10px 10px;
        border-radius: 4px;
    }

    .services-discount__inner {
        gap: 25px;
    }

    .services-discount__content {
        padding: 0 10px;
    }

    .services-discount__title {
        font-size: 16px;
    }

    .services-discount__description {
        margin-top: 15px;
        font-size: 14px;
    }

    .services-discount-banner {
        flex-direction: column;
        padding: 15px 20px;
    }

    .services-discount-banner__info {
        gap: 15px;
    }

    .services-discount-banner__text {
        gap: 10px;
        padding-right: 15px;
        font-size: 16px;
    }

    .services-discount-banner__text:before {
        top: 7.5px;
        bottom: 7.5px;
    }

    .services-discount-banner__discount {
        font-size: 38px;
    }

    .services-discount-banner__subtext {
        font-size: 16px;
    }

    .services-discount-banner__button {
        width: 100%;
    }

    .services-discount-banner .contact-cta-buttons__action-btn {
        font-size: 10px;
    }

    .partnership-steps {
        padding: 35px 0;
    }

    .partnership-steps__header {
        margin-bottom: 25px;
    }

    .partnership-steps__title {
        font-size: 34px;
    }

    .partnership-steps__subtitle {
        font-size: 18px;
    }

    .partnership-steps__number {
        width: 60px;
        height: 60px;
    }

    .partnership-steps__description {
        font-size: 18px;
    }

    .partnership-steps__button {
        width: 100%;
    }

    .cooperation-benefits {
        padding: 40px 15px 25px;
    }

    .cooperation-benefits__title {
        font-size: 30px;
    }

    .cooperation-benefits__subtitle {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .cooperation-benefits__grid {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 25px;
    }

    .cooperation-benefits__item {
        flex-direction: row;
        width: 100%;
        padding: 0;
    }

    .cooperation-benefits__item:not(:first-child) {
        padding-top: 12px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .cooperation-benefits__icon {
        width: 75px;
        height: 75px;
    }

    .cooperation-benefits__text {
        font-size: 18px;
        text-align: left;
    }

    .cooperation-benefits__button {
        width: 100%;
    }

    .services-benefits {
        margin-top: 15px;
    }

    .services-benefits .contact-cta-buttons {
        margin-top: 25px;
    }

    .services-benefits__title {
        font-size: 34px;
    }

    .services-benefits__subtitle {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .services-benefits__grid {
        gap: 40px;
    }

    .services-benefits__item {
        flex-direction: column-reverse !important;
    }

    .services-benefits__item:nth-child(odd) .services-benefits__item-content {
        padding: 0;
    }

    .services-benefits__item-content {
        flex: auto;
        padding: 0;
    }

    .services-benefits__item-title {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .services-benefits__list-item {
        font-size: 16px;
    }

    .services-benefits__item-img {
        height: auto;
    }

    .services-benefits__social-link img {
        width: 20px;
        height: 20px;
    }

    .contact-us {
        margin-top: 30px;
        padding: 15px;
    }

    .contact-us__container {
        gap: 20px;
    }

    .contact-us__text {
        font-size: 16px;
        text-align: left;
    }

    .contact-us__buttons {
        gap: 10px;
    }

    .contact-us__button {
        width: 40px;
        height: 40px;
    }

    .partnership-intro {
        padding: 25px 0;
    }

    .partnership-intro__benefits {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }

    .partnership-intro__benefit {
        flex-direction: row;
        width: 100%;
        padding: 12px;
    }

    .partnership-intro__benefit-icon {
        width: 15px;
        height: 15px;
        margin-top: 3px;
    }

    .partnership-intro__benefit-icon-img {
        width: 7px;
        height: 5px;
    }

    .contact-consultation {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        padding: 20px;
    }

    .contact-consultation__title {
        width: 100%;
        font-size: 20px;
        text-align: center;
    }

    .contact-consultation__details {
        width: 100%;
        padding-top: 20px;
        font-weight: 500;
        font-size: 14px;
        white-space: normal;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .contact-issue {
        flex-direction: column;
        padding: 17.5px 15px;
    }

    .contact-issue__text {
        font-size: 14px;
    }

    .contact-issue__button-container {
        width: 100%;
    }

    .contact-issue__button {
        width: 100%;
    }

    .contact-buttons {
        gap: 10px;
    }

    .contact-buttons__button {
        width: 40px;
        height: 40px;
    }

    .contact-cta-buttons {
        gap: 15px;
        width: 100%;
    }

    .contact-cta-buttons__action-btn {
        flex: 1;
        padding: 13px 20px;
    }

    .club-form__content {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .club-form__image {
        display: none;
    }

    .club-form__title {
        font-size: 22px;
        text-align: center;
    }

    .club-form__description {
        margin-bottom: 25px;
        font-size: 14px;
        text-align: center;
    }

    .club-form__description .contact-cta-buttons {
        display: none;
    }

    .club-form-grid__details {
        flex-direction: column;
        gap: 0;
    }

    .club-form-grid__button {
        width: 100%;
    }

    .container {
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .services-page__contact-issue {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 700px) {
    .club-form-grid__disclaimer {
        text-align: center;
    }

    .club-form-grid__disclaimer a {
        display: inline-block;
    }
}

@media only screen and (max-width: 599px) {
    .partnership-steps__description {
        font-size: 16px;
    }
}

@media (any-hover: hover) {
    .services-discount-banner__button:hover {
        color: #fff;
        background: #b81e1a;
    }

    .partnership-steps__description a:hover {
        color: #b81e1a;
    }

    .partnership-steps__button:hover {
        color: #fff;
        background: #b81e1a;
    }

    .cooperation-benefits__button:hover {
        color: #fff;
        background: #b81e1a;
    }

    .services-benefits__social-link:hover {
        color: #b81e1a;
    }

    .contact-issue__button:hover {
        color: #fff;
        background: #b81e1a;
    }

    .contact-buttons__button:hover {
        color: #fff;
        background: #b81e1a;
    }

    .contact-buttons__button:hover {
        background-color: #b02520;
        transform: scale(1.05);
    }

    .contact-cta-buttons__action-btn:hover {
        color: #fff;
        background: #b81e1a;
    }

    .contact-cta-buttons__action-btn--outline:hover {
        color: #fff;
        background: #b81e1a;
    }

    .contact-cta-buttons__action-btn--outline:hover {
        color: #d12e28;
        background: #fbeaea;
    }

    .club-form-grid__button:hover {
        color: #fff;
        background: #b81e1a;
    }
}


/*  анимация   */


/* Основная анимация fade-in */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Применяем анимацию ко всем основным блокам */


/*=====================================================

/* Анимации */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Класс для элементов, которые нужно анимировать */
.scroll-animate {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Класс, который добавляется при появлении в viewport */
.scroll-animate.animated {
    animation: fadeInUp 0.8s ease forwards;
}

/* Опционально: разные задержки */
.scroll-animate.delay-1 {
    animation-delay: 0.2s;
}

.scroll-animate.delay-2 {
    animation-delay: 0.4s;
}

.scroll-animate.delay-3 {
    animation-delay: 0.6s;
}

.top-block-wrapper {
    display: none !important;
}

.container_inner {
    all: unset !important;
}

.services-hero>* {
    opacity: 1 !important;
    transform: none !important;
}

/* Базовые анимации */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Общие стили для анимируемых элементов */
.scroll-animate {
    opacity: 0;
    transition: all 0.8s ease;
    will-change: transform, opacity;
}

/* Классы анимаций */
.animate-fade-up {
    animation: fadeInUp 0.8s ease forwards;
}

.animate-fade-down {
    animation: fadeInDown 0.8s ease forwards;
}

.animate-fade-left {
    animation: fadeInLeft 0.8s ease forwards;
}

.animate-fade-right {
    animation: fadeInRight 0.8s ease forwards;
}

.animate-scale-in {
    animation: scaleIn 0.8s ease forwards;
}

/* Задержки */
.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.4s;
}

.delay-3 {
    animation-delay: 0.6s;
}

.delay-4 {
    animation-delay: 0.8s;
}


#parts-form {
    scroll-margin-top: 250px;
    /* Отступ сверху при скролле */
}

.popupweb {
    position: fixed;
    z-index: 1111119999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.popupweb.hidden {
    display: none;
}

.corner-image {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 60px;
    height: auto;
    z-index: 1111120000;
}

.popup-content {
    background: #fff;
    border-radius: 3px;
    padding: 30px;
    text-align: center;
    width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

#popup-iconpk {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

#popup-messagepk {
    font-size: 18px;
}

#popup-closepk {
    background: #d12e28;
    color: white;
    padding: 10px 20px;
    border: none;
    width: 100%;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}


.pkf-hidden {
    display: none;
}

.pkf-form-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.pkf-form-content {
    background: white;
    padding: 20px;
    max-width: 300px;
    margin: 100px auto;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.pkf-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}

input,
textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    box-sizing: border-box;
}

button {
    padding: 10px 20px;
}

.nowrap-full {
    white-space: nowrap !important;
    display: inline-block !important;
}

ul:not([id*="bx_"])>li:before {
    content: '';
}

.wraps>.wrapper_inner {
    padding-bottom: 0px;
    z-index: 3;
}

@media (min-width: 1200px) {
    .container-custom {
        width: 1170px !important;
    }
}
