@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Raleway:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} :focus {
outline: 0;
} article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
-webkit-appearance: none;
-moz-appearance: none;
}
input[type=search] {
-webkit-appearance: none;
-moz-appearance: none;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
textarea {
overflow: auto;
vertical-align: top;
resize: vertical;
} audio,
canvas,
video {
display: inline-block;
display: inline;
zoom: 1;
max-width: 100%;
} audio:not([controls]) {
display: none;
height: 0;
} [hidden] {
display: none;
} html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
} a:focus {
outline: thin dotted;
} a:active,
a:hover {
outline: 0;
} img {
border: 0;
-ms-interpolation-mode: bicubic;
} figure {
margin: 0;
} form {
margin: 0;
} fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
border: 0;
padding: 0;
white-space: normal;
margin-left: -7px;
} button,
input,
select,
textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;
vertical-align: middle;
} button,
input {
line-height: normal;
} button,
select {
text-transform: none;
} button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
overflow: visible;
} button[disabled],
html input[disabled] {
cursor: default;
} input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0;
height: 13px;
width: 13px;
} input[type=search] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
} input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} textarea {
overflow: auto;
vertical-align: top;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html,
button,
input,
select,
textarea {
color: #222;
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
img {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1250px) {
.container {
max-width: 1230px;
}
}
:root {
--accent: #445723;
--accent-light: #6b7e49;
--montserrat: "Montserrat", sans-serif;
--icons: #e7f0da;
--blue: #2F54EB;
--sidebar: #f9fafb;
--text: #333;
--footer: #f0f3ee;
}
body {
font-size: 16px;
line-height: 1.3;
font-family: "Raleway", sans-serif;
color: #333;
background: #fff;
font-variant-numeric: lining-nums;
}
@media screen and (max-width: 575px) {
body {
font-size: 16px;
}
}
a {
color: var(--accent-light);
transition: 0.4s;
text-decoration: none;
outline: none;
}
a:focus {
outline: none;
}
a:hover {
color: var(--accent);
}
button, input, textarea {
font-family: "Raleway", sans-serif;
}
* {
box-sizing: border-box;
}
button {
padding: 0;
margin: 0;
border: none;
background: none;
}
.btn {
padding: 18px 25px;
border-radius: 8px;
font-weight: 300;
border: none;
background: var(--accent-light);
color: #fff;
transition: 0.4s;
text-align: center;
cursor: pointer;
display: inline-block;
}
.btn:hover {
background: var(--accent);
color: #fff;
}
.btn-white {
background: #fff;
color: var(--accent);
}
.btn-middle {
padding-left: 70px;
padding-right: 70px;
}
@media screen and (max-width: 575px) {
.btn-middle {
padding-left: 20px;
padding-right: 20px;
}
}
.btn-full {
width: 100%;
}
.btn-yellow {
background: #FFCD15;
}
.btn-yellow:hover {
background: #ecbc0d;
}
.btn-blue {
background: var(--blue);
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
margin-top: 20px;
}
.btn-blue:hover {
background: #3538cd;
}
.btn-uppercase {
text-transform: uppercase;
letter-spacing: 1px;
}
.btn-soft-light {
background: #f0f3ee;
color: var(--text);
display: inline-flex;
align-items: center;
gap: 15px;
}
.btn-soft-light:hover {
background: var(--icons);
color: var(--text);
}
.btn-soft-light img {
width: 20px;
height: 20px;
}
img {
max-width: 100%;
height: auto;
}
svg {
max-width: 100%;
max-height: 100%;
}
.text-sb {
font-weight: 500;
}
.item-title {
font-size: 24px;
color: var(--accent);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 10px;
font-weight: 500;
}
@media screen and (max-width: 575px) {
.item-title {
font-size: 20px;
}
}
.text-40 {
font-size: 40px;
}
@media screen and (max-width: 991px) {
.text-40 {
font-size: 35px;
}
}
@media screen and (max-width: 768px) {
.text-40 {
font-size: 25px;
}
}
@media screen and (max-width: 575px) {
.text-40 {
font-size: 20px;
}
}
.text-34 {
font-size: 34px;
}
.text-26 {
font-size: 26px;
}
@media screen and (max-width: 991px) {
.text-26 {
font-size: 18px;
}
}
.text-24 {
font-size: 24px;
}
@media screen and (max-width: 991px) {
.text-24 {
font-size: 18px;
}
}
.text-22 {
font-size: 22px;
}
@media screen and (max-width: 991px) {
.text-22 {
font-size: 16px;
}
}
.text-20, .h4 {
font-size: 20px;
}
@media screen and (max-width: 991px) {
.text-20, .h4 {
font-size: 18px;
}
}
.text-18 {
font-size: 18px;
}
@media screen and (max-width: 991px) {
.text-18 {
font-size: 14px;
}
}
.text-16 {
font-size: 16px;
}
@media screen and (max-width: 991px) {
.text-16 {
font-size: 12px;
}
}
.text-14 {
font-size: 14px;
}
@media screen and (max-width: 991px) {
.text-14 {
font-size: 14px;
}
}
.text-12 {
font-size: 12px;
}
.desc-block {
font-size: 22px;
font-family: var(--montserrat);
line-height: 1.6;
}
@media screen and (max-width: 991px) {
.desc-block {
font-size: 18px;
}
}
@media screen and (max-width: 768px) {
.desc-block {
font-size: 17px;
}
}
@media screen and (max-width: 575px) {
.desc-block br {
display: none;
}
}
.desc-block em {
text-transform: uppercase;
color: var(--accent);
display: block;
font-weight: 500;
}
.margin-auto {
margin-left: auto;
margin-right: auto;
}
.color-green {
color: var(--accent);
}
.color-black {
color: #000;
}
.color-black strong {
color: var(--accent);
}
.title-page {
font-size: 65px;
color: var(--accent);
font-weight: 500;
margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
.title-page {
font-size: 45px;
}
}
@media screen and (max-width: 768px) {
.title-page {
font-size: 35px;
}
}
@media screen and (max-width: 575px) {
.title-page {
font-size: 30px;
}
}
.sub-title {
font-size: 26px;
padding-bottom: 15px;
margin-bottom: 15px;
position: relative;
display: inline-block;
}
@media screen and (max-width: 991px) {
.sub-title {
font-size: 20px;
}
}
@media screen and (max-width: 768px) {
.sub-title {
font-size: 17px;
}
}
@media screen and (max-width: 575px) {
.sub-title {
font-size: 15px;
}
}
.sub-title::after {
content: "";
width: 300px;
height: 2px;
background: linear-gradient(90deg, #6B7E49 0%, rgba(107, 126, 73, 0) 100%);
display: block;
position: absolute;
bottom: 0;
left: 0;
}
.row {
display: flex;
flex-flow: wrap;
margin: 0 -10px;
}
.row-wrap-reverse {
flex-flow: wrap-reverse;
}
[class^=col-] {
padding: 0 10px;
}
@media screen and (max-width: 991px) {
[class^=col-] {
margin-bottom: 20px;
}
}
.col-6 {
width: 50%;
}
@media screen and (max-width: 991px) {
.col-6 {
width: 100%;
}
}
.col-3 {
width: 25%;
}
@media screen and (max-width: 991px) {
.col-3 {
width: 50%;
}
}
.col-4 {
width: 33.3333333333%;
}
@media screen and (max-width: 991px) {
.col-4 {
width: 100%;
}
}
.col-8 {
width: 66.6666666667%;
}
@media screen and (max-width: 991px) {
.col-8 {
width: 100%;
}
}
.col-9 {
width: 75%;
}
@media screen and (max-width: 991px) {
.col-9 {
width: 100%;
}
}
section {
overflow: hidden;
padding: 100px 0;
}
@media screen and (max-width: 768px) {
section {
padding: 40px 0;
}
}
.primary-wrapper {
background: #F0F3EE;
}
.gray-section {
background: #f9fafb;
}
.title-block {
font-size: 40px;
font-family: var(--montserrat);
margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
.title-block {
font-size: 25px;
margin-bottom: 25px;
}
}
@media screen and (max-width: 575px) {
.title-block {
margin-bottom: 20px;
font-size: 25px;
}
.title-block br {
display: none;
}
}
.title-block__icon {
display: flex;
align-items: center;
gap: 10px;
}
.title-block__icon img {
max-width: 30px;
}
.title-block span {
display: block;
color: var(--accent);
}
@media screen and (max-width: 768px) {
.title-block span {
display: inline;
}
}
.title-block em {
color: var(--accent);
font-weight: 500;
}
.title-block-small {
font-size: 35px;
}
@media screen and (max-width: 575px) {
.title-block-small {
font-size: 20px;
}
}
.icon {
width: 50px;
height: 50px;
padding: 10px;
border-radius: 8px;
background: #E8F0D9;
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 1;
}
.icon-center {
margin-left: auto;
margin-right: auto;
}
.card-item {
background: #f9f9fa;
padding: 0px;
border-radius: 15px;
transition: 0.4s;
position: relative;
}
.card-item:hover .card-item__inner {
transform: scale3d(0.94, 0.94, 1.01);
}
.card-item__inner {
transition: 0.3s;
border-radius: 15px;
background: #fff;
padding: 40px 20px;
height: 100%;
display: flex;
flex-flow: column;
align-items: flex-start;
}
@media screen and (max-width: 575px) {
.card-item__inner {
padding: 20px;
}
}
.card-item .item-title {
width: 100%;
}
.card-item-top {
box-shadow: 14px 14px 200px 0 rgba(0, 22, 50, 0.06);
}
.card-item-top:hover .card-item__inner {
transform: translateY(-10px);
}
.card-item em {
color: var(--accent-light);
font-weight: 500;
}
.card-item .btn, .card-item .link-arrow {
margin-top: auto;
}
.card-item .btn::before, .card-item .link-arrow::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
inset: 0;
}
.cards-whispers .card-item__inner {
padding: 20px;
}
.link-arrow {
display: flex;
align-items: center;
gap: 8px;
font-size: 18px;
font-weight: 500;
color: var(--accent-light);
background: none;
padding: 0;
margin: 0;
border: none;
transition: 0.4s;
}
@media screen and (max-width: 768px) {
.link-arrow {
font-size: 15px;
}
}
.link-arrow svg {
width: 21px;
height: 20px;
}
.link-arrow:hover {
gap: 14px;
}
.plyr {
position: relative;
z-index: 2;
--plyr-range-fill-background: #FFCD15;
--plyr-audio-progress-buffered-background: #445723;
--plyr-audio-control-background-hover: #445723;
}
.plyr .plyr__controls {
background: none;
padding-left: 0;
padding-right: 0;
}
.plyr .plyr__controls .plyr__controls__item.plyr__progress__container {
padding-left: 20px;
}
@media screen and (max-width: 575px) {
.plyr .plyr__controls .plyr__controls__item.plyr__progress__container {
padding-left: 5px;
}
}
.plyr .plyr__controls__item:first-child {
color: #000;
--plyr-control-icon-size: 25px;
width: 70px;
border: 2px solid var(--accent);
height: 70px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
}
@media screen and (max-width: 575px) {
.plyr .plyr__controls__item:first-child {
width: 40px;
height: 40px;
padding: 12px;
}
}
.plyr .plyr__controls__item:not(:first-child) {
margin-top: 20px;
}
.player-wrapper {
position: relative;
padding: 15px;
background: #E7F0DA;
border-radius: 8px;
}
@media screen and (max-width: 575px) {
.player-wrapper {
padding: 5px;
}
}
.player-wrapper__title {
position: absolute;
left: 120px;
top: 30px;
z-index: 1;
}
@media screen and (max-width: 575px) {
.player-wrapper__title {
left: 55px;
top: 20px;
font-size: 13px;
}
}
.cards-row {
display: flex;
flex-flow: wrap;
gap: 20px;
row-gap: 15px;
}
.cards-row .card-item {
width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 991px) {
.cards-row .card-item {
width: calc(50% - 10px);
}
}
@media screen and (max-width: 575px) {
.cards-row .card-item {
width: 100%;
}
}
.cards-row-4 .card-item {
width: calc(25% - 15px);
}
@media screen and (max-width: 991px) {
.cards-row-4 .card-item {
width: calc(33.3333333333% - 13.3333333333px);
}
}
@media screen and (max-width: 768px) {
.cards-row-4 .card-item {
width: calc(50% - 10px);
}
}
@media screen and (max-width: 575px) {
.cards-row-4 .card-item {
width: 100%;
}
}
.cards-row-num {
list-style-type: none;
counter-reset: num;
}
.cards-row-num .card-item {
position: relative;
}
.cards-row-num .card-item::before {
content: counter(num);
counter-increment: num;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--accent);
color: #fff;
font-size: 20px;
font-weight: 600;
border-radius: 50%;
position: absolute;
top: -15px;
left: -15px;
z-index: 5;
}
@media screen and (max-width: 575px) {
.cards-row-num .card-item::before {
width: 30px;
height: 30px;
font-size: 15px;
top: 5px;
left: 5px;
}
}
@media screen and (max-width: 575px) {
.cards-row-num .card-item .item-title {
padding-left: 20px;
}
}
.cards-small .card-item__inner {
display: flex;
padding: 20px;
gap: 20px;
flex-flow: wrap;
}
.cards-center .card-item__inner {
text-align: center;
display: flex;
flex-flow: column;
align-items: center;
}
.desc-small {
font-size: 14px;
}
.desc-small em {
font-weight: bold;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.about-desc {
line-height: 1.6;
}
.about-desc p, .about-desc ul {
margin-bottom: 15px;
}
.about-desc p:last-child, .about-desc ul:last-child {
margin-bottom: 0;
}
.list-square {
padding-left: 25px;
}
.list-square li {
position: relative;
list-style: square;
}
.breadcrumbs {
display: flex;
align-items: center;
flex-flow: wrap;
gap: 10px;
margin-bottom: 45px;
}
.breadcrumbs a::after {
content: "|";
padding-left: 10px;
}
.secondary-box {
padding: 35px;
border-radius: 8px;
background: #F9FAFB;
}
@media screen and (max-width: 768px) {
.secondary-box {
padding: 15px;
}
}
.secondary-box .title-block {
color: var(--accent);
}
hr {
width: 100%;
height: 1px;
border: none;
border-top: 1px dashed var(--accent-light);
background: none;
margin: 20px 0;
}
.card-box-light {
padding: 20px;
background: #f0f3ee;
border-radius: 8px;
height: 100%;
}
.card-box-light .icon {
padding: 0;
background: none;
}
.card-box-light .icon img {
width: 100%;
}
.alert {
position: relative;
padding: 20px;
border-radius: 8px;
background: #fff;
}
.alert__title {
color: #b93815;
font-size: 20px;
font-weight: 500;
margin-bottom: 15px;
}
.list-num {
position: relative;
list-style-type: none;
counter-reset: num;
list-style: none;
padding-left: 0 !important;
}
.list-num li {
list-style: none;
position: relative;
padding-left: 25px;
margin-bottom: 15px;
}
.list-num li:last-child {
margin-bottom: 0;
}
.list-num li::before {
content: counter(num) ".";
counter-increment: num;
position: absolute;
left: 0;
top: 0;
color: var(--accent-light);
font-size: 18px;
}
.list-num li strong, .list-num li em {
color: var(--accent-light);
font-size: 18px;
font-weight: 400;
margin-bottom: 5px;
display: block;
}
.contact-item {
display: flex;
align-items: center;
gap: 15px;
}
.contact-item__icon {
width: 35px;
height: 35px;
}
.contact-item__title {
margin-bottom: 5px;
font-size: 12px;
}
.contact-item__info {
color: var(--accent);
font-size: 18px;
}
@media screen and (max-width: 991px) {
.contact-item__info {
font-size: 15px;
}
}
.border-image {
border-radius: 10px;
overflow: hidden;
position: relative;
}
.border-image::before {
content: "";
width: calc(100% - 20px);
height: calc(100% - 20px);
border-radius: 10px;
inset: 10px;
position: absolute;
border: 1px solid #fff;
transition: 0.4s;
}
.border-image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.border-image:hover::before {
background: rgba(0, 0, 0, 0.5);
}
.transform-hover {
transition: 0.1s linear;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.transform-hover__text {
text-align: center;
font-style: italic;
color: #fff;
width: calc(100% - 80px);
position: absolute;
display: block;
left: 40px;
cursor: pointer;
}
.image-link {
cursor: pointer;
}
.image-link::before {
background: rgba(0, 0, 0, 0.5);
}
.quote-box {
padding: 35px;
background: var(--sidebar);
border-radius: 10px;
padding-right: 500px;
position: relative;
font-size: 18px;
}
@media screen and (max-width: 1250px) {
.quote-box {
padding-right: 0px;
}
}
@media screen and (max-width: 991px) {
.quote-box {
padding: 15px;
font-size: 15px;
}
}
.quote-box::after {
content: "";
width: 300px;
height: 100%;
position: absolute;
right: 50px;
top: 0;
background-position: center;
background-repeat: no-repeat;
background-image: url(//marta-ng.com/new-site-6ae91dc0b/wp-content/themes/marta/assets/img/icons/quote.webp);
background-size: contain;
}
@media screen and (max-width: 991px) {
.quote-box::after {
width: 100px;
height: 100px;
top: 0;
right: 0;
}
}
.first-section {
padding-top: 200px;
}
@media screen and (max-width: 575px) {
.first-section {
padding-top: 120px;
}
}
.hidden {
display: none !important;
}
.head-block {
padding: 20px;
background: var(--accent-light);
color: #fff;
border-radius: 10px;
}
.label {
width: 100%;
}
.label__title {
display: block;
margin-bottom: 5px;
}
.label input, .label select, .label textarea {
color: #333;
vertical-align: middle;
background-color: #fff;
border: 1px solid #ccc;
width: 100%;
height: 38px;
margin-bottom: 10px;
padding: 8px 12px;
font-size: 14px;
min-height: 50px;
line-height: 1.42857;
display: block;
}
.label textarea {
appearance: none;
resize: none;
height: 100px;
}
.form-row {
display: flex;
flex-flow: wrap;
gap: 20px;
row-gap: 5px;
}
.form-row .label {
width: calc(50% - 10px);
}
@media screen and (max-width: 575px) {
.form-row .label {
width: 100%;
}
}
.form-row .label-full {
width: 100%;
}
.section-gray {
background: var(--sidebar);
}
.btns-row {
display: flex;
align-items: center;
gap: 10px;
}
@media screen and (max-width: 575px) {
.btns-row {
flex-flow: wrap;
}
.btns-row .btn {
width: 100%;
}
}
.btns-row-center {
justify-content: center;
}
.blockquote-two {
padding: 15px;
background: var(--sidebar);
border-radius: 10px;
border: none !important;
font-size: 18px;
line-height: 1.6;
}
.blockquote-two p {
margin-bottom: 10px;
}
.blockquote-two em {
font-style: italic;
font-size: 14px;
text-align: right;
display: block;
line-height: 1.2;
margin-top: 30px;
}
.padding-right-100 {
padding-right: 100px;
}
@media screen and (max-width: 768px) {
.padding-right-100 {
padding-right: 0;
}
}
.green-wrapper {
background: var(--icons);
}
.gray-box, .green-box, .white-box {
padding: 40px;
border-radius: 10px;
background: var(--sidebar);
}
@media screen and (max-width: 991px) {
.gray-box, .green-box, .white-box {
padding: 15px;
}
}
.white-box {
background: #fff;
width: 100%;
position: relative;
z-index: 1;
}
.secondary-wrapper {
background: var(--accent);
}
.green-box {
background: var(--icons);
}
.green-box-two {
background: var(--footer);
}
.green-box-two blockquote {
background: #fff;
border-color: var(--accent-light);
}
.cards-whispers blockquote {
border-color: var(--accent-light);
font-size: 18px;
border-left-width: 3px;
padding: 10px 20px;
background: var(--sidebar);
}
.italic {
font-style: italic;
}
.author-image-single {
border: 5px solid #fff;
border-radius: 100px;
width: 170px;
height: 170px;
margin-bottom: 3%;
margin-left: auto;
margin-right: auto;
box-shadow: 2px 2px 5px #0003;
}
.author-image-single img {
border-radius: 50%;
overflow: hidden;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
}
.title-404 {
color: var(--accent);
text-align: center;
-webkit-text-stroke-width: 3px;
-webkit-text-stroke-color: #fff;
text-shadow: 3px 5px 3px #3635353b;
border: 3px #000;
margin-bottom: 20px;
font-family: Raleway, sans-serif;
font-size: 200px;
font-weight: 900;
line-height: 1em;
}
@media screen and (max-width: 575px) {
.title-404 {
font-size: 100px;
}
}
.margin-bottom {
margin-bottom: 15px;
}
.margin-bottom-small {
margin-bottom: 10px;
}
.margin-bottom-20 {
margin-bottom: 20px;
}
.margin-bottom-big {
margin-bottom: 25px;
}
.margin-bottom-biggest {
margin-bottom: 40px;
}
.margin-bottom-60 {
margin-bottom: 60px;
}
.margin-bottom-100 {
margin-bottom: 100px;
}
.not-found__image {
position: relative;
border-radius: 10px;
background: #f2e7e6;
height: 300px;
display: flex;
align-items: center;
justify-content: center;
margin: 20px 0;
}
.not-found__image img {
max-height: 100%;
}
.not-found__inner {
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.not-found em {
font-weight: bold;
color: var(--accent);
}
.not-found .btn {
font-size: 14px;
padding-left: 20px;
padding-right: 20px;
flex-grow: 1;
}
@media screen and (max-width: 575px) {
.not-found .btn {
width: 100%;
}
}
@media screen and (max-width: 768px) {
.not-found .btns-row {
flex-flow: wrap;
}
}
.quote-wrapper {
position: relative;
}
.quote-wrapper .badge {
position: absolute;
right: 20px;
top: 20px;
padding: 8px 20px;
}
@media screen and (max-width: 768px) {
.quote-wrapper .badge {
position: relative;
top: 0;
right: 0;
margin-left: auto;
float: right;
}
}
@media screen and (max-width: 575px) {
.quote-wrapper .badge {
font-size: 12px;
padding: 5px 10px;
margin-left: 5px;
}
}
.whispers-badge {
font-size: 12px;
background: var(--icons);
border-radius: 50px;
padding: 5px 20px;
display: inline-block;
}
.image-desc {
position: relative;
border-radius: 20px;
overflow: hidden;
}
.image-desc__front {
position: relative;
}
.image-desc__back {
background: var(--accent);
border-radius: 20px;
overflow: hidden;
position: absolute;
inset: 0;
width: 100%;
height: 100%;
padding: 20px;
color: #fff;
display: flex;
flex-flow: column;
justify-content: center;
gap: 20px;
transform: translateY(100%);
transition: 0.4s;
}
.image-desc .desc-title {
font-size: 20px;
font-weight: 500;
}
.image-desc ul {
list-style: square;
padding-left: 20px;
}
.image-desc ul li {
margin-bottom: 10px;
}
.image-desc ul li:last-child {
margin-bottom: 0;
}
.image-desc:hover .image-desc__back {
transform: translateY(0);
}
.btns-taro {
max-width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
.btns-taro .btn {
width: calc(50% - 10px);
}
@media screen and (max-width: 575px) {
.btns-taro {
flex-flow: wrap;
}
.btns-taro .btn {
width: 100%;
}
}
.badge-big {
padding: 15px 30px;
background: #ffcd15;
font-size: 20px;
display: inline-block;
border-radius: 30px;
color: #000;
margin-bottom: 20px;
}
.accent-box {
background: var(--accent-light);
padding: 20px;
border-radius: 8px;
color: #fff;
margin-bottom: 20px;
}
.accent-box .btns-row {
text-decoration: underline;
margin-top: 20px;
}
@media screen and (max-width: 575px) {
.accent-box .btns-row .btn {
width: 100%;
}
}
.accent-box .title-block-small {
margin-bottom: 10px;
}
.accent-box .progress-line {
margin-top: 30px;
}
.progress-line__title {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10px;
}
.progress-line__bar {
width: 100%;
height: 10px;
background: var(--accent);
border-radius: 10px;
overflow: hidden;
position: relative;
}
.progress-line__bar span {
position: absolute;
display: block;
background: #ffcd15;
height: 100%;
left: 0;
border-right: 10px solid #fff;
}
.timer {
display: flex;
gap: 20px;
}
.timer-item {
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
font-size: 12px;
position: relative;
width: 30px;
}
.timer-item::after {
content: ":";
position: absolute;
left: calc(100% + 10px);
font-size: 20px;
font-weight: bold;
}
.timer-item:last-child::after {
display: none;
}
.timer-item .value {
font-size: 20px;
font-weight: bold;
}
.modal-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: var(--app-height);
background: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
z-index: 20;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: 0.4s;
}
.modal-wrapper.open {
opacity: 1;
visibility: visible;
pointer-events: initial;
}
.modal-wrapper__inner {
padding: 30px;
border-radius: 15px;
background: #fff;
width: calc(100% - 30px);
max-width: 1100px;
z-index: 1;
position: relative;
max-height: calc(var(--app-height) - 100px);
}
@media screen and (max-width: 768px) {
.modal-wrapper__inner {
overflow-y: auto;
}
}
.modal-wrapper__inner::before {
z-index: -1;
content: "";
background-position: center;
background-size: 110%;
position: absolute;
border-radius: 15px;
inset: 0;
width: 100%;
height: 100%;
background-image: url(//marta-ng.com/new-site-6ae91dc0b/wp-content/themes/marta/assets/img/popup.webp);
opacity: 0.3;
}
@media screen and (max-width: 575px) {
.modal-wrapper__inner::before {
opacity: 0;
}
}
.modal-wrapper .close {
position: absolute;
top: -60px;
right: -60px;
}
@media screen and (max-width: 575px) {
.modal-wrapper .close {
top: 15px;
right: 10px;
background: #fff;
border-radius: 50%;
z-index: 3;
}
.modal-wrapper .close::before, .modal-wrapper .close::after {
background: #000;
width: 20px;
height: 2px;
}
}
.image-radius {
border-radius: 12px;
overflow: hidden;
}
.close {
width: 40px;
height: 40px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
background: none;
border: none;
padding: 0;
margin: 0;
}
.close::before, .close::after {
content: "";
width: 30px;
height: 4px;
background: #fff;
border-radius: 10px;
display: block;
position: absolute;
transform: rotate(45deg);
}
.close::after {
transform: rotate(-45deg);
}
.box-icon {
display: flex;
align-items: center;
gap: 30px;
padding: 15px;
flex-flow: wrap;
}
@media screen and (max-width: 991px) {
.box-icon {
flex-flow: column;
align-items: flex-start;
gap: 10px;
}
}
.box-icon__icon {
width: 70px;
height: 70px;
}
@media screen and (max-width: 991px) {
.box-icon__icon {
width: 40px;
height: 40px;
}
}
.box-icon__content {
width: calc(100% - 100px);
}
@media screen and (max-width: 991px) {
.box-icon__content {
width: 100%;
}
}
#advice.modal-wrapper {
background-image: url(//marta-ng.com/new-site-6ae91dc0b/wp-content/themes/marta/assets/img/advice.webp);
}
#advice.modal-wrapper__inner {
max-width: 900px;
}
#advice .close {
border-radius: 50%;
background: #ffcd15;
}
#advice .close::after, #advice .close::before {
width: 25px;
background: #000;
}
[data-modal] {
cursor: pointer;
}
.text-icon {
display: flex;
align-items: center;
gap: 10px;
}
.text-icon svg, .text-icon img {
width: 30px;
height: 30px;
object-fit: contain;
object-position: center;
}
.lh-1-6 {
line-height: 1.6;
}
@media screen and (max-width: 991px) {
.mobile-small {
width: 50%;
}
}
@media screen and (max-width: 991px) {
.mobile-hide {
display: none;
}
}
@media screen and (max-width: 991px) {
.taro-row {
margin: 0 -5px;
}
.taro-row .col-4 {
margin-bottom: 0;
padding: 0 5px;
width: 33.3333333333%;
}
}
@media screen and (max-width: 991px) {
.cards-mobile-scroll {
flex-flow: row;
overflow: auto;
}
.cards-mobile-scroll .card-item {
max-width: 280px;
min-width: 280px;
box-shadow: none;
}
.cards-mobile-scroll .card-item .desc-small {
width: calc(100% - 70px);
}
.cards-mobile-scroll .card-item .desc-small br {
display: none;
}
}
.header {
position: absolute;
top: 0;
left: 0;
z-index: 11;
width: 100%;
top: 40px;
}
@media screen and (max-width: 991px) {
.header {
top: 15px;
}
}
.header .container {
position: relative;
}
.header-row {
display: flex;
align-items: center;
gap: 20px;
padding: 13px;
border-radius: 8px;
background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 575px) {
.header-row {
padding: 10px;
}
}
.header-row .btn {
text-transform: uppercase;
}
.header-row__left {
border-radius: 5px;
justify-content: flex-start;
align-items: center;
padding: 5px;
display: flex;
background: var(--accent-light);
gap: 5px;
}
.header-row__left .logo {
border-radius: 5px;
width: 45px;
height: 44px;
padding: 5px;
background: #fff;
}
.header-row nav {
flex-grow: 1;
}
@media screen and (max-width: 991px) {
.header-row nav {
display: none;
}
}
.header-row nav ul {
display: flex;
align-items: center;
}
.header-row nav ul li {
position: relative;
}
.header-row nav ul a {
display: block;
padding: 10px 15px;
color: #333;
font-weight: 500;
font-size: 14px;
}
.header-row nav ul a:hover {
color: var(--accent-light);
}
.header-row nav ul .sub-links {
position: absolute;
background: #fff;
z-index: 1;
flex-flow: column;
opacity: 0;
visibility: hidden;
transition: 0.4s;
pointer-events: none;
}
.header-row nav ul .sub-links li {
width: 100%;
text-align: left;
}
.header-row nav ul .sub-links a {
display: block;
width: 100%;
border-bottom: 1px dashed var(--accent-light);
white-space: nowrap;
text-align: left;
transition: 0.4s;
background: #fff;
}
.header-row nav ul .sub-links a:hover {
background: var(--icons);
}
.header-row nav ul .parent-link:hover .sub-links {
opacity: 1;
visibility: visible;
pointer-events: initial;
}
.header-row nav .sub-parent {
display: flex;
align-items: center;
gap: 5px;
}
.header-row nav .sub-parent::after {
content: "";
width: 18px;
height: 18px;
background-image: url(//marta-ng.com/new-site-6ae91dc0b/wp-content/themes/marta/assets/img/sprite/chevron-bottom.svg);
position: relative;
display: block;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.header-row__right {
display: flex;
align-items: center;
gap: 25px;
}
@media screen and (max-width: 991px) {
.header-row__right {
gap: 10px;
margin-left: auto;
}
}
.header-row__right .btn {
min-width: 250px;
}
@media screen and (max-width: 1250px) {
.header-row__right .btn {
display: none;
}
}
.btn-catalog {
display: flex;
align-items: center;
gap: 13px;
font-weight: 500;
text-transform: none;
border: none;
cursor: pointer;
padding: 12px 20px;
border-radius: 5px;
background: #fff;
color: var(--accent-light);
}
.btn-catalog:hover {
background: #fff;
color: var(--accent);
}
.btn-catalog svg {
width: 20px;
height: 20px;
}
.btn-cart {
width: 45px;
height: 45px;
border-radius: 50%;
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid var(--accent);
background: #fff0;
color: var(--accent);
position: relative;
}
@media screen and (max-width: 991px) {
.btn-cart {
width: 35px;
height: 35px;
padding: 8px;
}
}
.btn-cart:hover {
border-color: var(--accent-light);
background: var(--icons);
color: var(--accent);
}
.btn-cart span {
position: absolute;
font-size: 9px;
display: flex;
align-items: center;
justify-content: center;
width: 20px;
font-weight: 500;
height: 20px;
border-radius: 50%;
background: #FFCD15;
top: -5px;
right: -5px;
}
.header-catalog-list {
position: absolute;
top: calc(100% + 10px);
padding: 20px;
width: calc(100% - 30px);
background: #fff;
border-radius: 8px;
display: flex;
flex-flow: wrap;
gap: 0px;
box-shadow: 0 10px 30px #00000026;
pointer-events: none;
opacity: 0;
visibility: hidden;
transition: 0.4s;
row-gap: 0;
}
@media screen and (max-width: 575px) {
.header-catalog-list {
padding: 10px;
row-gap: 0;
}
}
.header-catalog-list.open {
opacity: 1;
visibility: visible;
pointer-events: initial;
}
.header-catalog-list .cat-link {
width: calc(25% - 0px);
padding: 10px;
display: flex;
align-items: center;
gap: 10px;
border-radius: 8px;
color: #000;
font-size: 15px;
}
@media screen and (max-width: 1250px) {
.header-catalog-list .cat-link {
font-size: 13px;
}
}
@media screen and (max-width: 991px) {
.header-catalog-list .cat-link {
width: calc(33.3333333333% - 6.6666666667px);
}
}
@media screen and (max-width: 768px) {
.header-catalog-list .cat-link {
width: calc(50% - 5px);
}
}
@media screen and (max-width: 575px) {
.header-catalog-list .cat-link {
padding: 5px;
font-size: 11px;
}
}
.header-catalog-list .cat-link__icon {
width: 40px;
display: flex;
align-items: center;
aspect-ratio: 1;
justify-content: center;
height: 40px;
padding: 10px;
border-radius: 50%;
background: #e7f0da;
}
@media screen and (max-width: 575px) {
.header-catalog-list .cat-link__icon {
width: 25px;
height: 25px;
padding: 6px;
}
}
.header-catalog-list .cat-link:hover {
background: #f8ffec;
}
.btn-burger {
display: flex;
flex-flow: column;
gap: 3px;
position: relative;
width: 35px;
height: 35px;
border: 1px solid var(--accent);
border-radius: 50%;
align-items: center;
justify-content: center;
}
@media screen and (min-width: 992px) {
.btn-burger {
display: none;
}
}
.btn-burger span {
width: 14px;
height: 1px;
transition: 0.4s;
background: var(--accent-light);
}
.menu-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: var(--app-height);
background: #fff;
padding-top: 100px;
z-index: 10;
font-size: 16px;
font-weight: 500;
opacity: 0;
visibility: hidden;
transition: 0.4s;
pointer-events: none;
}
.menu-wrapper__inner {
height: 100%;
padding-bottom: 15px;
}
.menu-wrapper .btn {
width: 100%;
}
.menu-wrapper .mobile-nav {
flex-grow: 1;
}
.menu-wrapper .container {
display: flex;
flex-flow: column;
height: 100%;
}
.menu-wrapper li {
padding: 0 10px;
margin-bottom: 15px;
}
.menu-wrapper a:not(.btn) {
color: #000;
}
.menu-wrapper .sub-links {
display: flex;
flex-flow: column;
font-size: 0.9em;
gap: 8px;
margin-top: 10px;
font-weight: 400;
}
.menu-wrapper .sub-links a {
color: rgba(0, 0, 0, 0.5);
}
.active-menu .btn-burger span {
position: absolute;
}
.active-menu .btn-burger span:nth-child(1) {
transform: rotate(45deg);
}
.active-menu .btn-burger span:nth-child(2) {
opacity: 0;
}
.active-menu .btn-burger span:nth-child(3) {
transform: rotate(-45deg);
}
.active-menu .menu-wrapper {
pointer-events: initial;
opacity: 1;
visibility: visible;
}
.footer {
font-size: 14px;
background: #F0F3EE;
padding: 50px 0 20px;
}
.footer-row {
display: flex;
flex-flow: wrap;
gap: 20px;
}
.footer-row__logo {
width: calc(41.6666666667% - 20px);
}
@media screen and (max-width: 991px) {
.footer-row__logo {
width: 100%;
}
}
@media screen and (max-width: 768px) {
.footer-row__logo {
width: 100%;
}
}
.footer-row__logo img {
max-width: 180px;
}
@media screen and (max-width: 575px) {
.footer-row__logo img {
max-width: 100px;
margin-bottom: 30px;
}
}
.footer-row__col {
width: calc(16.6666666667% - 20px);
}
@media screen and (max-width: 991px) {
.footer-row__col {
width: calc(33.3333333333% - 20px);
}
}
@media screen and (max-width: 768px) {
.footer-row__col {
width: calc(50% - 10px);
}
}
.footer-row__callback {
width: calc(25% - 20px);
}
@media screen and (max-width: 991px) {
.footer-row__callback {
width: calc(33.3333333333% - 20px);
}
}
@media screen and (max-width: 768px) {
.footer-row__callback {
width: 100%;
}
}
.footer-title {
text-transform: uppercase;
font-size: 14px;
color: var(--accent-light);
font-family: var(--montserrat);
margin-bottom: 23px;
font-weight: 500;
}
.footer a {
color: #1a1b1f;
}
.footer a:hover {
color: var(--accent-light);
text-decoration: underline;
}
.footer a.primary-link {
text-transform: uppercase;
color: var(--accent-light);
}
.footer li {
margin-bottom: 19px;
}
.footer-copyright {
padding: 20px 0 0;
border-top: 1px solid #DDE1E6;
text-align: center;
font-size: 12px;
font-family: var(--montserrat);
color: #7a7777;
line-height: 1.9;
margin-top: 110px;
}
@media screen and (max-width: 991px) {
.footer-copyright {
margin-top: 30px;
}
}
.hero-wrapper {
position: relative;
padding: 160px 0 0px;
background-image: url(//marta-ng.com/new-site-6ae91dc0b/wp-content/themes/marta/assets/img/hero.webp);
background-position: center top;
background-size: cover;
}
@media screen and (max-width: 575px) {
.hero-wrapper {
padding: 120px 0 40px;
}
}
.hero-wrapper__nav {
background: var(--accent-light);
margin-top: 90px;
}
@media screen and (max-width: 575px) {
.hero-wrapper__nav {
margin-top: 40px;
display: none;
}
}
@media screen and (min-width: 991px) {
.hero-wrapper__nav .nav-toggle {
display: none;
}
}
@media screen and (max-width: 991px) {
.hero-wrapper__nav .nav-toggle {
display: flex;
padding: 0;
margin: 0;
background: none;
border: none;
flex-flow: column;
gap: 5px;
padding: 15px 15px;
width: 60px;
height: 60px;
margin-left: auto;
margin-right: auto;
align-items: center;
justify-content: center;
}
.hero-wrapper__nav .nav-toggle span {
width: 20px;
height: 2px;
background: var(--accent);
display: block;
}
}
.hero-wrapper__nav ul {
display: flex;
}
@media screen and (max-width: 991px) {
.hero-wrapper__nav ul {
display: none;
}
}
.hero-wrapper__nav li {
flex-grow: 1;
border-left: 1px dashed #A3B681;
}
.hero-wrapper__nav li:first-child {
border-left: none;
}
.hero-wrapper__nav a {
text-align: center;
padding: 20px;
display: block;
width: 100%;
color: #fff;
}
.hero-wrapper__nav a:hover {
background: var(--accent);
}
@media screen and (max-width: 1400px) {
.hero-wrapper__nav a {
padding: 20px 10px;
font-size: 14px;
}
}
.hero-row {
display: flex;
flex-flow: wrap;
gap: 20px;
align-items: center;
position: relative;
z-index: 1;
}
.hero-row__left {
width: calc(58.3333333333% - 10px);
}
@media screen and (max-width: 991px) {
.hero-row__left {
width: 100%;
}
}
.hero-row__image {
width: calc(41.6666666667% - 10px);
position: relative;
}
@media screen and (max-width: 991px) {
.hero-row__image {
width: 100%;
position: absolute;
right: 0;
top: -20px;
opacity: 0.8;
margin-right: 0;
margin-left: 0;
}
}
.hero-row__image .to-bottom {
position: absolute;
bottom: 0;
right: 0;
}
@media screen and (max-width: 991px) {
.hero-home .hero-row__image {
display: none;
}
}
.hero-logo {
width: 250px;
height: 250px;
border-radius: 50%;
border: 1px solid var(--accent-light);
padding: 5px;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width: 991px) {
.hero-logo {
width: 100px;
height: 100px;
margin: 0;
margin-left: auto;
}
}
.hero-logo__inner {
width: 100%;
height: 100%;
background: var(--accent-light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
padding: 20px;
}
@media screen and (max-width: 991px) {
.hero-logo__inner {
padding: 5px;
}
}
.hero-logo__inner::after {
content: "";
width: calc(100% - 40px);
height: calc(100% - 40px);
background-image: url(//marta-ng.com/new-site-6ae91dc0b/wp-content/themes/marta/assets/img/logo-text.png);
position: absolute;
inset: 0;
margin: auto;
background-size: contain;
background-repeat: no-repeat;
animation: rotate 20s infinite linear;
transform-style: preserve-3d;
will-change: transform;
}
@media screen and (max-width: 991px) {
.hero-logo__inner::after {
width: calc(100% - 15px);
height: calc(100% - 15px);
}
}
.hero-logo__inner img {
width: 90px;
height: 90px;
}
@media screen and (max-width: 991px) {
.hero-logo__inner img {
width: 40px;
height: 40px;
}
}
@keyframes rotate {
0% {
transform: rotateZ(0);
}
100% {
transform: rotateZ(360deg);
}
}
.cards-slider {
position: relative;
}
.cards-slider .swiper-slide {
width: calc(33.3333333333% - 13.3333333333px);
margin-right: 20px;
height: initial;
}
.cards-slider .swiper-slide:last-child {
margin-right: 0;
}
@media screen and (max-width: 991px) {
.cards-slider .swiper-slide {
width: calc(50% - 10px);
}
}
@media screen and (max-width: 575px) {
.cards-slider .swiper-slide {
width: 100%;
}
}
.cards-slider__nav {
display: flex;
align-items: center;
gap: 10px;
margin-top: -20px;
z-index: 1;
position: relative;
justify-content: flex-end;
padding-right: 20px;
}
.cards-slider__nav .btn-arrow {
border-radius: 4px;
}
.cards-slider .card-item {
height: 100%;
}
.psy-wrapper {
display: flex;
flex-flow: wrap;
gap: 20px;
}
.psy-wrapper__image {
width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 991px) {
.psy-wrapper__image {
display: none;
}
}
.psy-wrapper__image .image-psy {
border: 10px solid;
border-color: var(--accent) var(--accent-light);
height: 550px;
border-radius: 20px;
margin: 0 auto;
max-width: 310px;
position: relative;
}
.psy-wrapper__image .image-psy__text {
background: #e7e7e7;
position: absolute;
left: 0;
right: 0;
color: #000;
z-index: 1;
text-align: center;
font-size: 18px;
inset: auto 0% 150px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.psy-wrapper__image img {
height: 100%;
border-radius: 15px;
width: 100%;
filter: hue-rotate(180deg);
object-fit: cover;
object-position: center;
}
.psy-wrapper__tabs {
width: calc(66.6666666667% - 10px);
padding-left: 40px;
}
@media screen and (max-width: 991px) {
.psy-wrapper__tabs {
width: 100%;
padding-left: 0;
}
}
.about-wrapper {
position: relative;
background-image: url(//marta-ng.com/new-site-6ae91dc0b/wp-content/themes/marta/assets/img/about-pattern.svg);
background-position: left top;
background-size: auto;
background-repeat: no-repeat;
}
.tabs-btns {
display: flex;
flex-flow: wrap;
gap: 10px;
}
.tabs-btns .tab-btn {
width: calc(50% - 5px);
padding: 13px 30px;
border-radius: 10px;
font-size: 16px;
color: #000;
background: #FFF;
border: 1px solid #EDFCFF;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
transition: 0.4s;
}
@media screen and (max-width: 575px) {
.tabs-btns .tab-btn {
font-size: 15px;
padding: 10px 15px;
}
}
.tabs-btns .tab-btn.active {
background: var(--accent-light);
border-color: var(--accent-light);
color: #fff;
}
.psy-player {
padding: 20px;
background: #fff;
border-radius: 8px;
border: 1px solid #E7F0DA;
background: #FFF;
box-shadow: 6px 6px 20px -9px rgba(107, 126, 73, 0.45);
}
@media screen and (max-width: 575px) {
.psy-player {
padding: 10px;
}
}
.psy-player-wrapper .tabs-content {
margin-top: 30px;
}
.psy-desc {
font-size: 14px;
margin-top: 20px;
}
.psy-desc strong {
font-weight: 600;
color: var(--accent-light);
}
.to-bottom {
position: relative;
border-radius: 50%;
width: 70px;
height: 70px;
border: 1px solid var(--accent-light);
padding: 8px;
display: block;
}
.to-bottom__inner {
border-radius: 50%;
background: #fff;
padding: 8px;
display: flex;
align-items: center;
justify-content: center;
}
.posts-row {
display: flex;
flex-flow: wrap;
gap: 20px;
row-gap: 60px;
}
.posts-row .post-item {
width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 991px) {
.posts-row .post-item {
width: calc(50% - 10px);
}
}
@media screen and (max-width: 575px) {
.posts-row .post-item {
width: 100%;
}
}
.post-item {
position: relative;
}
.post-item__image {
border-radius: 8px;
overflow: hidden;
transition: 0.4s;
}
.post-item__image img {
transform: scale(1);
transition: 0.4s;
}
.post-item__meta {
padding: 4px;
border-radius: 50px;
background: #E7F0DA;
display: inline-flex;
align-items: center;
padding-right: 10px;
gap: 8px;
margin: 30px 0 16px;
}
.post-item__meta .meta-item {
font-size: 10px;
color: var(--accent);
}
.post-item__meta a {
padding: 6px 7px;
border-radius: 50px;
background: #fff;
}
.post-item__date {
font-size: 14px;
color: var(--accent-light);
display: block;
}
.post-item__date::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
inset: 0;
}
.post-item__title {
margin: 15px 0 10px;
font-size: 20px;
font-weight: 500;
color: var(--accent);
position: relative;
padding-right: 70px;
}
.post-item__title::after {
content: "";
width: 24px;
height: 24px;
background-image: url(//marta-ng.com/new-site-6ae91dc0b/wp-content/themes/marta/assets/img/sprite/arrow-top-right.svg);
position: absolute;
right: 0;
top: 4px;
transition: 0.4s;
}
.post-item:hover .post-item__image {
box-shadow: 0 24px 48px -12px #1018282e;
}
.post-item:hover .post-item__image img {
transform: scale(1.05);
}
.post-item:hover .post-item__title::after {
transform: rotate(45deg);
}
.cards-hits .card-item {
width: calc(25% - 15px);
text-align: center;
}
.cards-hits .card-item__inner {
display: block;
}
@media screen and (max-width: 1250px) {
.cards-hits .card-item {
width: calc(50% - 10px);
}
}
@media screen and (max-width: 768px) {
.cards-hits .card-item {
width: 100%;
}
}
.cards-hits .card-item .icon {
margin-left: auto;
margin-right: auto;
}
.cards-hits .card-item .link-arrow {
justify-content: center;
}
.cards-hits .card-item .item-title {
border: none;
margin-bottom: 0;
font-size: 20px;
}
.catalog-wrapper {
display: flex;
flex-flow: wrap;
gap: 25px;
position: relative;
align-items: flex-start;
}
.catalog-wrapper__sidebar {
width: calc(25% - 12.5px);
position: sticky;
top: 20px;
}
@media screen and (max-width: 991px) {
.catalog-wrapper__sidebar {
width: 100%;
position: sticky;
top: 10px;
z-index: 7;
display: none;
transition: 0.4s;
}
.catalog-wrapper__sidebar.catalog-visible {
display: block;
}
}
.catalog-wrapper__list {
width: calc(75% - 12.5px);
}
@media screen and (max-width: 991px) {
.catalog-wrapper__list {
width: 100%;
}
}
@media screen and (max-width: 991px) {
.catalog-parent-wrapper::before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 70px;
z-index: 6;
opacity: 0;
background: rgba(68, 87, 35, 0.6);
backdrop-filter: blur(10px);
transition: 0.4s;
}
.catalog-parent-wrapper.fixed::before {
opacity: 1;
}
}
.catalog-section {
overflow: inherit;
}
@media screen and (max-width: 768px) {
.categories-list {
display: flex;
flex-flow: row;
gap: 10px;
overflow: auto;
}
}
.categories-list li {
margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.categories-list li {
margin-bottom: 0;
white-space: nowrap;
}
}
.categories-list li:last-child {
margin-bottom: 0;
}
.categories-list a {
padding: 15px 20px;
border-radius: 8px;
background: #fff;
box-shadow: inset 0 -3px 0 0 var(--icons);
display: flex;
align-items: center;
padding-right: 40px;
position: relative;
overflow: hidden;
}
@media screen and (max-width: 1250px) {
.categories-list a {
font-size: 14px;
}
}
.categories-list a::after {
content: "";
width: 24px;
height: 24px;
background-image: url(//marta-ng.com/new-site-6ae91dc0b/wp-content/themes/marta/assets/img/sprite/arrow-right.svg);
position: absolute;
right: 10px;
transform: translateX(30px);
transition: 0.4s;
}
.categories-list a:hover::after {
transform: translateX(0);
}
.categories-list a.active {
background: #E7F0DA;
box-shadow: inset 0 -3px 0 0 var(--accent-light);
}
.categories-list a.active::after {
transform: translateX(0);
}
.categories-list.categories-minimal {
margin-bottom: 10px;
}
.categories-list.categories-minimal a {
padding: 0;
background: none;
box-shadow: none;
display: inline-flex;
align-items: center;
font-weight: 500;
}
.categories-list.categories-minimal a::after {
position: relative;
right: 0;
margin-left: 10px;
transform: none;
}
.product-item, .free-product {
display: flex;
flex-flow: wrap;
gap: 20px;
background: #fff;
border-radius: 8px;
border: 1px solid #E7F0DA;
overflow: hidden;
margin-bottom: 30px;
}
.product-item:last-child, .free-product:last-child {
margin-bottom: 0;
}
.product-item__summary, .free-product__summary {
width: calc(66.6666666667% - 10px);
padding: 20px;
}
@media screen and (max-width: 1250px) {
.product-item__summary, .free-product__summary {
width: calc(55.5555555556% - 10px);
font-size: 13px;
}
}
@media screen and (max-width: 768px) {
.product-item__summary, .free-product__summary {
width: 100%;
padding: 15px;
}
}
.product-item__summary p, .free-product__summary p {
margin-bottom: 15px;
}
.product-item__summary p:last-child, .free-product__summary p:last-child {
margin-bottom: 0;
}
.product-item__cart, .free-product__cart {
width: calc(33.3333333333% - 10px);
padding: 20px;
border-radius: 8px;
background: #E7F0DA;
}
@media screen and (max-width: 1250px) {
.product-item__cart, .free-product__cart {
width: calc(44.4444444444% - 10px);
}
}
@media screen and (max-width: 768px) {
.product-item__cart, .free-product__cart {
width: 100%;
padding: 15px;
}
}
.product-item__cart .add-to-cart, .free-product__cart .add-to-cart {
width: 100%;
background: var(--blue);
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
}
.product-item__cart .add-to-cart:hover, .free-product__cart .add-to-cart:hover {
background: #3538cd;
}
.product-title {
font-size: 26px;
margin-bottom: 10px;
}
.product-meta {
margin-bottom: 10px;
display: flex;
align-items: center;
background: #F9FAFB;
border-radius: 8px;
padding: 5px 10px;
gap: 15px;
}
@media screen and (max-width: 768px) {
.product-meta {
padding: 10px;
flex-flow: wrap;
justify-content: space-between;
}
.product-meta .cat-meta {
width: calc(50% - 7.5px);
justify-content: center;
}
}
.product-meta__item {
display: flex;
align-items: center;
gap: 5px;
}
.product-meta__item img {
max-width: 15px;
height: auto;
}
.product-meta .cat-meta {
padding: 5px 15px;
border-radius: 50px;
font-size: 14px;
background: var(--icons);
}
.product-tabs {
position: relative;
}
.prodcut-cart-image {
position: relative;
}
@media screen and (max-width: 768px) {
.prodcut-cart-image img {
max-width: calc(100% - 50px);
margin-left: auto;
margin-right: auto;
display: block;
}
}
.free-product .prodcut-cart-image .badge {
position: absolute;
top: -7px;
right: 0;
}
.badge {
padding: 8px;
border-radius: 40px;
font-size: 12px;
color: #fff;
background: #7F56D9;
display: inline-block;
}
.badge-yellow {
background: #ffcd15;
color: var(--accent);
}
.prodcut-cart-total {
margin: 20px 0;
}
.total-item {
display: flex;
align-items: flex-end;
justify-content: space-between;
margin-bottom: 10px;
position: relative;
font-size: 14px;
}
.total-item::after {
content: "";
width: 100%;
height: 1px;
border-top: 1px dotted #000;
position: absolute;
bottom: 5px;
left: 0;
z-index: 0;
}
.total-item span {
background: #E7F0DA;
position: relative;
z-index: 1;
}
@media screen and (max-width: 1250px) {
.total-item span {
font-size: 14px;
}
}
.total-item span:first-child {
padding-right: 5px;
}
.total-item span:last-child {
padding-left: 5px;
font-size: 20px;
}
@media screen and (max-width: 1250px) {
.total-item span:last-child {
font-size: 16px;
}
}
.total-item span em {
font-weight: 500;
}
.total-item.total-last {
padding-top: 10px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
margin-top: 15px;
}
.total-item.total-last span:last-child {
font-size: 22px;
color: var(--blue);
font-weight: 600;
}
@media screen and (max-width: 1250px) {
.total-item.total-last span:last-child {
font-size: 20px;
}
}
.advantages {
list-style: none;
margin-top: 20px;
}
.advantages__item {
list-style: none;
display: flex;
align-items: center;
gap: 15px;
line-height: 1.2;
font-size: 13px;
padding: 5px 10px;
}
.advantages__item img {
max-width: 20px;
}
.advantages a {
padding: 10px;
transition: 0.3s;
border-radius: 8px;
}
.advantages a:hover {
background: #fff;
}
.tabs-head {
display: flex;
border-bottom: 3px solid #E7F0DA;
margin-bottom: 10px;
}
.tabs-head .product-tab-btn {
flex-grow: 1;
}
.product-tab-btn {
padding: 10px;
border: none;
transition: 0.4s;
cursor: pointer;
background: #F9FAFB;
}
.product-tab-btn.active {
background: #E7F0DA;
}
.tabs-content {
position: relative;
}
.tab-item {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.tab-item.active {
opacity: 1;
position: relative;
visibility: visible;
}
.review-item {
position: relative;
}
.review-item__head {
color: var(--accent);
font-weight: bold;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid;
}
.reviews-slider {
overflow: hidden;
}
.btn-arrow {
background: var(--accent);
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 1;
border: none;
transition: 0.3s;
}
.btn-arrow.btn-prev svg {
transform: rotate(180deg);
}
.btn-arrow.btn-next {
background: var(--accent-light);
}
.btn-arrow svg {
color: #fff;
width: 25px;
height: 25px;
}
.btn-arrow:disabled {
opacity: 0.5;
}
.slider-nav {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 30px;
}
.slider-nav__arrows {
display: flex;
align-items: center;
}
.slider-nav__pagination {
display: flex;
gap: 5px;
list-style-type: none;
counter-reset: num;
}
.slider-nav__pagination .swiper-pagination-bullet {
width: 25px;
height: 25px;
font-size: 14px;
margin: 0 !important;
background: #22222233;
border-radius: 0;
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
box-shadow: 0 0 3px 2px #33333310;
transition: 0.4s;
}
.slider-nav__pagination .swiper-pagination-bullet-active {
background: #333;
color: #fff;
}
.slider-nav__pagination .swiper-pagination-bullet::before {
content: counter(num);
counter-increment: num;
}
.sidebar-catalog {
background: #fff;
padding: 10px;
box-shadow: 14px 14px 200px #0016320f;
border-radius: 6px;
}
.sidebar-catalog__inner {
border-radius: 4px;
background: #f9fafb;
padding: 10px;
}
.product-small {
padding: 5px;
display: flex;
align-items: center;
gap: 8px;
border-radius: 10px;
}
@media screen and (max-width: 1250px) {
.product-small {
font-size: 14px;
padding: 0;
}
}
.product-small:hover {
background: var(--icons);
}
.product-small .product-meta {
font-size: 14px;
color: #969696;
padding: 0;
margin-top: 2px;
background: none;
margin-bottom: 0;
}
@media screen and (max-width: 1250px) {
.product-small .product-meta {
font-size: 12px;
}
}
.product-small .icon {
width: 40px;
height: 40px;
}
.products-favorite {
margin-bottom: 24px;
display: flex;
flex-flow: column;
gap: 10px;
}
.catalog-nav {
display: flex;
align-items: center;
justify-content: space-between;
flex-flow: wrap;
padding: 10px 15px;
background: #f9fafb;
border-radius: 10px;
margin-bottom: 30px;
row-gap: 10px;
}
.catalog-nav a {
font-size: 14px;
}
.primary-catalog {
background-image: url(//marta-ng.com/new-site-6ae91dc0b/wp-content/themes/marta/assets/img/about-pattern.svg);
background-position: left top;
background-repeat: no-repeat;
}
.primary-catalog .premium-product {
padding: 20px;
background: var(--accent-light);
border-radius: 10px;
margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
.primary-catalog .premium-product {
padding: 5px;
}
}
.primary-catalog .premium-product:last-child {
margin-bottom: 0;
}
.primary-catalog .premium-product .product-item {
border-radius: 8px;
overflow: hidden;
}
@media screen and (max-width: 575px) {
.primary-catalog .title-block {
font-size: 32px;
}
}
.recommended-box {
padding: 30px 20px;
}
.recommended-product {
display: flex;
align-items: center;
flex-flow: wrap;
gap: 20px;
padding: 30px;
background: #fff;
border-radius: 10px;
}
@media screen and (max-width: 575px) {
.recommended-product {
padding: 15px;
}
}
.recommended-product__image {
width: 40%;
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 1;
padding: 20px;
background: var(--icons);
border-radius: 10px;
position: relative;
}
@media screen and (max-width: 991px) {
.recommended-product__image {
width: 100%;
aspect-ratio: initial;
}
.recommended-product__image img {
width: 300px;
max-width: calc(100% - 30px);
height: auto;
}
}
.recommended-product__desc {
width: calc(60% - 20px);
display: flex;
flex-flow: column;
gap: 20px;
line-height: 1.5;
}
@media screen and (max-width: 991px) {
.recommended-product__desc {
width: 100%;
}
}
.recommended-product .btn {
line-height: 1.2;
}
.recommended-product .badge {
position: absolute;
right: 10px;
top: 10px;
}
.catalog-lifehacks {
overflow: initial;
}
.catalog-lifehacks .catalog-wrapper__sidebar {
padding: 0;
}
.video-item {
padding: 30px;
background: var(--accent);
border-radius: 20px;
display: flex;
gap: 30px;
margin-bottom: 20px;
align-items: center;
position: relative;
flex-flow: wrap;
}
@media screen and (max-width: 575px) {
.video-item {
padding: 15px;
border-radius: 12px;
}
}
.video-item__badge {
position: absolute;
top: 20px;
right: 20px;
font-size: 12px;
padding: 5px 14px;
background: #fff;
border-radius: 30px;
z-index: 1;
}
.video-item__badge.available {
background: var(--icons);
}
.video-item__badge.today {
background: #ffcd15;
}
.video-item:last-child {
margin-bottom: 0;
}
.video-item__image {
border-radius: 15px;
overflow: hidden;
width: calc(41.6666666667% - 15px);
position: relative;
}
@media screen and (max-width: 991px) {
.video-item__image {
width: 100%;
}
}
.video-item__image a {
display: flex;
align-items: center;
justify-content: center;
}
.video-item__image a::before {
content: "";
width: 70px;
height: 70px;
position: absolute;
background-image: url(//marta-ng.com/new-site-6ae91dc0b/wp-content/themes/marta/assets/img/icons/play.gif);
border-radius: 50%;
background-size: contain;
}
.video-item__content {
width: calc(58.3333333333% - 15px);
color: #fff;
display: flex;
flex-flow: column;
gap: 10px;
}
@media screen and (max-width: 991px) {
.video-item__content {
width: 100%;
}
}
.video-item .date {
color: #a4eb0b;
font-weight: 500;
}
.video-date {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
flex-flow: column;
color: #fff;
font-size: 24px;
}
.video-date strong {
font-size: 30px;
font-weight: bold;
color: #a4eb0b;
}
.green-section {
background: var(--accent-light);
}
.green-section .title-block {
color: #fff;
}
.green-section .premium-product {
background: var(--accent);
}
.green-section.primary-catalog {
background-image: none;
}
.cat-single-title {
padding: 30px;
border-radius: 8px;
background: var(--icons);
text-align: center;
color: var(--accent);
}
.product-wrapper-icon {
padding: 1px;
background: var(--accent-light);
border-radius: 8px;
margin-bottom: 20px;
}
.product-wrapper-icon__title {
padding: 15px;
color: #fff;
font-size: 24px;
font-weight: 500;
display: flex;
align-items: center;
gap: 15px;
}
.product-wrapper-icon__title .icon {
background: #fff;
width: 40px;
height: 40px;
padding: 5px;
}
@media screen and (max-width: 768px) {
.free-product .product-item__cart {
order: 2;
}
.free-product .product-item__summary, .free-product .player-added-item, .free-product .added-wrapper {
order: 1;
}
}
.article-content {
line-height: 1.6;
}
.article-content .title-post {
margin: 40px 0 20px;
}
.article-content .title-post:first-child {
margin-top: 0;
}
@media screen and (max-width: 575px) {
.article-content .title-post {
margin: 20px 0;
}
}
.article-content>* {
margin-bottom: 20px;
}
.article-content>*:last-child {
margin-bottom: 0;
}
.article-content .title-block {
color: #000;
}
.article-content .title-block em {
font-weight: 400;
}
.article-content h1 {
font-size: 40px;
}
@media screen and (max-width: 575px) {
.article-content h1 {
font-size: 30px;
}
}
.article-content h2 {
font-size: 35px;
}
@media screen and (max-width: 575px) {
.article-content h2 {
font-size: 25px;
}
}
.article-content h3 {
font-size: 28px;
}
@media screen and (max-width: 575px) {
.article-content h3 {
font-size: 20px;
}
}
.article-content h4 {
font-size: 22px;
}
@media screen and (max-width: 575px) {
.article-content h4 {
font-size: 17px;
}
}
.article-content h5 {
font-size: 18px;
}
@media screen and (max-width: 575px) {
.article-content h5 {
font-size: 15px;
}
}
.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5 {
color: var(--accent);
line-height: 1.2;
font-weight: 400;
}
.article-content h1 em, .article-content h2 em, .article-content h3 em, .article-content h4 em, .article-content h5 em {
font-weight: 400;
}
.article-content ul {
list-style-type: square;
padding-left: 20px;
}
.article-content strong {
font-weight: 600;
}
.article-content strong em {
font-weight: 500;
}
.article-content em {
font-weight: 600;
color: var(--accent);
}
.article-content pre {
color: #f50;
}
.article-content i {
font-style: italic;
color: var(--accent);
}
blockquote {
width: 100%;
border-left: 5px solid var(--icons);
padding: 10px 20px;
}
.author {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 30px;
}
.author__image {
width: 60px;
height: 60px;
border-radius: 50%;
aspect-ratio: 1;
border: 3px solid var(--icons);
}
.author__image img {
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
object-position: center;
}
.author__content {
display: flex;
flex-flow: column;
gap: 5px;
}
.author strong {
font-weight: 500;
}
.post-image {
position: relative;
border-radius: 10px;
height: 350px;
overflow: hidden;
margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
.post-image {
display: none;
}
}
.post-image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.small-post {
align-items: flex-start;
}
.small-post:last-child {
margin-bottom: 0;
}
.small-post .author__content a {
font-style: italic;
color: var(--accent);
text-decoration: underline;
font-family: "Raleway", sans-serif;
font-weight: 400;
}
.product-wrapper {
overflow: inherit;
padding-top: 200px;
}
.product-row {
display: flex;
flex-flow: wrap;
align-items: flex-start;
gap: 20px;
}
.product-row__content {
width: calc(75% - 20px);
}
.product-row__cart {
width: calc(25% - 20px);
position: sticky;
top: 20px;
}
.product-content {
display: flex;
flex-flow: wrap;
gap: 20px;
}
.product-content__image {
width: calc(44.4444444444% - 10px);
}
.product-content__desc {
width: calc(55.5555555556% - 10px);
}
.product-content__full {
width: 100%;
padding-top: 40px;
padding-right: 100px;
}
.product-content .product-image {
background: #f9fafb;
padding: 40px 0;
position: relative;
border-radius: 10px;
}
.product-content .product-image::before {
content: "";
width: 100%;
height: 100px;
background: var(--icons);
position: absolute;
left: 0;
bottom: 0;
border-radius: 10px;
}
.product-content .product-image img {
position: relative;
z-index: 1;
width: calc(100% - 70px);
margin-left: auto;
margin-right: auto;
display: block;
}
.product-content .title-block {
margin-bottom: 10px;
font-weight: 500;
color: var(--accent);
}
.product-content .meta-info {
margin: 20px 0;
}
.product-desc {
max-height: 330px;
position: relative;
overflow: hidden;
margin-bottom: 15px;
transition: 0.4s;
}
.product-desc::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
background: linear-gradient(to top, #fff, #fff0);
transition: 0.4s;
}
.product-desc.full {
max-height: 1000px;
}
.product-desc.full::after {
opacity: 0;
}
.meta-info {
display: flex;
flex-flow: wrap;
padding: 10px 15px;
background: #F0F3EE;
border-radius: 8px;
gap: 20px;
}
.meta-info__item {
font-size: 14px;
display: flex;
align-items: center;
gap: 5px;
}
.meta-info img {
width: 20px;
height: 20px;
}
.price {
display: flex;
align-items: center;
font-family: var(--montserrat);
gap: 20px;
}
@media screen and (max-width: 575px) {
.price {
font-size: 15px;
}
}
.price__current {
font-size: 30px;
font-weight: 700;
color: var(--blue);
}
.price__old {
text-decoration-line: line-through;
}
.add-to-cart-block {
padding: 20px 25px;
background: #F9FAFB;
border-radius: 8px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.add-to-cart-block .sale {
display: inline-flex;
align-items: center;
margin: 20px 0 0;
gap: 5px;
padding: 7px 10px;
border-radius: 50px;
background: #F0F3EE;
font-size: 13px;
}
.add-to-cart-block .sale img {
width: 13px;
height: 13px;
}
.add-to-cart-block .btn-yellow {
text-transform: uppercase;
letter-spacing: 2px;
color: #333;
font-weight: 500;
}
.add-to-cart-block .add-to-cart {
width: 100%;
background: var(--blue);
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
margin-top: 20px;
}
.add-to-cart-block .add-to-cart:hover {
background: #3538cd;
}
.btn-toggle-desc {
padding: 5px 20px;
border-radius: 40px;
background: #FFCD15;
color: #333;
display: inline-flex;
align-items: center;
justify-content: center;
border: none;
gap: 10px;
font-size: 14px;
transition: 0.4s;
}
.btn-toggle-desc:hover {
background: #ecbc0d;
}
.btn-toggle-desc svg {
width: 17px;
height: 17px;
border: none;
transform: translateY(1px);
}
.free-product-price {
padding: 0;
box-shadow: none;
background: none;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 20px;
flex-flow: wrap;
row-gap: 10px;
}
@media screen and (max-width: 575px) {
.free-product-price .btn {
width: 100%;
}
}
.free-product-price .price__current {
font-size: 20px;
}
.player-free {
width: 100%;
padding: 25px;
background: var(--accent-light);
border-radius: 10px;
}
@media screen and (max-width: 575px) {
.player-free {
padding: 5px 5px 20px;
}
}
.player-free__desc {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 10px;
color: #fff;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px dashed #fff;
font-size: 14px;
}
@media screen and (max-width: 575px) {
.player-free__desc {
flex-flow: column;
row-gap: 10px;
}
}
.player-free__desc:last-child {
margin-bottom: 0;
padding-bottom: 0;
border: none;
}
.player-free__desc em {
color: #FFCD15;
}
.player-free__desc strong {
font-weight: bold;
}
.player-free__text {
display: flex;
align-items: center;
gap: 15px;
color: #fff;
}
.player-free__text svg {
width: 45px;
height: 45px;
fill: #fff;
}
.player-free__text em {
color: #FFCD15;
}
.player-free__text strong {
font-weight: bold;
}
.free-product .btn-yellow {
color: var(--accent);
}
.free-product .added-product {
width: 100%;
margin: 20px 0;
}
.free-product .product-item {
margin-bottom: 0;
}
.player-added-item {
width: 100%;
}
.timer-free-product {
padding: 20px;
background: #FFCD15;
border-radius: 12px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
@media screen and (max-width: 575px) {
.timer-free-product {
flex-flow: column;
row-gap: 10px;
}
}
.gift-player {
position: relative;
border-radius: 8px;
background: var(--footer);
}
.gift-player__head {
padding: 15px 20px;
background: #FFCD15;
border-radius: 8px 8px 0 0;
}
.gift-player__head .badge {
position: absolute;
right: 10px;
background: var(--icons);
top: 10px;
padding: 5px 20px;
color: #000;
}
.gift-player__body {
padding: 20px;
}
@media screen and (max-width: 575px) {
.gift-player__body {
padding: 10px 5px 5px;
}
}
.gift-player .gift-author {
margin-top: 20px;
padding-top: 20px;
border-top: 1px dashed #000;
display: flex;
align-items: center;
gap: 15px;
font-size: 14px;
}
.gift-player .gift-author__image {
width: 40px;
height: 40px;
border-radius: 50%;
overflow: hidden;
}
.gift-player .gift-author__image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.gift-player .gift-author a {
text-decoration: underline;
}
.premium-collection-product {
padding: 20px;
background: var(--accent-light);
border-radius: 12px;
}
@media screen and (max-width: 991px) {
.premium-collection-product {
padding: 5px;
}
}
.premium-collection-product__inner {
background: #fff;
border-radius: 12px;
overflow: hidden;
display: flex;
flex-flow: wrap;
}
.premium-collection-product__left {
padding: 40px;
background: var(--icons);
border-radius: 12px;
width: 45%;
}
@media screen and (max-width: 991px) {
.premium-collection-product__left {
width: 100%;
padding: 10px;
}
}
.premium-collection-product__right {
padding: 40px;
width: 55%;
}
@media screen and (max-width: 991px) {
.premium-collection-product__right {
width: 100%;
padding: 10px;
}
}
.premium-collection-product li {
margin-bottom: 15px;
}
.premium-collection-product li:last-child {
margin-bottom: 0;
}
.premium-collection-product .price {
font-size: 25px;
margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
.premium-collection-product .price {
font-size: 16px;
margin-bottom: 10px;
}
}
.premium-collection-product .price__current {
font-size: 35px;
}
@media screen and (max-width: 991px) {
.premium-collection-product .price__current {
font-size: 25px;
}
}
.premium-collection-product .badge {
background: #b93815;
margin-bottom: 20px;
font-size: 1rem;
padding-left: 15px;
padding-right: 15px;
}
.premium-collection-product .title-block {
line-height: 1;
font-weight: 500;
}
@media screen and (min-width: 992px) {
.premium-collection-product .title-block {
font-size: 55px;
}
}
@media screen and (max-width: 991px) {
.premium-collection-product .title-block {
margin-bottom: 10px;
}
}
.premium-collection-product .btn {
width: 100%;
}
.premium-collection-product .timer {
width: 100%;
justify-content: center;
margin-top: 20px;
}
.premium-collection-product .timer-item {
font-weight: 500;
font-size: 20px;
min-width: 60px;
text-transform: uppercase;
}
.premium-collection-product .timer-item .value {
font-size: 25px;
}
.helper-wrapper .tabs-wrapper__head {
display: flex;
padding: 8px;
background: var(--icons);
border-radius: 8px;
margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
.helper-wrapper .tabs-wrapper__head {
flex-flow: wrap;
}
}
.helper-wrapper .tabs-wrapper__head button {
flex-grow: 1;
background: #fff0;
padding: 8px 3px;
border-radius: 4px;
border: none;
color: #344054;
transition: 0.4s;
}
@media screen and (max-width: 991px) {
.helper-wrapper .tabs-wrapper__head button {
width: 33.3333333333%;
}
}
@media screen and (max-width: 575px) {
.helper-wrapper .tabs-wrapper__head button {
font-size: 14px;
width: 50%;
}
}
.helper-wrapper .tabs-wrapper__head button.active {
background: #fff;
box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}
.helper-wrapper .tabs-wrapper__content {
padding: 35px;
background: #f9fafb;
border-radius: 8px;
position: relative;
}
@media screen and (max-width: 991px) {
.helper-wrapper .tabs-wrapper__content {
padding: 15px;
}
}
.helper-wrapper .tabs-content {
position: relative;
}
.helper-wrapper ul li {
margin-bottom: 10px;
}
.helper-wrapper ul li:last-child {
margin-bottom: 0;
}
.helper-wrapper .h2, .helper-wrapper .h3, .helper-wrapper .h4, .helper-wrapper .h5 {
color: var(--accent);
font-weight: 500;
}
.helper-wrapper .form-reivew__inner {
background: #fff;
border-radius: 10px;
padding: 0;
}
.helper-wrapper .card-box-light {
padding: 20px 40px;
}
.search-details {
display: flex;
align-items: center;
gap: 10px;
}
.search-details span {
padding: 10px 15px;
border-radius: 40px;
background: var(--accent-light);
color: #fff;
display: inline-flex;
gap: 5px;
align-items: flex-end;
}
.search-details span svg {
width: 20px;
height: 20px;
}
.reviews-info {
padding: 15px 25px;
border-radius: 10px;
background: var(--icons);
display: flex;
align-items: center;
justify-content: space-between;
}
@media screen and (max-width: 991px) {
.reviews-info {
flex-flow: wrap;
row-gap: 10px;
}
}
.reviews-info__item {
display: flex;
align-items: center;
gap: 15px;
}
@media screen and (max-width: 1250px) {
.reviews-info__item {
font-size: 15px;
line-height: 1.2;
}
}
@media screen and (max-width: 991px) {
.reviews-info__item {
width: 50%;
}
}
@media screen and (max-width: 768px) {
.reviews-info__item {
width: 100%;
}
}
.reviews-info .review-icon {
width: 35px;
height: 35px;
padding: 5px;
background: var(--accent-light);
border-radius: 50%;
}
.reviews-info .review-icon img {
max-width: 100%;
filter: invert(1);
}
.filter-btns {
display: flex;
flex-flow: wrap;
gap: 10px;
margin-top: 30px;
}
@media screen and (max-width: 575px) {
.filter-btns {
gap: 5px;
}
}
.filter-btns .btn {
border-radius: 30px;
padding: 10px 30px;
font-size: 14px;
}
@media screen and (max-width: 575px) {
.filter-btns .btn {
padding: 10px 20px;
font-size: 13px;
border-radius: 10px;
}
}
.review-item {
padding: 20px;
background: var(--sidebar);
border-radius: 10px;
margin-bottom: 20px;
}
.review-item:last-child {
margin-bottom: 0;
}
.review-item__header {
display: flex;
align-items: flex-end;
justify-content: space-between;
font-size: 12px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid var(--icons);
}
@media screen and (max-width: 991px) {
.review-item__header {
flex-flow: wrap;
}
}
@media screen and (max-width: 575px) {
.review-item__header {
flex-flow: column;
justify-content: flex-start;
align-items: flex-start;
row-gap: 10px;
}
}
.review-author {
display: flex;
align-items: center;
gap: 20px;
}
@media screen and (max-width: 991px) {
.review-author {
width: 100%;
}
}
.review-author__image {
background: var(--accent-light);
border-radius: 50px;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
display: flex;
color: #fff;
font-size: 18px;
text-transform: uppercase;
}
.review-author__content {
display: flex;
flex-flow: column;
gap: 6px;
}
.review-rating {
background-color: var(--icons);
border-radius: 50px;
justify-content: center;
align-self: auto;
align-items: center;
width: 30%;
padding: 7px 20px 10px;
line-height: 0.5;
display: flex;
font-size: 20px;
font-weight: bold;
color: var(--accent);
justify-content: space-between;
}
@media screen and (max-width: 991px) {
.review-rating {
width: 200px;
}
}
.review-body p {
margin-bottom: 20px;
}
.review-tags {
display: flex;
gap: 10px;
flex-flow: wrap;
}
.review-tags__item {
padding: 5px 10px;
background: var(--icons);
font-size: 14px;
border-radius: 50px;
}
.form-reivew__inner {
padding: 30px;
background: var(--sidebar);
border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 991px) {
.form-reivew__inner {
padding: 15px;
}
}
.form-reivew .form-row {
margin-top: 30px;
}
.review-slide {
background: #fff;
padding: 15px;
border-radius: 10px;
position: relative;
}
.review-slide::after {
content: "";
width: 80px;
height: 80px;
position: absolute;
right: 10px;
bottom: 0;
background-position: center;
background-repeat: no-repeat;
background-image: url(//marta-ng.com/new-site-6ae91dc0b/wp-content/themes/marta/assets/img/icons/quote.webp);
background-size: contain;
}
.review-slide__author {
display: flex;
align-items: center;
gap: 15px;
margin-top: 20px;
}
.review-slide .review-image {
background: var(--accent-light);
border-radius: 50px;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
display: flex;
color: #fff;
font-size: 18px;
text-transform: uppercase;
}
.review-slide .text-sb {
font-weight: bold;
color: var(--accent-light);
}
.reviews-slider-general .swiper-slide {
padding: 10px 0;
width: calc(50% - 10px);
margin-right: 20px;
}
@media screen and (max-width: 768px) {
.reviews-slider-general .swiper-slide {
width: 100%;
}
}
.reviews-slider-general .swiper-slide:last-child {
margin-right: 0;
}
.reviews-slider-general {
overflow: hidden;
}
.reviews-slider-general .slider-nav {
display: flex;
gap: 16px;
justify-content: flex-end;
margin-bottom: 15px;
}
.reviews-slider-general .btn-arrow {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
background: var(--accent-light);
border-radius: 5px;
}
.reviews-slider-general .btn-arrow svg {
width: 100%;
height: 100%;
}
.reviews-slider-general .btn-arrow.btn-next svg {
transform: rotate(180deg);
}
.reviews-slider-general .btn-arrow.btn-prev svg {
transform: rotate(0deg);
}
.quote-text {
position: relative;
font-size: 20px;
line-height: 1.4;
}
@media screen and (max-width: 768px) {
.quote-text {
font-size: 15px;
}
}
.quote-text p {
margin-bottom: 20px;
}
.quote-text::after {
content: "";
width: 300px;
height: 300px;
position: absolute;
left: 0;
top: -20px;
background-position: center;
background-repeat: no-repeat;
background-image: url(//marta-ng.com/new-site-6ae91dc0b/wp-content/themes/marta/assets/img/icons/quote.webp);
background-size: contain;
opacity: 0.5;
}
.quote-text em {
font-style: italic;
display: block;
font-family: Georgia, Times, Times New Roman, serif;
text-align: right;
color: var(--accent-light);
margin-top: 40px;
}
@media screen and (max-width: 575px) {
.filter-reviews {
display: flex;
flex-flow: column;
gap: 10px;
}
.filter-reviews .btn {
width: 100%;
}
}
.text-block-973 {
color: var(--олива-h1);
font-weight: 700;
line-height: 1.4em;
}
.div-block-409 {
border: 1px solid var(--sidebar);
border-top-style: none;
justify-content: space-between;
display: flex;
position: relative;
}
.div-block-407 {
background-color: var(--accent-light);
justify-content: space-between;
display: flex;
position: relative;
}
.div-block-408 {
background-color: var(--accent-light);
justify-content: center;
align-items: center;
width: 30%;
padding: 10px;
display: flex;
color: #fff;
}
.div-block-410 {
border-style: solid solid none;
border-width: 1px;
border-color: var(--sidebar);
width: 30%;
padding: 5px 10px 10px;
position: relative;
}
.div-block-410._35 {
border-top-style: none;
width: 35%;
padding: 10px;
}
.matriza-body {
background: #fff;
position: relative;
z-index: 2;
}
@media screen and (max-width: 575px) {
.matriza-body {
word-wrap: anywhere;
}
}
.matriza-nav {
position: sticky;
top: 20px;
z-index: 3;
display: flex;
gap: 2px;
padding: 10px 0;
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(5px);
}
@media screen and (max-width: 575px) {
.matriza-nav {
gap: 5px;
flex-flow: wrap;
}
}
.matriza-nav a {
padding: 6px;
border-radius: 4px;
border: 1px solid var(--accent-light);
flex-grow: 1;
text-align: center;
background: var(--icons);
font-weight: 500;
}
.matriza-banner {
position: relative;
background-image: url(//marta-ng.com/new-site-6ae91dc0b/wp-content/themes/marta/assets/img/banner.webp);
border-radius: 15px;
background-position: center;
background-size: cover;
min-height: 340px;
display: flex;
align-items: center;
padding: 30px;
}
@media screen and (max-width: 575px) {
.matriza-banner {
min-height: 210px;
padding: 15px;
}
}
.matriza-banner__inner {
max-width: 340px;
}
@media screen and (max-width: 575px) {
.matriza-banner__inner {
font-size: 14px;
padding-right: 120px;
}
}
.matriza-banner .italic {
margin-top: 20px;
text-align: right;
}
@media screen and (max-width: 575px) {
.matriza-banner .italic {
text-align: left;
}
}
.schedule-list {
background: var(--sidebar);
box-shadow: 2px 2px 5px #0003;
border-radius: 10px;
}
.schedule-list__title {
padding: 15px;
background: var(--accent);
border-radius: 10px 10px 0 0;
color: #fff;
font-size: 20px;
font-weight: 500;
}
.schedule-list__item {
padding: 15px;
display: flex;
flex-flow: column;
gap: 10px;
font-size: 14px;
border-bottom: 1px dashed var(--accent);
position: relative;
}
.schedule-list__item .date {
font-weight: 600;
color: var(--accent);
}
.schedule-list__item.item-avilable {
background: var(--footer);
color: #969494;
}
.schedule-list__item.item-avilable .date {
color: #969494;
text-decoration: line-through;
}
.schedule-list__item.item-avilable .link-arrow {
color: #969494;
}
.schedule-list__item.item-today {
background: var(--icons);
}
.schedule-list__badge {
position: absolute;
font-size: 11px;
padding: 5px 10px;
top: 10px;
right: 20px;
background: #dde1e6;
border-radius: 30px;
}
.schedule-list__badge.today {
background: #ffcd15;
color: var(--accent);
}
.gift-wrapper {
position: relative;
border-radius: 8px;
overflow: hidden;
}
.gift-wrapper__head {
padding: 20px 40px;
background: var(--accent);
border-radius: 8px 8px 0 0;
color: #fff;
display: flex;
flex-flow: column;
gap: 10px;
}
@media screen and (max-width: 575px) {
.gift-wrapper__head {
padding: 10px;
padding-right: 50px;
gap: 5px;
}
}
.gift-wrapper__head .badge {
position: absolute;
right: 20px;
background: var(--icons);
top: 20px;
padding: 5px 20px;
color: #000;
}
@media screen and (max-width: 575px) {
.gift-wrapper__head .badge {
right: 10px;
top: 10px;
font-size: 12px;
padding: 5px 10px;
}
}
.gift-wrapper__body {
padding: 30px;
background: var(--sidebar);
}
@media screen and (max-width: 575px) {
.gift-wrapper__body {
padding: 10px 5px 5px;
}
}
.present-row-detail {
margin-bottom: 20px;
display: flex;
flex-flow: wrap;
gap: 10px;
}
.present-row-detail__inner {
width: calc(25% - 7.5px);
padding: 5px 10px;
background: var(--icons);
border-radius: 6px;
font-size: 14px;
color: #969494;
}
@media screen and (max-width: 768px) {
.present-row-detail__inner {
width: calc(50% - 5px);
}
}
@media screen and (max-width: 575px) {
.present-row-detail__inner {
width: 100%;
}
}
.present-row-detail__inner p {
color: var(--accent);
font-weight: 500;
font-size: 16px;
}
#present .modal-wrapper__inner {
max-width: 1100px;
}
@media screen and (max-width: 991px) {
#present .image-radius {
max-width: 50%;
}
}
.exclusive-modal .modal-wrapper__inner {
padding: 0;
max-width: 900px;
}
.exclusive-modal ul {
display: flex;
flex-flow: wrap;
gap: 30px;
margin: 0 40px;
row-gap: 15px;
}
@media screen and (max-width: 786px) {
.exclusive-modal ul {
margin: 0;
gap: 10px;
}
}
.exclusive-modal ul strong {
color: var(--accent-light);
}
.exclusive-modal ul li {
width: calc(50% - 15px);
}
@media screen and (max-width: 786px) {
.exclusive-modal ul li {
width: 100%;
}
}
.exclusive-modal .title-block-small {
font-weight: bold;
}
.exclusive-modal .title-block-small em {
color: var(--accent-light);
}
.exclusive-modal .badge {
background: #b93815;
font-size: 1rem;
padding-left: 15px;
padding-right: 15px;
}
.exclusive-modal__head {
background: var(--accent);
padding: 10px 30px;
font-size: 20px;
border-radius: 12px;
color: #fff;
}
@media screen and (max-width: 786px) {
.exclusive-modal__head {
padding: 10px;
font-size: 16px;
}
}
.exclusive-modal__body {
padding: 30px;
background: #fff;
}
@media screen and (max-width: 786px) {
.exclusive-modal__body {
padding: 10px 10px;
}
}
.exclusive-modal__footer {
display: flex;
align-items: center;
justify-content: space-between;
flex-flow: wrap;
border-radius: 12px;
padding: 10px 30px;
color: #fff;
font-size: 14px;
background: var(--accent-light);
}
@media screen and (max-width: 786px) {
.exclusive-modal__footer {
padding: 10px;
}
}
@media screen and (max-width: 575px) {
.exclusive-modal__footer {
flex-flow: column;
row-gap: 10px;
}
}
.exclusive-price {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 30px;
flex-flow: wrap;
}
@media screen and (max-width: 786px) {
.exclusive-price__btn {
width: 100%;
}
.exclusive-price__btn .btn {
width: 100%;
}
}
.exclusive-price .price {
margin-bottom: 5px;
}
.exclusive-price .price__current {
font-size: 40px;
}
.timer-flipdown {
width: 100%;
height: auto;
display: flex;
justify-content: center;
gap: 10px;
margin-top: 30px;
}
.timer-flipdown .rotor-group {
padding-right: 0px !important;
display: flex;
flex-flow: wrap;
width: 85px;
}
@media screen and (max-width: 991px) {
.timer-flipdown .rotor-group {
width: 65px;
}
}
.timer-flipdown .rotor-group-heading {
order: 3;
width: 100%;
font-size: 14px;
font-weight: 400;
}
.timer-flipdown .rotor-group::before, .timer-flipdown .rotor-group::after {
display: none;
}
.timer-flipdown .rotor-top, .timer-flipdown .rotor-bottom, .timer-flipdown .rotor-leaf-front, .timer-flipdown .rotor-leaf-rear {
font-size: 30px;
width: 40px;
height: 27px;
line-height: 55px;
}
@media screen and (max-width: 991px) {
.timer-flipdown .rotor-top, .timer-flipdown .rotor-bottom, .timer-flipdown .rotor-leaf-front, .timer-flipdown .rotor-leaf-rear {
font-size: 20px;
width: 31px;
height: 20px;
line-height: 40px;
}
}
.timer-flipdown .rotor-bottom, .timer-flipdown .rotor-leaf-rear {
line-height: 0.1;
}
@media screen and (max-width: 991px) {
.timer-flipdown .rotor-bottom, .timer-flipdown .rotor-leaf-rear {
line-height: 4px;
}
}
@media screen and (max-width: 991px) {
.timer-flipdown .rotor-leaf-rear {
line-height: 2px;
}
}
@media screen and (max-width: 991px) {
.timer-flipdown .rotor-leaf-front {
line-height: 40px;
}
}
.timer-flipdown .rotor-leaf {
width: 40px;
height: 54px;
}
@media screen and (max-width: 991px) {
.timer-flipdown .rotor-leaf {
width: 30px;
height: 40px;
}
}
.timer-flipdown .rotor {
width: 40px;
border-radius: 8px;
overflow: hidden;
height: 54px;
}
@media screen and (max-width: 991px) {
.timer-flipdown .rotor {
width: 30px;
height: 40px;
}
}
.timer-flipdown .rotor::after {
width: 100%;
height: 27px;
}
@media screen and (max-width: 991px) {
.timer-flipdown .rotor::after {
height: 20px;
}
}
.timer-flipdown.flipdown__theme-dark .rotor, .timer-flipdown.flipdown__theme-dark .rotor-top, .timer-flipdown.flipdown__theme-dark .rotor-leaf-front {
background: linear-gradient(to bottom, #445723 0%, #6b7e49 100%);
}
.timer-flipdown.flipdown__theme-dark .rotor-bottom, .timer-flipdown.flipdown__theme-dark .rotor-leaf-rear {
background: linear-gradient(to top, #445723 0%, #6b7e49 100%);
} .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering,
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
display: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
background: var(--blue);
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
color: #fff;
padding: 18px 25px;
border-radius: 8px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
background: #3538cd;
color: #fff;
}
.woocommerce a.added_to_cart {
padding-top: .5em;
display: block;
text-align: center;
font-size: 0.8em;
}
.woocommerce-Price-amount.amount {
padding: 0 !important;
}
.woocommerce-products-header {
display: none;
}
.woocommerce-breadcrumb {
display: none;
}
.woocommerce-Price-currencySymbol {
padding: 0 !important;
}
.woocommerce div.product {
margin-bottom: 30px;
}
.woocommerce div.product:last-child {
margin-bottom: 0;
}
.product-meta__item {
flex-grow: 1;
}
.hero-wrapper__nav a.active {
background: var(--accent);
}
.post-item__image img {
height: auto;
}
.product-meta .product-meta__item {
flex-grow: initial;
}
.pagination {
display: flex;
align-items: center;
justify-content: center;
flex-flow: wrap;
gap: 15px;
}
.pagination .prev.page-numbers, .pagination .next.page-numbers {
width: auto;
padding: 0 15px;
}
.pagination .page-numbers {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid var(--accent-light);
border-radius: 8px;
}
.pagination .page-numbers.current {
background: var(--accent-light);
color: #fff;
}
.wpcf7 form .wpcf7-response-output {
padding: 10px 20px;
border-width: 1px;
margin: 20px 0 0 0;
border-radius: 8px;
}
.desc-cat-mission {
font-size: 16px;
}
.desc-cat-mission em {
font-size: 16px;
}
.reviews-slider-general .swiper-slide {
height: initial;
}
.review-slide {
height: 100%;
} .catalog-label {
position: relative;
cursor: pointer;
}
.catalog-label input {
position: absolute;
opacity: 0;
visibility: hidden;
}
.catalog-label span {
padding: 15px 20px;
padding-right: 20px;
border-radius: 8px;
background: #fff;
box-shadow: inset 0 -3px 0 0 var(--icons);
display: flex;
align-items: center;
padding-right: 40px;
position: relative;
overflow: hidden;
color: var(--accent-light);
}
.catalog-label span::after {
content: "";
width: 24px;
height: 24px;
background-image: url(//marta-ng.com/new-site-6ae91dc0b/wp-content/themes/marta/assets/img/sprite/arrow-right.svg);
position: absolute;
right: 10px;
transform: translateX(30px);
transition: 0.4s;
}
.categories-list input:checked+span::after {
transform: translateX(0);
}
.catalog-label span:hover::after {
transform: translateX(0);
}
.badge.badge-premium {
background: #b93815;
}
.taro-row .border-image {
perspective: 1000px;
transform-style: preserve-3d;
pointer-events: none;
}
.taro-row .border-image.is-dealt {
box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
pointer-events: inherit;
}
.taro-row .border-image.is-shuffling {
animation: tarotShuffle 0.6s ease-in-out;
}
@keyframes tarotShuffle {
0% {
transform: translateX(0) rotate(0deg);
}
20% {
transform: translateX(-8px) rotate(-4deg);
}
40% {
transform: translateX(10px) rotate(3deg);
}
60% {
transform: translateX(-5px) rotate(-2deg);
}
80% {
transform: translateX(4px) rotate(2deg);
}
100% {
transform: translateX(0) rotate(0deg);
}
}
.taro-row .border-image.is-flipping {
animation: tarotFlip 0.4s ease-in-out;
}
@keyframes tarotFlip {
0% {
transform: rotateY(0deg);
}
50% {
transform: rotateY(90deg);
}
100% {
transform: rotateY(0deg) translateY(-4px);
} }
.cards-whispers blockquote br {
display: none;
}
.categories-list a {
cursor: pointer;
}
.video-item__image a img {
width: 100%;
height: 100%;
object-position: center;
object-fit: cover;
}
.product-meta__item img {
width: 15px;
}
.link-arrow {
cursor: pointer;
}
.product-wrapper-icon>.button,
.product-wrapper-icon>.screen-reader-text {
display: none !important;
}
.woocommerce .product-wrapper-icon .product {
margin-bottom: 0;
}
.product-item__cart .add-to-cart, .free-product__cart .add-to-cart {
padding: 18px 10px;
font-size: 15px;
letter-spacing: 1px;
}
.product-wrapper-icon>.btn.add-to-cart {
display: none;
}
.added-wrapper {
width: 100%;
}
.schedule-list__item .date {
font-size: 12px;
}
.player-wrapper.player-wrapper-video {
padding: 0;
overflow: hidden;
}
.player-wrapper.player-wrapper-video .plyr .plyr__controls {
padding-left: 15px;
padding-right: 15px;
}
.cart-wrapper {
position: fixed;
right: 0;
width: 100%;
max-width: 480px;
background: #333;
height: var(--app-height);
top: 0;
z-index: 30;
padding: 20px;
color: #fff;
transform: translateX(500px);
opacity: 0;
visibility: hidden;
transition: 0.4s;
}
.cart-wrapper.open {
opacity: 1;
visibility: visible;
transform: translateX(0);
}
.cart-wrapper__head {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 30px;
}
.cart-wrapper__title {
font-size: 18px;
color: #fb0;
}
.cart-wrapper__close {
width: 35px;
height: 35px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: 0.4s;
}
.cart-wrapper__close:hover {
background: #fff3;
}
.cart-item {
display: flex;
align-items: center;
padding: 10px 0;
border-bottom: 1px dotted #989696;
gap: 10px;
}
.cart-item .btn-remove-product {
width: 30px;
height: 30px;
color: #fff;
transition: 0.4s;
}
.cart-item .btn-remove-product:hover {
color: #ff5353;
}
.cart-item .product-name {
font-size: 15px;
flex-grow: 1;
}
.cart-item .product-price {
white-space: nowrap;
}
.total-list__item {
padding: 10px 0;
border-bottom: 1px dotted #989696;
display: flex;
justify-content: space-between;
}
.total-list__item:last-child {
border: none;
}
.total-list__item span:first-child {
font-size: 15px;
}
.total-price span:last-child {
font-weight: bold;
color: #a6ee0c;
font-size: 18px;
}
.total-sale span {
font-weight: bold;
}
.total-sale span:last-child {
color: #fb0;
font-size: 18px;
}
.cart-checkout {
padding: 20px 0 25px;
border-top: 2px dashed #fff;
border-bottom: 2px dashed #fff;
}
.cart-checkout__text {
font-size: 18px;
margin-bottom: 15px;
}
.cart-checkout__text em {
color: #fb0;
display: block;
}
.cart-checkout .btn {
color: #333;
font-weight: 400;
padding: 15px 25px;
}
.recommended-products {
display: flex;
flex-flow: wrap;
gap: 10px;
margin-top: 15px;
}
.recommended-products a {
padding: 10px 20px;
border-radius: 8px;
border: 1px solid;
color: #fff;
display: inline-block;
}
.recommended-products a:hover {
color: #fb0;
}
.recommended-products__title {
width: 100%;
color: #fb0;
font-size: 18px;
}
.modal-checkout .modal-wrapper__inner {
max-width: 1200px;
}
.modal-checkout .contact-item {
margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
.modal-checkout .contact-item {
margin-bottom: 10px;
}
}
.modal-checkout .contact-item:last-child {
margin-bottom: 0;
}
.modal-checkout .contact-item__title {
color: var(--accent);
font-size: 18px;
margin-bottom: 0;
}
@media screen and (max-width: 768px) {
.modal-checkout .contact-item__title {
font-size: 15px;
}
}
.modal-checkout .contact-item__info {
font-size: 16px;
color: #333;
}
@media screen and (max-width: 768px) {
.modal-checkout .contact-item__info {
font-size: 13px;
}
}
.modal-checkout .green-box {
background: var(--accent-light);
color: #fff;
}
.modal-checkout .green-box .card-item {
color: #333;
}
.modal-checkout .green-box .text-28 {
font-size: 28px;
}
.modal-checkout .green-box .cards-row {
margin-top: 30px;
}
.modal-checkout .card-item__inner {
padding: 20px;
}
.modal-checkout .card-item__inner .item-title {
border: none;
font-size: 18px;
padding-bottom: 0;
margin-bottom: 10px;
}
.checkout-row {
display: flex;
flex-flow: wrap-reverse;
row-gap: 20px;
}
@media screen and (max-width: 768px) {
.checkout-row {
font-size: 13px;
}
}
.checkout-row__left {
width: 58.3333333333%;
padding-right: 30px;
}
@media screen and (max-width: 768px) {
.checkout-row__left {
width: 100%;
padding: 0;
border: none;
}
}
.checkout-row__left form {
margin: 20px 0;
}
@media screen and (max-width: 768px) {
.checkout-row__left form {
margin-bottom: 0;
}
}
.checkout-row__right {
width: 41.6666666667%;
padding-left: 30px;
border-left: 1px dashed #333;
}
@media screen and (max-width: 768px) {
.checkout-row__right {
width: 100%;
padding: 0;
border: none;
}
}
@media screen and (max-width: 991px) {
.leaders-block {
display: none;
}
}
.woocommerce a.added_to_cart {
display: none;
}
.woocommerce-message {
display: none;
}
.wpcf7-acceptance label {
display: flex;
gap: 10px;
align-items: center;
}
.wpcf7-list-item {
margin: 0;
}
.wpcf7-acceptance input {
width: 21px;
height: 21px;
accent-color: var(--accent-light);
}
.cart-checkout__text:last-child {
margin: 0;
}
.lrm-form label.image-replace, .lrm-form .lrm-image-replace {
display: none;
}
.lrm-form input.has-padding, .lrm-form select.has-padding, .lrm-form input.has-padding, .lrm-form select.has-padding {
padding: 15px;
border-radius: 0;
background: none;
}
.lrm-font-svg .lrm-switch-to-link::before {
display: none;
}
.lrm-user-modal-container .input-text:focus, .lrm-user-modal-container input[type="email"]:focus, .lrm-user-modal-container input[type="password"]:focus, .lrm-user-modal-container input[type="search"]:focus, .lrm-user-modal-container input[type="tel"]:focus, .lrm-user-modal-container input[type="text"]:focus, .lrm-user-modal-container input[type="url"]:focus, .lrm-user-modal-container select:focus, .lrm-user-modal-container textarea:focus {
box-shadow: none;
}
.lrm-form a.button, .lrm-form button, .lrm-form button[type="submit"], .lrm-form #buddypress input[type="submit"], .lrm-form input[type="submit"] {
background: var(--accent-light);
font-weight: 500;
}
.lrm-user-modal-container .lrm-switcher a {
background: var(--icons);
color: #333;
}
.lrm-form-message {
margin-bottom: 20px;
}
.lrm-form .fieldset {
padding: 0;
}
.woocommerce-MyAccount-navigation a {
padding: 15px 20px;
padding-right: 20px;
padding-right: 20px;
border-radius: 8px;
background: #fff;
box-shadow: inset 0 -3px 0 0 var(--icons);
display: flex;
align-items: center;
padding-right: 40px;
position: relative;
overflow: hidden;
font-weight: 500;
color: var(--accent-light);
}
.woocommerce-MyAccount-navigation-link.is-active a {
background: var(--icons);
box-shadow: inset 0 -3px 0 0 var(--accent-light);
}
.woocommerce-MyAccount-navigation-link {
margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation-link:last-child {
margin-bottom: 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
float: none;
width: 22%;
align-self: flex-start;
position: sticky;
top: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content {
float: none;
width: calc(78% - 20px);
}
.account-wrapper .woocommerce {
display: flex;
flex-flow: wrap;
gap: 20px;
}
.account-wrapper .woocommerce::before,
.account-wrapper .woocommerce::after {
display: none;
}
.woocommerce-order-downloads {
padding: 0;
}
.account-wrapper .woocommerce .woocommerce-form-row label {
line-height: 1;
font-size: 14px;
font-weight: 300;
color: #333;
margin-bottom: 5px;
width: 100%;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
display: none;
}
.account-wrapper .woocommerce .woocommerce-form-row input {
color: #252423;
background-color: #fff;
border-radius: 5px;
min-height: 45px;
margin-bottom: 5px;
font-family: Montserrat, sans-serif;
font-size: 16px;
border: 1px solid #ccc;
}
#account_display_name_description {
margin: 0px 0 20px;
}
.woocommerce form .form-row {
padding: 0;
margin: 0 0 15px;
}
legend {
margin-left: 0;
margin-bottom: 20px;
font-size: 25px;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
padding: 30px;
background: #fff;
border-radius: 12px;
border: 1px solid var(--icons);
}
.woocommerce-account .about-wrapper {
background: none;
}
.woocommerce-customer-details {
display: none;
}
.account-wrapper section {
padding: 0;
}
.woocommerce-account .about-wrapper {
overflow: initial;
}
.desc-block strong {
color: var(--accent);
font-weight: 500;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button {
background: var(--blue);
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
color: #fff;
padding: 18px 25px;
border-radius: 8px;
transition: .4s;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover {
background: var(--swiper-theme-color);
color: #fff;
}
.product-item__cart .add-to-cart, .free-product__cart .add-to-cart {
letter-spacing: 0px;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
background: var(--accent-light);
color: #fff;
padding: 14px 20px;
font-weight: 500;
border-radius: 8px;
transition: .4s;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover {
background: var(--accent);
color: #fff;
}
.woocommerce-orders-table .woocommerce-button.button.view {
width: 100%;
text-align: center;
}
.account-wrapper section h2 {
font-size: 25px;
font-weight: 500;
margin-bottom: 20px;
}
.woocommerce-order-downloads {
margin-top: 20px;
}
@media screen and (max-width: 991px) {
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
position: relative;
top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
padding: 10px;
}
.account-wrapper.secondary-box {
padding: 10px;
}
.badge-big {
padding: 10px 20px;
font-size: 14px;
}
}
.exclusive-price {
flex-flow: wrap;
}
.breadcrumbs > span {
display: flex;
align-items: center;
flex-flow: wrap;
gap: 10px;
}
.menu-wrapper .sub-links li {
margin: 0;
}
.menu-wrapper__inner ul {
flex-grow: 1;
}
.social-list {
display: flex;
flex-flow: wrap;
gap: 15px;
}
.social-list a {
border-radius: 5px;
overflow: hidden;
width: 35px;
height: 35px;
background: #fff;
}
.helper-wrapper .tabs-wrapper__content {
overflow: hidden;
}
section:first-child {
padding-top: 150px;
}
.header {
transition: .4s;
position: fixed;
}
.header.fixed {
top: 20px;
}
.header.fixed .header-row {
backdrop-filter: blur(10px);
}
.article-content a {
text-decoration: underline;
}
.indside-day {
position: fixed;
top: 0;
height: 100vh;
right: -351px;
z-index: 20;
transition: 0.4s;
}
@media screen and (max-width: 575px) {
.indside-day {
display: none;
}
}
.indside-day.open {
right: 0;
}
.indside-day.open .indside-day__btn {
background: var(--accent-light);
color: #fff;
}
.indside-day__btn {
color: #333;
padding: 25px;
padding-bottom: 20px;
font-weight: 500;
border-radius: 12px 12px 0 0;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 18px;
background: #ffcd15;
display: inline-block;
transform: rotate(-90deg);
transform-origin: center;
white-space: nowrap;
position: absolute;
right: 288px;
top: 200px;
cursor: pointer;
transition: 0.4s;
}
.indside-day__inner {
width: 350px;
background: var(--accent);
height: 100vh;
padding: 30px 20px;
color: #fff;
font-size: 15px;
}
.indside-day .inside-title {
color: #ffcd15;
font-weight: 500;
font-size: 22px;
margin-bottom: 20px;
}
.indside-day .tabs-wrapper {
margin-top: 30px;
}
.indside-day .tabs-wrapper__head {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
margin: 0 -20px;
display: flex;
}
.indside-day .inside-btn {
padding: 14px 15px;
color: #fff;
background: var(--accent-light);
flex-grow: 1;
transition: 0.4s;
}
.indside-day .inside-btn.active {
background: var(--accent);
}
.indside-day .tabs-content {
margin-top: 20px;
position: relative;
color: #333;
}
.added_to_cart.wc-forward {
display: none;
}
.product-small .product-meta {
gap: 0;
}
.admin-bar .indside-day {
top: 32px;
}
.article-content h2 {
font-size: 28px;
}
@media screen and (max-width: 575px) {
.article-content h2 {
font-size: 20px;
}
}
.woocommerce-pagination {
margin-top: 40px;
}
.no-scroll {
overflow: hidden;
}
@media screen and (min-width: 992px) {
.overflow-auto {
max-height: calc(var(--app-height) - 160px);
overflow: auto;
}
.single-post .title-page {
font-size: 50px;
line-height: 1.15;
}
}
.prodcut-cart-image .product-badges {
position: absolute;
top: -7px;
right: 0;
display: flex;
flex-flow: wrap;
gap: 10px;
}
.badge.badge-new {
background: #e13c0f;
}
.small-posts-list .author__content .color-green {
font-size: 20px;
}
@media screen and (max-width: 991px) {
.br {
display: none;
}  
}
.cards-alert .card-item__inner {
border: 1px solid #ffbf00;
}
.single-post .article-content em {
font-style: italic;
color: var(--text);
font-weight: 500;
}
.article-content ol {
list-style: num;
padding-left: 20px;
}
.woocommerce form .form-row textarea {
resize: block;
}
.product-desc.full {
max-height: 10000px;
}
.to-top {
position: fixed;
z-index: 3000;
color: #fff;
text-align: center;
background-color: #6b7e4970;
border-radius: 100px;
justify-content: center;
align-items: center;
width: 70px;
height: 70px;
font-family: Raleway,sans-serif;
text-decoration: none;
display: flex;
inset: auto 1rem 10% auto;
font-size: 30px;
align-items: center;
justify-content: center;
padding-bottom: 10px;
transition: .4s;
cursor: pointer;
}
.to-top:hover {
background: #6b7e49;
}
.matriza-nav {
top: 92px;
}
.product-desc.article-content.full + .btn-more {
opacity: .4;
}
.catalog-lifehacks.section-gray .catalog-nav {
background: #fff;
}
.catalog-wrapper__list.loading {
animation: loading 2s infinite;
}
@keyframes loading {
0% {
opacity: .5;
}
50% {
opacity: 1;
}
100% {
opacity: .5;
}
}
.product-meta__item {
font-size: .9em;
} .free-product-desc b,
.free-product-desc strong {
font-weight: 700;
}
.free-product-desc i,
.free-product-desc em {
font-style: italic;
}
.free-product-desc ul {
list-style: disc;
padding-left: 1.5em;
margin: 0.5em 0;
}
.free-product-desc ol {
list-style: decimal;
padding-left: 1.5em;
margin: 0.5em 0;
}
.free-product-desc li {
margin-bottom: 0.3em;
}
.free-product-desc p {
margin-bottom: 0.5em;
} .desc-cat-mission ul {
list-style: disc;
padding-left: 20px;
margin: 10px 0;
}
.desc-cat-mission li {
list-style: disc;
}
.desc-cat-mission b,
.desc-cat-mission strong {
font-weight: 700;
}
.desc-cat-mission i {
font-style: italic;
} .cards-row-3 .card-item {
width: calc(33.3333% - 14px);
}
@media screen and (max-width: 768px) {
.cards-row-3 .card-item {
width: calc(50% - 10px);
}
}
@media screen and (max-width: 575px) {
.cards-row-3 .card-item {
width: 100%;
}
} .video-item__content .date {
display: none;
}
.video-item__badge.available,
.video-item__badge.today {
display: none;
} .green-box-two .badge.badge-yellow {
display: block;
text-align: center;
margin: 0 auto 20px;
font-size: 24px;
padding: 12px 30px;
width: fit-content;
}
.green-box-two .badge.badge-yellow .text-16 {
font-size: 24px;
margin: 0;
} .green-box-two.quote-wrapper .badge.badge-yellow {
position: relative;
right: auto;
top: auto;
display: block;
text-align: center;
margin: 0 auto 20px;
font-size: 24px;
padding: 12px 30px;
width: fit-content;
}
.green-box-two.quote-wrapper .badge.badge-yellow .text-16 {
font-size: 24px;
margin: 0;
} .promo-toast {
position: fixed;
top: 20px;
left: 50%;
transform: translateX(-50%) translateY(-20px);
z-index: 9999;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity .35s ease, transform .35s ease, visibility .35s;
max-width: 520px;
width: calc(100% - 30px);
}
.promo-toast--visible {
opacity: 1;
visibility: visible;
pointer-events: auto;
transform: translateX(-50%) translateY(0);
}
.promo-toast__inner {
display: flex;
align-items: flex-start;
gap: 14px;
padding: 18px 22px;
background: #ffcd15;
border-radius: 12px;
box-shadow: 0 8px 40px rgba(0,0,0,.15), 0 2px 8px rgba(0,0,0,.08);
border: none;
position: relative;
}
.promo-toast__icon {
flex-shrink: 0;
width: 36px;
height: 36px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(68,87,35,.15);
color: #445723 !important;
font-style: normal !important;
margin-top: 1px;
}
.promo-toast__body {
flex: 1;
min-width: 0;
}
.promo-toast__text {
font-family: 'Raleway', sans-serif;
font-size: 15px;
line-height: 1.45;
color: #333;
font-weight: 600;
}
.promo-toast__text .woocommerce-Price-amount {
font-weight: 700;
color: #445723 !important;
font-style: normal !important;
}
.promo-toast__progress-wrap {
margin-top: 10px;
}
.promo-toast__progress-bar {
width: 100%;
height: 4px;
background: rgba(68,87,35,.15);
border-radius: 4px;
overflow: hidden;
}
.promo-toast__progress-bar span {
display: block;
height: 100%;
background: #445723;
border-radius: 4px;
transition: width .4s ease;
width: 0;
}
.promo-toast__close {
position: absolute;
top: 10px;
right: 10px;
background: none;
border: none;
padding: 4px;
cursor: pointer;
color: #666;
transition: color .2s;
line-height: 1;
}
.promo-toast__close:hover {
color: #333;
} .promo-toast--success .promo-toast__inner {
background: #ffcd15;
}
.promo-toast--success .promo-toast__icon {
background: #445723;
color: #fff;
}
.promo-toast--hot .promo-toast__inner {
background: #ffcd15;
}
.promo-toast--hot .promo-toast__icon {
background: #b93815;
color: #fff;
}
.promo-toast--hot .promo-toast__text {
color: #333;
}
.promo-toast--progress .promo-toast__inner {
background: #f0f3ee;
}
.promo-toast--progress .promo-toast__icon {
background: #e7f0da;
color: #6b7e49;
}
.promo-toast--info .promo-toast__inner {
background: #f0f3ee;
}
.promo-toast--info .promo-toast__icon {
background: #e7f0da;
color: #6b7e49;
} @media screen and (max-width: 575px) {
.promo-toast {
top: 10px;
max-width: 100%;
}
.promo-toast__inner {
padding: 14px 16px;
}
.promo-toast__text {
font-size: 14px;
}
} .product-desc blockquote,
.free-product-desc blockquote,
.article-content blockquote {
color: #445723 !important;
font-style: normal !important;
} .promo-code-block {
margin: 12px 0;
}
.promo-code-form {
display: flex;
gap: 8px;
align-items: center;
}
.promo-code-input {
flex: 1;
padding: 8px 12px;
border: 1px solid #d1cdc3;
border-radius: 8px;
font-size: 14px;
font-family: 'Raleway', sans-serif;
background: #fff;
outline: none;
transition: border-color 0.2s;
}
.promo-code-input:focus {
border-color: #445723;
}
.promo-code-input::placeholder {
color: #999;
}
.promo-code-btn {
padding: 8px 16px;
font-size: 13px;
font-weight: 600;
background: #445723;
color: #fff;
border: none;
border-radius: 8px;
cursor: pointer;
white-space: nowrap;
font-family: 'Raleway', sans-serif;
transition: background 0.2s;
}
.promo-code-btn:hover {
background: #374a1c;
}
.promo-code-btn:disabled {
background: #999;
cursor: not-allowed;
}
.promo-code-applied {
display: flex;
align-items: center;
justify-content: space-between;
background: #f0f5e8;
border: 1px solid #c2d4a0;
border-radius: 8px;
padding: 8px 12px;
font-size: 14px;
color: #445723;
}
.promo-code-label {
font-family: 'Raleway', sans-serif;
}
.promo-code-remove {
background: none;
border: none;
font-size: 20px;
line-height: 1;
color: #999;
cursor: pointer;
padding: 0 4px;
transition: color 0.2s;
}
.promo-code-remove:hover {
color: #c0392b;
}
.promo-code-message {
margin-top: 6px;
font-size: 13px;
font-family: 'Raleway', sans-serif;
padding: 4px 0;
}
.promo-code-message.success {
color: #445723;
}
.promo-code-message.error {
color: #c0392b;
}
.total-promo-discount span {
color: #ff6600;
} .promo-code-btn {
color: #fff !important;
}
.promo-code-message.success {
color: #2d6b1e;
font-weight: 600;
}
.promo-code-message.error {
color: #c0392b;
font-weight: 600;
} .total-sale span:last-child {
color: #ff6600 !important;
} .promo-code-btn {
background: #c8a948 !important;
color: #1a1a1a !important;
padding: 8px 16px !important;
border-radius: 8px !important;
font-weight: 700 !important;
font-size: 13px !important;
white-space: nowrap !important;
min-width: 100px;
text-align: center;
}
.promo-code-btn:hover {
background: #d4b94f !important;
}
.promo-code-input {
background: rgba(255,255,255,0.1) !important;
border-color: rgba(255,255,255,0.3) !important;
color: #fff !important;
}
.promo-code-input::placeholder {
color: rgba(255,255,255,0.5) !important;
}
.promo-code-applied {
background: rgba(200,169,72,0.15) !important;
border-color: rgba(200,169,72,0.4) !important;
color: #c8a948 !important;
}
.promo-code-message.success {
color: #a6ee0c !important;
}
.promo-code-message.error {
color: #ff6b6b !important;
} .btn-cart.has-items {
animation: cartBtnPulse 2s ease-in-out infinite;
}
@keyframes cartBtnPulse {
0%, 100% { transform: scale(1); border-color: var(--accent); box-shadow: 0 0 0 0 rgba(255, 205, 21, 0); }
50% { transform: scale(1.12); border-color: #FFCD15; box-shadow: 0 0 12px 4px rgba(255, 205, 21, 0.4); }
} .btn-lk-icon {
display: none;
width: 45px;
height: 45px;
border-radius: 50%;
padding: 10px;
align-items: center;
justify-content: center;
border: 1px solid var(--accent);
background: transparent;
color: var(--accent);
cursor: pointer;
position: relative;
}
.btn-lk-icon svg {
width: 100%;
height: 100%;
}
.btn-lk-icon:hover {
border-color: var(--accent-light);
background: var(--icons);
color: var(--accent);
}
@media screen and (max-width: 1250px) {
.btn-lk-icon {
display: flex;
}
}
@media screen and (max-width: 991px) {
.btn-lk-icon {
width: 35px;
height: 35px;
padding: 8px;
}
}  .mob-br {
display: none;
}
@media screen and (max-width: 768px) {
.mob-br {
display: block;
}
} @media screen and (max-width: 1250px) {
.product-item__summary, .free-product__summary {
font-size: 15px;
}
} .product-desc,
.product-desc p,
.article-content p {
orphans: 2;
widows: 2;
overflow-wrap: break-word;
word-break: break-word;
} @media screen and (max-width: 768px) {
.prodcut-cart-image {
max-width: 66%;
margin: 0 auto;
}
} @media screen and (max-width: 768px) {
.product-item__summary, .free-product__summary {
font-size: 16px;
}
} @media screen and (max-width: 768px) {
.product-item__cart .add-to-cart,
.free-product__cart .add-to-cart {
width: 80% !important;
margin-left: auto !important;
margin-right: auto !important;
display: block !important;
text-align: center;
}
} @media screen and (max-width: 768px) { .catalog-wrapper__sidebar {
display: block !important;
} .catalog-wrapper__sidebar .categories-list {
display: flex;
flex-flow: row;
gap: 8px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding-bottom: 4px;
scrollbar-width: thin;
scrollbar-color: var(--icons) transparent;
} .catalog-wrapper__sidebar .categories-list li {
margin-bottom: 0;
white-space: nowrap;
}
.catalog-wrapper__sidebar .categories-list a,
.catalog-wrapper__sidebar .categories-list .catalog-label span {
padding: 8px 16px;
padding-right: 16px;
font-size: 13px;
border-radius: 20px;
} .catalog-wrapper__sidebar .categories-list a::after,
.catalog-wrapper__sidebar .categories-list .catalog-label span::after {
display: none;
} .catalog-wrapper__sidebar .categories-list::-webkit-scrollbar {
height: 3px;
}
.catalog-wrapper__sidebar .categories-list::-webkit-scrollbar-track {
background: transparent;
}
.catalog-wrapper__sidebar .categories-list::-webkit-scrollbar-thumb {
background: var(--icons);
border-radius: 3px;
}
} @media screen and (max-width: 768px) {
.secondary-box .product-item__summary,
.secondary-box .free-product__summary {
font-size: 15px;
}
.secondary-box .product-item__cart,
.secondary-box .free-product__cart {
padding: 10px;
}
} @media screen and (max-width: 768px) { .sidebar-catalog {
display: block !important;
} .sidebar-catalog__inner > .sidebar-title:first-child,
.sidebar-catalog__inner > .products-favorite {
display: none;
} .sidebar-catalog__inner .categories-list.categories-minimal {
display: flex;
flex-flow: row;
gap: 8px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding-bottom: 4px;
scrollbar-width: thin;
scrollbar-color: var(--icons) transparent;
}
.sidebar-catalog__inner .categories-list.categories-minimal li {
margin-bottom: 0;
white-space: nowrap;
}
.sidebar-catalog__inner .categories-list.categories-minimal a {
padding: 8px 16px;
font-size: 13px;
border-radius: 20px;
}
.sidebar-catalog__inner .categories-list.categories-minimal a::after {
display: none;
} .sidebar-catalog__inner .categories-list.categories-minimal::-webkit-scrollbar {
height: 3px;
}
.sidebar-catalog__inner .categories-list.categories-minimal::-webkit-scrollbar-track {
background: transparent;
}
.sidebar-catalog__inner .categories-list.categories-minimal::-webkit-scrollbar-thumb {
background: var(--icons);
border-radius: 3px;
} .article-content p,
.article-content li,
.article-content blockquote {
overflow-wrap: break-word;
word-break: break-word;
}
} @media screen and (max-width: 768px) {
.soft-br {
display: none;
}
} @media screen and (max-width: 768px) { #advice .modal-wrapper__inner > .row {
display: flex;
flex-direction: column;
}
#advice .row > .col-4 {
order: -1;
margin-bottom: 15px;
} #advice .col-4 .border-image {
max-width: 50%;
margin: 0 auto;
} #advice .article-content p {
overflow-wrap: break-word;
word-break: break-word;
}
} @media screen and (max-width: 768px) { #taro .col-4 .border-image {
max-width: 75%;
margin: 0 auto;
} #taro .article-content,
#advice .article-content {
font-size: 14px;
}
#taro .article-content h3,
#advice .article-content h4 {
font-size: 18px;
} #taro .article-content p,
#advice .article-content p {
overflow-wrap: break-word;
word-break: break-word;
}
} .burger-hero-links {
margin: 15px 0;
padding: 15px 10px;
background: #f5f5f0;
border-radius: 8px;
}
.burger-hero-links__title {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
color: var(--accent-light);
margin-bottom: 10px;
font-weight: 600;
}
.burger-hero-links ul {
display: flex;
flex-wrap: wrap;
gap: 8px;
list-style: none;
padding: 0;
margin: 0;
}
.burger-hero-links li a {
display: inline-block;
padding: 6px 14px;
font-size: 13px;
border-radius: 20px;
background: #fff;
color: var(--accent);
border: 1px solid var(--icons);
white-space: nowrap;
}
.burger-hero-links li a:hover {
background: var(--icons);
} .mobile-only {
display: none;
}
.menu-wrapper .mobile-only {
display: block;
}