@font-face {
  font-family: 'Bad Script';
  src: url('../fonts/badscript-regular-webfont.woff2') format('woff2'),
       url('../fonts/badscript-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
       url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
       url('../fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
       url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff
}

*,
::after,
::before {
  box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25
}

hr:not([size]) {
  height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

  .h1,
  h1 {
    font-size: 2.5rem
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

  .h2,
  h2 {
    font-size: 2rem
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

  .h3,
  h3 {
    font-size: 1.75rem
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

  .h4,
  h4 {
    font-size: 1.5rem
  }
}

.h5,
h5 {
  font-size: 1.25rem
}

.h6,
h6 {
  font-size: 1rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

ol,
ul {
  padding-left: 2rem
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

b,
strong {
  font-weight: bolder
}

.small,
small {
  font-size: .875em
}

sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #0d6efd;
  text-decoration: underline
}

a:hover {
  color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

code,
pre {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word
}

a>code {
  color: inherit
}

img,
svg {
  vertical-align: middle
}

table {
  caption-side: bottom;
  border-collapse: collapse
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}


td,
th,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

select:disabled {
  opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
  display: none
}

[type=button],
[type=reset],
[type=submit],
button {
  appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  resize: vertical
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::-webkit-file-upload-button {
  font: inherit
}

::file-selector-button {
  font: inherit
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

[hidden] {
  display: none !important
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.promo__prod {
  max-width: 350px;
  width: 100%;
  display: block;
  margin: 0 auto 12px;
}

.comm__img {
  margin-top: 5px;
  max-width: 100%;
}

.main__img {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto 16px;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {

  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {

  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .container {
    max-width: 1140px
  }
}

@media (min-width:1400px) {

  .container {
    max-width: 1320px
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}

.col {
  flex: 1 0 0%
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%
}

.col-12 {
  flex: 0 0 auto;
  width: 100%
}

@media (min-width:992px) {

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6
}

.table>:not(caption)>*>* {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>:not(:first-child) {
  border-top: 2px solid currentColor
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #212529
}


.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled,
.btn:disabled {
  pointer-events: none;
  opacity: .65
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca
}


.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}


.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be
}


.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition: none
  }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropend .dropdown-toggle::after {
  vertical-align: 0
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

.dropstart .dropdown-toggle::after {
  display: none
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none
  }
}

.nav-link:focus,
.nav-link:hover {
  color: #0a58ca
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar>.container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

@media (min-width:992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
  }
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem
}

.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.toast.showing {
  opacity: 0
}

.toast:not(.show) {
  display: none
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

.sidebar {
  max-width: 330px;
  margin: 0 auto;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529
}

.carousel {
  position: relative
}

.carousel.pointer-event {
  touch-action: pan-y
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%)
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .offcanvas {
    transition: none
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.offcanvas-backdrop.fade {
  opacity: 0
}

.offcanvas-backdrop.show {
  opacity: .5
}

.offcanvas.show {
  transform: none
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: .5
}

.placeholder.btn::before {
  display: inline-block;
  content: ""
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: .25
}

.d-block {
  display: block !important
}

.d-flex {
  display: flex !important
}

.d-none {
  display: none !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.bottom-0 {
  bottom: 0 !important
}

.start-50 {
  left: 50% !important
}

.translate-middle-x {
  transform: translateX(-50%) !important
}

.w-100 {
  width: 100% !important
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.align-items-center {
  align-items: center !important
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.ms-3 {
  margin-left: 1rem !important
}

.pt-3 {
  padding-top: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.lh-1 {
  line-height: 1 !important
}

.text-center {
  text-align: center !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.visible {
  visibility: visible !important
}

@media (min-width:768px) {

  .d-md-inline {
    display: inline !important
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .mt-md-0 {
    margin-top: 0 !important
  }

  .mb-md-0 {
    margin-bottom: 0 !important
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .pb-md-0 {
    padding-bottom: 0 !important
  }
}

@media (min-width:992px) {
  .sidebar {
    max-width: inherit;
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-flex {
    display: flex !important
  }

  .d-lg-none {
    display: none !important
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important
  }
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #202020;
  background-color: #ECECEC;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  line-height: 1.1;
  font-weight: 700;
  color: #202020;
}

h1,
.h1 {
  font-size: 2rem;
}
@media screen and (min-width: 1400px) {
  h1,
.h1 {
    font-size: 2.875rem;
  }
}

h2,
.h2 {
  font-size: 1.125rem;
}
@media screen and (min-width: 1400px) {
  h2,
.h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: 1.125rem;
}
@media screen and (min-width: 1400px) {
  h3,
.h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (min-width: 1400px) {
  h4,
.h4 {
    font-size: 1.375rem;
  }
}

a {
  color: #3046FF;
}
a:hover {
  color: #00AF5F;
}

.text-green {
  color: #00AF5F;
}

.text-bold {
  font-weight: 700;
}

.text-big {
  font-size: 1.5rem;
}

.footer__url {
  font-size: 22px;
}

small {
  font-size: 12px;
  letter-spacing: 0.05em;
}

/* Buttons
--------------------------------------------- */
.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 0.75rem 1rem;
  background: #CFEEC4;
  border-radius: 20px;
  color: #175000;
}
.btn:focus, .btn:active {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  color: #fff;
  background-color: #DD1515;
  border: 2px solid #FFF500;
  border-radius: 30px;
  transition: all 0.2s ease-in;
  font-size: 1.5rem;
  padding: 1rem;
  text-align: center;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #fff;
  color: #DD1515;
}

:target:before {
  content: "";
  display: block;
  height: 2rem;
  margin-top: -2rem;
}

@media screen and (min-width: 992px) {
  .site-header__logo-wrapper {
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 40px;
    color: #CFEEC4;
  }

  .no-webp .site-header__logo-wrapper {
    background-image: url("../images/bg__banner.jpg");
  }

  .webp .site-header__logo-wrapper {
    background-image: url("../images/bg__banner.webp");
  }
}
@media (min-width: 768px) {
  .site-header__logo-wrapper {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .site-header__logo-wrapper {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .site-header__logo {
    max-width: 30%;
  }
}
.site-header__title {
  font-family: 'Bad Script', cursive;
  font-size: 30px;
}
@media (min-width: 768px) {
  .site-header__title {
    font-size: 65px;
  }
}
@media (min-width: 992px) {
  .site-header__title {
    font-size: 90px;
  }
}

.main-nav {
  background-color: #8FD274;
}

.bg-blue {
  background: #2B71F8;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding: 5px 8px;
  margin-right: 20px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .bg-blue {
    font-size: 16px;
    padding: 10px;
  }
}
@media screen and (min-width: 992px) {
  .bg-blue svg {
    margin-right: 0.625rem;
  }
}

.bg-yellow {
  background-color: #FEDA77;
  border: 3px solid #FFF500;
  padding: 1.5rem 0;
}

/* Main section
--------------------------------------------- */
.section-main {
  padding-top: 2rem;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .section-main {
    padding-top: 5rem;
  }
}

.author-box__img {
  margin-right: 1rem;
}

/* Articles
--------------------------------------------- */
@media screen and (min-width: 1200px) {
  .sidebar {
    padding-left: 40px;
  }
}

.title-with-bg {
  background: #FF8A00;
  color: #fff;
  border-radius: 439px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding: 1rem;
  text-align: center;
}

.articles__item {
  background-color: #fff;
  text-decoration: none;
  margin-bottom: 0.625rem;
  display: block;
}
.articles img {
  max-width: 330px;
  width: 100%;
}
.articles__title {
  font-size: 1.125rem;
  color: #202020;
  font-weight: 500;
  padding: 0.625rem 0;
}

.promo-box {
  border-radius: 5px;
  background-image: linear-gradient(#d3e7f9, #feefe1);
}
.promo-box img {
  max-width: 280px;
  margin: 0 auto;
  display: block;
}

.promo-box__title {
  color: #fff;
  padding: 1rem;
  margin-bottom: 0;
  background: #2B71F8;
  margin-bottom: 15px;
  font-size: 28px;
}
.promo-box__btn {
  padding: 15px;
}

/* Comments
--------------------------------------------- */
.comments {
  padding-bottom: 50px;
}
.comments__title {
  margin-bottom: 0;
  color: #fff;
  background: #66B746;
  border-radius: 5px;
  padding: 10px 25px;
}
.comments__count {
  color: #fff;
  font-size: 14px;
  margin-left: 0.625rem;
}
.comment {
  font-size: 14px;
}
.comment:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.comment__box {
  margin-left: 1rem;
}
.comment__author {
  font-weight: 700;
  margin-bottom: 10px;
}
.comment__content {
  margin-bottom: 0;
}
.comment__date {
  color: #9E9E9E;
  font-style: italic;
  margin-left: 10px;
  font-weight: 400;
}
.comment__mentioned {
  color: #3369D1;
}

.response {
  padding-left: 20px;
}
@media screen and (min-width: 992px) {
  .response {
    padding-left: 50px;
  }
}

.response-2 {
  padding-left: 40px;
}
@media screen and (min-width: 992px) {
  .response-2 {
    padding-left: 70px;
  }
}

/* Footer
--------------------------------------------- */
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #9B9B9B;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 300;
  background: #fff;
  border-top: 1px solid #C2C2C2;
}
.footer__copy {
  margin-bottom: 0;
}
.footer__link {
  color: #202020;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.disclaimer {
  font-size: 12px;
  word-break: break-word;
}
.disclaimer a {
  color: #9B9B9B;
}
.disclaimer a:hover {
  color: #00AF5F;
}

/* Vendors
---------------------------------------------------------------------------------------------------- */
/* Hamburger
--------------------------------------------- */
.hamburger {
  padding: 0.5rem;
  padding-left: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:not(.collapsed) .hamburger-inner,
.hamburger:not(.collapsed) .hamburger-inner::before,
.hamburger:not(.collapsed) .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze:not(.collapsed) .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze:not(.collapsed) .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze:not(.collapsed) .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comments-list {
  margin-bottom: 30px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #202020;
  text-transform: uppercase;
  padding-right: 2rem;
  padding-left: 2rem;
}

.nav-item .nav-link {
  transition: all 0.2s ease;
}
.nav-item .nav-link:hover {
  color: #fff;
}
.nav-item .nav-link--last {
  padding-right: 0 !important;
}

.fs-small-b {
  font-size: 12px;
}

.text-muted-b {
  color: #b8b8b8;
}

.comment__img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.comment__img img {
  border-radius: 50%;
  width: 100%;
}

.button {
  display: none;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  width: 100%;
  max-width: 250px;
  background-color: #aaa4a4;
  border: 0;
  border-radius: 7px;
  transition: all .4s;
  font-weight: 700;
  padding: 15px 10px;
}

.button:hover {
  background-color: #8c8787;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.comment-create__wrapper {
  display: none;
  margin-bottom: 30px;
}

.comment-create__form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 540px;
  margin: 0
}

.comment-create__form.show {
  display: flex
}

.create-comment__image-wrapper {
  display: flex;
  align-items: center
}

.create-comment__image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5e5e5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  background-image: url(../images/icon__user.png);
  background-position: center;
  background-repeat: no-repeat
}

.create-comment__image-text {
  margin-left: 10px;
  cursor: pointer;
  text-decoration: underline;
  font-size: 16px;
}

.comment-create__text {
  resize: none;
  height: 100px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #838383;
  overflow: auto;
  padding: 10px;
  font-size: 16px;
  font-family: Inter, sans-serif;
  margin-bottom: 10px
}

.comment-create__age,
.comment-create__city,
.comment-create__name {
  font-family: Inter, sans-serif;
  border-radius: 5px;
  border: 1px solid #838383;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 49%
}

.comment-create__age:focus,
.comment-create__city:focus,
.comment-create__name:focus,
.comment-create__text:focus {
  border: 1px solid #000;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .5)
}

.comment__info-image-wrapper {
  margin-bottom: 10px;
  width: 48%
}

.comment-create__btn {
  height: 55px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #0252bb;
  border-radius: 7px;
  font-weight: 700;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  display: block;
  max-width: 300px;
  width: 100%;
  transition: .3s
}

.comment-create__btn:hover {
  background-color: #044396
}

.comment_moderate {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  display: none;
  padding: 20px 0;
  border-top: 1px solid #dc143c;
  border-bottom: 1px solid #dc143c
}

.comment__notice {
  font-size: 18px;
  text-align: center;
  display: none;
  padding-bottom: 10px;
  width: 100%;
  color: #8b0000;
  font-weight: 700
}

@media (max-width: 479px) {
  h1 {
    font-size: 1.8rem;
  }

  .text-big {
    font-size: 1.3rem;
  }

  .comment-create__age,
  .comment-create__city,
  .comment-create__name {
    width: 100%
  }

  .list--padding {
      padding-left: 0;
  }

  .comment__info-image-wrapper {
    width: 100%
  }
}

.comment-create__form.show {
  display: flex
}

.comment_moderate.show {
  display: block;
}

.comment__notice.show {
  display: block;
}

.button.show {
  display: block;
  margin-bottom: 30px;
}

.comment-create__wrapper.show {
  display: block
}

.create-comment__image.added {
  background-image: url(../images/check.png)
}


.footer__product {
  max-width: 350px;
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}

.footer__btn {
  display: block;
  text-align: center;
  color: white;
  max-width: 280px;
  font-weight: 700;
  padding: 15px;
  font-size: 18px;
  text-decoration: none;
  margin: 0 auto 30px;
  text-transform: uppercase;
}

.footer__btn:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer__product,
  .promo__prod {
    max-width: 300px;
  }
}

@media (max-width: 479px) {
  .footer__product,
  .promo__prod {
    max-width: 250px;
  }
}