:root {
  --bs-font-sans-serif: "Montserrat",sans-serif;
  --bs-body-color: #232528;
  --bs-light: #fff;
  --bs-dark: #2e3338;
  --bs-accent: #cea456;
  --bs-grey: #f1f5f6;
}

html {
  font-size: 62.5%;
}

body,
html {
  height: 100%;
}

body {
  font-size: 1.6rem;
}

* {
  outline: none;
}

a,
button {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

a {
  color: #03194d;
  text-decoration: underline;
}

a:hover {
  color: #03194d;
  text-decoration: none;
}

p:not(:last-child) {
  margin: 0 0 1rem;
}

.page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

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

.logo__image {
  height: 100%;
  max-height: 6rem;
  width: auto;
}

.phone__link {
  color: #111;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.2;
  text-decoration: none;
}

.phone__link:hover {
  color: #c21250;
  text-decoration: none;
}

.email__link {
  color: #03194d;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.email__link:hover {
  color: #c21250;
  text-decoration: none;
}

h1 {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0 0 3rem;
}

.section {
  padding: 10rem 0;
}

.section__title {
  color: #c21250;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.article {
  margin: 0 0 10rem;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 1rem;
}

.leaders {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.leaders li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  justify-content: space-between;
  margin: 0 0 .8rem;
  overflow: hidden;
  position: relative;
}

.leaders li:before {
  bottom: 0;
  color: #36383f;
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
  left: 0;
  opacity: .4;
  position: absolute;
  white-space: nowrap;
}

.leaders li div {
  background: #f4f4f4;
  padding: 0 .5rem 0 0;
  position: relative;
  white-space: nowrap;
  z-index: 0;
}

.leaders li div+div {
  padding: 0 0 0 .5rem;
}

.no-image {
  background-color: #f4f4f4;
  border-radius: .5rem;
  padding-bottom: 67.5%;
  position: relative;
}

.no-image svg {
  height: 40%;
  left: 50%;
  opacity: .4;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 40%;
}

.modal-content {
  padding: 3rem;
}

.modal-content .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.modal-content .btn-close:focus {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.modal-content h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 1rem;
}

.modal-content .text {
  margin: 0 0 3rem;
  text-align: center;
}

.success__text {
  fotn-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 1px;
  text-align: center;
}

.success__text svg {
  color: #009b02;
}

.page-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 3rem 0 0;
}

.page-pagination__item {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 1rem;
}

.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 2.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 600;
  height: 5.6rem;
  letter-spacing: 1px;
  padding: 0 3rem;
  text-align: center;
  text-decoration: none;
  width: auto;
}

.button svg {
  height: 3.6rem;
  width: 3.6rem;
}

.button-fluid {
  display: block;
  width: 100%;
}

.button__outline--primary {
  border-color: #c21250;
  color: #c21250;
}

.button__outline--primary:hover {
  background-color: #c21250;
  color: #fff;
}

.button-reset {
  background: none;
  border: none;
  display: block;
  text-align: center;
  text-decoration: underline;
  width: 100%;
}

.button-reset:hover {
  text-decoration: none;
}

.header {
  background-color: #fff;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
  padding: 1rem 0;
  position: relative;
  width: 100%;
}

.header__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__nav li:not(:last-child) {
  margin-right: 3rem;
}

.header__nav li.active a {
  color: #c21250;
  text-decoration: none;
}

.header__nav a {
  color: #03194d;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
}

.header__nav a:hover {
  color: #c21250;
  text-decoration: none;
}

.hamburger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.6rem;
  justify-content: flex-end;
  padding: 0;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 4.8rem;
}

