body {
    margin: 0;
    padding: 0;
}

.list2 {
    list-style: none;
    font-size: 15px;
    color: #9095aa;
    padding: 0;
    margin: 0;
}

.list1 {
    padding: 0;
    margin: 0;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

#container {
    width: 100%;
    text-align: center;
}

.whole {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.type {
    width: 100%;
    border-radius: 5px 5px 0 0;
    background-color: #00CED1;
    height: 62px;
    border-bottom: 3px solid #bfa30c;
}

.type p {
    font-weight: 800;
    font-size: 29px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    padding-top: 10px;
    margin: 0;
}

.plan {
    width: 100%;
    background-color: #212428;
    border-radius: 0 0 5px 5px;
    font-style: condensed;
    padding: 70px;
    font-size: 90px;
    color: white;
    text-align: center;
}

.header {
    border-bottom: 1px solid #494a5a;
    padding-bottom: 1px;
}

.header span {
    font-size: 32px;
}

.month {
    font-size: 14px;
    color: #ffffff;
    padding: 0;
    margin: -10px;
}

.price {
    height: 80px;
    font-size: 18px;
}

.cart {
    color: white;
    position: relative;
    top: 16px;
}

.bottom {
    text-decoration: none;
}

.garant-title {
    font-weight: bold;
    color: #bfa30c;
    text-transform: uppercase;
}

.garant-info {
    font-weight: bold;
margin-top: 25px;
}

.garant-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.garant-btn:hover {
    background-color: #0056b3;
}

.price-item {
    font-weight: bold;
}

.price-value {
    color: #bfa30c;
}
.spoiler {
            cursor: pointer;
            border: 1px solid #ccc;
            padding: 10px; /* 
            border-radius: 5px; 
        }

        .spoiler-header {
            margin: 0; 
        }

        .sparrow {
            margin-left: 5px; 
        }

        .spoiler-content {
            display: none;
        }