.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: a
}

@keyframes a {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

:root {
    --default-width: 1440px;
    --font-family: "Poppins",sans-serif;
    --font-size: 16px;
    --font-weight: 400;
    --line-height: 1.2;
    --font-color: #1d2019;
    --brand-primary-color: #008B8B;
    --brand-secondary-color: #ffad00;
    --animation-arrow-back-and-forth: b 1s linear infinite
}

@keyframes b {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-5px)
    }

    75% {
        transform: translateX(5px)
    }

    to {
        transform: translateX(0)
    }
}

*,:after,:before {
    box-sizing: border-box;
    outline: none
}

html {
    scroll-behavior: smooth
}

body,html {
    min-height: 100vh;
    width: 100%
}

body {
    font-family: var(--font-family);
    font-size: var(--font-size);
    font-weight: var(--font-weight);
    line-height: var(--line-height);
    color: var(--font-color);
    background-color: #fff;
    font-style: normal;
    margin: 0;
    padding: 0
}

svg {
    display: block
}

.btn,a,button,circle,path,rect,svg {
    transition: .2s linear
}

.btn,a,button,path {
    color: inherit;
    text-decoration: none;
    line-height: inherit
}

button {
    cursor: pointer;
    font-family: inherit
}

button:disabled {
    cursor: not-allowed;
    opacity: .2
}

.btn {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 10px 14px;
    border-radius: 100px;
    font-weight: 500;
    color: #fff;
    background-color: var(--brand-primary-color);
    line-height: 1;
    border: 1px solid var(--brand-primary-color)
}

.btn:hover {
    background-color: #fff;
    color: #2E8B57
}

.btn.gray {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    color: #000
}

.btn.gray:hover {
    background-color: #f5f5f5
}

.btn.white {
    border: 1px solid rgba(0,0,0,.2);
    background-color: #fff;
    color: #000
}

.btn.white:hover {
    background-color: #d4d4d4
}

.btn.yellow {
    background-color: var(--brand-secondary-color);
    border: 1px solid var(--brand-secondary-color);
    color: #000
}

.btn.yellow:hover {
    background-color: #000;
    border-color: #000;
    color: var(--brand-secondary-color)
}

.btn.yellow:hover svg path {
    stroke: var(--brand-secondary-color)
}

.btn.yellow-border {
    border: 1px solid var(--brand-secondary-color);
    background-color: #fff;
    color: var(--brand-primary-color)
}

.btn.yellow-border:hover {
    background-color: var(--brand-secondary-color);
    color: #fff
}

.btn.icon {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding-inline:20px}

.btn.icon.blue:hover svg path {
    stroke: var(--brand-primary-color)
}

.grecaptcha-badge {
    display: none!important
}

.owl-dots,.owl-nav {
    display: none
}

.owl-stage-outer {
    overflow-x: hidden
}

.owl-stage {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap
}

.w-full {
    width: 100%
}

.container {
    width: 100%;
    max-width: var(--default-width);
    margin: 0 auto
}

.container-padding {
    padding-left: calc((100% - var(--default-width)) / 2);
    padding-right: calc((100% - var(--default-width)) / 2)
}

.msg-small {
    font-size: 12px;
    display: none;
    margin-top: 5px;
    margin-left: 10px
}

.msg-small.msg-error {
    color: red
}

.msg-small.msg-success {
    color: #6fcf97
}

.msg-small.msg-warning {
    color: #ffad00
}

.initial-content h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 30px
}

@media (max-width: 768px) {
    .initial-content h1 {
        font-size:30px
    }
}

.initial-content p {
    font-weight: 400;
    line-height: 1.5;
    text-wrap: balance
}

@media (max-width: 768px) {
    .initial-content p {
        font-size:14px
    }
}

.html-content {
    line-height: 1.5
}

.html-content h3 {
    font-size: 20px
}

.html-content h4 {
    font-size: 18px
}

.html-content h5 {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline
}

.html-content a:hover {
    color: var(--brand-primary-color)
}

@media (max-width: 1440px) {
    .container,.container-padding {
        width:100%;
        padding-left: 25px;
        padding-right: 25px
    }
}

.texteli {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@supports (-webkit-line-clamp:4) {
    .texteli {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 4
    }
}

.botao_enviar {
    flex-grow: 1;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    padding-inline:50px;border-radius: 100px;
    height: 50px;
    border: none;
    background-color: var(--brand-secondary-color);
    font-family: inherit
}

.botao_enviar:hover {
    background-color: #000;
    color: #ffc700
}

:root {
    --form-field-gap: 15px
}

.field-group {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: var(--form-field-gap);
    margin-bottom: 20px
}

.field-group:last-child {
    margin-bottom: 0
}

.field {
    width: 100%
}

.field .btn-form {
    font-size: 16px;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .32px;
    border: none;
    border-radius: 30px;
    padding: 20px 40px;
    background-color: #30aa01;
    color: #fff;
    font-weight: 500;
    display: inline-block
}

.field .btn-form:hover {
    background-color: #1e6a00
}

.field .btn-form.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.field .btn-form.blue {
    background-color: var(--brand-primary-color)
}

.field .btn-form.blue:hover {
    background-color: #2E8B57
}

.field .btn-back {
    font-size: 16px;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .32px;
    border-radius: 30px;
    padding: 20px 40px;
    background-color: transparent;
    color: #8f8f8f;
    border: 1px solid #8f8f8f;
    font-weight: 500;
    display: inline-block;
    text-align: center
}

.field .btn-back:hover {
    background-color: #c4c4c4;
    color: #fff
}

.field.align-right {
    text-align: right
}

.field.align-center {
    text-align: center
}

.field label {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: var(--brand-primary-color);
    display: inline-block;
    margin-bottom: 5px
}

.field .input-field {
    border: 1px solid rgba(0,0,0,.1);
    padding: 12px 20px;
    width: 100%;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    color: #6d6d6d;
    border-radius: 50px;
    background-color: #fff
}

.field .input-field:is(textarea) {
    border-radius: 20px;
    resize: none
}

.field .input-field:is(select) {
    appearance: none;
    background-image: url(/ns4_images/arrow-down-select-form.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 40px
}

.field .input-field:user-valid {
    border-color: #6fcf97
}

.field .input-field.invalid-field {
    border-color: red
}

.field.field-half {
    width: calc(50% - var(--form-field-gap) / 2)
}

.field.field-third {
    width: calc(33.3333% - var(--form-field-gap) / 3 * 2)
}

@media (max-width: 768px) {
    .field.field-half,.field.field-third {
        width:100%
    }
}

.header-template {
    background-color: var(--brand-primary-color);
    color: #fff;
    padding-block:20px 15px;position: relative;
    z-index: 90
}

@media (max-width: 1490px) {
    .header-template {
        padding-left:30px;
        padding-right: 30px
    }
}

.header-template .upper-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 25px
}

.header-template .upper-header .btn-menu {
    display: none;
    width: 25px;
    height: 25px;
    border: none;
    text-indent: -9999px;
    background: url(../../../ns4_images/hamburger-menu.svg) no-repeat 50%,url(../../../ns4_images/close-menu.svg) no-repeat top 20px center
}

.header-template .upper-header .btn-menu.active {
    background: url(../../../ns4_images/hamburger-menu.svg) no-repeat top -20px center,url(../../../ns4_images/close-menu.svg) no-repeat 50%
}

.header-template .upper-header .link-icon {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    flex-shrink: 0
}

.header-template .upper-header .link-icon span {
    margin-top: 3px
}

.header-template .upper-header .link-icon:hover {
    color: var(--brand-secondary-color)
}

.header-template .upper-header .link-icon:hover.showroom path {
    fill: var(--brand-secondary-color)
}

.header-template .upper-header .link-icon:hover.phone path {
    stroke: var(--brand-secondary-color)
}

.header-template .desktop-menu-template {
    margin-top: 25px
}

.header-template.fixed {
    position: sticky;
    top: 0
}

.header-template.fixed .desktop-menu-template {
    display: none
}

@media (max-width: 1042px) {
    .header-template {
        position:sticky;
        top: 0
    }

    .header-template .upper-header {
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .header-template .upper-header .btn-menu {
        display: block;
        order: 1
    }

    .header-template .upper-header .logo {
        margin-inline:0 auto;order: 2
    }

    .header-template .upper-header .link-icon.phone,.header-template .upper-header .link-icon.showroom,.header-template .upper-header .search-form-template {
        display: none
    }
}

@media (max-width: 680px) {
    .header-template .upper-header .logo {
        margin-inline:auto
    }
}

.footer-template {
    padding-block:70px;background-color: #fdfcf9
}

.footer-template .columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 80px
}

.footer-template .columns .col {
    font-size: 14px
}

.footer-template .columns .col ul {
    list-style: none;
    padding-inline:0;margin-block:0;display: flex;
    flex-direction: column;
    gap: 12px
}

.footer-template .columns .col ul a {
    font-weight: 400
}

.footer-template .columns .col ul a:hover {
    color: var(--brand-primary-color)
}

.footer-template .columns .col h6 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .32px;
    margin: 0 0 20px
}

.footer-template .copyright-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    gap: 30px;
    padding-block:40px;border-top: 1px solid rgba(0,0,0,.1)
}

.footer-template .copyright-block a:hover {
    color: var(--brand-primary-color)
}

.footer-template .logo {
    margin-bottom: 30px
}

.footer-template a.icon-item:hover {
    color: var(--brand-primary-color)
}

.footer-template .icon-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    gap: 12px;
    font-size: 12px;
    font-weight: 400
}

.footer-template .icon-item svg {
    width: 25px
}

.footer-template .social-links-template {
    padding-inline:0;margin-top: 35px
}

.footer-template .social-links-template a {
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.1);
    display: block
}

.footer-template .social-links-template a:hover {
    border-color: transparent
}

.footer-template .social-links-template a svg {
    display: block
}

@media (max-width: 1024px) {
    .footer-template .columns {
        flex-wrap:wrap
    }

    .footer-template .columns .col-institucional {
        order: 1;
        width: calc(50% - 20px)
    }

    .footer-template .columns .col-newsletter {
        order: 2;
        width: calc(50% - 20px)
    }

    .footer-template .columns .col-logo {
        order: 3;
        width: 100%
    }
}

@media (max-width: 762px) {
    .footer-template .columns {
        flex-direction:column;
        gap: 14px;
        margin-bottom: 35px
    }

    .footer-template .columns .col ul {
        gap: 14px
    }

    .footer-template .columns .col-institucional {
        width: 100%
    }

    .footer-template .columns .col-newsletter {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 60px
    }

    .footer-template .columns .col-newsletter h6 {
        margin-top: 45px;
        line-height: 1.5
    }

    .footer-template .columns .col-newsletter form {
        margin-bottom: 0
    }

    .footer-template .columns .col-newsletter ul {
        order: -1
    }

    .footer-template .copyright-block {
        gap: 15px;
        font-size: 9px;
        justify-content: center
    }
}

.search-form-template {
    width: 100%;
    max-width: 587px;
    position: relative;
    transition: all .3s ease-in-out
}

@media (max-width: 1042px) {
    .search-form-template.active {
        position:fixed;
        top: 0;
        left: 0
    }

    .search-form-template.active .search-results {
        border-radius: 0;
        height: 100vh;
        overflow-y: auto
    }
}

.search-form-template form {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid var(--brand-primary-color);
    overflow: hidden;
    position: relative;
    z-index: 2
}

.search-form-template form .input-search {
    flex-grow: 1;
    border: none;
    padding: 15px 12px 15px 30px;
    color: #1d2019;
    line-height: 1;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 400
}

.search-form-template form button {
    border: none;
    background-color: transparent;
    padding-inline:12px}

.search-form-template .search-results {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 510px;
    display: none;
    background-color: #fff;
    border-radius: 28px;
    padding-top: 105px;
    padding-bottom: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    color: var(--font-color);
    overflow: hidden
}

.search-form-template .search-results .wrapper {
    overflow-y: auto;
    max-height: 75vh
}

@media (max-width: 1024px) {
    .search-form-template .search-results .wrapper {
        max-height:100%
    }
}

.search-form-template .search-results .wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.search-form-template .search-results .wrapper::-webkit-scrollbar-thumb {
    background-color: var(--brand-primary-color)
}

.search-form-template .search-results .wrapper::-webkit-scrollbar-track {
    background-color: #dadada
}

@media (max-width: 1024px) {
    .search-form-template .search-results {
        min-width:0
    }
}

.search-form-template .search-results .close-link {
    position: absolute;
    right: 28px;
    top: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    text-decoration: underline;
    color: #1d2019
}

.search-form-template .search-results .close-link:hover {
    text-decoration: none
}

.search-form-template .search-results .search-block {
    padding: 18px 28px
}

.search-form-template .search-results .search-block.recent-searches {
    padding-inline:0}

.search-form-template .search-results .search-block.recent-searches h3 {
    padding-inline:28px}

.search-form-template .search-results .search-block.recent-searches .list-searched-items .item {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 15px 28px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.24px
}

.search-form-template .search-results .search-block.recent-searches .list-searched-items .item:not(:first-child) svg:first-of-type {
    opacity: 0
}

.search-form-template .search-results .search-block.recent-searches .list-searched-items .item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px
}

.search-form-template .search-results .search-block.recent-searches .list-searched-items .item a span+svg {
    margin-left: auto
}

.search-form-template .search-results .search-block.recent-searches .list-searched-items .item a span+svg path {
    stroke: #1d2019
}

.search-form-template .search-results .search-block.recent-searches .list-searched-items .item:hover a {
    color: var(--brand-primary-color)
}

.search-form-template .search-results .search-block.recent-searches .list-searched-items .item:hover a span+svg path {
    stroke: var(--brand-primary-color)
}

.search-form-template .search-results .search-block h3 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 14px
}

.search-form-template .search-results .search-block.most-searched .links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px
}

.search-form-template .search-results .search-block.most-searched .links a {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.24px;
    padding: 11px 19px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 100px
}

.search-form-template .search-results .search-block.most-searched .links a:hover {
    color: #fff;
    background-color: var(--brand-primary-color);
    border-color: var(--brand-primary-color)
}

@media (max-width: 1024px) {
    .search-form-template {
        width:100%;
        max-width: 100%;
        min-width: auto;
        border-top: 1px solid hsla(0,0%,100%,.6);
        border-bottom: 1px solid hsla(0,0%,100%,.6);
        padding-block:10px;padding-inline:15px}

    .search-form-template form .input-search {
        font-size: 12px
    }
}

.user-account-template {
    position: relative;
    font-size: 12px;
    flex-shrink: 0;
    z-index: 151
}

.user-account-template .auth-user-info {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: nowrap;
    font-weight: 600
}

.user-account-template.active .floating-box {
    display: block
}

.user-account-template .floating-box {
    width: 250px;
    padding: 25px 30px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 35px;
    right: -15px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    display: none
}

.user-account-template .floating-box:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 53px;
    top: -16px;
    border-style: solid;
    border-width: 0 9.5px 19px;
    border-color: transparent transparent #fff;
    transform: rotate(0deg)
}

.user-account-template .floating-box p {
    font-size: 12px;
    color: var(--font-color);
    margin: 0 0 20px
}

.user-account-template .floating-box .links {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.user-account-template .floating-box .links a {
    width: 100%
}

.user-account-template .floating-box.logged-in {
    padding: 0
}

.user-account-template .floating-box.logged-in .lnk-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 15px 26px;
    color: var(--font-color);
    font-size: 14px;
    font-weight: 600
}

.user-account-template .floating-box.logged-in .lnk-icon.first-item {
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: var(--brand-primary-color);
    padding: 22px 26px
}

.user-account-template .floating-box.logged-in .lnk-icon:last-child {
    padding-bottom: 25px
}

.user-account-template .floating-box.logged-in .lnk-icon:hover {
    opacity: .6
}

@media (max-width: 1042px) {
    .user-account-template {
        order:3
    }
}

@media (max-width: 680px) {
    .user-account-template span {
        display:none
    }

    .user-account-template .floating-box:before {
        right: 19px
    }
}

.basket-icon-template {
    position: relative;
    font-size: 10px;
    z-index: 151
}

.basket-icon-template .count-products {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--brand-secondary-color);
    color: #000;
    font-weight: 700;
    bottom: -8px;
    right: -8px
}

.basket-icon-template.active .floating-box {
    display: block
}

.basket-icon-template .floating-box {
    width: 340px;
    padding: 0;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 35px;
    right: -15px;
    box-shadow: 0 0 10px #000;
    display: none;
    color: #000
}

.basket-icon-template .floating-box:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 16px;
    top: -16px;
    border-style: solid;
    border-width: 0 9.5px 19px;
    border-color: transparent transparent #fff;
    transform: rotate(0deg)
}

.basket-icon-template .floating-box .wrapper {
    padding: 25px 20px
}

.basket-icon-template .floating-box .wrapper>strong {
    font-size: 16px;
    font-weight: 700;
    display: block;
    background-image: url(../../../images/yellow-smile.svg);
    background-repeat: no-repeat;
    background-position: 0;
    padding-left: 45px;
    margin-bottom: 20px
}

.basket-icon-template .floating-box .wrapper .products {
    max-height: 50vh;
    overflow-y: auto;
    padding-right: 8px
}

.basket-icon-template .floating-box .wrapper .products::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.basket-icon-template .floating-box .wrapper .products::-webkit-scrollbar-button {
    display: none
}

.basket-icon-template .floating-box .wrapper .products::-webkit-scrollbar-thumb {
    background-color: var(--brand-secondary-color);
    border-radius: 10px
}

.basket-icon-template .floating-box .wrapper .products::-webkit-scrollbar-track {
    background-color: #dadada;
    border-radius: 10px
}

