@import "pricingLarge.css";
@import "pricingSmall.css";

.pricingTitle {
    font-family: Rubik;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.69;
    letter-spacing: -0.5px;
    text-align: center;
    color: var(--dark-grey-blue);
}

.cardTitle {
    font-family: Rubik;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -0.5px;
    text-align: center;
    color: #2c3f58;
}

.bigCardTitle {
    width: 133px;
    height: 23px;
    border-bottom: 2px solid #ff9900;
    margin:auto;
}

.priceDiv {
    font-family: Rubik;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #2c3f58;
    margin-top: 41px;
}

.newPrice {
    color: var(--tangerine);
}
.oldPrice {
    text-decoration: line-through var(--tangerine);
}

.pricingDesc {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: -0.5px;
    text-align: center;
    color: #2c3f58;
}

.cardButton {
    width: 148px;
    height: 48px;
    border-radius: 6px;
    background-color: var(--vibrant-blue);
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.5px;
    text-align: center;
    color: var(--white);
    display: flex;
    margin:16px auto 34px;
    justify-content: center;
    align-items: center;
}

.bigCard button {
    background: var(--tangerine);
}

.priceingUl {
    list-style: none;
    text-align: left;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.5px;
    color: var(--dark-grey-blue);
    margin: 41px 0 48px;
}
.priceingUl li {
    margin: 4px 0;
    height: 40px;
}

.priceingUl i {
    margin-right: 10px;
    color: var(--vibrant-blue)
}
.serviceDesc {
    width: 177px;
    height: 36px;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #2c3f58;
    margin: 38px auto 23px;
}

.faqTitle {
    font-family: Rubik;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: -0.5px;
    color: var(--dark-grey-blue);
    margin:101px auto 52px;
}
.faqContainer {
    margin-bottom: 100px;
}

.faqBox {
    border-radius: 8px;
    border: solid 1px #dce1e7;
    display: inline-block;
    margin: 16px;
    padding: 40px;
}
.qaContainer {
    display: flex;
    margin-bottom: 32px;
}
.shorts {
    font-family: Avenir;
    font-size: 32px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #a5adbb;
    margin-right: 30px;
}
.question {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.5px;
    color: var(--dark-grey-blue);
    text-align: left;
}
.answer {
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: -0.5px;
    color: var(--brownish-grey);
    text-align: left;
}
.smallCard {
    border-radius: 8px;
    border: solid 2px #93989e;
    display: inline-block;
    padding-top: 30px;
    transition: .3s;
    position: relative;
    cursor: not-allowed;
}
.bigCard {
    border-radius: 8px;
    border: solid 2px var(--vibrant-blue);
    display: inline-block;
    vertical-align: bottom;
    /*padding-top: 64px;*/
    position: relative;
    transition: .3s;
    cursor: pointer;
}
.ribbonDiv {
    width: 136px;
    height: 27px;
    background-color: var(--tangerine);
    font-family: Rubik;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 9px;
    left: -10px;
}

.disabledCard:not(.ribbonDiv) {
    position: relative;
    opacity: 0.6;
}
.disabledCard .cardButton {
    background: #d7e1ea;
    color: #254050;
    cursor: not-allowed;
}

.disabledCard .ribbonDiv {
    background-color: var(--dark-grey-blue);
    color: white;
}
