#vr {
    width: 100%;
    height: 100%;
}

.vr-glasses {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    z-index: 9;
    pointer-events: none;
}

.vr-services-screen > div{
    width: 1200px;
    height: 550px;
    
    position: fixed;
    left: 50%;
    top: 50.5%;
    transform: translate(-50%, -50%);

    z-index: 6;
}

.vr-services {
    background-color: #1B1C22;
    height: 100%;
    padding: 20px 170px;
}

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

    user-select: none;
} */

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

    padding: 6px;
    width: 410px;
    margin-top: 10px;
    cursor: pointer;
}

.vr-services-filter-main-button__text {
    font-family: 'DeusEx', sans-serif;
    font-size: 15px;
    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;
}


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

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

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

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

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

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

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

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

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

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

.vr-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;
}

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

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

    display: none;
}

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

.tariff-card {

}

.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 0.4s ease 0.3s 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__text.big {
    font-size: 18px;
}

.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;
}

.vr-services-tariffs-block {
    display: flex;
    justify-content: start;
    /* gap: 30px; */
    /* padding: 0 50px; */
    margin-top: 12px;
    height: 400px;
    width: 100%;
    gap: 30px;
    /* margin-left: 20px; */

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

.vr-services-tariffs-block__wrapper {
    overflow: hidden;
    width: 100%;
    /* border: 1px solid red; */
    padding-left: 20px;
    padding-right: 20px;
}

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

.vr-services-filter-secondary, .vr-services-filter-main {
    opacity: 0;
    animation: corner-box-text 0.4s 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.vr {
    top: 105px;
}

.tariff-card__body--price.vr {
    top: 165px;
}

.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: 15px; */

    cursor: pointer;
}

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

.services-card__footer {
    opacity: 0;
    animation: opacity-animation-zero-to-one 0.4s ease-in-out 0.3s forwards;
}

.vr-services-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;
    /* position: relative; */
    /* z-index: 8; */
}

.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; */
}

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

    display: flex;
    justify-content: center;

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

.vr-services-back-button {
    display: flex;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
    margin-left: 15px;
    position: relative;
    z-index: 9999;

    div {
        display: flex;
        align-items: center;
        color: #E0C522;
        font-size: 14px;
        font-weight: 500;

        font-family: 'DeusEx';
    }

    div:first-child {
        margin-right: 10px;
    }
}

.tariff-card__description {
    position: relative;
    /* top: 50px;
    left: 295px; */
    width: 90%;

    font-family: 'DeusEx', sans-serif;
    font-size: 10px;
    color: #E0C522;
    text-align: start;

    width: 515px;
    height: 200px;

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

.tariff-card__description.hidden {
    display: none;
}

.tariff-card__description--l-decoration {
    position: absolute;
    left: -10px;
    bottom: 0;
}

.tariff-card__description--r-decoration {
    position: absolute;
    right: -10px;
    bottom: 0;
}

.tariff-card__description--content {
    padding: 0 10px;
    line-height: 12px;
    font-weight: 300;
    position: absolute;
    bottom: 8px;
    background-color: #E6C44C0D;
    height: 180px;
}

.tariff-card__footer {
    position: relative;
    /* top: 190px;
    left: 553px; */
    /* transform: translateX(-50%); */

    width: 515px;
    height: 46px;

    font-family: 'DeusEx', sans-serif;
    font-size: 10px;
    color: #E0C522;
    text-align: start;
}

.tariff-card__footer.hidden {
    display: none;
}

.tariff-card__footer--l-decoration {
    position: absolute;
    left: -10px;
    bottom: 0;
}

.tariff-card__footer--r-decoration {
    position: absolute;
    right: -10px;
    bottom: 0;
}

.tariff-card__footer--content {
    padding: 0 4px;
    line-height: 8px;
    font-weight: 300;
    position: absolute;
    bottom: 4px;
    background-color: #E6C44C0D;
    height: 30px;
    width: 515px;
    display: flex;
    align-items: center;
    font-size: 8px;
    justify-content: center;
}

.description-header {
    font-family: 'DeusEx', sans-serif;
    font-size: 14px;
    color: #E0C522;
    text-align: start;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.cut-corner-box.big {
    width: 250px;
    height: 48px;
}

.tariff-card__body.big {
    width: 253px;
    height: 252px;
}

.vr-tv-services-block__title {
    font-family: 'RoadRadioBold', sans-serif;
    font-size: 24px;
    color: #B7B7B7;
    text-align: start;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.vr-tv-services-block {
    position: relative;
}

.vr-tv-services-block__body {
    position: absolute;
    top: -30px;
    left: 15px;
}

.vr-tv-services-block__tariffs {
    /* border: 1px solid red; */
    position: absolute;
    top: -30px;
    left: 3px;
    overflow-y: auto;
    height: 350px;
    width: 100%;
}

.vr-tv-services-block__tariffs::-webkit-scrollbar {
    width: 8px;
}

.vr-tv-services-block__tariffs::-webkit-scrollbar-thumb {
    background-color: #E6C44C33;
    border-radius: 4px;
}

.vr-tv-services-block__item {
    margin-top: 30px;
    width: 100%;
}

.vr-tv-services-block__title {
    text-align: center;
}

.vr-tv-services-block__header {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;

    border-bottom: 1px solid #58585880;
}

.vr-tv-services-block__header > div {
    color: #E6C44C;
}

.vr-tv-services-block__header > div > b {
    font-size: 20px;
    font-family: 'RoadRadioBold', sans-serif;
}

.vr-tv-services-block__header > div > span {
    font-size: 18px;
    font-family: 'RoadRadio', sans-serif;
}

.vr-tv-services-block__item {
    /* border: 1px solid red; */
    padding-left: 30px;
    padding-right: 30px;
}

.vr-tv-services-block__icons {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 5px;
}

.tariff-description-block {
    background-color: #B7B7B70D;
    max-width: 340px;
    height: 178px;
    padding: 10px;
    position: relative;
    margin: 0 auto;
}

.tariff-description-block__borders {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.tariff-description-block__border-left {
    position: relative;
    right: 10px;
    top: 4px;
}

.tariff-description-block__border-right {
    position: relative;
    left: 10px;
    top: 4px;
}

.tariff-description-block__content {
    color: #B7B7B7;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.tariff-description-block__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;

    color: #B7B7B7;
}