.basket-icon-template .floating-box .wrapper .products .product-item {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dadada;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.basket-icon-template .floating-box .wrapper .products .product-item:last-child {
    margin-bottom: 0
}

.basket-icon-template .floating-box .wrapper .products .product-item .info,.basket-icon-template .floating-box .wrapper .products .product-item .info-stamp {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 5px;
    padding: 10px
}

.basket-icon-template .floating-box .wrapper .products .product-item .info-stamp .bigger,.basket-icon-template .floating-box .wrapper .products .product-item .info .bigger {
    font-size: 13px;
    display: block
}

.basket-icon-template .floating-box .wrapper .products .product-item .info-stamp .span,.basket-icon-template .floating-box .wrapper .products .product-item .info .span {
    font-size: 12px;
    color: #666
}

.basket-icon-template .floating-box .wrapper .products .product-item .info {
    width: 70%
}

@media (max-width: 651px) {
    .basket-icon-template .floating-box .wrapper .products .product-item .info {
        width:75%
    }
}

.basket-icon-template .floating-box .wrapper .products .product-item .stamp {
    width: 100%;
    border-top: 1px solid #dadada
}

.basket-icon-template .floating-box .wrapper .products .product-item .qty-del {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
    background-color: var(--brand-primary-color);
    color: #fff
}

@media (max-width: 651px) {
    .basket-icon-template .floating-box .wrapper .products .product-item .qty-del {
        width:25%
    }
}

.basket-icon-template .floating-box .wrapper .products .product-item .qty-del .del-item {
    text-decoration: underline
}

.basket-icon-template .floating-box .wrapper .products .product-item .qty-del .del-item:hover {
    text-decoration: none
}

.basket-icon-template .floating-box .wrapper .products .product-item .qty-del .qty-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.basket-icon-template .floating-box .wrapper .products .product-item .qty-del .qty-container button {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 651px) {
    .basket-icon-template .floating-box .wrapper .products .product-item .qty-del .qty-container button {
        display:none
    }
}

.basket-icon-template .floating-box .wrapper .products .product-item .qty-del .input-qty {
    width: 60px;
    height: 35px;
    border-radius: 5px;
    border: none;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500
}

.basket-icon-template .floating-box .cta-container {
    background-color: #ececec;
    padding: 25px 20px;
    border-radius: 0 0 10px 10px
}

.basket-icon-template .floating-box .cta-container .btn-budget {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #ffad00;
    color: #000;
    font-weight: 500
}

.basket-icon-template .floating-box .cta-container .btn-budget:hover {
    background-color: #000;
    color: #ffad00
}

@media (max-width: 1042px) {
    .basket-icon-template {
        order:4
    }
}

@media (max-width: 1042px) {
    .desktop-menu-template {
        display:none
    }
}

.desktop-menu-template .mega-submenu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    color: var(--font-color);
    padding-block:20px;display: none;
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}

.desktop-menu-template .mega-submenu h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 30px
}

.desktop-menu-template .mega-submenu .columns {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: flex-start
}

.desktop-menu-template .mega-submenu .columns ul.col {
    width: calc(33.333% - 20px)
}

.desktop-menu-template .mega-submenu .columns.images-links .col {
    flex-grow: 1
}

.desktop-menu-template .mega-submenu .columns.images-links .col a {
    display: inline-block;
    padding: 5px 5px 5px 50px;
    font-weight: 400;
    background-position: top -15px left 10px;
    background-image: url(../../../images/yellow-smile.svg);
    background-repeat: no-repeat
}

.desktop-menu-template .mega-submenu .columns.images-links .col a.active,.desktop-menu-template .mega-submenu .columns.images-links .col a:hover {
    background-position: center left 10px;
    color: var(--brand-primary-color)
}

@media (max-width: 1300px) {
    .desktop-menu-template .mega-submenu .columns.images-links {
        flex-wrap:wrap
    }

    .desktop-menu-template .mega-submenu .columns.images-links .col-images {
        width: 70%
    }
}

.desktop-menu-template .mega-submenu .columns .block-image-links,.desktop-menu-template .mega-submenu .columns .col-images {
    width: 559px;
    display: flex;
    gap: 20px;
    align-items: stretch;
    justify-content: space-between;
    flex-shrink: 0
}

.desktop-menu-template .mega-submenu .columns .block-image-links a,.desktop-menu-template .mega-submenu .columns .col-images a {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
    background: #e9e9e9
}

.desktop-menu-template .mega-submenu .columns .block-image-links a img,.desktop-menu-template .mega-submenu .columns .col-images a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover
}

.desktop-menu-template .mega-submenu .columns .block-image-links a:hover,.desktop-menu-template .mega-submenu .columns .col-images a:hover {
    background: var(--brand-secondary-color)
}

.desktop-menu-template .mega-submenu .columns .block-image-links a:hover svg,.desktop-menu-template .mega-submenu .columns .col-images a:hover svg {
    animation: var(--animation-arrow-back-and-forth)
}

.desktop-menu-template .mega-submenu .columns .block-image-links a:hover path,.desktop-menu-template .mega-submenu .columns .col-images a:hover path {
    stroke: #000
}

.desktop-menu-template .mega-submenu .columns .block-image-links a .label,.desktop-menu-template .mega-submenu .columns .col-images a .label {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-block:10px;padding-left: 5px;
    font-size: 14px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 1
}

.desktop-menu-template .mega-submenu .columns .block-image-links {
    width: 100%;
    gap: 80px
}

.desktop-menu-template .mega-submenu .columns .block-image-links a {
    width: calc(33.333% - 53.3333333333px)
}

.desktop-menu-template .mega-submenu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.desktop-menu-template .mega-submenu ul li {
    margin-bottom: 2px
}

.desktop-menu-template .mega-submenu ul li:last-child {
    margin-bottom: 0
}

.desktop-menu-template .mega-submenu ul li ul {
    display: none
}

.desktop-menu-template .mega-submenu ul li ul li a {
    display: inline-block;
    padding: 5px 5px 5px 50px;
    font-weight: 400;
    background-position: top -15px left 10px;
    background-image: url(../../../images/yellow-smile.svg);
    background-repeat: no-repeat
}

.desktop-menu-template .mega-submenu ul li ul li a.active,.desktop-menu-template .mega-submenu ul li ul li a:hover {
    background-position: center left 10px;
    color: var(--brand-primary-color)
}

.desktop-menu-template .mega-submenu ul .arrow,.desktop-menu-template .mega-submenu ul .arrow-down {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    justify-content: flex-start;
    line-height: 1;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.desktop-menu-template .mega-submenu ul .arrow-down .icon-category,.desktop-menu-template .mega-submenu ul .arrow .icon-category {
    width: 35px
}

.desktop-menu-template .mega-submenu ul .arrow-down:not(.icon),.desktop-menu-template .mega-submenu ul .arrow:not(.icon) {
    padding-left: 50px
}

.desktop-menu-template .mega-submenu ul .arrow-down span+svg {
    transform: rotate(90deg)
}

.desktop-menu-template .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px
}

.desktop-menu-template .menu>li>a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    justify-content: flex-start;
    line-height: 1
}

.desktop-menu-template .menu>li>a.submenu.active svg {
    transform: rotate(180deg)
}

.desktop-menu-template .menu>li>a.special {
    background-color: var(--brand-secondary-color);
    padding: 9px 16px;
    border-radius: 20px;
    color: #000;
    font-weight: 600
}

.desktop-menu-template .menu>li>a.special:hover {
    background-color: #000;
    color: var(--brand-secondary-color)
}

.mobile-menu-template {
    width: 100%;
    background-color: var(--brand-primary-color);
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0 0 35px;
    display: none;
    z-index: 150
}

.mobile-menu-template.open {
    z-index: 160
}

.mobile-menu-template .upper-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 17px;
    padding-block:12px;font-size: 12px;
    padding-inline:30px}

.mobile-menu-template .line {
    display: block;
    height: 22px;
    width: 1px;
    background-color: hsla(0,0%,100%,.6)
}

.mobile-menu-template .link-icon {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    flex-shrink: 0
}

.mobile-menu-template .link-icon span {
    margin-top: 3px
}

.mobile-menu-template .link-icon:hover {
    color: var(--brand-secondary-color)
}

.mobile-menu-template .link-icon:hover.showroom path {
    fill: var(--brand-secondary-color)
}

.mobile-menu-template .link-icon:hover.phone path {
    stroke: var(--brand-secondary-color)
}

.mobile-menu-template .special {
    background-color: var(--brand-secondary-color);
    padding: 9px 16px;
    border-radius: 20px;
    color: #000;
    font-weight: 600;
    font-size: 10px
}

.mobile-menu-template .special:hover {
    background-color: #000;
    color: var(--brand-secondary-color)
}

.mobile-menu-template .submenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 160;
    background-color: #fff;
    color: #000;
    overflow-y: auto;
    transition: left .3s ease-in-out
}

.mobile-menu-template .submenu.open {
    left: 0
}

.mobile-menu-template .submenu ul.cols {
    columns: 2;
    font-size: 12px
}

.mobile-menu-template .submenu ul.cols a {
    display: inline-block;
    padding: 5px 5px 5px 40px;
    font-weight: 400;
    background-position: top -15px left;
    background-image: url(../../../images/yellow-smile.svg);
    background-repeat: no-repeat
}

.mobile-menu-template .submenu ul.cols a.active,.mobile-menu-template .submenu ul.cols a:hover {
    background-position: 0;
    color: var(--brand-primary-color)
}

.mobile-menu-template .submenu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.mobile-menu-template .submenu ul li {
    margin-bottom: 10px
}

.mobile-menu-template .submenu ul li:last-child {
    margin-bottom: 0
}

.mobile-menu-template .submenu ul li ul {
    display: none;
    font-size: 12px;
    padding-top: 15px
}

.mobile-menu-template .submenu ul li ul li a {
    display: inline-block;
    padding: 5px 5px 5px 50px;
    font-weight: 400;
    background-position: top -15px left 10px;
    background-image: url(../../../images/yellow-smile.svg);
    background-repeat: no-repeat
}

.mobile-menu-template .submenu ul li ul li a.active,.mobile-menu-template .submenu ul li ul li a:hover {
    background-position: center left 10px;
    color: var(--brand-primary-color)
}

.mobile-menu-template .submenu ul .arrow,.mobile-menu-template .submenu ul .arrow-down {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    justify-content: flex-start;
    line-height: 1;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.mobile-menu-template .submenu ul .arrow-down .icon-category,.mobile-menu-template .submenu ul .arrow .icon-category {
    width: 35px
}

.mobile-menu-template .submenu ul span+svg {
    margin-left: auto
}

.mobile-menu-template .submenu ul .arrow-down span+svg {
    transform: rotate(90deg)
}

.mobile-menu-template .submenu .back-container {
    padding: 15px 25px;
    border-bottom: 1px solid rgba(0,0,0,.15)
}

.mobile-menu-template .submenu .back-container .btn-back {
    display: flex;
    gap: 10px;
    border: none;
    background: transparent;
    padding: 10px 0;
    align-items: center
}

.mobile-menu-template .submenu .links-container {
    padding: 30px 25px
}

.mobile-menu-template .submenu .links-container>strong {
    display: block;
    margin-bottom: 25px
}

.mobile-menu-template .menu {
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.mobile-menu-template .menu a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px;
    padding-block:10px}

.mobile-menu-template .menu a:hover {
    color: var(--brand-secondary-color)
}

.mobile-menu-template .phones {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 30px 35px;
    font-size: 14px
}

.mobile-menu-template .phones span {
    margin-top: 3px
}

.mobile-menu-template .phones a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px
}

.mobile-menu-template .phones a:hover {
    color: var(--brand-secondary-color)
}

.mobile-menu-template .block-image-links {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
    justify-content: space-between;
    flex-shrink: 0
}

.mobile-menu-template .block-image-links a {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
    background: #e9e9e9
}

@media (min-width: 692px) {
    .mobile-menu-template .block-image-links a {
        width:calc(50% - 10px)
    }
}

.mobile-menu-template .block-image-links a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover
}

.mobile-menu-template .block-image-links a:hover {
    background: var(--brand-secondary-color)
}

.mobile-menu-template .block-image-links a:hover svg {
    animation: var(--animation-arrow-back-and-forth)
}

.mobile-menu-template .block-image-links a:hover path {
    stroke: #000
}

.mobile-menu-template .block-image-links a .label {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-block:10px;padding-left: 5px;
    font-size: 14px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 1
}

.social-links-template {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    padding: 0 30px
}

.social-links-template a:hover circle {
    fill: var(--brand-secondary-color)
}

.newsletter-form-template {
    width: 389px
}

.newsletter-form-template form {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background-color: hsla(0,0%,76%,.2);
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 45px
}

.newsletter-form-template form .input-newsletter {
    flex-grow: 2;
    padding: 14px 30px;
    border: none;
    background-color: transparent;
    color: #000;
    font-family: inherit;
    width: 50%
}

.newsletter-form-template form .input-newsletter::placeholder {
    color: #8e8f8c
}

.newsletter-form-template form button {
    flex-grow: 1;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    padding-inline:50px;border-radius: 100px;
    border: none;
    background-color: var(--brand-secondary-color);
    font-family: inherit
}

.newsletter-form-template form button:hover {
    background-color: #000;
    color: #ffc700
}

@media (max-width: 1024px) {
    .newsletter-form-template {
        width:100%
    }

    .newsletter-form-template form button {
        padding-inline:20px}
}

.accordion-product-list-template {
    padding-block:40px}

.accordion-product-list-template .accordion-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 14px 7px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    cursor: pointer
}

.accordion-product-list-template .accordion-header .icon-category {
    width: 35px
}

.accordion-product-list-template .accordion-header.active strong+svg line:first-child {
    display: none
}

.accordion-product-list-template .accordion-header strong {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2
}

.accordion-product-list-template .accordion-header strong+svg {
    margin-left: auto
}

.accordion-product-list-template .accordion-content {
    display: none;
    padding-block:40px}

.accordion-product-list-template .accordion-content .product-simple-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px
}

@media (max-width: 492px) {
    .accordion-product-list-template .accordion-content .product-simple-list {
        gap:8px
    }
}

.accordion-product-list-template .accordion-content .product-simple-list .product-card-template {
    width: calc(50% - 7.5px)
}

@media (max-width: 492px) {
    .accordion-product-list-template .accordion-content .product-simple-list .product-card-template {
        width:calc(50% - 4px)
    }
}

@media (min-width: 792px) {
    .accordion-product-list-template.mobile-only {
        display:none
    }
}

.colored-stripes-template .initial-text {
    text-align: center;
    width: 100%;
    padding-inline:calc((100% - 880px) / 2);padding-block:90px}

@media (max-width: 880px) {
    .colored-stripes-template .initial-text {
        padding-inline:30px;
        padding-block:25px}
}

.colored-stripes-template .initial-text h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .36px;
    margin: 0 0 30px
}

@media (max-width: 768px) {
    .colored-stripes-template .initial-text h2 {
        font-size:24px
    }
}

.colored-stripes-template .initial-text p {
    line-height: 1.5
}

.colored-stripes-template .accordion-stripe {
    background-color: #fff
}

.colored-stripes-template .accordion-stripe .header-accordion .centered {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    position: relative;
    padding-block:25px;margin-inline:calc((100% - 1820px) / 2);cursor: pointer
}

@media (max-width: 1820px) {
    .colored-stripes-template .accordion-stripe .header-accordion .centered {
        margin-inline:25px
    }
}

@media (max-width: 768px) {
    .colored-stripes-template .accordion-stripe .header-accordion .centered {
        gap:10px
    }
}

@media (max-width: 651px) {
    .colored-stripes-template .accordion-stripe .header-accordion .centered svg {
        width:30px
    }
}

.colored-stripes-template .accordion-stripe .header-accordion h3 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin: 0
}

@media (max-width: 651px) {
    .colored-stripes-template .accordion-stripe .header-accordion h3 {
        font-size:18px
    }
}

.colored-stripes-template .accordion-stripe .header-accordion img {
    display: none;
    position: absolute;
    border-radius: 15px;
    top: 50%;
    right: 250px;
    transform: translateY(-50%);
    pointer-events: none;
    width: 330px;
    height: 250px;
    object-fit: cover
}

.colored-stripes-template .accordion-stripe .header-accordion .more-details,.colored-stripes-template .accordion-stripe .header-accordion .plus-sign {
    color: #fff;
    margin-left: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    font-size: 14px;
    text-decoration: underline
}

.colored-stripes-template .accordion-stripe .header-accordion .more-details svg,.colored-stripes-template .accordion-stripe .header-accordion .plus-sign svg {
    transition: .3s ease-in-out
}

@media (max-width: 1024px) {
    .colored-stripes-template .accordion-stripe .header-accordion .more-details,.colored-stripes-template .accordion-stripe .header-accordion .plus-sign {
        display:none
    }
}

.colored-stripes-template .accordion-stripe .header-accordion .plus-sign {
    display: none
}

@media (max-width: 1024px) {
    .colored-stripes-template .accordion-stripe .header-accordion .plus-sign {
        display:block
    }
}

.colored-stripes-template .accordion-stripe .header-accordion.active .more-details svg {
    transform: rotate(90deg)
}

.colored-stripes-template .accordion-stripe .header-accordion.active .plus-sign svg .vertical-line {
    display: none
}

.colored-stripes-template .accordion-stripe .header-accordion:hover:not(.active) {
    z-index: 1
}

.colored-stripes-template .accordion-stripe .header-accordion:hover:not(.active) img {
    display: block
}

@media (max-width: 1024px) {
    .colored-stripes-template .accordion-stripe .header-accordion:hover:not(.active) img {
        display:none
    }
}

.colored-stripes-template .accordion-stripe .header-accordion:hover:not(.active) .more-details {
    text-decoration: none
}

.colored-stripes-template .accordion-stripe .content-accordion {
    padding-block:40px;padding-inline:calc((100% - 1820px) / 2);overflow-x: auto;
    display: none
}

.colored-stripes-template .accordion-stripe .content-accordion::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.colored-stripes-template .accordion-stripe .content-accordion::-webkit-scrollbar-thumb {
    background-color: #000
}

.colored-stripes-template .accordion-stripe .content-accordion::-webkit-scrollbar-track {
    background-color: #dadada
}

@media (max-width: 1820px) {
    .colored-stripes-template .accordion-stripe .content-accordion {
        padding-inline:20px
    }
}

.colored-stripes-template .accordion-stripe .content-accordion .items-container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 15px
}

.colored-stripes-template .accordion-stripe .content-accordion .items-container .item {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    width: 330px;
    height: 250px;
    padding: 15px;
    flex-shrink: 0;
    flex-grow: 0
}

@media (max-width: 492px) {
    .colored-stripes-template .accordion-stripe .content-accordion .items-container .item {
        width:80vw;
        height: auto
    }
}

.colored-stripes-template .accordion-stripe .content-accordion .items-container .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.colored-stripes-template .accordion-stripe .content-accordion .items-container .item:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none
}

.colored-stripes-template .accordion-stripe .content-accordion .items-container .item:last-child .btn {
    padding: 15px 40px;
    font-size: 14px;
    color: #fff;
    background-color: inherit;
    border: none
}

.colored-stripes-template .accordion-stripe .content-accordion .items-container .item:last-child .btn:hover {
    background-color: #fff;
    color: inherit
}

.colored-stripes-template .footer-cta {
    padding: 60px 30px;
    text-align: center
}

.colored-stripes-template .footer-cta .btn {
    padding: 15px 40px;
    font-size: 16px
}

.slider-principal-template {
    position: relative;
    height: 690px
}

@media (max-width: 792px) {
    .slider-principal-template {
        height:590px
    }
}

