.precoBloco{
    .testimonials__date {
    color: gray;
    font-size: 16px;
    font-weight: 500;
}

.testimonials__info_descr {
    display: flex;
    flex-direction: column;
}

.testimonials__info_descr span {
    margin-bottom: 8px;
    font-size: 17px;
    padding-left: 4px;
}

.testimonials__info_img {
    width: 200px;
    position: relative;
}

.testimonials__info_img img {
    width: inherit;
    position: relative;
}

.motivation {
    width: 100%;
    background-color: #f2eded;
}

.motivation .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 25px 0;
}

.motivation__title {
    max-width: 450px;
    font-size: 32px;
    font-weight: 900;
    margin: 0 auto;
    margin-bottom: 12px;
}

.motivation__descr {
    max-width: 370px;
    font-size: 22px;
    font-weight: 500;
    margin: 0 auto;
    margin-bottom: 25px;
}

.motivation__btn {
    width: auto;
    max-width: 470px;
    background-color: #a6221d;
    border-radius: 10px;
    font-size: 25px;
    font-weight: 700;
    padding: 12px 30px;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    transition: 0.13s all ease-in-out;
    animation: pulse 1.8s ease-in-out infinite;
}

.motivation__btn:hover {
    background-color: #be2924;
    text-decoration: underline;
}

.topic .container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 15px 0 25px;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
}

@media (max-width: 991px) {


    .topic .container {
        max-width: 710px;
    }}

@media (max-width: 769px) {


    .topic .container {
        max-width: 510px;
    }}

@media (max-width: 560px) {


    .order__prod {
        width: 100%;
        max-width: 350px;
    }

    .order__payments span strong {
        font-size: 17px;
        font-weight: 700;
    }

    .order__payments span {
        font-size: 17px;
        font-weight: 300;
        padding-left: 1px;
    }

    .order__payments img {
        width: 100%;
        max-width: 170px;
    }

    .order__offer_title {
        font-size: 14px;
        font-weight: 500;
        padding: 8px 24px;
    }

    .order__offer_price {
        padding-top: 5px;
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .order__offer_oldprice {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 4px;
    }

    .order__offer_available {
        font-size: 14px;
    }

    .order__btn {
        font-size: 23px;
    }

    .testimonials__info_descr span {
        font-size: 15px;
    }

    .motivation .container {
        padding: 25px 5%;
    }

    .motivation__title {
        font-size: 27px;
    }

    .motivation__btn {
        font-size: 20px;
    }

    .topic .container {
        padding: 15px 5% 25px;
    }}

@media (max-width: 431px) {


    .main .container {
        padding: 0 8px;
    }

    .order .container {
        padding: 0 10px;
    }

    .order__payments span strong {
        font-size: 16px;
        font-weight: 700;
    }

    .order__prod {
        max-width: 330px;
    }

    .order__payments img {
        max-width: 150px;
    }

    .order__offer_title {
        font-size: 13px;
        font-weight: 500;
        padding: 8px 10px;
    }

    .order__offer_available {
        font-size: 12px;
    }

    .order__btn {
        font-size: 20px;
    }

    .order__conditions_item span {
        font-size: 15px;
    }

    .testimonials__date {
        font-size: 14px;
    }

    .testimonials__info_descr span {
        font-size: 14px;
    }

    .motivation__title {
        font-size: 23px;
    }

    .motivation__descr {
        font-size: 18px;
    }}

.pay-imgs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}



.center {
    text-align: center;
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn);
    }
}

