*:focus {
  outline: none !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.checkbox input[type="checkbox"]:not(:checked),
.checkbox input[type="radio"]:not(:checked),
.checkbox input[type="checkbox"]:checked,
.checkbox input[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.checkbox input[type="checkbox"] + label,
.checkbox input[type="radio"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.checkbox input[type="checkbox"] + label:before,
.checkbox input[type="checkbox"]:not(.filled-in) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #000;
  margin-top: 2px;
  transition: 0.2s;
  box-sizing: unset;
}
.checkbox input[type="radio"] + label:before,
.checkbox input[type="radio"]:not(.filled-in) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #000;
  margin-top: 2px;
  transition: 0.2s;
  box-sizing: unset;
}
.checkbox input[type="checkbox"].filled-in + label:after,
.checkbox input[type="radio"].filled-in + label:after {
  box-sizing: unset;
}
.checkbox input[type="checkbox"].filled-in + label:before,
.checkbox input[type="checkbox"].filled-in + label:after,
.checkbox input[type="radio"].filled-in + label:before,
.checkbox input[type="radio"].filled-in + label:after {
  content: "";
  left: 0;
  position: absolute;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
.checkbox input[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 3px;
  top: 10px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
.checkbox input[type="radio"].filled-in:not(:checked) + label:before {
  top: 5px;
  left: 6px;
  border: none;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.checkbox input[type="checkbox"].filled-in:not(:checked) + label:after,
.checkbox input[type="radio"].filled-in:not(:checked) + label:after {
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1.5px solid #000;
  top: 1px;
  z-index: 0;
  border-radius: 2px;
}
.checkbox input[type="radio"].filled-in:not(:checked) + label:after {
  border-radius: 10px;
}
.checkbox input[type="checkbox"].filled-in:checked + label:before {
  top: -0.5px;
  left: -1.5px;
  width: 5px;
  height: 10px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.checkbox input[type="radio"].filled-in:checked + label:before {
  top: 3px;
  left: 4px;
  border: none;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.checkbox input[type="checkbox"].filled-in:checked + label:after,
.checkbox input[type="radio"].filled-in:checked + label:after {
  top: 1px;
  width: 15px;
  height: 15px;
  border: 1.5px solid #ff6600;
  background-color: #ff6600;
  z-index: 0;
  border-radius: 2px;
}
.checkbox input[type="radio"].filled-in:checked + label:after {
  border-radius: 10px;
}
.checkbox input[type="checkbox"].filled-in.tabbed:focus + label:after,
.checkbox input[type="radio"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #000;
  background-color: #000;
}
.checkbox input[type="checkbox"].filled-in.tabbed:checked:focus + label:after,
.checkbox input[type="radio"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #ff6600;
  border-color: #ff6600;
}
.tooglec input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.tooglec label {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 20px;
  background: #bfbfbf;
  display: block;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
}
.tooglec label:after {
  content: "";
  position: absolute;
  top: 1.5px;
  left: 1.5px;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 10px;
  transition: 0.2s;
}
.tooglec input:checked + label {
  background: #ff6600;
}
.tooglec input:checked + label:after {
  left: calc(100% - 1.5px);
  transform: translateX(-100%);
}
.tooglec label:active:after {
  width: 20px;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-dropdown {
  border: none;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option {
  transition: 0.2s;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option .price {
  margin-left: 1rem;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"] {
  background: #ff6600 !important;
  color: #fff !important;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option--highlighted[aria-selected] {
  color: #ff6600;
  background: transparent;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #000;
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  height: 38px;
  font-weight: bold;
  padding: 0 0.5rem;
  padding-right: 38px;
  color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 24px;
  height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 24px;
  height: 38px;
  left: 0;
  top: 0;
  margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 16px;
  line-height: 38px;
  color: #000;
  position: absolute;
  width: 24px;
  height: 38px;
  left: 0;
  top: 0;
  margin: 0;
  content: "\f078";
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  content: "\f077";
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  display: none;
}
.lightbox {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 80%;
  height: 80%;
  margin: auto;
}
.lightbox .lb-outerContainer {
  width: 100% !important;
  height: 100% !important;
}
.lightbox .lb-container {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}
.lightbox .lb-container .lb-image {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  object-fit: contain;
}
.lightbox .lb-container .lb-number {
  position: absolute;
  display: flex;
  z-index: 2;
  bottom: 0.5rem;
  right: 0.5rem;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  font-size: 0;
  pointer-events: none;
}
.lightbox .lb-container .lb-number .lb-current {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 30px;
  padding-right: 10px;
  border-right: 1px solid #000;
}
.lightbox .lb-container .lb-number .lb-total {
  font-size: 0.9rem;
  padding-left: 10px;
  line-height: 18px;
}
.lightbox .lb-container .lb-prev,
.lightbox .lb-container .lb-next {
  position: relative;
  opacity: 1;
}
.lightbox .lb-container .lb-prev i,
.lightbox .lb-container .lb-next i {
  position: absolute;
  font-size: 2rem;
  color: #000;
  z-index: 2;
  height: 32px;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
}
.lightbox .lb-container .lb-prev i {
  left: 1rem;
}
.lightbox .lb-container .lb-prev:hover i {
  color: #ff6600;
  left: 0.25rem;
}
.lightbox .lb-container .lb-next i {
  right: 1rem;
}
.lightbox .lb-container .lb-next:hover i {
  color: #ff6600;
  right: 0.25rem;
}
.alertosn {
  position: fixed;
  z-index: 2000;
  bottom: 1rem;
  left: 1rem;
  border-radius: 3rem;
  color: #fff;
}
.alertosn.danger {
  background-color: #dc3545;
}
.alertosn.success {
  background-color: #28a745;
}
.embed-responsive > ymaps {
  position: absolute;
  top: 0;
  left: 0;
}
.embed-responsive ymaps {
  font-family: "Cera Pro" !important;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Cera Pro";
  background: #fafafa;
  overflow-x: hidden;
}
.paddingHeader {
  display: block;
  width: 100%;
  height: 120px;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  transition: 0.3s ease-in-out;
}
header.hide {
  top: -125px;
}
header .bgw {
  background-color: #fff;
}
header .headerlogo img {
  height: 50px;
}
header .headerBtnCat {
  width: 130px;
}
header .headerBtnCat i {
  margin-right: 10px;
  display: none;
}
header .headerBtnCat .burgerCloze {
  display: inline-block;
}
header .headerBtnCat span {
  font-weight: bold;
  text-transform: uppercase;
}
header .headerBtnCat.collapsed .burgerCloze {
  display: none;
}
header .headerBtnCat.collapsed .burgerVisible {
  display: inline-block;
}
header .mainSearch {
  width: calc(100% - 160px);
}
header .mainSearch .form-control {
  width: calc(100% - 60px);
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  border: 1.5px solid #ff6600;
  border-right: none;
  padding-left: 1rem;
}
header .mainSearch .headerBtnSearch {
  width: 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
header .mainSearch .headerBtnSearch i {
  margin-right: 5px;
}
header .mainSearch .headerBtnSearch span {
  font-weight: normal;
  text-transform: uppercase;
}
header .headericons a {
  display: flex;
  flex-wrap: wrap;
  width: 100px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  color: #000;
  padding: 0.5rem;
  cursor: pointer;
}
header .headericons a:hover {
  color: #ff6600;
}
header .headericons a i {
  font-size: 1.3rem;
  width: 100%;
}
header .headericons a span {
  width: 100%;
  font-weight: normal;
  line-height: 1rem;
}
header .headericons a .countcart {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  background: #ff6600;
  color: #fafafa;
  width: 20px;
  height: 20px;
  font-size: 0.8rem;
  border-radius: 10px;
}
header .secondaryCategories {
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
}
header .secondaryCategories a {
  transition: 0.3s;
}
header .secondaryCategories .text-secondary:hover {
  color: #ff6600 !important;
}
header .CatalogDesctop {
  position: relative;
  z-index: 10;
}
header .CatalogDesctop .collapse {
  padding-bottom: 5rem;
  position: relative;
}
header .CatalogDesctop .collapse .darkcloze {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}
header .CatalogDesctop .collapse .darkcloze.collapsed {
  opacity: 0;
}
header .CatalogDesctop .container {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
header .CatalogDesctop .container .row {
  height: 100%;
}
header .CatalogDesctop .container .catLeftScroll {
  height: 100%;
  overflow-y: auto;
  padding: 0 0.5rem;
}
header .CatalogDesctop .container .catRightScroll {
  height: 100%;
  overflow-y: auto;
}
header .CatalogDesctop .categoriesDesctop {
  padding-top: 0.75rem;
}
header .CatalogDesctop .categoriesDesctop .nav-item {
  position: relative;
  transition: 0.3s;
  border-radius: 3rem;
  background-color: transparent;
}
header .CatalogDesctop .categoriesDesctop .nav-item i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 13px;
  right: 1rem;
  font-size: 0.8rem;
}
header .CatalogDesctop .categoriesDesctop .nav-item a {
  color: #000;
  transition: 0.3s;
}
header .CatalogDesctop .categoriesDesctop .nav-item.active {
  background-color: #ff6600;
  border-radius: 3rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15) !important;
}
header .CatalogDesctop .categoriesDesctop .nav-item.active a {
  color: #fff;
}
header .CatalogDesctop .catRight {
  position: absolute;
  top: -50px;
  opacity: 0;
  overflow: hidden;
  z-index: 0;
  background-color: #fff;
  will-change: opacity;
}
header .CatalogDesctop .catRight.activeCat {
  transition: 0.5s ease-in-out;
  position: relative;
  top: 0px;
  opacity: 1;
  z-index: 1;
}
header .CatalogDesctop .catRight .nav-link {
  padding: 0.25rem 0.5rem;
  color: #2c2c2c;
}
header .CatalogDesctop .catRight .nav-link:hover {
  color: #ff6600;
}
header .CatalogDesctop .catRight .nav-link.headCatRight {
  padding: 1rem 0.5rem;
  font-weight: bold;
  color: #bfbfbf !important;
  text-transform: uppercase;
}
header .CatalogDesctop .catRight .BrendsRight {
  padding-left: 0;
  margin: 0.5rem 0;
}
header .CatalogDesctop .catRight .brandCatalog {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  width: 100%;
}
header .CatalogDesctop .catRight .brandCatalog .brand {
  display: block;
  text-decoration: none;
}
header .CatalogDesctop .catRight .brandCatalog .brand img {
  height: 60px;
  width: 100%;
  padding: 0.5rem;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}
header .CatalogDesctop .catRight .brandCatalog .brand:hover img {
  filter: grayscale(0);
  opacity: 1;
}
header .CatalogDesctop .catRight .bannersRightCat {
  max-width: calc(240px + 1rem);
}
header .CatalogDesctop .catRight .bannersRightCat .bannercat {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
header .CatalogDesctop .catRight .bannersRightCat .bannercat img {
  width: 100%;
}
header .mobileSearch {
  width: 100%;
  margin-top: 0.5rem;
}
header .mobileSearch .form-inline {
  width: 100%;
  position: relative;
}
header .mobileSearch .form-inline .form-control {
  width: 100%;
  height: 40px;
  border-radius: 3rem;
  border: 1.5px solid #ff6600;
  padding-left: 1rem;
}
header .mobileSearch .headerBtnSearch {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 3rem;
  background-color: #ff6600;
  padding: 0;
  right: 0;
}
header .mobileSearch .headerBtnSearch i {
  color: #fff;
  font-size: 1rem;
  width: 100%;
  line-height: 40px;
  text-align: center;
}
header .CatalogMobile {
  background-color: #fff;
}
header .CatalogMobile > .collapse {
  padding-bottom: 1rem;
}
header .CatalogMobile .card {
  border: none;
}
header .CatalogMobile .accordion {
  overflow: auto;
}
header .CatalogMobile .CatMoblileHeader {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
header .CatalogMobile .CatMoblileHeader .nav-link {
  color: #000;
  font-weight: bold;
}
header .CatalogMobile .CatMoblileHeader .nav-link:hover {
  color: #ff6600;
}
header .CatalogMobile .CatMoblileHeader .BtnCatMoblile {
  width: 40px;
  height: 40px;
  border-radius: 3rem;
  background-color: #ff6600;
  padding: 0;
}
header .CatalogMobile .CatMoblileHeader .BtnCatMoblile i {
  color: #fff;
  font-size: 1.2rem;
  width: 100%;
  line-height: 40px;
  text-align: center;
}
header .CatalogMobile .CatMoblileHeader .BtnCatMoblile .plusVisible {
  display: none;
}
header .CatalogMobile .CatMoblileHeader .BtnCatMoblile.collapsed .plusCloze {
  display: none;
}
header .CatalogMobile .CatMoblileHeader .BtnCatMoblile.collapsed .plusVisible {
  display: inline-block;
}
header .CatalogMobile .nav .nav-link {
  color: #2c2c2c;
}
header .CatalogMobile .nav .nav-link:hover {
  color: #ff6600;
}
header .CatalogMobile .nav .nav-link.headCatRight {
  font-weight: bold;
  color: #bfbfbf;
  text-transform: uppercase;
}
.zagH {
  color: #fff;
  margin-bottom: 0;
  padding: 0.5rem 0;
  padding-left: 15px;
  position: relative;
}
.zagH:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 3px;
  background-color: #ff6600;
  top: 28px;
  left: 0;
}
.zagH.h4:before {
  top: 28px;
}
.zagH.h5:before {
  top: 24px;
}
.zagH.hdark {
  color: #000;
}
.zagH.hlight {
  color: #fff;
}
.zagH.lineb {
  padding-bottom: 1rem;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0.5rem;
}
.btn-move-ico {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  padding-left: 1.25rem;
}
.btn-move-ico i {
  padding-right: 10px;
  transition: 0.3s ease-in-out;
}
.btn-move-ico:hover i {
  padding-right: 0px;
}
footer {
  position: relative;
  z-index: 0;
  background-color: #fff;
  padding-top: 3rem;
}
footer .subscribe {
  background-image: url("../img/bgSubscribe.jpg");
  background-position: center;
  background-size: cover;
  margin-bottom: 3rem;
}
footer .subscribe .colsubscribe {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
footer .subscribe .inpSubscribe {
  position: relative;
  width: 100%;
  border-bottom: 1.5px solid #2c2c2c;
  padding: 0.5rem 0;
}
footer .subscribe .inpSubscribe input {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  outline: none !important;
}
footer .subscribe .inpSubscribe .lineSubscribe {
  position: absolute;
  width: 5%;
  height: 1.5px;
  bottom: -1.5px;
  left: 0;
  background: #ff6600;
  transition: 0.3s ease-in-out;
}
footer .subscribe .inpSubscribe input:focus + .lineSubscribe {
  width: 100%;
}
footer .footer {
  padding-bottom: 1rem;
}
footer .footer .logofooter {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
}
footer .footer .logofooter img {
  width: 150px;
  margin-left: -12px;
}
footer .footer .osninfo {
  font-size: 0.8rem;
}
footer .footer .osninfo p {
  margin: 0;
  color: #bfbfbf;
}
footer .footer .osninfo a {
  display: block;
}
footer .footer .nav-item .nav-link {
  font-size: 0.9rem;
  padding: 0.2rem 1rem;
  color: #2c2c2c;
}
footer .footer .nav-item .nav-link:hover {
  color: #ff6600;
}
footer .socfooter {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
footer .socfooter a {
  font-size: 2rem;
  display: block;
  margin: 0 0.25rem;
  color: #000;
}
footer .socfooter a.vk:hover {
  color: #4d7198;
}
footer .socfooter a.inst:hover i {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #000;
  text-decoration: none;
}
footer .socfooter a.fb:hover {
  color: #3b5998;
}
footer .appfooter {
  text-align: right;
}
footer .appfooter a {
  display: block;
  margin-bottom: 0.5rem;
}
footer .appfooter a img {
  width: 150px;
}
footer .footercopy {
  background-color: #fafafa;
  color: #2c2c2c;
  font-size: 0.7rem;
  text-align: center;
  margin: 0;
  padding: 0.5rem;
}
.itemSelectP {
  position: relative;
  width: 120px;
  height: calc(160px + 4.5rem);
  border-radius: 3px;
}
.itemSelectP .photo {
  width: 120px;
  height: 120px;
}
.itemSelectP .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.itemSelectP .name {
  display: block;
  font-size: 0.8rem;
  line-height: 1rem;
  text-align: center;
  width: 100%;
  height: 4.4rem;
  overflow: hidden;
  padding: 0.25rem;
}
.itemsContMin {
  display: grid;
  grid-template-columns: repeat(auto-fit, 120px);
  grid-gap: 1rem;
  padding-bottom: 1rem;
}
.itemMin {
  position: relative;
  width: 120px;
  height: 152px;
  border-radius: 3px;
}
.itemMin .icons {
  position: absolute;
  display: flex;
}
.itemMin .icons .iconItemMin {
  font-size: 0.8rem;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #ff6600;
  border-radius: 20px;
  margin-left: 0.25rem;
  margin-top: 0.25rem;
  text-align: center;
  line-height: 40px;
}
.itemMin .icons .iconItemMin.iNew {
  background-color: transparent;
  background-image: url("../img/NewIco.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.itemMin .icons .iconItemMin.iYcen {
  background-color: #dc3545;
}
.itemMin .photo {
  width: 120px;
  height: 120px;
}
.itemMin .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.itemMin .price {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.itemMin .price .oldprice {
  text-decoration: line-through;
  font-size: 0.7rem;
  color: #bfbfbf;
  font-weight: normal;
  margin-left: 0.25rem;
}
.itemsCont {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 1rem;
  padding-bottom: 1rem;
}
.item {
  position: relative;
  background-color: #fff;
  min-width: 250px;
  padding: 1rem;
  border-radius: 3px;
}
.item .wishlist {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1rem;
}
.item .wishlist i {
  color: #000;
  font-size: 1.6rem;
}
.item .wishlist a:hover i {
  color: #dc3545;
}
.item .wishlist a.active i {
  color: #dc3545;
}
.item .icons {
  position: absolute;
  display: flex;
  z-index: 2;
  pointer-events: none;
}
.item .icons .iconItem {
  font-size: 0.8rem;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #ff6600;
  border-radius: 20px;
  margin-left: 0.25rem;
  margin-top: 0.25rem;
  text-align: center;
  line-height: 40px;
}
.item .icons .iconItem.iNew {
  background-color: transparent;
  background-image: url("../img/NewIco.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.item .icons .iconItem.iYcen {
  background-color: #dc3545;
}
.item .photo {
  position: relative;
  width: 100%;
  height: 250px;
  z-index: 1;
  pointer-events: none;
}
.item .photo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  background-color: #fff;
}
.item .price {
  position: relative;
  z-index: 2;
  pointer-events: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;
}
.item .price .normalprice {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}
.item .price .oldprice {
  font-size: 1rem;
  font-weight: normal;
  color: #bfbfbf;
  text-decoration: line-through;
}
.item .btnbuy {
  position: relative;
  z-index: 2;
  margin-bottom: 4rem;
}
.item .btnbuy button {
  width: 100%;
}
.item .info {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1rem;
  max-height: calc(365px + 3rem);
  overflow: hidden;
  background-color: #fff;
  border-radius: 3px;
}
.item .info:before {
  content: "";
  display: block;
  width: 100%;
  height: 365px;
}
.item .info .name {
  text-decoration: none;
}
.item .info .name p {
  display: block;
  color: #000;
  min-height: 2rem;
}
.item .colors {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 1rem;
  font-size: 0.8rem;
}
.item .colors .namecolors {
  font-weight: bold;
}
.item .colors .ot {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0.25rem;
  border: 1px solid #000;
}
.item .stars {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 1rem;
  pointer-events: none;
}
.item .ycenka {
  margin-top: 1rem;
  font-size: 0.8rem;
}
.item .podzakaz {
  margin-top: 1rem;
  font-size: 0.8rem;
}
.item:hover {
  z-index: 10;
}
.item:hover .photo img:nth-child(2) {
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.item:hover .info {
  transition: 0.3s ease-in-out;
  max-height: 1000px;
  padding-bottom: 1rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
}
.infoMain {
  width: 100%;
  background-color: #000;
  background-image: url("../img/bgInfoMain.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.infoMain .zagH {
  margin-bottom: 1rem;
}
.infoMain .maininfoitem {
  display: block;
  position: relative;
  width: 300px;
  height: 300px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 150px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 4rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.infoMain .maininfoitem img {
  position: absolute;
  width: 80%;
  height: 80%;
  object-fit: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
}
.infoMain .maininfoitem .benefitHref {
  position: absolute;
  bottom: -2rem;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
}
.infoMain .maininfoitem:hover {
  background-color: rgba(255, 102, 0, 0.7);
}
.infoMain .maininfoitem:hover img {
  width: 70%;
  height: 70%;
}
.BigSlider {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.BigSlider .swiper-slide {
  width: 100%;
}
.BigSlider .swiper-slide img {
  width: 100%;
}
.BrendSlider {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  padding: 1rem 2rem;
  background-color: #fff;
}
.BrendSlider .swiper-slide {
  width: 100%;
}
.BrendSlider .swiper-slide img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  padding: 1rem;
  filter: grayscale(1);
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}
.BrendSlider .swiper-slide:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.BrendSlider .button-next,
.BrendSlider .button-prev {
  position: absolute;
  top: 0;
  width: 2rem;
  height: 100%;
  font-size: 1.2rem;
  background-color: #fff;
  z-index: 1;
  transition: 0.3s ease-in-out;
  outline: none !important;
}
.BrendSlider .button-next.swiper-button-disabled,
.BrendSlider .button-prev.swiper-button-disabled {
  color: transparent;
  pointer-events: none;
}
.BrendSlider .button-next i,
.BrendSlider .button-prev i {
  position: absolute;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  height: 19px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.BrendSlider .button-next {
  right: 0px;
}
.BrendSlider .button-next:hover {
  color: #ff6600;
}
.BrendSlider .button-prev {
  left: 0px;
}
.BrendSlider .button-prev:hover {
  color: #ff6600;
}
.TovarSlider {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.TovarSlider .swiper-slide {
  width: 100%;
}
.TovarSlider .item:hover .photo img:nth-child(2) {
  transition: none;
  opacity: 1;
}
.TovarSlider .item:hover .info {
  transition: none;
  max-height: calc(365px + 3rem);
  padding-bottom: 0;
  box-shadow: none;
}
.TovarSlider .zagH {
  margin-bottom: 1rem;
}
.TovarSlider .button-next-up,
.TovarSlider .button-prev-up {
  position: absolute;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  height: 19px;
  font-size: 1.2rem;
  top: 15px;
  z-index: 1;
  transition: 0.3s ease-in-out;
  outline: none !important;
}
.TovarSlider .button-next-up.swiper-button-disabled,
.TovarSlider .button-prev-up.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.TovarSlider .button-next-up {
  right: 10px;
}
.TovarSlider .button-next-up:hover {
  right: 0px;
  color: #ff6600;
}
.TovarSlider .button-prev-up {
  right: 40px;
}
.TovarSlider .button-prev-up:hover {
  right: 50px;
  color: #ff6600;
}
.arrowsBlock {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 120px;
  background-color: rgba(0, 0, 0, 0.5);
  right: -100px;
  bottom: -100px;
  z-index: 1;
}
.arrowsBlock .contArr {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 0;
  left: 0;
  color: #fff;
}
.arrowsBlock .contArr .button-next {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 1.2rem;
  outline: none !important;
  transition: 0.3s ease-in-out;
}
.arrowsBlock .contArr .button-next:hover {
  padding-left: 10px;
  right: 10px;
}
.arrowsBlock .contArr .button-next.swiper-button-disabled {
  opacity: 0.3;
}
.arrowsBlock .contArr .button-prev {
  position: absolute;
  bottom: 5px;
  left: 20px;
  font-size: 1.2rem;
  outline: none !important;
  transition: 0.3s ease-in-out;
}
.arrowsBlock .contArr .button-prev:hover {
  padding-right: 10px;
  left: 10px;
}
.arrowsBlock .contArr .button-prev.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.arrowsBlock .contArr .paginationArr {
  display: flex;
  position: absolute;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  height: 35px;
  bottom: 45px;
  right: -20px;
  margin: auto;
  font-size: 0;
}
.arrowsBlock .contArr .paginationArr .swiper-pagination-current {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 30px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
.arrowsBlock .contArr .paginationArr .swiper-pagination-total {
  font-size: 0.9rem;
  padding-left: 10px;
  line-height: 15px;
}
.blockTovar {
  margin-top: 1rem;
}
.blockTovar .zagH {
  margin-bottom: 1rem;
}
.mobileHeadBlock {
  width: 33%;
}
.mobileHeadBlock .headerBtnCat {
  width: 40px;
  height: 40px;
}
.mobileHeadBlock .headerBtnCat i {
  margin-right: 0;
  width: 14px;
  text-align: center;
}
.bannerItem {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 3px;
}
.bannerItem > img {
  position: absolute;
  z-index: 0;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 20%;
  object-fit: cover;
}
.bannerItem .contBanner {
  position: relative;
  z-index: 1;
  width: 80%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bannerItem .contBanner p {
  max-width: 70%;
}
.bannerItem .contBanner a {
  max-width: 60%;
}
.mainText {
  background-color: #fff;
  font-size: 0.8rem;
  border-radius: 3px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.sticky {
  position: sticky;
  top: 1rem;
  margin-bottom: 1rem;
  z-index: 8;
}
.filtcol .btnshowfilter {
  margin-top: 1rem;
}
.filtcol .filters {
  background-color: #fff;
  padding: 1rem;
  margin-top: 1rem;
  position: relative;
}
.filtcol .filters .dopbtn {
  display: none;
  position: absolute;
  left: 95%;
  background: #fff;
  width: 220px;
  padding: 0.5rem;
  border-radius: 3px;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
}
.filtcol .filters .dopbtn button {
  margin: 0;
}
.filtcol .filters .dopbtn .cloze {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.filtcol .filters .dopbtn .cloze:hover {
  opacity: 0.5;
}
.filtcol .filters .filter .zagfilter {
  display: block;
  font-weight: bold;
  padding: 1rem 0;
  position: relative;
  cursor: pointer;
}
.filtcol .filters .filter .zagfilter i {
  height: 16px;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 5px;
  margin: auto;
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filtcol .filters .filter .zagfilter.collapsed i {
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.filtcol .filters .filter .filthref .nav-link {
  color: #000;
  transition: 0.3s all;
}
.filtcol .filters .filter .filthref .nav-link:hover {
  color: #ff6600;
}
.filtcol .filters .filter .filthref .nav-link.active {
  color: #ff6600;
}
.filtcol .filters .filter .filtercont {
  padding: 0 0.5rem;
  padding-bottom: 1.3rem;
}
.filtcol .filters .filter:last-child {
  border-bottom: none;
}
.filtcol .filters button {
  margin-top: 1rem;
}
.filtcol .range {
  height: 40px;
}
.filtcol .range .irs-line {
  height: 6px;
  top: 28px;
  background-color: #bfbfbf;
}
.filtcol .range .irs-min,
.filtcol .range .irs-max {
  background-color: transparent;
  color: #bfbfbf;
  font-family: 'Cera Pro';
  font-size: 0.75rem;
}
.filtcol .range .irs-handle {
  width: 18px;
  height: 18px;
  background-color: #ff6600;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}
.filtcol .range .irs-handle i {
  display: none !important;
}
.filtcol .range .irs-handle:hover {
  background-color: #cc5200;
}
.filtcol .range .irs-bar {
  background-color: #ff6600;
}
.filtcol .range .irs-from,
.filtcol .range .irs-to,
.filtcol .range .irs-single {
  background-color: #ff6600;
  font-family: 'Cera Pro';
  font-size: 0.75rem;
}
.filtcol .range .irs-from::before,
.filtcol .range .irs-to::before,
.filtcol .range .irs-single::before {
  border-top-color: #ff6600;
}
.breadcrumb {
  background-color: transparent;
  padding: 1rem 0rem;
  margin-bottom: 0;
  font-size: 0.8rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f054";
  font-size: 0.6rem;
  line-height: 2;
}
.paginationBlockTop {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.paginationBlockTop .selectsort {
  width: 230px;
}
.paginationBlockBottom {
  margin-bottom: 1rem;
}
.cardNametext {
  font-size: 0.9rem;
  color: #bfbfbf;
  text-transform: uppercase;
}
#bottomBtnCard {
  width: 100%;
  position: fixed;
  bottom: -100px;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 -0.3rem 0.6rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 3px;
}
#bottomBtnCard .cardBuy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
}
#bottomBtnCard .cardBuy .itemImg {
  height: 70px;
  width: 70px;
}
#bottomBtnCard .cardBuy .itemImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bottomBtnCard .cardBuy .name {
  width: calc(100% - 450px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#bottomBtnCard .cardBuy .name span {
  width: 100%;
  font-size: 1.1rem;
  line-height: 1;
}
#bottomBtnCard .cardBuy .name p {
  font-size: 0.75rem;
  width: 100%;
  margin: 0;
  margin-top: 0.25rem;
  text-transform: uppercase;
  color: #6c757d;
}
#bottomBtnCard .cardBuy .price {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
#bottomBtnCard .cardBuy .price .normalprice {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  margin-right: 0.5rem;
}
#bottomBtnCard .cardBuy .price .oldprice {
  font-size: 1.3rem;
  font-weight: normal;
  color: #bfbfbf;
  text-decoration: line-through;
}
#bottomBtnCard .cardBuy .price .iconItem {
  display: none;
}
#bottomBtnCard .cardBuy .btnB {
  display: flex;
  justify-content: flex-end;
}
#bottomBtnCard .cardBuy .btnB button {
  width: 190px;
}
#bottomBtnCard .cardBuy .btnB .countInp {
  display: none;
}
#bottomBtnCard.active {
  bottom: 0;
}
.cardPhoto .bigContPhoto {
  position: relative;
}
.cardPhoto .bigContPhoto .icons {
  position: absolute;
  display: flex;
  z-index: 2;
  top: 0.5rem;
  left: 0.5rem;
  pointer-events: none;
}
.cardPhoto .bigContPhoto .icons .iconItem {
  font-size: 0.8rem;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #ff6600;
  border-radius: 20px;
  margin-left: 0.25rem;
  margin-top: 0.25rem;
  text-align: center;
  line-height: 40px;
}
.cardPhoto .bigContPhoto .icons .iconItem.iNew {
  background-color: transparent;
  background-image: url("../img/NewIco.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cardPhoto .bigContPhoto .volume {
  position: absolute;
  z-index: 2;
  bottom: 0.5rem;
  left: 0.5rem;
  min-width: 40px;
  height: 40px;
  color: #fff;
  background-color: #ff6600;
  line-height: 40px;
  padding: 0 1rem;
  border-radius: 3rem;
  text-transform: uppercase;
  font-weight: bold;
  pointer-events: none;
}
.cardPhoto .bigContPhoto .numslid {
  position: absolute;
  display: flex;
  z-index: 2;
  bottom: 0.5rem;
  right: 0.5rem;
  left: unset;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  font-size: 0;
  pointer-events: none;
}
.cardPhoto .bigContPhoto .numslid .swiper-pagination-current {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 30px;
  padding-right: 10px;
  border-right: 1px solid #000;
}
.cardPhoto .bigContPhoto .numslid .swiper-pagination-total {
  font-size: 0.9rem;
  padding-left: 10px;
  line-height: 18px;
}
.cardPhoto .BigPhoto,
.cardPhoto .MinPhoto {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.cardPhoto .BigPhoto .swiper-slide,
.cardPhoto .MinPhoto .swiper-slide {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
}
.cardPhoto .BigPhoto .swiper-slide img,
.cardPhoto .MinPhoto .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cardPhoto .BigPhoto .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cardPhoto .BigPhoto .swiper-slide img {
  padding: 1rem;
}
.cardPhoto .BigPhoto .swiper-slide .zoom {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 1rem;
  font-size: 1.3rem;
  color: #000;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.cardPhoto .BigPhoto .swiper-slide .zoom:hover {
  color: #ff6600;
}
.cardPhoto .BigPhoto .swiper-slide.swiper-slide-active .zoom {
  opacity: 1;
}
.cardPhoto .MinPhoto {
  display: none;
  padding: 0 10px;
  width: calc(100% + 20px);
  left: -10px;
  padding-bottom: 1rem;
}
.cardPhoto .MinPhoto .swiper-slide {
  width: 0;
  margin: 10px 0;
  cursor: pointer;
}
.cardPhoto .MinPhoto .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cardPhoto .MinPhoto .swiper-slide img {
  padding: 0.5rem;
}
.cardPhoto .MinPhoto .swiper-slide.swiper-slide-thumb-active {
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
}
.cardPhoto .MinPhoto.swiper-container-thumbs {
  display: block;
}
.rightCard {
  background-color: #fff;
  border-radius: 3px;
  padding: 1rem;
}
.rightCard .CardInfoBrend {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rightCard .CardInfoBrend .brendsTop {
  display: flex;
  flex-wrap: nowrap;
}
.rightCard .CardInfoBrend .brendsTop .nav-link {
  padding: 0;
  margin-right: 1rem;
}
.rightCard .CardInfoBrend .topArt span {
  font-size: 0.8rem;
  color: #bfbfbf;
  margin-left: 1rem;
  text-transform: uppercase;
}
.rightCard .CardRate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rightCard .CardRate .stars {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 1rem;
  pointer-events: none;
}
.rightCard .CardRate .rRate {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.rightCard .CardRate .rRate .pokupok {
  font-size: 0.8rem;
  color: #2c2c2c;
}
.rightCard .CardRate .rRate .pokupok b {
  font-size: 1rem;
  color: #ff6600;
}
.rightCard .CardRate .rRate .wishlist {
  margin: 0 1rem;
}
.rightCard .CardRate .rRate .wishlist i {
  font-size: 1.5rem;
  color: #000;
  transition: 0.3s ease-in-out;
}
.rightCard .CardRate .rRate .wishlist i:hover {
  color: #dc3545;
}
.rightCard .CardRate .rRate .wishlist .active i {
  color: #dc3545 !important;
}
.rightCard .CardRate .rRate .share {
  position: relative;
  z-index: 1;
}
.rightCard .CardRate .rRate .share i {
  font-size: 1.5rem;
  color: #000;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.rightCard .CardRate .rRate .share i:hover {
  color: #ff6600;
}
.rightCard .CardRate .rRate .share .bShare {
  display: none;
  position: absolute;
  z-index: 10;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  top: 100%;
  left: -15px;
}
.rightCard .CardRate .rRate .share:hover .bShare {
  display: block;
}
.rightCard .TextBuy {
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
  margin-top: 1rem;
}
.rightCard .TextBuy i.i {
  font-weight: normal;
}
.rightCard .cardBuy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.rightCard .cardBuy .price {
  display: flex;
  align-items: center;
}
.rightCard .cardBuy .price .normalprice {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  margin-right: 0.5rem;
}
.rightCard .cardBuy .price .oldprice {
  font-size: 1.3rem;
  font-weight: normal;
  color: #bfbfbf;
  text-decoration: line-through;
}
.rightCard .cardBuy .price .iconItem {
  display: block;
  font-size: 0.8rem;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #ff6600;
  border-radius: 20px;
  margin-left: 0.25rem;
  margin-top: 0.25rem;
  text-align: center;
  line-height: 40px;
  margin-right: 0.5rem;
}
.rightCard .cardBuy .btnB {
  min-width: 50%;
  display: flex;
  justify-content: flex-end;
}
.rightCard .cardBuy .btnB button {
  width: 190px;
}
.rightCard .cardBuy .btnB .countInp {
  position: relative;
  width: 70px;
  height: 40px;
  z-index: 1;
  margin-right: 0.5rem;
}
.rightCard .cardBuy .btnB .countInp .minus,
.rightCard .cardBuy .btnB .countInp .plus {
  position: absolute;
  width: 20px;
  top: 0;
  height: 40px;
  z-index: 2;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 0.9rem;
  transition: 0.3s ease-in-out;
}
.rightCard .cardBuy .btnB .countInp .minus:hover,
.rightCard .cardBuy .btnB .countInp .plus:hover {
  color: #ff6600;
}
.rightCard .cardBuy .btnB .countInp .minus {
  left: 0;
}
.rightCard .cardBuy .btnB .countInp .minus i {
  line-height: 0;
}
.rightCard .cardBuy .btnB .countInp .plus {
  right: 0;
}
.rightCard .cardBuy .btnB .countInp .plus i {
  line-height: 0;
}
.rightCard .cardBuy .btnB .countInp .qty {
  position: absolute;
  width: 70px;
  height: 40px;
  text-align: center;
  z-index: 1;
  border: none;
  border-top: 1.5px solid #dee2e6;
  border-bottom: 1.5px solid #dee2e6;
  font-size: 1.3rem;
  font-weight: bold;
}
.rightCard .cardBuy .btnB .countInp::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #ff6600;
  z-index: 2;
}
.rightCard .colors {
  margin-top: 1rem;
}
.rightCard .colors .namecolors {
  font-size: 0.8rem;
}
.rightCard .colors .colorsItems {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}
.rightCard .colors .colorsItems .color-item {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  transition: 0.3s ease-in-out;
}
.rightCard .colors .colorsItems .color-item:hover {
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
}
.rightCard .colors .colorsItems .color-item.active {
  border: 1px solid #ff6600;
  box-shadow: 0 0 0.6rem rgba(255, 102, 0, 0.7);
}
.rightCard .colors .colorsItems .color-item.newcolors::before {
  display: block;
  content: "NEW";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 16px;
  border-radius: 3px;
  font-size: 0.7rem;
  color: #fff;
  bottom: 0;
  left: 0;
  text-align: center;
  text-shadow: 0 0 10px #000;
  background-color: transparent;
  background-image: url("../img/NewIco.jpg");
  background-size: 100%;
  background-position: center;
}
.rightCard .colors .colorsItems .color-item.nocount {
  opacity: 0.3;
}
.rightCard .colors .colorsItems .color-item img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.rightCard .colors .colorsItems .color-item span {
  position: absolute;
  z-index: 2;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  height: 25px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
.rightCard .colors .colorplusbig {
  position: relative;
  z-index: 1;
  width: 130px;
  height: 40px;
  margin-bottom: 0.5rem;
}
.rightCard .ycenka {
  margin-top: 1rem;
}
.rightCard .ycenka .nameycenka {
  font-size: 0.8rem;
}
.rightCard .ycenka .ycenkaItems {
  margin-top: 0.5rem;
}
.rightCard .ycenka .ycenkaItems .y-item {
  display: flex;
  margin-top: 1rem;
  border-radius: 3px;
}
.rightCard .ycenka .ycenkaItems .y-item .info-y {
  position: relative;
  width: calc(100% - 120px);
  padding: 0.5rem;
  padding-bottom: 3rem;
}
.rightCard .ycenka .ycenkaItems .y-item .info-y .name-y-item {
  display: block;
  font-weight: bold;
}
.rightCard .ycenka .ycenkaItems .y-item .info-y .info-p-item {
  display: block;
  font-size: 0.8rem;
}
.rightCard .ycenka .ycenkaItems .y-item .info-y .info-p-item b {
  text-transform: uppercase;
  color: #ff6600;
}
.rightCard .ycenka .ycenkaItems .y-item .info-y .info-p-item a {
  font-size: 1rem;
}
.rightCard .ycenka .ycenkaItems .y-item .info-y .bform {
  position: absolute;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  height: 30px;
  right: 0.5rem;
  bottom: 0.5rem;
}
.rightCard .ycenka .ycenkaItems .y-item .info-y .bform button {
  width: 150px;
}
.tabsCard {
  margin-top: 1rem;
  margin-bottom: calc(2rem + 10px);
  background-color: #fff;
  border-radius: 3px;
  padding: 1rem;
}
.tabsCard .tab-content {
  overflow: hidden;
}
.tabsCard .tablist:before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff 40%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.tabsCard .tablist:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% - 20px);
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
  z-index: 2;
}
.product_sample_in_cosmedel {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  margin: 15px 0;
  line-height: 1.45;
  background: #fff url('/socolor/img/cosmedel_have_product_sample.png') top right repeat-y;
  border-radius: 5px;
}
.product_sample_in_cosmedel b {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.product_sample_in_cosmedel .b_content {
  padding: 5px 10px;
}
.product_sample_in_cosmedel .text_1 {
  font-size: 13.5pt;
  font-weight: 500;
  color: #333;
}
.product_sample_in_cosmedel .text_2 {
  font-size: 11pt;
  font-weight: 500;
  color: #444;
}
@media (max-width: 600px) {
  .product_sample_in_cosmedel {
    background-image: url('/socolor/img/cosmedel_have_product_sample_mobile.png');
  }
  .product_sample_in_cosmedel .text_1 {
    font-size: 13pt;
  }
}
.bannerCard {
  margin-top: 1rem;
}
.bannerCard a {
  display: block;
  width: 100%;
}
.bannerCard a img {
  width: 100%;
}
.tabs {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.tabs:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fafafa;
}
.tabs .nav {
  flex-wrap: nowrap !important;
}
.tabs .nav-link {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  border-bottom: 1.5px solid transparent;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}
.tabs .nav-link:hover {
  color: #ff6600;
}
.tabs .nav-link.active {
  color: #000;
  background: transparent;
  border-bottom: 1.5px solid #ff6600;
}
.skod {
  margin-top: 1rem;
}
.skod span {
  font-size: 0.8rem;
  display: block;
  color: #bfbfbf;
}
.stars .starsprogress {
  width: 130px;
  height: 24px;
  background-color: #dee2e6;
  position: relative;
}
.stars .starsprogress .starssvg {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: block;
  top: -1px;
  left: -1px;
  position: relative;
  z-index: 1;
}
.stars .starsprogress .progres-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100% !important;
  background-color: #ff6600;
  z-index: 0;
}
.stars .colvote {
  margin-left: 0.5rem;
  color: #000;
}
.reviewsCard {
  background-color: #fff;
  border-radius: 3px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.reviewsCard .stars {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 1rem;
  pointer-events: none;
}
.reviewsCard .topRev {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 1rem;
}
.reviewsCard .topRev .raiting {
  margin-right: 2rem;
}
.reviewsCard .topRev .btnRev {
  margin: 2rem 0;
}
.reviewsCard .topRev .btnRev button {
  width: 280px;
}
.reviewsCard .revitems {
  margin-bottom: 2rem;
}
.reviewsCard .revitems .rev {
  margin: 0;
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dee2e6;
}
.reviewsCard .revitems .rev .infor {
  display: block;
}
.reviewsCard .revitems .rev .infor .name {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.reviewsCard .revitems .rev .infor .data {
  font-size: 0.8rem;
  color: #bfbfbf;
}
.reviewsCard .revitems .rev .infor .data b {
  font-size: 1rem;
  color: #ff6600;
}
.reviewsCard .revitems .rev .textr p {
  margin-bottom: 0.1rem;
}
.reviewsCard .revitems .rev .textr .imgrev {
  margin-top: 1rem;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 0.5rem;
}
.reviewsCard .revitems .rev .textr .imgrev img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reviewsCard .revitems .rev .textr .otvet {
  border-radius: 3px;
  background-color: #dee2e6;
  padding: 1rem;
  margin-top: 1rem;
}
.writeRev .modalrevinfo,
.courierRev .modalrevinfo {
  font-size: 0.8rem;
}
.writeRev .modalrevinfo p,
.courierRev .modalrevinfo p {
  margin-bottom: 0.3rem;
}
.writeRev .radiovote,
.courierRev .radiovote {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.writeRev .radio,
.courierRev .radio {
  margin-right: 1rem;
}
.writeRev input[type="radio"],
.courierRev input[type="radio"] {
  display: none;
}
.writeRev input[type="radio"] + label,
.courierRev input[type="radio"] + label {
  display: block;
}
.writeRev input[type="radio"] + label:before,
.courierRev input[type="radio"] + label:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
  width: 25px;
  font-size: 1.2rem;
  color: #ff6600;
}
.writeRev input[type="radio"] + label:before,
.courierRev input[type="radio"] + label:before {
  content: "\f005";
  font-weight: 500;
}
.writeRev input[type="radio"]:checked + label:before,
.courierRev input[type="radio"]:checked + label:before {
  content: "\f005";
  font-weight: 600;
}
.writeRev .radio label,
.courierRev .radio label {
  cursor: pointer;
  padding-left: 0;
}
.modal-footer a {
  color: #fff;
}
.modal-footer a:hover {
  color: #fff;
}
.ModalItem {
  display: flex;
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 0;
}
.ModalItem:last-child {
  border-bottom: none;
}
.ModalItem.podarok {
  border-bottom: 1.5px solid #dc3545;
  border-top: 1.5px solid #dc3545;
}
.ModalItem .lBasketItem {
  width: 150px;
  padding-right: 1rem;
}
.ModalItem .lBasketItem .imgbi {
  display: block;
  width: 100%;
  padding: 1rem;
  text-decoration: none;
}
.ModalItem .lBasketItem .imgbi img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
}
.ModalItem .rBasketItem {
  width: calc(100% - 150px);
  padding-left: 1rem;
}
.ModalItem .rBasketItem .name {
  display: block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.ModalItem .rBasketItem .art {
  font-size: 0.8rem;
  color: #bfbfbf;
}
.ModalItem .rBasketItem .info {
  margin-top: 1rem;
}
.ModalItem .rBasketItem .info .namecolors {
  font-size: 0.8rem;
}
.ModalItem .rBasketItem .info .ycenka {
  font-size: 0.8rem;
}
.ModalItem .rBasketItem .info .podzakaz {
  font-size: 0.8rem;
}
.ModalItem .rBasketItem .info .pod {
  font-size: 0.8rem;
}
.ModalItem .rBasketItem .info .noitem {
  font-size: 0.8rem;
}
.ModalItem .rBasketItem .price {
  margin-top: 1rem;
}
.ModalItem .rBasketItem .price .oldprice {
  display: block;
  color: #bfbfbf;
}
.ModalItem .rBasketItem .price .oldprice b {
  text-decoration: line-through;
}
.ModalItem .rBasketItem .price .skid {
  display: block;
  color: #ff6600;
}
.ModalItem .rBasketItem .summ {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
}
.modalColors h5 {
  padding: 0 0.5rem;
}
.modalColors .colors .colorsItems {
  display: grid;
  grid-template-columns: repeat(auto-fit, 50px);
  grid-gap: 0.5rem;
  margin-bottom: 1rem;
  justify-content: center;
}
.modalColors .colors .colorsItems .color-item {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: #dc3545;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.modalColors .colors .colorsItems .color-item:hover {
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
}
.modalColors .colors .colorsItems .color-item.active {
  border: 1px solid #ff6600;
  box-shadow: 0 0 0.6rem rgba(255, 102, 0, 0.7);
}
.modalColors .colors .colorsItems .color-item.newcolors::before {
  display: block;
  content: "NEW";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 16px;
  border-radius: 3px;
  font-size: 0.7rem;
  color: #fff;
  bottom: 0;
  left: 0;
  text-align: center;
  text-shadow: 0 0 10px #000;
  background-color: transparent;
  background-image: url("../img/NewIco.jpg");
  background-size: 100%;
  background-position: center;
}
.modalColors .colors .colorsItems .color-item.nocount {
  opacity: 0.3;
}
.modalColors .colors .colorsItems .color-item img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.modalColors .colors .colorsItems .color-item span {
  position: absolute;
  z-index: 2;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  height: 25px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
.brendlogo {
  display: block;
  width: 100%;
  text-align: center;
}
.brendlogo img {
  width: 100%;
  max-width: 300px;
  object-fit: contain;
}
.brendInfo {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 1rem;
  padding: 1rem;
}
.brendInfo .brand-text {
  padding: 0.5rem;
  font-size: 0.9rem;
  color: #2c2c2c;
}
.gammaGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 1rem;
  margin-top: 1rem;
}
.gammaGrid .gammaBrendItem {
  width: 100%;
  height: 200px;
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
}
.gammaGrid .gammaBrendItem img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}
.gammaGrid .gammaBrendItem .name {
  position: absolute;
  z-index: 2;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  height: max-content;
  height: -moz-max-content;
  height: -webkit-max-content;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  transition: 0.3s ease-in-out;
  background-color: rgba(255, 102, 0, 0.7);
  border-radius: 3rem;
  text-align: center;
}
.gammaGrid .gammaBrendItem p {
  opacity: 0;
  transition: 0.3s ease-in-out;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: -100px;
  padding: 1rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 1rem;
}
.gammaGrid .gammaBrendItem:hover {
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
}
.gammaGrid .gammaBrendItem:hover .name {
  opacity: 0;
  top: -100px;
}
.gammaGrid .gammaBrendItem:hover img {
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
}
.gammaGrid .gammaBrendItem:hover p {
  opacity: 1;
  top: 0px;
}
.brandstabl {
  margin-bottom: 1rem;
  background-color: #fff;
  border-radius: 3px;
}
.brandstabl .nav-link {
  color: #000;
  transition: 0.3s ease-in-out;
}
.brandstabl .nav-link:hover {
  color: #ff6600;
}
.basketItems {
  padding: 1rem;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 1rem;
}
.basketItems .bItem {
  display: flex;
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 0;
}
.basketItems .bItem:last-child {
  border-bottom: none;
}
.basketItems .bItem.podarok {
  border-bottom: 1.5px solid #dc3545;
  border-top: 1.5px solid #dc3545;
}
.basketItems .bItem .lBasketItem {
  width: 150px;
  padding-right: 1rem;
}
.basketItems .bItem .lBasketItem .imgbi {
  display: block;
  width: 100%;
  padding: 1rem;
  text-decoration: none;
}
.basketItems .bItem .lBasketItem .imgbi img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
}
.basketItems .bItem .lBasketItem .countInp {
  position: relative;
  width: 100%;
  height: 40px;
  z-index: 1;
  margin-right: 0.5rem;
}
.basketItems .bItem .lBasketItem .countInp .minus,
.basketItems .bItem .lBasketItem .countInp .plus {
  position: absolute;
  width: 20px;
  top: 0;
  height: 40px;
  z-index: 2;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 0.9rem;
  transition: 0.3s ease-in-out;
}
.basketItems .bItem .lBasketItem .countInp .minus:hover,
.basketItems .bItem .lBasketItem .countInp .plus:hover {
  color: #ff6600;
}
.basketItems .bItem .lBasketItem .countInp .minus {
  left: 0;
}
.basketItems .bItem .lBasketItem .countInp .minus i {
  line-height: 0;
}
.basketItems .bItem .lBasketItem .countInp .plus {
  right: 0;
}
.basketItems .bItem .lBasketItem .countInp .plus i {
  line-height: 0;
}
.basketItems .bItem .lBasketItem .countInp .qty {
  position: absolute;
  width: 100%;
  height: 40px;
  text-align: center;
  z-index: 1;
  border: none;
  border-top: 1.5px solid #dee2e6;
  border-bottom: 1.5px solid #dee2e6;
  font-size: 1.3rem;
  font-weight: bold;
}
.basketItems .bItem .lBasketItem .countInp::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #ff6600;
  z-index: 2;
}
.basketItems .bItem .lBasketItem .countInp .loading {
  display: none;
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
  color: #ff6600;
  background-color: #fff;
  width: 100%;
  height: 40px;
  pointer-events: none;
}
.basketItems .bItem .lBasketItem .countInp .loading i {
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  height: 22px;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.basketItems .bItem .lBasketItem button.btn {
  margin-top: 1rem;
}
.basketItems .bItem .rBasketItem {
  width: calc(100% - 150px);
  padding-left: 1rem;
}
.basketItems .bItem .rBasketItem .name {
  display: block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.basketItems .bItem .rBasketItem .art {
  font-size: 0.8rem;
  color: #bfbfbf;
}
.basketItems .bItem .rBasketItem .about {
  display: block;
  color: #ff6600;
  cursor: pointer;
  margin-top: 1rem;
}
.basketItems .bItem .rBasketItem .about:hover {
  text-decoration: underline;
}
.basketItems .bItem .rBasketItem .aboutBlock p {
  font-size: 0.8rem;
}
.basketItems .bItem .rBasketItem .info {
  margin-top: 1rem;
}
.basketItems .bItem .rBasketItem .info .namecolors {
  font-size: 0.8rem;
}
.basketItems .bItem .rBasketItem .info .ycenka {
  font-size: 0.8rem;
}
.basketItems .bItem .rBasketItem .info .podzakaz {
  font-size: 0.8rem;
}
.basketItems .bItem .rBasketItem .info .pod {
  font-size: 0.8rem;
}
.basketItems .bItem .rBasketItem .info .noitem {
  font-size: 0.8rem;
}
.basketItems .bItem .rBasketItem .price {
  margin-top: 1rem;
}
.basketItems .bItem .rBasketItem .price .oldprice {
  display: block;
  color: #bfbfbf;
}
.basketItems .bItem .rBasketItem .price .oldprice b {
  text-decoration: line-through;
}
.basketItems .bItem .rBasketItem .price .skid {
  display: block;
  color: #ff6600;
}
.basketItems .bItem .rBasketItem .summ {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
}
.bonus {
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 1rem;
  border-radius: 3px;
}
.bonus .bonusBl {
  margin-bottom: 1rem;
}
.bonus .bonusBl .inpborder input {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color: #212121;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #000;
}
.bonus .bonusBl .info {
  text-align: left;
}
.bonus .bonusBl .info b {
  color: #ff6600;
}
.bonus .bonusBl button.btn {
  margin-top: 0.5rem;
  display: block;
  width: 100%;
}
.promocode {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 1rem;
  border-radius: 3px;
}
.promocode .promocodeBl {
  width: 100%;
  margin: 0 1rem;
  display: flex;
  flex-direction: column;
}
.promocode .bonusBl {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.promocode .bonusBl h5 {
  width: 100%;
}
.promocode .bonusBl:not(:first-child) > h5 {
  display: none;
}
.promocode .bonusBl .inpborder {
  width: 100%;
}
.promocode .bonusBl .inpborder input {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color: #212121;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #000;
}
.promocode .bonusBl .info {
  text-align: left;
}
.promocode .bonusBl .info b {
  color: #ff6600;
}
.promocode .bonusBl button.btn {
  margin-top: 0.5rem;
  display: block;
  width: 100%;
}
.seldelivery {
  margin-bottom: 0.5rem;
  position: relative;
  width: 100%;
}
.seldelivery .custom-select .custom-select__option--value {
  white-space: normal !important;
}
.seldelivery .loading {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  color: #ff6600;
  border: 1px solid #000;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  pointer-events: none;
}
.seldelivery .loading:nth-child(3) {
  display: none;
}
.seldelivery .loading i {
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  height: 22px;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.deliveryBasket {
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 1rem;
  border-radius: 3px;
}
.deliveryBasket .delivery-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.deliveryBasket .delivery-buttons .delivery-buttons__button {
  display: none;
}
.deliveryBasket .delivery-buttonsFast {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  border: 1px solid #000;
  border-radius: 4px;
  height: 38px;
  overflow: hidden;
}
.deliveryBasket .delivery-buttonsFast .delivery-buttons__button {
  background: transparent;
  height: 38px;
  width: 100%;
  transition: all 0.2s;
  border: none;
}
.deliveryBasket .delivery-buttonsFast .delivery-buttons__button.active {
  background: #ff6600;
  color: #fff;
}
.deliveryBasket .delivery-buttonsFast .delivery-buttons__button:disabled {
  display: none;
}
.deliveryBasket .delivery-buttonsFast .delivery-buttons__button:hover {
  background: #ff6600;
  color: #fff;
}
.deliveryBasket .btnpvz {
  margin-bottom: 0.5rem;
}
.zaginfodel {
  display: block;
  font-weight: bold;
  padding: 1rem 0;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.zaginfodel i {
  height: 16px;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 5px;
  margin: auto;
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.zaginfodel.collapsed i {
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.delivInfo {
  font-size: 0.8rem;
  color: #2c2c2c;
}
.delivInfo p {
  margin-bottom: 0.5rem;
}
.delivInfo ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.delivInfo .oplico {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 0.5rem;
}
.delivInfo .oplico img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.btnmoredeliv {
  justify-content: flex-end;
  align-items: center;
}
.btnmoredeliv button {
  max-width: 300px;
}
.summBasket {
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 1rem;
  border-radius: 3px;
}
.summBasket .textinfo {
  font-size: 0.8rem;
}
.summBasket .summbl {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.summBasket .summbl.big {
  font-size: 1.3rem;
}
.summBasket > button.btn {
  margin-bottom: 1rem;
}
.orderinputs {
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 1rem;
  border-radius: 3px;
}
.orderinputs .form-group {
  padding: 0 0.75rem !important;
}
.delivery-banner {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.15s ease-in-out;
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 16px;
  display: none;
}
.delivery-banner:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.delivery-banner img {
  width: 100%;
}
.delivery-banner__desktop {
  display: block;
}
.delivery-banner__mobile {
  display: none;
}
.gift-on-map {
  padding: 2px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid;
}
.blpod {
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 1rem;
  border-radius: 3px;
}
.blpod .form-group {
  padding: 0 0.75rem !important;
}
.oplzac {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
  justify-content: center;
}
.oplzac p {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.grecaptcha-badge {
  visibility: hidden;
}
.page-link-indent {
  outline: 0;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
  margin-left: 0.25rem;
  line-height: 1;
  min-width: 26px;
  min-height: 26px;
  text-align: center;
}
.stmin {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  color: #000;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  padding: 0;
}
.stmin:hover {
  color: #000;
  text-decoration: none;
}
.stmin .st-body {
  padding: 1rem;
}
.stmin .st-img {
  position: relative;
}
.stmin .st-img:before {
  content: "";
  display: block;
  padding-top: 67%;
}
.stmin .st-img .st-img-inner {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stmin .st-title {
  font-size: 1rem;
}
.stmin .st-text {
  font-size: 0.9rem;
}
.stmin .st-date {
  font-size: 0.8rem;
  color: #ff6600;
  text-align: right;
}
.courierbanner {
  width: 100%;
  max-width: 1920px;
  position: relative;
  margin: auto;
}
.courierbanner:before {
  content: "";
  display: block;
  padding-top: 36.5%;
}
.courierbanner img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.courierCard {
  border: none;
}
.courierCard .card-img {
  max-width: 280px;
}
.courierCard .list-group .list-group-item {
  padding: 0.3rem 0.5rem;
}
.courierCard .list-group .list-group-item.active {
  border-radius: 3px;
}
.cardConsult {
  border-radius: 3px;
}
.gotodeliv {
  display: block;
  cursor: pointer;
  margin-bottom: 1rem;
}
.openuserzac {
  display: block;
  position: relative;
  cursor: pointer;
}
.openuserzac i {
  height: 16px;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 5px;
  margin: auto;
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.openuserzac.collapsed i {
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.openuserzac .zagH {
  transition: 0.3s ease-in-out;
  padding-right: 24px;
}
.openuserzac:hover .zagH {
  color: #ff6600;
}
.photoMinOtz {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.photoMinOtz .prFileOtz {
  position: relative;
  width: 70px;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.photoMinOtz .prFileOtz img {
  width: 70px;
  height: 80px;
  object-fit: contain;
}
.photoMinOtz .prFileOtz span {
  display: block;
  font-size: 0.8rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.photoMinOtz .prFileOtz .delp {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s ease-in-out;
  color: #000;
}
.photoMinOtz .prFileOtz .delp:hover {
  color: #ff6600;
}
@media (max-width: 576px) {
  .tabs .nav-link {
    font-size: 0.8rem;
  }
  .modal-footer {
    justify-content: center !important;
  }
  .basketItems .bItem {
    flex-wrap: wrap;
    position: relative;
  }
  .basketItems .bItem .lBasketItem {
    width: 100%;
    padding-right: 0;
    order: 2;
    margin-top: 1rem;
  }
  .basketItems .bItem .lBasketItem .imgbi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    padding: 0;
    margin-top: 1rem;
  }
  .basketItems .bItem .rBasketItem {
    width: 100%;
    padding-left: calc(100px + 0.5rem);
  }
  .bannerItem {
    height: 250px;
  }
  .bannerItem .contBanner {
    width: 100%;
  }
  .bannerItem .contBanner p {
    max-width: 70%;
  }
  .bannerItem .contBanner a {
    max-width: 100%;
  }
  .CardRate {
    flex-wrap: wrap;
  }
  .CardRate .stars {
    margin-right: 2rem;
  }
  .cardBuy {
    flex-wrap: wrap;
  }
  .cardBuy .price {
    width: 100%;
    margin: 0 auto;
  }
  .cardBuy .btnB {
    width: 100%;
    margin: 1rem auto;
    justify-content: flex-start !important;
  }
}
.ymaps-2-1-78-searchbox .ymaps-2-1-78-_focused {
  box-shadow: inset 0 0 0 2px #ff6600 !important;
}
.ymaps-2-1-78-searchbox .ymaps-2-1-78-searchbox-input__input {
  height: 40px;
}
.ymaps-2-1-78-searchbox .ymaps-2-1-78-searchbox-button {
  height: 40px;
  background-color: #ff6600;
}
.ymaps-2-1-78-searchbox .ymaps-2-1-78-searchbox-button .ymaps-2-1-78-searchbox-button-text {
  line-height: 38px;
  font-size: 0.9rem;
  color: #fff;
}
.ymaps-2-1-78-searchbox .ymaps-2-1-78-searchbox-button:hover {
  background-color: #d95700;
}
.ymaps-2-1-78-searchbox .ymaps-2-1-78-float-button {
  height: 40px;
  background-color: #ff6600;
}
.ymaps-2-1-78-searchbox .ymaps-2-1-78-float-button:hover {
  background-color: #d95700;
}
.ymaps-2-1-78-searchbox .ymaps-2-1-78-float-button .ymaps-2-1-78-float-button-text {
  line-height: 38px;
  font-size: 0.9rem;
  color: #fff;
}
.ymaps-2-1-78-search_layout_panel {
  max-height: 65px !important;
}
.ymaps-2-1-78-search_layout_panel .ymaps-2-1-78-search__layout .ymaps-2-1-78-_focused {
  box-shadow: inset 0 0 0 2px #ff6600 !important;
}
.ymaps-2-1-78-search_layout_panel .ymaps-2-1-78-search__layout .ymaps-2-1-78-searchbox-input {
  border-radius: 3px;
}
.ymaps-2-1-78-search_layout_panel .ymaps-2-1-78-search__layout .ymaps-2-1-78-searchbox-input__input {
  height: 40px;
}
.ymaps-2-1-78-search_layout_panel .ymaps-2-1-78-search__layout .ymaps-2-1-78-searchbox-button {
  height: 40px;
  background-color: #ff6600;
}
.ymaps-2-1-78-search_layout_panel .ymaps-2-1-78-search__layout .ymaps-2-1-78-searchbox-button .ymaps-2-1-78-searchbox-button-text {
  line-height: 38px;
  font-size: 0.9rem;
  color: #fff;
}
.ymaps-2-1-78-search_layout_panel .ymaps-2-1-78-search__layout .ymaps-2-1-78-searchbox-button:hover {
  background-color: #d95700;
}
.ymaps-2-1-78-search_layout_panel .ymaps-2-1-78-search__layout .ymaps-2-1-78-searchbox__fold-button {
  height: 40px;
}
.ymaps-2-1-78-search_layout_panel .ymaps-2-1-78-search__layout .ymaps-2-1-78-searchbox__fold-button .ymaps-2-1-78-searchbox__fold-button-icon {
  width: 40px;
  height: 40px;
  background-position: center;
}
.ymaps-2-1-78-listbox {
  height: 40px;
}
.ymaps-2-1-78-listbox .ymaps-2-1-78-listbox__button {
  height: 40px;
  background-color: #ff6600;
}
.ymaps-2-1-78-listbox .ymaps-2-1-78-listbox__button .ymaps-2-1-78-listbox__button-text {
  line-height: 38px;
  font-size: 0.9rem;
  color: #fff;
  padding-right: 28px;
  padding-left: 16px;
}
.ymaps-2-1-78-listbox .ymaps-2-1-78-listbox__button .ymaps-2-1-78-listbox__button-arrow {
  height: 40px;
  filter: invert(100%);
}
.ymaps-2-1-78-listbox .ymaps-2-1-78-listbox__button:hover {
  background-color: #d95700;
}
.adrcourier {
  border: 1.5px solid #ff6600;
}
.adrcourier:focus {
  border-color: #ff6600;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
  .item {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .reviewsCard .revitems .rev .infor {
    margin-bottom: 1rem;
  }
  .reviewsCard .revitems .rev .textr .imgrev {
    width: 50px;
    height: 50px;
  }
  .courierbanner:before {
    content: "";
    display: block;
    padding-top: 67%;
  }
}
@media (max-width: 992px) {
  #bottomBtnCard .cardBuy .itemImg {
    display: none;
  }
  #bottomBtnCard .cardBuy .name {
    width: calc(100% - 145px - 0.25rem);
    margin-right: 0.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #bottomBtnCard .cardBuy .name span {
    width: 100%;
    font-size: 1rem;
  }
  #bottomBtnCard .cardBuy .name p {
    display: none;
  }
  #bottomBtnCard .cardBuy .price {
    width: 100%;
    justify-content: center;
    margin: 0;
    margin-bottom: 0.25rem;
  }
  #bottomBtnCard .cardBuy .price .normalprice {
    font-size: 1.3rem;
    margin-right: 0.25rem;
  }
  #bottomBtnCard .cardBuy .price .oldprice {
    font-size: 1rem;
  }
  #bottomBtnCard .cardBuy .price .iconItem {
    display: none;
  }
  #bottomBtnCard .cardBuy .btnB {
    width: 145px;
    flex-wrap: wrap;
    margin: 0;
  }
  #bottomBtnCard .cardBuy .btnB button {
    width: 145px;
  }
  #bottomBtnCard .cardBuy .btnB .countInp {
    display: none;
  }
  .filtcol .filters .dopbtn {
    display: none !important;
  }
  .imgnewswidth {
    width: 100% !important;
    height: auto !important;
  }
  .paginationBlockTop {
    flex-wrap: wrap;
  }
  .paginationBlockTop .zagH {
    width: 100%;
    margin-bottom: 1rem;
  }
  .paginationBlockTop .selectsort {
    width: 100%;
  }
  .arrowsBlock {
    width: 100px;
    height: 100px;
    right: -40px;
    bottom: -60px;
  }
  .arrowsBlock .contArr {
    width: 60px;
    height: 45px;
  }
  .arrowsBlock .contArr .paginationArr {
    bottom: 5px;
    right: 5px;
    height: 25px;
    left: unset;
  }
  .arrowsBlock .contArr .paginationArr .swiper-pagination-current {
    font-size: 1.5rem;
    padding-right: 5px;
    line-height: 20px;
  }
  .arrowsBlock .contArr .paginationArr .swiper-pagination-total {
    padding-left: 5px;
  }
  .arrowsBlock .button-next,
  .arrowsBlock .button-prev {
    display: none;
  }
  .infoMain .maininfoitem {
    width: 100px;
    height: 100px;
    margin: 0;
    margin-bottom: 1rem;
  }
  .infoMain .maininfoitem .benefitHref {
    height: max-content;
    height: -moz-max-content;
    height: -webkit-max-content;
    width: 500px;
    text-align: left;
    bottom: 0;
    top: 0;
    padding-left: calc(100px + 1rem);
    margin: auto;
  }
  .item {
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
  }
  .item:hover .photo img:nth-child(2) {
    transition: none;
    opacity: 1;
  }
  .item:hover .info {
    transition: none;
    max-height: calc(365px + 3rem);
    padding-bottom: 0;
    box-shadow: none;
  }
  .footer .logofooter {
    display: block;
    width: 100%;
    margin-top: 0.5rem;
    text-align: center;
  }
  .footer .logofooter img {
    width: 150px;
    margin-left: 0;
  }
  .footer .zagH {
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    margin: 0 auto;
  }
  .footer .col-lg-3 {
    margin-bottom: 2rem;
  }
  .footer .socfooter {
    justify-content: center;
  }
  .footer .appfooter {
    text-align: center;
  }
  .headerlogo {
    margin: 0;
  }
  .headerlogo img {
    height: 35px !important;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 0px;
  }
  .headericons {
    width: 33%;
    justify-content: flex-end;
  }
  .headericons .nav-link {
    width: 35px;
    padding-left: 0;
  }
  .headericons .nav-link .countcart {
    right: -3px;
    top: -3px;
  }
  .headericons .nav-link span {
    display: none;
  }
}
@media (min-width: 992px) {
  .filtcol {
    padding-right: 0;
  }
  .item {
    max-width: 300px;
  }
  .searchDesctop {
    width: calc(100% - 550px);
    max-width: 1000px;
  }
}
@media (max-width: 1200px) {
  .promocode {
    flex-wrap: wrap;
  }
  .secondaryCategories a {
    font-size: 0.8rem;
  }
  .delivery-banner__desktop {
    display: none;
  }
  .delivery-banner__mobile {
    display: block;
  }
}
@media (max-width: 410px) {
  .TovarSlider .button-next-up,
  .TovarSlider .button-prev-up {
    display: none;
  }
  .infoMain .maininfoitem .benefitHref {
    width: 290px;
  }
  .headerlogo {
    margin: 0;
  }
  .headerlogo img {
    height: 25px !important;
  }
  .headericons {
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
  }
  .headericons .nav-link {
    width: 40px;
  }
}
@media (min-width: 1500px) {
  .nametypecourier {
    display: inline !important;
  }
  .bannersRightCat {
    max-width: calc(360px + 1rem) !important;
  }
}