.slider-principal-template .nav-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 30px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.slider-principal-template .nav-slider button {
    width: 8px;
    height: 8px;
    display: block;
    border: none;
    background: #c3c3c3;
    border-radius: 50%;
    transition: .1s linear;
    padding: 0
}

.slider-principal-template .nav-slider button.active {
    background: var(--brand-secondary-color);
    border-radius: 100px;
    width: 30px
}

.slider-principal-template .slide-container,.slider-principal-template .slide-container .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.slider-principal-template .slide-container .slide {
    background-repeat: repeat;
    background-position: 50%;
    pointer-events: none;
    opacity: 0;
    transition: .3s linear
}

.slider-principal-template .slide-container .slide.active {
    pointer-events: all;
    opacity: 1
}

.slider-principal-template .slide-container .slide .slide-content {
    display: none
}

.slider-principal-template .slide-container .slide picture {
    max-width: var(--default-width);
    margin: 0 auto;
    display: block
}

.slider-principal-template .slide-container .slide picture img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.slider-central-template {
    padding-inline:calc((100% - 1950px) / 2);background-color: #ff008a;
    height: 760px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    color: #fff
}

@media (max-width: 720px) {
    .slider-central-template {
        flex-direction:column
    }
}

.slider-central-template .col-images,.slider-central-template .col-text {
    width: 50%
}

@media (max-width: 720px) {
    .slider-central-template .col-images,.slider-central-template .col-text {
        width:100%;
        height: 460px
    }
}

.slider-central-template .col-images {
    position: relative
}

.slider-central-template .col-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    opacity: 0;
    transition: .3s linear
}

.slider-central-template .col-images img.active {
    pointer-events: all;
    opacity: 1
}

.slider-central-template .col-text {
    background: #ff008a;
    text-align: center;
    position: relative
}

.slider-central-template .col-text .slide-contents,.slider-central-template .col-text .slide-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.slider-central-template .col-text .slide-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 20px 65px;
    pointer-events: none;
    opacity: 0;
    transition: .3s linear
}

@media (max-width: 720px) {
    .slider-central-template .col-text .slide-text {
        padding:20px
    }
}

.slider-central-template .col-text .slide-text.active {
    pointer-events: all;
    opacity: 1
}

.slider-central-template .col-text .slide-text strong {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    display: block
}

@media (max-width: 992px) {
    .slider-central-template .col-text .slide-text strong {
        font-size:30px
    }
}

@media (max-width: 520px) {
    .slider-central-template .col-text .slide-text strong {
        font-size:20px
    }
}

.slider-central-template .col-text .slide-text span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .32px
}

.slider-central-template .col-text .dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    z-index: 3
}

.slider-central-template .col-text .dots button {
    width: 8px;
    height: 8px;
    display: block;
    border: none;
    background: #fff;
    border-radius: 50%;
    transition: .1s linear;
    padding: 0
}

.slider-central-template .col-text .dots button.active {
    background: var(--brand-secondary-color);
    border-radius: 100px;
    width: 30px
}

.slider-showroom-template {
    padding-inline:calc((100% - 1950px) / 2);background-color: var(--brand-primary-color);
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    color: #fff
}

.slider-showroom-template .col-images {
    width: 60%;
    position: relative;
    min-height: 450px
}

@media (max-width: 991px) {
    .slider-showroom-template .col-images {
        width:50%
    }
}

@media (max-width: 590px) {
    .slider-showroom-template .col-images {
        min-height:360px
    }
}

.slider-showroom-template .col-images .slides,.slider-showroom-template .col-images .slides img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slider-showroom-template .col-images .slides img {
    object-fit: cover;
    pointer-events: none;
    opacity: 0;
    transition: .3s linear
}

.slider-showroom-template .col-images .slides img.active {
    pointer-events: all;
    opacity: 1
}

.slider-showroom-template .col-images .dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    z-index: 3
}

.slider-showroom-template .col-images .dots button {
    width: 8px;
    height: 8px;
    display: block;
    border: none;
    background: #fff;
    border-radius: 50%;
    transition: .1s linear;
    padding: 0
}

.slider-showroom-template .col-images .dots button.active {
    background: var(--brand-secondary-color);
    border-radius: 100px;
    width: 30px
}

.slider-showroom-template .col-text {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

@media (max-width: 991px) {
    .slider-showroom-template .col-text {
        width:50%
    }
}

.slider-showroom-template .col-text .content {
    max-width: 450px;
    width: 100%;
    padding: 80px
}

@media (max-width: 991px) {
    .slider-showroom-template .col-text .content {
        padding:60px
    }
}

@media (max-width: 768px) {
    .slider-showroom-template .col-text .content {
        padding:50px 30px
    }
}

.slider-showroom-template .col-text .content strong {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    display: block;
    line-height: 1.3;
    margin-bottom: 15px
}

@media (max-width: 991px) {
    .slider-showroom-template .col-text .content strong {
        font-size:35px
    }
}

.slider-showroom-template .col-text .content p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin: 15px 0 40px
}

@media (max-width: 991px) {
    .slider-showroom-template .col-text .content p {
        font-size:16px
    }
}

.slider-showroom-template .col-text .content a.icon {
    font-size: 16px
}

@media (max-width: 991px) {
    .slider-showroom-template .col-text .content a.icon {
        font-size:14px
    }
}

@media (max-width: 590px) {
    .slider-showroom-template {
        flex-direction:column;
        padding-inline:0}

    .slider-showroom-template .col-images,.slider-showroom-template .col-text {
        width: 100%
    }

    .slider-showroom-template .col-text {
        order: -1
    }
}

.block-numbers-template {
    background: #873bff;
    color: #fff;
    padding-block:90px;display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    gap: 40px
}

.block-numbers-template .number-item {
    text-align: center;
    width: 210px
}

.block-numbers-template strong {
    font-size: 65px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    display: block;
    letter-spacing: -2px
}

.block-numbers-template strong .yellow {
    color: var(--brand-secondary-color)
}

.block-numbers-template strong .medium {
    font-size: 45px
}

.block-numbers-template strong .smaller {
    font-size: 30px
}

@media (max-width: 992px) {
    .block-numbers-template {
        flex-wrap:wrap
    }

    .block-numbers-template .number-item {
        width: calc(50% - 20px)
    }
}

@media (max-width: 420px) {
    .block-numbers-template {
        flex-direction:column
    }

    .block-numbers-template .number-item {
        width: 100%
    }
}

.block-how-it-works-template {
    padding-block:70px;background-color: #fdfcf9;
    text-align: center;
    overflow-x: hidden
}

.block-how-it-works-template h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 20px
}

.block-how-it-works-template h3+p {
    max-width: 733px;
    margin-inline:auto}

@media (max-width: 992px) {
    .block-how-it-works-template h3 {
        font-size:25px
    }
}

.block-how-it-works-template p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .36px
}

@media (max-width: 992px) {
    .block-how-it-works-template p {
        font-size:14px
    }
}

.block-how-it-works-template .buttons-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
    align-items: stretch;
    background-color: #ececec;
    padding: 10px;
    border-radius: 50px;
    margin-top: 64px;
    max-width: 1194px;
    margin-inline:auto}

@media (max-width: 592px) {
    .block-how-it-works-template .buttons-container {
        padding:4px
    }
}

.block-how-it-works-template .buttons-container button {
    border: 2px solid transparent;
    border-radius: 100px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .32px;
    flex-grow: 1;
    font-family: inherit;
    padding: 20px
}

@media (max-width: 768px) {
    .block-how-it-works-template .buttons-container button {
        font-size:14px;
        padding-block:12px}
}

@media (max-width: 592px) {
    .block-how-it-works-template .buttons-container button {
        font-size:12px;
        padding: 10px
    }
}

.block-how-it-works-template .buttons-container button.btn-pink {
    background: #fa43d1
}

.block-how-it-works-template .buttons-container button.btn-pink:hover {
    background: transparent;
    border-color: #fa43d1
}

.block-how-it-works-template .buttons-container button.btn-yellow {
    background: var(--brand-secondary-color)
}

.block-how-it-works-template .buttons-container button.btn-yellow:hover {
    background: transparent;
    border-color: var(--brand-secondary-color)
}

.block-how-it-works-template .buttons-container button.btn-green {
    background: #aed515
}

.block-how-it-works-template .buttons-container button.btn-green:hover {
    background: transparent;
    border-color: #aed515
}

.block-how-it-works-template .model-image {
    position: relative;
    max-width: 1139px;
    margin-inline:auto}

.block-how-it-works-template .model-image img {
    width: 100%;
    height: auto;
    display: block
}

.block-how-it-works-template .model-image .floating-box {
    position: absolute
}

.block-how-it-works-template .model-image .floating-box .box-content {
    display: none;
    width: 205px;
    border-radius: 10px;
    background-color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .28px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}

.block-how-it-works-template .model-image .floating-box button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    position: relative;
    z-index: 5
}

@media (max-width: 650px) {
    .block-how-it-works-template .model-image .floating-box button {
        width:35px;
        height: 35px;
        font-size: 16px
    }
}

.block-how-it-works-template .model-image .floating-box.first {
    left: 56%;
    bottom: 30%;
    z-index: 6
}

@media (max-width: 650px) {
    .block-how-it-works-template .model-image .floating-box.first {
        left:58%
    }
}

.block-how-it-works-template .model-image .floating-box.first button {
    background-color: #fa43d1
}

.block-how-it-works-template .model-image .floating-box.first .box-content {
    position: absolute;
    left: 20px;
    top: 25px
}

@media (max-width: 650px) {
    .block-how-it-works-template .model-image .floating-box.first .box-content {
        top:auto;
        bottom: 25px
    }
}

@media (max-width: 470px) {
    .block-how-it-works-template .model-image .floating-box.first .box-content {
        right:20px;
        left: auto
    }
}

.block-how-it-works-template .model-image .floating-box.second {
    left: 17%;
    bottom: 20%
}

@media (max-width: 650px) {
    .block-how-it-works-template .model-image .floating-box.second {
        left:9%
    }
}

.block-how-it-works-template .model-image .floating-box.second button {
    background-color: var(--brand-secondary-color)
}

.block-how-it-works-template .model-image .floating-box.second .box-content {
    position: absolute;
    right: 20px;
    top: 25px
}

@media (max-width: 992px) {
    .block-how-it-works-template .model-image .floating-box.second .box-content {
        right:auto;
        left: 20px
    }
}

.block-how-it-works-template .model-image .floating-box.third {
    right: 31%;
    top: 35%;
    z-index: 5
}

@media (max-width: 650px) {
    .block-how-it-works-template .model-image .floating-box.third {
        right:38%;
        top: 20%
    }
}

.block-how-it-works-template .model-image .floating-box.third button {
    background-color: #aed515
}

.block-how-it-works-template .model-image .floating-box.third .box-content {
    position: absolute;
    right: 20px;
    bottom: 10px
}

.block-how-it-works-template .text-model-image {
    max-width: 826px;
    margin-inline:auto;margin-top: 50px
}

.block-how-it-works-template .lnk-learn-more {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .32px;
    text-decoration-line: underline;
    display: inline-block;
    margin-top: 50px
}

.block-how-it-works-template .lnk-learn-more:hover {
    text-decoration: none
}

.block-how-it-works-template .icons-block {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    align-items: stretch;
    margin-top: 45px
}

@media (max-width: 650px) {
    .block-how-it-works-template .icons-block {
        flex-wrap:wrap
    }
}

.block-how-it-works-template .icons-block .item-icon {
    max-width: 275px
}

@media (max-width: 650px) {
    .block-how-it-works-template .icons-block .item-icon {
        max-width:100%
    }
}

.block-how-it-works-template .icons-block .item-icon svg {
    display: block;
    margin: 0 auto 22px;
    height: 65px
}

.block-how-it-works-template .icons-block .item-icon strong {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: var(--brand-primary-color)
}

.block-how-it-works-template .icons-block .item-icon p {
    margin: 13px 0 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .28px;
    text-wrap: balance
}

.featured-gift-template {
    padding-block:30px;display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 45px
}

@media (max-width: 890px) {
    .featured-gift-template .featured-image {
        width:55%
    }
}

@media (max-width: 790px) {
    .featured-gift-template {
        flex-wrap:wrap;
        gap: 20px
    }

    .featured-gift-template .featured-image {
        width: 100%
    }
}

.featured-gift-template img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover
}

.featured-gift-template .text-description {
    max-width: 404px
}

@media (max-width: 890px) {
    .featured-gift-template .text-description {
        width:45%
    }
}

@media (max-width: 790px) {
    .featured-gift-template .text-description {
        width:100%;
        max-width: 100%
    }
}

.featured-gift-template .text-description .h-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 30px
}

@media (max-width: 950px) {
    .featured-gift-template .text-description .h-title {
        font-size:25px;
        margin-bottom: 25px;
        line-height: 1.2
    }
}

.featured-gift-template .text-description p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    margin-block:30px}

.featured-gift-template .text-description .btn {
    padding: 20px 45px;
    font-size: 16px
}

@media (max-width: 790px) {
    .featured-gift-template .text-description .btn {
        font-size:14px
    }
}

.summary-icons-template {
    background: var(--brand-primary-color);
    padding-block:80px;color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px
}

@media (max-width: 490px) {
    .summary-icons-template {
        flex-direction:column
    }
}

.summary-icons-template .icon-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    text-align: center
}

.summary-icons-template .icon-item svg {
    height: 50px
}

.summary-icons-template .icon-item span {
    display: block
}

.product-summary-icons-template {
    background: var(--brand-primary-color);
    padding-block:80px;color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px
}

@media (max-width: 490px) {
    .product-summary-icons-template {
        flex-direction:column
    }
}

.product-summary-icons-template .icon-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    text-align: center
}

.product-summary-icons-template .icon-item svg {
    height: 50px
}

.product-summary-icons-template .icon-item span {
    display: block
}

.image-text-block-template {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding-inline:calc((100% - 1950px) / 2);background-color: var(--brand-secondary-color)
}

.image-text-block-template>img {
    display: block;
    width: 50%;
    height: auto;
    object-fit: cover
}

.image-text-block-template .carousel-images {
    width: 50%;
    position: relative
}

.image-text-block-template .carousel-images .container-images {
    width: 100%;
    height: 100%
}

.image-text-block-template .carousel-images .container-images .owl-stage,.image-text-block-template .carousel-images .container-images .owl-stage-outer {
    height: 100%
}

.image-text-block-template .carousel-images .container-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.image-text-block-template .text-block {
    background-color: var(--brand-secondary-color);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    padding: 65px
}

.image-text-block-template .text-block .content {
    color: #000
}

.image-text-block-template .text-block .content h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 30px
}

@media (max-width: 651px) {
    .image-text-block-template .text-block .content h3 {
        font-size:24px
    }
}

.image-text-block-template .text-block .content .text {
    line-height: 1.5
}

@media (max-width: 651px) {
    .image-text-block-template .text-block .content .text {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .image-text-block-template {
        flex-direction:column
    }

    .image-text-block-template>img {
        max-height: 300px
    }

    .image-text-block-template .carousel-images,.image-text-block-template .text-block,.image-text-block-template>img {
        width: 100%
    }

    .image-text-block-template .text-block {
        padding: 50px
    }
}

.blocks-image-text-template {
    margin-top: 130px;
    margin-bottom: 130px;
    display: flex;
    flex-direction: column;
    gap: 115px
}

@media (max-width: 768px) {
    .blocks-image-text-template {
        margin-top:40px;
        margin-bottom: 40px;
        gap: 80px
    }
}

.blocks-image-text-template.centralized {
    padding-inline:calc((100% - 1139px) / 2)}

@media (max-width: 1139px) {
    .blocks-image-text-template.centralized {
        padding-inline:30px
    }
}

.blocks-image-text-template .block-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px
}

.blocks-image-text-template .block-item.image-left .image {
    order: -1
}

@media (max-width: 792px) {
    .blocks-image-text-template .block-item.image-left .text {
        order:-1
    }

    .blocks-image-text-template .block-item.image-left .image {
        order: 1
    }
}

.blocks-image-text-template .block-item .image {
    text-align: center
}

.blocks-image-text-template .block-item .image,.blocks-image-text-template .block-item .text {
    width: calc(50% - 45px)
}

.blocks-image-text-template .block-item .image img,.blocks-image-text-template .block-item .text img {
    width: 100%;
    display: block;
    margin-bottom: 20px
}

.blocks-image-text-template .block-item .image p,.blocks-image-text-template .block-item .text p {
    line-height: 1.5
}

.blocks-image-text-template .block-item:first-child .text {
    order: -1
}

@media (max-width: 992px) {
    .blocks-image-text-template .block-item {
        gap:40px
    }

    .blocks-image-text-template .block-item .image {
        width: calc(60% - 20px)
    }

    .blocks-image-text-template .block-item .text {
        width: calc(40% - 20px)
    }
}

@media (max-width: 792px) {
    .blocks-image-text-template .block-item {
        flex-direction:column
    }

    .blocks-image-text-template .block-item .image,.blocks-image-text-template .block-item .text {
        width: 100%
    }

    .blocks-image-text-template .block-item .text {
        order: -1
    }
}

.video-text-block-template {
    text-align: center;
    padding-inline:calc((100% - 1256px) / 2);padding-block:80px}

@media (max-width: 1257px) {
    .video-text-block-template {
        padding-inline:30px;
        padding-block:40px}
}

.video-text-block-template .initial-text {
    width: 100%;
    max-width: 982px;
    margin: 0 auto
}

.video-text-block-template .initial-text h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .36px;
    margin: 0 0 30px
}

@media (max-width: 768px) {
    .video-text-block-template .initial-text h2 {
        font-size:24px
    }
}

.video-text-block-template .initial-text p {
    line-height: 1.5
}

.video-text-block-template .video-container {
    margin-top: 40px
}

.video-text-block-template .video-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 15px
}

.ads-banner-products-template {
    overflow: hidden;
    border-radius: 15px
}

.ads-banner-products-template img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    object-fit: cover
}

.colored-banner-template {
    text-align: center
}

.colored-banner-template a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%
}

.colored-banner-template img {
    height: 100%;
    width: auto;
    max-width: 100%;
    display: block;
    margin-inline:auto}

.main-banner-template {
    background-position: 50%;
    background-size: cover;
    background-repeat: repeat-x
}

.main-banner-template h1 {
    display: none
}

.main-banner-template img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: var(--default-width);
    margin: 0 auto
}

@media (max-width: 652px) {
    .main-banner-template img {
        max-width:350px;
        max-height: 414px
    }
}

.colored-header {
    text-align: center;
    padding: 60px 30px;
    background-color: #5d5d5d
}

