@media only screen and (max-width: 1024px) {
    .sport-program-wrapper .container {
        max-width: 100%;
        padding: 0 15px;
    }
}
.sport-program-wrapper .title-filters {
    margin-bottom: 40px;
}
.sport-program-wrapper .title-filters .text {
    max-width: 768px;
    margin: 0 auto 40px;
    text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .sport-program-wrapper .title-filters .text {
        max-width: 100% !important;
    }
}
.sport-program-wrapper .title-filters .text .module-part-title {
    color: #10357f;
}
.sport-program-wrapper .title-filters .text .module-part-subtitle {
    color: #58595B !important;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    margin-top: 30px;
}
.sport-program-wrapper .program-filters {
    border-radius: 50px;
    background-color: #FFF;
    box-shadow: 0 12px 64px 0 rgba(45, 54, 67, 0.08);
    padding: 12px !important;
    margin-bottom: 0 !important;
    gap: 0 !important;
    flex-direction: row;
    position: relative;
    z-index: 9;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .sport-program-wrapper .program-filters {
        flex-direction: column;
        gap: 12px !important;
        padding: 0 !important;
        box-shadow: none;
    }
}
.sport-program-wrapper .program-filters .zip-wrap {
    width: 100% !important;
    margin-right: 12px !important;
}
.sport-program-wrapper .program-filters .zip-wrap input {
    height: auto !important;
    border-radius: 50px !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .sport-program-wrapper .program-filters .zip-wrap {
        margin-right: 0 !important;
    }
}
.sport-program-wrapper .program-filters .zip-wrap:after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.20459 0.448242C3.48555 0.448242 0.456055 3.47773 0.456055 7.19679C0.456055 10.9158 3.48555 13.9512 7.20459 13.9512C8.79311 13.9512 10.254 13.3945 11.4087 12.4702L14.2197 15.2798C14.3616 15.4158 14.5511 15.4908 14.7476 15.4888C14.944 15.4868 15.1319 15.4079 15.271 15.2691C15.41 15.1302 15.4892 14.9424 15.4915 14.746C15.4937 14.5495 15.419 14.3599 15.2832 14.2178L12.4722 11.4068C13.3972 10.2504 13.9546 8.78714 13.9546 7.19679C13.9546 3.47773 10.9236 0.448242 7.20459 0.448242ZM7.20459 1.94827C10.113 1.94827 12.4531 4.28841 12.4531 7.19679C12.4531 10.1052 10.113 12.4512 7.20459 12.4512C4.29621 12.4512 1.95605 10.1052 1.95605 7.19679C1.95605 4.28841 4.29621 1.94827 7.20459 1.94827Z' fill='%238897AE'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 16px !important;
    width: 16px !important;
    right: 16px !important;
    top: calc(50% - 8px) !important;
}
.sport-program-wrapper .program-filters .select2-selection__rendered {
    font-family: "Lato", sans-serif;
}
.sport-program-wrapper .program-filters .select2-selection {
    border-radius: 50px !important;
}
.sport-program-wrapper .program-filters .distance-wrap {
    width: 273px !important;
    flex-shrink: 0;
    margin-right: 12px !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .sport-program-wrapper .program-filters .distance-wrap {
        width: 100% !important;
        margin-right: 0 !important;
    }
}
.sport-program-wrapper .program-filters .distance-wrap:after {
    display: none !important;
}
.sport-program-wrapper .program-filters #zip-update-submit {
    padding: 12px 24px 16px 30px !important;
}
.sport-program-wrapper .program-card-wrapper {
    background: transparent;
    padding: 0 15px;
}
.sport-program-wrapper .program-card-wrapper .programs-cards {
    display: flex;
    text-align: left;
    flex-direction: row;
    gap: 24px;
    max-width: 1320px !important;
    flex-wrap: wrap;
}
.sport-program-wrapper .program-card-wrapper .programs-cards .pagination {
    display: none !important;
}
.sport-program-wrapper .program-card-wrapper .programs-cards p {
    flex-basis: 100%;
}
@media only screen and (max-width: 768px) {
    .sport-program-wrapper .program-card-wrapper .programs-cards {
        margin-bottom: 32px;
    }
}
.sport-program-wrapper .program-card-wrapper .programs-cards .card-item {
    width: calc(33.33% - 16px) !important;
}
@media only screen and (max-width: 1024px) {
    .sport-program-wrapper .program-card-wrapper .programs-cards .card-item {
        width: calc(50% - 16px) !important;
    }
}
@media only screen and (max-width: 575px) {
    .sport-program-wrapper .program-card-wrapper .programs-cards .card-item {
        width: 100% !important;
    }
}
.sport-program-wrapper .program-card-wrapper .loading.programs {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.sport-program-wrapper .program-card-wrapper .loading.programs .skeleton-item {
    width: calc(33.33% - 16px) !important;
}
@media only screen and (max-width: 1024px) {
    .sport-program-wrapper .program-card-wrapper .loading.programs .skeleton-item {
        width: calc(50% - 16px) !important;
    }
}
@media only screen and (max-width: 575px) {
    .sport-program-wrapper .program-card-wrapper .loading.programs .skeleton-item {
        width: 100% !important;
    }
}
.sport-program-wrapper .program-card-wrapper .program-cards-btn-wrapper {
    margin-top: 60px;
}
.module-posts-filter .message {
    color: #F9501B;
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
    margin: 0;
    position: absolute;
    bottom: -40px;
    left: 0;
}