#cards ul {
    margin: 0;
    padding: 0;
}

#cards ul>li:not(:first-child) {

    margin: 0;
}

#cards ul>li::before {
    content: unset;
}

#cards {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 60px
}

#cards .cards__button {
    font-weight: 400;
    font-family: 'Gotham Pro';
    max-width: 330px;
    width: 100%;
    background-color: #f53;
    height: 50px;
    border-radius: 5px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    font-size: 16px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all .3s;
    margin-top: 24px
}

#cards table tr,
#cards table tr td {
    vertical-align: middle;
}

#cards .cards__button:hover {
    background: #0071eb;
}

@media(min-width: 780px) {
    #cards__button {
        margin-top: 24px
    }
}

@media(min-width: 780px) {
    #cards__dates {
        background-color: #fafafa;
        padding: 0 10px
    }
}

@media(min-width: 780px) {
    #cards__dates .tabs__title {
        padding: 10px 0px
    }
}

#cards__title {
    font-size: 24px;
    margin-bottom: 10px
}

@media(min-width: 780px) {
    #cards__title {
        font-size: 34px;
        margin-bottom: 26px
    }
}

@-webkit-keyframes tt_fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes tt_fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#cards .tabs__title {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-column-gap: 11px;
    -moz-column-gap: 11px;
    column-gap: 11px;
    height: 56px;

    -webkit-align-items: center;
    align-items: center;
    padding: 6px;
    background-color: #ebebeb;
    border-radius: 4px;
    font-size: 14px
}

#cards .tabs__title.slick-slider {
    padding: 0;
}

#cards .tabs__title .slick-list {
    width: calc(100% - 60px);
    margin-left: 30px;
}

#cards .tabs__title .slick-slide {
    margin-right: 10px;
}

#cards .tabs__title::-webkit-scrollbar {
    height: 3px
}

#cards .tabs__title::-webkit-scrollbar-thumb {
    background: rgba(255, 85, 51, .5098039216)
}

@media(min-width: 780px) {
    #cards .tabs__title {
        height: 64px;
        font-size: 16px;
        background-color: #fafafa;
        padding: 10px 10px
    }
}

#cards .tabs__title_item {
    border: 1px solid rgba(0, 0, 0, 0);
    color: #000;
    cursor: pointer;
    border-radius: 2px;
    -webkit-flex-basis: 78px;
    flex-basis: 78px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: all .3s;
    padding: 10px 16px;
    white-space: nowrap;
}

#cards .tabs__title_item.active {
    color: #fff;
    background-color: #0071eb
}

#cards .tabs__title_item:hover {
    border: 1px solid #0071eb
}

#cards .periods__items {
    margin-top: 10px
}

#cards .periods__item {
    display: none
}

#cards .periods__item.active {
    display: block;
    -webkit-animation: tt_fade-in .5s;
    animation: tt_fade-in .5s
}

#cards .dates__item {
    display: none
}

#cards .dates__item.active {
    display: block;
    -webkit-animation: tt_fade-in .5s;
    animation: tt_fade-in .5s
}

#cards .extra-offers {
    width: 100%;
    padding: 0;
    border-spacing: 0 10px
}

#cards .extra-offers__price {
    width: 138px;
    background-color: #ebebeb;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px 5px 5px 0px
}

#cards .extra-offers__text {
    border-radius: 5px 0px 0px 5px;
    background-color: #fafafa;
    font-size: 14px;
    padding: 14px 16px;

    position: relative;
}

#cards .dates__tabs {
    border-radius: 4px 4px 0 0;
}

@media (max-width: 750px) {
    #cards .dates__tabs {
        border-radius: 4px;
    }
}

#cards .tabs__content {
    background-color: #fafafa;
}

@media (max-width: 750px) {
    #cards .tabs__content {
        background-color: unset;
    }
}

#cards .dates__items {
    padding: 0 10px 0 10px;
}

@media (max-width: 750px) {
    #cards .dates__items {
        padding: 0;
    }
}

#cards .extra-offers__text {
    padding-left: 60px;

    position: relative;

    display: flex;
    align-items: center;
}

#cards .extra-offers__text::before {
    content: '';

    position: absolute;

    width: 20px;
    height: 20px;

    border: 2px solid #7A8496;

    border-radius: 50%;

    left: 16px;
    top: 50%;

    transform: translateY(-50%);
}

#cards .extra-offers__text::after {
    content: '';

    position: absolute;
    width: 16px;
    height: 16px;

    background-color: #0071eb;
    border-radius: 50%;

    left: 20px;
    top: 50%;

    transform: translateY(-50%);

    opacity: 0;

    transition: all .3s;
}

#cards .extra-offers {
    border-collapse: collapse;
}

#cards .extra-offers__price {
    display: flex;
    align-items: center;
    justify-content: center;
}


#cards .extra-offers__item {
    cursor: pointer;

    border: 1px solid transparent;
    border-radius: 4px;

    transition: all .3s;

    margin-bottom: 10px;

    display: inline-grid;
    width: 100%;

    grid-template-columns: calc(100% - 138px) 138px;
}

#cards .extra-offers__item:first-child {
    margin-top: 10px;
}

#cards .extra-offers__item.active {
    cursor: unset;
    border-color: #0071eb;
}

#cards .extra-offers__item.active .extra-offers__text::before {
    border-color: #0071eb;
}

#cards .extra-offers__item.active .extra-offers__text::after {
    opacity: 1;
}


#cards .extra-offers__item:last-child {
    margin-bottom: 10px;
}

#cards .tabs__prev,
#cards .tabs__next {
    width: 24px;
    height: 100%;

    display: block;


    position: absolute;

    z-index: 20;

    cursor: pointer;
}

#cards .slick-disabled {
    opacity: .5;
    cursor: unset;
}

#cards .tabs__next {
    right: 0;
}

#cards .tabs__prev::after,
#cards .tabs__next::after {
    content: '';
    width: 0;
    height: 0;

    position: absolute;

    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #1A2B49;

    top: 50%;

    transform: translateY(-20px);
}

#cards .tabs__prev::after {
    transform: translateY(-50%) rotate(-90deg);

    left: 10px;
}

#cards .tabs__next::after {
    transform: translateY(-50%) rotate(90deg);
    right: 10px;
}

#cards .tab__price {
    display: flex;
    flex-direction: column;
}

#cards .tab__price-new {
    color: #f53;
}

#cards .tab__price-old {
    font-size: .9em;
    text-decoration: line-through;
}

@media(min-width: 780px) {
    #cards .extra-offers__item:not(.active):hover {
        border: 1px solid #0071eb;
    }

    #cards .extra-offers__item:not(.active):hover .extra-offers__text::before {
        border-color: #0071eb;
    }
}

@media(min-width: 780px) {
    #cards .extra-offers__text {
        font-size: 16px;
        background-color: #f1f1f1;
    }
}