.colored-header h1 {
    margin: 0;
    font-size: 40px;
    color: #fff
}

@media (max-width: 768px) {
    .colored-header h1 {
        font-size:30px
    }
}

.suggested-products-template .suggested-products-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px
}

.suggested-products-template .suggested-products-list .product-card-template {
    width: calc(33.333% - 10px)
}

.suggested-products-template .suggested-products-list .product-card-template .product-details {
    padding-top: 10px
}

.suggested-products-template .suggested-products-list .product-card-template .product-details .product-code,.suggested-products-template .suggested-products-list .product-card-template .product-details h4 {
    font-size: 10px
}

.suggested-products-template .suggested-products-list .product-card-template .product-details .price-container,.suggested-products-template .suggested-products-list .product-card-template .product-details .stock-units {
    font-size: 9px
}

.suggested-products-template .suggested-products-list .product-card-template .product-details .price-container .price {
    font-size: 12px
}

.suggested-products-template .see-all {
    text-align: center;
    padding-block:10px}

.suggested-products-template .see-all a {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .32px;
    text-decoration: underline
}

.tips-list-template {
    padding-block:60px}

@media (max-width: 651px) {
    .tips-list-template {
        padding-block:40px
    }
}

.tips-list-template .text-block {
    text-align: center
}

.tips-list-template .text-block h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    margin: 0
}

@media (max-width: 768px) {
    .tips-list-template .text-block h3 {
        font-size:25px
    }
}

.tips-list-template .text-block p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: .36px;
    margin: 20px 0
}

@media (max-width: 768px) {
    .tips-list-template .text-block p {
        font-size:14px
    }
}

.tips-list-template .tip-content-list {
    overflow-x: auto
}

.tips-list-template .tip-content-list::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.tips-list-template .tip-content-list::-webkit-scrollbar-thumb {
    background-color: #000
}

.tips-list-template .tip-content-list::-webkit-scrollbar-track {
    background-color: #dadada
}

.tips-list-template .tip-content-list .list-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 30px;
    padding: 30px 0;
    max-width: 1180px;
    min-width: 950px;
    margin-inline:auto}

@media (max-width: 1024px) {
    .tips-list-template .tip-content-list .list-container {
        gap:10px
    }
}

.tips-list-template .cta-block {
    text-align: center;
    padding: 40px 0 20px
}

.tips-list-template .cta-block .cta {
    background: var(--brand-secondary-color);
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .32px;
    border-radius: 100px;
    padding: 20px 45px;
    display: inline-block
}

@media (max-width: 651px) {
    .tips-list-template .cta-block .cta {
        font-size:14px
    }
}

.tips-list-template .cta-block .cta:hover {
    color: var(--brand-secondary-color);
    background: #000
}

.product-list-template {
    padding-block:45px;display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px
}

@media (max-width: 792px) {
    .product-list-template.hide-on-mobile {
        display:none
    }
}

.product-list-template .bg-filters {
    display: none;
    background-color: rgba(0,0,0,.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.product-list-template .filters {
    width: 330px;
    padding-top: 100px
}

@media (max-width: 1180px) {
    .product-list-template .filters {
        left:-350px;
        top: 0;
        background-color: #fff;
        position: fixed;
        max-width: 350px;
        padding: 70px 20px 50px;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        overflow-y: auto;
        transition: .2s ease-in-out
    }

    .product-list-template .filters.active {
        left: 0
    }

    .product-list-template .filters .banner-image {
        display: none
    }
}

.product-list-template .filters .close-filters {
    display: none;
    position: absolute;
    top: 15px;
    left: 20px;
    border-radius: 50%;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px
}

.product-list-template .filters .close-filters:hover {
    background-color: var(--brand-primary-color)
}

.product-list-template .filters .close-filters:hover svg line {
    stroke: #fff
}

@media (max-width: 1180px) {
    .product-list-template .filters .close-filters {
        display:flex
    }
}

.product-list-template .filters .form-filters {
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.1);
    padding: 25px
}

@media (max-width: 1180px) {
    .product-list-template .filters .form-filters {
        border:none;
        padding-inline:0;padding-top: 80px
    }
}

.product-list-template .filters .form-filters h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: inherit;
    margin: 0
}

.product-list-template .filters .form-filters .group {
    padding-block:24px;border-bottom: 1px solid rgba(0,0,0,.1)
}

.product-list-template .filters .form-filters .group.last {
    border-bottom: 0
}

.product-list-template .filters .form-filters .group>strong {
    color: var(--brand-primary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: transform .3s ease
}

.product-list-template .filters .form-filters .group>strong svg {
    transform: rotate(180deg)
}

.product-list-template .filters .form-filters .group>strong.active svg {
    transform: rotate(0deg)
}

.product-list-template .filters .form-filters .group>strong.black {
    color: #000;
    font-weight: 700;
    cursor: auto
}

.product-list-template .filters .form-filters .group .group-content {
    font-size: 12px;
    font-weight: 400;
    padding-top: 24px
}

.product-list-template .filters .form-filters .group .group-content.expandable {
    display: none
}

.product-list-template .filters .form-filters .group .group-content:first-child {
    padding-top: 0
}

.product-list-template .filters .form-filters .group .group-content ol,.product-list-template .filters .form-filters .group .group-content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.product-list-template .filters .form-filters .group .group-content ol li,.product-list-template .filters .form-filters .group .group-content ul li {
    padding: 10px 0
}

.product-list-template .filters .form-filters .group .group-content ol li a span,.product-list-template .filters .form-filters .group .group-content ul li a span {
    font-weight: 500
}

.product-list-template .filters .form-filters .group .group-content ol li a span:hover,.product-list-template .filters .form-filters .group .group-content ul li a span:hover {
    color: var(--brand-primary-color)
}

.product-list-template .filters .form-filters .group .group-content ol li a span em,.product-list-template .filters .form-filters .group .group-content ul li a span em {
    font-style: normal;
    font-weight: 400;
    color: #505050
}

.product-list-template .filters .form-filters .group .group-content ol ul,.product-list-template .filters .form-filters .group .group-content ul ul {
    padding-top: 10px
}

.product-list-template .filters .form-filters .group .group-content ol ul a:hover,.product-list-template .filters .form-filters .group .group-content ul ul a:hover {
    color: var(--brand-primary-color)
}

.product-list-template .filters .form-filters .group .group-content ol .arrow,.product-list-template .filters .form-filters .group .group-content ol .arrow-down,.product-list-template .filters .form-filters .group .group-content ul .arrow,.product-list-template .filters .form-filters .group .group-content ul .arrow-down {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product-list-template .filters .form-filters .group .group-content ol .arrow-down span,.product-list-template .filters .form-filters .group .group-content ol .arrow span,.product-list-template .filters .form-filters .group .group-content ul .arrow-down span,.product-list-template .filters .form-filters .group .group-content ul .arrow span {
    color: #1d2019;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.product-list-template .filters .form-filters .group .group-content ol .arrow-down svg,.product-list-template .filters .form-filters .group .group-content ul .arrow-down svg {
    transform: rotate(90deg)
}

.product-list-template .filters .form-filters .group .group-content .applied-filters>strong {
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px
}

.product-list-template .filters .form-filters .group .group-content .applied-filters>strong span {
    color: rgba(80,80,80,.8)
}

.product-list-template .filters .form-filters .group .group-content .applied-filters .filter-items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
    align-items: stretch
}

.product-list-template .filters .form-filters .group .group-content .applied-filters .filter-items-container .filter-item {
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    background: #fafafa;
    display: inline-flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
    padding: 10px 5px;
    font-size: 10px
}

.product-list-template .filters .form-filters .group .group-content .applied-filters .filter-items-container .filter-item:hover {
    opacity: .8
}

.product-list-template .filters .form-filters .group .group-content .options .show-more {
    color: var(--brand-primary-color);
    font-size: 12px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 20px
}

.product-list-template .filters .form-filters .group .group-content .options .show-more:hover {
    text-decoration: none
}

.product-list-template .filters .form-filters .group .group-content .options .hidden-options {
    display: none
}

.product-list-template .filters .form-filters .group .group-content .options label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 10px
}

.product-list-template .filters .form-filters .group .group-content .options label input {
    margin: 0;
    padding: 0;
    display: none
}

.product-list-template .filters .form-filters .group .group-content .options label input:checked+span.checkbox {
    background-color: var(--brand-secondary-color)
}

.product-list-template .filters .form-filters .group .group-content .options label span.checkbox {
    display: block;
    width: 19px;
    height: 19px;
    border: 4px solid #e9e9e9;
    background-color: #e9e9e9;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    flex-shrink: 0
}

.product-list-template .filters .form-filters .group .group-content.buttons {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center
}

.product-list-template .filters .form-filters .group .group-content.buttons button {
    padding: 14px 30px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 30px;
    flex-grow: 1;
    border: none
}

.product-list-template .filters .form-filters .group .group-content.buttons button.clear-filters {
    color: #000;
    background-color: #e9e9e9
}

.product-list-template .filters .form-filters .group .group-content.buttons button.clear-filters:hover {
    background-color: #727272;
    color: #fff
}

.product-list-template .filters .form-filters .group .group-content.buttons button.apply-filters {
    color: #fff;
    background-color: var(--brand-primary-color)
}

.product-list-template .filters .form-filters .group .group-content.buttons button.apply-filters:hover {
    background-color: #000
}

.product-list-template .filters .form-filters .group .group-content .slide-by-side {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px
}

.product-list-template .filters .form-filters .group .group-content .slide-by-side .dash {
    display: block;
    width: 10px;
    height: 1px;
    background: #d9d9d9;
    flex-shrink: 0
}

.product-list-template .filters .form-filters .group .group-content .slide-by-side .field {
    border-radius: 30px;
    border: 1px solid #d9d9d9;
    background: #fafafa;
    text-align: center;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 10px;
    font-size: 12px;
    font-family: inherit
}

.product-list-template .filters .form-filters .group .group-content .slide-by-side button {
    margin-left: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: none
}

.product-list-template .filters .form-filters .group .group-content .slide-by-side button svg {
    transform: translateX(1px)
}

.product-list-template .filters .form-filters .group .group-content .slide-by-side button svg path {
    fill: #adadad
}

.product-list-template .filters .form-filters .group .group-content .slide-by-side button:hover {
    background-color: var(--brand-primary-color)
}

.product-list-template .filters .form-filters .group .group-content .slide-by-side button:hover svg path {
    fill: #fff
}

.product-list-template .filters .form-filters .btn-pesquisar {
    border-radius: 100px;
    background: #515151;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .32px;
    padding: 20px;
    width: 100%;
    color: #fff;
    font-family: inherit;
    border: none
}

.product-list-template .filters .form-filters .btn-pesquisar:hover {
    background-color: #000
}

.product-list-template .filters .ads-banner-products-template {
    margin-top: 50px
}

.product-list-template .product-list-container {
    width: calc(100% - 330px - 16px)
}

@media (max-width: 1180px) {
    .product-list-template .product-list-container {
        width:100%;
        order: 1
    }
}

.product-list-template .product-list-container .header-product-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 40px
}

@media (max-width: 1180px) {
    .product-list-template .product-list-container .header-product-list {
        border-bottom:1px solid rgba(0,0,0,.1)
    }
}

.product-list-template .product-list-container .header-product-list>strong {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.product-list-template .product-list-container .header-product-list .options {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 12px;
    font-weight: 300;
    flex-shrink: 0
}

.product-list-template .product-list-container .header-product-list .options .applied-filters {
    font-size: 14px
}

.product-list-template .product-list-container .header-product-list .options label {
    margin-left: auto
}

.product-list-template .product-list-container .header-product-list .options select {
    border: none;
    padding: 5px;
    font-family: inherit;
    font-weight: 500;
    background-color: transparent
}

.product-list-template .product-list-container .header-product-list .options p {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px
}

@media (max-width: 792px) {
    .product-list-template .product-list-container .header-product-list {
        flex-direction:column
    }

    .product-list-template .product-list-container .header-product-list .options {
        width: 100%
    }

    .product-list-template .product-list-container .header-product-list .options p {
        width: 100%;
        justify-content: space-between
    }
}

@media (max-width: 592px) {
    .product-list-template .product-list-container .header-product-list .options {
        display:none
    }
}

.product-list-template .product-list-container .filter-button-container {
    display: none;
    padding-block:15px}

.product-list-template .product-list-container .filter-button-container .filter-products-button {
    border: 1px solid #000;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    padding: 16px 32px;
    border-radius: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: transparent
}

.product-list-template .product-list-container .filter-button-container .filter-products-button:hover {
    background-color: #000;
    color: #fff
}

.product-list-template .product-list-container .filter-button-container .filter-products-button:hover path {
    fill: #fff
}

@media (max-width: 1180px) {
    .product-list-template .product-list-container .filter-button-container {
        display:block
    }
}

@media (max-width: 420px) {
    .product-list-template .product-list-container .filter-button-container .filter-products-button {
        width:100%
    }
}

.product-list-template .product-list-container .list {
    display: flex;
    flex-wrap: wrap;
    gap: 27px
}

@media (max-width: 792px) {
    .product-list-template .product-list-container .list {
        gap:15px
    }
}

.product-list-template .product-list-container .list .product-card-template {
    width: calc(33.333% - 18px)
}

@media (max-width: 792px) {
    .product-list-template .product-list-container .list .product-card-template {
        width:calc(50% - 7.5px)
    }
}

.featured-products-template {
    padding-block:45px}

@media (max-width: 792px) {
    .featured-products-template.hide-on-mobile {
        display:none
    }
}

.featured-products-template .product-list-container {
    width: 100%
}

.featured-products-template .product-list-container .header-product-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 40px
}

.featured-products-template .product-list-container .header-product-list>strong {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.featured-products-template .product-list-container .header-product-list .options {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 12px;
    font-weight: 300;
    flex-shrink: 0
}

.featured-products-template .product-list-container .header-product-list .options .applied-filters {
    font-size: 14px
}

.featured-products-template .product-list-container .header-product-list .options label {
    margin-left: auto
}

.featured-products-template .product-list-container .header-product-list .options select {
    border: none;
    padding: 5px;
    font-family: inherit;
    font-weight: 500;
    background-color: transparent
}

.featured-products-template .product-list-container .header-product-list .options p {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px
}

@media (max-width: 792px) {
    .featured-products-template .product-list-container .header-product-list {
        flex-direction:column
    }

    .featured-products-template .product-list-container .header-product-list .options {
        width: 100%
    }

    .featured-products-template .product-list-container .header-product-list .options p {
        width: 100%;
        justify-content: space-between
    }
}

@media (max-width: 592px) {
    .featured-products-template .product-list-container .header-product-list .options {
        align-items:flex-start
    }

    .featured-products-template .product-list-container .header-product-list .options p {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 5px
    }

    .featured-products-template .product-list-container .header-product-list .options p label {
        width: 100%;
        margin-left: 0
    }
}

.featured-products-template .product-list-container .list {
    display: flex;
    flex-wrap: wrap;
    gap: 27px
}

@media (max-width: 792px) {
    .featured-products-template .product-list-container .list {
        gap:15px
    }
}

.featured-products-template .product-list-container .list .ads-banner-products-template img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.featured-products-template .product-list-container .list .ads-banner-products-template,.featured-products-template .product-list-container .list .product-card-template {
    width: calc(25% - 20.25px)
}

@media (max-width: 1052px) {
    .featured-products-template .product-list-container .list .ads-banner-products-template,.featured-products-template .product-list-container .list .product-card-template {
        width:calc(33.333% - 18px)
    }
}

@media (max-width: 792px) {
    .featured-products-template .product-list-container .list .ads-banner-products-template,.featured-products-template .product-list-container .list .product-card-template {
        width:calc(50% - 7.5px)
    }
}

@media (max-width: 590px) {
    .featured-products-template .product-list-container .list .ads-banner-products-template,.featured-products-template .product-list-container .list .product-card-template {
        width:100%
    }
}

.featured-products-template .see-more-container {
    text-align: center;
    margin-top: 45px
}

.featured-products-template .see-more-container .btn-see-more {
    background: var(--brand-secondary-color);
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .32px;
    border-radius: 100px;
    padding: 20px 45px;
    display: inline-block
}

.featured-products-template .see-more-container .btn-see-more:hover {
    background: #000;
    color: var(--brand-secondary-color)
}

@media (max-width: 651px) {
    .featured-products-template .see-more-container .btn-see-more {
        font-size:14px
    }
}

.product-card-template {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    overflow: hidden;
    transition: .2s linear
}

.product-card-template:hover {
    border-color: var(--brand-primary-color)
}

.product-card-template img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.product-card-template .product-details {
    padding: 15px
}

.product-card-template .product-details h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin: 8px 0
}

.product-card-template .product-details .details-button {
    display: block;
    line-height: 1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 16px;
    border-radius: 62px;
    background-color: #e9e9e9;
    transition: .2s linear;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-inline:auto;max-width: 200px
}

.product-card-template .product-details .details-button:hover {
    background-color: var(--brand-primary-color);
    color: #fff
}

@media (max-width: 492px) {
    .product-card-template .product-details .details-button {
        font-size:11px
    }
}

.product-card-template .product-details .product-code {
    font-size: 15px
}

.product-card-template .product-details .price-container,.product-card-template .product-details .stock-units {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    display: block;
    margin-bottom: 8px
}

.product-card-template .product-details .price-container {
    margin-bottom: 0
}

.product-card-template .product-details .price-container .price {
    font-size: 18px
}

.tip-card-template {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.1);
    transition: .2s linear
}

.tip-card-template:hover {
    border-color: var(--brand-primary-color)
}

.tip-card-template img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block
}

.tip-card-template .tip-details {
    padding: 25px 35px 35px
}

@media (max-width: 1024px) {
    .tip-card-template .tip-details {
        padding:20px
    }
}

.tip-card-template .tip-details h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 30px
}

@media (max-width: 1024px) {
    .tip-card-template .tip-details h4 {
        font-size:16px
    }
}

.tip-card-template .tip-details p {
    margin: 30px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .32px
}

@media (max-width: 1024px) {
    .tip-card-template .tip-details p {
        font-size:12px
    }
}

.tip-card-template .tip-details .see-more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    background-color: var(--brand-primary-color);
    padding: 8px 14px;
    border-radius: 100px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    transition: .2s linear
}

.tip-card-template .tip-details .see-more-button:hover {
    color: var(--brand-secondary-color);
    background-color: #000
}

.tip-card-template .tip-details .see-more-button:hover svg {
    animation: var(--animation-arrow-back-and-forth)
}

.instagram-template {
    background-color: #fdfcf9;
    padding-block:60px}

.instagram-template .text-block {
    text-align: center
}