.hamburger._show span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.hamburger._show span:first-child {
  top: calc(50% - 2px);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger._show span:last-child {
  bottom: calc(50% - 2px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger span {
  background-color: #c21250;
  border-radius: 4px;
  height: 4px;
  left: 0;
  position: absolute;
  top: calc(50% - 2px);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
}

.hamburger span:first-child {
  top: 0;
}

.hamburger span:last-child {
  bottom: 0;
  top: auto;
}

.header__phone {
  text-align: center;
}

.mobile__menu {
  background-color: #fff;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
  left: 0;
  opacity: 0;
  padding: 5rem 0;
  position: absolute;
  text-align: center;
  top: 100%;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 100%;
  z-index: -1;
}

.mobile__menu._show {
  opacity: 1;
  z-index: 10;
}

.breadcrumbs {
  list-style: none;
  margin: 2rem 0 3rem;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}

.breadcrumbs,
.breadcrumbs__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs__item:not(:first-child):before {
  background-color: #03194d;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  margin: 0 14px;
  width: 4px;
}

.breadcrumbs__link {
  color: #03194d;
  font-size: 1.4rem;
  text-decoration: none;
  text-decoration: underline;
}

.breadcrumbs__link:hover {
  color: #03194d;
  text-decoration: none;
}

.footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  padding: 5rem 0;
}

.footer__phone {
  margin-bottom: 1rem;
  text-align: right;
}

.footer__email {
  text-align: right;
}

.footer__logo {
  display: block;
  margin-bottom: 2rem;
}

.footer__nav li {
  margin-bottom: 1rem;
  width: 100%;
}

.footer__nav li.active a {
  color: #c21250;
  text-decoration: none;
}

.footer__nav a {
  color: #03194d;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
}

.footer__nav a:hover {
  color: #c21250;
  text-decoration: none;
}

.hero {
  background-color: #fbfbfb;
}

.hero__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: max(15px,(100% - 1320px)/2);
}

.hero__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0;
  width: 77rem;
}

.hero__right {
  width: calc(100% - 80rem);
}

.hero__title {
  color: #03194d;
  font-size: 5.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 1.5rem;
}

.hero__title a {
  text-decoration: none;
}

.hero__title a:hover {
  text-decoration: none;
}

.hero__subtitle {
  color: #c21250;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 2rem;
}

.hero__line {
  border: 0;
  border-top: 1px solid #eee;
  margin: 3rem 0;
  opacity: 1;
}

.hero__text {
  font-size: 1.8rem;
  margin: 0 0 3rem;
}

.hero__btns .button:not(:last-child) {
  margin: 0 0 2rem;
}

.hero__img {
  max-width: 72rem;
}

.benefits__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.benefits__header {
  margin-right: 3rem;
}

.benefits__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 .5rem;
}

.section__title--benefits {
  margin: 0 0 5rem;
}

.consultation {
  background: url(../images/consultation-bg.jpg) no-repeat 50% 50% fixed;
  background-size: cover;
  margin-top: 5rem;
  padding: 10rem 0;
}

.consultation__title {
  color: #fff;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0 0 1rem;
  text-align: center;
  text-transform: uppercase;
}

.consultation__longtitle {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 5rem;
  text-align: center;
}

.consultation__disclaimer {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}

.consultation__disclaimer a {
  color: #fff;
  text-decoration: underline;
}

.consultation__disclaimer a:hover {
  color: #fff;
  text-decoration: none;
}

.consultation__form {
  margin: 5rem 5rem 8rem;
}

.consultation__input {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  height: 4.8rem;
  padding: 0;
  width: 100%;
}

.consultation__input::-webkit-input-placeholder {
  color: #fff;
  font-size: 1.8rem;
}

.consultation__input::-moz-placeholder {
  color: #fff;
  font-size: 1.8rem;
}

.consultation__input:-ms-input-placeholder {
  color: #fff;
  font-size: 1.8rem;
}

.consultation__input::-ms-input-placeholder {
  color: #fff;
  font-size: 1.8rem;
}

.consultation__input::placeholder {
  color: #fff;
  font-size: 1.8rem;
}

.consultation__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2.4rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  height: 4.8rem;
  justify-content: center;
  letter-spacing: 1px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}

.consultation__button:hover {
  background-color: #fff;
  color: #c21250;
}

.msearch2 {
  margin-bottom: 10rem;
}

