.component_list_2 {
display: flex;
position: relative;
overflow: hidden;
}
.component_list_2 > .container {
z-index: 2;
}
.component_list_2 .component__head {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 50px;
}
.component_list_2 .component__link {
width: fit-content;
min-width: 220px;
flex-shrink: 0;
}
.component_list_2 .component__title {
padding-right: 15px;
line-height: 120%;
}
.component_list_2 .component__title.style_1 {
color: var(--color-dark);
font-family: var(--font-1_Black);
font-size: 48px;
line-height: 100%;
}
@media (max-width: 1199px) {
.component_list_2 .component__head {
margin-bottom: calc(0.0227272727 * 100vw + 12.7272727273px);
}
.component_list_2 .component__title.style_1 {
font-size: calc(0.0181818182 * 100vw + 26.1818181818px);
}
}
@media (max-width: 767px) {
.component_list_2 .component__title {
text-align: center;
padding-right: 0px;
}
.component_list_2 .component__head.type_1 {
flex-direction: column;
}
.component_list_2 .component__head.type_2 {
flex-direction: column;
justify-content: center;
}
.component_list_2 .component__link {
margin-top: 15px;
}
}
.component_list_2 .component__inner.view_2 .card {
cursor: auto;
}
.component_list_2 .component__inner.view_2 .card__content {
text-align: center;
margin-bottom: 25px;
}
.component_list_2 .component__inner.view_2 .card__price {
order: 1;
margin-bottom: 0px;
}
.component_list_2 .component__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 30px;
}
.component_list_2 .component__desc {
display: flex;
align-items: center;
justify-content: center;
flex-grow: 1;
font-family: var(--font-1_Medium);
font-size: 20px;
line-height: 100%;
line-height: 120%;
}
@media (max-width: 1199px) {
.component_list_2 .component__desc {
font-size: calc(0.0045454545 * 100vw + 14.5454545455px);
}
}
.component_list_2 .component__desc b {
display: contents;
color: var(--color-dark);
}
.component_list_2 .component__fields {
margin-top: 50px;
}
.component_list_2 .field {
display: grid;
grid-auto-flow: column;
justify-content: space-between;
padding: 55px 45px;
background-color: var(--color-dark);
border-radius: 20px;
}
.component_list_2 .field__title {
width: 100%;
max-width: 740px;
font-family: var(--font-1_Black);
font-size: 34px;
line-height: 100%;
color: var(--color-light);
line-height: 120%;
}
@media (max-width: 1199px) {
.component_list_2 .field__title {
font-size: calc(0.0159090909 * 100vw + 14.9090909091px);
}
}
.component_list_2 .field__subtitle {
font-family: var(--font-1_Black);
font-size: 54px;
line-height: 100%;
color: var(--color-primary);
line-height: 150%;
}
@media (max-width: 1199px) {
.component_list_2 .field__subtitle {
font-size: calc(0.0272727273 * 100vw + 21.2727272727px);
}
}
.component_list_2 .text-back {
position: absolute;
text-transform: uppercase;
color: var(--color-light);
font-family: var(--font-1_Black);
font-size: 320px;
line-height: 100%;
}
.component_list_2 .text-back.type_1 {
top: 0;
left: 0;
}
.component_list_2 .text-back.type_2 {
bottom: 0;
right: -75%;
}
.component_list_2 .card {
border-radius: 20px;
background-color: var(--color-primary);
transition: background-color ease-in-out 300ms, transform ease 400ms;
}
.component_list_2 .card:hover {
transform: scale(1.05);
background-color: var(--color-dark);
}
.component_list_2 .card:hover .card__price {
color: var(--color-light);
background-color: var(--color-primary);
}
.component_list_2 .card__title {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
padding: 15px 30px;
min-height: 100px;
line-height: 150%;
font-family: var(--font-1_Bold);
font-size: 20px;
line-height: 100%;
color: var(--color-light);
}
.component_list_2 .card__price {
pointer-events: none;
margin-bottom: 25px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
cursor: pointer;
font-family: var(--font-1_Medium);
font-size: 20px;
line-height: 100%;
height: 80px;
padding: 0 15px;
border-radius: 10px;
transition: transform ease 300ms, background-color ease 300ms, color ease 300ms;
overflow: hidden;
background-color: var(--color-light);
color: var(--color-primary);
height: 60px;
color: var(--color-primary);
font-family: var(--font-1_Medium);
font-size: 16px;
line-height: 100%;
}
@media (max-width: 1199px) {
.component_list_2 .card__price {
font-size: calc(0.0045454545 * 100vw + 14.5454545455px);
}
}
@media (max-width: 1199px) {
.component_list_2 .card__price {
height: calc(0.0340909091 * 100vw + 39.0909090909px);
}
}
.component_list_2 .card__price:hover {
color: var(--color-light);
transform: scale(1.1);
background-color: var(--color-hover);
}
.component_list_2 .card__price:hover {
transform: none;
}
.component_list_2 .card__info {
display: flex;
flex-direction: column;
padding: 0 25px;
padding-bottom: 35px;
}
.component_list_2 .card__content {
display: grid;
grid-auto-rows: min-content;
grid-row-gap: 15px;
}
.component_list_2 .card__content * {
line-height: 150%;
color: var(--color-dark);
}
.component_list_2 .card__content strong {
font-family: var(--font-1_Black);
}
.component_list_2 .card__content ul {
display: grid;
grid-row-gap: 10px;
}
.component_list_2 .card__content ul li {
display: flex;
}
.component_list_2 .card__content ul li {
display: flex;
align-items: baseline;
}
.component_list_2 .card__content ul li:hover:before {
background-color: var(--color-primary);
}
.component_list_2 .card__content ul li:before {
flex-shrink: 0;
content: "";
transition: background-color ease 400ms;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: var(--color-primary);
margin-right: 12px;
}
.component_list_2 .card__content ol {
display: grid;
grid-row-gap: 10px;
counter-reset: num;
}
.component_list_2 .card__content ol li {
display: flex;
}
.component_list_2 .card__content ol li:before {
content: counter(num) ".";
counter-increment: num;
margin-right: 10px;
}
.component_list_2 .card__content hr {
height: 2px;
background-color: var(--color-light);
}
.component_list_2 .card__content em {
display: contents;
}
.component_list_2 .card__content h1 {
line-height: 100%;
margin-top: 15px;
margin-bottom: 15px;
color: var(--color-dark);
}
.component_list_2 .card__content h2 {
line-height: 100%;
margin-top: 15px;
margin-bottom: 15px;
color: var(--color-dark);
}
.component_list_2 .card__content h3 {
line-height: 100%;
margin-top: 15px;
margin-bottom: 15px;
color: var(--color-dark);
}
.component_list_2 .card__content h4 {
line-height: 100%;
margin-top: 15px;
margin-bottom: 15px;
color: var(--color-dark);
}
.component_list_2 .card__content h5 {
line-height: 100%;
margin-top: 15px;
margin-bottom: 15px;
color: var(--color-dark);
}
.component_list_2 .card__content h6 {
line-height: 100%;
margin-top: 15px;
margin-bottom: 15px;
color: var(--color-dark);
}
@media (max-width: 1199px) {
.component_list_2 .card__content h1 {
margin-top: 0;
margin-bottom: 0;
}
.component_list_2 .card__content h2 {
margin-top: 0;
margin-bottom: 0;
}
.component_list_2 .card__content h3 {
margin-top: 0;
margin-bottom: 0;
}
.component_list_2 .card__content h4 {
margin-top: 0;
margin-bottom: 0;
}
.component_list_2 .card__content h5 {
margin-top: 0;
margin-bottom: 0;
}
.component_list_2 .card__content h6 {
margin-top: 0;
margin-bottom: 0;
}
}
.component_list_2 .card__content * {
color: var(--color-light);
font-family: var(--font-1_Regular);
font-size: 14px;
line-height: 100%;
line-height: 135%;
}
@media (max-width: 1199px) {
.component_list_2 .card__content * {
font-size: calc(0.0159090909 * 100vw + -5.0909090909px);
font-size: calc(0 * 100vw + 14px);
}
}
.component_list_2 .card__content ul li:before {
background-color: var(--color-light);
}
.component_list_2 .card__content ul li:hover:before {
background-color: var(--color-light);
}
.component_list_2 .card__content strong {
font-family: var(--font-1_Bold);
}
@media (max-width: 1199px) {
.component_list_2 .card .card__title {
min-height: calc(0.0340909091 * 100vw + 59.0909090909px);
}
}
@media (max-width: 1199px) {
.component_list_2 .component__grid {
grid-template-columns: repeat(3, 1fr);
}
.component_list_2 .field {
grid-auto-flow: row;
padding: calc(0.0397727273 * 100vw + 12.2727272727px);
}
}
@media (max-width: 767px) {
.component_list_2 .component__grid {
grid-template-columns: repeat(2, 1fr);
}
.component_list_2 .component__desc {
text-align: center;
margin-top: 15px;
}
}
@media (max-width: 575px) {
.component_list_2 .component__grid {
grid-template-columns: 100%;
}
}