.switch-container {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    margin-left: 30px;
}

.switch {
    cursor: pointer;
    position: relative;
    padding-bottom: 8px;
}

.switch.active::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C50178;
}

.content {
    display: none;
}

.content.active {
    display: block;
}

/*ТЕСТ */

.box {
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin-bottom: 50px;
}

.container {
    width: 424px;
    height: 423px;
    border-radius: 32px;
    background: #FFF;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.expandedImg {
    width: 424px;
    height: 340px;
    display: flex;
    justify-content: center;
}

.expandedImg img {
    height: 100%;
}

.row {
    display: flex;
    /* justify-content: space-between; */
    gap: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.column {
    height: 50px;
    cursor: pointer;
    border-bottom: 2px solid #ffffff;
}

.column img {
    /* width: 100%; */
    height: 100%;
}

.selected {
    border-bottom: 2px solid #C50178;


}

.container2 {
    width: 500px;
    height: 423px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container2 section {
    color: #001D8C;
    font-size: 20px;
    font-weight: 700;
    margin-top: 28px;
}

.container2 ul {
    margin-top: 18px;
    margin-bottom: 19px;
    padding-left: 15px;
}

.container2 li {
    font-size: 16px;
    font-weight: 500;
    height: 29px;
}


p {
    font-size: 12px;
}

.pg_Equipments_tariffs_price2 {
    display: flex;
    flex-direction: row;
}

.pg_Equipments_tariffs_price {
    margin-bottom: 28px;
    margin-right: 60px;
    display: flex;
    flex-direction: column;
}

.pg_Equipments_tariffs_OldPrices {
    font-size: 12px;
    font-weight: 500;
}

.pg_Equipments_tariffs_prices {
    font-weight: 700;
    font-size: 30px;
}