.services-card {
    /* position: absolute; */
    left: 675px;
    width: 674px;
    height: 300px;

    user-select: none;
}

.services-filter-main-button {
    position: relative;

    padding: 4px;
    width: 310px;
    margin-top: 0;
    cursor: pointer;
}

.services-filter-main-button__text {
    font-family: 'DeusEx', sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;

    padding-top: 6px;
    padding-bottom: 5px;
    background: rgba(199, 200, 209, 0.1);
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    justify-content: center;

    color: #B7B7B7;
    cursor: pointer;
}


.services-filter-main-button__text.active {
    color: #E56A3B !important;
}

.services-filter-main-button__rt-angle,
.services-filter-main-button__rb-angle,
.services-filter-main-button__lt-angle,
.services-filter-main-button__lb-angle {
    position: absolute;
    height: 6px;
}

.services-filter-main-button__rt-angle {
    top: -9px;
    right: 1px;
}

.services-filter-main-button__rb-angle {
    bottom: 9px;
    right: 1px;
}

.services-filter-main-button__lt-angle {
    top: -9px;
    left: 1px;
}

.services-filter-main-button__lb-angle {
    bottom: 9px;
    left: 1px;
}

.services-filter-main {
    display: flex;
    justify-content: space-between;
    padding: 0 26px;
}

.services-filter-secondary {
    display: flex;
    justify-content: space-between;
    padding: 0 21px !important;
    height: 32px;
    /* margin-top: 10px; */
}

.services-filter-secondary-button {
    position: relative;
    padding: 6px;
    width: 202px;
    height: 100%;

    justify-content: space-between;
    cursor: pointer;
}

.services-filter-secondary-button__text {
    font-family: 'DeusEx', sans-serif;
    font-size: 10px;
    color: #fff;
    letter-spacing: 1px;

    font-style: normal;
    font-weight: 400;

    background: rgba(199, 200, 209, 0.1);
    height: 100%;
    padding-bottom: 3px;
    padding-top: 6px;

    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: 0.1em;
    text-transform: lowercase !important;

    user-select: none;
}

.services-filter-secondary-button__text.active {
    color: #E56A3B !important;
}

.services-filter-secondary-button__close,
.services-filter-secondary-button__open {
    width: 16px;
    height: 16px;
    
    position: absolute;
    bottom: 4px;
    right: -4px;

    display: none;
}

.services-filter-secondary-button__close.active,
.services-filter-secondary-button__open.active {
    display: block;
}

.tariff-card {
    cursor: pointer;
}

.cut-corner-box {
    position: relative;
    width: 200px;
    height: 38px;
    background-color: #e6c04b;
    clip-path: polygon(15px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 15px);
    transform-origin: right center;
    transform: scaleX(0);
    animation: unfold 1s ease forwards;
    overflow: hidden;
    border: 1px solid #000;
}

.cut-corner-box__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'DeusEx', sans-serif;
    font-size: 16px;
    color: #272727;
    text-transform: uppercase;
    text-overflow: clip;
    white-space: nowrap;

}

.cut-corner-box__plus {
    position: absolute;
    bottom: 0px;
    left: 5px;
}

.cut-corner-box__box {
    position: absolute;
    bottom: 1.5px;
    right: 5px;
}

.content {
    padding: 20px;
    font-family: sans-serif;
}

.tariffs-block {
    /* display: flex;
    justify-content: space-between;
    padding: 0 15px;
    margin-top: 12px; */

    /* border: 1px solid red; */
}

.cut-corner-box > div {
    opacity: 0;
    animation: corner-box-text 1s ease-in-out forwards;
}

.services-filter-secondary, .services-filter-main {
    opacity: 0;
    animation: corner-box-text 1s ease-in-out forwards;
}

.tariff-card__body {
    position: relative;

    width: 203px;
    height: 202px;

    /* border: 1px solid red; */
}

.tariff-card__body--icon {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.tariff-card__body--speed {
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'DeusEx', sans-serif;
    display: flex;
    align-items: end;
    gap: 3px;
}

.tariff-card__body--speed > .value {
    font-size: 18px;
    color: #272727;
}
.tariff-card__body--speed > .unit {
    font-size: 11px;
    padding-bottom: 2px;
    font-weight: 100;
    color: #272727;
}

.tariff-card__body--price {
    position: absolute;
    top: 135px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'DeusEx', sans-serif;
    display: flex;
    align-items: end;
    gap: 3px;
}

.tariff-card__body--price > .value {
    font-size: 18px;
    color: #272727;
}
.tariff-card__body--price > .unit {
    font-size: 11px;
    padding-bottom: 2px;
    font-weight: 100;
    color: #272727;
}

.services-card__icons {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 12px;
}

.services-card__vr-button {
    position: absolute;
    right: 20px;
    bottom: 0px;
    cursor: pointer;
}

.tariff-card__body {
    opacity: 0;
    animation: opacity-animation-zero-to-one 1s ease-in-out forwards;
}

.services-card__footer {
    opacity: 0;
    position: relative;
    animation: opacity-animation-zero-to-one 1s ease-in-out forwards;
}

.tariffs-block {
  overflow: hidden;
  position: relative;
  width: 100%;
    margin-top: 10px;
  /* border: 1px solid yellow; */
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.slider-slide {
  /* width: 1000px; */
    display: flex;
    gap: 20px;
    justify-content: space-around;
    /* border: 1px solid red; */
}

.slider-slide:nth-child(odd) {
  padding: 0 20px;
}

.slider-slide:nth-child(even) {
  padding: 0 15px;
}

.tariff-card {
  flex: 1;
  /* max-width: 30%; */
}

.slider-dots {
  text-align: center;
  margin-top: 20px;
}

.slider-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background: rgba(183, 183, 183, 0.2);
  /* border-radius: 50%; */
  cursor: pointer;
  transition: background-color 0.3s;
}

.slider-dot.active {
  background-color: #272727;

  background: rgba(230, 196, 76, 0.5);

  
}

.addon-services-block__body {
    padding: 0 10px;
}

.addon-services-block__body > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.addon-services-block__footer {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.addon-services-block__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5px 0;
}

.addon-services-block__label {
    font-family: 'RoadRadio';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #B7B7B7;
    text-transform: uppercase;
}

.addon-services-block__price {
    font-family: 'RoadRadio';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;

    display: flex;
    align-items: end;
    justify-content: flex-end;
    text-align: right;
    text-transform: uppercase;

    color: #E6C44C;
    width: 150px;
    /* border: 1px solid red; */
}

.addon-services-block__addons {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    padding: 0 30px;

    z-index: 1;
}

.addon-services-block__body {
    position: absolute;
    top: -10px;
    left: 0;

    /* border: 1px solid red; */
}

.addon-services-block {
    position: relative;
    height: 315px;
    /* border: 1px solid red; */
}

.addon-services-block__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    /* border: 1px solid red; */
}