.category-wrapper {
  background-color: #f4f4f4;
  margin: 0 0 3rem;
  padding: 5rem 0;
}

.category-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border-radius: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3rem;
  min-width: 0;
  padding: 2rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.category-card__title {
  color: #061750;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 1rem;
}

.category-card__price {
  color: #c21250;
  font-size: 1.6rem;
  font-weight: 600;
}

.form__filter {
  margin-right: 3rem;
  max-width: 30rem;
  width: 100%;
}

.form__filter._show {
  display: block;
}

.form__filter fieldset {
  margin: 0 0 3rem;
}

.form__filter fieldset .filter_title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 1rem;
}

.filter__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 2px solid #03194d;
  border-radius: 2.8rem;
  color: #03194d;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  height: 5.6rem;
  justify-content: center;
  letter-spacing: 1px;
  margin-bottom: 3rem;
  padding: 0 3rem;
  text-align: center;
  width: auto;
}

.filter__button svg {
  height: 3rem;
  margin-right: 1.5rem;
  width: 3rem;
}

.product-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  position: relative;
  text-decoration: none;
}

.product-item:hover .product-item__header {
  background-color: #c21250;
}

.product-item:hover .product-item__title {
  opacity: 0;
}

.product-item:hover .product-item__hover {
  opacity: 1;
}

.product-item__header {
  background-color: #fff;
  border-radius: .5rem;
  margin: 0 0 1rem;
  padding: 2rem 2rem 6rem;
  position: relative;
  text-decoration: none;
}

.product-item__image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

.product-item__title {
  color: #061750;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.product-item__hover,
.product-item__title {
  bottom: 2rem;
  left: 0;
  position: absolute;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 100%;
}

.product-item__hover {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  padding: 0 2rem;
}

.product-item__hover strong {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.product-item__hover span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}

.product-item__price {
  color: #c21250;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.product__title {
  margin: 0 0 1rem;
}

.product__status {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 3rem;
}

.product__status ._green {
  color: #009b02;
}

.product__status ._red {
  color: #d30000;
}

.product__status ._grey {
  color: #000;
  opacity: .5;
}

.product-price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-top: 1px solid rgba(0,0,0,.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 0 3rem;
  padding: 2rem 0;
  text-align: center;
}

.product-price .old_price {
  color: #aeaeae;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: line-through;
}

.product-price .main-price {
  color: #c21250;
  font-size: 3rem;
  font-weight: 900;
}

.product-price .main-price .currency {
  font-size: 2rem;
  font-weight: 600;
}

.button-sale {
  display: block;
  margin-top: 1rem;
}

.product-tabs {
  background-color: #061750;
  border-radius: .5rem;
  margin: 5rem 0 3rem;
  overflow: hidden;
}

.product-tabs li {
  text-align: center;
  width: 25%;
}

.product-tabs button {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 2rem 1rem;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.product-tabs button.active {
  background: #c21250;
  color: #fff;
}

.tab-title {
  border-bottom: 2px solid #c21250;
  border-top: 2px solid #c21250;
  margin: 0 0 2rem;
  text-align: center;
}

.tab-title h2 {
  color: #c21250;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 2rem 0;
}

.content-list {
  margin-top: 3rem;
}

.content-list__image {
  border: 1px solid rgba(0,0,0,.05);
  border-radius: .5rem;
  margin-right: 2rem;
  max-width: 146px;
  overflow: hidden;
  padding: 1rem;
}

.content-list__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.product-table {
  margin-bottom: 1rem;
}

.product-table tr {
  border-radius: .5rem;
  overflow: hidden;
}

.product-table__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1rem;
  text-align: center;
}

.product-table__text {
  width: 40%;
}

.product-table__text,
.product-table__value {
  border: 0!important;
  padding: 1rem 1.5rem!important;
}

.product-table__value {
  width: 60%;
}

.product-gallery {
  margin: 0 0 2rem;
}

.product-gallery .slide {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  position: relative;
}

.product-gallery .slide img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.product-gallery__thumbs {
  margin: 0 0 3rem;
}

.product-gallery__thumbs .slide {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  position: relative;
}

.product-gallery__thumbs .slide img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.text__star {
  font-size: 1.4rem;
  font-style: italic;
  margin: 2rem 0 0;
}

.product__desc {
  padding: 5rem 0 0;
}

.lightcase-contentInner {
  background-color: #fff;
}

.minicart {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: center;
}

.minicart svg {
  height: 3.2rem;
  width: 3.2rem;
}

.minicart span {
  background-color: #c21250;
  border-radius: 100%;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  height: 2rem;
  line-height: 2rem;
  position: absolute;
  right: -.5rem;
  text-align: center;
  top: -.5rem;
  width: 2rem;
}

.card-table {
  vertical-align: middle;
  width: 100%;
}

.card-table thead {
  font-size: 1.4rem;
  font-weight: 500;
}

.card-table>:not(caption)>*>* {
  padding: 1rem 1.5rem;
}

.ms-title .title a {
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
}

.ms-image {
  margin-right: 1rem;
  max-width: 10rem;
}

.ms-image img {
  border: 1px solid #eee;
  border-radius: .5rem;
}

.ms-price span {
  font-size: 1.8rem;
  font-weight: 500;
}

.ms-cost span {
  font-size: 1.8rem;
  font-weight: 700;
}

.ms-remove button {
  background: none;
  border: none;
  color: #b5b7bf;
  margin: 0;
  padding: 0;
}

.ms-remove button:hover {
  color: #c21250;
}

.ms-remove button svg {
  height: 2.4rem;
  width: 2.4rem;
}

.cart-total {
  background-color: #f4f4f4;
  border-radius: .5rem;
  padding: 3rem;
}

.cart-total h6 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 1rem;
}