.instagram-template .text-block strong {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    color: var(--brand-primary-color);
    display: block
}

.instagram-template .text-block strong span {
    color: var(--brand-secondary-color)
}

@media (max-width: 650px) {
    .instagram-template .text-block strong {
        font-size:20px
    }
}

.instagram-template .text-block p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: .36px;
    margin: 20px 0
}

@media (max-width: 650px) {
    .instagram-template .text-block p {
        font-size:14px
    }
}

.instagram-template .owl-stage {
    gap: 20px
}

.instagram-template .instagram-images-grid {
    padding-block:40px}

.instagram-template .instagram-thumbnail {
    overflow: hidden;
    border-radius: 20px;
    position: relative
}

.instagram-template .instagram-thumbnail svg {
    position: absolute;
    right: 10px;
    bottom: 10px
}

.instagram-template .instagram-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.instagram-template .grid-nav-container {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: .28px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 30px
}

.instagram-template .text-line {
    margin-left: auto
}

.instagram-template .text-line a {
    font-weight: 700;
    text-decoration: underline
}

.instagram-template .text-line a:hover {
    text-decoration: none
}

.instagram-template .grid-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px
}

.instagram-template .grid-nav button {
    border-radius: 100px;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
    padding: 8px 14px
}

.instagram-template .grid-nav button:hover {
    background: var(--brand-primary-color)
}

.instagram-template .grid-nav button:hover.btn-prev svg {
    animation: var(--animation-arrow-back-and-forth)
}

.instagram-template .grid-nav button:hover.btn-next svg {
    animation: var(--animation-arrow-back-and-forth) reverse
}

.instagram-template .grid-nav button:hover path {
    stroke: #fff
}

.instagram-template .grid-dots {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 30px
}

.instagram-template .grid-dots .owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    border: none;
    display: block;
    padding: 0
}

.instagram-template .grid-dots .owl-dot.active {
    width: 10px;
    height: 10px;
    background: var(--brand-primary-color)
}

@media (max-width: 920px) {
    .instagram-template .grid-nav-container {
        display:none
    }
}

@media (max-width: 768px) {
    .instagram-template {
        padding-block:60px 0
    }
}

.carousel-products-template {
    padding-block:80px}

@media (max-width: 651px) {
    .carousel-products-template {
        padding-block:40px
    }
}

.carousel-products-template h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    margin: 0 auto;
    max-width: 535px
}

@media (max-width: 651px) {
    .carousel-products-template h3 {
        padding-inline:30px;
        font-size: 24px
    }
}

.carousel-products-template .owl-stage {
    gap: 20px
}

.carousel-products-template .product-carousel-grid {
    padding-block:60px 40px}

@media (max-width: 651px) {
    .carousel-products-template .product-carousel-grid {
        padding-block:40px
    }
}

.carousel-products-template .grid-nav-container {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: .28px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 30px
}

.carousel-products-template .text-line {
    margin-left: auto
}

.carousel-products-template .text-line a {
    font-weight: 700;
    text-decoration: underline
}

.carousel-products-template .text-line a:hover {
    text-decoration: none
}

.carousel-products-template .grid-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px
}

.carousel-products-template .grid-nav button {
    border-radius: 100px;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
    padding: 8px 14px
}

.carousel-products-template .grid-nav button:hover {
    background: var(--brand-primary-color)
}

.carousel-products-template .grid-nav button:hover.btn-prev svg {
    animation: var(--animation-arrow-back-and-forth)
}

.carousel-products-template .grid-nav button:hover.btn-next svg {
    animation: var(--animation-arrow-back-and-forth) reverse
}

.carousel-products-template .grid-nav button:hover path {
    stroke: #fff
}

.carousel-products-template .grid-dots {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 30px
}

.carousel-products-template .grid-dots .owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    border: none;
    display: block;
    padding: 0
}

.carousel-products-template .grid-dots .owl-dot.active {
    width: 10px;
    height: 10px;
    background: var(--brand-primary-color)
}

@media (max-width: 920px) {
    .carousel-products-template .grid-nav-container {
        justify-content:center
    }

    .carousel-products-template .grid-nav {
        display: none
    }
}

@media (max-width: 650px) {
    .carousel-products-template .text-line {
        text-align:center
    }

    .carousel-products-template .grid-dots {
        display: none
    }
}

.colored-blocks-template {
    color: #fff
}

.colored-blocks-template .colored-block-item {
    position: relative
}

.colored-blocks-template .colored-block-item:hover .text-block {
    opacity: 0
}

.colored-blocks-template .colored-block-item .text-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .28px;
    transition: .2s linear
}

@media (max-width: 1200px) {
    .colored-blocks-template .colored-block-item .text-block {
        font-size:22px
    }
}

@media (max-width: 752px) {
    .colored-blocks-template .colored-block-item .text-block {
        font-size:20px
    }
}

.colored-blocks-template .colored-block-item img {
    width: 100%;
    height: auto;
    display: block
}

.colored-blocks-template .grid-nav-container {
    padding-block:20px;background-color: var(--brand-primary-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: .28px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 30px
}

.colored-blocks-template .text-line {
    margin-left: auto
}

.colored-blocks-template .text-line a {
    font-weight: 700;
    text-decoration: underline
}

.colored-blocks-template .text-line a:hover {
    text-decoration: none
}

.colored-blocks-template .grid-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px
}

.colored-blocks-template .grid-nav button {
    border-radius: 100px;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
    padding: 8px 14px
}

.colored-blocks-template .grid-nav button:hover {
    background: var(--brand-secondary-color)
}

.colored-blocks-template .grid-nav button:hover.btn-prev svg {
    animation: var(--animation-arrow-back-and-forth)
}

.colored-blocks-template .grid-nav button:hover.btn-next svg {
    animation: var(--animation-arrow-back-and-forth) reverse
}

.colored-blocks-template .grid-nav button:hover path {
    stroke: #fff
}

.colored-blocks-template .grid-dots {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 30px
}

.colored-blocks-template .grid-dots .owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    border: none;
    display: block;
    padding: 0
}

.colored-blocks-template .grid-dots .owl-dot.active {
    width: 10px;
    height: 10px;
    background: var(--brand-secondary-color)
}

@media (max-width: 920px) {
    .colored-blocks-template .grid-dots {
        display:none
    }
}

@media (max-width: 651px) {
    .colored-blocks-template .text-line {
        font-size:12px;
        text-align: right
    }
}

.carousel-multiline-products-template {
    padding-block:80px;
	padding-top:1px}

@media (max-width: 768px) {
    .carousel-multiline-products-template {
        padding-block:65px;
		padding-top: 1px;
    }
}

@media (max-width: 651px) {
    .carousel-multiline-products-template {
        padding-block:40px;
		padding-top: 1px;
    }
}

.carousel-multiline-products-template .initial-text {
    width: 100%;
    max-width: 655px;
    margin: 0 auto;
    text-align: center
}

.carousel-multiline-products-template .initial-text p {
    line-height: 1.5
}

@media (max-width: 651px) {
    .carousel-multiline-products-template .initial-text {
        padding-inline:30px
    }

    .carousel-multiline-products-template .initial-text p {
        font-size: 14px
    }
}

.carousel-multiline-products-template h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 auto
}

@media (max-width: 651px) {
    .carousel-multiline-products-template h3 {
        padding-inline:30px;
        font-size: 24px
    }
}

.carousel-multiline-products-template .owl-stage {
    gap: 20px
}

.carousel-multiline-products-template .product-carousel-grid {
    padding-block:60px 40px;padding-inline:calc((100% - 1440px) / 2)}

@media (max-width: 1440px) {
    .carousel-multiline-products-template .product-carousel-grid {
        padding-inline:30px
    }
}

@media (max-width: 992px) {
    .carousel-multiline-products-template .product-carousel-grid {
        display:none
    }
}

.carousel-multiline-products-template .product-carousel-grid .product-group {
    display: flex;
    gap: 27px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch
}

.carousel-multiline-products-template .product-carousel-grid .product-group .product-card-template {
    width: calc(25% - 20.25px)
}

@media (max-width: 792px) {
    .carousel-multiline-products-template .product-carousel-grid .product-group .product-card-template {
        width:calc(50% - 13.5px)
    }
}

@media (max-width: 490px) {
    .carousel-multiline-products-template .product-carousel-grid .product-group .product-card-template {
        width:100%
    }
}

.carousel-multiline-products-template .grid-nav-container {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: .28px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 30px
}

.carousel-multiline-products-template .text-line {
    margin-left: auto
}

.carousel-multiline-products-template .text-line a {
    font-weight: 700;
    text-decoration: underline
}

.carousel-multiline-products-template .text-line a:hover {
    text-decoration: none
}

.carousel-multiline-products-template .grid-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px
}

.carousel-multiline-products-template .grid-nav button {
    border-radius: 100px;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
    padding: 8px 14px
}

.carousel-multiline-products-template .grid-nav button:hover {
    background: var(--brand-primary-color)
}

.carousel-multiline-products-template .grid-nav button:hover.btn-prev svg {
    animation: var(--animation-arrow-back-and-forth)
}

.carousel-multiline-products-template .grid-nav button:hover.btn-next svg {
    animation: var(--animation-arrow-back-and-forth) reverse
}

.carousel-multiline-products-template .grid-nav button:hover path {
    stroke: #fff
}

.carousel-multiline-products-template .grid-dots,.carousel-multiline-products-template .grid-dots-mobile {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 30px
}

.carousel-multiline-products-template .grid-dots-mobile .owl-dot,.carousel-multiline-products-template .grid-dots .owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    border: none;
    display: block;
    padding: 0
}

.carousel-multiline-products-template .grid-dots-mobile .owl-dot.active,.carousel-multiline-products-template .grid-dots .owl-dot.active {
    width: 10px;
    height: 10px;
    background: var(--brand-primary-color)
}

.carousel-multiline-products-template .grid-dots-mobile {
    justify-content: center;
    display: none;
    padding: 20px
}

@media (max-width: 992px) {
    .carousel-multiline-products-template .grid-dots-mobile {
        display:flex
    }
}

@media (max-width: 651px) {
    .carousel-multiline-products-template .grid-dots-mobile {
        display:none
    }
}

.carousel-multiline-products-template .product-carousel-grid-mobile {
    display: none
}

@media (max-width: 992px) {
    .carousel-multiline-products-template .product-carousel-grid-mobile {
        display:block;
        padding-block:40px}
}

.carousel-multiline-products-template.dark {
    background-color: #000
}

.carousel-multiline-products-template.dark h3 {
    color: #c99d5a
}

.carousel-multiline-products-template.dark p {
    color: #fff
}

.carousel-multiline-products-template.dark .product-card-template {
    background-color: #fff;
    border-color: #000
}

.carousel-multiline-products-template.dark .owl-dot {
    background: #fff
}

.carousel-multiline-products-template.dark .owl-dot.active {
    background: #c99d5a
}

@media (max-width: 992px) {
    .carousel-multiline-products-template .grid-dots,.carousel-multiline-products-template .grid-nav {
        display:none
    }

    .carousel-multiline-products-template .text-line {
        text-align: center;
        width: 100%;
        margin-inline:0}
}

.numeric-pagination-template {
    padding-block:40px;display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px
}

.numeric-pagination-template ol,.numeric-pagination-template ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px
}

@media (max-width: 768px) {
    .numeric-pagination-template ol,.numeric-pagination-template ul {
        display:none
    }
}

.numeric-pagination-template ol li,.numeric-pagination-template ul li {
    color: rgba(0,0,0,.5019607843)
}

.numeric-pagination-template ol li a,.numeric-pagination-template ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 1;
    color: rgba(0,0,0,.5019607843)
}

.numeric-pagination-template ol li a.active,.numeric-pagination-template ul li a.active {
    background-color: rgba(0,0,0,.06);
    color: #000
}

.numeric-pagination-template ol li a:hover,.numeric-pagination-template ul li a:hover {
    color: #000
}

.numeric-pagination-template .btn-oval {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
    padding: 8px 14px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2
}

.numeric-pagination-template .btn-oval:hover {
    background-color: rgba(0,0,0,.1)
}

.numeric-pagination-template .btn-oval:hover.btn-prev svg {
    animation: var(--animation-arrow-back-and-forth)
}

.numeric-pagination-template .btn-oval:hover.btn-next svg {
    animation: var(--animation-arrow-back-and-forth) reverse
}

.container-icons-template {
    display: flex;
    gap: 30px;
    justify-content: space-around;
    align-items: stretch;
    text-align: center;
    padding-block:80px;border-top: 1px solid rgba(29,32,25,.1)
}

@media (max-width: 768px) {
    .container-icons-template {
        flex-direction:column;
        gap: 50px
    }
}

.container-icons-template .icon-item {
    width: calc(33.333% - 20px)
}

@media (max-width: 768px) {
    .container-icons-template .icon-item {
        width:100%
    }
}

.container-icons-template .icon-item h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin: 25px 0 13px;
    color: var(--brand-primary-color)
}

.container-icons-template .icon-item p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 275px
}

.container-icons-template svg {
    height: 45px;
    width: auto;
    margin-inline:auto}

.budget-summary-template .header-budget {
    text-align: center;
    padding-block:70px}

.budget-summary-template .header-budget h1 {
    margin: 0 0 20px;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    color: #000
}

@media (max-width: 768px) {
    .budget-summary-template .header-budget h1 {
        font-size:30px
    }
}

.budget-summary-template .header-budget p {
    max-width: 815px;
    width: 100%;
    line-height: 1.5;
    margin: 20px auto
}

@media (max-width: 768px) {
    .budget-summary-template .header-budget p {
        font-size:14px
    }
}

.budget-summary-template .header-table {
    border-bottom: 1px solid #d1d1d8;
    padding-block:30px;display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px
}

.budget-summary-template .header-table strong {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3
}

@media (max-width: 768px) {
    .budget-summary-template .header-table strong {
        font-size:20px
    }
}

.budget-summary-template .header-table span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #a2a3b1;
    text-transform: uppercase
}

.budget-summary-template .budget-item {
    padding-block:30px;display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 15px;
    border-bottom: 1px solid #d1d1d8
}

@media (max-width: 992px) {
    .budget-summary-template .budget-item {
        flex-wrap:wrap
    }
}

.budget-summary-template .budget-item:last-child {
    border-bottom: none
}

.budget-summary-template .budget-item strong {
    color: #17183b;
    font-size: 20px;
    display: block;
    margin-bottom: 10px
}

.budget-summary-template .budget-item .col {
    width: calc(50% - 195px - 15px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    flex-grow: 1
}

@media (max-width: 992px) {
    .budget-summary-template .budget-item .col {
        width:calc(50% - 15px)
    }
}

@media (max-width: 763px) {
    .budget-summary-template .budget-item .col {
        width:100%
    }
}

.budget-summary-template .budget-item .col img {
    flex-shrink: 1;
    border-radius: 10px;
    width: 100%;
    height: auto;
    display: block;
    max-width: 120px;
    max-height: 120px
}

@media (max-width: 450px) {
    .budget-summary-template .budget-item .col img {
        max-width:120px
    }
}

.budget-summary-template .budget-item .col .content {
    flex-grow: 1
}

@media (max-width: 450px) {
    .budget-summary-template .budget-item .col .content strong {
        font-size:18px
    }
}

.budget-summary-template .budget-item .col .content span {
    color: #a2a3b1;
    font-size: 14px
}

@media (max-width: 450px) {
    .budget-summary-template .budget-item .col .content span {
        font-size:12px
    }
}

.budget-summary-template .budget-item .qty {
    width: 195px;
    text-align: center
}

@media (max-width: 992px) {
    .budget-summary-template .budget-item .qty {
        margin-inline:auto;
        margin-top: 40px
    }
}

@media (max-width: 450px) {
    .budget-summary-template .budget-item .qty {
        width:100%
    }
}

.budget-summary-template .budget-item .qty .number-counter {
    border-radius: 100px;
    border: 1px solid rgba(0,0,0,.1);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 10px;
    gap: 10px
}

.budget-summary-template .budget-item .qty .number-counter .input-qty {
    flex-shrink: 1;
    width: 60px;
    border: none;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .44px;
    font-family: inherit
}

.budget-summary-template .budget-item .qty .number-counter button {
    padding: 0;
    margin: 0;
    border: none;
    width: 30px;
    height: 30px;
    background-color: transparent
}

.budget-summary-template .budget-item .qty .number-counter button:hover {
    opacity: .6
}

.budget-summary-template .budget-item .qty .lnk-remove {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .1px;
    color: #e14b4b;
    margin-top: 15px;
    display: inline-block
}

.budget-summary-template .budget-item .qty .lnk-remove:hover {
    opacity: .6
}

.budget-summary-template .footer-table {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding-block:40px 80px;border-top: 1px solid #d1d1d8
}

@media (max-width: 992px) {
    .budget-summary-template .footer-table {
        flex-direction:column;
        align-items: flex-start
    }
}

.budget-summary-template .footer-table .special-code {
    padding: 16px 16px 16px 0;
    border: 1px solid #d1d1d8;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    font-family: inherit;
    max-width: 300px;
    width: 100%
}

@media (max-width: 450px) {
    .budget-summary-template .footer-table .special-code {
        max-width:100%
    }
}

.budget-summary-template .footer-table .special-code input {
    background-color: transparent;
    border: none;
    padding: 0 16px;
    flex-grow: 2;
    flex-shrink: 1
}

.budget-summary-template .footer-table .special-code input::placeholder {
    color: #a2a3b1
}

.budget-summary-template .buttons-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 15px
}

.budget-summary-template .buttons-container .btn-plus,.budget-summary-template .buttons-container .btn-yellow {
    padding: 18px 45px;
    border-radius: 100px;
    background: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    flex-shrink: 0
}

.budget-summary-template .buttons-container .btn-plus:hover {
    background-color: var(--font-color);
    color: #fff
}

.budget-summary-template .buttons-container .btn-plus:hover path {
    stroke: #fff
}

.budget-summary-template .buttons-container .btn-yellow {
    background: var(--brand-secondary-color);
    width: 300px
}

.budget-summary-template .buttons-container .btn-yellow:hover {
    color: var(--brand-secondary-color);
    background: #000
}

@media (max-width: 992px) {
    .budget-summary-template .buttons-container {
        width:100%
    }

    .budget-summary-template .buttons-container .btn-plus,.budget-summary-template .buttons-container .btn-yellow {
        width: calc(50% - 15px)
    }
}

@media (max-width: 768px) {
    .budget-summary-template .buttons-container {
        flex-direction:column
    }

    .budget-summary-template .buttons-container .btn-plus,.budget-summary-template .buttons-container .btn-yellow {
        width: 100%;
        line-height: 30px
    }
}

