@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Montserrat:wght@100..900&family=Rubik:wght@300..900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: normal;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
}

ol,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  background-color: transparent;
  outline: none;
  border: 0;
}

a,
input {
  text-decoration: none;
  border: none;
  outline: none;
}

a,
button {
  cursor: pointer;
}

@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/Bahnschrift/bahnschrift.eot"); /* IE 9 Compatibility Mode */
  src: url("../fonts/Bahnschrift/bahnschrift.eot?#iefix") format("embedded-opentype"), url("../fonts/Bahnschrift/bahnschrift.woff2") format("woff2"), url("../fonts/Bahnschrift/bahnschrift.woff") format("woff"), url("../fonts/Bahnschrift/bahnschrift.ttf") format("truetype"), url("../fonts/Bahnschrift/bahnschrift.svg#bahnschrift") format("svg"); /* Chrome < 4, Legacy iOS */
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner/commissioner-regular.eot"); /* IE 9 Compatibility Mode */
  src: url("../fonts/Commissioner/commissioner-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Commissioner/commissioner-regular.woff2") format("woff2"), url("../fonts/Commissioner/commissioner-regular.woff") format("woff"), url("../fonts/Commissioner/commissioner-regular.ttf") format("truetype"), url("../fonts/Commissioner/commissioner-regular.svg#commissioner-regular") format("svg"); /* Chrome < 4, Legacy iOS */
}
@font-face {
  font-family: "Discovery";
  src: url("../fonts/Discovery/discovery.otf");
}
html,
body {
  height: 100%;
}

body {
  color: #39373a;
  background: #ffffff;
  font-family: "Bahnschrift", sans-serif;
  overflow-y: scroll !important;
  padding: 0 !important;
}

