body {
  font-family: PT Sans Caption;
  overflow-x: hidden;
}
.body_hide {
  opacity: 0;
  transition: 0.9s opacity ease-in-out;
}
.body_visible {
  opacity: 1;
}
[type=button] {
  -webkit-appearance: unset;
}
.wrapper-page {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wrapper-content {
  flex-grow: 1;
  transition: 0.4s;
}
.block-header.city {
  pointer-events: none;
}
#choose_city.active {
  display: block;
}
button {
  background: none;
  background-color: unset;
  border-radius: unset;
  border: unset;
  padding: 0px;
}
a {
  color: #000000;
}
a:hover {
  color: #000000;
}
.input-all {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.4);
  background: #FFFFFF;
  border: 1px solid #BABABA;
  border-radius: 4px;
  padding: 10px 0px 10px 12px;
  outline: unset;
}
.input-all.input-selection-parameters {
  font-size: 12px;
  line-height: 16px;
}
.input-all:hover {
  border: 1px solid #8E8E8E;
}
.input-all:focus {
  border: 1px solid #000000;
  color: #000000;
}
.input-all:-webkit-autofill {
  background: #EDF5F9;
  border: 1px solid #00A3FF;
  color: #0A1820;
}
.input-all.error {
  background: #FFFFFF;
  border: 1px solid #B82610;
  color: #B82610;
}
.input-big {
  width: 255px;
}
.input-small {
  width: 115px;
}
.btn {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  text-decoration: none;
  border-radius: unset;
  border: none;
  padding: 0px;
}
.btn:hover {
  outline: none;
  box-shadow: none;
  color: #000000;
}
.btn:focus {
  outline: none;
  box-shadow: none;
  color: #000000;
}
.btn:active {
  outline: none;
  box-shadow: none;
  color: #000000;
}
.img-logo {
  height: 60px;
}
.right-header-block {
  margin-left: 15px;
}
.right-header-block img {
  margin-right: 5px;
  height: 14px;
}
.navbar.navbar-expand-md.navbar-light {
  padding: 0px;
}
.navbar-brand {
  margin-right: 30px;
  padding: 0px;
}
.block-link-header {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.icon-header {
  display: block;
  height: 23px;
  width: 23px;
  margin: 0px auto;
}
.left-part {
  margin-right: 16px;
}
.header-top {
  padding: 25px 0px;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFFFFF;
  width: 100%;
  z-index: 10;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: transparent;
}
.select2-container--default .select2-selection--single {
  border: unset;
  border-radius: unset;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.block-shell-select {
  position: relative;
  padding-left: 22px;
}
.block-shell-select .select2 {
  font-size: 14px;
  line-height: 24px;
}
.block-shell-select .select2-results__option {
  font-size: 12px;
  line-height: 16px;
}
.arrow-icon {
  margin: auto 0px;
  width: 20px;
  height: 20px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.select2-dropdown.select2-dropdown--below {
  border: 1px solid #D2D2D2;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 4px;
}
.block-shell-search {
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  width: 100%;
  position: relative;
}
.block-shell-search .select2-container--default .select2-selection--multiple {
  border-radius: 100px;
  background: rgba(234, 234, 234, 0.5);
  padding: 6px 0px 6px 12px;
  border: transparent;
  overflow: hidden;
  padding-right: 41px;
}
.block-shell-search .select2-container--default .select2-selection--single {
  border: unset;
  border-radius: unset;
}
.block-shell-search .select2-container--default .select2-selection--single .select2-selection__clear {
  display: block;
}
.block-shell-search .select2-container--open.select2-container .select2-search--inline .select2-search__field {
  color: #000000;
}
.block-shell-search .select2-container .select2-search--inline .select2-search__field {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #6C757D;
  margin-top: 0px;
  margin-left: 0px;
  background: unset;
  background-color: unset;
  font-family: PT Sans Caption;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 35px;
}
.select2-results__options .select2-results__option.select2-results__option--selectable {
  border-bottom: 1px solid #D2D2D2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select2-results__options .select2-results__option.select2-results__option--selectable:last-child {
  border-bottom: unset;
}
.form-control {
  background-color: unset;
}
.select2-container--default .select2-selection--multiple {
  background: unset;
  background-color: unset;
}
.block-for-icon-search {
  position: absolute;
  content: '';
  background-image: url("/assets/template/img/icon-search.svg");
  width: 17px;
  height: 17px;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0px;
}
.block-shell-img {
  width: 154px;
  height: 141px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}
.img-card {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
.txt-card {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  margin-bottom: 0px;
}
.bottom-indent {
  margin-bottom: 25px;
}
.block-footer {
  background: #F5F5F5;
}
.block-footer .side-indent:first-child .one-block-footer {
  margin-right: unset;
  margin-left: unset;
}
.block-footer .side-indent:last-child .one-block-footer {
  margin-right: unset;
  margin-left: auto;
  width: 230px;
}
.one-block-footer {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.footer-top {
  padding-top: 39px;
  padding-bottom: 61px;
}
.footer-bottom {
  background: linear-gradient(0deg, rgba(199, 199, 199, 0.2), rgba(199, 199, 199, 0.2));
  padding: 12px 0px;
}
.item-link {
  font-size: 12px;
}
.item-link:last-child {
  margin-bottom: 0px;
}
.indent-link {
  margin-bottom: 10px;
}
.list-link {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.title-footer {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 110%;
  color: #000000;
}
.txt-footer {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 0px;
}
.block-shell-bottom-footer {
  display: flex;
  align-items: center;
}
.block-two-footer {
  margin-left: auto;
  margin-right: auto;
}
.block-two-footer:first-child {
  margin-left: unset;
  margin-right: unset;
}
.block-two-footer:last-child {
  margin-left: unset;
  margin-right: unset;
}
.indent-main {
  margin-top: 110px;
  min-height: calc(100vh - 110px);
}
.header-bottom {
  margin-top: 110px;
  padding: 9px 0px 8px;
  border-top: 0.5px solid #000000;
  border-bottom: 0.5px solid #000000;
}
.block-shell-row {
  display: flex;
}
.shell-img-block-row {
  width: 76px;
  height: 80px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}
.img-row {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.txt-row {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  color: #000000;
  text-align: center;
}
.img-card.img-card-row {
  background-size: 100% 80px;
}
.one-block-category {
  margin-right: auto;
  margin-left: 10px;
  max-width: 76px;
}
.one-block-category:first-child {
  margin-left: 0px;
}
.one-block-category:last-child {
  margin-right: 0px;
}
.title-contacts {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 7px;
}
.txt-middle {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: #000000;
}
.txt-middle.txt-bold {
  font-weight: bold;
}
.block-shell-contacts {
  margin-bottom: 24px;
}
.title-lvl-one-secondary {
  margin-top: 35px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.title-lvl-one-secondary.page-order-generated {
  text-align: left;
  margin-bottom: 40px;
}
.title-lvl-one-secondary.title-table {
  display: none;
}
.block-shell-contacts:last-child {
  margin-bottom: 0px;
}
.block-shell-contacts:last-child .txt-middle {
  margin-bottom: 0px;
}
.block-shell-contacts .txt-middle {
  max-width: 255px;
}
.section-secondary {
  padding-bottom: 40px;
}
.block-content {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: #000000;
}
.block-content ul {
  margin-bottom: 0px;
  padding-left: 10px;
}
.block-content ol {
  margin-bottom: 0px;
}
.block-content li {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: #000000;
  list-style: none;
  position: relative;
}
.block-content li:after {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-bottom: 1px solid #000000;
  width: 5px;
  height: fit-content;
}
.block-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: #000000;
}
.block-content h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  color: #000000;
}
.block-content h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  text-align: center;
}
.block-content.block-content-assembly ul {
  padding-left: 0px;
}
.block-content.block-content-assembly li:after {
  content: unset;
}
.block-content.block-content-guarantee li {
  list-style-type: decimal;
}
.block-content.block-content-guarantee li:after {
  content: unset;
}
.block-content.block-content-guarantee h3 {
  margin-top: 32px;
  margin-bottom: 24px;
}
.block-content p {
  margin-bottom: 0px;
}
.block-content.block-content-how-choose h3 {
  margin: 24px 0px;
  text-align: left;
}
.txt-all {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 0px;
}
.img-about {
  width: 100%;
}
.block-shell-img-about {
  margin-top: 32px;
}
.txt-header {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  white-space: nowrap;
  display: block;
}
.txt-header span {
  display: block;
  line-height: 16px;
}
.txt-header span.class-phone {
  display: inline;
}
.title-breadcrumbs.active {
  color: #AFABAB;
}
.breadcrumb {
  margin-top: 10px;
  margin-bottom: unset;
  background-color: unset;
  border-radius: unset;
  padding: unset;
}
.breadcrumb .breadcrumb-item {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  color: #000000;
  padding-left: 4px;
}
.breadcrumb .breadcrumb-item.active {
  color: #AFABAB;
}
.breadcrumb .breadcrumb-item:before {
  padding-right: 4px;
}
.breadcrumb .breadcrumb-item a {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  color: #000000;
}
.breadcrumb span {
  margin-left: 4px;
  margin-right: 4px;
}
.page-product-inside .title-lvl-one-secondary {
  margin-top: 5px;
  margin-bottom: 22px;
}
.block-img-product-inside {
  height: 428px;
  width: 428px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.img-product-inside {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.title-block {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 0px;
}
.title-block.bold-unset {
  font-weight: normal;
}
.title-block span {
  margin-right: 6px;
  margin-left: 6px;
}
.title-card {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 0px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.txt-product {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 0px;
}
.left-part-characteristic {
  width: calc(100% - 160px);
  margin-right: 15px;
}
.one-block-shell-characterisсtic {
  margin-bottom: 16px;
}
.one-block-shell-characterisсtic:last-child {
  margin-bottom: 0px;
}
.one-block-shell-characterisсtic .two-block-shell-characteristic:last-child {
  margin-bottom: 0px;
}
.two-block-shell-characteristic {
  display: flex;
  margin-bottom: 4px;
}
.block-shell-price-go-basket {
  display: flex;
}
.general-class {
  background: #DEDEDE;
  border: 1px solid #DEDEDE;
  padding: 5px 0px 4px;
  text-align: center;
  justify-content: center;
  width: 100%;
  transition: unset;
}
.general-class.btn-basket {
  background: #DEDEDE;
}
.right-part-price-go-basket {
  width: 100%;
}
.right-part-price-go-basket:hover .btn-basket {
  background: #B4B4B4;
  border: 1px solid #B4B4B4;
}
.right-part-price-go-basket:active .btn-basket {
  background: #D1D1D1;
  border: 1px solid #D1D1D1;
}
.left-part-price-go-basket {
  width: 100%;
}
.block-shell-color-product {
  display: flex;
  flex-wrap: wrap;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.block-img-color-product {
  width: 120px;
  height: 140px;
  margin-bottom: 6px;
}
.img-color-product {
  /*background-size: 120px 100%;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 100%;
}
.txt-small {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  color: #000000;
  margin-bottom: 0px;
}
.one-block-color-product {
  margin-bottom: 20px;
  padding: 0px 10px;
}
.one-block-color-product:first-child {
  margin-left: 0px;
}
.one-block-color-product:last-child {
  margin-right: 0px;
}
.block-shell-product-recommendation {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.block-shell-product-recommendation .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.block-characteristic {
  margin-bottom: 24px;
}
.img-doc {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.block-img-doc {
  width: 48px;
  height: 48px;
  margin-right: 12px;
}
.txt-grey {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #919191;
  margin-bottom: 4px;
}
.txt-grey:last-child {
  margin-bottom: 0px;
}
.block-shell-doc {
  display: flex;
}
.block-txt-doc {
  margin-top: auto;
  margin-bottom: auto;
}
.block-order-generated {
  text-align: center;
}
.block-order-generated svg {
  width: 56px;
  height: 56px;
}
.block-order-generated svg path {
  fill: #848484;
}
.content-order-generated {
  margin-top: 36px;
}
.content-order-generated p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 20px;
}
.content-order-generated p:last-child {
  margin-bottom: 0px;
}
.error-check {
  display: none;
}
.error-check.active {
  display: block;
}
.txt-error {
  color: #CA1818;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0px;
}
.img-title-basket {
  width: 25px;
  height: 25px;
  margin-right: 25px;
}
.block-product-basket {
  margin-top: 12px;
  margin-bottom: 40px;
}
.block-img-basket {
  width: 160px;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
}
.img-basket {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.img-basket.img-product-preview-in-basket {
  background-size: unset;
}
.left-part-product-in-basket {
  margin-right: auto;
  width: 100%;
  max-width: 445px;
}
.left-part-product-in-basket .txt-basket {
  margin-bottom: 8px;
}
.left-part-product-in-basket .txt-basket:first-child {
  margin-bottom: 20px;
}
.left-part-product-in-basket .txt-basket:last-child {
  margin-bottom: 0px;
}
.txt-basket {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  display: block;
}
.txt-basket span {
  margin-right: 6px;
}
.svg-minus {
  width: 10px;
  height: 2px;
  margin-right: 12px;
}
.svg-plus {
  width: 10px;
  height: 10px;
  margin-left: 12px;
}
.btn-count {
  border: 1px solid #ADADAD;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}
.btn-count img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-count svg {
  margin: auto;
}
.btn-count svg path {
  fill: black;
}
.txt-number {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 0px;
}
.block-shell-info-product-in-basket {
  display: flex;
}
.center-part-product-in-basket {
  margin-left: auto;
  display: flex;
  align-self: flex-start;
}
.btn-minus-product {
  margin-right: 12px;
  /*&:before{
    content: '-';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 24px;
    font-weight: 900;
    height: 3px;
    line-height: 0;
    display: block;
  }*/
}
.btn-plus-product {
  margin-left: 12px;
  /*&:before{
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    font-weight: 900;
    height: 1px;
    line-height: 0;
    display: block;
  }*/
}
.btn-delete {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 39px;
}
.right-part-product-in-basket {
  margin-left: auto;
}
.one-block-product-in-basket {
  margin-bottom: 24px;
}
.one-block-product-in-basket:last-child {
  margin-bottom: 0px;
}
.big-indent-basket {
  margin-bottom: 40px;
}
.small-indent-basket {
  margin-bottom: 24px;
}
.form-check {
  margin-bottom: 16px;
  padding-left: 26px;
}
.form-check.form-check-contacts {
  padding-left: 0px;
}
.form-check:last-child {
  margin-bottom: 0px;
}
.form-check.form-check-inside {
  padding-left: 10px;
}
.form-check.form-check-inside .txt-basket {
  max-width: 312px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}
.form-check-input {
  margin-bottom: auto;
  margin-top: auto;
  margin-left: 0px;
  bottom: 0;
  top: 0;
  left: 0;
}
.custom-radio-group .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000000;
  border-radius: 8px;
  width: 14px;
  height: 14px;
  background: #FFFFFF;
}
.custom-radio-group .custom-control-input:checked ~ .custom-control-label::after {
  border-radius: 50%;
  background: #000000;
  width: 8px;
  height: 8px;
  left: -23px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.custom-radio-group .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-radio .custom-control-label::before {
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: -26px;
}
.custom-radio .custom-control-label::after {
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: -23px;
}
.btn-light-grey {
  background: #F5F5F5;
  border: 1px solid #BABABA;
  border-radius: 4px;
}
.btn-light-grey:hover {
  background: #E4E4E4;
}
.btn-light-grey:active {
  background: #FFFFFF;
}
.btn-dark-grey {
  background: #C4C4C4;
  border-radius: 4px;
}
.btn-dark-grey:hover {
  background: #B4B4B4;
}
.btn-dark-grey:active {
  background: #D1D1D1;
}
.btn-basket-inside {
  padding: 11px 0px;
  width: 100%;
  max-width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}
.label-all {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 4px;
  display: block;
  width: fit-content;
}
.form-group {
  margin-bottom: 20px;
  width: fit-content;
  margin-right: 20px;
}
.block-phone-basket {
  display: flex;
}
.form-check-custom.custom-checkbox {
  padding-left: 26px;
}
.form-check-custom.custom-checkbox .custom-control-input {
  left: 0;
  width: 14px;
  height: 14px;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}
.form-check-custom.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  box-shadow: none;
  background: #FFFFFF;
  border: unset;
  box-sizing: border-box;
  border-radius: 1px;
}
.form-check-custom.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  content: '';
  position: absolute;
  display: block;
  background-color: #000000;
  background-size: 10px 7px;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: -26px;
}
.form-check-custom.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border: 1px solid #BABABA;
  box-sizing: border-box;
  border-radius: unset;
  box-shadow: none;
  background: #FFFFFF;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 14px;
  height: 14px;
}
.form-check-custom.custom-checkbox .custom-control-label:before {
  border: 1px solid #CDC9C5;
  box-sizing: border-box;
  border-radius: unset;
  width: 14px;
  height: 14px;
  left: -26px;
  top: 0;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}
.form-check-custom.custom-checkbox .custom-control-label:before:focus {
  box-shadow: none;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.form-check-custom.custom-checkbox .custom-control-label:before:active {
  box-shadow: none;
}
.img-filter-color-product {
  width: 50px;
  height: 30px;
}
.custom-checkbox-color {
  margin-bottom: 5px;
}
.custom-checkbox-color img {
  max-width: 50px;
  max-height: 30px;
}
.custom-control {
  min-height: unset;
}
.custom-control-label::after {
  top: 0;
  bottom: 0;
  left: -26px;
  margin-top: auto;
  margin-bottom: auto;
  width: 14px;
  height: 14px;
}
.block-contacts-basket {
  border-bottom: 1px solid #000000;
  padding-bottom: 40px;
}
.class-for-flex {
  display: flex;
  justify-content: space-between;
}
.block-left-check {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
}
.form-check-label.txt-basket {
  margin-top: auto;
  margin-bottom: auto;
}
.one-block-final {
  display: flex;
  margin-bottom: 16px;
}
.one-block-final:first-child {
  margin-bottom: 24px;
}
.one-block-final:last-child {
  margin-bottom: 24px;
}
.one-block-final p {
  margin-bottom: 0px;
}
.one-block-final p:first-child {
  margin-right: auto;
}
.btn-arrange {
  width: 100%;
  max-width: 255px;
  display: block;
  padding: 11px 0px;
  margin-bottom: 24px;
}
.txt-where-buy {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: #000000;
}
.map-block {
  width: 730px;
  height: 364px;
  margin-left: auto;
}
.map-page-basket {
  width: 100%;
  height: 307px;
  margin-left: auto;
}
.block-show-delivery {
  margin-top: 16px;
}
.block-show-delivery .block-phone-basket {
  flex-wrap: wrap;
}
.block-show-delivery .last-form-group:last-child {
  margin-left: 0px;
}
.block-show-delivery .form-check-contacts {
  width: 100%;
  margin-bottom: 4px;
}
.class-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.block-login {
  padding: 24px 20px;
  margin-top: 45px;
  border: 1px solid #CDCDCD;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.block-login .title-block {
  text-align: center;
  margin-bottom: 16px;
}
.block-shell-login .input-big {
  max-width: 100%;
  width: 100%;
}
.block-shell-login .btn-basket-inside {
  max-width: 100%;
  margin-left: 0px;
}
.block-shell-login .form-check-custom.custom-checkbox .custom-control-input {
  bottom: unset;
  margin-top: 0px;
  margin-bottom: 0px;
}
.block-shell-login .form-check-custom.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  bottom: unset;
  margin-top: 0px;
  margin-bottom: 0px;
}
.block-shell-login .form-check-custom.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  bottom: unset;
  margin-top: 0px;
  margin-bottom: 0px;
}
.block-shell-login .form-check-custom.custom-checkbox .custom-control-label:after {
  bottom: unset;
  margin-top: 0px;
  margin-bottom: 0px;
}
.block-shell-login .form-check-custom.custom-checkbox .custom-control-label:before {
  bottom: unset;
  margin-top: 0px;
  margin-bottom: 0px;
}
.block-shell-login .form-group {
  margin-bottom: 12px;
  width: 100%;
  margin-right: 0px;
}
.block-shell-btn .btn {
  margin-bottom: 12px;
}
.block-shell-btn .btn:last-child {
  margin-bottom: 0px;
}
.top-block-history {
  display: flex;
  background: #F5F5F5;
  width: 100%;
  border: 1px solid #E8E8E8;
}
.one-block-history-title {
  border-right: 1px solid #E8E8E8;
  padding: 9px 0px;
  width: 100%;
  text-align: center;
}
.one-block-history-title:last-child {
  border-right: unset;
}
.one-block-history-title .txt-basket {
  margin-bottom: 0px;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
  background: #F5F5F5;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #F5F5F5;
  border: 1px solid #E8E8E8;
  border-top: unset;
  box-shadow: unset;
  outline: unset;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background: unset;
  border-color: #CDC9C5;
}
.btn-history-order {
  width: 100%;
  background: unset;
  border-top: unset;
  outline: none;
}
.btn-history-order:hover {
  background: #F5F5F5;
  outline: unset;
  color: #E8E8E8;
  border: 1px solid #E8E8E8;
  border-top: unset;
  outline: none;
}
.btn-history-order:active {
  background: #F5F5F5;
  color: #E8E8E8;
  outline: unset;
}
.btn-history-order:focus {
  background: #F5F5F5;
  outline: unset;
  color: #E8E8E8;
  border: 1px solid #E8E8E8;
  border-top: unset;
  outline: none;
}
.block-shell-one-order .one-block-history-title {
  padding: 19px 0px;
}
.block-shell-one-order .one-block-history-title:last-child {
  padding: 15px 0px;
}
.btn-history-order {
  background: #F5F5F5;
  border: 1px solid #E8E8E8;
  border-top: unset;
}
.open-order-history-block .one-block-product-in-basket {
  margin-bottom: 24px;
  padding-top: 24px;
}
.class-for-history-order .left-part-product-in-basket {
  margin-right: 0px;
  width: 100%;
  max-width: 375px;
}
.class-for-history-order .center-part-product-in-basket {
  display: block;
  align-self: unset;
  width: 100%;
  max-width: 295px;
  text-align: center;
  margin-right: auto;
}
.class-for-history-order .right-part-product-in-basket {
  text-align: center;
  margin-left: 0px;
  width: 100%;
  max-width: 295px;
  margin-right: 0px;
}
.bottom-part-block-order-history {
  padding-bottom: 24px;
}
.left-part-bottom-block-order-history {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.left-part-bottom-block-order-history .txt-basket {
  margin-bottom: auto;
  margin-top: auto;
}
.left-part-bottom-block-order-history .title-block {
  margin-left: auto;
}
.top-block-page-category {
  display: flex;
  margin-bottom: 7px;
}
.top-block-page-category .title-lvl-one-secondary {
  margin-right: 8px;
}
.top-block-page-category .txt-where-buy {
  color: #AFABAB;
}
.top-block-page-category .txt-basket {
  color: #AFABAB;
  font-size: 10px;
  line-height: 13px;
}
.color-gray {
  color: #7A7A7A;
}
.txt-filter {
  margin-left: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
}
.block-img-category {
  width: 255px;
  height: 280px;
  margin-left: auto;
  margin-right: auto;
}
.img-category {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
}
.block-shell-txt-category {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 15px;
}
.block-shell-txt-category .txt-basket {
  color: #9D9D9D;
  margin-bottom: 0px;
}
.one-block-category-inside {
  margin-bottom: 30px;
}
.input-small-category {
  width: 100px;
  border-radius: unset;
  margin-right: 10px;
}
.input-small-category:last-child {
  margin-left: 10px;
  margin-right: 0px;
}
.line-between {
  position: relative;
  border-bottom: 1px solid #000000;
  width: 8px;
  margin-top: auto;
  margin-bottom: auto;
}
.one-block-filter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.one-block-filter .input-all {
  padding: 8px 5px;
  font-size: 12px;
  line-height: 16px;
}
.one-block-filter:last-child {
  margin-bottom: 0px;
}
.one-block-filter .label-all {
  width: 100%;
}
.block-shell-filter {
  margin-bottom: 20px;
}
.block-shell-filter .txt-middle {
  max-width: 205px;
}
.block-shell-filter .txt-middle.txt-checkbox-color {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
}
.block-shell-filter .txt-bold {
  margin-bottom: 6px;
}
.block-shell-filter .form-check-custom.custom-checkbox .custom-control-input {
  border-radius: 2px;
  margin-top: unset;
  margin-bottom: unset;
  top: 3px;
}
.block-shell-filter .form-check-custom.custom-checkbox .custom-control-input:checked .custom-control-label:before {
  border-radius: 2px;
  margin-top: unset;
  margin-bottom: unset;
  top: 3px;
}
.block-shell-filter .form-check-custom.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  border-radius: 2px;
  margin-top: unset;
  margin-bottom: unset;
  top: 3px;
}
.block-shell-filter .form-check-custom.custom-checkbox .custom-control-input:focus {
  border-radius: 2px;
  margin-top: unset;
  margin-bottom: unset;
  top: 3px;
}
.block-shell-filter .form-check-custom.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  margin-top: unset;
  margin-bottom: unset;
  border-radius: 2px;
  top: 3px;
}
.block-shell-filter .form-check-custom.custom-checkbox .custom-control-label:before {
  border-radius: 2px;
  margin-top: unset;
  margin-bottom: unset;
  top: 3px;
}
.block-shell-filter .form-check-custom.custom-checkbox .custom-control-label:after {
  border-radius: 2px;
  margin-top: unset;
  margin-bottom: unset;
  top: 3px;
}
.block-shell-filter .form-check-custom.custom-checkbox.custom-checkbox-color {
  padding-left: 0px;
}
.block-shell-filter .form-check-custom.custom-checkbox.custom-checkbox-color .custom-control-input:checked ~ .custom-control-label::after {
  background-color: unset;
  background-image: url("/assets/template/img/checkbox-color.png");
  top: -6px;
  background-size: 50px 30px;
  border-radius: unset;
}
.block-shell-filter .form-check-custom.custom-checkbox.custom-checkbox-color .custom-control-input {
  top: 0;
  left: 0;
  width: 50px;
  height: 30px;
  border-radius: 0px;
}
.block-shell-filter .form-check-custom.custom-checkbox.custom-checkbox-color .custom-control-label:before {
  opacity: 0;
  top: -6px;
  width: 50px;
  height: 30px;
  left: -60px;
  border: 0px;
  border-radius: 0px;
}
.block-shell-filter .form-check-custom.custom-checkbox.custom-checkbox-color .custom-control-label:after {
  top: -6px;
  width: 50px;
  height: 30px;
  left: -60px;
  border: 0px;
  border-radius: 0px;
}
.custom-checkbox-color {
  display: flex;
}
.btn-category {
  padding: 10px 0px;
  width: 100%;
  max-width: 228px;
  display: block;
  text-align: center;
}
.block-shell-color {
  display: flex;
}
.right-part-block-color {
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
.right-part-block-color .txt-middle {
  margin-bottom: 0px;
}
.block-shell-filter-constructor {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
}
.btn-add-value {
  background: #B7B7B7;
  width: 16px;
  height: 16px;
  position: relative;
}
.btn-add-value .svg-minus {
  width: 8px;
  height: 2px;
}
.btn-add-value .svg-plus {
  width: 8px;
  height: 8px;
}
.btn-add-value svg {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-add-value svg path {
  fill: black;
}
.first-line-filter-constructor {
  display: flex;
  margin-bottom: 7px;
  min-width: 133px;
}
.first-line-filter-constructor:last-child {
  margin-bottom: 0px;
}
.custom-control-label {
  cursor: pointer;
}
.block-title-one-filter {
  margin-bottom: 10px;
}
.block-title-one-filter .custom-control-label {
  display: flex;
}
.one-block-filter-constructor {
  padding: 14px 12px;
  border-right: 1px solid #000000;
}
.one-block-filter-constructor:last-child {
  border-right: unset;
}
.owl-item .one-block-filter-constructor.first-slide-one-block-filter-constructor {
  border-right: unset;
}
.block-txt-filter-constructor {
  display: flex;
  margin-right: auto;
  width: 100%;
}
.block-txt-filter-constructor .txt-all:first-child {
  margin-right: auto;
}
.block-txt-filter-constructor .txt-all:last-child {
  margin-left: auto;
}
.block-button-filter-constructor {
  display: flex;
  margin-left: 8px;
}
.block-button-filter-constructor .btn-add-value:first-child {
  margin-right: 4px;
}
.vertical-block-title-one-filter {
  margin-bottom: 9px;
}
.first-vertical-line-filter-constructor {
  margin-bottom: 6px;
}
.first-vertical-line-filter-constructor:last-child {
  margin-bottom: 0px;
}
.one-vertical-block-filter-constructor {
  padding: 12px 10px 12px 12px;
  border-bottom: 1px solid #000000;
}
.one-vertical-block-filter-constructor:last-child {
  border-bottom: unset;
}
.one-vertical-block-filter-constructor .block-txt-filter-constructor {
  margin-right: 8px;
  margin-top: auto;
  margin-bottom: auto;
}
.one-vertical-block-filter-constructor .block-txt-filter-constructor .txt-all:first-child {
  margin-right: 3px;
}
.one-vertical-block-filter-constructor .block-txt-filter-constructor .txt-all:last-child {
  margin-left: 0;
}
.vertical-block-shell-filter-constructor {
  border-right: 1px solid #000000;
  max-width: 158px;
  min-width: 158px;
  display: inline-block;
  min-height: 615px;
}
.vertical-block-shell-constructor-canvas {
  width: 80%;
  height: 596px;
  display: inline-block;
  vertical-align: top;
}
.vertical-block-shell-constructor-canvas .title-lvl-one-secondary {
  display: none;
}
.page-constructor .custom-control-label {
  display: flex;
}
.page-constructor .form-check-custom.custom-checkbox {
  padding-left: 22px;
}
.page-constructor .form-check-custom.custom-checkbox .custom-control-input {
  border-radius: 1px;
  margin-top: unset;
  margin-bottom: unset;
  top: 2px;
}
.page-constructor .form-check-custom.custom-checkbox .custom-control-input:checked .custom-control-label:before {
  border-radius: 1px;
  margin-top: unset;
  margin-bottom: unset;
  top: 2px;
  left: -22px;
}
.page-constructor .form-check-custom.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  border-radius: 1px;
  margin-top: unset;
  margin-bottom: unset;
  top: 2px;
  left: -22px;
}
.page-constructor .form-check-custom.custom-checkbox .custom-control-input:focus {
  border-radius: 1px;
  margin-top: unset;
  margin-bottom: unset;
  top: 2px;
}
.page-constructor .form-check-custom.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  margin-top: unset;
  margin-bottom: unset;
  border-radius: 1px;
  top: 2px;
  left: -22px;
}
.page-constructor .form-check-custom.custom-checkbox .custom-control-label:before {
  border-radius: 1px;
  margin-top: unset;
  margin-bottom: unset;
  top: 2px;
  left: -22px;
}
.page-constructor .form-check-custom.custom-checkbox .custom-control-label:after {
  border-radius: 1px;
  margin-top: unset;
  margin-bottom: unset;
  top: 2px;
  left: -22px;
}
.dropdown-toggle:after {
  content: unset;
}
.block-for-flex {
  display: flex;
}
.btn-dropdown-filter {
  background: #B7B7B7;
  padding: 7px 15.75px;
  display: inline-block;
  width: 100%;
  max-width: 40px;
  line-height: 0px;
  transition: all 0.4s ease;
}
.btn-dropdown-filter:hover {
  background: #000000;
}
.btn-dropdown-filter:hover svg {
  transform: rotate(180deg);
}
.btn-dropdown-filter:hover svg path {
  fill: #ffffff;
}
.btn-dropdown-filter svg {
  width: 10px;
  height: 6px;
  transform: rotate(0deg);
  transition: all 0.4s ease;
}
.btn-dropdown-filter svg path {
  fill: #000000;
  transition: all 0.4s ease;
}
.dropdown {
  line-height: 0px;
}
.dropdown-menu {
  padding-left: 0px;
  min-width: unset;
}
.dropdown-item {
  line-height: 16px;
  padding: 0.25rem 1rem;
}
span.txt-sortby {
  margin: auto 10px auto auto;
  white-space: nowrap;
}
.dropdown-filter {
  position: relative;
  display: flex;
}
.dropdown-filter .dropdown-menu {
  padding: 0px;
  width: 100%;
}
.dropdown-filter .dropdown-menu .dropdown-item {
  padding: 6px 14px;
  border-bottom: 1px solid #D2D2D2;
}
.dropdown-filter .dropdown-menu .dropdown-item:last-child {
  border-bottom: unset;
}
.dropdown-filter .dropdown-item {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
}
.dropdown-filter .dropdown-item:active {
  background: #F5F4F4;
  color: #212529;
}
.input-filter-constructor {
  border: unset;
  background: unset;
  width: 8px;
  padding: 0px;
  margin-bottom: auto;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.input-filter-constructor.middle-input-filter {
  width: 20px;
}
.input-filter-constructor.big-input-filter {
  width: 70px;
}
.input-filter-constructor.input-count-in-basket {
  width: 35px;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.block-all-line-one-filter {
  margin-bottom: 4px;
}
.block-all-line-one-filter .dropdown-menu {
  padding: 0px;
}
.block-all-line-one-filter .dropdown-item {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 14px;
  cursor: pointer;
}
.block-all-line-one-filter .dropdown-item:hover {
  background: #F5F4F4;
}
.block-all-line-one-filter .dropdown-item:active {
  background: #D2D2D2;
  color: #000000;
}
.block-all-line-one-filter .dropdown-item.active {
  background: #D2D2D2;
  color: #000000;
}
.block-all-line-one-filter .dropdown.show svg {
  transform: rotate(180deg);
}
.block-all-line-one-filter .dropdown.show svg path {
  fill: #ffffff;
}
.block-all-line-one-filter .dropdown.show .btn-dropdown-filter {
  background: #000000;
}
.block-all-line-one-filter:last-child {
  margin-bottom: 0px;
}
.horizontal-bottom-block-shell-constructor {
  border-top: 1px solid #000000;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.btn-save-picture {
  padding: 11px 0px;
  width: 100%;
  max-width: 190px;
  min-width: 190px;
  display: block;
  margin-left: 20px;
}
.block-save-constructor {
  display: flex;
  justify-content: end;
  margin-left: auto;
}
.block-save-constructor .title-block {
  display: flex;
  align-items: center;
}
.block-content-how-choose h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
}
.block-content-how-choose p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
}
.block-content-how-choose li {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
}
.block-content-how-choose a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
}
.block-content-guarantee h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 32px;
}
.block-content-guarantee p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
}
.block-content-guarantee li {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
}
.block-content-guarantee a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
}
.block-content-guarantee ol,
.block-content-guarantee ul {
  padding-left: 20px;
}
.block-content-assembly h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
}
.block-content-assembly p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
}
.block-content-assembly ul {
  padding-left: 10px;
}
.block-content-assembly li {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: #000000;
  list-style: none;
  position: relative;
}
.block-content-assembly li:after {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-bottom: 1px solid #000000;
  width: 5px;
  height: fit-content;
}
.input-calendar {
  background-image: url("/assets/template/img/calendar-three.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 16px 16px;
}
.pagination {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0px auto;
}
.page-item-arrow {
  margin-left: 0px;
  margin-right: 0px;
}
.page-item-arrow .page-link {
  border: unset;
  background: unset;
}
.page-item-arrow .page-link:hover {
  background: unset;
  border: unset;
}
.page-link {
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  color: #242424;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
}
.page-link:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #FFFFFF;
}
.page-link:focus {
  box-shadow: unset;
}
.page-item {
  margin-right: 4px;
  margin-left: 4px;
}
.page-item:first-child {
  margin-right: 12px;
  margin-left: 0px;
}
.page-item:last-child {
  margin-right: 0px;
  margin-left: 12px;
}
.page-item.active .page-link {
  background: #000000;
  border: 1px solid #000000;
}
input:focus-visible {
  outline: unset;
}
.data-input {
  width: 100%;
  margin-bottom: 0px;
}
.filter-category-inside {
  display: none;
}
.first-top-block-category {
  display: flex;
  width: 100%;
}
.block-inside-filter-category {
  display: none;
}
.txt-filter-categories {
  display: none;
}
.no-scroll {
  overflow: hidden;
}
.txt-card-product {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #9D9D9D;
  margin-bottom: 0px;
}
.block-shell-dropdown {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.btn-city {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  padding: 11px 0px;
  width: 100%;
  max-width: 145px;
  display: block;
  border: 1px solid #A7A7A7;
  border-radius: 4px;
  text-align: center;
}
.btn-city.btn-save {
  max-width: unset;
}
.txt-dropdown {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 0px;
}
.block-shell-button {
  display: flex;
  margin-top: 20px;
}
.btn-first {
  margin-right: 12px;
  border: unset;
}
.dropdown-city {
  padding: unset;
  margin: unset;
  top: 30px;
  left: 15px;
  pointer-events: all;
}
.txt-bold {
  font-weight: bold;
}
.shell-city {
  padding: 32px 24px;
  width: 350px;
  position: relative;
}
.block-label-back {
  position: absolute;
  overflow: hidden;
  width: 24px;
  height: 24px;
  top: -17px;
  left: 25px;
  transform: rotate(45deg);
}
.block-label-back:after {
  content: '';
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  position: absolute;
  top: 6px;
  left: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.footer-mobile {
  display: none;
}
.link-search {
  display: none;
}
.secondary-top-block-category {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.btn-order-mobile {
  display: none;
}
.txt-table {
  min-width: fit-content;
  padding-left: 20px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #F5F4F4;
  color: #000000;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: unset;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: unset;
  background: unset;
  border: unset;
  border-radius: unset;
  overflow: hidden;
}
.shell-select-modal {
  margin-bottom: 16px;
}
.shell-select-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  padding-left: 0px;
}
.shell-select-modal .select2-container {
  background: #FFFFFF;
  border: 1px solid #BABABA;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px 12px;
}
.shell-select-modal .select2-container .select2-selection--single {
  height: unset;
}
.select2-results__option {
  padding: 8px 12px 8px 14px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.mobile-shadow {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
}
.mobile-shadow.active {
  display: block;
  width: 100vw;
  height: calc(100vh + 69px);
}
.title-modal {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.txt-modal {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
}
.modal-body {
  padding: 0px;
}
.modal-form {
  padding: 32px 24px;
}
.modal-dialog {
  max-width: 380px;
  margin: auto;
  padding: 0px 15px;
}
.page-searching .top-block-page-category {
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
}
.page-searching .top-block-page-category:after {
  display: none;
}
.middle-block-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-bottom: 13px;
}
.link-tab {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  display: block;
  white-space: nowrap;
}
.link-tab.active {
  font-weight: 700;
}
.list-link-tab {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
}
.item-link-tab {
  margin-right: 24px;
  margin-bottom: 11px;
}
.item-link-tab:last-child {
  margin-right: 0px;
}
.block-selection-parameters {
  opacity: 0;
  position: fixed;
  top: 102px;
  margin-top: -100%;
  width: 100%;
  background: #FFFFFF;
  z-index: 9;
  pointer-events: none;
}
.block-selection-parameters.expand {
  pointer-events: all;
}
.block-selection-colors {
  width: 100%;
  margin-top: 15px;
}
.block-selection-colors .shell-checkbox.block-shell-filter {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.block-selection-colors .shell-checkbox > p {
  display: none;
}
.block-selection-colors .custom-checkbox-color {
  margin: unset;
}
.block-selection-colors .custom-control-label {
  position: unset;
}
.block-selection-colors .custom-control {
  position: relative;
}
.block-selection-colors .custom-control-input:checked ~ .custom-control-label::after {
  left: 0 !important;
  top: 0 !important;
}
.title-selection-parameters {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 16px;
  width: 100%;
}
.btn-close-selection {
  position: absolute;
  top: 22px;
  right: 40px;
}
.form-selection-parameters {
  padding: 24px 40px 32px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.form-selection-parameters .block-shell-filter {
  margin-bottom: 0px;
  display: flex;
  width: 100%;
}
.form-selection-parameters .one-block-filter {
  margin-bottom: 0px;
  margin-right: 40px;
}
.form-selection-parameters .one-block-filter:last-child {
  margin-right: 0px;
  margin-left: auto;
  max-width: unset;
}
.btn-parameters {
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
.dropdown-custom {
  position: absolute;
  z-index: 1000;
  float: left;
  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, 0.15);
  border-radius: 0.25rem;
  display: none;
}
.btn-selected-city {
  display: block;
  width: fit-content;
  white-space: nowrap;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-right: 10px;
}
.img-card-color-small {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.general-carousel .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0px;
  transition: 0.4s ease;
  opacity: 1;
  z-index: 10;
}
.general-carousel .owl-nav button:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  background: linear-gradient(269.41deg, #FFFFFF 0.51%, rgba(255, 255, 255, 0) 99.49%);
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.general-carousel .owl-nav button.disabled {
  opacity: 0;
  z-index: -1;
}
.general-carousel .owl-nav button.owl-prev {
  left: 0;
  transform: rotate(180deg);
}
.general-carousel .owl-nav button.owl-next {
  right: 0;
}
.ui-widget.ui-widget-content {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #D2D2D2;
  border-radius: 8px;
  margin-top: 6px;
}
.ui-widget input.input-search {
  font-family: PT Sans Caption;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.ui-menu .ui-menu-item {
  border-bottom: 1px solid #D2D2D2;
}
.ui-menu .ui-menu-item:last-child {
  border-bottom: unset;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 8px 12px 8px 14px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.ui-menu .ui-menu-item-wrapper.ui-state-active {
  background: #F5F4F4;
}
.ui-menu .ui-menu-item-wrapper.ui-state-active a {
  color: #000000;
}
.input-search {
  color: #6C757D;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  box-shadow: unset;
  border-radius: 100px;
  background: rgba(234, 234, 234, 0.5);
  padding: 10.5px 41px 10.5px 12px;
  border: transparent;
  overflow: hidden;
}
.dropdown-down {
  padding: 0px;
  border: unset;
  border-radius: 4px;
  width: 100%;
  max-width: unset;
  position: relative;
  min-width: 170px;
  margin-left: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  transition: 0.3s ease;
}
.dropdown-down svg {
  position: absolute;
  right: 5px;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}
#dropdown_price .dropdown-menu {
  border: unset;
}
#dropdown_price .dropdown-item {
  border: unset;
}
.block-all-product {
  margin-top: 40px;
}
#dropdown_price .dropdown-menu {
  overflow: hidden;
  border-radius: unset;
}
#dropdown_price .dropdown-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
#dropdown_price .dropdown-item.active {
  background: unset;
  position: relative;
  color: #000000;
}
#dropdown_price .dropdown-item.active:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0px;
  right: 0px;
  width: 16px;
  height: 16px;
  background-image: url("/assets/template/img/Check.svg");
}
#dropdown_price.show .dropdown-down {
  border: unset;
}
#dropdown_price.show .dropdown-down svg {
  transform: rotate(180deg);
}
.btn-go-on-search {
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  font-style: normal;
  text-align: center;
  justify-content: center;
}
.btn-go-on-search:hover {
  color: #000000;
}
.block-content-404 {
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
}
.title-404 {
  font-size: 9.5rem;
}
.btn-404 {
  border: 1px solid #F5F5F5;
  max-width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0px;
  display: block;
}
.mobile-count-cart-mini {
  position: absolute;
  top: -4px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  right: 7px;
  overflow: hidden;
  opacity: 1;
  transition: all 0.3s;
}
.mobile-count-cart-mini span.ms2_total_count {
  display: block;
  line-height: 100%;
}
.ms2_total_count {
  font-weight: 700;
  font-size: 11px;
  line-height: 100%;
  color: #fff;
  margin: auto 0px;
  background: #B21C21;
  border-radius: 50%;
  padding: 3px 1.5px 2px;
  min-height: 16px;
  min-width: 16px;
  text-align: center;
}
.ms2_total_count.basket-count {
  margin: 0px 6px 0px 0px;
  background: unset;
  padding: unset;
  min-height: unset;
  min-width: unset;
  border-radius: unset;
  color: #000;
}
.right-part {
  position: relative;
}
.shell-cart-point p {
  margin-bottom: 8px;
  width: fit-content;
}
.shell-cart-point p:last-child {
  text-align: right;
}
.block-txt-color-product {
  max-width: 120px;
}
.block-txt-color-product .txt-small {
  display: -webkit-box;
  /* -webkit-line-clamp: 1;*/
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.block-all-slider {
  display: flex;
  position: sticky;
  top: 110px;
}
.block-small-slider {
  width: 100px;
  margin-right: 16px;
  position: relative;
  padding: 30px 0;
}
.carousel-product-small {
  padding: 0 0 10px;
}
.carousel-product-small-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-product-small-btn:focus {
  outline: unset;
}
.carousel-product-small-btn.slick-arrow {
  opacity: 1;
}
.carousel-product-small-btn.slick-arrow:before {
  display: none;
}
.carousel-product-small-btn--prev {
  top: 0;
}
.carousel-product-small-btn--next {
  bottom: 0;
}
.carousel-product-small-item {
  cursor: pointer;
}
.carousel-product-small-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.carousel-product-small .slick-arrow {
  opacity: 1;
  z-index: 1;
}
.carousel-product-small .slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.carousel-product-small .slick-prev {
  top: 0;
}
.carousel-product-small .slick-arrow {
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
}
.carousel-product-small .slick-next {
  top: unset;
  bottom: 0;
}
.wrapper-page.product {
  overflow: unset;
}
.shell-img-product {
  margin: auto 0;
  width: 120px;
  height: 140px;
}
.shell-img-product img {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  object-fit: contain;
}
.link-product {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.shell-img-color {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.zoomImg {
  background-color: #ffffff;
}
.block-big-slider {
  width: 100%;
  max-width: calc(100% - 108px);
}
.carousel-product-small-item {
  margin-bottom: 5px;
}
.slick-vertical .slick-slide {
  height: 98px;
  margin-bottom: 5px;
}
.slick-vertical .slick-slide.slick-current .carousel-product-small-item {
  border: 2px solid #000;
  border-radius: 4px;
}
.slick-vertical .slick-slide .carousel-product-small-item {
  border: 2px solid transparent;
  border-radius: 4px;
  height: 98px;
  margin: 3px 0px;
}
.slick-arrow {
  width: 28px;
  height: 28px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.slick-arrow:before {
  content: '';
  background-image: url("/assets/template/img/arrow-big.svg");
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.slick-next {
  right: 10px;
}
.slick-next:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.slick-prev {
  left: 10px;
}
.slick-prev:before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.carousel-product:hover .slick-arrow {
  z-index: 1;
  opacity: 1;
}
.carousel-product .slick-prev {
  left: 0;
}
.carousel-product .slick-next {
  right: 0;
}
.carousel-product .slick-arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-product .slick-arrow:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2214%22%20viewBox%3D%220%200%2026%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M25%2013L13%201L1%2013%22%20stroke%3D%22black%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.fancybox__toolbar {
  background: #fff;
}
.fancybox__backdrop {
  background: #fff;
}
.fancybox__thumb {
  background-size: contain;
  padding-top: 100%;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
  border: 2px solid #000;
}
.carousel__button {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2214%22%20viewBox%3D%220%200%2026%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M25%2013L13%201L1%2013%22%20stroke%3D%22black%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.carousel__button.fancybox__button--close {
  width: 38px;
  height: 38px;
  background-image: unset;
  position: relative;
}
.carousel__button.fancybox__button--close:after,
.carousel__button.fancybox__button--close:before {
  content: '';
  background-color: #999;
  width: 2px;
  height: 20px;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.carousel__button.fancybox__button--close:after {
  transform: rotate(45deg);
}
.carousel__button.fancybox__button--close:before {
  transform: rotate(-45deg);
}
.carousel__button.is-prev {
  transform: rotate(270deg);
}
.carousel__button.is-next {
  transform: rotate(90deg);
}
.carousel__button svg {
  display: none;
}
.fancybox__toolbar__items--left {
  display: none;
}
.fancybox__button--zoom {
  display: none;
}
.fancybox__button--slideshow {
  display: none;
}
.fancybox__button--fullscreen {
  display: none;
}
.fancybox__button--thumbs {
  display: none;
}
.btn-tablet {
  display: none;
}
.left-part-bottom-block-shell-constructor {
  border-right: 1px solid #000000;
  max-width: 158px;
  min-width: 158px;
  display: inline-block;
}
.right-part-bottom-block-shell-constructor {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  align-items: center;
  margin-left: 10px;
}
.btn-clear-constructor {
  padding: 11px 0;
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 32px auto 0;
}
.shell-btn-confirm-phone {
  display: flex;
  gap: 8px;
  width: 50%;
}
.block-phone-order {
  flex-wrap: wrap;
}
.section-main__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.files-catalog {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.files-catalog__item {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  flex-grow: 0;
  max-width: 130px;
}
.files-catalog__item-img {
  width: 100%;
}
.files-catalog__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 196%;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.gallery-guarantees {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  margin-top: 6px;
}
.gallery-guarantees img {
  width: 100%;
}
.header-city {
  position: relative;
}
.header-city__select-wrapper {
  position: absolute;
  top: 110%;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 190px;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.16));
  z-index: 1;
  overscroll-behavior: none;
  display: none;
  scrollbar-color: #d9d9d9 transparent;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 8px;
}
.header-city__select-wrapper::-webkit-scrollbar {
  width: 16px;
  border-radius: 4px;
  background: transparent;
}
.header-city__select-wrapper::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 4px;
  border: none;
}
.header-city__select-wrapper::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.header-city__select-wrapper.show {
  display: block;
}
.ui-select__options {
  display: flex;
  flex-direction: column;
}
.ui-select__option {
  padding: 4px 12px 4px 14px;
  line-height: 16px;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.ui-select__option:hover {
  background: #F5F4F4;
}
.ui-select__option-area {
  font-size: 10px;
  color: #aeaeae;
}
.ui-select__option.active {
  background: #F5F4F4;
}
.ui-select__btn-close {
  width: 21px;
  height: 21px;
}
.ui-select__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  padding-bottom: 11px;
  border-bottom: 0.25px solid #000;
  margin: 8px 16px 0 14px;
}
.ui-select__title {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}
.about-company {
  padding-bottom: 108px;
}
.about-company__title {
  text-align: center;
  margin-top: 69px;
  margin-bottom: 9px;
}
.about-company__text {
  text-align: center;
}
.about-company__text-big {
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  margin: 83px 0 40px;
}
.about-company__texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: unset;
  margin: unset;
}
.about-company__texts li {
  font-weight: 400;
  font-size: 12px;
  line-height: 135%;
}
.about-company__texts li span {
  font-weight: 700;
}
.about-company__list {
  display: flex;
  flex-direction: column;
}
.about-company__item {
  display: grid;
  grid-template-columns: 628fr 373fr;
  gap: 34px;
  align-items: center;
}
.about-company__item-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 225%;
  text-align: center;
  margin-bottom: 0;
}
.about-company__item-img {
  width: 100%;
}
.about-company__gallery-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 49px;
}
.about-company__gallery-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-layout {
  display: none;
}
.where-buy__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 44px;
  padding: unset;
  margin-bottom: unset;
  list-style: none;
}
.where-buy__item {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}
.info-popover:focus {
  outline: unset;
}
.popover {
  max-width: 670px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
  border: unset;
  border-radius: 18px;
}
.popover-body {
  padding: 18px;
}
.popover .arrow:after {
  left: 3px;
}
.popover .arrow:before {
  opacity: 0;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1180px) {
  .block-shell-color-product {
    max-width: 420px;
  }
}
@media (max-width: 1145px) {
  .form-selection-parameters .block-shell-filter {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form-selection-parameters .one-block-filter {
    max-width: 230px;
  }
  .form-selection-parameters .one-block-filter:nth-child(3) {
    margin-right: 0px;
  }
  .form-selection-parameters .one-block-filter:last-child {
    margin-right: auto;
  }
  .form-selection-parameters .input-small-category {
    width: 100px;
  }
  .btn-category.btn-parameters {
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1100px) {
  .img-card.img-card-row {
    background-size: 100% 74px;
  }
  .shell-img-block-row {
    width: 70px;
    height: 74px;
  }
  .one-block-category {
    margin-left: auto;
    margin-right: auto;
  }
  .one-block-category:last-child {
    margin-right: auto;
  }
  .one-block-category:first-child {
    margin-left: auto;
  }
}
@media (max-width: 1050px) {
  .txt-header span {
    display: none;
  }
  .txt-header span.class-phone {
    display: none;
  }
  .block-link-header {
    order: 4;
    margin-left: 20px;
    margin-right: 0px;
  }
  .right-header-block {
    margin-left: 24px;
  }
  .right-header-block img {
    height: 20px;
    width: 20px;
    margin-right: 0px;
  }
  .block-shell-img {
    width: 135px;
    height: 130px;
  }
  .input-small-category {
    width: 95px;
  }
  .block-img-color-product {
    margin-left: auto;
    margin-right: auto;
  }
  .block-shell-product-recommendation .one-block-color-product {
    height: 100%;
    margin-bottom: 0px;
  }
  .one-block-color-product:last-child {
    margin-right: auto;
  }
  .one-block-color-product:first-child {
    margin-left: auto;
  }
  .block-shell-color-product .one-block-color-product:last-child {
    margin-right: 0px;
  }
  .block-shell-color-product .one-block-color-product:first-child {
    margin-left: 0px;
  }
  .mobile-count-cart-mini {
    top: -10px;
    right: -10px;
  }
}
@media (max-width: 991px) {
  .bottom-indent {
    margin-bottom: 20px;
  }
  .block-shell-img {
    margin-bottom: 8px;
  }
  .block-shell-bottom-footer {
    flex-wrap: wrap;
  }
  .block-two-footer {
    width: 50%;
  }
  .block-two-footer:nth-child(2) {
    text-align: right;
  }
  .block-two-footer:nth-child(4) {
    text-align: right;
  }
  .block-img-basket {
    width: 108px;
    height: 108px;
  }
  .left-part-product-in-basket {
    max-width: 300px;
  }
  .center-part-product-in-basket {
    margin-right: 10px;
  }
  .btn-delete {
    margin-left: 44px;
  }
  .form-group {
    margin-right: 16px;
  }
  .big-indent-basket {
    margin-bottom: 32px;
  }
  .block-contacts-basket {
    padding-bottom: 32px;
  }
  .header-bottom {
    border-top: unset;
    border-bottom: unset;
    margin-top: 92px;
    padding: 0px;
  }
  .header-top {
    padding: 8px 0px;
    border-bottom: 1px solid #D2D2D2;
  }
  .map-block {
    width: 100%;
  }
  .class-for-history-order .center-part-product-in-basket {
    max-width: fit-content;
  }
  .class-for-history-order .right-part-product-in-basket {
    max-width: fit-content;
  }
  .left-part-bottom-block-order-history .txt-basket {
    max-width: 500px;
  }
  .block-shell-search {
    max-width: 232px;
    margin-right: 0px;
  }
  .filter-category-inside {
    display: block;
  }
  .top-block-page-category {
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
  .img-filter {
    margin-right: 12px;
    width: 22px;
    height: 22px;
  }
  .first-top-block-category {
    width: 100%;
    margin-bottom: 16px;
  }
  #background {
    position: fixed;
    top: 0px;
    margin-left: -100%;
    background: #FFFFFF;
    z-index: 10;
    overflow: auto;
    height: 100vh;
    width: 100%;
    max-width: 320px;
  }
  .header-top.filter-active {
    z-index: -1;
  }
  .block-inside-filter-category {
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
    margin-bottom: 32px;
    position: relative;
  }
  .block-inside-filter-category:after {
    content: '';
    border-bottom: 1px solid #D2D2D2;
    width: calc(100% + 30px);
    margin-left: -15px;
    height: 1px;
    position: absolute;
    bottom: -12px;
  }
  .txt-filter-categories {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 0px;
  }
  .btn-category {
    padding: 11px 0px;
    max-width: 290px;
    margin-bottom: 100px;
  }
  .block-img-category {
    width: 135px;
    height: 131px;
  }
  .title-card {
    font-size: 12px;
    line-height: 16px;
  }
  .txt-card-product {
    font-size: 12px;
    line-height: 16px;
  }
  .one-block-category-inside {
    margin-bottom: 20px;
  }
  .block-img-color-product {
    width: 108px;
    height: 126px;
  }
  .shell-img-product {
    width: 108px;
    height: 126px;
  }
  .left-part-characteristic {
    width: calc(100% - 170px);
  }
  .img-color-product {
    /*background-size: 76px 100%;*/
    background-size: contain;
  }
  .block-img-product-inside {
    width: 294px;
    height: 294px;
  }
  .one-block-shell-characterisсtic {
    margin-bottom: 12px;
  }
  .indent-main {
    margin-top: 96px;
    min-height: calc(100% - 96px);
  }
  .title-lvl-one-secondary.title-pk {
    display: none;
  }
  .title-lvl-one-secondary.title-table {
    display: block;
  }
  .form-selection-parameters {
    padding: 24px 5px 32px;
    border-top: unset;
    border-bottom: unset;
  }
  .form-selection-parameters .one-block-filter {
    margin-right: 20px;
    width: 230px;
  }
  .form-selection-parameters .block-shell-filter {
    justify-content: space-between;
  }
  .block-selection-parameters {
    top: 69px;
    border-bottom: 1px solid #000000;
  }
  .mobile-class {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 600px;
  }
  .mobile-class .title-lvl-one-secondary {
    display: none;
  }
  .block-shell-filter-constructor {
    flex-direction: column;
    width: 100%;
    border-bottom: unset;
  }
  .vertical-block-shell-filter-constructor {
    width: 100%;
    max-width: unset;
    border-right: unset;
    min-height: unset;
  }
  .one-vertical-block-filter-constructor {
    border-bottom: unset;
  }
  .first-line-filter-constructor {
    align-items: center;
  }
  .btn-add-value {
    width: 44px;
    height: 24px;
  }
  .horizontal-bottom-block-shell-constructor {
    width: 100%;
  }
  .one-block-filter-constructor {
    border-right: unset;
  }
  .input-filter-constructor.big-input-filter {
    width: 85px;
  }
  .vertical-block-shell-constructor-canvas {
    width: 100%;
    height: 450px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #fff;
    z-index: 1;
  }
  .vertical-block-shell-constructor-canvas.class-fix {
    position: fixed;
    top: 69px;
  }
  .vertical-block-shell-constructor-canvas .title-lvl-one-secondary {
    display: block;
    padding: 0px 15px;
    text-align: center;
    margin-top: 15px;
  }
  .block-title-one-filter {
    margin-bottom: 13px;
  }
  .block-title-one-filter .txt-all {
    text-align: center;
    font-weight: 700;
  }
  .block-title-one-filter .form-check-custom.custom-checkbox {
    padding-left: 0px;
  }
  .block-title-one-filter .form-check-custom.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    right: 0px;
    left: unset;
  }
  .block-title-one-filter .form-check-custom.custom-checkbox .custom-control-input {
    right: 0px;
    left: unset;
  }
  .block-title-one-filter .form-check-custom.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    right: 0;
    left: unset;
  }
  .block-title-one-filter .form-check-custom.custom-checkbox .custom-control-label {
    justify-content: center;
  }
  .block-title-one-filter .form-check-custom.custom-checkbox .custom-control-label.txt-middle {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
  }
  .block-title-one-filter .form-check-custom.custom-checkbox .custom-control-label:before {
    right: 0px;
    left: unset;
  }
  .block-title-one-filter .form-check-custom.custom-checkbox .custom-control-label:after {
    right: 0px;
    left: unset;
  }
  .vertical-block-title-one-filter {
    margin-bottom: 13px;
  }
  .vertical-block-title-one-filter .txt-all {
    text-align: center;
    font-weight: 700;
  }
  .block-all-line-one-filter .form-check-custom.custom-checkbox {
    padding-left: 0px;
  }
  .block-all-line-one-filter .form-check-custom.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    right: 0px;
    left: unset;
  }
  .block-all-line-one-filter .form-check-custom.custom-checkbox .custom-control-input {
    right: 0px;
    left: unset;
  }
  .block-all-line-one-filter .form-check-custom.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    right: 0;
    left: unset;
  }
  .block-all-line-one-filter .form-check-custom.custom-checkbox .custom-control-label.txt-middle {
    font-size: 12px;
    line-height: 16px;
  }
  .block-all-line-one-filter .form-check-custom.custom-checkbox .custom-control-label:before {
    right: 0px;
    left: unset;
  }
  .block-all-line-one-filter .form-check-custom.custom-checkbox .custom-control-label:after {
    right: 0px;
    left: unset;
  }
  .btn-tablet {
    display: flex;
  }
  .block-shell-color-product {
    max-width: 385px;
  }
  .right-part-bottom-block-shell-constructor {
    flex-direction: column;
    align-items: end;
  }
  .txt-detail-constructor {
    margin-bottom: 8px;
  }
  .carousel-product .slick-arrow {
    display: none !important;
  }
  .popover {
    max-width: 400px;
  }
  .custom-control__wrapper {
    width: 130px;
  }
}
.lower-canvas {
  background: #fff;
}
@media (max-width: 840px) {
  .block-shell-color-product {
    flex-wrap: unset;
    overflow-x: auto;
    margin-left: 0;
    max-width: unset;
  }
  .shell-btn-confirm-phone {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-main__inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .block-all-slider {
    position: unset;
  }
}
@media (max-width: 770px) {
  .form-selection-parameters .one-block-filter {
    width: 50%;
  }
  .form-selection-parameters .one-block-filter:nth-child(2) {
    margin-right: 0px;
  }
  .form-selection-parameters .one-block-filter:nth-child(3) {
    margin-right: 20px;
  }
  .form-selection-parameters .one-block-filter:last-child {
    margin-right: 0px;
  }
  .btn-category.btn-parameters {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .one-block-footer {
    margin-left: unset;
    margin-right: unset;
  }
  .img-about {
    margin-bottom: 20px;
  }
  .title-block {
    font-size: 14px;
    line-height: 18px;
  }
  .block-shell-horizontal-scroll {
    width: calc(100% + 30px);
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: -15px;
  }
  .block-shell-color-product {
    flex-wrap: unset;
    overflow-x: auto;
    margin-left: 0px;
  }
  .block-shell-color-product::-webkit-scrollbar {
    opacity: 0;
  }
  .block-shell-color-product::-webkit-scrollbar-thumb {
    opacity: 0;
  }
  .general-class {
    padding: 7px 0px;
  }
  .one-block-color-product:first-child {
    margin-left: unset;
  }
  .one-block-color-product:last-child {
    margin-right: unset;
  }
  .indent-table {
    margin-bottom: 40px;
  }
  .block-shell-horizontal-scroll-recommendation {
    width: calc(100% + 30px);
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: -15px;
    display: flex;
  }
  .block-shell-product-recommendation {
    flex-wrap: unset;
    overflow-x: auto;
    margin-left: 0px;
    scrollbar-width: none;
    margin-bottom: 20px;
  }
  .block-shell-product-recommendation::-webkit-scrollbar {
    opacity: 0;
  }
  .block-shell-product-recommendation::-webkit-scrollbar-thumb {
    opacity: 0;
  }
  .page-product-inside .section-secondary {
    padding-bottom: 0px;
  }
  .class-for-history-order .left-part-product-in-basket {
    max-width: 280px;
  }
  .block-shell-info-product-in-basket {
    position: relative;
  }
  .center-part-product-in-basket {
    margin-right: 0px;
  }
  .price-table {
    position: absolute;
    right: 0;
    top: 50px;
  }
  .block-map-basket {
    width: calc(100% + 26px);
    margin-left: -26px;
    margin-right: -30px;
    margin-top: 16px;
  }
  .form-check.form-check-inside .txt-basket {
    max-width: 100%;
  }
  .link-search {
    display: block;
  }
  .block-shell-search {
    position: fixed;
    top: 0px;
    margin-right: -100%;
    background: #FFFFFF;
    z-index: 10;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    right: 0;
    padding: 16px 15px;
    display: flex;
    justify-content: space-between;
  }
  .block-shell-search .block-for-icon-search {
    right: 78px;
  }
  .block-shell-search .select2-container {
    max-width: calc(100% - 47px);
  }
  .right-header-block {
    margin-left: auto;
    display: flex;
  }
  .right-header-block .txt-header:last-child {
    margin-left: 16px;
  }
  .input-search {
    max-width: calc(100% - 47px);
  }
  .shell-img-product img {
    width: 100px;
  }
  .txt-detail-constructor {
    font-size: 14px;
  }
  .about-company {
    padding-bottom: 0;
  }
  .about-company__list {
    gap: 19px;
  }
  .about-company__item {
    display: flex;
    flex-direction: column;
    gap: 19px;
  }
  .about-company__item-img {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .about-company__item-text {
    font-size: 14px;
    line-height: 140%;
  }
  .about-company__text {
    font-size: 14px;
    line-height: 120%;
  }
  .about-company__text-big {
    font-size: 24px;
    margin-top: 30px;
    text-align: center;
  }
  .about-company__texts {
    gap: 8px;
  }
  .about-company__texts li {
    text-align: center;
  }
  .about-company__title {
    margin: 44px 0 11px;
    font-size: 30px !important;
    line-height: 26px !important;
  }
  .about-company__title-main {
    padding-bottom: 19px;
    position: relative;
  }
  .about-company__title-main:before {
    content: '';
    position: absolute;
    left: -15px;
    bottom: 0;
    width: calc(100% + 30px);
    height: 0.5px;
    background: #000;
  }
  .about-company__gallery-list {
    grid-template-columns: 1fr;
    margin-left: -15px;
    margin-top: 11px;
    width: calc(100% + 30px);
  }
  .block-selection-colors .shell-checkbox.block-shell-filter {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 660px) {
  .section-main__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 610px) {
  .img-logo {
    width: 120px;
    height: 40px;
  }
  .block-shell-search {
    padding: 8px 15px;
  }
  .block-selection-parameters {
    top: 57px;
  }
}
@media (max-width: 575px) {
  .footer-top {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .block-link-header {
    margin-left: 16px;
  }
  .block-shell-bottom-footer {
    display: block;
    flex-wrap: unset;
  }
  .block-two-footer {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  .block-two-footer:nth-child(2) {
    text-align: center;
  }
  .block-two-footer:nth-child(4) {
    text-align: center;
  }
  .block-two-footer:last-child {
    margin-bottom: 0px;
  }
  .block-link-header {
    order: 3;
  }
  .header-top {
    padding: 6px 0px 8px 0px;
  }
  .indent-main {
    margin-top: 113px;
    min-height: calc(100vh - 113px);
  }
  .header-bottom {
    display: none;
  }
  .section-secondary {
    margin-top: 108px;
  }
  .triger-filter span {
    display: none;
  }
  .top-block-page-category {
    padding-bottom: 29px;
    margin-bottom: 0px;
    position: relative;
  }
  .top-block-page-category .txt-basket {
    font-size: 12px;
    line-height: 16px;
  }
  .top-block-page-category:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #D2D2D2;
    width: calc(100% + 30px);
    bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .img-filter {
    margin-right: 0px;
  }
  .block-content-guarantee h3 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .block-content-how-choose h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .title-lvl-one-secondary {
    font-size: 14px;
    line-height: 18px;
  }
  .title-lvl-one-secondary.title-table {
    padding-bottom: 11px;
    margin-bottom: 21px;
    margin-top: 8px;
    position: relative;
  }
  .title-lvl-one-secondary.title-table:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #D2D2D2;
    width: calc(100% + 30px);
    margin-left: -15px;
    bottom: 0;
    left: 0;
  }
  .title-lvl-one-secondary.class-mobile-border {
    position: relative;
    margin-bottom: 21px;
    padding-bottom: 11px;
  }
  .title-lvl-one-secondary.class-mobile-border:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #D2D2D2;
  }
  .block-img-product-inside {
    margin-bottom: 20px;
    width: 290px;
    height: 290px;
  }
  .block-characteristic {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .block-characteristic:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #D2D2D2;
    width: calc(100% + 30px);
    margin-left: -15px;
    bottom: 0;
    left: 0;
  }
  .left-part-characteristic {
    width: calc(100% - 120px);
    margin-right: 20px;
  }
  .margin-bottom {
    margin-bottom: 16px;
  }
  .btn-history-order {
    display: flex;
    flex-wrap: wrap;
  }
  .top-block-history {
    display: none;
  }
  .block-shell-one-order .one-block-history-title {
    width: 50%;
  }
  .block-shell-one-order .one-block-history-title:nth-child(1) {
    padding: 16px 0px 12px 0px;
  }
  .block-shell-one-order .one-block-history-title:nth-child(2) {
    padding: 16px 0px 12px 0px;
  }
  .block-shell-one-order .one-block-history-title:nth-child(3) {
    padding: 0px 0px 13px 0px;
  }
  .block-shell-one-order .one-block-history-title:last-child {
    padding: 0px 0px 13px 0px;
  }
  .block-img-basket {
    width: 90px;
    height: 105px;
  }
  .block-shell-info-product-in-basket {
    flex-wrap: wrap;
    position: unset;
  }
  .class-for-history-order .left-part-product-in-basket {
    max-width: 100%;
  }
  .center-part-product-in-basket {
    margin-left: unset;
  }
  .block-shell-one-order {
    margin-bottom: 16px;
  }
  .block-img-color-product {
    width: 120px;
    height: 140px;
  }
  .shell-img-product {
    width: 120px;
    height: 140px;
  }
  .img-color-product {
    /*background-size: 84px 100%;*/
    background-size: contain;
  }
  .left-part-product-in-basket .txt-basket:last-child {
    margin-bottom: 12px;
  }
  .btn-history-order {
    border-top: 1px solid #E8E8E8;
  }
  .btn-history-order.collapsed {
    border-bottom: unset;
  }
  .btn-history-order.collapsed:hover {
    border-top: 1px solid #E8E8E8;
    border-bottom: unset;
  }
  .btn-history-order.collapsed:focus {
    border-top: 1px solid #E8E8E8;
    border-bottom: unset;
  }
  .btn-history-order:hover {
    border-top: 1px solid #E8E8E8;
  }
  .btn-history-order:focus {
    border-top: 1px solid #E8E8E8;
  }
  .btn-history-order.btn-order-mobile {
    border-bottom: 1px solid #E8E8E8;
  }
  .one-block-history-title {
    border-right: unset;
  }
  .btn-order-mobile {
    display: block;
    border-bottom: 1px solid #E8E8E8;
    line-height: 0px;
    padding: 9.5px 0px;
  }
  .btn-order-mobile.collapsed svg {
    transition: 1.4s ease;
    transform: rotate(180deg);
  }
  .btn-order-mobile:hover {
    border-bottom: 1px solid #E8E8E8;
  }
  .btn-order-mobile:focus {
    border-bottom: 1px solid #E8E8E8;
  }
  .btn-order-mobile svg {
    transform: rotate(0deg);
    width: 8px;
    height: 6px;
    transition: 1.4s ease;
  }
  .txt-basket {
    font-size: 12px;
    line-height: 16px;
  }
  .center-part-product-in-basket .txt-basket {
    font-size: 14px;
    line-height: 18px;
  }
  .svg-minus {
    width: 8px;
    height: 1.6px;
  }
  .svg-plus {
    width: 8px;
    height: 8px;
  }
  .btn-count {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    line-height: 0px;
  }
  .btn-count img {
    width: 6px;
    height: 6px;
    max-width: 6px;
    min-width: 6px;
  }
  .txt-number {
    font-size: 12px;
    line-height: 16px;
  }
  .btn-minus-product {
    margin-right: 0px;
    text-align: center;
  }
  .btn-plus-product {
    margin-left: 0px;
    text-align: center;
  }
  .btn-count img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .input-filter-constructor.input-count-in-basket {
    width: 30px;
  }
  .price-table {
    position: unset;
    top: unset;
    right: unset;
  }
  .block-right-check {
    padding-left: 15px;
  }
  .form-group {
    width: calc(50% - 16px);
    margin-bottom: 12px;
  }
  .input-big {
    width: 100%;
  }
  .data-input {
    width: unset;
  }
  .input-small {
    width: 100%;
  }
  .small-indent-basket {
    margin-bottom: 18px;
  }
  .txt-error {
    font-size: 12px;
    line-height: 16px;
  }
  .btn-arrange {
    margin-bottom: 16px;
  }
  .btn-basket-inside {
    margin-bottom: 12px;
  }
  .block-login {
    margin-top: 129px;
    padding: 21px 12px 24px;
  }
  .block-login .title-block {
    margin-bottom: 20px;
  }
  .border-before-mobile {
    position: relative;
  }
  .border-before-mobile:before {
    content: '';
    position: absolute;
    bottom: 21px;
    left: 0;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    border-bottom: 1px solid #D2D2D2;
  }
  .order-registration #msOrder {
    margin-top: 0px;
  }
  .block-product-basket {
    margin-bottom: 0px;
    padding-bottom: 42px;
  }
  .big-indent-basket {
    padding-bottom: 42px;
    margin-bottom: 0px;
  }
  .data-input {
    margin-bottom: 0px;
  }
  .block-contacts-basket {
    border-bottom: unset;
  }
  .block-shell-select {
    width: 100%;
    order: 5;
  }
  .border-mobile {
    border-bottom: 1px solid #D2D2D2;
    width: calc(100% + 30px);
    order: 4;
    margin: 5px -15px 8px;
    z-index: 10;
  }
  .first-top-block-category {
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 0px;
  }
  .first-top-block-category:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #D2D2D2;
    width: calc(100% + 30px);
    bottom: 11px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .btn-selected-city,
  .header-city {
    width: 100%;
    order: 5;
    max-width: fit-content;
  }
  .form-selection-parameters {
    padding: 27px 0px 32px;
  }
  .block-selection-parameters {
    top: 93px;
    height: calc(100% - 93px);
    overflow-y: auto;
    overscroll-behavior: none;
  }
  .btn-close-selection {
    top: 12px;
    right: 15px;
  }
  .link-tab {
    font-size: 12px;
    line-height: 120%;
  }
  .middle-block-tabs {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 0px;
  }
  .middle-block-tabs:after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0px;
    margin-left: -15px;
    border-bottom: 1px solid #D2D2D2;
    width: calc(100% + 30px);
  }
  .triger-filter.btn-searching img {
    margin-right: 8px;
  }
  .triger-filter.btn-searching span {
    display: block;
  }
  .dropdown-city {
    left: 0;
  }
  .txt-dropdown {
    font-size: 17px;
    line-height: 23px;
  }
  .mobile-class {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block-shell-filter-constructor {
    flex-direction: column;
    border-bottom: unset;
  }
  .vertical-block-shell-filter-constructor {
    border-right: unset;
    max-width: unset;
  }
  .one-block-filter-constructor {
    border-right: 0px;
  }
  .one-vertical-block-filter-constructor {
    border-bottom: unset;
  }
  .input-filter-constructor.big-input-filter {
    width: 85px;
  }
  .horizontal-bottom-block-shell-constructor {
    width: 100%;
  }
  .title-404 {
    font-size: 7.5rem;
  }
  .txt-error404 {
    font-size: 14px;
  }
  .vertical-block-shell-constructor-canvas {
    top: 0;
    height: 350px;
  }
  .vertical-block-shell-constructor-canvas.class-fix {
    top: 93px;
  }
  .mobile-class {
    padding-top: 410px;
  }
  .dropdown-down {
    padding: 6px 16px 6px 12px;
  }
  .title-card-point {
    font-size: 21px;
  }
  .block-save-constructor {
    flex-direction: column;
    align-items: center;
    margin-left: unset;
  }
  .left-part-bottom-block-shell-constructor {
    display: none;
  }
  .shell-btn-constructor {
    display: flex;
    align-items: center;
    margin-top: 8px;
  }
  .btn-clear-constructor {
    margin-top: 0;
    min-width: 140px;
  }
  .right-part-bottom-block-shell-constructor {
    justify-content: center;
    margin-left: 0;
    align-items: center;
  }
  .txt-detail-constructor {
    text-align: center;
  }
  .gallery-guarantees {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .block-img-category {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 150%;
  }
  .img-category {
    position: absolute;
    top: 0;
  }
  .block-all-product {
    gap: 15px;
  }
  .block-all-product-tile {
    gap: 15px 0;
  }
  .block-selection-colors .shell-checkbox.block-shell-filter {
    grid-template-columns: repeat(3, 1fr);
  }
  .txt-sortby {
    display: none;
  }
  .dropdown_price {
    order: 2;
  }
  .filter-category-inside {
    order: 3;
  }
  .btn-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
  }
  .btn-layout img {
    width: 100%;
  }
  .btn-layout.cookie-layout .btn-layout__img-row {
    display: none;
  }
  .btn-layout.cookie-layout .btn-layout__img-tile {
    display: block;
  }
  .btn-layout__img-tile {
    display: none;
  }
  .page-category .section-secondary {
    margin-top: 100px;
  }
  .page-category .first-top-block-category {
    padding-bottom: 14px;
  }
  .page-category .dropdown-down {
    padding: 0 16px 0 12px;
  }
  .popover {
    max-width: 210px;
  }
  .popover-body {
    padding: 8px;
    font-size: 12px;
  }
}
@media (max-width: 530px) {
  .form-selection-parameters .one-block-filter {
    width: 100%;
    max-width: 290px;
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .form-selection-parameters .one-block-filter:nth-child(3) {
    margin-right: 0px;
  }
  .form-selection-parameters .block-shell-filter {
    justify-content: center;
  }
  .form-selection-parameters .input-small-category {
    width: 135px;
    margin-right: 6px;
  }
  .form-selection-parameters .input-small-category:last-child {
    margin-left: 6px;
    margin-right: 0px;
  }
  .btn-category.btn-parameters {
    margin-right: auto;
    margin-top: 0px;
  }
}
@media (max-width: 500px) {
  .section-main__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 460px) {
  .block-phone-basket {
    flex-wrap: wrap;
  }
  .width-phone {
    width: 100%;
  }
  .btn-basket-inside {
    max-width: 274px;
  }
  .vertical-block-shell-filter-constructor {
    width: 100%;
  }
  .block-shell-filter-constructor {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .navbar {
    flex-wrap: wrap;
  }
  .section-secondary {
    margin-top: 108px;
  }
  .vertical-block-shell-constructor-canvas {
    height: 300px;
  }
  .mobile-class {
    padding-top: 360px;
  }
}
@media (max-width: 430px) {
  .side-indent {
    display: none;
  }
  .footer-mobile {
    display: block;
  }
  .btn-footer {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 0px;
  }
  .btn-footer.collapsed svg {
    transform: rotatex(180deg);
  }
  .btn-footer svg {
    height: 7px;
    margin-left: 12px;
    transition: 0.4s ease;
    transform: rotatex(0deg);
  }
  .btn-footer svg path {
    fill: #000000;
  }
  .list-block-footer {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
  }
  .card-header {
    border-bottom: unset;
    background-color: unset;
    padding: 10px 0px;
  }
  .card {
    border: unset;
    background: unset;
    position: relative;
  }
  .card:after {
    content: '';
    width: calc(100% + 30px);
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #C4C4C4;
    left: -15px;
  }
  .footer-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 1px solid #C4C4C4;
  }
  .accordion > .card {
    overflow: visible;
  }
  .txt-accordion {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 0px;
  }
  .footer-item {
    padding: 8px 0px;
    text-align: center;
  }
  .card-body {
    padding: unset;
  }
}
@media (max-width: 420px) {
  .form-group:first-child {
    width: 100%;
  }
  .form-group:nth-child(2) {
    width: 100%;
  }
  .data-input {
    width: 100%;
  }
  .btn-arrange {
    max-width: 100%;
  }
  .block-shell-filter-constructor {
    width: 100%;
    border-right: unset;
  }
  .vertical-block-shell-filter-constructor {
    width: 100%;
  }
  .btn-add-value {
    width: 44px;
    height: 24px;
  }
  .block-txt-filter-constructor {
    align-items: center;
  }
  .btn-cancel {
    max-width: 100px;
  }
  .block-selection-colors .shell-checkbox.block-shell-filter {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .shell-city {
    width: 290px;
  }
}
@media (max-width: 370px) {
  .shell-btn-constructor {
    flex-direction: column;
  }
  .btn-save-picture {
    margin-left: 0;
  }
  .btn-clear-constructor {
    margin-bottom: 8px;
  }
}
@media (max-width: 320px) {
  .block-shell-img {
    width: 130px;
  }
}
/*# sourceMappingURL=style_wsu.css.map */