@media (max-width: 450px) {
    .budget-summary-template .buttons-container .btn-plus,.budget-summary-template .buttons-container .btn-yellow {
        font-size:14px;
        padding-inline:15px}
}

.budget-msg-content {
    text-align: center;
    line-height: 1.5
}

.budget-msg-content .info,.budget-msg-content .initial {
    padding-block:70px;padding-inline:30px}

.budget-msg-content .info {
    border-top: 1px solid rgba(29,32,25,.1)
}

.budget-msg-content h1 {
    margin: 0 0 35px;
    font-size: 30px
}

.budget-msg-content h1 span {
    font-weight: 400;
    font-size: 18px;
    display: block
}

.budget-msg-content .blocks {
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: flex-start;
    margin-bottom: 55px
}

@media (max-width: 792px) {
    .budget-msg-content .blocks {
        flex-direction:column;
        align-items: center;
        gap: 50px
    }
}

.budget-msg-content .blocks .item strong {
    display: block;
    font-size: 22px;
    color: var(--brand-primary-color);
    margin-top: 15px
}

.budget-msg-content .blocks+p {
    max-width: 972px;
    margin: 0 auto;
    text-align: left;
    font-size: 14px
}

.contact-content-template {
    padding-block:75px;padding-inline:calc((100% - 1150px) / 2)}

@media (max-width: 1150px) {
    .contact-content-template {
        padding-inline:30px
    }
}

@media (max-width: 768px) {
    .contact-content-template {
        padding-block:65px
    }
}

.contact-content-template .initial-content {
    max-width: 500px;
    width: 100%;
    margin-bottom: 50px
}

.contact-content-template .cols {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px
}

@media (max-width: 992px) {
    .contact-content-template .cols {
        flex-direction:column
    }
}

.contact-content-template .cols .col {
    max-width: 500px;
    width: 100%
}

.contact-content-template .cols .col iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin-bottom: 30px
}

@media (max-width: 992px) {
    .contact-content-template .cols .col {
        max-width:100%
    }

    .contact-content-template .cols .col.form {
        order: -1
    }
}

.contact-content-template .icon-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    gap: 12px;
    font-size: 12px;
    font-weight: 400
}

.contact-content-template .icon-item svg {
    width: 25px
}

.contact-content-template .icon-item:is(a):hover {
    color: var(--brand-primary-color)
}

.contact-msg-content {
    text-align: center;
    line-height: 1.5
}

.contact-msg-content .info,.contact-msg-content .initial {
    padding-block:70px;padding-inline:30px}

.contact-msg-content .info {
    border-top: 1px solid rgba(29,32,25,.1)
}

.contact-msg-content h1 {
    margin: 0;
    font-size: 30px
}

.contact-msg-content h1 span {
    font-weight: 400;
    font-size: 18px;
    display: block
}

.contact-msg-content .blocks {
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: flex-start;
    margin-bottom: 55px
}

@media (max-width: 520px) {
    .contact-msg-content .blocks {
        flex-direction:column;
        align-items: center;
        gap: 50px
    }
}

.contact-msg-content .blocks .item strong {
    display: block;
    font-size: 22px;
    color: var(--brand-primary-color);
    margin-top: 15px
}

.social-responsibility-content-template {
    padding-block:75px;padding-inline:calc((100% - 960px) / 2)}

@media (max-width: 991px) {
    .social-responsibility-content-template {
        padding-inline:30px
    }
}

@media (max-width: 768px) {
    .social-responsibility-content-template {
        padding-block:65px
    }
}

.social-responsibility-content-template .initial-content {
    max-width: 875px;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    margin-inline:auto}

.social-responsibility-content-template .initial-content p {
    text-wrap: initial
}

.social-responsibility-content-template .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px
}

.social-responsibility-content-template .items .item {
    max-width: 400px;
    width: 100%
}

@media (max-width: 991px) {
    .social-responsibility-content-template .items .item {
        max-width:100%;
        text-align: center
    }
}

.social-responsibility-content-template .items .item img {
    max-width: 100%;
    height: auto
}

.social-responsibility-content-template .items .item h2 {
    margin-block:30px;text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2
}

@media (max-width: 651px) {
    .social-responsibility-content-template .items .item h2 {
        font-size:18px
    }
}

.social-responsibility-content-template .items .item p {
    line-height: 1.5
}

@media (max-width: 991px) {
    .social-responsibility-content-template .items .item p {
        text-align:left
    }
}

@media (max-width: 651px) {
    .social-responsibility-content-template .items .item p {
        font-size:14px
    }
}

.privacy-policy-content-template {
    padding-block:75px}

@media (max-width: 768px) {
    .privacy-policy-content-template {
        padding-block:65px
    }
}

.privacy-policy-content-template .initial-content {
    text-align: center
}

.privacy-policy-content-template .initial-content h1 {
    margin-bottom: 70px
}

@media (max-width: 768px) {
    .privacy-policy-content-template .initial-content h1 {
        margin-bottom:40px
    }
}

.privacy-policy-content-template a {
    text-decoration: underline;
    text-wrap: wrap;
    word-wrap: break-word
}

.careers-content-template {
    padding-block:75px}

@media (max-width: 768px) {
    .careers-content-template {
        padding-block:65px
    }
}

.careers-content-template .block-initial {
    padding-inline:calc((100% - 960px) / 2)}

@media (max-width: 991px) {
    .careers-content-template .block-initial {
        padding-inline:30px
    }
}

.careers-content-template .second-block {
    margin-top: 75px;
    padding-top: 75px;
    border-top: 1px solid rgba(29,32,25,.1)
}

.careers-content-template .second-block h2 {
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 20px
}

.careers-content-template .second-block p {
    line-height: 1.5
}

.careers-content-template .second-block .btn-container {
    margin-top: 40px;
    text-align: right
}

@media (max-width: 991px) {
    .careers-content-template .second-block .btn-container {
        text-align:left
    }
}

.careers-content-template .initial-content {
    max-width: 670px;
    width: 100%;
    margin-bottom: 75px;
    text-align: center;
    margin-inline:auto}

@media (max-width: 768px) {
    .careers-content-template .initial-content {
        margin-bottom:50px
    }
}

.careers-content-template .btn {
    padding: 20px 60px;
    background-color: #30aa01;
    color: #fff;
    border-color: #30aa01;
    font-size: 16px;
    margin-top: auto
}

.careers-content-template .btn:hover {
    background-color: #2a9400;
    border-color: #2a9400
}

@media (max-width: 575px) {
    .careers-content-template .btn {
        padding:20px 40px;
        font-size: 14px
    }
}

.careers-content-template .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px
}

.careers-content-template .items .item {
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

@media (max-width: 991px) {
    .careers-content-template .items .item {
        max-width:100%;
        align-items: center
    }
}

.careers-content-template .items .item img {
    max-width: 100%;
    height: auto
}

.careers-content-template .items .item h2 {
    margin-block:30px 10px;font-size: 20px;
    line-height: 1.2
}

.careers-content-template .items .item p {
    line-height: 1.5;
    margin-bottom: 50px
}

@media (max-width: 991px) {
    .careers-content-template .items .item p {
        text-align:left
    }
}

.faq-content-template {
    padding-inline:calc((100% - 960px) / 2);padding-block:75px}

@media (max-width: 991px) {
    .faq-content-template {
        padding-inline:30px
    }
}

@media (max-width: 768px) {
    .faq-content-template {
        padding-block:65px
    }
}

.faq-content-template .initial-content {
    text-align: center
}

.faq-content-template .accordions {
    margin-top: 140px
}

@media (max-width: 768px) {
    .faq-content-template .accordions {
        margin-top:60px
    }
}

.faq-content-template .accordions h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .36px;
    text-align: center;
    margin: 0 0 40px
}

@media (max-width: 650px) {
    .faq-content-template .accordions h2 {
        font-size:22px
    }
}

.faq-content-template .accordions-group {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column
}

.faq-content-template .accordion {
    background-color: #fff;
    box-shadow: 0 5px 16px 0 rgba(8,15,52,.06);
    border-radius: 14px;
    padding: 50px 40px;
    width: 100%;
    border: 1px solid transparent
}

@media (max-width: 650px) {
    .faq-content-template .accordion {
        padding:35px 25px
    }
}

.faq-content-template .accordion.active {
    border-color: var(--brand-primary-color)
}

.faq-content-template .accordion.active h3 svg {
    transform: rotate(0deg)
}

.faq-content-template .accordion.active h3 svg circle {
    fill: var(--brand-primary-color)
}

.faq-content-template .accordion.active h3 svg path {
    stroke: #fff
}

.faq-content-template .accordion>h3 {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    cursor: pointer
}

.faq-content-template .accordion>h3 svg {
    transition: transform .3s ease;
    transform: rotate(-90deg);
    flex-shrink: 0
}

@media (max-width: 650px) {
    .faq-content-template .accordion>h3 {
        font-size:18px
    }

    .faq-content-template .accordion>h3 svg {
        width: 40px
    }
}

.faq-content-template .accordion .accordion-content {
    line-height: 1.5;
    padding-top: 25px;
    display: none
}

@media (max-width: 650px) {
    .faq-content-template .accordion .accordion-content {
        font-size:14px
    }
}

.faq-content-template .accordion .accordion-content a {
    color: var(--brand-primary-color)
}

.faq-content-template .accordion .accordion-content a:hover {
    text-decoration: underline
}

.showroom-content-template .content-block {
    padding-block:75px;padding-inline:calc((100% - 830px) / 2)}

@media (max-width: 831px) {
    .showroom-content-template .content-block {
        padding-inline:30px
    }
}

.showroom-content-template .initial-content {
    text-align: center;
    margin-bottom: 65px
}

.showroom-msg-content-template .content {
    padding-block:85px;padding-inline:calc((100% - 830px) / 2);text-align: center;
    line-height: 1.5
}

@media (max-width: 831px) {
    .showroom-msg-content-template .content {
        padding-inline:30px
    }
}

.showroom-msg-content-template .content h1 {
    font-size: 30px;
    margin-top: 0
}

.what-we-do-template .main-container {
    padding-inline:calc((100% - 1068px) / 2);padding-block:65px}

@media (max-width: 1069px) {
    .what-we-do-template .main-container {
        padding-inline:30px
    }
}

@media (max-width: 768px) {
    .what-we-do-template .main-container {
        padding-block:65px 30px
    }
}

.what-we-do-template .main-container h1 {
    margin: 0 0 40px;
    font-size: 40px
}

@media (max-width: 992px) {
    .what-we-do-template .main-container h1 {
        font-size:30px
    }
}

.what-we-do-template .main-container .text-columns {
    columns: 2;
    column-width: 400px;
    column-gap: 80px;
    line-height: 1.5
}

.what-we-do-template .main-container .text-columns p:first-child {
    margin-top: 0
}

.what-we-do-template .block-slider {
    background-color: #fdfcf9;
    padding-block:90px;padding-inline:30px}

@media (max-width: 768px) {
    .what-we-do-template .block-slider {
        padding-block:40px
    }
}

.what-we-do-template .block-slider .text-block {
    text-align: center;
    width: 100%;
    max-width: 880px;
    margin-inline:auto;margin-bottom: 90px
}

@media (max-width: 768px) {
    .what-we-do-template .block-slider .text-block {
        margin-bottom:40px
    }
}

.what-we-do-template .block-slider .text-block h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .36px;
    margin: 0 0 30px
}

.what-we-do-template .block-slider .text-block p {
    line-height: 1.5
}

.what-we-do-template .block-slider .slider-container {
    width: 100%;
    max-width: 1139px;
    margin-inline:auto;text-align: center
}

.what-we-do-template .block-slider .slider-container .buttons {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 15px;
    margin-bottom: 45px;
    background-color: #ececec;
    border-radius: 50px;
    padding: 12px
}

@media (max-width: 1024px) {
    .what-we-do-template .block-slider .slider-container .buttons {
        padding:8px;
        gap: 8px
    }
}

@media (max-width: 651px) {
    .what-we-do-template .block-slider .slider-container .buttons {
        flex-direction:column;
        border-radius: 20px
    }
}

.what-we-do-template .block-slider .slider-container .buttons button {
    flex-grow: 1;
    padding: 15px 30px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 100px
}

@media (max-width: 1024px) {
    .what-we-do-template .block-slider .slider-container .buttons button {
        padding:10px 20px;
        font-size: 12px
    }
}

.what-we-do-template .block-slider .slider-container .buttons button.btn-1 {
    border-color: #fa43d1;
    background-color: #fa43d1
}

.what-we-do-template .block-slider .slider-container .buttons button.btn-2 {
    border-color: #aed515;
    background-color: #aed515
}

.what-we-do-template .block-slider .slider-container .buttons button.btn-3 {
    border-color: #ffac00;
    background-color: #ffac00
}

.what-we-do-template .block-slider .slider-container .buttons button.btn-4 {
    border-color: #9755ff;
    background-color: #9755ff
}

.what-we-do-template .block-slider .slider-container .buttons button.btn-5 {
    border-color: #ff7522;
    background-color: #ff7522
}

.what-we-do-template .block-slider .slider-container .buttons button.active,.what-we-do-template .block-slider .slider-container .buttons button:hover {
    background-color: transparent
}

.what-we-do-template .block-slider .slider-container .slider {
    margin-bottom: 65px;
    position: relative
}

.what-we-do-template .block-slider .slider-container .slider .btn-next,.what-we-do-template .block-slider .slider-container .slider .btn-prev {
    padding: 0;
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 1315px) {
    .what-we-do-template .block-slider .slider-container .slider .btn-next,.what-we-do-template .block-slider .slider-container .slider .btn-prev {
        display:none
    }
}

.what-we-do-template .block-slider .slider-container .slider .btn-prev {
    left: -50px
}

.what-we-do-template .block-slider .slider-container .slider .btn-next {
    right: -50px
}

.what-we-do-template .block-slider .slider-container .slider .slides-container {
    border-radius: 20px;
    overflow: hidden
}

.what-we-do-template .block-slider .slider-container .slider img {
    width: 100%;
    height: auto;
    display: block
}

.what-we-do-template .color-blocks-container {
    padding-inline:calc((100% - 1950px) / 2)}

.what-we-do-template .color-blocks-container .color-block {
    display: flex;
    align-items: stretch;
    justify-content: flex-start
}

.what-we-do-template .color-blocks-container .color-block .image,.what-we-do-template .color-blocks-container .color-block .text {
    width: 50%
}

.what-we-do-template .color-blocks-container .color-block .image img,.what-we-do-template .color-blocks-container .color-block .text img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

@media (max-width: 792px) {
    .what-we-do-template .color-blocks-container .color-block .image,.what-we-do-template .color-blocks-container .color-block .text {
        width:100%
    }
}

.what-we-do-template .color-blocks-container .color-block .text {
    padding: 50px;
    align-self: center;
    flex-grow: 1;
    font-size: 14px
}

.what-we-do-template .color-blocks-container .color-block .text strong {
    display: block
}

.what-we-do-template .color-blocks-container .color-block .text h3 {
    text-transform: uppercase
}

@media (max-width: 992px) {
    .what-we-do-template .color-blocks-container .color-block .text {
        padding-inline:60px
    }
}

.what-we-do-template .color-blocks-container .color-block:nth-child(odd) .text {
    order: -1
}

@media (max-width: 792px) {
    .what-we-do-template .color-blocks-container .color-block {
        flex-direction:column
    }

    .what-we-do-template .color-blocks-container .color-block .text {
        order: -1
    }

    .what-we-do-template .color-blocks-container .color-block .image img {
        max-height: 300px
    }
}

@media (max-width: 592px) {
    .what-we-do-template .color-blocks-container .color-block .text {
        padding-inline:30px
    }
}

.change-password-content-template {
    padding-block:75px;padding-inline:calc((100% - 450px) / 2)}

@media (max-width: 451px) {
    .change-password-content-template {
        padding-inline:30px
    }
}

.change-password-content-template .initial-content {
    text-align: center;
    margin-bottom: 50px
}

.change-password-content-template .lnk-cancel {
    color: rgba(29,32,25,.7);
    text-decoration: underline;
    font-size: 12px
}

.change-password-content-template .lnk-cancel:hover {
    text-decoration: none
}

.forgot-password-content-template {
    padding-block:75px;padding-inline:calc((100% - 450px) / 2)}

@media (max-width: 451px) {
    .forgot-password-content-template {
        padding-inline:30px
    }
}

.forgot-password-content-template .initial-content {
    text-align: center;
    margin-bottom: 50px
}

.forgot-password-content-template .field-group:last-child {
    margin-top: 50px
}

.login-content-template {
    padding-block:75px;padding-inline:calc((100% - 450px) / 2)}

@media (max-width: 451px) {
    .login-content-template {
        padding-inline:30px
    }
}

.login-content-template .initial-content {
    text-align: center;
    margin-bottom: 50px
}

.login-content-template .lnk-cancel {
    color: rgba(29,32,25,.7);
    text-decoration: underline;
    font-size: 12px
}

.login-content-template .lnk-cancel:hover {
    text-decoration: none
}

.register-content-template {
    padding-block:75px;padding-inline:calc((100% - 910px) / 2);line-height: 1.5;
    position: relative
}

@media (max-width: 911px) {
    .register-content-template {
        padding-inline:30px
    }
}

.register-content-template .msg-register-not-found {
    border: 1px solid var(--brand-primary-color);
    padding: 26px;
    border-radius: 15px;
    background-color: #fff;
    max-width: 350px;
    width: calc(100% - 20px);
    position: absolute;
    top: 80px;
    right: 10px
}

.register-content-template .msg-register-not-found .btn-close-msg {
    padding: 0;
    background: transparent;
    border: none;
    position: absolute;
    right: -10px;
    top: -15px
}

.register-content-template .msg-register-not-found strong {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

.register-content-template .msg-register-not-found span {
    font-size: 12px
}

.register-content-template .btn-continue {
    padding: 15px 35px;
    font-size: 14px
}

.register-content-template .btn-continue svg path {
    stroke: #fff
}

.register-content-template .btn-continue:hover svg path {
    stroke: var(--brand-primary-color)
}

.register-content-template .initial-content {
    margin-bottom: 50px;
    text-align: center
}

.register-content-template .personal-info {
    text-align: center;
    margin-top: 85px
}

.register-content-template .personal-info h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px
}

.register-content-template .personal-info .buttons-social {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px
}

@media (max-width: 597px) {
    .register-content-template .personal-info .buttons-social {
        flex-direction:column
    }
}

.register-content-template .personal-info .buttons-social .btn-social {
    border: 1px solid rgba(0,0,0,.1);
    padding: 6px 40px;
    border-radius: 40px;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-weight: 400;
    color: #6d6d6d
}