a,
button {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
a:hover, a:focus, a:active,
button:hover,
button:focus,
button:active {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.wrapper-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  z-index: 9999;
  max-width: 120rem;
  margin-inline: auto;
}
.wrapper-all ::-webkit-scrollbar, body::-webkit-scrollbar {
  border-radius: 0.5rem;
  width: 0.125rem;
}
.wrapper-all ::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: #e0e0e0;
}
.wrapper-all ::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background: #ac1739;
  border-radius: 0.5rem;
}
.wrapper-all ::-webkit-scrollbar-thumb:hover, body::-webkit-scrollbar-thumb:hover {
  background: #8a122e;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  line-height: 1;
  cursor: pointer;
  text-wrap: nowrap;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  border-radius: 0;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: transparent;
  margin: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  letter-spacing: normal;
  border-radius: 2.5rem;
  height: 2.9375rem;
  padding: 0.625rem 1.5rem;
}
@media (hover: hover) {
  .btn:hover {
    border-color: transparent !important;
    -webkit-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
.btn.active, .btn:active, .btn:focus {
  border-color: transparent !important;
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn::after, .btn::before {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.btn.btn-primary {
  color: #ffffff;
  background-color: #ac1739;
}
@media (hover: hover) {
  .btn.btn-primary:hover {
    color: #ac1739 !important;
    border-color: #ac1739 !important;
    background-color: #ffffff !important;
  }
}
.btn.btn-primary:active, .btn.btn-primary:focus {
  color: #ac1739 !important;
  border-color: #ac1739 !important;
  background-color: #ffffff !important;
}
.btn.btn-outline-primary {
  color: #ac1739;
  background-color: #ffffff;
  border-color: #ac1739;
}
@media (hover: hover) {
  .btn.btn-outline-primary:hover {
    color: #ffffff !important;
    background-color: #ac1739 !important;
    border-color: #ac1739 !important;
  }
}
.btn.btn-outline-primary:active, .btn.btn-outline-primary:focus {
  color: #ffffff !important;
  background-color: #ac1739 !important;
  border-color: #ac1739 !important;
}
.btn.btn-white {
  color: #ac1739;
  background-color: #ffffff;
}
@media (hover: hover) {
  .btn.btn-white:hover {
    color: #ffffff !important;
    background-color: #ac1739 !important;
    border-color: #ffffff !important;
  }
}
.btn.btn-white:active, .btn.btn-white:focus {
  color: #ffffff !important;
  background-color: #ac1739 !important;
  border-color: #ffffff !important;
}
.btn.btn-sm {
  border-radius: 1.75rem;
  height: 1.875rem;
  padding: 0.25rem 1.5rem;
}

.text-primary {
  color: #ac1739 !important;
}

.container {
  width: 100%;
  max-width: 30rem;
  padding: 0 1rem;
}
@media screen and (min-width: 480px) {
  .container {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 40.5rem;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 58.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 68.75rem;
  }
}
@media screen and (min-width: 1700px) {
  .container {
    max-width: 79.375rem;
  }
}
@media screen and (min-width: 1700px) {
  .container--big {
    max-width: 93.75rem;
  }
}

@media screen and (max-width: 991px) {
  .d-none-lg-and-down {
    display: none !important;
  }
}

.dropdown-menu {
  background: #f5f3f3;
  border: none;
  -webkit-box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  padding-block: 0.875rem;
}
@media screen and (min-width: 1400px) {
  .dropdown-menu {
    -webkit-box-shadow: 0 1.25rem 1.25rem 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 1.25rem 1.25rem 0 rgba(0, 0, 0, 0.12);
    border-radius: 1.125rem;
    padding-block: 1.5rem;
  }
}

.dropdown-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (hover: hover) {
  .dropdown-toggle:hover::after {
    background-image: url(../image/icons/arrow-down-red.svg);
  }
}
.dropdown-toggle:active::after {
  background-image: url(../image/icons/arrow-down-red.svg);
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: none;
  width: 0.75rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #ac1739;
  background-image: url(../image/icons/arrow-down-dark.svg);
}

.dropdown-item {
  font-family: "Montserrat", sans-serif;
  line-height: 1 !important;
  font-size: 0.9375rem;
  line-height: 1.25;
  padding-block: 0.5rem;
  padding-inline: 2rem;
}
@media screen and (max-width: 991px) {
  .dropdown-item {
    font-size: 1rem;
    line-height: 1.25;
    padding-inline: 2.5rem;
  }
}
@media (hover: hover) {
  .dropdown-item:hover {
    color: #ffffff;
    background-color: #ac1739;
  }
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus {
  color: #ffffff;
  background-color: #ac1739;
}

a[data-bs-toggle=collapse],
button[data-bs-toggle=collapse] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (hover: hover) {
  a[data-bs-toggle=collapse]:hover::after,
  button[data-bs-toggle=collapse]:hover::after {
    background-image: url(../image/icons/arrow-down-red.svg);
  }
}
a[data-bs-toggle=collapse]:active::after,
button[data-bs-toggle=collapse]:active::after {
  background-image: url(../image/icons/arrow-down-red.svg);
}
a[data-bs-toggle=collapse][aria-expanded=true]::after,
button[data-bs-toggle=collapse][aria-expanded=true]::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
a[data-bs-toggle=collapse]::after,
button[data-bs-toggle=collapse]::after {
  display: inline-block;
  margin-left: 0.255rem;
  vertical-align: 0.255rem;
  content: "";
  border: none;
  width: 0.75rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #ac1739;
  background-image: url(../image/icons/arrow-down-dark.svg);
}

.social-link {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.social-link__vk {
  aspect-ratio: 1;
  width: 1.25rem;
  background-image: url(../image/icons/vk.svg);
}
@media (hover: hover) {
  .social-link__vk:hover {
    background-image: url(../image/icons/vk-dark.svg);
  }
}
.social-link__vk:active, .social-link__vk:focus {
  background-image: url(../image/icons/vk-dark.svg);
}
.social-link__telegram {
  aspect-ratio: 1;
  width: 1.25rem;
  background-image: url(../image/icons/telegram.svg);
}
@media (hover: hover) {
  .social-link__telegram:hover {
    background-image: url(../image/icons/telegram-dark.svg);
  }
}
.social-link__telegram:active, .social-link__telegram:focus {
  background-image: url(../image/icons/telegram-dark.svg);
}

.section-title {
  margin: 0;
  text-transform: uppercase;
  font-family: "Discovery", serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 992px) {
  .section-title {
    font-size: 1.875rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1700px) {
  .section-title {
    font-size: 2rem;
    line-height: 1.25;
  }
}

.offcanvas {
  border: none !important;
  padding: 0.75rem 1rem;
}
.offcanvas .btn-close {
  position: absolute;
  display: block;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  z-index: 10;
}

.swiper .swiper-button-next.swiper-button-disabled,
.swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  position: absolute;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 0;
  padding: 0;
  height: auto;
  aspect-ratio: 1;
  width: 2rem;
}
@media screen and (min-width: 992px) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    width: 2.5rem;
  }
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.swiper .swiper-button-next {
  right: 0.5rem;
}
@media screen and (min-width: 992px) {
  .swiper .swiper-button-next {
    right: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .swiper .swiper-button-next {
    right: 2rem;
  }
}
.swiper .swiper-button-next::after {
  background-image: url("../image/icons/arrow-right.svg");
}
.swiper .swiper-button-prev {
  left: 0.5rem;
}
@media screen and (min-width: 992px) {
  .swiper .swiper-button-prev {
    left: 1rem;
  }
}
.swiper .swiper-button-prev::after {
  background-image: url("../image/icons/arrow-left.svg");
}
.swiper .swiper-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper .swiper-pagination {
  position: absolute;
  width: 100%;
  left: auto;
  right: auto;
  margin: 0 auto;
  top: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .swiper .swiper-pagination {
    bottom: 1.5rem;
  }
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0.625rem;
  background: #ffffff;
  opacity: 1;
  height: auto;
  aspect-ratio: 1;
  width: 0.5rem;
}
@media screen and (min-width: 1400px) {
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.75rem;
  }
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #69b32d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 992px) {
  .pagination {
    gap: 1.25rem;
  }
}
.pagination .page-item.active .page-link {
  border-color: #ffffff;
  color: #ffffff;
  background: #ac1739;
}
.pagination .page-item.disabled .page-link {
  background-color: #fff;
}
.pagination .page-item .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  border-radius: 0.375rem;
  padding: 0.25rem;
  font-weight: 400;
  border-color: #dfdfdf;
  background-color: #fff;
  color: #828282;
  height: 1.75rem;
  width: 1.75rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .pagination .page-item .page-link {
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .pagination .page-item .page-link {
    border-radius: 0.5rem;
    height: 2.5rem;
    width: 2.5rem;
  }
}
.pagination .page-item .page-link--prev, .pagination .page-item .page-link--next {
  height: auto;
  width: auto;
  border: none;
  background: none;
}
.pagination .page-item .page-link--next::after {
  content: url(../image/icons/arrow-right-grey.svg);
}
@media screen and (min-width: 768px) {
  .pagination .page-item .page-link--next::after {
    content: "След.";
  }
}
.pagination .page-item .page-link--prev::after {
  content: url(../image/icons/arrow-left-grey.svg);
}
@media screen and (min-width: 768px) {
  .pagination .page-item .page-link--prev::after {
    content: "Пред.";
  }
}

.breadcrumb-block {
  position: relative;
  z-index: 2;
  margin-block: 1.5rem;
  margin-inline: 1rem;
  border-radius: 10.5625rem;
  background-repeat: no-repeat;
  background-size: 16.5% auto;
  background-image: url(../image/breadcrumbs/bg-logo.png);
  background-color: #ac1739;
  padding: 0.75rem 0;
  background-position: 88% center;
}
@media screen and (min-width: 768px) {
  .breadcrumb-block {
    background-position: 88% -0.75rem;
    padding: 1.5rem 0;
    margin-inline: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumb-block {
    max-width: 97%;
    margin-block: 2.25rem;
    padding: 3.125rem 0 3.125rem;
  }
}
@media screen and (min-width: 1920px) {
  .breadcrumb-block {
    max-width: 87.5%;
  }
}
.breadcrumb-block::after {
  position: absolute;
  content: "";
  top: -1.5rem;
  right: 28%;
  aspect-ratio: 0.67;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/breadcrumbs/sheet.png);
  width: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .breadcrumb-block::after {
    width: 3.5rem;
  }
}

.breadcrumb {
  position: relative;
  z-index: 2;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  gap: 0.75rem;
}
.breadcrumb .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  white-space: nowrap;
  font-family: "Discovery", serif;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.25;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .breadcrumb .breadcrumb-item {
    font-size: 1rem;
    line-height: 1.25;
  }
}
.breadcrumb .breadcrumb-item.active {
  font-family: "Discovery", serif;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.25;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .breadcrumb .breadcrumb-item.active {
    font-size: 1rem;
    line-height: 1.25;
  }
}
.breadcrumb .breadcrumb-item a {
  font-family: "Discovery", serif;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.25;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 1rem;
    line-height: 1.25;
  }
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Discovery", serif;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.25;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  float: left;
  content: var(--bs-breadcrumb-divider, "|");
}
@media screen and (min-width: 1200px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.form-control {
  background: #fff;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: #39373a;
  border-radius: 1.875rem;
  padding-inline: 1rem;
  font-size: 0.9375rem;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .form-control {
    font-size: 1rem;
    line-height: 1.25;
    padding-inline: 1.5rem;
  }
}
@media (hover: hover) {
  .form-control:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #39373a;
  }
}
.form-control:active, .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #39373a;
}
.form-control::-webkit-input-placeholder {
  color: #d9d9d9;
}
.form-control::-moz-placeholder {
  color: #d9d9d9;
}
.form-control:-ms-input-placeholder {
  color: #d9d9d9;
}
.form-control::-ms-input-placeholder {
  color: #d9d9d9;
}
.form-control::placeholder {
  color: #d9d9d9;
}

.form-check {
  margin: 0;
  padding-left: 1.75rem;
}
.form-check .form-check-input {
  cursor: pointer;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.1rem;
  margin-left: -1.75rem;
  background-position: center center;
  background-size: 80% auto;
  background-image: none;
}
.form-check .form-check-input:checked {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNS44MjEzNkw0LjU3MTQzIDguNjc4NUwxMSAxLjUzNTY0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgoK");
  background-color: #ac1739;
  border-color: #ac1739;
}
.form-check .form-check-input:focus {
  border-color: #ac1739;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(172, 23, 58, 0.3);
          box-shadow: 0 0 0 0.25rem rgba(172, 23, 58, 0.3);
}

.form-check-label {
  cursor: pointer;
  font-family: "Bahnschrift", sans-serif;
  color: #828282;
  font-size: 0.9375rem;
  line-height: 1.25;
}

.header {
  padding-block: 0.75rem;
}
@media screen and (min-width: 992px) {
  .header {
    padding-block: 1.25rem;
  }
}
@media screen and (min-width: 1700px) {
  .header {
    padding-block: 1.875rem;
  }
}
.header__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.header__toggle {
  position: absolute;
  right: 0;
}
.header__logo {
  display: block;
  width: 3.75rem;
}
@media screen and (min-width: 992px) {
  .header__logo {
    width: 5.375rem;
  }
}
.header__logo img {
  display: block;
  width: 100%;
}
.header__nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .header__nav_list {
    gap: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1700px) {
  .header__nav_list {
    gap: 3.75rem;
  }
}
.header__nav_item {
  position: relative;
}
.header__nav_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #39373a;
  text-transform: capitalize;
  font-family: "Discovery", serif;
  padding: 0.375rem 0;
  border-bottom: 0.0625rem solid transparent;
}
@media screen and (min-width: 992px) {
  .header__nav_link {
    padding: 0.25rem 0;
  }
}
@media screen and (min-width: 1700px) {
  .header__nav_link {
    padding: 0.25rem 0;
  }
}
@media (hover: hover) {
  .header__nav_link:hover {
    color: #ac1739;
    border-bottom: 0.0625rem solid #ac1739;
  }
}
.header__nav_link:active, .header__nav_link:focus {
  color: #ac1739;
  border-bottom: 0.0625rem solid #ac1739;
}
.header__nav_collapse {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}
.header__nav_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5f3f3;
  border: none;
  -webkit-box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  padding-block: 0.875rem;
}
@media screen and (min-width: 1400px) {
  .header__nav_card {
    -webkit-box-shadow: 0 1.25rem 1.25rem 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 1.25rem 1.25rem 0 rgba(0, 0, 0, 0.12);
    border-radius: 1.125rem;
    padding-block: 1.5rem;
  }
}
.header__nav_card .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 991px) {
  .header__nav_card .nav-pills {
    border-bottom: 0.0625rem solid #dfdfdf;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .header__nav_card .nav-pills {
    padding-right: 1rem;
    border-right: 0.0625rem solid #dfdfdf;
  }
}
@media screen and (min-width: 1400px) {
  .header__nav_card .nav-pills {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .header__nav_card .tab-content {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .header__nav_card .tab-content {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .header__nav_card .tab-content {
    padding-left: 2rem;
  }
}
.header__nav_card .tab-content .nav-link {
  padding-inline: 0.5rem;
}
@media screen and (min-width: 992px) {
  .header__nav_card .tab-content .nav-link {
    padding-left: 0.5rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav_card .tab-content .nav-link {
    padding-right: 2.5rem;
  }
}
.header__nav_card .nav-link {
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  line-height: 1 !important;
  font-size: 0.9375rem;
  line-height: 1.25;
  color: #39373a;
  text-align: left;
  padding-block: 0.5rem;
  padding-inline: 0.5rem;
}
@media screen and (min-width: 992px) {
  .header__nav_card .nav-link {
    padding-inline: 2rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav_card .nav-link {
    font-size: 1rem;
    line-height: 1.25;
    padding-inline: 2.5rem;
  }
}
@media (hover: hover) {
  .header__nav_card .nav-link:hover {
    color: #ffffff;
    background-color: #ac1739;
  }
}
.header__nav_card .nav-link.active, .header__nav_card .nav-link:active, .header__nav_card .nav-link:focus {
  color: #ffffff;
  background-color: #ac1739;
}
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 991px) {
  .header__info {
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .header__info {
    gap: 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .header__info {
    gap: 3.75rem;
  }
}
.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .header__socials {
    gap: 0.5rem;
  }
}
.header__actions_phones {
  background: #ac1739;
  border-radius: 2.5rem;
  padding: 0.5rem 2.125rem;
}
@media screen and (max-width: 767px) {
  .header__actions_phones {
    padding: 0.5rem 1rem;
  }
}
.header__actions_phones a {
  white-space: nowrap;
  display: block;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .header__actions_phones a {
    font-size: 0.75rem;
    line-height: 1.25;
  }
}
@media (hover: hover) {
  .header__actions_phones a:hover {
    color: #39373a;
  }
}
.header__actions_phones a:active, .header__actions_phones a:focus {
  color: #39373a;
}

.offcanvas.offcanvas-mobile-menu {
  padding-top: 0;
}
.offcanvas.offcanvas-mobile-menu .header__logo {
  margin-bottom: 1rem;
}
.offcanvas.offcanvas-mobile-menu .header__nav {
  margin-bottom: 1.5rem;
}
.offcanvas.offcanvas-mobile-menu .header__nav_collapse {
  width: 100%;
}
.offcanvas.offcanvas-mobile-menu .header__nav_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.offcanvas.offcanvas-mobile-menu .header__nav_card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.offcanvas.offcanvas-mobile-menu .header__nav_card .nav-pills {
  border: none;
  padding: 0;
  border-bottom: 0.0625rem solid #dfdfdf;
  padding-bottom: 1rem;
}
.offcanvas.offcanvas-mobile-menu .header__nav_card .tab-content {
  border: none;
  padding: 0;
  padding-top: 1rem;
}
.offcanvas.offcanvas-mobile-menu .header__nav_card .nav-link {
  padding-inline: 0.5rem;
}
.offcanvas.offcanvas-mobile-menu .header__nav_link {
  width: 100%;
}
.offcanvas.offcanvas-mobile-menu .header__info {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.offcanvas.offcanvas-mobile-menu .header__info .social-link {
  width: 2rem;
}
.offcanvas.offcanvas-mobile-menu .header__actions_phones {
  padding: 0.75rem 1.5rem;
}
.offcanvas.offcanvas-mobile-menu .header__actions_phones a {
  font-size: 1rem;
  line-height: 1.25;
}

.footer {
  background: #ac1739;
  border-radius: 2.5rem 2.5rem 0 0;
  padding-top: 1.875rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 992px) {
  .footer {
    border-radius: 6.25rem 6.25rem 0 0;
  }
}
@media screen and (min-width: 1700px) {
  .footer {
    border-radius: 10.625rem 10.625rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .footer__logo {
    padding-top: 0.625rem;
  }
}
.footer__logo img {
  display: block;
  width: 100%;
  max-width: 7rem;
}
@media screen and (min-width: 1200px) {
  .footer__logo img {
    max-width: 9.5rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav {
    padding-top: 1.25rem;
  }
}
.footer__nav_list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .footer__nav_list {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1700px) {
  .footer__nav_list {
    margin-bottom: 3.125rem;
  }
}
.footer__nav_link {
  font-family: "Discovery", serif;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
  font-size: 0.9375rem;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .footer__nav_link {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media (hover: hover) {
  .footer__nav_link:hover {
    text-decoration: underline;
  }
}
.footer__nav_link:active, .footer__nav_link:focus {
  text-decoration: underline;
}
.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.375rem;
  margin: 0;
  color: #fff;
  font-family: "Discovery", serif;
  font-size: 0.9375rem;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .footer__address {
    font-size: 1rem;
    line-height: 1.25;
  }
}
.footer__phone {
  display: block;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .footer__phone {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer__phone {
    font-size: 1.75rem;
  }
}
.footer__phone:last-of-type {
  margin-bottom: 0.75rem;
}
@media (hover: hover) {
  .footer__phone:hover {
    opacity: 0.5;
  }
}
.footer__phone:active, .footer__phone:focus {
  opacity: 0.5;
}
.footer__btn-call {
  height: 2.75rem;
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .footer__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__info_copyright {
  margin: 0;
  font-weight: 400;
  color: #fff;
  font-family: "Rubik", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.9375rem;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .footer__info_copyright {
    font-size: 1rem;
    line-height: 1.25;
  }
}
.footer__info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__info_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .footer__info_links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .footer__info_links {
    gap: 1.5rem;
  }
}
.footer__info_link {
  font-family: "Rubik", sans-serif;
  color: #fff;
  text-decoration: underline;
  font-size: 0.9375rem;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .footer__info_link {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media (hover: hover) {
  .footer__info_link:hover {
    text-decoration: none;
  }
}
.footer__info_link:active, .footer__info_link:focus {
  text-decoration: none;
}

@media screen and (min-width: 1700px) {
  .slider-banner .container {
    max-width: 105rem;
  }
}
.slider-banner__content {
  position: relative;
  overflow: hidden;
  padding-top: 3.375rem;
  padding-bottom: 5.875rem;
}
.slider-banner__content .swiper {
  overflow: visible;
}
.slider-banner__card {
  background-repeat: no-repeat;
  /*background-image: url(../image/slider-banner/bg.png);*/
  /*background-color: #ac1739;*/
  background-size: 7.5rem auto;
  background-position: 100% -0.625rem;
  border-radius: 1.5rem;
  color: #ffffff;
  padding-top: 8.4375rem;
  padding-bottom: 5rem;
  padding-inline: 3.125rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .slider-banner__card {
    padding-top: 4.0625rem;
    padding-bottom: 3.125rem;
    padding-inline: 5rem;
    background-position: 85% -0.625rem;
    background-size: 12.5rem auto;
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .slider-banner__card {
    padding-inline: 6.25rem;
    background-size: 17.5rem auto;
  }
}
@media screen and (min-width: 1200px) {
  .slider-banner__card {
    padding-top: 4.6875rem;
    padding-bottom: 3.125rem;
    padding-inline: 8.75rem;
  }
}
@media screen and (min-width: 1700px) {
  .slider-banner__card {
    padding-top: 7.1875rem;
    padding-bottom: 5.625rem;
    padding-inline: 18.75rem;
    min-height: 400px;
  }
}
.slider-banner__card_content {
  max-width: 13.875rem;
}
@media screen and (min-width: 992px) {
  .slider-banner__card_content {
    max-width: 22.75rem;
  }
}
.slider-banner__card_text {
  position: relative;
  z-index: 2;
}
.slider-banner__card_image {
  position: absolute;
  display: block;
  width: 100%;
  top: -3.375rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .slider-banner__card_image {
    width: 90%;
    max-width: 20rem;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .slider-banner__card_image {
    right: 1.25rem;
    max-width: 53%;
    top: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .slider-banner__card_image {
    top: 1.25rem;
    right: 2.5rem;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .slider-banner__card_image {
    top: -1.5rem;
    right: 3rem;
    max-width: 55%;
  }
}
@media screen and (min-width: 1700px) {
  .slider-banner__card_image {
    top: -3rem;
    right: 4.0625rem;
    max-width: 50%;
  }
}
.slider-banner__card_company-name {
  font-weight: 350;
  margin-bottom: 1rem;
  font-size: 0.9375rem;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .slider-banner__card_company-name {
    font-size: 1.125rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1700px) {
  .slider-banner__card_company-name {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
.slider-banner__card_title {
  font-family: "Discovery", serif;
  text-transform: uppercase;
  line-height: 1.1 !important;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .slider-banner__card_title {
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1700px) {
  .slider-banner__card_title {
    font-size: 2.25rem;
    line-height: 1.25;
  }
}
.slider-banner__card .row {
  height: 100%;
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}
@media screen and (max-width: 767px) {
  .slider-banner__card .row {
    --bs-gutter-y: 1.5rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .slider-banner__card .row {
    --bs-gutter-x: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about-company {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
  .about-company {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1700px) {
  .about-company {
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .about-company .container {
    max-width: 105rem;
  }
}
.about-company__content {
  position: relative;
  background-repeat: no-repeat;
  background-position: -1rem bottom;
  background-size: 60% auto;
  background-image: url(../image/about-company/logo.png);
  background-color: #f9f9f9;
  margin-top: -15.625rem;
  padding-top: 11.875rem;
  padding-bottom: 11.25rem;
  padding-inline: 8%;
  border-radius: 0 0 1.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .about-company__content {
    background-position: -2rem bottom;
    background-size: 28% auto;
    border-radius: 0 0 5rem 5rem;
  }
}
@media screen and (min-width: 992px) {
  .about-company__content {
    padding-bottom: 3.125rem;
    padding-left: 35%;
    padding-right: 8%;
    border-radius: 0 0 6.25rem 6.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .about-company__content {
    padding-left: 35%;
    padding-right: 6%;
    border-radius: 0 0 12.5rem 12.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .about-company__content {
    padding-left: 37%;
    padding-right: 12%;
    padding-top: 15.625rem;
    border-radius: 0 0 16.9375rem 16.9375rem;
  }
}
.about-company__image {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  max-width: 18.75rem;
  bottom: -1.5rem;
}
@media screen and (min-width: 992px) {
  .about-company__image {
    max-width: 37%;
    bottom: -1.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .about-company__image {
    max-width: 37%;
    bottom: -3.375rem;
  }
}
.about-company__title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .about-company__title {
    margin-bottom: 1.5rem;
  }
}
.about-company__text {
  font-weight: 350;
  font-size: 0.9375rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .about-company__text {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 992px) {
  .about-company__text {
    font-size: 1.125rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1700px) {
  .about-company__text {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

.brands {
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 992px) {
  .brands {
    margin-bottom: 5.75rem;
  }
}
@media screen and (min-width: 1700px) {
  .brands {
    margin-bottom: 8.25rem;
  }
}
.brands__content {
  margin-inline: auto;
  max-width: 53rem;
}
.brands__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .brands__list {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .brands__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.brands__list_item {
  width: 100%;
}
.brands__list_item:nth-child(1) {
  padding-inline: 0.9375rem;
  max-width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .brands__list_item:nth-child(1) {
    max-width: 9.375rem;
    padding-inline: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .brands__list_item:nth-child(1) {
    max-width: 9.375rem;
  }
}
@media screen and (min-width: 992px) {
  .brands__list_item:nth-child(1) {
    max-width: 15.625rem;
    padding-inline: 3.125rem;
  }
}
.brands__list_item:nth-child(2) {
  max-width: 6.875rem;
}
@media screen and (min-width: 768px) {
  .brands__list_item:nth-child(2) {
    max-width: 10.625rem;
  }
}
@media screen and (min-width: 768px) {
  .brands__list_item:nth-child(2) {
    max-width: 9.375rem;
  }
}
@media screen and (min-width: 992px) {
  .brands__list_item:nth-child(2) {
    max-width: 15.625rem;
    padding-inline: 1.25rem;
  }
}
.brands__list_item:nth-child(3) {
  max-width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .brands__list_item:nth-child(3) {
    max-width: 9.375rem;
  }
}
@media screen and (min-width: 992px) {
  .brands__list_item:nth-child(3) {
    max-width: 15.625rem;
  }
}
.brands__list_item img {
  display: block;
  width: 100%;
}

.advantages {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
  .advantages {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1700px) {
  .advantages {
    margin-bottom: 7.5rem;
  }
}
.advantages__title {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .advantages__title {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 1700px) {
  .advantages__title {
    margin-bottom: 5.625rem;
  }
}
.advantages__content {
  max-width: 56.875rem;
  margin-inline: auto;
}
.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .advantages__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .advantages__list {
    gap: 1.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.advantages__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15rem;
}
.advantages__card_image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 6rem;
  width: 6rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .advantages__card_image-wrap {
    margin-bottom: 1.875rem;
  }
}
.advantages__card_image-wrap img {
  display: block;
  width: 100%;
}
.advantages__card_title {
  text-transform: uppercase;
  text-align: center;
  font-family: "Discovery", serif;
}
.advantages__card_desc {
  margin: 0;
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25;
  text-align: center;
}

.products__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .products__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .products__header {
    margin-bottom: 2.5rem;
  }
}
.products__current-category_title {
  margin: 0;
  font-weight: 400;
  color: #646363;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .products__current-category_title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.products__sort {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .products__sort {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.products__sort_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  .products__sort_btn {
    height: 2rem;
    font-size: 0.9375rem;
    line-height: 1.25;
  }
}
@media (hover: hover) {
  .products__sort_btn.dropdown-toggle:hover::after {
    background-image: url(../image/icons/sort-red.svg);
  }
}
.products__sort_btn.dropdown-toggle:active::after {
  background-image: url(../image/icons/sort-red.svg);
}
.products__sort_btn.dropdown-toggle::after {
  width: 1.5rem;
  background-image: url(../image/icons/sort.svg);
}
.products__list {
  display: grid;
}
.products .pagination-block {
  padding-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .products .pagination-block {
    padding-top: 5.5rem;
  }
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.product-card__header {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .product-card__header {
    margin-bottom: 1.25rem;
  }
}
.product-card__body {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 992px) {
  .product-card__body {
    margin-bottom: 0.75rem;
  }
}
.product-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}
.product-card__image-wrap {
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.625rem;
  display: block;
  width: 100%;
  aspect-ratio: 1.03;
}
.product-card__image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.product-card__title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.25;
}
@media screen and (min-width: 576px) {
  .product-card__title {
    font-size: 0.875rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 768px) {
  .product-card__title {
    font-size: 1.125rem;
    line-height: 1.25;
  }
}
.product-card__category {
  text-transform: lowercase;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .product-card__category {
    font-size: 0.875rem;
  }
}
.product-card__weight {
  color: #757575;
  text-transform: lowercase;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .product-card__weight {
    font-size: 0.75rem;
  }
}
.product-card__button {
  width: 9.625rem;
}
@media screen and (max-width: 767px) {
  .product-card__button {
    width: 80%;
    height: auto;
    font-size: 0.8125rem;
    padding: 0.5rem 0.75rem;
  }
}

.product-detail-page .products {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1200px) {
  .product-detail-page .products {
    margin-bottom: 3.875rem;
  }
}
.product-detail-page .products .products__list {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .product-detail-page .products .products__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .product-detail-page .products .products__list {
    gap: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .product-detail-page .products .products__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  .product-detail-page .products .products__list {
    gap: 2.5rem;
  }
}
.product-detail-page .section-title {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .product-detail-page .section-title {
    margin-bottom: 2rem;
  }
}

.product-detail {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 1200px) {
  .product-detail {
    margin-bottom: 7.5rem;
  }
}
.product-detail-slider__top {
  margin-bottom: 1rem;
}
.product-detail-slider__top_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  height: 100%;
}
.product-detail-slider__top_image {
  display: block;
  max-width: 100%;
  height: 100%;
  max-height: 24rem;
}
.product-detail-slider__thumbs {
  z-index: 2;
}
.product-detail-slider__thumbs_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  overflow: hidden;
  border: 0.0625rem solid #ac1739;
  border-radius: 0.625rem;
  height: 100%;
}
.swiper-slide{
  height: auto;
}
.swiper-wrapper{
  align-items: stretch;
}
.product-detail-slider__thumbs .swiper-slide-thumb-active .product-detail-slider__thumbs_card {
  border-color: #ac1739;
}
.product-detail-slider__thumbs_image {
  display: block;
  width: 100%;
}

.product-detail-info__header {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .product-detail-info__header {
    margin-bottom: 2rem;
  }
}
.product-detail-info__body {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  .product-detail-info__body {
    margin-bottom: 3.125rem;
  }
}
.product-detail-info__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.25;
}
.product-detail-info__clarification {
  margin: 0;
  text-transform: lowercase;
  font-size: 0.75rem;
  line-height: 1.25;
}
.product-detail-info__specifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .product-detail-info__specifications {
    gap: 2.5rem;
  }
}
.product-detail-info__specifications_title {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .product-detail-info__specifications_title {
    margin-bottom: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.25;
  }
}
.product-detail-info__specifications_category-gost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .product-detail-info__specifications_category-gost {
    font-size: 0.875rem;
    line-height: 1.25;
  }
}
.product-detail-info__storage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
@media screen and (min-width: 1200px) {
  .product-detail-info__storage {
    gap: 1.5rem;
  }
}
.product-detail-info__storage-temp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.product-detail-info__storage-temp_icon {
  max-width: 0.875rem;
}
.product-detail-info__storage-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.product-detail-info__storage-type_icon {
  max-width: 2.125rem;
}
.product-detail-info__storage-type_value {
  font-weight: 350;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
}
.product-detail-info__storage-shelf-life {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.product-detail-info__storage-shelf-life_icon {
  max-width: 2.125rem;
}
.product-detail-info__storage-shelf-life_value {
  line-height: 1;
  font-weight: 350;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
}
.product-detail-info__storage-shelf-life_value .number {
  line-height: 0.8;
  font-weight: 700;
  font-size: 1.6875rem;
}
.product-detail-info__package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
@media screen and (min-width: 1200px) {
  .product-detail-info__package {
    gap: 1.5rem;
  }
}
.product-detail-info__package-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  max-width: 10rem;
}
.product-detail-info__package-type_icon {
  max-width: 3.4375rem;
}
.product-detail-info__package-type_value {
  font-weight: 350;
  font-size: 0.875rem;
  line-height: 1.25;
}
.product-detail-info__package-weight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  max-width: 10rem;
}
.product-detail-info__package-weight_icon {
  max-width: 1.75rem;
}
.product-detail-info__package-weight_value {
  line-height: 1;
  font-weight: 350;
  font-size: 0.875rem;
  line-height: 1.25;
  text-transform: lowercase;
  text-align: center;
}
.product-detail-info__package-weight_value .number {
  font-weight: 700;
  font-size: 1.375rem;
}
.product-detail-info__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  font-weight: 350;
  font-size: 0.9375rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .product-detail-info__footer {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 992px) {
  .product-detail-info__footer {
    gap: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
.product-detail-info__footer_title {
  color: #ac1739;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.product-detail-info__footer_description {
  margin: 0;
}
.product-detail-info__footer_description:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 992px) {
  .product-detail-info__footer_description:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}

.features-working {
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 992px) {
  .features-working {
    margin-bottom: 5.25rem;
  }
}
@media screen and (min-width: 1700px) {
  .features-working {
    margin-bottom: 7.1875rem;
  }
}
.features-working__title {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .features-working__title {
    margin-bottom: 3.375rem;
  }
}
@media screen and (min-width: 1700px) {
  .features-working__title {
    margin-bottom: 5.25rem;
  }
}
.features-working__list {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .features-working__list {
    gap: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .features-working__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1700px) {
  .features-working__list {
    gap: 2.5rem;
  }
}
.features-working__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background: #f9f9f9;
  border-radius: 0.625rem;
  text-align: center;
  padding: 0.75rem 0.5rem;
}
@media screen and (min-width: 1200px) {
  .features-working__card {
    padding: 1.625rem 1.125rem;
  }
}
.features-working__card_image-wrap {
  margin-bottom: 0.5rem;
  overflow: hidden;
  aspect-ratio: 1.15;
  border-radius: 0.75rem;
}
@media screen and (min-width: 992px) {
  .features-working__card_image-wrap {
    border-radius: 2.25rem;
    margin-bottom: 1.25rem;
  }
}
.features-working__card_image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.features-working__card_title {
  font-weight: 400;
  font-family: "Discovery", serif;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .features-working__card_title {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 992px) {
  .features-working__card_title {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 0.75rem;
  }
}
.features-working__card_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-inline: auto;
  width: 72%;
}

.branded-stores {
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 992px) {
  .branded-stores {
    margin-bottom: 7.25rem;
  }
}
@media screen and (min-width: 1700px) {
  .branded-stores {
    margin-bottom: 9.1875rem;
  }
}
.branded-stores__title {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .branded-stores__title {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1700px) {
  .branded-stores__title {
    margin-bottom: 6.5rem;
  }
}
.branded-stores__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .branded-stores__list {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .branded-stores__list {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .branded-stores__list {
    gap: 4.625rem;
  }
}
.branded-stores__list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.branded-stores__image-wrap {
  border-radius: 3.125rem 3.125rem 3.125rem 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .branded-stores__image-wrap {
    border-radius: 5rem 5rem 5rem 0;
  }
}
.branded-stores__image-wrap img {
  display: block;
  width: 100%;
}
.branded-stores__card_desc {
  font-weight: 350;
  color: #39373a;
  font-size: 0.9375rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .branded-stores__card_desc {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .branded-stores__card_desc {
    margin-bottom: 3rem;
  }
}
.branded-stores__card_title {
  font-family: "Discovery", serif;
  font-weight: 400;
  color: #ac1739;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 992px) {
  .branded-stores__card_title {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1700px) {
  .branded-stores__card_title {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.branded-stores__card_caption {
  font-weight: 350;
  font-size: 0.875rem;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 992px) {
  .branded-stores__card_caption {
    font-size: 0.9375rem;
    line-height: 1.25;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1700px) {
  .branded-stores__card_caption {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 1.75rem;
  }
}
.branded-stores__card_caption span {
  text-transform: uppercase;
}
.branded-stores__card_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 12.5rem;
}
@media screen and (min-width: 992px) {
  .branded-stores__card_btn {
    height: 3rem;
  }
}
@media screen and (min-width: 1700px) {
  .branded-stores__card_btn {
    height: 3.75rem;
  }
}

.accordion-outside .accordion {
  overflow: hidden;
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0.625rem 3.75rem 0 rgba(38, 45, 118, 0.08);
          box-shadow: 0 0.625rem 3.75rem 0 rgba(38, 45, 118, 0.08);
}
.accordion-outside .accordion .accordion-item {
  border: none;
}
.accordion-outside .accordion .accordion-item:not(:first-of-type) {
  border-top: 0.0625rem solid #dfdfdf;
}
.accordion-outside .accordion .accordion-header {
  margin: 0;
}
.accordion-outside .accordion .accordion-button {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.25rem 0.75rem 3.4375rem;
  font-family: "Discovery", serif;
  font-weight: 400;
  color: #ac1739;
  font-size: 1.25rem;
  line-height: 1.25;
}
.accordion-outside .accordion .accordion-button:hover, .accordion-outside .accordion .accordion-button:active, .accordion-outside .accordion .accordion-button:focus {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .accordion-outside .accordion .accordion-button {
    font-size: 1.5rem;
    line-height: 1.25;
    padding: 1.25rem 2rem 1.25rem 4.75rem;
  }
}
@media screen and (min-width: 1400px) {
  .accordion-outside .accordion .accordion-button {
    font-size: 1.875rem;
    line-height: 1.25;
    padding: 1.75rem 2.5rem 1.75rem 6.5625rem;
  }
}
.accordion-outside .accordion .accordion-button::after {
  content: "";
  position: absolute;
  background: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 0;
  bottom: 0;
  top: 0;
  right: auto;
  margin-block: auto;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../image/icons/plus.svg);
  left: 1.25rem;
}
@media screen and (min-width: 992px) {
  .accordion-outside .accordion .accordion-button::after {
    left: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .accordion-outside .accordion .accordion-button::after {
    left: 2.875rem;
  }
}
.accordion-outside .accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
}
.accordion-outside .accordion .accordion-button:not(.collapsed):hover, .accordion-outside .accordion .accordion-button:not(.collapsed):active, .accordion-outside .accordion .accordion-button:not(.collapsed):focus {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
.accordion-outside .accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../image/icons/minus.svg);
}
.accordion-outside .accordion .accordion-body {
  font-family: "Montserrat", sans-serif;
  padding: 0 1.25rem 0.75rem;
  font-weight: 500;
  opacity: 0.8;
  color: #848383;
  font-size: 0.9375rem;
  line-height: 1.25;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .accordion-outside .accordion .accordion-body {
    padding-right: 2rem;
    padding-left: 4.75rem;
    font-size: 1rem;
    line-height: 1.25;
    padding-top: 0.875rem;
    padding-bottom: 2.625rem;
  }
}
@media screen and (min-width: 1400px) {
  .accordion-outside .accordion .accordion-body {
    font-size: 1.125rem;
    line-height: 1.25;
    padding-right: 2.5rem;
    padding-left: 6.5625rem;
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
}
.accordion-outside .accordion .accordion-body ul,
.accordion-outside .accordion .accordion-body ul li {
  list-style: disc;
}
.accordion-outside .accordion .accordion-body ol,
.accordion-outside .accordion .accordion-body ol li {
  list-style: decimal;
}
.accordion-outside .accordion .accordion-body ul,
.accordion-outside .accordion .accordion-body ol {
  padding-left: 1rem;
}
@media screen and (min-width: 992px) {
  .accordion-outside .accordion .accordion-body ul,
  .accordion-outside .accordion .accordion-body ol {
    padding-left: 1.25rem;
  }
}
.accordion-outside .accordion .accordion-body p,
.accordion-outside .accordion .accordion-body ul {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 1200px) {
  .accordion-outside .accordion .accordion-body p,
  .accordion-outside .accordion .accordion-body ul {
    margin-bottom: 1rem;
  }
}
.accordion-outside .accordion .accordion-body p:last-of-type,
.accordion-outside .accordion .accordion-body ul:last-of-type {
  margin-bottom: 0;
}

.accordion-contained .accordion {
  overflow: hidden;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-contained .accordion .accordion-item {
  border: none;
}
.accordion-contained .accordion .accordion-item:not(:first-of-type) {
  border-top: 0.0625rem solid #dfdfdf;
}
.accordion-contained .accordion .accordion-header {
  margin: 0;
}
.accordion-contained .accordion .accordion-button {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
  font-size: 1.125rem;
  line-height: 1.25;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 2.5rem !important;
  border: 1px solid transparent;
  background-color: #ac1739;
  color: #ffffff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.accordion-contained .accordion .accordion-button:hover, .accordion-contained .accordion .accordion-button:active, .accordion-contained .accordion .accordion-button:focus {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
@media (hover: hover) {
  .accordion-contained .accordion .accordion-button:hover {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-color: #ac1739;
    background-color: #ffffff;
    color: #ac1739;
  }
  .accordion-contained .accordion .accordion-button:hover::after {
    background-image: url(../image/icons/arrow-down-red.svg);
  }
}
.accordion-contained .accordion .accordion-button:active, .accordion-contained .accordion .accordion-button:focus {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-color: #ac1739;
  background-color: #ffffff;
  color: #ac1739;
}
.accordion-contained .accordion .accordion-button:active::after, .accordion-contained .accordion .accordion-button:focus::after {
  background-image: url(../image/icons/arrow-down-red.svg);
}
.accordion-contained .accordion .accordion-button::after {
  background-image: url(../image/icons/arrow-down-white.svg);
}
.accordion-contained .accordion .accordion-body {
  font-weight: 350;
  font-size: 1rem;
  line-height: 1.25;
  padding: 0;
  margin: 1rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .accordion-contained .accordion .accordion-body {
    font-size: 1.125rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 992px) {
  .accordion-contained .accordion .accordion-body {
    max-height: 18.75rem;
    overflow-y: auto;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-contained .accordion .accordion-body {
    font-size: 1.25rem;
    line-height: 1.25;
    margin: 1.25rem 1.5rem;
    max-height: 22.75rem;
  }
}
@media screen and (min-width: 1700px) {
  .accordion-contained .accordion .accordion-body {
    max-height: 28.75rem;
  }
}
.accordion-contained .accordion .accordion-body h1,
.accordion-contained .accordion .accordion-body h2,
.accordion-contained .accordion .accordion-body h3,
.accordion-contained .accordion .accordion-body h4,
.accordion-contained .accordion .accordion-body h5,
.accordion-contained .accordion .accordion-body h6 {
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.accordion-contained .accordion .accordion-body ul,
.accordion-contained .accordion .accordion-body ul li {
  list-style: disc;
}
.accordion-contained .accordion .accordion-body ol,
.accordion-contained .accordion .accordion-body ol li {
  list-style: decimal;
}
.accordion-contained .accordion .accordion-body ul,
.accordion-contained .accordion .accordion-body ol {
  padding-left: 1rem;
}
@media screen and (min-width: 992px) {
  .accordion-contained .accordion .accordion-body ul,
  .accordion-contained .accordion .accordion-body ol {
    padding-left: 1.25rem;
  }
}
.accordion-contained .accordion .accordion-body p,
.accordion-contained .accordion .accordion-body ul {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 1200px) {
  .accordion-contained .accordion .accordion-body p,
  .accordion-contained .accordion .accordion-body ul {
    margin-bottom: 1rem;
  }
}
.accordion-contained .accordion .accordion-body p:last-child,
.accordion-contained .accordion .accordion-body ul:last-child {
  margin-bottom: 0;
}

.news {
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 992px) {
  .news {
    margin-bottom: 5.25rem;
  }
}
@media screen and (min-width: 1700px) {
  .news {
    margin-bottom: 7.1875rem;
  }
}
.news__content {
  position: relative;
}
.news__content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 0.94;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/news/bg.png);
  z-index: -1;
  top: -5rem;
  left: -1rem;
  max-width: 8rem;
}
@media screen and (min-width: 992px) {
  .news__content::after {
    top: -5rem;
    left: -5rem;
    max-width: 10rem;
  }
}
@media screen and (min-width: 1700px) {
  .news__content::after {
    max-width: 12.125rem;
  }
}
.news__title {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .news__title {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .news__title {
    margin-bottom: 3rem;
  }
}
.news__list {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .news__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .news__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.125rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1700px) {
  .news__list {
    gap: 1.75rem;
  }
}
.news__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background: #f9f9f9;
  border-radius: 0.625rem;
  padding: 0.75rem 0.5rem;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .news__card {
    padding: 1.625rem 1.125rem;
  }
}
.news__card_image-wrap {
  margin-bottom: 0.5rem;
  overflow: hidden;
  aspect-ratio: 1.6;
  border-radius: 0.75rem;
}
@media screen and (min-width: 992px) {
  .news__card_image-wrap {
    border-radius: 2.25rem;
    margin-bottom: 1.25rem;
  }
}
.news__card_image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.news__card_date {
  font-weight: 400;
  font-family: "Discovery", serif;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .news__card_date {
    font-size: 0.875rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
  }
}
.news__card_title {
  font-weight: 400;
  font-family: "Discovery", serif;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .news__card_title {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 992px) {
  .news__card_title {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 1rem;
  }
}
.news__card_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 11.25rem;
}

.home-page .products {
  position: relative;
  background-repeat: no-repeat;
  background-size: 5rem auto;
  background-position: 0.75rem 0.75rem;
  background-image: url(../image/products/leaf.png);
  border-radius: 0;
  background-color: #f4f4f4;
  padding-top: 1.5rem;
  padding-bottom: 2.25rem;
  margin-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .home-page .products {
    background-size: 6.25rem auto;
    border-radius: 2.5rem 2.5rem 10.6875rem 10.6875rem;
    margin-inline: auto;
    max-width: 87.5%;
    padding-top: 2.25rem;
    padding-bottom: 3.5rem;
    padding-inline: 1.5rem;
    margin-bottom: 4.6875rem;
  }
}
@media screen and (min-width: 992px) {
  .home-page .products {
    background-size: 9.375rem auto;
    background-position: 3.375rem 1.875rem;
    border-radius: 3.75rem 3.75rem 16.9375rem 16.9375rem;
    padding-top: 3.5rem;
    padding-bottom: 4.75rem;
    margin-bottom: 7.1875rem;
  }
}
.home-page .products::after {
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1.38;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/products/frying-pan.png);
  max-width: 22.875rem;
  bottom: -3.375rem;
  right: -13.125rem;
}
@media screen and (min-width: 768px) {
  .home-page .products::after {
    max-width: 27.875rem;
    bottom: -3.375rem;
    right: -13.125rem;
  }
}
@media screen and (min-width: 1700px) {
  .home-page .products::after {
    max-width: 50.875rem;
    bottom: -15rem;
    right: -25rem;
  }
}
.home-page .products__content {
  position: relative;
  z-index: 2;
}
.home-page .products__title {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .home-page .products__title {
    margin-bottom: 2.1875rem;
  }
}
@media screen and (min-width: 1700px) {
  .home-page .products__title {
    margin-bottom: 3.4375rem;
  }
}
.home-page .products__list {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, 50%);
  gap: 1rem 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .home-page .products__list {
    grid-template-columns: repeat(2, 50%);
    gap: 1rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  .home-page .products__list {
    grid-template-columns: repeat(4, 25%);
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1700px) {
  .home-page .products__list {
    gap: 2.5rem;
    margin-bottom: 5.625rem;
  }
}

.catalog-page__main-content {
  padding-bottom: 12.5rem;
  background-repeat: no-repeat;
  background-position: 0.75rem calc(100% - 0.75rem);
  background-size: 10rem auto;
  background-image: url(../image/shared/rosemary.png);
}
@media screen and (min-width: 992px) {
  .catalog-page .filter__content {
    border-right: 0.0625rem solid #dfdfdf;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .catalog-page .filter__content {
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .catalog-page .products {
    padding-left: 1.5rem;
  }
}

.product-detail-page .products .products__list {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .product-detail-page .products .products__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .product-detail-page .products .products__list {
    gap: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .product-detail-page .products .products__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  .product-detail-page .products .products__list {
    gap: 2.5rem;
  }
}

.product-detail-page .products .products__list.recommended {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .product-detail-page .products .products__list.recommended {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .product-detail-page .products .products__list.recommended {
    gap: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .product-detail-page .products .products__list.recommended {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  .product-detail-page .products .products__list.recommended {
    gap: 2.5rem;
  }
}

.catalog-page .products .products__list {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, 50%);
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .catalog-page .products .products__list {
    grid-template-columns: repeat(2, 50%);
    gap: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .catalog-page .products .products__list {
    grid-template-columns: repeat(3, 33%);
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .catalog-page .products .products__list {
    gap: 2.5rem;
  }
}
.catalog-page .catalog-filter {
  position: relative;
  z-index: 2;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .catalog-page .catalog-filter {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .catalog-page .catalog-filter {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .catalog-page .catalog-filter{
    padding-top: 0;
  }
  .catalog-page .catalog-filter__content {
   /* position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .catalog-page .catalog-filter__content {
    max-width: none;
    padding: 0;
  }
}
.catalog-page .catalog-filter__btn {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .catalog-page .catalog-filter__btn {
    display: none;
  }
}
.catalog-page .catalog-filter__btn::after {
  content: "";
  color: #ac1739;
  aspect-ratio: 1;
  width: 1.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/icons/funnel-red.svg);
}
@media (hover: hover) {
  .catalog-page .catalog-filter__btn:hover::after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-image: url(../image/icons/funnel-white.svg);
  }
}
.catalog-page .catalog-filter__btn:active::after, .catalog-page .catalog-filter__btn:focus::after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-image: url(../image/icons/funnel-white.svg);
}
@media screen and (max-width: 991px) {
  .catalog-page .catalog-filter__collapse {
    position: relative;
    top: -1.25rem;
    padding: 1.5rem 0.5rem 0.75rem;
    border: 0.0625rem solid #dfdfdf;
    border-top: none;
    border-radius: 0 0 0.75rem 0.75rem;
    background-color: #fff;
  }
}

.filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  /*padding-bottom: 1.5rem;*/
  border-bottom: 0.0625rem solid #dfdfdf;
}
.filter__list:last-of-type {
 /* border-bottom: none;*/
  padding-bottom: 0;
}
.filter__categories-list_link {
  font-size: 0.9375rem;
  line-height: 1.25;
  font-weight: 400;
  color: #39373a;
}
@media (hover: hover) {
  .filter__categories-list_link:hover {
    color: #ac1739;
  }
}
.filter__categories-list_link:active, .filter__categories-list_link:focus {
  color: #ac1739;
}
.filter__categories-list .filter__collapse {
  padding-left: 0.75rem;
}
.filter__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.75rem;
  color: #646363;
  font-size: 0.9375rem;
  line-height: 1.25;
  font-weight: 700;
}
.filter__title[aria-expanded=true]::after {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.filter__title::after {
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  aspect-ratio: 1;
  width: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/icons/arrow-down-grey.svg);
}
.filter__collapse {
  padding: 0;
}
.filter__collapse_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.filter__btn-reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 1.5rem;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.25;
  line-height: 1;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.filter__btn-reset::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../image/icons/trash.svg);
  aspect-ratio: 1;
  height: auto;
  width: 1.5rem;
}
@media (hover: hover) {
  .filter__btn-reset:hover::after {
    background-image: url(../image/icons/trash-white.svg);
  }
}
.filter__btn-reset:active::after, .filter__btn-reset:focus::after {
  background-image: url(../image/icons/trash-white.svg);
}
.filter__btn-reset.btn {
  border-width: 0.0625rem;
}
@media screen and (min-width: 992px) {
  .filter__btn-reset.btn {
    height: 3.5rem;
  }
}

.career {
  position: relative;
  background: #f4f4f4;
  border-radius: 0 0 1.5rem 1.5rem;
  margin-bottom: 2rem;
  margin-inline: 1rem;
  margin-top: -2.8125rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .career {
    border-radius: 0 0 5rem 5rem;
    margin-inline: 1.5rem;
    margin-top: -3.375rem;
    padding-top: 4.625rem;
    padding-bottom: 4.375rem;
  }
}
@media screen and (min-width: 992px) {
  .career {
    border-radius: 0 0 6.25rem 6.25rem;
    margin-top: -3.75rem;
    padding-top: 5.625rem;
    padding-bottom: 6.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .career {
    max-width: 97%;
    border-radius: 0 0 12.5rem 12.5rem;
    margin-bottom: 3.125rem;
    margin-top: -5.875rem;
    padding-top: 8.125rem;
    padding-bottom: 8.75rem;
  }
}
@media screen and (min-width: 1700px) {
  .career {
    border-radius: 0 0 16.9375rem 16.9375rem;
    margin-bottom: 4.875rem;
    margin-top: -6.25rem;
    padding-top: 10rem;
    padding-bottom: 11.25rem;
  }
}
@media screen and (min-width: 1920px) {
  .career {
    max-width: 87.5%;
  }
}
.career::after {
  position: absolute;
  content: "";
  aspect-ratio: 0.67;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/breadcrumbs/sheet.png);
  width: 2.5rem;
  top: 1.5%;
  left: 5%;
}
@media screen and (min-width: 768px) {
  .career::after {
    top: 5%;
    left: 5%;
  }
}
@media screen and (min-width: 992px) {
  .career::after {
    top: 7.5%;
  }
}
@media screen and (min-width: 1200px) {
  .career::after {
    top: 12.5%;
    left: 7%;
    width: 3.5rem;
  }
}
.career__title {
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .career__title {
    margin-bottom: 1.75rem;
  }
}
.career__subtitle {
  margin-top: 0;
  font-weight: 350;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  .career__subtitle {
    margin-inline: auto;
    max-width: 80%;
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1700px) {
  .career__subtitle {
    margin-bottom: 6.25rem;
  }
}
.career__list {
  display: grid;
  grid-auto-rows: auto;
  gap: 0.75rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .career__list {
    gap: 1rem 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .career__list {
    gap: 1.5625rem 3.375rem;
  }
}
@media screen and (min-width: 1700px) {
  .career__list {
    gap: 3.4375rem 5.25rem;
  }
}
.career__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 0.75rem;
  border-radius: 2.75rem;
  background: #fff;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 1400px) {
  .career__card {
    gap: 1rem;
    padding: 1.5rem 2.5rem;
  }
}
.career__card_post {
  margin: 0;
  font-family: "Discovery", serif;
  font-weight: 400;
  line-height: 125%;
  color: #ac1739;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .career__card_post {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.career__card_list {
  font-weight: 350;
  line-height: 110%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .career__card_list {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

.assessment-results .container {
  position: relative;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  .assessment-results .container {
    padding-bottom: 5rem;
  }
}
.assessment-results .container::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-image: url(../image/shared/rosemary.png);
  aspect-ratio: 0.94;
  height: auto;
  top: auto;
  bottom: 0.75rem;
  right: 0rem;
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .assessment-results .container::after {
    bottom: 1rem;
    right: -3.125rem;
    width: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .assessment-results .container::after {
    bottom: auto;
    top: 0;
    right: -1.875rem;
    width: 6.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .assessment-results .container::after {
    top: -1.25rem;
    right: -3.75rem;
    width: 8.9375rem;
  }
}
@media screen and (min-width: 1400px) {
  .assessment-results .container::after {
    top: -1.25rem;
    right: -8.125rem;
    width: 8.9375rem;
  }
}
@media screen and (min-width: 1700px) {
  .assessment-results .container::after {
    top: -1.875rem;
    right: -14.375rem;
    width: 10.1875rem;
  }
}
.assessment-results__content {
  position: relative;
  z-index: 2;
}
.assessment-results__title {
  font-family: "Discovery", serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .assessment-results__title {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1200px) {
  .assessment-results__title {
    margin-bottom: 1.75rem;
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
.assessment-results__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 1200px) {
  .assessment-results__list {
    gap: 1.25rem;
  }
}
.assessment-results__link {
  display: block;
  line-height: 1.2;
  font-weight: 350;
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ac1739;
  font-size: 0.9375rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .assessment-results__link {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1200px) {
  .assessment-results__link {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
@media (hover: hover) {
  .assessment-results__link:hover {
    color: #39373a;
  }
}
.assessment-results__link:active, .assessment-results__link:focus {
  color: #39373a;
}

@media screen and (min-width: 992px) {
  .about-us-page .container {
    max-width: 54rem;
  }
}
@media screen and (min-width: 1200px) {
  .about-us-page .container {
    max-width: 60rem;
  }
}
@media screen and (min-width: 1700px) {
  .about-us-page .container {
    max-width: 67.75rem;
  }
}

.about-us {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about-us {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .about-us {
    margin-bottom: 3.25rem;
  }
}
.about-us__content {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .about-us__content {
    padding-top: 1.5rem;
  }
}
.about-us__content::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-image: url(../image/shared/rosemary.png);
  aspect-ratio: 0.93;
  height: auto;
  top: -1rem;
  left: -0.5rem;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .about-us__content::before {
    top: -1rem;
    left: -3.125rem;
    width: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .about-us__content::before {
    left: -5rem;
    width: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .about-us__content::before {
    top: 4.25rem;
    left: -7.5rem;
    width: 7rem;
  }
}
@media screen and (min-width: 1400px) {
  .about-us__content::before {
    top: 5.875rem;
    left: -10.625rem;
    width: 8.9375rem;
  }
}
@media screen and (min-width: 1700px) {
  .about-us__content::before {
    left: -14.375rem;
    width: 10.1875rem;
  }
}
.about-us__content::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-image: url(../image/shared/sausage-in-a-plate.png);
  aspect-ratio: 1.51;
  height: auto;
  bottom: -5rem;
  right: -6rem;
  width: 9rem;
}
@media screen and (min-width: 768px) {
  .about-us__content::after {
    bottom: -5rem;
    right: -10.625rem;
    width: 15rem;
  }
}
@media screen and (min-width: 992px) {
  .about-us__content::after {
    bottom: -6rem;
    right: -12.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .about-us__content::after {
    bottom: -10rem;
    right: -25rem;
    width: 30rem;
  }
}
@media screen and (min-width: 1400px) {
  .about-us__content::after {
    bottom: -12rem;
    right: -33.75rem;
    width: 40rem;
  }
}
@media screen and (min-width: 1700px) {
  .about-us__content::after {
    bottom: -14rem;
    right: -36.25rem;
    width: 46rem;
  }
}
.about-us__section {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about-us__section {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .about-us__section {
    margin-bottom: 3.25rem;
  }
}
.about-us__title {
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .about-us__title {
    margin-bottom: 1.75rem;
  }
}
.about-us__text {
  font-weight: 350;
  font-size: 0.9375rem;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .about-us__text {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1200px) {
  .about-us__text {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
.about-us__text:last-of-type {
  margin-bottom: 0;
}

.about-us-chronology__content {
  position: relative;
  padding-bottom: 4.25rem;
}
@media screen and (min-width: 768px) {
  .about-us-chronology__content {
    padding-bottom: 6.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .about-us-chronology__content {
    padding-bottom: 8.25rem;
  }
}
@media screen and (min-width: 1700px) {
  .about-us-chronology__content {
    padding-bottom: 10.75rem;
  }
}
.about-us-chronology__content::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-image: url(../image/shared/two-leaves.png);
  aspect-ratio: 1.68;
  height: auto;
  top: auto;
  bottom: 0.75rem;
  right: 4.3%;
  width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .about-us-chronology__content::after {
    bottom: 1rem;
    width: 5.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .about-us-chronology__content::after {
    bottom: 1.25rem;
    width: 8.3125rem;
  }
}
@media screen and (min-width: 1400px) {
  .about-us-chronology__content::after {
    bottom: 1.875rem;
    width: 8.9375rem;
  }
}
@media screen and (min-width: 1700px) {
  .about-us-chronology__content::after {
    bottom: 2.5rem;
    width: 9.5625rem;
  }
}
.about-us-chronology__title {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  .about-us-chronology__title {
    margin-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1700px) {
  .about-us-chronology__title {
    margin-bottom: 5rem;
  }
}

.articles-page .pagination-block {
  margin-bottom: 4.625rem;
}
@media screen and (min-width: 992px) {
  .articles-page .pagination-block {
    margin-bottom: 6.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .articles-page .pagination-block {
    margin-bottom: 8.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .article-block {
    padding-top: 1.25rem;
  }
}
.article-block__title {
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .article-block__title {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 1700px) {
  .article-block__title {
    margin-bottom: 3.75rem;
  }
}
.article-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .article-block__list {
    gap: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .article-block__list {
    margin-bottom: 6.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .article-block__list {
    gap: 2rem;
  }
}
.article-block__list_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .article-block__list_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .article-block__list_row {
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .article-block__list_row {
    gap: 2rem;
  }
}
.article-block__list_row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.article-block__card {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 0.75rem;
}
@media screen and (min-width: 1200px) {
  .article-block__card {
    gap: 1rem;
  }
}
.article-block__card::after {
  position: absolute;
  display: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.article-block__card_text-content {
  position: relative;
  z-index: 2;
}
.article-block__card_date {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .article-block__card_date {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
}
.article-block__card_title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .article-block__card_title {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 992px) {
  .article-block__card_title {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1200px) {
  .article-block__card_title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
.article-block__card_description {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (min-width: 1200px) {
  .article-block__card_description {
    font-size: 1rem;
  }
}
.article-block__card_image-block img {
  display: block;
  width: 100%;
  max-height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.article-block__card--primary {
  border-radius: 0.75rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .article-block__card--primary {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 992px) {
  .article-block__card--primary {
    border-radius: 1rem;
  }
}
.article-block__card--primary * {
  color: #ffffff;
}
.article-block__card--primary .article-block__card_text-content {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
}
@media screen and (min-width: 1200px) {
  .article-block__card--primary .article-block__card_text-content {
    bottom: 1.5rem;
    left: 1.5rem;
  }
}
.article-block__card--primary::after {
  display: block;
}
.article-block__card--secondary {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  .article-block__card--secondary {
    border-radius: 0.75rem;
  }
  .article-block__card--secondary::after {
    display: block;
  }
  .slider-banner__card_content{
    text-align: center;
    max-width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .article-block__card--secondary {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (max-width: 767px) {
  .article-block__card--secondary .article-block__card_text-content {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
  }
}
.article-block__card--secondary * {
  color: #39373a;
}
@media screen and (max-width: 767px) {
  .article-block__card--secondary * {
    color: #ffffff;
  }
}
.article-block .section-title {
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 1200px) {
  .article-block .section-title {
    margin-bottom: 3.75rem;
  }
}

.contacts__content {
  position: relative;
  padding-bottom: 5.375rem;
}
@media screen and (min-width: 768px) {
  .contacts__content {
    padding-bottom: 7.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .contacts__content {
    padding-bottom: 10.125rem;
  }
}
.contacts__content::before {
  position: absolute;
  content: "";
  aspect-ratio: 0.67;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/breadcrumbs/sheet.png);
  width: 2.5rem;
  top: -0.75rem;
  left: 5%;
}
@media screen and (min-width: 768px) {
  .contacts__content::before {
    left: -5%;
  }
}
@media screen and (min-width: 1200px) {
  .contacts__content::before {
    width: 3.5rem;
  }
}
.contacts__content::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-image: url(../image/shared/rosemary.png);
  aspect-ratio: 0.94;
  height: auto;
  top: auto;
  bottom: 0.75rem;
  right: 0rem;
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .contacts__content::after {
    bottom: 1rem;
    right: -3.125rem;
    width: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .contacts__content::after {
    bottom: 0.75rem;
    right: -2rem;
    width: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .contacts__content::after {
    bottom: 1rem;
    right: -3.75rem;
    width: 7rem;
  }
}
@media screen and (min-width: 1400px) {
  .contacts__content::after {
    bottom: 1.25rem;
    right: -8.125rem;
    width: 8.9375rem;
  }
}
@media screen and (min-width: 1700px) {
  .contacts__content::after {
    bottom: 1.875rem;
    right: -14.375rem;
    width: 10.1875rem;
  }
}
.contacts__title {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contacts__title {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .contacts__title {
    margin-bottom: 3.375rem;
  }
}
.contacts__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .contacts__list {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .contacts__list {
    grid-template-columns: 58% 42%;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .contacts__list {
    gap: 4.625rem;
  }
}
.contacts__map-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 2.625rem;
}
.contacts__map-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.4;
}

.product-detail-info__storage-temp_value {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px; /* Reduce spacing between elements to minimum */
  font-size: 14px;
  line-height: 1;  /* Reduce line height to bring elements closer */
}

.storage-temp__from,
.storage-temp__to {
  margin: 0; /* Reset any existing margins */
  white-space: nowrap;
}

.storage-temp__separator {
  margin: 0; /* Reset any existing margins */
  color: #999;
  line-height: 0.7; /* Reduce line height specifically for separator */
}

/* Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}

/* Callback Form Modal */
.callback-form {
    padding: 15px 0;
}

.callback-form .form-label {
    font-weight: 500;
    margin-bottom: 8px;
}

.callback-form .form-control {
    border-radius: 8px;
    padding: 12px 16px;
    border: 1px solid #E0E0E0;
    transition: all 0.3s ease;
}

.callback-form .form-control:focus {
    border-color: #0D6EFD;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.callback-form .captcha-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.callback-form .captcha-wrapper img {
    max-width: 180px;
    height: auto;
    border-radius: 4px;
}

.callback-form .btn-primary {
    padding: 12px 24px;
    font-weight: 500;
}

#callbackModal .modal-content {
    border-radius: 12px;
    border: none;
}

#callbackModal .modal-header {
    border-bottom: 1px solid #E0E0E0;
    padding: 20px 24px;
}

#callbackModal .modal-title {
    font-size: 24px;
    font-weight: 600;
}

#callbackModal .modal-body {
    padding: 24px;
}

#callbackModal .btn-close {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

#callbackModal .btn-close:hover {
    opacity: 1;
}