.small,
small {
    font-size: 0.875em;
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus {
    z-index: 3;
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    padding: 0.5rem 1rem;
    font-size: calc(1.2625rem + 0.15vw);
    border-radius: 0.3rem;
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.9625rem;
    border-radius: 0.2rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn,
.btn:hover {
    color: #000;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(32, 74, 181, 0.25);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1a3b91;
    border-color: #183888;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(65, 101, 192, 0.5);
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f;
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2;
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720;
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834;
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f;
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #204ab5;
    border-color: #204ab5;
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(32, 74, 181, 0.5);
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #204ab5;
    text-decoration: underline;
}

.btn-link:focus,
.btn-link:hover {
    color: #1a3b91;
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: calc(1.2625rem + 0.15vw);
    border-radius: 0.3rem;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.9625rem;
    border-radius: 0.2rem;
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.dropdown-menu.show {
    display: block;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1;
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n + 3),
.btn-group> :not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c3c3c3;
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem;
}

.card-header {
    padding: 0.75rem 1.5rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid #c3c3c3;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-group>.card {
    margin-bottom: 0.75rem;
}

.accordion-button:not(.collapsed) {
    color: #111111;
    background-color: #005f51;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed):after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzFkNDNhMyc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAxLjcwOCAwTDggMTAuMjkzbDUuNjQ2LTUuNjQ3YS41LjUgMCAwMS43MDguNzA4bC02IDZhLjUuNSAwIDAxLS43MDggMGwtNi02YS41LjUgMCAwMTAtLjcwOHonLz48L3N2Zz4=);
    transform: rotate(-180deg);
}

.accordion-button:not(.collapsed) h4 {
    color: #ffffff !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.btn .badge {
    position: relative;
    top: -1px;
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.toast:not(.show) {
    display: none;
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.tooltip.show {
    opacity: 0.9;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.offcanvas-backdrop.show {
    opacity: 0.5;
}

.offcanvas.show {
    transform: none;
}

.placeholder.btn:before {
    display: inline-block;
    content: '';
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

@-webkit-keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.position-relative {
    position: relative !important;
}

.w-100 {
    width: 100% !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.mt-4 {
    margin-top: 2.25rem !important;
}

.mt-5 {
    margin-top: 4.5rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.pt-1 {
    padding-top: 0.375rem !important;
}

.pt-2 {
    padding-top: 0.75rem !important;
}

.pt-4 {
    padding-top: 2.25rem !important;
}

.pt-5 {
    padding-top: 4.5rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-4 {
    padding-bottom: 2.25rem !important;
}

.text-center {
    text-align: center !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

@font-face {
    font-family: organik;
    src: url(../Fonts/organik.woff) format('woff'),
        url(../Fonts/organik.ttf) format('ttf'),
        url(../Fonts/organik.ttf) format('eot');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.accordion {
    margin: 1.5rem 0;
}

.accordion .h4,
.accordion h4 {
    font-size: 1.5rem;
    color: #333;
}

.section-hero .row>.neos-contentcollection>.row>div:first-child .section-title {
    margin: 2rem 0 1rem;
}

.section-hero .row>.neos-contentcollection>.row>div:first-child .section-title .h1,
.section-hero .row>.neos-contentcollection>.row>div:first-child .section-title h1 {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.4;
    margin: 0;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-optical-sizing: auto;
}

.section-hero .row>.neos-contentcollection>.row>div:nth-child(2) .section-title {
    margin-left: 4%;
}

.section-hero .row>.neos-contentcollection>.row>div:nth-child(2) .section-title .h3,
.section-hero .row>.neos-contentcollection>.row>div:nth-child(2) .section-title h3 {
    font-weight: 300;
    color: #eacdca;
}

.service-bar .col>.neos-contentcollection>.row>div:not(:last-child) .row:before {
    content: '';
    height: 100%;
    width: 3px;
    position: absolute;
    right: 1.5rem;
    top: 0;
    z-index: 1;
    background: #fff;
}

.service-bar .col>.neos-contentcollection>.row>div .row {
    position: relative;
}

.service-bar .col>.neos-contentcollection>.row>div .icon {
    line-height: 0;
    text-align: right;
    font-size: 4rem;
}

.triple-action .col>.neos-contentcollection>.row:not(:last-child) {
    margin-bottom: 3rem;
}

.triple-action .col>.neos-contentcollection>.row>div .section-title {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 1rem;
}

.triple-action .col>.neos-contentcollection>.row>div:nth-child(2) .neos-contentcollection {
    padding-left: 4rem;
}

.triple-action .col>.neos-contentcollection>.row:nth-child(2n) {
    flex-direction: row-reverse;
}

.triple-action .col>.neos-contentcollection>.row:nth-child(2n)>div:nth-child(2) .neos-contentcollection {
    padding-left: 0;
    padding-right: 4rem;
}

.ingredients .col>.neos-contentcollection>.row>div:nth-child(2) .section-title {
    border-bottom: 4px solid #d9cea4;
    margin-bottom: 1rem;
    text-align: left;
}

.ingredients .col>.neos-contentcollection>.row>div:nth-child(2) .section-title .h2,
.ingredients .col>.neos-contentcollection>.row>div:nth-child(2) .section-title h2 {
    margin: 0;
}

.ingredients .col>.neos-contentcollection>.row>div:nth-child(2) table {
    text-align: left;
    width: 100%;
    margin-top: 1.5rem;
}

.ingredients .col>.neos-contentcollection>.row>div:nth-child(2) table tr td:last-child,
.ingredients .col>.neos-contentcollection>.row>div:nth-child(2) table tr th:last-child {
    text-align: right;
}

.ingredients .col>.neos-contentcollection>.row>div:nth-child(2) table tbody tr {
    color: #ffffff;
    border: none;
}

.ingredients .col>.neos-contentcollection>.row>div:nth-child(2) table tbody tr td {
    padding-bottom: 0.4rem;
}

.ingredients .col>.neos-contentcollection>.row>div:nth-child(2) table tbody tr:first-child {
    color: #000;
}

.ingredients .col>.neos-contentcollection>.row>div:nth-child(2) p {
    text-align: left;
}

.ingredients .col>.neos-contentcollection>.row>div:nth-child(2) .button {
    margin-top: 1rem;
}

.section-text .col>.neos-contentcollection>.row:not(:last-child) {
    margin-bottom: 2rem;
}

.section-text .col>.neos-contentcollection>.row>div .section-title {
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.customer-reviews .swiper-container .swiper-slide .card-container .card {
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.52157);
    border-radius: 20px;
    overflow: hidden;
    border: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: left;
}

.customer-reviews .swiper-container .swiper-slide .card-container .card .swiper-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e5efe5;
    padding: 1rem 1.5rem;
}

.customer-reviews .swiper-container .swiper-slide .card-container .card .swiper-card-header .customer-details .title {
    font-size: 1.2rem;
    margin: 0;
    font-weight: 600;
}

.customer-reviews .swiper-container .swiper-slide .card-container .card .swiper-card-header .customer-details .sub-title {
    font-weight: 300;
    font-size: 0.8rem;
    margin: 0;
}

.customer-reviews .swiper-container .swiper-slide .card-container .card .swiper-card-header .stars-continer {
    display: inherit;
}

.customer-reviews .swiper-container .swiper-slide .card-container .card .swiper-card-header .stars-continer .rating-stars {
    display: inline-block;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIGlkPSdMYXllcl8xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHg9JzAnIHk9JzAnIHZpZXdCb3g9JzAgMCAxODcuOCAzNS44JyB4bWw6c3BhY2U9J3ByZXNlcnZlJz48c3R5bGU+LnN0MGliMTR7ZmlsbDojZjhkOTIzfTwvc3R5bGU+PHBhdGggY2xhc3M9J3N0MGliMTQnIGQ9J00zMC40IDE1LjFjLS4xLS4zLS4zLS40LS42LS41bC03LjUtMS4xTDE5IDYuOGMtLjEtLjItLjQtLjQtLjYtLjQtLjMgMC0uNS4yLS42LjRsLTMuNCA2LjgtNy42IDEuMWMtLjMgMC0uNS4yLS42LjUtLjEuMyAwIC41LjIuN2w1LjUgNS4zLTEuMyA3LjVjMCAuMy4xLjUuMy43LjIuMi41LjIuNy4xbDYuNy0zLjUgNi43IDMuNWMuMi4xLjUuMS43LS4xLjItLjIuMy0uNC4zLS43bC0xLjMtNy41IDUuNC01LjNjLjMtLjIuNC0uNS4zLS44ek02OC4yIDE1LjFjLS4xLS4zLS4zLS40LS42LS41bC03LjUtMS4xLTMuNC02LjhjLS4xLS4yLS40LS40LS42LS40cy0uNS4yLS42LjRsLTMuNCA2LjgtNy42IDEuMWMtLjMgMC0uNS4yLS42LjUtLjEuMyAwIC41LjIuN2w1LjUgNS4zLTEuMyA3LjVjMCAuMy4xLjUuMy43LjIuMi41LjIuNy4xbDYuNy0zLjUgNi43IDMuNWMuMi4xLjUuMS43LS4xLjItLjIuMy0uNC4zLS43bC0xLjMtNy41IDUuNC01LjNjLjQtLjEuNS0uNC40LS43ek0xMDYgMTUuMWMtLjEtLjMtLjMtLjQtLjYtLjVsLTcuNS0xLjEtMy40LTYuOGMtLjEtLjItLjQtLjQtLjYtLjQtLjMgMC0uNS4yLS42LjRsLTMuNCA2LjgtNy42IDEuMWMtLjMgMC0uNS4yLS42LjUtLjEuMyAwIC41LjIuN2w1LjUgNS4zLTEuMyA3LjVjMCAuMy4xLjUuMy43LjIuMi41LjIuNy4xbDYuNy0zLjUgNi43IDMuNWMuMi4xLjUuMS43LS4xLjItLjIuMy0uNC4zLS43bC0xLjMtNy41IDUuNC01LjNjLjQtLjEuNS0uNC40LS43ek0xNDMuOCAxNS4xYy0uMS0uMy0uMy0uNC0uNi0uNWwtNy41LTEuMS0zLjQtNi44Yy0uMS0uMi0uNC0uNC0uNi0uNC0uMyAwLS41LjItLjYuNGwtMy40IDYuOC03LjYgMS4xYy0uMyAwLS41LjItLjYuNS0uMS4zIDAgLjUuMi43bDUuNSA1LjMtMS4zIDcuNWMwIC4zLjEuNS4zLjcuMi4yLjUuMi43LjFsNi43LTMuNSA2LjcgMy41Yy4yLjEuNS4xLjctLjEuMi0uMi4zLS40LjMtLjdsLTEuMy03LjUgNS40LTUuM2MuNC0uMS41LS40LjQtLjd6TTE4MS42IDE1LjFjLS4xLS4zLS4zLS40LS42LS41bC03LjUtMS4xLTMuNC02LjhjLS4xLS4yLS40LS40LS42LS40LS4zIDAtLjUuMi0uNi40bC0zLjQgNi44LTcuNiAxLjFjLS4zIDAtLjUuMi0uNi41LS4xLjMgMCAuNS4yLjdsNS41IDUuMy0xLjMgNy41YzAgLjMuMS41LjMuNy4yLjIuNS4yLjcuMWw2LjctMy41IDYuNyAzLjVjLjIuMS41LjEuNy0uMS4yLS4yLjMtLjQuMy0uN2wtMS4zLTcuNSA1LjQtNS4zYy40LS4xLjQtLjQuNC0uN3onLz48L3N2Zz4=);
    background-repeat: no-repeat;
    width: 145px;
    height: 28px;
}

.customer-reviews .swiper-container .swiper-slide .card-container .card .card-body {
    padding: 1rem 1.5rem;
}

.customer-reviews .swiper-container .swiper-slide .card-container .card .card-body p {
    font-weight: 300;
    font-size: 1.2rem;
    margin: 0;
}

.cplus-effect .col>.neos-contentcollection>.row>div .row>div {
    text-align: center;
}

.cplus-effect .col>.neos-contentcollection>.row>div .row>div p {
    margin: 0;
    text-transform: uppercase;
}

.cplus-effect .col>.neos-contentcollection>.row>div .row>div .neos-nodetypes-html-html {
    width: 80%;
    margin: auto auto 1rem;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.fa-angle-up:before {
    content: '\f106';
}

.fa-volume-up:before {
    content: '\f028';
}

@font-face {
    font-family: Font Awesome\5 Free;
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../Fonts/fa-solid-900.eot);
    src: url(../Fonts/fa-solid-900.eot?#iefix) format('embedded-opentype'),
        url(../Fonts/fa-solid-900.woff2) format('woff2'),
        url(../Fonts/fa-solid-900.woff) format('woff'),
        url(../Fonts/fa-solid-900.ttf) format('truetype'),
        url(../Fonts/fa-solid-900.svg#fontawesome) format('svg');
}

.fa,
.fas {
    font-weight: 900;
}

@font-face {
    font-family: Font Awesome\5 Free;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../Fonts/fa-regular-400.eot);
    src: url(../Fonts/fa-regular-400.eot?#iefix) format('embedded-opentype'),
        url(../Fonts/fa-regular-400.woff2) format('woff2'),
        url(../Fonts/fa-regular-400.woff) format('woff'),
        url(../Fonts/fa-regular-400.ttf) format('truetype'),
        url(../Fonts/fa-regular-400.svg#fontawesome) format('svg');
}

.fa,
.far,
.fas {
    font-family: Font Awesome\5 Free;
}

@media (max-width: 576px) {

    .row>* {
        padding: 0 !important;
    }}

@media (min-width: 576px) {

    .col-sm {
        flex: 1 0;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .card-group>.card {
        flex: 1 0;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }}

@media (min-width: 768px) {


    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .pt-md-3 {
        padding-top: 1.5rem !important;
    }}

@media (min-width: 992px) {


    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .pt-lg-3 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-4 {
        padding-top: 2.25rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 2.25rem !important;
    }

    .header .header-wrapper .main-menu li {
        margin: 0 27px;
    }

    .ingredients .col>.neos-contentcollection>.row>div:first-child .image {
        padding-right: 2rem;
    }}

@media (min-width: 1200px) {


    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .btn-group-lg>.btn,
    .btn-lg,
    .col-form-label-lg,
    .form-control-lg,
    .form-select-lg,
    .input-group-lg>.btn,
    .input-group-lg>.form-control,
    .input-group-lg>.form-select,
    .input-group-lg>.input-group-text {
        font-size: 1.375rem;
    }}

@media (min-width: 1400px) {


    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }}

@media (max-width: 1399.98px) {


    .service-bar .col>.neos-contentcollection>.row>div:not(:last-child) .row:before {
        right: 0;
    }

    .service-bar .col>.neos-contentcollection>.row>div .row>div:nth-child(2) {
        width: calc(100% - 90px);
    }}

@media (max-width: 991.98px) {


    .header .header-wrapper .logo {
        width: 200px;
    }

    .header .header-wrapper .main-menu li {
        margin: 0 10px;
    }

    .section-hero .row>.neos-contentcollection>.row>div:first-child .section-title .h1,
    .section-hero .row>.neos-contentcollection>.row>div:first-child .section-title h1 {
        font-size: 2.8rem;
    }

    .service-bar .col>.neos-contentcollection>.row>div:not(:last-child) .row:before {
        display: none;
    }

    .service-bar .col>.neos-contentcollection>.row>div {
        border: none;
        padding-top: 1rem;
        padding-bottom: 1rem;
        width: 100%;
    }

    .triple-action .col>.neos-contentcollection>.row:nth-child(2n)>div:nth-child(2) .neos-contentcollection,
    .triple-action .col>.neos-contentcollection>.row>div:nth-child(2) .neos-contentcollection {
        padding: 0;
    }

    .section-text .col>.neos-contentcollection>.row>div .row>div {
        width: 100%;
    }}

@media (max-width: 767.98px) {


    .header .header-wrapper .main-menu li {
        margin: 0;
    }

    .section-hero .row>.neos-contentcollection>.row>div:first-child .section-title .h1,
    .section-hero .row>.neos-contentcollection>.row>div:first-child .section-title h1 {
        font-size: 2rem;
    }

    .service-bar .col>.neos-contentcollection>.row>div .icon {
        font-size: 3rem;
        line-height: 3rem;
    }

    .triple-action .col>.neos-contentcollection>.row>div:first-child {
        width: 60%;
        margin: auto auto 2rem;
    }

    .triple-action .col>.neos-contentcollection>.row>div {
        width: 100%;
    }

    .ingredients .col>.neos-contentcollection>.row>div {
        width: 100% !important;
    } */

    .cplus-effect .col>.neos-contentcollection>.row>div {
        width: 100%;
    }

    .cplus-effect .col>.neos-contentcollection>.row>div:not(:last-child) {
        margin-bottom: 1.5rem;
    }}

@media (max-width: 575.98px) {


    .header .header-wrapper {
        padding: 1rem 0;
    }

    .header .header-wrapper .logo {
        width: 180px;
    }

    .sertimg {
        width: 98% !important;
        text-align: center;
        margin: 0px auto;
    }

    .accordion .h4,
    .accordion h4 {
        font-size: 18px !important;
    }

    .section-hero .row>.neos-contentcollection>.row>div {
        text-align: center;
    }

    .section-hero .row>.neos-contentcollection>.row>div:nth-child(2) .section-title {
        margin-left: 0;
    }

    .service-bar .col>.neos-contentcollection>.row>div {
        width: 100%;
        flex: 1 1 50%;
    }

    .service-bar .col>.neos-contentcollection>.row>div .row {
        position: relative;
    }

    .service-bar .col>.neos-contentcollection>.row>div .row>div {
        text-align: center;
    }

    .service-bar .col>.neos-contentcollection>.row>div .row>div:first-child {
        width: 100%;
    }

    .service-bar .col>.neos-contentcollection>.row>div .row>div:first-child .neos-contentcollection {
        display: inline-block;
    }

    .service-bar .col>.neos-contentcollection>.row>div .row>div:nth-child(2) {
        width: 100%;
    }

    .service-bar .col>.neos-contentcollection>.row>div .row>div:nth-child(2) .section-title>* {
        text-align: center;
    }

    .ingredients .col>.neos-contentcollection>.row>div:first-child .image {
        padding-right: 2rem;
    }

    .section-text .col>.neos-contentcollection>.row:not(:last-child) {
        margin-bottom: 0;
    }

    .customer-reviews .swiper-container .swiper-slide .card-container .card .swiper-card-header .customer-details .title {
        font-size: 1rem;
    }

    .customer-reviews .swiper-container .swiper-slide .card-container .card .swiper-card-header .stars-continer .rating-stars {
        width: 110px;
        height: 21px;
    }

    .customer-reviews .swiper-container .swiper-slide .card-container .card .card-body p {
        font-size: 1rem;
    }

    .cplus-effect .col>.neos-contentcollection>.row>div .row>div {
        width: 33.33%;
    }

    .cplus-effect .col>.neos-contentcollection>.row>div .row>div p {
        font-size: 1rem;
    }}

@media only screen and (max-width: 340px) {

    .customer-reviews .swiper-container .swiper-slide .card-container .card .swiper-card-header {
        flex-direction: column;
    }}

@media (prefers-reduced-motion: reduce) {


    .accordion-button,
    .accordion-button:after,
    .btn,
    .collapsing,
    .collapsing.collapse-horizontal,
    .fade,
    .form-floating>label,
    .nav-link,
    .navbar-toggler,
    .page-link,
    .progress-bar {
        transition: none;
    }}

.order .container {
    display: flex;
    flex-direction: column;
}

.order__form {
    display: flex;
    flex-direction: column;
    margin: 40px 0 0;
}

.order__images {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order__prod {
    width: 100%;
    max-width: 400px;
}

.order__images span {
    font-size: 44px;
}

.order__block {
    width: 100%;
    max-width: 525px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.order__payments {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.order__payments span {
    font-size: 18px;
    font-weight: 300;
    padding-left: 4px;
}

.order__payments span strong {
    font-size: 19px;
    font-weight: 700;
}

.order__payments img {
    width: 100%;
    max-width: 200px;
}

.order__offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #6f0505;
    border-radius: 6px;
    color: #fff;
    padding-bottom: 10px;
    width: 100%;
    max-width: 360px;
}

.order__offer_title {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 24px;
    background-color: #910f0b;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.order__offer_price {
    padding-top: 8px;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}

.order__offer_oldprice {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.order__btn {
    width: 100%;
    max-width: 525px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #910f0b;
    padding: 12px 30px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: 0.2s all ease-in-out;
    animation: pulse 1.8s ease-in-out infinite;
}

.order__btn:hover {
    text-decoration: underline;
    background-color: #ac1812;
}

.order__conditions {
    width: 100%;
    max-width: 475px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.order__conditions_item span {
    font-size: 18px;
}
.pay-imgs img {
    max-width: 60px;
}
}