.cart-total hr {
  background-color: #36383f;
  margin: 2rem 0;
  opacity: .1;
}

.cart-total__main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 0 1.5rem;
}

.cart-total__price .price,
.cart-total__title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.cart-total__price .currency {
  font-size: 1.6rem;
  font-weight: 600;
}

.cart-total .button {
  margin-bottom: 2rem;
}

.table-responsive {
  margin-bottom: 3rem;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:focus,
input[type=number]:hover {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input {
  border-radius: .5rem;
  display: block;
  height: 5.6rem;
  margin: 0;
  padding: 0 2rem;
  width: 100%;
}

.form__number,
.input {
  border: 1px solid #e6ecf2;
}

.form__number {
  border-radius: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 8.4rem;
}

.form__number button {
  background: none;
  border: none;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0;
  width: 2.4rem;
}

.form__number input {
  border: 0;
  border-left: 1px solid #e6ecf2;
  border-right: 1px solid #e6ecf2;
  height: 3.6rem;
  padding: 0;
  text-align: center;
  width: 3.6rem;
}

.form__filter .ui-slider {
  background: #fff;
  border: 2px solid #e5e5e5;
  height: 3px;
  margin: 0 6px;
  position: relative;
}

.form__filter .ui-slider-handle {
  background: #c21250;
  border: 2px solid #c21250;
  border-radius: .5rem;
  cursor: pointer;
  height: 15px;
  margin: -8px 0 0 -8px;
  outline: none;
  position: absolute;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
  width: 15px;
}

.mse2_number_inputs {
  margin-top: 2rem;
}

.mse2_number_inputs label {
  background-color: #fff;
  border: 1px solid #e6ecf2;
  border-radius: .5rem;
  padding: 1rem;
  width: 100%;
}

.mse2_number_inputs label input {
  background: transparent;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 0 0 .5rem;
  width: auto;
}

.form__group {
  margin: 0 0 2rem;
}

.form__input {
  border: 1px solid #e6ecf2;
  border-radius: .5rem;
  display: block;
  height: 5.6rem;
  margin: 0;
  padding: 0 2rem;
  width: 100%;
}

.form__input.error,
.form__input.is-invalid {
  border-color: #c21250!important;
}

.form__textarea {
  border: 1px solid #e6ecf2;
  border-radius: .5rem;
  display: block;
  margin: 0 0 2rem;
  padding: 1rem 2rem;
  resize: none;
  width: 100%;
}

.form__politics {
  font-size: 1.3rem;
  margin: 1rem 0 0;
}

.checkbox {
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  margin: 0 0 1rem;
  padding-left: 30px;
  position: relative;
}

.checkbox:last-child {
  margin: 0;
}

.checkbox input {
  left: -9999px;
  position: absolute;
}

.checkbox i {
  background-color: #fff;
  border: 1px solid #e6ecf2;
  border-radius: .5rem;
  display: block;
  height: 2rem;
  left: 0;
  position: absolute;
  top: 2px;
  width: 2rem;
}

.checkbox input+i:after {
  background: url(../images/icons/check-lg.svg) no-repeat 50% 50%;
  background-size: 2rem;
  content: "";
  display: block;
  height: 2rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .1s;
  -o-transition: opacity .1s;
  transition: opacity .1s;
  width: 2rem;
}

.checkbox input:checked+i:after {
  opacity: 1;
}

@media (min-width:768px) {
  .g-3,
  .gy-3 {
    --bs-gutter-y: 3rem;
  }

  .g-3,
  .gx-3 {
    --bs-gutter-x: 3rem;
  }

  .g-8,
  .gy-8 {
    --bs-gutter-y: 8rem;
  }

  .g-8,
  .gx-8 {
    --bs-gutter-x: 8rem;
  }
}

@media (min-width:1200px) {
  .cart-total {
    max-width: 36rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (max-width:1399.98px) {
  .hero__left {
    width: 67rem;
  }

  .hero__right {
    width: calc(100% - 70rem);
  }

  .hero__title {
    font-size: 3.6rem;
  }

  .hero__subtitle {
    font-size: 1.8rem;
  }
}

@media (max-width:1199.98px) {
  .header__nav li:not(:last-child) {
    margin-right: 2rem;
  }

  .header__nav a {
    font-size: 1.6rem;
  }

  .header__logo .logo__image {
    max-height: 5rem;
  }

  .header__phone .phone__link {
    font-size: 1.8rem;
  }

  .hero__left {
    width: 58rem;
  }

  .hero__right {
    width: calc(100% - 61rem);
  }

  .product-tabs button {
    font-size: 1.6rem;
  }
}

@media (max-width:991.98px) {
  .section__title {
    font-size: 3.6rem;
    font-weight: 700;
  }

  .header__nav li:not(:last-child) {
    margin-right: 0;
  }

  .header__nav a {
    font-size: 2rem;
    line-height: 1.8;
  }

  .footer__logo {
    margin: 0;
  }

  .footer__copyright {
    font-size: 1.5rem;
    margin-top: 3rem;
    text-align: center;
  }

  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    width: 690px;
  }

  .hero__left {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }

  .hero__right {
    width: 100%;
  }

  .hero__img {
    height: auto;
    margin: 0 auto 3rem;
    max-width: 54rem;
    width: 100%;
  }

  .consultation__title {
    font-size: 3.6rem;
    font-weight: 700;
  }

  .consultation__form {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .form__filter {
    display: none;
    margin-bottom: 3rem;
    max-width: 100%;
  }

  .product-tabs li {
    width: 50%;
  }
}

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

  .hero__container {
    padding: 0 15px;
    width: 540px;
  }

  .hero__title {
    font-size: 3rem;
  }

  .hero__subtitle {
    font-size: 1.6rem;
  }
}

@media (max-width:575.98px) {
  .footer__phone {
    text-align: center;
  }

  .footer__email {
    text-align: center;
  }

  .footer__logo {
    margin-bottom: 2rem;
    text-align: center;
  }

  .hero {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero__container {
    padding: 0;
    width: 100%;
  }

  .benefits__header {
    margin-right: 1.5rem;
  }

  .product-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-tabs li {
    width: 100%;
  }
}