* {
  margin: 0;
  padding: 0;
}
html,
body {
  font-family: "Inter", sans-serif !important;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  background-color: #f4f4f4;
}
::-webkit-scrollbar-thumb {
  background-color: #0a58ca;
}
::-webkit-scrollbar-track {
  background-color: #e9ecef;
}
::-webkit-scrollbar {
  width: 5px;
}
button,
img,
a,
span,
svg,
input,
a,
textarea {
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
img {
  max-width: 100%;
}
a:hover {
  color: #0057ff !important;
}
.v-center {
  align-items: center;
  align-content: center;
}
header {
  background-color: #f4f4f4;
  border-bottom: 1px solid #bfbfbf;
  padding: 14px 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
}
.brand-logo svg {
  fill: #0d0d0d;
}
.brand-logo:hover svg {
  fill: #0a58ca;
}
.nav {
  justify-content: space-between;
}
header .nav a {
  color: #0d0d0d;
  font-family: Inter;
  text-decoration: none;
}
header .parent a:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background: url(/media/templates/site/cassiopeia/images/dropdown.svg);
  margin-top: 4px;
  margin-left: 4px;
  background-size: cover;
  z-index: 3;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
header .small a:after {
  content: none !important;
}
.dropdown-rotate:after {
  transform: rotate(-180deg);
}
.small li {
  border-bottom: 1px solid #dbdbdb;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.small li a {
  display: block;
  padding: 10px 20px;
}
.small li:hover {
  background: #0057ff;
  border-bottom: 1px solid #0057ff;
}
.small a:hover {
  color: #fff !important;
}
.small li:last-child {
  border: none;
}
.header-contacts a {
  color: #000;
  text-decoration: none;
}
.burger-menu {
  height: 30px;
  width: 40px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  cursor: pointer;
  position: relative;
}
.burger-menu-top__block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  background: #000;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.burger-menu-middle__block {
  width: 100%;
  height: 3px;
  background: #000;
  margin: auto;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.burger-menu-bottom__block {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #000;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.active .burger-menu-bottom__block {
  transform: rotate(-45deg);
  bottom: 14px;
}
.active .burger-menu-middle__block {
  opacity: 0;
}
.active .burger-menu-top__block {
  transform: rotate(45deg);
  top: 14px;
}
h1 {
  color: #000;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
h1 span {
  background: #0057ff;
  color: #ffff;
  padding: 0 10px 5px 10px;
}
.banner-row {
  padding: 50px 0;
  align-items: end;
}
.bordered-block {
  border-radius: 40px;
  border: 1px solid #000;
  padding: 10px 20px;
}
.banner-img img {
  width: 100%;
  object-fit: cover;
}
h3 {
  color: #000;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
}
.light-circle {
  background: #fbfbfb;
  border-radius: 50%;
  border: 1.872px solid #000;
  display: flex;
  text-align: center;
}
.light-circle h4 {
  font-weight: 700;
  line-height: 120%;
}
.light-circle h5 {
  font-weight: 400;
  line-height: 120%;
}
.cards-category a {
  display: block;
  padding: 20px;
  background: #fff !important;
  height: 100%;
  color: rgba(0, 0, 0, 0.8);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}
.cards-category a img {
  height: 146px;
  object-fit: contain;
}
.cards-category a span {
  margin-top: 20px;
  display: block;
}
.cards-category a:hover {
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
}
.container-sidebar-right {
  background: #fff;
  padding: 50px 0;
}
.cards-advatages {
  padding: 0 14px 0 0;
}
.cards-advatages h5 {
  margin-top: 10px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  line-height: 140%;
}
.cards-advatages span {
  color: rgba(0, 0, 0, 0.8);
}
.cards-advatages-button button {
  height: fit-content;
  margin-top: auto;
}
.button {
  display: block;
  border: none;
  font-size: 14px;
  padding: 20px 80px;
  border-radius: 4px;
  text-decoration: none;
}
.orange-btn {
  background: #ff5c00;
  color: #fff;
}
.orange-btn:hover {
  background: #ee4604;
  color: #fff !important;
}
.orange-btn:focus {
  box-shadow: 0 0 0 3px rgb(255 92 0 / 35%);
}
.partners-col {
  margin: 20px 0;
}
.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 80%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 3;
}
.modal-bg .ajax-form {
  margin: auto;
  max-width: 400px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: -3px 4px 19px rgb(0 0 0 / 30%);
}
.form-input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #a3a3a3;
  margin-top: 6px;
  padding: 4px 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.form-input:focus {
  background: #ffe5d5;
  border-radius: 4px;
  padding: 4px;
  outline: none;
}
.success,
.error {
  display: none;
  text-align: center;
  padding: 12px;
  border-radius: 4px;
  color: #fff;
}
.success {
  background: #4caf50;
}
.error {
  background: #f44336;
}
#recaptcha_1,
#recaptcha_2 {
  width: fit-content;
  margin: 0 auto;
}
#ajax-form-modal .confidentiality span {
  flex: 0 0 auto;
  width: 90%;
  margin-left: 14px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