.register-content-template .personal-info .buttons-social .btn-social:hover {
    background-color: rgba(0,0,0,.1)
}

@media (max-width: 597px) {
    .register-content-template .personal-info .buttons-social .btn-social {
        width:100%
    }
}

.register-content-template .personal-info form {
    text-align: left
}

.about-content-template .main-content {
    padding-block:60px 90px;padding-inline:calc((100% - 1256px) / 2)}

@media (max-width: 1257px) {
    .about-content-template .main-content {
        padding-inline:30px;
        padding-block:40px}
}

.about-content-template .main-content .video-container {
    margin-bottom: 60px
}

.about-content-template .main-content .video-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 2/.91;
    border-radius: 15px
}

.about-content-template .main-content h1 {
    margin: 0 0 40px;
    font-size: 40px;
    color: #000
}

@media (max-width: 992px) {
    .about-content-template .main-content h1 {
        font-size:30px
    }
}

.about-content-template .main-content .text-columns {
    columns: 2;
    column-width: 400px;
    column-gap: 80px;
    line-height: 1.5
}

.about-content-template .main-content .text-columns p:first-child {
    margin-top: 0
}

.about-content-template .mission-values-block {
    display: flex;
    gap: 30px;
    align-items: stretch;
    justify-content: flex-start;
    perspective: 1000px;
    background-color: #fdfcf9;
    padding-inline:calc((100% - 1256px) / 2);padding-block:40px 80px}

@media (max-width: 1257px) {
    .about-content-template .mission-values-block {
        padding-inline:30px
    }
}

@media (max-width: 992px) {
    .about-content-template .mission-values-block {
        flex-direction:column;
        gap: 15px
    }
}

.about-content-template .mission-values-block .item {
    position: relative;
    width: calc((100% - 30px) / 3 * 2)
}

@media (max-width: 992px) {
    .about-content-template .mission-values-block .item {
        min-height:auto;
        width: 100%
    }
}

.about-content-template .mission-values-block .item .card {
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 15px;
    min-height: 560px;
    background-color: #fff;
    padding: 20px;
    transition: all .3s ease-in-out;
    transform-style: preserve-3d
}

.about-content-template .mission-values-block .item .content {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400
}

.about-content-template .mission-values-block .item .back,.about-content-template .mission-values-block .item .front {
    backface-visibility: hidden;
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    background-color: transparent;
    transform: rotateY(0deg)
}

.about-content-template .mission-values-block .item .front {
    z-index: 2;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.about-content-template .mission-values-block .item .back {
    transform: rotateY(180deg);
    z-index: 1;
    background-color: #fdfcf9;
    border-radius: 15px;
    padding: 20px
}

.about-content-template .mission-values-block .item.mission .card {
    background-color: #873bff
}

.about-content-template .mission-values-block .item.vision .card {
    background-color: #ff6c14
}

.about-content-template .mission-values-block .item.values .card {
    background-color: #aed515
}

.about-content-template .mission-values-block .item:hover .card {
    transform: rotateY(180deg)
}

.about-content-template .our-history,.about-content-template .rewards,.about-content-template .why-choose-us {
    text-align: center;
    color: #fff;
    padding-block:90px;padding-inline:calc((100% - 1440px) / 2)}

@media (max-width: 1441px) {
    .about-content-template .our-history,.about-content-template .rewards,.about-content-template .why-choose-us {
        padding-inline:30px
    }
}

.about-content-template .our-history .initial-info,.about-content-template .rewards .initial-info,.about-content-template .why-choose-us .initial-info {
    width: 100%;
    max-width: 916px;
    margin-inline:auto;line-height: 1.5
}

.about-content-template .our-history .initial-info h2,.about-content-template .rewards .initial-info h2,.about-content-template .why-choose-us .initial-info h2 {
    margin: 0 0 15px;
    color: var(--brand-secondary-color);
    font-weight: 700;
    font-size: 30px
}

.about-content-template .our-history .initial-info p,.about-content-template .rewards .initial-info p,.about-content-template .why-choose-us .initial-info p {
    font-weight: 400
}

.about-content-template .our-history {
    color: #000;
    background-color: #fdfcf9
}

@media (max-width: 1441px) {
    .about-content-template .our-history {
        padding-inline:0
    }
}

.about-content-template .our-history .initial-info h2 {
    color: #000
}

@media (max-width: 917px) {
    .about-content-template .our-history .initial-info {
        padding-inline:30px
    }
}

.about-content-template .our-history .years-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px
}

.about-content-template .our-history .years-text .year-text {
    width: 255px;
    padding: 30px;
    border: 3px solid var(--brand-secondary-color);
    text-align: center;
    font-size: 12px;
    border-radius: 15px;
    display: none;
    background-color: #fff;
    position: relative
}

.about-content-template .our-history .years-text .year-text:before {
    width: 23px;
    height: 23px;
    content: "";
    display: block;
    border-left: 3px solid var(--brand-secondary-color);
    border-top: 3px solid var(--brand-secondary-color);
    position: absolute;
    top: -13.5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background-color: #fff
}

.about-content-template .our-history .years-text .year-text p {
    margin: 0;
    line-height: 1.5
}

.about-content-template .our-history .years-container {
    position: relative;
    margin-top: 50px
}

.about-content-template .our-history .years-container .btn-next,.about-content-template .our-history .years-container .btn-prev {
    position: absolute;
    top: 50%;
    border: none;
    background-color: transparent
}

.about-content-template .our-history .years-container .btn-next svg,.about-content-template .our-history .years-container .btn-prev svg {
    display: block
}

.about-content-template .our-history .years-container .btn-prev {
    left: 50%;
    transform: translate(-110px,-50%)
}

.about-content-template .our-history .years-container .btn-next {
    right: 50%;
    transform: translate(110px,-50%)
}

.about-content-template .our-history .years-container .owl-stage-outer {
    height: 100%
}

.about-content-template .our-history .years-container .owl-item {
    width: 160px!important
}

.about-content-template .our-history .years-container .owl-item.center .year {
    border-color: var(--brand-primary-color)
}

.about-content-template .our-history .years-container .owl-item.center .year strong {
    color: var(--brand-primary-color)
}

.about-content-template .our-history .years-container .years {
    height: 160px
}

.about-content-template .our-history .years-container .years .year {
    cursor: pointer;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    transition: all .3s ease-in-out
}

.about-content-template .our-history .years-container .years .year strong {
    color: rgba(0,0,0,.2);
    font-size: 40px;
    letter-spacing: -.2px
}

.about-content-template .why-choose-us {
    background-color: #873bff
}

.about-content-template .why-choose-us .grid-icons-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 60px;
    align-items: stretch;
    margin-top: 100px;
    margin-bottom: 75px
}

.about-content-template .why-choose-us .grid-icons-text .item-grid {
    width: calc(33.3333% - 40px);
    text-align: left
}

@media (max-width: 1024px) {
    .about-content-template .why-choose-us .grid-icons-text .item-grid {
        width:calc(50% - 30px)
    }
}

@media (max-width: 592px) {
    .about-content-template .why-choose-us .grid-icons-text .item-grid {
        width:100%
    }
}

.about-content-template .why-choose-us .grid-icons-text .item-grid svg {
    width: auto;
    height: 70px
}

.about-content-template .why-choose-us .grid-icons-text .item-grid strong {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    margin-top: 30px
}

.about-content-template .why-choose-us .grid-icons-text .item-grid p {
    font-weight: 400;
    line-height: 1.5
}

.about-content-template .why-choose-us .grid-icons-text+p {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5
}

.about-content-template .rewards {
    background-color: var(--brand-primary-color)
}

.about-content-template .rewards .grid-rewards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    margin-top: 100px;
    max-width: 1120px;
    margin-inline:auto}

.about-content-template .rewards .carousel-rewards {
    display: none
}

.about-content-template .rewards .carousel-rewards .nav-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 15px
}

.about-content-template .rewards .carousel-rewards .nav-carousel button {
    background: transparent;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.about-content-template .rewards .carousel-rewards .nav-carousel button:hover {
    opacity: .5
}

.about-content-template .rewards .carousel-rewards .nav-carousel button svg {
    display: block
}

.about-content-template .rewards .carousel-rewards .nav-carousel .btn-prev svg {
    transform: rotate(180deg)
}

.about-content-template .rewards .reward {
    width: 192px;
    height: 192px;
    border: 4px solid var(--brand-secondary-color);
    border-radius: 192px;
    padding: 20px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all .3s ease-in-out
}

.about-content-template .rewards .reward:hover {
    border-color: #fff
}

@media (max-width: 768px) {
    .about-content-template .rewards {
        padding-inline:0
    }

    .about-content-template .rewards .initial-info {
        padding-inline:20px}

    .about-content-template .rewards .grid-rewards {
        display: none
    }

    .about-content-template .rewards .carousel-rewards {
        display: block;
        margin-top: 30px
    }
}

.collection-content-template .main-banner {
    position: relative;
    background-color: #262728;
    height: 685px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column
}

@media (max-width: 1042px) {
    .collection-content-template .main-banner {
        height:auto;
        min-height: 550px
    }
}

.collection-content-template .main-banner h1 {
    margin: 0;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #c99d5a;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%
}

@media (max-width: 1042px) {
    .collection-content-template .main-banner h1 {
        top:30px;
        font-size: 25px
    }
}

.collection-content-template .main-banner .icons-slider {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 765px
}

.collection-content-template .main-banner .icons-slider .icon {
    transition: all .3s ease-in-out;
    transform: scale(.8);
    opacity: .8;
    cursor: pointer;
    text-align: center
}

.collection-content-template .main-banner .icons-slider .owl-item:has(.icon.active) .icon {
    transform: scale(1);
    opacity: 1
}

.collection-content-template .main-banner .icons-slider .btn-next,.collection-content-template .main-banner .icons-slider .btn-prev {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.collection-content-template .main-banner .icons-slider .btn-prev {
    left: -25px
}

.collection-content-template .main-banner .icons-slider .btn-next {
    right: -25px
}

.collection-content-template .main-banner .slider {
    max-width: 1440px;
    margin: 0 auto;
    background-size: contain;
    height: 100%;
    flex-grow: 1;
    width: 100%;
    display: flex;
    flex-direction: column
}

.collection-content-template .main-banner .slider .slide {
    display: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-grow: 1
}

.collection-content-template .main-banner .slider .slide.active {
    display: flex
}

.collection-content-template .main-banner .slider .slide img {
    max-width: 100%;
    height: auto
}

@media (max-width: 1042px) {
    .collection-content-template .main-banner .slider .slide img {
        width:55%
    }
}

@media (max-width: 592px) {
    .collection-content-template .main-banner .slider .slide img {
        width:70%
    }
}

@media (max-width: 1042px) {
    .collection-content-template .main-banner .slider {
        background-size:100% auto;
        background-repeat: no-repeat;
        background-position: 50%
    }
}

.collection-content-template .slider-images {
    max-width: 1920px;
    margin: 0 auto;
    position: relative
}

.collection-content-template .slider-images img {
    width: 100%;
    display: block;
    height: auto
}

.collection-content-template .slider-images .btn-next,.collection-content-template .slider-images .btn-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer
}

.collection-content-template .slider-images .btn-prev {
    left: 30px
}

.collection-content-template .slider-images .btn-next {
    right: 30px
}

.collection-content-template .text-content {
    padding-block:65px}

.collection-content-template .text-content .initial-text {
    width: 100%;
    text-align: center;
    padding-inline:calc((100% - 815px) / 2);margin-bottom: 30px
}

@media (max-width: 816px) {
    .collection-content-template .text-content .initial-text {
        padding-inline:30px
    }
}

.collection-content-template .text-content .initial-text h1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 30px
}

.collection-content-template .text-content .initial-text p {
    color: rgba(29,32,25,.8);
    line-height: 1.5
}

.collection-content-template .text-content .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-inline:calc((100% - 1130px) / 2);align-items: stretch;
    gap: 60px
}

@media (max-width: 1130px) {
    .collection-content-template .text-content .grid {
        padding-inline:30px
    }
}

.collection-content-template .text-content .grid .grid-item {
    width: calc(65% - 30px)
}

.collection-content-template .text-content .grid .grid-item .image-wrapper {
    position: relative;
    display: table
}

.collection-content-template .text-content .grid .grid-item .floating-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: none;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--brand-secondary-color);
    color: var(--font-color);
    font-weight: 600;
    font-size: 12px
}

.collection-content-template .text-content .grid .grid-item .floating-link:hover {
    background-color: #000;
    color: var(--brand-secondary-color)
}

.collection-content-template .text-content .grid .grid-item:hover .floating-link {
    display: flex
}

.collection-content-template .text-content .grid .grid-item.text-center {
    text-align: center
}

.collection-content-template .text-content .grid .grid-item.text-center img {
    margin-inline:auto}

.collection-content-template .text-content .grid .grid-item.text {
    width: calc(35% - 30px)
}

.collection-content-template .text-content .grid .grid-item.text .btn {
    display: none
}

@media (max-width: 768px) {
    .collection-content-template .text-content .grid .grid-item {
        width:100%;
        text-align: center
    }

    .collection-content-template .text-content .grid .grid-item .image-wrapper,.collection-content-template .text-content .grid .grid-item img {
        margin-inline:auto}

    .collection-content-template .text-content .grid .grid-item.text {
        width: 100%
    }

    .collection-content-template .text-content .grid .grid-item.text .btn {
        display: inline-block;
        font-size: 14px
    }
}

.collection-content-template .text-content .grid .grid-item strong {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px
}

.collection-content-template .text-content .grid .grid-item p {
    color: rgba(0,0,0,.8);
    line-height: 1.5
}

.collection-content-template .text-content .grid .grid-item img {
    display: block;
    max-width: 100%
}

.collection-content-template .text-content .grid .grid-item .btn {
    padding: 14px 45px;
    font-size: 16px
}

.collection-content-template .text-content .buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 100px
}

@media (max-width: 568px) {
    .collection-content-template .text-content .buttons {
        flex-direction:column;
        align-items: center
    }

    .collection-content-template .text-content .buttons .btn {
        width: 90%
    }
}

.collection-content-template .video {
    background-color: var(--brand-primary-color);
    padding-inline:calc((100% - 1139px) / 2);padding-block:90px}

@media (max-width: 1139px) {
    .collection-content-template .video {
        padding-inline:20px
    }
}

@media (max-width: 592px) {
    .collection-content-template .video {
        padding-block:45px
    }
}

.collection-content-template .video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    display: block;
    max-width: 1920px;
    margin-inline:auto;border-radius: 20px
}

.celebration-dates-content-template .initial-content {
    max-width: 770px;
    width: 100%;
    margin-inline:auto;text-align: center;
    padding-block:75px 20px}

@media (max-width: 770px) {
    .celebration-dates-content-template .initial-content {
        padding-inline:20px
    }
}

.celebration-dates-content-template .dates-container {
    padding-inline:calc((100% - 1290px) / 2);display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 90px;
    padding-block:30px}

@media (max-width: 1291px) {
    .celebration-dates-content-template .dates-container {
        padding-inline:30px
    }
}

.celebration-dates-content-template .dates-container .carousel-examples {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 15px;
    max-width: 580px;
    flex-shrink: 0
}

.celebration-dates-content-template .dates-container .carousel-examples img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.celebration-dates-content-template .dates-container .carousel-examples .images-container {
    position: relative;
    flex-grow: 1
}

.celebration-dates-content-template .dates-container .carousel-examples .images-container .owl-stage,.celebration-dates-content-template .dates-container .carousel-examples .images-container .owl-stage-outer,.celebration-dates-content-template .dates-container .carousel-examples .images-container .slide,.celebration-dates-content-template .dates-container .carousel-examples .images-container .slides {
    height: 100%
}

.celebration-dates-content-template .dates-container .carousel-examples .images-container .dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.celebration-dates-content-template .dates-container .carousel-examples .images-container .dots button {
    width: 8px;
    height: 8px;
    display: block;
    border: none;
    background: #c3c3c3;
    border-radius: 50%;
    transition: .1s linear;
    padding: 0
}

.celebration-dates-content-template .dates-container .carousel-examples .images-container .dots button.active {
    background: var(--brand-secondary-color);
    border-radius: 100px;
    width: 30px
}

.celebration-dates-content-template .dates-container .carousel-examples .images-container .btn-next,.celebration-dates-content-template .dates-container .carousel-examples .images-container .btn-prev {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%
}

.celebration-dates-content-template .dates-container .carousel-examples .images-container .btn-prev {
    left: 30px
}

.celebration-dates-content-template .dates-container .carousel-examples .images-container .btn-next {
    right: 30px
}

.celebration-dates-content-template .dates-container .carousel-examples .label-carousel {
    padding: 20px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 20px
}

.celebration-dates-content-template .dates-container .next-dates {
    width: calc(100% - 580px - 90px)
}

.celebration-dates-content-template .dates-container .next-dates .next-dates-title {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 30px
}

.celebration-dates-content-template .dates-container .next-dates .date {
    color: #fff;
    padding: 13px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px
}

.celebration-dates-content-template .dates-container .next-dates .date:last-child {
    margin-bottom: 0
}

.celebration-dates-content-template .dates-container .next-dates .date .icon {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    flex-shrink: 0
}

.celebration-dates-content-template .dates-container .next-dates .date .icon svg {
    display: block
}

@media (max-width: 490px) {
    .celebration-dates-content-template .dates-container .next-dates .date .icon {
        display:none
    }
}

.celebration-dates-content-template .dates-container .next-dates .date strong {
    font-size: 25px;
    font-weight: 700
}

@media (max-width: 490px) {
    .celebration-dates-content-template .dates-container .next-dates .date strong {
        font-size:16px
    }
}

.celebration-dates-content-template .dates-container .next-dates .date .info {
    border-left: 1px solid #fff;
    padding-inline:20px;margin-right: auto
}

.celebration-dates-content-template .dates-container .next-dates .date .info .date-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px
}

.celebration-dates-content-template .dates-container .next-dates .date .info .countdown {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 14px
}

.celebration-dates-content-template .dates-container .next-dates .date .info+svg {
    flex-shrink: 0
}

@media (max-width: 490px) {
    .celebration-dates-content-template .dates-container .next-dates .date .info+svg {
        display:none
    }
}

.celebration-dates-content-template .dates-container .next-dates .date.bg-blue {
    background-color: #0080ff
}

.celebration-dates-content-template .dates-container .next-dates .date.bg-blue .icon {
    background-color: #ffad00
}

.celebration-dates-content-template .dates-container .next-dates .date.bg-gray {
    background-color: #797b7d
}

.celebration-dates-content-template .dates-container .next-dates .date.bg-gray .icon {
    background-color: #535353
}

