:root {
    --color-bg: #25313e
}

.wrapper {
    position: relative;
    /*min-height: 100vh;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu", sans-serif;;

}

.main:before {
    /*content: '';*/
    /*position: fixed;*/
    /*background: var(--color-bg);*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*z-index: 0;*/
}

.wrapper:after {
    /*content: '';*/
    /*position: fixed;*/
    /*!*background-color: #fff;*!*/
    /*width: 50%;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*z-index: 0;*/
}

.container {
    padding-top: 64px;
    position: relative;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /*z-index: 1;*/
}

.left,
.right {
    max-width: 380px;
    flex: 1;
}

.left {
    /*background-color: #ccc;*/
    /*color: #fff;*/
    display: flex;
    flex-direction: column;
}

.right {
    height: 500px;
}

.logo {
    font-weight: 700;
    font-size: 28px;
}

.summary {
    margin-top: 32px;
    margin-bottom: 12px;
}

.cots {

}

.cost-per {
    display: inline-block;
    width: min-content;
}
.product-card {
    padding: 32px 0;
    display: flex;
    gap: 12px;
    align-items: center;
}
.product-card img{
    width: 42px;
    aspect-ratio: 1;
    border-radius: 4px;
}
.card-title {
    display: flex;
    justify-content: space-between;
}
.card-body {
    flex: 1;
}
.links {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    align-items: end;
    flex: 1;
}

.links p{
    border-right: 1px solid #00000030;
    padding: 4px 12px 4px 0;
    line-height: 1;
}

.links a{
    display: inline-block;
    opacity: 0.8;
    text-decoration: none;
    font-size: 12px;
    padding: 0 12px 4px;
    margin-bottom: 5px;
    line-height: 0;
}
.links a:hover{
    text-decoration: underline;
}
button.subscribe{
    margin-top: 12px;
    padding: 12px;
    font-size: 16px;
    outline: none;
    border: none;
    background-color: var(--color-bg);
    color: #fff;
    border-radius: 8px;
    width: 100%;
    display: block;
    cursor: pointer;
}
.refund{
    margin: 12px auto 0;
    width: fit-content;
    display: block;
    color: #000;
    font-size: 12px;
    padding: 0 12px;
    text-decoration: underline;
}
.refund:hover{
    opacity: 1;
}

@font-face {
    font-family: "SF Pro Text";
    src: url("../font/SFProText-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../font/SFProText-Regular.ttf");
    font-weight: 400;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../font/SFProText-Medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../font/SFProText-Semibold.ttf");
    font-weight: 600;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../font/SFProText-Bold.ttf");
    font-weight: 700;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../font/SFProText-Heavy.ttf");
    font-weight: 800;
}

ul.links {
    margin-left: 0;
    line-height: 1;
}

.fz-12 {
    font-size: 12px;
}
.fz-14 {
    font-size: 14px;
}
.fz-16 {
    font-size: 16px;
}
.fz-20 {
    font-size: 20px;
}
.fz-24 {
    font-size: 24px;
}
.fz-30 {
    font-size: 30px;
}
.fz-36 {
    font-size: 36px;
}

.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}

.lh-0 {
    line-height: 0;
}
.lh-100 {
    line-height: 1;
}

.opacity-50 {
    opacity: 0.5;
}
.opacity-80 {
    opacity: 0.8;
}
.text-center {
    text-align: center;
}

.pt-12 {
    padding-top: 12px;
}
.mb-0 {
    margin-bottom: 0;
}

.form-group .form-control {
    padding: 0.75rem;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    height: 45px;
    width: 100%;
}

.form-group .label {
    color: rgb(48, 49, 61);
    font-size: 15px;
}

.form-group input[type=radio] {
    margin: 5px 20px 10px -20px;
}

.col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}
