.pricing-table {
    width: 96%;
    margin: auto;
    min-height: 400px;
    border: 2px solid rgba(151, 160, 175, 0.2);
    border-radius: 7px;
    padding: 30px 10px;
    transition : all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000)
}

.pricing-table:hover {
    border-color: #d6a002;
}
.plan-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pricing {
    font-size: 30px;
}

.price-text {
    font-size: 10px;
    margin-top: 0;
}
.btn-gold {
    background: #d6a002;
    border: 1px solid #d6a002;
    padding: 11px 40px;
    text-transform: uppercase;
    color: #fff!important;
}

.btn-gold:hover {
    background: #e6b833;
    border: 1px solid #e6b833;
    color: #343a40!important;
}

@media screen and (min-width:768px) and (max-width:992px) {
    .pricing-table{
        padding: 30px 5px;
        width: 100%;
    }
    .btn {
        padding: 11px 25px;
    }
}

.fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: #fff;

    a{
        color: #4c5667;
        text-decoration: underline;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.technology-section {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    border: 2px solid #e6b833;
}

.technology-section.active-technology {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
    background: #e6b833;
    border-radius: 16px;
    border: 1px #e6b833 solid;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.technology-title {
    align-self: stretch;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.81px;
    word-wrap: break-word;
}

.description-section {
    align-self: stretch;
    height: 22px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
}

.description {
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 8px !important;
    display: inline-flex !important;
}

.description-text {
    text-align: center;
    color: #444444;
    font-size: 14px;
    font-weight: 300;
    line-height: 22.40px;
    word-wrap: break-word;
}

.fw-400 {
    font-weight: 400;
}

hr.hr-1 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(
            to right,
            rgba(214, 160, 2, 0), /* průhledná */ rgba(214, 160, 2, 1), /* plná barva */ rgba(214, 160, 2, 0) /* průhledná */
    );
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-input {
    border-radius: 10px!important;
}

.form-text-area {
    background-color: transparent!important;
    border-radius: 10px!important;
}