#ajax-form-modal .confidentiality a {
  color: #ff5c00;
  text-decoration: none;
  border-bottom: 1px dashed #ff5c00;
}
#ajax-form-modal .confidentiality a:hover {
  color: #b94a0a !important;
  border-bottom: 1px dashed #b94a0a !important;
}
#ajax-form-modal .confidentiality input {
  width: 15px;
}
#ajax-form-modal .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#ajax-form-modal .custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
#ajax-form-modal .custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
#ajax-form-modal .custom-checkbox:checked + label::before {
  border-color: #d15209;
  background-color: #ff5c00;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23FFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
#ajax-form-modal .custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #df6118;
}
#ajax-form-modal .custom-checkbox:not(:disabled):active + label::before {
  background-color: #d15710;
  border-color: #fa782d;
}
#ajax-form-modal .custom-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 217, 0, 0.25);
}
#ajax-form-modal .custom-checkbox:focus:not(:checked) + label::before {
  border-color: #ff5c00;
}
#ajax-form-modal .custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}
.cross {
  cursor: pointer;
}
.cross:hover {
  fill: #ff5c00;
}
.form-map {
  background: #0f1b37;
}
#ajax-form-footer {
  max-width: 410px;
}
#ajax-form-footer h4 {
  color: #fff;
  font-family: Inter;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
#ajax-form-footer .form-input {
  background: transparent;
  color: #fff;
}
#ajax-form-footer .form-input::placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #ffff;
}
.bordered-btn {
  border-radius: 4px;
  border: 1px solid #fff;
  background: transparent;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.bordered-btn:hover {
  background: #fff;
  color: #0f1b37;
}
.bordered-btn:focus {
  box-shadow: 0 0 0 3px rgb(255 255 255 / 25%);
}
#ajax-form-footer .confidentiality span {
  flex: 0 0 auto;
  width: 90%;
  margin-left: 14px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
#ajax-form-footer .confidentiality a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dashed #ffffff;
}
#ajax-form-footer .confidentiality a:hover {
  color: #b94a0a !important;
  border-bottom: 1px dashed #b94a0a !important;
}
#ajax-form-modal .confidentiality input {
  width: 15px;
}
#ajax-form-footer .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#ajax-form-footer .custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
#ajax-form-footer .custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
#ajax-form-footer .custom-checkbox:checked + label::before {
  border-color: #ff5c00;
  background-color: #ff5c00;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23FFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
#ajax-form-footer .custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #ffc4a2;
}
#ajax-form-footer .custom-checkbox:not(:disabled):active + label::before {
  background-color: #ffffff;
  border-color: #ffffff;
}
#ajax-form-footer .custom-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 217, 0, 0.25);
}
#ajax-form-footer .custom-checkbox:focus:not(:checked) + label::before {
  border-color: #ffffff;
}
#ajax-form-footer .custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}
.mod-breadcrumbs__wrapper {
  background: #e9e9e9;
  margin-top: 7px;
  border-radius: 4px;
  font-size: 14px;
}
.mod-breadcrumbs__wrapper a {
  color: #ff5c00;
  text-decoration: none;
}
.item-image,
.item-pic {
  text-align: center;
}
.item-image img {
  width: 100%;
  object-fit: cover;
}
.view-article h1 {
  margin-bottom: 20px;
}
.field-label {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 10px;
}
.gallery-block {
  display: flex;
  flex-wrap: wrap;
}
#main-photo {
  flex: 0 0 auto;
  width: 100%;
  padding: 10px;
}
.field-entry.foto-1,
.field-entry.foto-2,
.field-entry.foto-3,
.field-entry.foto-4,
.field-entry.foto-5,
.field-entry.foto-6,
.field-entry.foto-7,
.field-entry.foto-8,
.field-entry.foto-9 {
  flex: 0 0 25%;
  width: 25%;
  padding: 10px;
}
.field-entry img {
  object-fit: cover;
  cursor: pointer;
}
.field-entry.knopka-pokupki-i-forma button {
  width: 100%;
}
.field-entry.tsena .field-value {
  color: rgba(0, 0, 0, 0.8);
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.field-entry.tsena .field-value.price-empty {
  font-size: 16px;
  font-weight: 400;
}
#product-name {
  display: none;
}
footer {
  padding: 40px 0 60px 0;
  background: #111111;
}
footer .brand-logo svg {
  fill: #fff;
}
footer .nav a {
  color: #fff;
  text-decoration: none;
}
footer .container-footer-contacts a {
  color: #fff;
}
footer .borderder-block {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #363636;
}
footer .col-12 .nav {
  justify-content: start;
}
footer .col-12 .nav li {
  margin: 14px 0;
}
.breadcrumb {
  flex-wrap: nowrap;
  width: 100%;
  overflow: auto;
}
.breadcrumb::-webkit-scrollbar {
  height: 2px;
}
.breadcrumb li {
  flex: 0 0 auto;
}