.celebration-dates-content-template .dates-container .next-dates .date.bg-gray .info+svg circle {
    fill: #cacaca
}

@media (max-width: 1230px) {
    .celebration-dates-content-template .dates-container {
        flex-direction:column;
        gap: 30px
    }

    .celebration-dates-content-template .dates-container .carousel-examples {
        margin-inline:auto}

    .celebration-dates-content-template .dates-container .next-dates {
        width: 100%
    }
}

@media (max-width: 720px) {
    .celebration-dates-content-template .dates-container .carousel-examples {
        max-width:100%
    }
}

.category-content-template .colored-header {
    text-align: center;
    padding: 60px 30px
}

.category-content-template .colored-header h1 {
    margin: 0;
    font-size: 40px;
    color: #fff
}

@media (max-width: 768px) {
    .category-content-template .colored-header h1 {
        font-size:30px
    }
}

.category-content-template .initial-content {
    max-width: 865px;
    width: 100%;
    margin-inline:auto;text-align: center;
    padding-block:40px}

@media (max-width: 865px) {
    .category-content-template .initial-content {
        padding-inline:20px
    }
}

.category-content-template .product-list-template {
    padding-top: 0
}

@media (max-width: 792px) {
    .category-content-template .product-list-template .header-product-list {
        display:none
    }

    .category-content-template .product-list-template .filter-button-container {
        padding-top: 0
    }
}

.products-content-template .colored-header {
    text-align: center;
    padding: 60px 30px;
    background-color: #5d5d5d
}

.products-content-template .colored-header h1 {
    margin: 0;
    font-size: 40px;
    color: #fff
}

@media (max-width: 768px) {
    .products-content-template .colored-header h1 {
        font-size:30px
    }
}

.products-content-template .initial-content {
    max-width: 865px;
    width: 100%;
    margin-inline:auto;text-align: center;
    padding-block:40px}

@media (max-width: 865px) {
    .products-content-template .initial-content {
        padding-inline:20px
    }
}

.products-content-template .product-list-template {
    padding-top: 0
}

@media (max-width: 792px) {
    .products-content-template .product-list-template .header-product-list {
        display:none
    }

    .products-content-template .product-list-template .filter-button-container {
        padding-top: 0
    }
}

.change-password-msg-content-template .content {
    padding-block:85px;padding-inline:calc((100% - 830px) / 2);text-align: center;
    line-height: 1.5
}

@media (max-width: 831px) {
    .change-password-msg-content-template .content {
        padding-inline:30px
    }
}

.change-password-msg-content-template .content h1 {
    font-size: 30px;
    margin-top: 0
}

.product-details-content-template .block-product-gallery {
    padding-block:40px}

.product-details-content-template .block-product-gallery .gallery {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px
}

.product-details-content-template .block-product-gallery .gallery .images-product,.product-details-content-template .block-product-gallery .gallery .product-info {
    width: calc(50% - 15px)
}

.product-details-content-template .block-product-gallery .gallery .images-product {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start
}

.product-details-content-template .block-product-gallery .gallery .images-product .vertical-carousel {
    position: relative;
    width: 91px;
    height: 515px;
    display: flex;
    flex-direction: column
}

.product-details-content-template .block-product-gallery .gallery .images-product .vertical-carousel button {
    position: absolute;
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: center;
    padding: 3px;
    left: 0
}

.product-details-content-template .block-product-gallery .gallery .images-product .vertical-carousel button svg {
    margin-inline:auto}

.product-details-content-template .block-product-gallery .gallery .images-product .vertical-carousel button.btn-prev-thumbs {
    top: -20px
}

.product-details-content-template .block-product-gallery .gallery .images-product .vertical-carousel button.btn-next-thumbs {
    bottom: -20px
}

.product-details-content-template .block-product-gallery .gallery .images-product .vertical-carousel .carousel-vimages {
    height: 100%;
    overflow: hidden
}

.product-details-content-template .block-product-gallery .gallery .images-product .vertical-carousel .carousel-vimages .group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%!important;
    gap: 15px
}

.product-details-content-template .block-product-gallery .gallery .images-product .vertical-carousel .item {
    position: relative;
    width: 100%;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer
}

.product-details-content-template .block-product-gallery .gallery .images-product .vertical-carousel .item svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.product-details-content-template .block-product-gallery .gallery .images-product .vertical-carousel .item.active {
    border: 1px solid var(--brand-primary-color)
}

.product-details-content-template .block-product-gallery .gallery .images-product .vertical-carousel .item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px
}

.product-details-content-template .block-product-gallery .gallery .block-images {
    width: calc(100% - 91px - 20px)
}

.product-details-content-template .block-product-gallery .gallery .block-images .images-holder {
    position: relative
}

.product-details-content-template .block-product-gallery .gallery .block-images .images-holder .dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 20px;
    flex-wrap: wrap
}

.product-details-content-template .block-product-gallery .gallery .block-images .images-holder .owl-dot {
    width: 8px;
    height: 8px;
    display: block;
    border: none;
    background: #c3c3c3;
    border-radius: 50%;
    transition: .1s linear;
    padding: 0;
    flex-shrink: 0
}

.product-details-content-template .block-product-gallery .gallery .block-images .images-holder .owl-dot.active {
    background: var(--brand-secondary-color);
    border-radius: 100px;
    width: 30px
}

.product-details-content-template .block-product-gallery .gallery .block-images .images {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.1)
}

.product-details-content-template .block-product-gallery .gallery .block-images .images img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover
}

.product-details-content-template .block-product-gallery .gallery .block-images .images iframe {
    object-fit: cover;
    display: block
}

.product-details-content-template .block-product-gallery .gallery .block-images .links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    font-size: 12px;
    margin-top: 40px
}

.product-details-content-template .block-product-gallery .gallery .block-images .links a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    text-decoration: underline;
    color: #000
}

.product-details-content-template .block-product-gallery .gallery .block-images .links a:hover {
    text-decoration: none
}

.product-details-content-template .block-product-gallery .gallery h1 {
    font-size: 20px;
    margin: 0 0 5px
}

.product-details-content-template .block-product-gallery .gallery .code {
    display: flex;
    text-transform: uppercase;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    margin-bottom: 15px;
    cursor: pointer
}

.product-details-content-template .block-product-gallery .gallery .price {
    display: block;
    font-size: 24px;
    font-weight: 700
}

.product-details-content-template .block-product-gallery .gallery .stock-info {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    margin-top: 15px
}

.product-details-content-template .block-product-gallery .gallery .mobile-carousel {
    display: none;
    margin-top: 15px
}

.product-details-content-template .block-product-gallery .gallery .mobile-carousel .block-images {
    width: 100%
}

.product-details-content-template .block-product-gallery .gallery form.options {
    margin-top: 32px
}

.product-details-content-template .block-product-gallery .gallery form.options .carousel-stamps {
    position: relative;
    max-width: 535px;
    width: 100%
}

.product-details-content-template .block-product-gallery .gallery form.options .carousel-stamps .item {
    text-align: center;
    width: 102px;
    cursor: pointer
}

.product-details-content-template .block-product-gallery .gallery form.options .carousel-stamps .item .image {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 7px
}

.product-details-content-template .block-product-gallery .gallery form.options .carousel-stamps .item.active .image {
    border: 1px solid var(--brand-primary-color)
}

.product-details-content-template .block-product-gallery .gallery form.options .carousel-stamps .item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px
}

.product-details-content-template .block-product-gallery .gallery form.options .carousel-stamps .item span {
    font-size: 9px;
    font-weight: 500
}

.product-details-content-template .block-product-gallery .gallery form.options .carousel-stamps button {
    position: absolute;
    top: 43px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none
}

.product-details-content-template .block-product-gallery .gallery form.options .carousel-stamps button.btn-prev-stamps {
    left: -20px
}

.product-details-content-template .block-product-gallery .gallery form.options .carousel-stamps button.btn-next-stamps {
    right: -20px
}

.product-details-content-template .block-product-gallery .gallery form.options .qty-and-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

@media (max-width: 885px) {
    .product-details-content-template .block-product-gallery .gallery form.options .qty-and-button {
        flex-direction:row;
        justify-content: center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 89;
        background: #fff;
        box-shadow: 0 0 20px #000;
        background-color: var(--brand-primary-color);
        padding: 25px 15px;
        display: flex;
        gap: 15px
    }

    .product-details-content-template .block-product-gallery .gallery form.options .qty-and-button .number-counter {
        padding: 3px;
        gap: 5px
    }

    .product-details-content-template .block-product-gallery .gallery form.options .qty-and-button .number-counter .input-qty {
        font-size: 16px
    }

    .product-details-content-template .block-product-gallery .gallery form.options .qty-and-button .btn-orcamento {
        padding: 15px;
        font-size: 12px
    }
}

.product-details-content-template .block-product-gallery .gallery form.options .btn-orcamento {
    padding: 18px 40px;
    font-size: 16px
}

.product-details-content-template .block-product-gallery .gallery form.options .number-counter {
    border-radius: 100px;
    border: 1px solid rgba(0,0,0,.1);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 10px;
    gap: 10px
}

.product-details-content-template .block-product-gallery .gallery form.options .number-counter .input-qty {
    flex-shrink: 1;
    width: 60px;
    border: none;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .44px;
    font-family: inherit
}

.product-details-content-template .block-product-gallery .gallery form.options .number-counter button {
    padding: 0;
    margin: 0;
    border: none;
    width: 30px;
    height: 30px;
    background-color: transparent
}

.product-details-content-template .block-product-gallery .gallery form.options .number-counter button:hover {
    opacity: .6
}

.product-details-content-template .block-product-gallery .gallery form.options .option {
    margin-bottom: 30px
}

.product-details-content-template .block-product-gallery .gallery form.options .option label {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px
}

.product-details-content-template .block-product-gallery .gallery form.options .option label span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid var(--brand-primary-color);
    color: var(--brand-secondary-color);
    flex-shrink: 0
}

.product-details-content-template .block-product-gallery .gallery form.options .option label svg {
    flex-shrink: 0
}

.product-details-content-template .block-product-gallery .gallery form.options .option .input-select {
    background: url(/ns4_images/arrow-down-select-form-product.svg) no-repeat center right 20px var(--brand-primary-color);
    color: #fff;
    appearance: none;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 60px 12px 20px;
    border: none;
    border-radius: 20px;
    font-family: inherit
}

@media (max-width: 1200px) {
    .product-details-content-template .block-product-gallery .gallery .images-product .vertical-carousel {
        display:none
    }

    .product-details-content-template .block-product-gallery .gallery .images-product .block-images {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .product-details-content-template .block-product-gallery .gallery form.options .btn-orcamento {
        padding-inline:20px;
        font-size: 14px
    }
}

@media (max-width: 885px) {
    .product-details-content-template .block-product-gallery {
        padding-block:30px
    }

    .product-details-content-template .block-product-gallery .gallery .block-images .images-holder button {
        bottom: -35px
    }

    .product-details-content-template .block-product-gallery .gallery .block-images .links {
        margin-top: 35px
    }

    .product-details-content-template .block-product-gallery .gallery .images-product {
        display: none
    }

    .product-details-content-template .block-product-gallery .gallery .product-info {
        width: 100%
    }

    .product-details-content-template .block-product-gallery .gallery .mobile-carousel {
        display: block
    }

    .product-details-content-template .block-product-gallery .gallery form.options .carousel-stamps {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width: 495px) {
    .product-details-content-template .block-product-gallery .gallery form.options .carousel-stamps .btn-prev-stamps {
        left:-15px
    }

    .product-details-content-template .block-product-gallery .gallery form.options .carousel-stamps .btn-next-stamps {
        right: -15px
    }
}

.product-details-content-template .price-table-container {
    background: #f6f6f6;
    padding-block:55px;color: #000;
    text-align: center
}

.product-details-content-template .price-table-container .responsive-table {
    overflow-x: auto
}

.product-details-content-template .price-table-container .responsive-table::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.product-details-content-template .price-table-container .responsive-table::-webkit-scrollbar-thumb {
    background-color: var(--brand-primary-color)
}

.product-details-content-template .price-table-container .responsive-table::-webkit-scrollbar-track {
    background-color: #dadada
}

.product-details-content-template .price-table-container h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 50px
}

@media (max-width: 520px) {
    .product-details-content-template .price-table-container h3 {
        font-size:20px
    }
}

.product-details-content-template .price-table-container table {
    width: 100%;
    min-width: 1024px;
    border-collapse: collapse;
    font-size: 16px
}

.product-details-content-template .price-table-container table th {
    background: hsla(0,0%,85%,.5);
    padding: 15px
}

.product-details-content-template .price-table-container table td {
    padding: 10px;
    border-bottom: 1px solid #000
}

.product-details-content-template .price-table-container table strong {
    display: block;
    text-align: left
}

.product-details-content-template .price-table-container table span {
    color: #5f5f5f
}

.product-details-content-template .details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 100px;
    background-color: var(--brand-secondary-color);
    color: #000;
    padding-block:88px;font-weight: 400
}

@media (max-width: 1060px) {
    .product-details-content-template .details {
        flex-direction:column;
        gap: 50px
    }
}

.product-details-content-template .details h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px
}

.product-details-content-template .details .description {
    width: 100%;
    max-width: 495px
}

@media (max-width: 1200px) {
    .product-details-content-template .details .description {
        width:50%
    }
}

@media (max-width: 1060px) {
    .product-details-content-template .details .description {
        width:100%
    }
}

.product-details-content-template .details .specification {
    width: calc(100% - 495px - 100px)
}

@media (max-width: 1200px) {
    .product-details-content-template .details .specification {
        width:50%
    }
}

@media (max-width: 1060px) {
    .product-details-content-template .details .specification {
        width:100%
    }
}

.product-details-content-template .details .specification .icons {
    margin-bottom: 45px;
    margin-top: 55px
}

.product-details-content-template .details .specification .icons img {
    max-width: 100%;
    height: auto;
    display: block
}

.product-details-content-template .details .specification .table-items {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    font-size: 14px
}

.product-details-content-template .details .specification .table-items .row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 0;
    border-top: 1px solid #000
}

.product-details-content-template .details .specification .table-items .row .label {
    max-width: 260px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600
}

.product-details-content-template .details .specification .table-items .row span {
    width: calc(100% - 260px - 10px);
    text-align: left;
    font-weight: 400
}

@media (max-width: 768px) {
    .product-details-content-template .details .specification .table-items .row {
        flex-direction:column;
        gap: 5px
    }

    .product-details-content-template .details .specification .table-items .row .label,.product-details-content-template .details .specification .table-items .row span {
        width: 100%
    }
}

.product-details-content-template .details .border-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px
}

@media (max-width: 520px) {
    .product-details-content-template .details .border-buttons {
        flex-direction:column
    }
}

.product-details-content-template .details .border-buttons .btn-border-button {
    border: 1px solid #000;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    gap: 10px;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 700;
    margin-top: 30px;
    text-align: center
}

@media (max-width: 520px) {
    .product-details-content-template .details .border-buttons .btn-border-button {
        width:100%;
        margin-top: 0
    }
}

.product-details-content-template .details .border-buttons .btn-border-button:hover {
    background-color: #000;
    color: #fff
}

.product-details-content-template .details .border-buttons .btn-border-button:hover path {
    stroke: #fff
}

.product-details-content-template .block-slider-product {
    background-color: #fdfcf9;
    padding-block:90px;padding-inline:30px}

@media (max-width: 768px) {
    .product-details-content-template .block-slider-product {
        padding-block:40px
    }
}

.product-details-content-template .block-slider-product .text-block {
    text-align: center;
    width: 100%;
    max-width: 880px;
    margin-inline:auto;margin-bottom: 90px
}

@media (max-width: 768px) {
    .product-details-content-template .block-slider-product .text-block {
        margin-bottom:40px
    }
}

.product-details-content-template .block-slider-product .text-block h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .36px;
    margin: 0 0 30px
}

.product-details-content-template .block-slider-product .text-block p {
    line-height: 1.5
}

.product-details-content-template .block-slider-product .slider-container {
    width: 100%;
    max-width: 1139px;
    margin-inline:auto;text-align: center
}

.product-details-content-template .block-slider-product .slider-container .buttons {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 15px;
    margin-bottom: 45px;
    background-color: #ececec;
    border-radius: 50px;
    padding: 12px
}

@media (max-width: 1024px) {
    .product-details-content-template .block-slider-product .slider-container .buttons {
        padding:8px;
        gap: 8px
    }
}

@media (max-width: 651px) {
    .product-details-content-template .block-slider-product .slider-container .buttons {
        flex-direction:column;
        border-radius: 20px
    }
}

.product-details-content-template .block-slider-product .slider-container .buttons button {
    flex-grow: 1;
    padding: 15px 30px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 100px
}

@media (max-width: 1024px) {
    .product-details-content-template .block-slider-product .slider-container .buttons button {
        padding:10px 20px;
        font-size: 12px
    }
}

.product-details-content-template .block-slider-product .slider-container .buttons button.btn-1 {
    border-color: #fa43d1;
    background-color: #fa43d1
}

.product-details-content-template .block-slider-product .slider-container .buttons button.btn-2 {
    border-color: #aed515;
    background-color: #aed515
}

.product-details-content-template .block-slider-product .slider-container .buttons button.btn-3 {
    border-color: #ffac00;
    background-color: #ffac00
}

.product-details-content-template .block-slider-product .slider-container .buttons button.btn-4 {
    border-color: #9755ff;
    background-color: #9755ff
}

.product-details-content-template .block-slider-product .slider-container .buttons button.btn-5 {
    border-color: #ff7522;
    background-color: #ff7522
}

.product-details-content-template .block-slider-product .slider-container .buttons button.active,.product-details-content-template .block-slider-product .slider-container .buttons button:hover {
    background-color: transparent
}

.product-details-content-template .block-slider-product .slider-container .slider {
    margin-bottom: 65px;
    position: relative
}

.product-details-content-template .block-slider-product .slider-container .slider .btn-next,.product-details-content-template .block-slider-product .slider-container .slider .btn-prev {
    padding: 0;
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 1315px) {
    .product-details-content-template .block-slider-product .slider-container .slider .btn-next,.product-details-content-template .block-slider-product .slider-container .slider .btn-prev {
        display:none
    }
}

.product-details-content-template .block-slider-product .slider-container .slider .btn-prev {
    left: -50px
}

.product-details-content-template .block-slider-product .slider-container .slider .btn-next {
    right: -50px
}

.product-details-content-template .block-slider-product .slider-container .slider .slides-container {
    border-radius: 20px;
    overflow: hidden
}

.product-details-content-template .block-slider-product .slider-container .slider img {
    width: 100%;
    height: auto;
    display: block
}