Перевірте правила акції
Дізнайтеся більше
.button_InstantInk {
float: none;
display: inline-block;
margin: 15px 10px;
padding: 15px;
background: #e187fe;
font-size:16px!important;
border: 1px solid #e187fe;
text-shadow: none;
color: white!important;
transition-duration: 0.3s;
}
.button_InstantInk:hover {
color: #e187fe!important;
background: white;
border: 1px solid #e187fe;
text-shadow: none;
}
Ресурси щодо безпеки та продуктів
.lnd_FAQ {
padding-bottom: 2em;
}
.lnd_FAQ .lnd_wrapper {
background-color: #fff;
}
.lnd_FAQ h2 {
font-size: 24px !important;
color: #ff6400 !important;
font-weight: bold !important;
text-transform: uppercase;
text-align: center;
}
.lnd_faq h3 {
font-size: 28px;
text-align: center;
font-weight: bold;
color: #ff6400 !important;
}
.lnd_FAQ h4 {
font-size: 20px;
color: #000000 !important;
font-weight: 600;
padding: 0 0 0 0;
}
@media screen and (max-width: 720px) {
.lnd_FAQ h4 {
padding: 0 0 0 0.8em;
}
}
.lnd_FAQ h4 span {
color: #b9b9b9 !important;
font-weight: 400;
}
.lnd_FAQ .faq-wrap {
margin: auto;
}
@media only screen and (max-width: 720px) {
.lnd_FAQ .faq-wrap {
padding: 0 1em;
}
}
.lnd_FAQ .expandable__title {
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
font-weight: 500;
background-color: #ebebeb;
padding: 1em;
transition: background-color 0.3s ease;
font-size: 16px !important;
color: #313131;
}
.lnd_FAQ .expandable__title a {
font-weight: bold;
}
.lnd_FAQ .expandable__title a:hover {
text-decoration: underline;
}
.lnd_FAQ .expandable__title i:before {
transform: rotate(45deg);
content: "";
border-top: 2px solid #000000;
border-right: 2px solid #000000;
height: 10px;
width: 10px;
display: block;
transition: transform 0.5s ease;
}
.lnd_FAQ .expandable__toggle {
display: none;
position: absolute;
left: -99999px;
}
.lnd_FAQ .expandable__content {
height: 0;
overflow-y: hidden;
transition: all 0.5s ease;
padding: 0 1em;
opacity: 0;
font-size: 16px !important;
color: #313131;
text-align: left;
}
.lnd_FAQ .expandable__content a {
font-weight: bold;
}
.lnd_FAQ .expandable__content a:hover {
text-decoration: underline;
}
.lnd_FAQ .expandable__content li {
margin: 1em 0;
}
.lnd_FAQ .expandable__toggle:checked + .expandable__separator + .expandable__title + .expandable__content {
height: auto;
padding: 1em 1em;
opacity: 1;
}
.lnd_FAQ .expandable__toggle:checked + .expandable__separator + .expandable__title i:before {
transform: rotate(135deg);
border-top: 2px solid #ffffff;
border-right: 2px solid #ffffff;
}
.lnd_FAQ .expandable__toggle:checked + .expandable__separator + .expandable__title {
background-color: #696969;
color: #ffffff;
font-weight: bold;
}
.lnd_FAQ .expandable__toggle:not(:checked) + .expandable__separator + .expandable__title:hover {
background-color: #d3d3d3;
color: #000000;
}