@charset "utf-8";

.discount-cards {}

h1 {
    margin: 0 0px 20px 0;
    color: #6D6E70;
}

.discount-card {
    width: 33%;
    height: 110px;
    display: inline-flex;
    vertical-align: top;
    padding-top: 10px;
}

.discount-card-img {
    width: 30%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    overflow: hidden;
}

.discount-card-img img {
    max-width: 100%;
    max-height: 100%;
}

.discount-card-info {
    width: 70%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.discount-card-name {
    font-size: 20px;
    color: #6d6e70;
}

.discount-card-name:after {
    content: "*";
    color: red;
    margin-left: 5px;
}

.discount-card-description {
    font-size: 12px;
    color: #939597;
}

.discount-info {
    cursor: default;
    padding-bottom: 20px;
    display: flex;
}

.discount-info-card {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-bottom: 20px;
    position: relative;
}

.discount-info-card:before {
    content: "";
    position: absolute;
    top: 30%;
    left: -2%;
    width: 180px;
    height: 100px;
    background: white url(/info/img/ovitacard_new.jpg) no-repeat;
    background-size: contain;
}

.discount-info h3 {
    color: #6D6E70;
}

.discount-info-card h3:after {
    content: "*";
    color: red;
    margin-left: 5px;
}

.discount-info-card .discount-info-block {
    padding-left: 190px;
}

.discount-info-block .check-mark {
    display: inline-block;
    padding-right: 10px;
}

.check-mark:before {
    content: "";
    width: 3px;
    height: 7px;
    background: #0cb25b;
    display: inline-block;
    transform: skewX(40deg);
    margin-right: 4px;
}

.check-mark:after {
    content: "";
    width: 3px;
    height: 13px;
    background: #0cb25b;
    display: inline-block;
    transform: skewX(-35deg);
}

.discount-warning {
    color: red;
    font-size: 20px;
    padding: 10px 0px;
}

.discount-warning:before {
    content: "*";
    color: red;
    margin-right: 5px;
}

.text-order {
    /*white-space: pre-wrap;*/
    margin-bottom: 20px;
    padding: 34px;
    background-color: white;
}

.discount-table {
    text-align: center;
}

.discount-table img {
    width: 70%;
}

.text-licenses {}

.text-licenses h1 {
    text-align: center;
    color: black;
}

.text-licenses-company-info {
    white-space: pre-line;
    border-left: 2px solid #6c54a3;
    padding-left: 10px;
    margin-bottom: 20px;
}

.text-licenses-company-but {
    border-radius: 1px;
    overflow: hidden;
    margin-bottom: 20px;
}

.text-licenses-company-link,
.text-licenses-company-but-name {
    background-color: white;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto-Medium';
    transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;

}

.licenses-p {
    margin: 0;
    width: 100%;
}

.text-licenses-company-but[open] .text-licenses-company-but-name {
    background-color: #7A4DAD;
    color: white;
    transition: background-color 0.5s, color 0.5s;
}

.text-licenses-company-but-name::after {
    content: "";
    background: url(/local/img/plus16px.svg) no-repeat center;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.text-licenses-company-but-text {
    display: none;
    background-color: white;
    padding: 20px;
    line-height: 20px;
}

.text-licenses-company-delivery {
    margin: 10px;
    white-space: pre-line;
    display: block;
}

.text-licenses-company-but[open] {}

.text-licenses-company-but[open] .text-licenses-company-but-text {
    display: flex;
    flex-direction: column;
}

.text-licenses-company-but[open] .text-licenses-company-but-name::after {
    background: url(/local/img/minus-white.svg) no-repeat center;
}

.text-licenses-company-link {
    margin-bottom: 20px;
    border-radius: 1px;
    color: black;
}

.display-none {
    display: none;
}

.text-main-title {
    background-color: #7A4DAD;
    padding: 20px;
    text-align: center;
    font-size: 19px;
    line-height: 20px;
    color: white;
}

.text-order-title {
    font-size: 16px;
    font-family: 'Roboto-Medium';
    margin-bottom: 16px;
}

.order-span {
    margin-bottom: 12px;
}

.order-span:before {
    content: '';
    background: url("/local/img/violet-circle.svg") no-repeat center;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 7px;
    margin-bottom: -2px;
}

.order-span.orange:before {
    background: url("/local/img/orange-circle.svg") no-repeat center;
}

.order-span.grey:before {
    background: url("/local/img/grey-circle.svg") no-repeat center;
}

.orange-span {
    color: #CF8210;
    font-family: 'Roboto-Medium';
}

.order-span:last-child {
    margin-bottom: 20px;
}

.violet-span {
    color: #7A4DAD;
    font-family: 'Roboto-Medium';
}

.order-span a {
    color: #7A4DAD;
    font-family: 'Roboto-Medium';
}

.default-text {
    margin-bottom: 20px;
}

.default-text b {
    font-family: Roboto-Medium;
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 20px;
}

.text-about,
.text-confidentiality {
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
}

.text-about-title,
.text-confidentiality-title {
    font-family: Roboto-Medium;
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.text-width {
    width: 100%;
}

.inside-link {
    background-color: #EFE9F6;
    text-align: center;
    padding: 14px;
    display: block;
    color: #7A4DAD;
    font-family: 'Roboto-Medium';
    font-size: 16px;
    line-height: 20px;
    border-radius: 1px;
    margin-top: 20px;
}

.margin-text>div:not(:last-child) {
    margin-bottom: 20px;
}

.discount-table {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid grey;
    border-right: 1px solid grey;
}

.discount-table .line {
    display: flex;
}

.discount-header {
    display: flex;
    text-align: center;
    background-color: #7A4DAD;
    color: white;
}

.discount-table .half-block {
    width: 50%;
}

.discount-header>div,
.line>div {
    border-top: 1px solid grey;
    border-left: 1px solid grey;
}

.discount-header>div {
    padding: 10px;
}

.line>div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.half-row {
    border-bottom: 1px solid grey;
}

.half-row,
.under-half-row {
    padding: 8px;
}

.discount-ul {
    margin-left: 0;
    padding-left: 0;
    margin-inline-start: 15px;
}

.text-licenses-company-but-text ul {
    margin-top: 0;
}
