@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ol, ul, li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

body {
  padding: 10px;
  background-color: transparent;
}

/*--------------------*/
body {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  z-index: -1;
  padding: 0 10px;
  font-family: inherit;
  --scrollbar-width: calc(100vw - 100%);
}
@media (max-width: 360px) {
  body {
    line-height: 0.4;
  }
}

.header-style {
  text-align: center;
  position: relative;
  top: 0;
}
@media (max-width: 425px) {
  .header-style {
    font-size: 10px;
  }
}

.row-header {
  border-bottom: black;
  padding: 14px 0px 0px 0px;
  width: 100%;
}

.header-adress {
  margin: 0px 0px 0px 0px;
  padding: 5px;
  display: inline-block;
}
.header-adress-text {
  font-size: 14px;
  display: inline;
}

.header-middle {
  text-align: center;
}

.header0 {
  text-align: center;
  display: none;
}
@media (max-width: 992px) {
  .header0 {
    display: block;
  }
}

.geoCity {
  margin: 0px 0px 0px 10px;
}

.header-right-part {
  text-align: right;
}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 95vh;
}

.content {
  flex: 1 1 auto;
}

.me-1 {
  background-color: #ff5008;
  color: white;
  line-height: 1.5;
}
.me-1:hover {
  background-color: #80ff80;
  color: black;
}

.me-2 {
  background-color: #ff5008;
  color: white;
  line-height: 1.2;
}
.me-2:hover {
  background-color: #80ff80;
  color: black;
}
@media (max-width: 360px) {
  .me-2 {
    width: 90px;
  }
}

.container {
  background-color: transparent;
  margin: 0px auto;
  padding: 0 15px;
}

.main-top-menu {
  position: relative;
  left: 40%;
  top: 1vh;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  width: 30%;
  justify-content: space-between;
}

.form-searchBar {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.vertical-menu-text {
  font-size: 14px;
  text-align: center;
  color: black;
}
@media (max-width: 800px) {
  .vertical-menu-text {
    font-size: 10px;
  }
}
@media (max-width: 700px) {
  .vertical-menu-text {
    display: none;
  }
}

.orders-dropdown-content {
  right: 0;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.orders-dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  font-size: 12px;
  cursor: pointer;
}
.orders-dropdown-content a:hover {
  background-color: #f1f1f1;
  background-color: #f8ddb4;
}

.topbutton:hover .orders-dropdown-content {
  display: block;
}

.topbutton:hover {
  background-color: #3e8e41;
}

.telMain {
  margin-left: 35px;
  margin-top: 5px;
}

.footer-hide {
  opacity: 1;
}

.footer-show {
  opacity: 0;
}

#smallOut {
  display: none;
}

#bigOut {
  display: inline-block;
}

.menuIcon {
  display: none;
}

#mainLogo {
  height: 35px;
  position: absolute;
  left: 3vw;
}

.row-header-middle {
  margin: 0;
  position: absolute;
  top: 6%;
  left: 30%;
  transform: translateY(-20%);
}

.emptySpace {
  width: 40%;
}

.topleftMenu {
  display: none;
}

.searchBar {
  width: 80%;
  margin: 30px auto;
}

.center-image {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 75vh;
}
.center-image p {
  position: absolute;
  left: 30%;
  right: 20%;
  font-size: 26px;
  text-indent: 60px;
  text-align: justify;
}

.center-image2 {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 75vh;
}
.center-image2 p {
  position: absolute;
  left: 23%;
  right: 39%;
  font-size: 24px;
  text-indent: 60px;
  text-align: justify;
}

.container-about {
  position: relative;
  text-align: center;
}

.policy {
  display: inline;
  margin-left: 12%;
}
.policy > a {
  color: ghostwhite;
}

.footer_row span {
  color: ghostwhite;
}

.footer {
  position: absolute;
  bottom: 1vh;
  width: 100%;
}

.footerAdress {
  display: inline;
}
@media (max-width: 768px) {
  .footerAdress {
    display: none;
  }
}

.innerWrapper {
  text-align: center;
  position: relative;
  top: -5%;
}

.layoutMain {
  height: 70vh;
  position: relative;
  margin: auto;
  width: 95vw;
  left: 2vw;
  top: 0;
}

.leftMenu {
  width: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
@media (max-width: 550px) {
  .leftMenu {
    display: none;
  }
}

.vertical-menu {
  list-style: none;
  padding-left: 0px;
  position: relative;
  display: block;
}
.vertical-menu li {
  display: block;
  white-space: nowrap;
  font-size: 0;
}
.vertical-menu > li {
  margin: 7px 0 0;
}
@media (max-width: 1024px) {
  .vertical-menu > li {
    margin: 0px 0px 0px;
  }
}
@media (max-width: 800px) {
  .vertical-menu > li {
    margin: 40px 0 0;
  }
}
.vertical-menu a {
  display: block;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  padding: 10px;
}
@media (max-width: 1124px) {
  .vertical-menu {
    padding-left: 20px;
  }
}
@media (max-width: 870px) {
  .vertical-menu {
    padding-left: 5px;
  }
}

.vertical-menu > li:nth-child(3) .vertical-menu__item {
  margin-right: 10px;
}

.vertical-menu > li:nth-child(5) .vertical-menu__item {
  margin-right: 4px;
}

.ordersMenu {
  display: none;
  position: absolute;
  left: 90%;
  top: 30%;
  background-color: transparent;
  font-size: 0.8rem;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.ordersMenu a {
  float: none;
  color: ghostwhite;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.layout-central-main {
  position: absolute;
  top: -10%;
  width: 75%;
  height: 75vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.layout-central-main-center {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-around;
  width: 90%;
  height: 90%;
  background-color: transparent;
}

.layout-central-main-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 33%;
  width: 50%;
  margin: 0 auto;
}

.assortiment-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  height: 60%;
}

.show {
  display: block;
}

.item {
  display: block;
  background-color: #fd7400;
  height: auto;
  width: 40%;
  padding: 80px 0;
  margin-bottom: 2%;
  font-size: 2rem;
}

.item:nth-child(1n) {
  height: 210px;
}

.swiper {
  max-width: 800px;
  height: 100%;
  max-height: 400px;
}
@media (max-width: 1024px) {
  .swiper {
    max-height: 300px;
  }
}
@media (max-width: 800px) {
  .swiper {
    max-height: 174px;
  }
}
@media (max-width: 450px) {
  .swiper {
    width: 300px;
  }
}

.swiper-button-prev {
  margin-bottom: 50%;
}

.swiper-slide img {
  width: inherit;
  height: inherit;
  vertical-align: middle;
}

.swiper-slide {
  align-content: center;
}
.swiper-slide img {
  position: relative;
  width: 100%;
  max-height: 365px;
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  color: ghostwhite;
  font-size: 18px;
}

.news__title {
  position: absolute;
  bottom: 0;
  color: black;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translate(-50%);
  font-size: 18px;
}
@media (max-width: 360px) {
  .news__title {
    bottom: 15px;
  }
}

.news__date {
  position: absolute;
  color: black;
  top: 0;
  right: 0;
}

.adm_wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.adm_content {
  flex: 1 1 auto;
  margin-top: 50px;
}

.adm_container {
  max-width: 1370px;
  margin: 0px auto;
}

.adm_row {
  display: flex;
  justify-content: flex-start;
}

.adm_left_part {
  width: 30%;
}

.adm_menu {
  color: ghostwhite;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.8px;
}
.adm_menu a {
  color: #3e8e41;
}
.adm_menu a:hover {
  color: #fd7400;
}

.adm_right_part {
  text-align: center;
  width: 45%;
}

.adm_footer_row {
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.adm_footer_text {
  color: #445162;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.header_row {
  text-align: center;
  padding: 5px;
  font-size: 26px;
  color: red;
}

.add_news_row {
  font-size: 18px;
}

.footer_text {
  display: flex;
}
@media (max-width: 768px) {
  .footer_text {
    justify-content: center;
  }
}

.wrappern {
  min-height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .wrappern {
    max-width: 1380px;
  }
}
@media (max-width: 1000px) {
  .wrappern {
    max-width: 980px;
  }
}

._container {
  max-width: 1450px;
  margin: 0px auto;
}
@media (max-width: 1440px) {
  ._container {
    max-width: 1160px;
  }
}
@media (max-width: 1024px) {
  ._container {
    max-width: 750px;
  }
}
@media (max-width: 425px) {
  ._container {
    max-width: 420px;
  }
}
@media (max-width: 375px) {
  ._container {
    min-width: 350px;
  }
}
@media (max-width: 320px) {
  ._container {
    min-width: 304px;
  }
}

.headern {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 40px;
}

.header__container {
  display: flex;
  min-height: 40px;
  justify-content: flex-start;
}

.header__compact-menu {
  padding-left: 5px;
  display: none;
}
@media (max-width: 800px) {
  .header__compact-menu {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .header__compact-menu {
    padding-top: 3px;
    font-size: 25px;
  }
}

.dropdown-content2 {
  display: none;
}

.logo__container {
  display: flex;
  align-items: center;
  margin: 4px 0px 0px 0px;
  width: 100px;
  height: 39px;
}
@media (max-width: 1440px) {
  .logo__container {
    width: 275px;
  }
}
@media (max-width: 425px) {
  .logo__container {
    padding-top: 5px;
  }
}
@media (max-width: 360px) {
  .logo__container {
    margin: 0px;
    width: 170px;
  }
}

.header__logo {
  height: 100%;
}

.logo__image {
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .logo__image {
    height: auto;
    width: 70%;
  }
}
@media (max-width: 956px) {
  .logo__image {
    height: auto;
    width: 80%;
  }
}
@media (max-width: 500px) {
  .logo__image {
    width: 80px;
    height: auto;
  }
}
@media (max-width: 425px) {
  .logo__image {
    width: 105px;
    height: auto;
  }
}
@media (max-width: 360px) {
  .logo__image {
    width: 110px;
  }
}

@media (max-width: 360px) {
  .top-shop-icon {
    font-size: 22px;
  }
}

.header__place {
  align-items: center;
  display: flex;
  padding-left: 6.5rem;
}
@media (max-width: 1440px) {
  .header__place {
    padding-left: 0px;
  }
}
@media (max-width: 1024px) {
  .header__place {
    padding-left: 0;
  }
}
@media (max-width: 780px) {
  .header__place {
    display: none;
  }
}

.header__centralcontainer {
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .header__centralcontainer {
    margin: 5px 0px 0px 0px;
    font-weight: 700;
  }
}
@media (max-width: 1024px) {
  .header__centralcontainer {
    margin: 0px 0px 0px 40px;
  }
}
@media (max-width: 800px) {
  .header__centralcontainer {
    display: none;
  }
}
@media (max-width: 360px) {
  .header__centralcontainer {
    display: none;
    margin: 0;
  }
}

.centralcontainer__testrow {
  color: black;
  margin: 8px 150px;
}
@media (max-width: 360px) {
  .centralcontainer__testrow {
    margin: 0;
    line-height: 1;
    color: red;
    font-size: 10px;
  }
}

@media (max-width: 1124px) {
  .centralcontainer__menu {
    margin: 5px 0px 0px 0px;
  }
}

.menu__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 1124px) {
  .menu__list {
    padding-left: 0px;
    flex-wrap: nowrap;
  }
}

.menu__item {
  padding-left: 5rem;
}
@media (max-width: 1440px) {
  .menu__item {
    padding-left: 4.2rem;
  }
}
@media (max-width: 1024px) {
  .menu__item {
    padding-left: 1.4rem;
  }
}

.menu__link {
  color: black;
  line-height: 28px;
  font-size: 24px;
}
.menu__link:visited {
  color: black;
}
@media (max-width: 1440px) {
  .menu__link {
    font-size: 16px;
  }
}
@media (max-width: 1240px) {
  .menu__link {
    font-size: 16px;
  }
}

.form__container {
  display: flex;
  height: 100%;
  margin: 0px 0px 0px 150px;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .form__container {
    margin: 0px 0px 0px 50px;
  }
}
@media (max-width: 360px) {
  .form__container {
    margin: 0px 0px 0px 10px;
  }
}

.rightpart__usermenu {
  margin: 12px 0px 0px 50px;
}
@media (max-width: 1024px) {
  .rightpart__usermenu {
    margin: 0px 0px 0px 50px;
  }
}

.rightpart__buttons {
  margin: 0px 0px 0px 15px;
}

.searchBar__container {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 360px) {
  .searchBar__container {
    padding-top: 5px;
  }
}

.searchbar {
  width: 100%;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .searchbar {
    padding-left: 10vw;
    width: 95vw;
  }
  .searchbar .form-control {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .searchbar .form-control {
    width: 97vw;
  }
}
@media (max-width: 360px) {
  .searchbar {
    width: 98%;
  }
}

.form-control {
  width: 50%;
  height: 30px;
  border-radius: 4px;
}

.searchButton {
  padding-top: 6px;
  padding-left: 10px;
}
@media (max-width: 1400px) {
  .searchButton {
    padding-top: 7px;
    padding-left: 12px;
  }
}
@media (max-width: 768px) {
  .searchButton {
    padding-top: 6px;
    margin-right: 5px;
  }
}
@media (max-width: 360px) {
  .searchButton {
    padding-top: 7px;
    margin-right: 8px;
  }
}

.search_Word {
  color: ghostwhite;
}

.page {
  position: absolute;
  left: 11%;
  top: 20px;
  width: 87%;
  height: 90%;
}
@media (max-width: 1024px) {
  .page {
    left: 7%;
  }
}
@media (max-width: 768px) {
  .page {
    top: 35px;
    left: 12%;
  }
}
@media (max-width: 625px) {
  .page {
    top: 35px;
    left: 10%;
  }
}
@media (max-width: 550px) {
  .page {
    left: 6%;
  }
}
@media (max-width: 360px) {
  .page {
    left: 1%;
    top: 9px;
    width: 98%;
    height: 100%;
  }
}

.page__main-block {
  height: 100%;
}

.main-block {
  position: relative;
}

.main-main {
  display: flex;
  position: relative;
  margin-top: 100px;
  height: 85vh;
  text-align: center;
}
@media (max-width: 950px) {
  .main-main {
    margin-top: 110px;
  }
}
@media (max-width: 768px) {
  .main-main {
    margin: 100px 0px 0px 0px;
  }
}
@media (max-width: 425px) {
  .main-main {
    height: 75vh;
    overflow-y: auto;
  }
}
@media (max-width: 360px) {
  .main-main {
    height: 74vh;
    margin-top: 80px;
  }
}

.vertical-menu__item {
  display: inline-block;
  justify-content: center;
}

.main-block__container {
  display: flex;
  height: 100%;
}

.main-block__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
  align-items: center;
}

.main__news {
  display: flex;
  flex: 0 1 50%;
  justify-content: center;
  padding-right: 200px;
}
.main__news img {
  width: 100%;
  height: auto;
}
@media (max-width: 550px) {
  .main__news img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 800px) {
  .main__news {
    height: 40vh;
    max-width: 890px;
  }
}

.main__catalogs {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 200px;
  padding-top: 20px;
  margin-left: 3vw;
}
@media (max-width: 1440px) {
  .main__catalogs {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .main__catalogs {
    padding-right: 0px;
  }
}
@media (max-width: 800px) {
  .main__catalogs {
    max-width: 690px;
    padding-right: 0px;
  }
}
@media (max-width: 360px) {
  .main__catalogs {
    max-width: 315px;
  }
}

.main__catalogs-header {
  display: flex;
  justify-content: center;
  font-size: 20px;
  color: ghostwhite;
}
@media (max-width: 800px) {
  .main__catalogs-header {
    font-size: 12px;
  }
}

.catalog-items-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  height: 100%;
  width: 110%;
}

.catalogsImg {
  height: auto;
  width: 100%;
  max-width: 425px;
}
@media (max-width: 1440px) {
  .catalogsImg {
    max-width: 390px;
  }
}
@media (max-width: 1024px) {
  .catalogsImg {
    max-width: 340px;
  }
}
@media (max-width: 800px) {
  .catalogsImg {
    max-width: 205px;
    padding-right: 0px;
  }
}
@media (max-width: 360px) {
  .catalogsImg {
    width: 90%;
  }
}

.catalog-items-ul {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
}
@media (max-width: 1024px) {
  .catalog-items-ul {
    max-height: 265px;
  }
}
@media (max-width: 800px) {
  .catalog-items-ul {
    max-height: 160px;
  }
}
@media (max-width: 375px) {
  .catalog-items-ul {
    min-height: 209px;
  }
}
.catalog-items-ul::-webkit-scrollbar {
  width: 0;
}
.catalog-items-ul li {
  margin-top: 30px;
  margin-bottom: 50px;
}

.catalog__row {
  margin: 50px 40px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
@media (max-width: 1440px) {
  .catalog__row {
    margin-left: 90px;
  }
}
@media (max-width: 1024px) {
  .catalog__row {
    margin: 25px 14px 0px;
  }
}
@media (max-width: 360px) {
  .catalog__row {
    margin: 12px 5px 0px;
    width: 120px;
  }
}

.catalog-ul__item {
  display: flex;
  text-align: center;
}

.catalog__item {
  display: flex;
  flex: 0 1 50%;
  height: 35%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .catalog__item {
    flex: 0 1 100%;
    margin: 0px 0px 10px 0px;
  }
}

.item__link {
  color: ghostwhite;
}

.compact-bottom-menu {
  display: none;
  text-align: center;
}
@media (max-width: 425px) {
  .compact-bottom-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10%;
  }
}
@media (max-width: 375px) {
  .compact-bottom-menu {
    margin: 0px 0px 0px 8px;
  }
}
@media (max-width: 360px) {
  .compact-bottom-menu {
    position: absolute;
    bottom: 35px;
    height: 30px;
  }
}

.hor-menu {
  display: flex;
  padding-left: 0;
}

.hor-menu__item {
  padding-right: 20px;
}
@media (max-width: 355px) {
  .hor-menu__item {
    padding-right: 14px;
  }
}

.footern {
  position: absolute;
  left: 0;
  bottom: 10px;
  display: flex;
  justify-content: space-around;
  font-size: 15px;
  color: black;
  width: 100%;
}
@media (max-width: 1000px) {
  .footern {
    font-size: 12px;
  }
}

.footer__container {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 820px) {
  .footer__adress {
    display: none;
  }
}
.footer__adress a {
  color: black;
}

@media (max-width: 565px) {
  .footer__email {
    display: none;
  }
}

.footer__policy a {
  color: black;
}

@media (max-width: 450px) {
  .footer__phones {
    display: none;
  }
}

.busket-icon {
  font-size: 2em;
}
@media (max-width: 360px) {
  .busket-icon {
    font-size: 23px;
  }
}
@media (max-width: 320px) {
  .busket-icon {
    font-size: 23px;
  }
}

.wrapper2 {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.header2 {
  height: 100px;
  display: flex;
  flex-direction: column;
}

.f-row {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #ff5008;
}
@media (max-width: 800px) {
  .f-row {
    flex: 1 1 35%;
  }
}

.s-row {
  flex: 1 0 40%;
  display: flex;
  align-items: center;
}

.item__lc,
.item__orders,
.item__kassa {
  width: 60px;
}
@media (max-width: 1024px) {
  .item__lc,
  .item__orders,
  .item__kassa {
    width: 50px;
  }
}
@media (max-width: 800px) {
  .item__lc,
  .item__orders,
  .item__kassa {
    width: 30px;
  }
}

.item__bell,
.item__cat,
.item__fav,
.item__ret {
  width: 50px;
}
@media (max-width: 1024px) {
  .item__bell,
  .item__cat,
  .item__fav,
  .item__ret {
    width: 40px;
  }
}
@media (max-width: 800px) {
  .item__bell,
  .item__cat,
  .item__fav,
  .item__ret {
    width: 25px;
    margin-right: 6px;
  }
}

@media (max-width: 1024px) {
  .item__orders,
  .item__cat {
    margin-right: -5px;
  }
}

.item__cat {
  margin-right: 5px;
}

.result {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .result {
    margin-left: 7rem;
  }
}
@media (max-width: 1024px) {
  .result {
    margin-left: 0rem;
  }
}
@media (max-width: 800px) {
  .result {
    margin-left: 0rem;
  }
}
@media (max-width: 360px) {
  .result {
    margin-left: 2rem;
  }
}

.main2 {
  flex: 1 0 auto;
  position: relative;
}
@media (max-width: 1440px) {
  .main2 {
    max-height: 745px;
  }
}
@media (max-width: 1024px) {
  .main2 {
    max-height: 630px;
  }
}

.innermain {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.menuwrapper {
  flex: 0 1 200px;
  text-align: center;
}
@media (max-width: 425px) {
  .menuwrapper {
    display: none;
  }
}

@media (max-width: 1440px) {
  ._container2 {
    max-width: 1380px;
  }
}
@media (max-width: 1024px) {
  ._container2 {
    max-width: 970px;
  }
}
@media (max-width: 360px) {
  ._container2 {
    max-width: 320px;
  }
}

.contentwrapper {
  flex: 1 1 1650px;
  display: flex;
}
@media (max-width: 360px) {
  .contentwrapper {
    height: 90%;
  }
}

.infopart {
  flex: 0 1 1450px;
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.searchButtonWrap {
  display: flex;
  text-align: center;
}

.filterpart {
  flex: 0 1 200px;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  margin-left: 1rem;
}
@media (max-width: 800px) {
  .filterpart {
    display: none;
  }
}

.button-block {
  flex: 0 1 100px;
  display: flex;
  justify-content: center;
}

.footer2 {
  flex: 0 0 auto;
  text-align: center;
  height: 40px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer2 {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .footer2 {
    height: 30px;
    font-size: 12px;
    margin-top: 20px;
  }
}
@media (max-width: 425px) {
  .footer2 {
    margin-top: -15px;
  }
}

@media print {
  *, *:before, *:after {
    color: #000;
    box-shadow: none;
    text-shadow: none;
  }
  html, body {
    height: 297mm;
    width: 210mm;
  }
  .header, .footer, .banner {
    display: none;
  }
}
.waitmodal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("http://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8) url("/images/squares.gif") center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
  overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay {
  display: block;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
#btnSearchBrands {
  width: 70px;
  height: 30px;
  border-radius: 2px;
  padding: 3px 0px 10px 0px;
  background-color: #ff5008;
}

.btn-addtocart:hover {
  cursor: pointer;
}

.sortButton {
  background-color: antiquewhite;
  font-weight: 700;
}

.arrowHide {
  display: none;
}

.arrowShow {
  display: inline;
}

.fa-user-pointer :hover {
  cursor: pointer;
}

.btn-link {
  color: #ff5008;
  font-size: 18px;
}
.btn-link:hover {
  color: green;
}

.btnOut {
  margin-bottom: 3px;
  padding: 0;
  padding-left: 3px;
  color: green;
}
.btnOut:hover {
  color: red;
}

.btn-outline-dark {
  background-color: rgb(71, 145, 71);
}
@media (max-width: 800px) {
  .btn-outline-dark {
    font-size: 10px;
  }
}

.searchWord {
  font-size: 1.2rem;
}
.searchWord:hover {
  cursor: pointer;
}
@media (max-width: 1400px) {
  .searchWord {
    padding-top: 20px;
  }
}

@media (max-width: 800px) {
  .add__busket,
  .del__busket {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .add__busket,
  .del__busket {
    font-size: 12px;
  }
}

.myBtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #2ea44f;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.container-mad {
  max-width: 300px;
  margin: auto;
  background-color: antiquewhite;
  text-align: center;
  border-radius: 5px;
}

.mad-header {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}

.form-group {
  padding-top: 10px;
  text-align: center;
}

.fg1 {
  padding-bottom: 10px;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
}

.fg6 > input {
  width: 60px;
  height: 2rem;
}

.mad-btn-wrap {
  text-align: center;
  padding-top: 30px;
}

.mad-btn {
  margin: auto;
  height: 25px;
  width: 70px;
  background-color: goldenrod;
  border-radius: 5px;
}
.mad-btn:hover {
  background-color: green;
}

.modal-content {
  width: 410px;
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
}
@media (max-width: 425px) {
  .modal-content {
    width: 315px;
    height: 340px;
    position: fixed;
    top: 22%;
    left: 6%;
  }
}

.modal-content-1 {
  width: 370px;
  background-color: #ff5008;
}
@media (max-width: 425px) {
  .modal-content-1 {
    width: 300px;
    height: 300px;
  }
}

.centered {
  position: fixed;
  top: 30%;
  left: 15%; /* bring your own prefixes */
}

.quantity {
  position: relative;
  margin-left: 41%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 60px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.value-control {
  width: 32px;
  height: 32px;
  margin: 0 8px;
  background: transparent;
  border: 2px solid #3b3b3b;
  border-radius: 3px;
  color: #3b3b3b;
  cursor: pointer;
  font-size: 20px;
}

.value-control:hover {
  background: #eee;
}

.value-control:active {
  background: #ddd;
}

.value-control:focus,
.value-input:focus {
  outline: 2px solid #3e67fd;
  outline-offset: 1px;
}

.value-input {
  margin: 0;
  height: 38px;
  width: 80px;
  border: 2px solid #3b3b3b;
  border-radius: 3px;
  padding: 2px 8px;
  text-align: center;
  font-size: 20px;
}

.value-input:hover {
  border-color: #777;
}

.value-input::-webkit-outer-spin-button,
.value-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.value-input {
  -moz-appearance: textfield;
}

.modal-header {
  padding: 5px;
}

.modal-body {
  padding: 13px 13px 16px 5px;
}

.login-invite {
  width: 300px;
  margin: auto;
  position: relative;
  top: 20px;
  text-align: center;
  padding: 9px;
}

.wrap-login-invite {
  background-color: #e1dac7;
  padding: 5px 20px;
  border: 3px solid #CCC;
  height: auto;
}

.wrap-login-header {
  background-color: #e1dac7;
  height: 25px;
  font-weight: 600;
  font-size: 26px;
  padding-top: 0px;
}

.inner {
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  align-content: center;
  position: relative;
}

.login-forget-password {
  margin-top: 5px;
}

.login-inner-formline {
  position: relative;
  padding: 5px 0px 0px 0px;
  font-size: 18px;
  margin: 0 auto;
}
.login-inner-formline > input {
  padding: 5px 0px 0px 0px;
  font-size: 16px;
  margin: 3px 0px 10px 0px;
}

.form-signin {
  width: 500px;
}

.confirm-phone {
  height: 170px;
}

.confirm-header {
  padding-top: 5px;
}

.btn-login {
  width: 60px;
  height: 30px;
  margin-top: 0px;
  background-color: #187202;
  border-radius: 5px;
  color: #ffffff;
}

.btn-register {
  width: 140px;
  height: 40px;
  background-color: gray;
  border-radius: 5px;
  margin-top: -25px;
  color: #ffffff;
}
.btn-register:hover {
  cursor: pointer;
}

.btn-confirm {
  width: 50px;
  height: 30px;
  background-color: #187202;
  border-radius: 5px;
  margin-top: -25px;
  color: #ffffff;
}

.offertext {
  color: blue;
}
.offertext:hover {
  cursor: pointer;
}

.greenColor {
  background-color: #187202;
}

.loginBlock {
  flex: 0 0 auto;
  width: 33.3333333333%;
  position: absolute;
  top: 5px;
  right: 5%;
}
@media (max-width: 992px) {
  .loginBlock {
    right: 0;
  }
}

.topnavbar {
  font-size: 22px;
  padding: 5px 10px;
}

.topbutton {
  color: black;
  display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
  position: relative; /* All 'absolute'ly positioned elements are relative to this one */
  padding: 2px 5px; /* Add some padding so it looks nice */
}
.topbutton__badge {
  background-color: #fa3e3e;
  border-radius: 2px;
  color: white;
  padding: 1px 3px;
  font-size: 12px;
  position: absolute; /* Position the badge within the relatively positioned button */
  top: 0px;
}
.topbutton > a:hover {
  cursor: pointer;
}

.searchBrandForm {
  width: 75%;
  padding-top: 5px;
}

.table th, .table td {
  padding: 3px;
}

.table {
  border: 1px solid black;
}
.table tr {
  transition: all 0.3s;
}
.table tr:hover {
  background: #f8ddb4;
}
.table th {
  background: #f8ddb4;
}

#result2 {
  display: flex;
}

.w_table {
  padding: 1%;
  padding-top: 1%;
  width: 87%;
}
@media (max-width: 1440px) {
  .w_table {
    width: 78vw;
  }
}
@media (max-width: 360px) {
  .w_table {
    width: 94vw;
  }
}

.form-control {
  font-size: 13px;
}

.searchBrandsInfo {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.telMain2 {
  display: none;
}

.whName {
  font-size: 9px;
}

.salePrice {
  display: inline;
}

.upArrow {
  width: 20px;
}

#footer {
  position: fixed;
  bottom: 5px;
  right: 15px;
}

.bottomStick {
  display: none;
}

.bottomStickInner {
  display: none;
}

.lc-index-l, .lc-index-r {
  flex: 0 0 auto;
  width: 15%;
}

.lc-index-c {
  flex: 0 0 auto;
  width: 85%;
  margin-left: 12%;
  font-size: 1rem;
  color: ghostwhite;
}

.anything {
  margin-top: 10px;
  width: 33%;
  display: block;
}

.news-block {
  width: 34%;
}

.bigwndCat {
  width: 70%;
  margin: auto;
  font-size: 18px;
}

.userMes {
  width: 50%;
  color: rgb(221, 23, 73);
  margin: auto;
  margin-top: 20%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.compactBL {
  display: none;
}
@media (max-width: 360px) {
  .compactBL {
    display: block;
    background-color: antiquewhite;
    line-height: 1.1;
  }
}

.bl-cell-div4 {
  font-weight: 600;
}

.bl-cell-div5 {
  font-size: 11px;
  font-style: italic;
}

.bl-cell-div1, .bl-cell-div3 {
  font-weight: 500;
}

.th-bl-order {
  text-align: center;
  padding-bottom: 10px;
}

.busketModal {
  top: 25%;
}

.namelabel {
  line-height: 1.5;
}

.addtobusketmodal {
  padding: 5px 12px 5px 10px;
}

.busketListC {
  width: 76vw;
}
@media (max-width: 1440px) {
  .busketListC {
    margin-left: 0.8rem;
  }
}
@media (max-width: 800px) {
  .busketListC {
    width: 87vw;
    overflow-y: auto;
  }
}

.buttons__busketlist {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 800px) {
  .buttons__busketlist {
    font-size: 14px;
  }
}

.table__listBusket {
  line-height: 2;
}
@media (max-width: 800px) {
  .table__listBusket {
    line-height: 1;
  }
}

.myForm {
  line-height: 1;
}

.fg6 {
  height: 2rem;
}

.td-bl-naim {
  width: 50%;
}

.regForOrdMsg {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: red;
  margin: 15px 0;
}

.manuf {
  font-weight: 500;
  float: right;
}

#tableOfOrders tbody tr td:nth-child(4) div {
  padding: 0px 12px 0px 0px;
}

.ol-cart {
  border: 1px solid black;
  height: 7rem;
}

.compactOrderList {
  display: none;
}

.olcart {
  border: 1px solid black;
  margin-bottom: 1px;
  text-align: center;
}
.olcart div {
  padding-top: 5px;
}

.ol-cell-div1 {
  margin-left: 3px;
}

.ol-cell-div1, .ol-cell-div2, .ol-cell-div3 {
  width: 33%;
  padding-top: 2px;
}

.orderListL {
  display: block;
  width: 100%;
  padding-left: 0%;
  padding-right: 5%;
  padding-top: 10px;
}
@media (max-width: 800px) {
  .orderListL {
    padding-top: 0px;
  }
}

.orderListC {
  width: 100%;
}
@media (max-width: 1440px) {
  .orderListC {
    height: 85%;
  }
}
@media (max-width: 360px) {
  .orderListC {
    width: 95%;
    height: 93%;
  }
}

.overtableorderlist {
  height: 100%;
}
@media (max-width: 800px) {
  .overtableorderlist {
    overflow-y: scroll;
    height: 85%;
  }
}
@media (max-width: 800px) {
  .overtableorderlist {
    height: 100%;
  }
}

.moveButtons {
  margin-top: 5px;
}

.overOrdersList {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  width: calc(100% - 220px);
}
@media (max-width: 1440px) {
  .overOrdersList {
    width: 90vw;
    margin-left: 1vw;
  }
}
@media (max-width: 1024px) {
  .overOrdersList {
    width: 85vw;
  }
}
@media (max-width: 360px) {
  .overOrdersList {
    width: 97vw;
    height: 100%;
  }
}

.analogLabel {
  text-align: center;
  margin-bottom: 0px;
  font-size: 26px;
  color: red;
  font-weight: 600;
}

.remarkAnalog {
  text-align: center;
  color: red;
  font-weight: 700;
  font-size: 15px;
}
@media (max-width: 425px) {
  .remarkAnalog {
    margin-top: 2px;
    font-size: 8px;
    line-height: 1;
  }
}

#resultMainModul {
  width: 80%;
  display: flex;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.headerItems {
  padding: 5px;
  text-align: center;
  width: 100%;
  background: antiquewhite;
  line-height: 2;
}

.th-brand {
  width: 150px;
}

.th-name {
  width: 370px;
}

.th-quantity {
  width: 100px;
}

.th-ret {
  width: 5px;
  padding-left: 30px;
}

.th-percent {
  width: 65px;
}

.th-delivery {
  width: 180px;
  padding-left: 10px;
}

.th-price {
  width: 90px;
  padding-left: 30px;
}

.inner {
  padding-top: 0.1rem;
}

.dataBlock {
  width: 100%;
  margin-bottom: 10px;
  display: table;
  border: 1px solid antiquewhite;
  border-collapse: collapse;
}
@media (max-width: 1024px) {
  .dataBlock {
    font-size: 14px;
  }
}

.d-brand,
.d-articul {
  color: black;
}

.visibleItems,
.hiddenItems {
  width: 100%;
  text-align: center;
  line-height: 2;
}
.visibleItems tr,
.hiddenItems tr {
  transition: all 0.3s;
  color: black;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .visibleItems tr,
  .hiddenItems tr {
    font-size: 0.7rem;
  }
}
.visibleItems tr:hover,
.hiddenItems tr:hover {
  background: #f8ddb4;
}
@media (max-width: 768px) {
  .visibleItems tr,
  .hiddenItems tr {
    font-size: 0.7rem;
    line-height: 1;
  }
}
.visibleItems th,
.hiddenItems th {
  background: #f8ddb4;
}

.table {
  border: 1px solid black;
}
.table tr {
  transition: all 0.3s;
}
.table tr:hover {
  background: #f8ddb4;
}
.table th {
  background: #f8ddb4;
}

.table-order-bordered {
  height: 100%;
}
.table-order-bordered thead {
  vertical-align: middle;
}
.table-order-bordered td,
.table-order-bordered th {
  border: 1px solid #2b2929;
}
.table-order-bordered .row {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .table-order-bordered {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .table-order-bordered {
    font-size: 10px;
    line-height: 0.8;
  }
}

.busketlist {
  line-height: 2;
  width: 100%;
}
@media (max-width: 800px) {
  .busketlist {
    line-height: 1.2;
    font-size: 14px;
  }
}

.my_cart {
  color: blue;
}
.my_cart:hover {
  color: saddlebrown;
  cursor: pointer;
}

.moreItems {
  width: 98%;
  color: seagreen;
  font-size: 14px;
  font-style: italic;
}

.more-label {
  text-align: right;
  padding: 4px 10px 0 4px;
  color: black;
}
.more-label a {
  cursor: pointer;
}

.d_brand_art {
  vertical-align: top;
  width: 8rem;
  text-align: left;
  padding-left: 5px;
  padding-top: 5px;
  color: ghostwhite;
}
@media (max-width: 1440px) {
  .d_brand_art {
    width: 110px;
  }
}
@media (max-width: 768px) {
  .d_brand_art {
    width: 85px;
  }
}
@media (max-width: 360px) {
  .d_brand_art {
    width: 45px;
  }
}

.d_name {
  vertical-align: top;
  width: 35rem;
  text-align: left;
  padding-top: 5px;
  color: black;
}
@media (max-width: 1440px) {
  .d_name {
    width: 396px;
  }
}
@media (max-width: 1024px) {
  .d_name {
    width: 12rem;
  }
}
@media (max-width: 768px) {
  .d_name {
    width: 260px;
  }
}

.td-quantity {
  width: 5rem;
  text-align: center;
}

.td-ret {
  width: 27px;
  text-align: left;
}

.td-percent {
  width: 4rem;
  text-align: left;
}

.td-delivery {
  width: 5rem;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 1024px) {
  .td-delivery {
    display: none;
  }
}

.td-price {
  width: 5rem;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.td-select {
  text-align: left;
  padding-right: 25px;
}

.td-delivery-short {
  display: none;
}
@media (max-width: 1024px) {
  .td-delivery-short {
    display: table-cell;
  }
}

.allow-return {
  color: red;
}

.minMaxValues {
  color: brown;
  font-size: 14px;
}

.wait {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 20%;
  background: rgba(169, 169, 169, 0.5);
}
.wait img {
  position: relative;
  z-index: 1001;
  display: inline-block;
  box-shadow: 0 0 10px;
  vertical-align: middle;
  border-style: none;
  text-align: center;
  outline: none;
}

.btnBackToBrands {
  width: 100px;
  margin-left: 50%;
  margin-top: 0;
  height: 32px;
  background-color: burlywood;
  padding-top: 1px;
}

.btnFilter {
  border: none;
  width: 100px;
  color: black;
  padding: 7px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  border-radius: 5px;
  cursor: pointer;
  height: 32px;
  background-color: burlywood;
  /* Safari */
  transition-duration: 0.4s;
  visibility: hidden;
}
@media (max-width: 800px) {
  .btnFilter {
    visibility: visible;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 5px;
    padding: 2px 22px;
  }
}
@media (max-width: 360px) {
  .btnFilter {
    padding: 3px 25px;
    visibility: visible;
    margin-left: -56vw;
    font-size: 10px;
    height: 20px;
  }
}

.minDateLabel {
  margin-left: 50rem;
}
@media (max-width: 1440px) {
  .minDateLabel {
    margin-left: 14rem;
  }
}
@media (max-width: 1024px) {
  .minDateLabel {
    margin-left: 4rem;
  }
}
@media (max-width: 768px) {
  .minDateLabel {
    margin-left: 59%;
  }
}

.minPriceLabel {
  margin-left: 0.2rem;
}

.resultHeader {
  background-color: antiquewhite;
  height: 30px;
  display: flex;
  font-size: 0.8rem;
  font-weight: 600;
  padding-top: 8px;
  margin: 0px calc(2rem + 2px);
  text-align: start;
}
@media (max-width: 1440px) {
  .resultHeader {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .resultHeader {
    width: 94%;
    margin-left: -4px;
  }
}
@media (max-width: 360px) {
  .resultHeader {
    width: 56%;
    margin-left: 0px;
    height: 20px;
    font-size: 8px;
  }
}

.searchField {
  display: inline-block;
  width: 80%;
}

@media (max-width: 360px) {
  .searchButton {
    padding-top: 11px;
    font-size: 14px;
  }
}

.spanBrand {
  margin-left: 3%;
}

.spanName {
  margin-left: 10%;
}

.spanAvailability {
  margin-left: 18%;
}

.spanPossibility,
.spanDeliveryDate {
  margin-left: 2%;
}

.spanPrice {
  margin-left: 4%;
}

.searchResultsPart {
  overflow-y: auto;
  margin: 0px 2rem;
  flex: 0 1 730px;
}
.searchResultsPart::-webkit-scrollbar {
  width: 0;
}
@media (max-width: 768px) {
  .searchResultsPart {
    width: 100%;
    font-size: 14px;
  }
  .searchResultsPart table td,
  .searchResultsPart tr {
    font-size: 12px;
    line-height: 2;
  }
}
@media (max-width: 360px) {
  .searchResultsPart {
    width: 94vw;
    font-size: 12px;
    margin-left: 0%;
    margin-top: 10px;
  }
  .searchResultsPart table td,
  .searchResultsPart tr {
    font-size: 8px;
    line-height: 2;
  }
}

.btnResetFilter {
  position: fixed;
  top: 10vh;
  right: 7vw;
  background-color: #ff5008;
}

.resetFilter {
  height: 40px;
  margin-top: 5px;
  background-color: #ff5008;
  display: block;
}
@media (max-width: 1440px) {
  .resetFilter {
    top: 115px;
    right: 92px;
    font-size: 12px;
  }
}

.searchForm {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.1rem;
}
@media (max-width: 1024px) {
  .searchForm {
    width: 98%;
  }
}

.result-table__brand {
  width: 8rem;
  padding-left: 5px;
}
@media (max-width: 1440px) {
  .result-table__brand {
    width: 6rem;
  }
}
@media (max-width: 1024px) {
  .result-table__brand {
    width: 6rem;
  }
}
@media (max-width: 768px) {
  .result-table__brand {
    width: 78px;
  }
}
@media (max-width: 360px) {
  .result-table__brand {
    margin-left: 0;
  }
}

.result-table__naim {
  width: 35rem;
}
@media (max-width: 1440px) {
  .result-table__naim {
    width: 43px;
  }
}
@media (max-width: 768px) {
  .result-table__naim {
    width: 252px;
  }
}
@media (max-width: 360px) {
  .result-table__naim {
    margin-left: 0%;
    width: 155px;
  }
}

.result-table__nalich {
  width: 5rem;
  text-align: center;
}
@media (max-width: 1440px) {
  .result-table__nalich {
    margin-left: 36%;
  }
}
@media (max-width: 768px) {
  .result-table__nalich {
    margin-left: 0%;
    width: 64px;
  }
}
@media (max-width: 360px) {
  .result-table__nalich {
    margin-left: 0;
  }
}

.result-table__ver {
  width: 5rem;
  text-align: center;
}
@media (max-width: 1440px) {
  .result-table__ver {
    margin-left: 1%;
  }
}
@media (max-width: 768px) {
  .result-table__ver {
    margin-left: -4%;
    width: 104px;
  }
}
@media (max-width: 360px) {
  .result-table__ver {
    margin-left: 0;
    width: 85px;
  }
}

.result-table__delivery {
  width: 5rem;
  text-align: center;
}
@media (max-width: 1440px) {
  .result-table__delivery {
    margin-left: -1%;
  }
}
@media (max-width: 768px) {
  .result-table__delivery {
    margin-left: -4%;
  }
}
@media (max-width: 360px) {
  .result-table__delivery {
    margin-left: 0%;
    width: 66px;
  }
}

.result-table__price {
  width: 5rem;
  text-align: center;
}
@media (max-width: 360px) {
  .result-table__price {
    margin-left: 0;
  }
}

.resetfilter {
  position: fixed;
  top: 115px;
  right: 96px;
  background-color: #ff5008;
}
@media (max-width: 1440px) {
  .resetfilter {
    top: 108px;
    right: 70px;
  }
}
@media (max-width: 768px) {
  .resetfilter {
    display: none;
  }
}

.searchButtonsBlock {
  display: none;
  width: 100%;
  justify-content: center;
}
@media (max-width: 800px) {
  .searchButtonsBlock {
    display: flex;
  }
}
@media (max-width: 360px) {
  .searchButtonsBlock {
    margin-bottom: 5px;
    display: flex;
  }
}

.brands-block {
  flex: 0 1 700px;
  overflow-y: auto;
}
.brands-block::-webkit-scrollbar {
  width: 0;
}

.brand-row:hover {
  cursor: pointer;
}

.shureForDeleteText {
  font-size: 18px;
  font-weight: 500;
}

.mainLCDetail {
  width: 76vw;
  padding-top: 30px;
  justify-content: center;
  display: flex;
}
@media (max-width: 1440px) {
  .mainLCDetail {
    margin-left: 2vw;
    width: 74vw;
  }
}
@media (max-width: 425px) {
  .mainLCDetail {
    margin-left: 20px;
    width: 350px;
  }
}
@media (max-width: 360px) {
  .mainLCDetail {
    margin-left: 2px;
    width: 315px;
    height: 300px;
  }
}

.wrapperLCD {
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  background-color: rgba(179, 148, 108, 0.3);
  width: 60%;
}
@media (max-width: 768px) {
  .wrapperLCD {
    width: 90%;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .wrapperLCD {
    width: 100%;
    font-size: 14px;
  }
}

.lcdHeader {
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}

.LCRegDataRow {
  padding-top: 20px;
  font-size: 16px;
}

.regDataTable {
  width: 85%;
  border: 1px solid #fff;
  border-collapse: collapse;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .regDataTable {
    margin-left: 5%;
  }
}
@media (max-width: 360px) {
  .regDataTable {
    line-height: 1;
  }
  .regDataTable td, .regDataTable tr {
    font-size: 10px;
  }
}

.regDataTable td {
  border: none;
}

.fa-check-circle-o {
  color: rgb(28, 175, 28);
}

.clcol_1 {
  width: 40%;
  text-align: left;
}

.clcol_2 {
  width: 50%;
  text-align: left;
}

.clcol_3 {
  width: 5%;
}

.showLegal {
  font-size: 14px;
  font-weight: 500;
}
.showLegal:hover {
  color: red;
}

.saveLegal {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 3%;
}
.saveLegal:hover {
  color: green;
  font-weight: 500;
}

.dblBrd {
  border: 2px solid #bc2248;
  margin-top: 10px;
}

.singleBrd {
  border: 1px solid #2b72c0;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 3px;
  padding: 6px 0px 6px 5px;
}
.singleBrd p {
  margin-bottom: 0.4rem;
  margin-left: 3px;
}
.singleBrd p a {
  color: black;
  text-decoration: none;
}
.singleBrd p a:hover {
  color: red;
}

.vin {
  margin-top: 10px;
  margin-left: 5px;
  padding-left: 10px;
  margin-bottom: 5px;
  width: 98%;
}

.mainMenuList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.mainMenuList li {
  float: left;
}
.mainMenuList li a {
  display: block;
  padding: 30px;
}
.mainMenuList li a i {
  color: #ff5008;
}
.mainMenuList li a div {
  color: black;
}

.ourAdress {
  color: ghostwhite;
}

.ourPhones {
  padding-left: 20%;
  padding-bottom: 10px;
  display: inline;
  color: ghostwhite;
}
@media (max-width: 768px) {
  .ourPhones {
    display: none;
  }
}

.cart2 {
  margin-top: 10px;
}
.cart2 p {
  margin-top: 15px;
}

.selectBrand {
  display: none;
  padding: 15px;
  position: absolute;
  color: white;
  width: 100px;
  height: 30px;
  border-radius: 5px;
  background: #ee4343;
  padding-top: 3px;
}
.selectBrand:hover {
  background-color: green;
  color: white;
}

.brandFilter {
  display: none;
  position: relative;
  color: white;
  width: 140px;
  height: 30px;
  border-radius: 5px;
  background: #ee4343;
  padding-top: 0px;
  bottom: -12px;
}
.brandFilter:hover {
  background-color: green;
  color: white;
}
@media (max-width: 1440px) {
  .brandFilter {
    right: 72px;
  }
}
@media (max-width: 360px) {
  .brandFilter {
    right: 98px;
    top: 23vh;
  }
}

.testModeHeader {
  font-size: 20px;
  color: red;
  font-weight: 700;
}

.mwLeftPart,
.mwRightPart {
  flex: 0 0 auto;
  width: 16%;
}

.mwCentralPart {
  flex: 0 0 auto;
  width: 67%;
}

.ourEmail {
  margin-left: 14%;
  display: inline;
}
@media (max-width: 768px) {
  .ourEmail {
    display: none;
  }
}

.div-box {
  padding: 15px 0;
  margin-top: 10px;
}
.div-box label {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.div-box a {
  display: block;
  font-size: 16px;
}
.div-box input {
  margin-top: 10px;
  font-size: 16px;
  border: 1px solid black;
  padding: 2px;
}
.div-box textarea {
  border: 1px solid black;
  min-width: 300px;
  min-height: 100px;
  margin-top: 10px;
  font-size: 16px;
  padding: 5px;
}

.img-news {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

ul.big-image-list li {
  overflow: hidden;
  margin-bottom: 2em;
}
ul.big-image-list li img {
  width: 178px;
}

.p-news-1 {
  font-size: 20px;
}

.p-news-2 {
  font-size: 18px;
  margin-top: 20px;
}

.news-main {
  max-width: 75%;
  text-align: center;
  margin: 20px auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.img-block {
  display: block;
  max-width: 50%;
  margin: 0 auto;
}

.res2 {
  width: 80%;
  margin-left: 7vw;
}

.news-item-block {
  border: 1px solid #ff5008;
  padding: 5px;
  height: 125px;
  position: relative;
}

.left-inner-news-item-block {
  width: 50%;
  position: relative;
}

.dsdsds {
  font-size: 16px;
}

.top-left-inner-news-item-block {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: 2px;
}

.bottom-left-inner-news-item-block {
  position: absolute;
  bottom: 0px;
  left: 15px;
  font-size: 12px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}

.bottom-right-inner-news-item-block {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 15px;
}

.image-inner-news-item-block {
  width: 50%;
  position: relative;
  right: 0px;
}

.ordersList {
  display: flex;
  flex-direction: column;
  color: black;
  padding-bottom: 10px;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ordersList a {
  align-items: center;
  height: 20px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  cursor: pointer;
  color: black;
}
.ordersList a :hover {
  color: red;
}
@media (max-width: 800px) {
  .ordersList {
    font-size: 10px;
  }
}

.rowOrders {
  align-items: center;
  height: 20px;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  cursor: pointer;
}

.counter {
  color: green;
  font-weight: 600;
  padding-left: 10px;
}

.rightPart {
  top: 25%;
  bottom: 0;
  position: fixed;
  margin-left: 60%;
  height: 65vh;
  width: 16%;
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 1440px) {
  .rightPart {
    margin-left: 62%;
  }
}
@media (max-width: 768px) {
  .rightPart {
    display: none;
  }
}
@media (max-width: 425px) {
  .rightPart {
    width: 95%;
    margin-top: 0%;
    margin-bottom: 10%;
    margin-left: -45%;
  }
}

.td_rp2 {
  padding-left: 5px;
  color: ghostwhite;
}

.td_rp3 {
  padding-left: 15px;
  color: ghostwhite;
}

.innerRightPart {
  border: 2px solid #ff5508;
  padding: 10px;
  margin-bottom: 25px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1900px;
  }
  .userLabel {
    font-size: 16px;
    font-weight: 600;
    justify-content: right;
  }
  .searchButton :hover {
    cursor: pointer;
  }
  .testrow2 {
    display: block;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 970px;
  }
  .testrow2 {
    display: none;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 750px;
  }
  .td-ol-data,
  .td-ol-time {
    font-size: 10px;
  }
  .me-2 {
    width: 70px;
  }
  .me-22 {
    width: 125px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 700px;
  }
  .dropdown-content2 {
    display: none;
    position: absolute;
    left: 30px;
    top: 35px;
    background-color: whitesmoke;
    min-width: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    font-size: 14px;
  }
  .dropdown-content2 a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  .show {
    display: block;
  }
  .me-2 {
    width: 50px;
    font-size: 12px;
  }
  .me-22 {
    width: 100px;
  }
  .td-ol-data,
  .td-ol-time {
    font-size: 10px;
  }
  .th-to-busket,
  .td-to-busket {
    width: 4rem;
  }
  .td-ol-status,
  .td-ol-name,
  .td-ol-art-brand,
  .td-ol-dataozh,
  .td-ol-price {
    font-size: 11px;
  }
  #tableOfOrders thead {
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  .searchWord {
    font-size: 14px;
  }
  .me-2 {
    width: 90px;
  }
}
.add_news_row {
  font-size: 22px;
}
.add_news_row a {
  color: black;
}
.add_news_row a:hover {
  color: red;
}

.adm_edit_news_list {
  display: block;
  flex-direction: row;
  justify-content: space-between;
}

.adm_edit_news_list_item {
  font-size: 18px;
  color: ghostwhite;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.adm_edit_news_list_item a {
  font-size: 20px;
  color: ghostwhite;
}
.adm_edit_news_list_item a:hover {
  color: greenyellow;
}

.newsTable {
  width: 100%;
}

.usersListItem {
  padding: 10px 0px;
}

.usersList {
  text-align: center;
  color: ghostwhite;
}

.setSearch {
  font-size: 1rem;
  color: #3e8e41;
  margin-left: 150px;
}
.setSearch tbody {
  line-height: 1.5rem;
}

.setSearchButton {
  text-align: left;
  margin-top: 20px;
  margin-left: 250px;
}

.adm__he_lbl_h {
  font-size: 20px;
  font-weight: 600;
}

.adm__he_img {
  width: 1000px;
}

.adm__he_btn {
  margin-top: 15px;
  width: 80px;
  margin-bottom: 20px;
}

.adm__hss_btn {
  width: 100px;
  height: 32px;
}
.adm__hss_btn:hover {
  background-color: #3e8e41;
  color: white;
}

.adm__hul_tbl {
  width: 60vw;
  line-height: 1.5;
  text-align: left;
  color: ghostwhite;
}
.adm__hul_tbl thead {
  color: blue;
  font-size: 20px;
}
.adm__hul_tbl tbody {
  color: #3e8e41;
}

.adm__hu_wrapdiv {
  font-size: 24px;
  color: #3e8e41;
}

@media (max-width: 425px) {
  .container {
    max-width: none;
    padding: 0px 0px 0px 0px;
  }
  .upArrow {
    width: 10px;
  }
  .footer {
    display: none;
  }
  #footer {
    position: fixed;
    bottom: 5px;
    right: 8px;
  }
  .w_table > table {
    font-size: 10px;
  }
  #tableListBusket {
    width: 50%;
  }
  .btnBackToBrands {
    margin-left: 37%;
    font-size: 10px;
    height: 20px;
  }
  .headerItems {
    font-size: 6px;
    margin-top: 5px;
  }
  .header-adress-text {
    font-size: 10px;
  }
  .th-brand,
  .th-name,
  .th-quantity,
  .th-ret,
  .th-percent {
    display: none;
  }
  .originalItems {
    width: 100%;
  }
  .inner {
    padding: 2px;
  }
  .result2 {
    margin: 0px;
  }
  .dataBlock td {
    font-size: 8px;
  }
  .d-brand,
  .d-articul {
    font-size: 7px;
  }
  .d_name {
    white-space: normal;
    width: 90px;
    word-wrap: break-word;
    font-size: 7px;
  }
  .td-quantity {
    width: 70px;
  }
  .td-select {
    padding-right: 5px;
  }
  .minMaxValues {
    display: none;
  }
  .modal-header {
    height: 30px;
  }
  .modal-body {
    line-height: 0.7;
  }
  .me-22 {
    width: 90px;
  }
  .form-control {
    width: 90%;
  }
  .col-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .analogLabel {
    font-size: 10px;
  }
  .login-invite {
    top: 10px;
    padding-left: 0px;
  }
  .form-signin {
    width: 80%;
  }
  #tableListBusket {
    display: none;
  }
  .blcart {
    border: 1px solid black;
    height: auto;
    margin-bottom: 3px;
    padding-bottom: 3px;
    font-size: 10px;
    width: 87vw;
    background-color: antiquewhite;
  }
  .bl-cell {
    text-align: center;
    padding-top: 5px;
  }
  .bl-cell-div1,
  .bl-cell-div2,
  .bl-cell-div3 {
    width: 33%;
  }
  .bl-cell-div4,
  .bl-cell-div5 {
    text-align: center;
    padding-top: 10px;
  }
  .bl-cell-div6 {
    text-align: center;
    padding-top: 5px;
  }
  .ol-cell-div1,
  .ol-cell-div2,
  .ol-cell-div3 {
    width: 33%;
  }
  #tableOfOrders {
    display: none;
  }
  .compactOrderList {
    display: block;
    line-height: 1;
  }
  .ol-cell-div4,
  .ol-cell-div6 {
    font-weight: 500;
  }
  .modalDelete {
    width: 200px;
    height: 140px;
  }
  #mainLogo {
    width: 160px;
  }
  .telMain {
    display: none;
  }
  .telMain2 {
    display: block;
  }
  .telMainDigits {
    font-size: 5px;
  }
  #sortLabel,
  #sortType {
    font-size: 10px;
  }
  .whName {
    font-size: 6px;
  }
  .me-1,
  .me-2 {
    line-height: 0.8;
  }
  .me-2 {
    margin-left: 0px;
  }
  .userLabel {
    font-size: 9px;
  }
  .testModeHeader {
    font-size: 12px;
    color: red;
    font-weight: 700;
  }
  .bottomStick {
    position: sticky;
    height: 50px;
    bottom: 0;
    z-index: 20;
    display: block;
    box-sizing: border-box;
    background-color: white;
  }
  .bottomStickInner {
    position: relative;
    height: 50px;
    justify-content: space-around;
    display: flex;
    padding: 5px 0 13px;
  }
  .mainMenuList {
    display: none;
  }
  .ordersList {
    display: none;
  }
  #VinSearch,
  #oils,
  #originalCatalogs,
  #mainMiddlePart,
  #mainRightPart,
  #newsRow {
    display: none;
  }
  #bigOut {
    display: none;
  }
  #smallOut {
    display: inline-block;
  }
  .searchField {
    width: 60vw;
  }
  .menuIcon {
    display: block;
    padding-left: 10px;
  }
  .result2 {
    width: 80%;
  }
  .mwLeftPart,
  .mwRightPart {
    display: none;
  }
  .mwCentralPart {
    width: 100%;
    padding-left: 1px;
    padding-right: 1px;
  }
  .spanBrand {
    margin-left: 3%;
  }
  .spanName {
    visibility: hidden;
    margin-left: 7%;
  }
  .spanName::after {
    content: "Назв.";
    visibility: visible;
    margin-left: -14%;
  }
  .spanAvailability {
    visibility: hidden;
    margin-left: 5%;
  }
  .spanAvailability::after {
    content: "Наличие";
    visibility: visible;
    margin-left: -10%;
  }
  .spanPossibility {
    visibility: hidden;
  }
  .spanPossibility::after {
    content: "?";
    visibility: visible;
    margin-left: -17%;
  }
  .spanDeliveryDate {
    visibility: hidden;
  }
  .spanDeliveryDate::after {
    content: "Доставка";
    visibility: visible;
    margin-left: -22%;
  }
  .spanPrice {
    margin-left: -4%;
  }
  .fa-home,
  .fa-search,
  .fa-book,
  .fa-shopping-cart,
  .fa-check-square {
    color: #2701fc;
  }
  .filterBrands {
    border: 2px solid #ff5508;
    padding: 10px;
    width: 75%;
    margin: auto;
  }
  #ordersList {
    padding-top: 3px;
  }
  .orderListL {
    width: 0%;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    right: 5px;
    bottom: 100%;
    background-color: #ef8a17;
    min-width: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  .show {
    display: block;
  }
  .topleftMenu {
    display: none;
  }
  .lc-index-l,
  .lc-index-r {
    display: none;
  }
  .lc-index-c {
    width: 95%;
    margin-left: 5%;
  }
  .showitem1 {
    width: 300px;
    margin-left: 15%;
  }
  .showitem2 {
    width: 300px;
    margin-left: 8%;
  }
  #VinSearch {
    font-size: 14px;
  }
  .userMes {
    font-size: 28px;
    width: 75%;
    margin-top: 50%;
  }
  .searchBar {
    width: 100%;
  }
  .wrap-login-header {
    font-size: 8vw;
  }
  .login-inner-formline {
    width: 100%;
    margin: 0 auto;
  }
  .login-inner-formline > input {
    width: 100%;
    font-size: 11px;
  }
  .reg_window {
    padding: 10px;
    width: 75vw;
  }
  .log-window {
    top: 50%;
    left: 45%;
    transform: translate(-55%, -50%);
  }
  .moveButtons {
    text-align: center;
  }
}
@media (max-width: 360px) {
  .modal-content {
    height: 360px;
  }
}
.mng__container {
  display: inline-flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  margin-top: 1rem;
}

.mng__wrapper {
  background-color: whitesmoke;
  width: 20%;
  height: 80%;
  text-align: start;
  font-size: 16px;
}

.mng__input-fio {
  width: 17rem;
  height: 1.5rem;
  margin-left: 1rem;
  background-color: #9bfffa;
  font-size: 18px;
}

.mng__client_wrapper {
  overflow-y: auto;
  height: 83vh;
}
.mng__client_wrappertable tbody tr:hover {
  background: #f8ddb4;
}

.mng__client_table {
  font-size: 15px;
  line-height: 1.5;
  width: 100%;
}
.mng__client_table thead {
  text-align: center;
}
.mng__client_table tbody > tr:hover td,
.mng__client_table tbody > tr:hover th {
  background-color: #f79e6b !important;
}

.mng__header_row {
  font-size: 20px;
  text-align: center;
  display: none;
}

.mng__top-menu {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}

.top-menu__link {
  color: green;
}
.top-menu__link:hover {
  color: red;
}

.mng_main__ul-menu-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 1124px) {
  .mng_main__ul-menu-list {
    padding-left: 0px;
    flex-wrap: nowrap;
  }
}

.mng_main__top-menu__item {
  padding-left: 4rem;
}
@media (max-width: 1440px) {
  .mng_main__top-menu__item {
    padding-left: 4.2rem;
  }
}
@media (max-width: 1024px) {
  .mng_main__top-menu__item {
    padding-left: 1.4rem;
  }
}

.mng__searchButton {
  background-color: #70d492;
  padding: 7px 10px 7px 10px;
  width: 130px;
  margin-left: 20px;
}

.mng__search_Word {
  text-align: center;
  font-size: 16px;
}

.mng__searchButton-deep {
  background-color: #70d492;
  padding: 7px 10px 7px 10px;
  width: 160px;
  margin-left: 20px;
}

.mng__searchForm {
  width: 100%;
  display: flex;
  margin-top: 0.1rem;
}

.mng__form-control {
  margin-left: 20px;
  height: 1.5rem;
  background-color: #9bfffa;
}

.mng__s-row {
  margin-top: 10px;
}

.mng__selectBrand {
  margin-left: 20px;
  width: 200px;
}

.mng__searchItems {
  height: 1.5rem;
  width: 5rem;
  background-color: #70d492;
}

.clientDataWrapper {
  background-color: whitesmoke;
  width: 100%;
  height: 10%;
  margin-left: 2%;
  font-size: 19px;
  position: relative;
}

.mng__rightPart {
  position: relative;
  width: 100%;
}

.itemsSearch_result {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  overflow: hidden;
  overflow-y: scroll;
  height: 37rem;
}

.clientData {
  display: flex;
  flex: 1 1 100%;
  justify-content: flex-start;
}

.cd_fio {
  font-weight: 600;
}

.cd_tel {
  margin-left: 2rem;
}

.cd_info {
  margin-left: 2rem;
}

.cd_l_mon {
  margin-left: 2rem;
}

.cd_money {
  margin-left: 0.1rem;
}

.cd_l_r {
  margin-left: 0.2rem;
}

.cd_l_dsms {
  margin-left: 2rem;
}

.cd_sms {
  margin-left: 0.4rem;
}

.client__searchBlock {
  margin-top: 1rem;
  text-align: start;
}

.data0 {
  display: inline-flex;
  margin-left: 1rem;
}

.mng__searchItemsTable {
  line-height: 2;
  border: 1px solid black;
  border-collapse: collapse;
  margin-top: 10px;
}
.mng__searchItemsTable th, .mng__searchItemsTable td {
  border: 1px solid black;
  border-collapse: collapse;
}
.mng__searchItemsTable tbody > tr:hover td,
.mng__searchItemsTable tbody > tr:hover th {
  background-color: #f79e6b !important;
  cursor: pointer;
}
.mng__searchItemsTable thead {
  display: block;
}
.mng__searchItemsTable tbody {
  display: block;
  max-height: 60vh;
  overflow-y: scroll;
}
.mng__searchItemsTable thead th:nth-child(1),
.mng__searchItemsTable tbody td:nth-child(1) {
  width: 120px;
  word-break: break-all;
}
.mng__searchItemsTable thead th:nth-child(2),
.mng__searchItemsTable tbody td:nth-child(2) {
  width: 110px;
  word-break: break-all;
}
.mng__searchItemsTable thead th:nth-child(3),
.mng__searchItemsTable tbody td:nth-child(3) {
  width: 90px;
  word-break: break-all;
}
.mng__searchItemsTable thead th:nth-child(4),
.mng__searchItemsTable tbody td:nth-child(4) {
  width: 150px;
  word-break: break-all;
}
.mng__searchItemsTable thead th:nth-child(5),
.mng__searchItemsTable tbody td:nth-child(5) {
  width: 450px;
  word-break: break-all;
}
.mng__searchItemsTable thead th:nth-child(6),
.mng__searchItemsTable tbody td:nth-child(6) {
  width: 100px;
  word-break: break-all;
}
.mng__searchItemsTable thead th:nth-child(7),
.mng__searchItemsTable tbody td:nth-child(7) {
  width: 120px;
  word-break: break-all;
}
.mng__searchItemsTable thead th:nth-child(8),
.mng__searchItemsTable tbody td:nth-child(8) {
  width: 90px;
  word-break: break-all;
}
.mng__searchItemsTable thead th:nth-child(9),
.mng__searchItemsTable tbody td:nth-child(9) {
  width: 70px;
  word-break: break-all;
}
.mng__searchItemsTable thead th:nth-child(10),
.mng__searchItemsTable tbody td:nth-child(10) {
  width: 90px;
  word-break: break-all;
}
.mng__searchItemsTable thead th:nth-child(11),
.mng__searchItemsTable tbody td:nth-child(11) {
  width: 40px;
}
.mng__searchItemsTable td {
  padding: 2px;
  text-align: center;
}

.mngBusketModal {
  position: absolute;
  left: 28%;
  top: 18%;
  width: 415px;
}

.mngHomeIndex__wrapper {
  margin-top: 15px;
  text-align: center;
}

.mngSaveSetting {
  margin-top: 20px;
}

.busketCounterResult {
  margin-left: 10px;
}

.cd_inBusket {
  margin-left: 10px;
  color: crimson;
}
.cd_inBusket:hover {
  cursor: pointer;
}

.mng__busketList {
  margin-top: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mng__busketList_client {
  font-size: 20px;
}

.mngBusket {
  text-align: center;
  margin-top: 20px;
}

.addOrderModal > .modal-dialog > .modal-content {
  background-color: rgb(146, 204, 153);
  width: 50vw;
  height: 70vh;
}
.addOrderModal > .modal-dialog > .modal-content > .modal-body {
  margin-left: 15px;
}

.addOrderModal > .modal-dialog {
  top: 10%;
  margin-left: 25%;
}

.mng__ord_mod_hblock {
  font-size: 20px;
  font-weight: 600;
}

.hblock_1 span {
  margin-left: 5px;
}

.hblock_2 {
  margin-top: 10px;
}
.hblock_2 span {
  margin-left: 5px;
}

.hblock_3 {
  margin-top: 10px;
}
.hblock_3 span {
  margin-left: 5px;
}

.mng__ord_mod_seltypes {
  margin-top: 10px;
  display: flex;
  border: 2px solid rgb(29, 9, 82);
  padding: 2px;
  border-radius: 5px;
  margin-top: 10px;
}

.mod_seltypes_1 img {
  height: 70px;
}
.mod_seltypes_1 input {
  margin-top: 15%;
}

.mod_seltypes_2 img {
  height: 70px;
  margin-left: 10px;
}
.mod_seltypes_2 input {
  margin-top: 15%;
}

.mod_seltypes_3 img {
  height: 70px;
  margin-left: 10px;
}
.mod_seltypes_3 input {
  margin-top: 12%;
}

.mod_seltypes_4 img {
  height: 70px;
  margin-left: 10px;
}
.mod_seltypes_4 input {
  margin-top: 14%;
}

.mng__ord_mod_discblk {
  margin-top: 20px;
}

.ord_mod_disc_size {
  width: 2rem;
  height: 1.6rem;
}

.mng__ord_mod_moneyblk {
  display: flex;
  margin-top: 20px;
}
.mng__ord_mod_moneyblk div {
  display: flex;
  flex-direction: column;
}

.mod_moneyblk_1 {
  margin-left: 0;
}

.mod_moneyblk_2 {
  margin-left: 2rem;
}

.mod_moneyblk_3 {
  align-items: center;
  margin-left: 2rem;
}

.mod_comment {
  height: 5rem;
}

.ord_mod_moneyblk_lbl {
  padding-bottom: 5px;
}

.ord_mod_moneyblk_inp {
  width: 4rem;
}

.ord_mod_moneyblk_lbl_f {
  width: 8rem;
  padding-bottom: 5px;
}

.mng_mod_comment {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.mng_mod_comment input {
  height: 4rem;
  width: 75%;
  margin-top: 10px;
}

.mng__mod__chkbxs {
  margin-top: 20px;
}

.mod__chkbxs_1 span {
  margin-left: 5px;
}

.mod__chkbxs_2 {
  margin-left: 10px;
}
.mod__chkbxs_2 span {
  margin-left: 5px;
}

.mod__chkbxs_3 {
  margin-left: 10px;
}
.mod__chkbxs_3 span {
  margin-left: 5px;
}

.mng_mod_btn_blk {
  margin-top: 80px;
  text-align: center;
}

.mod_btn_1 {
  width: 6rem;
  height: 2.3rem;
  margin-right: 30px;
}

.mod_btn_2 {
  width: 6rem;
  height: 2.3rem;
}

.momw {
  font-size: 20px;
  margin-left: 15px;
  font-weight: 600;
}

.rtopPart_ordersFilter {
  text-align: left;
  font-size: 14px;
  margin-left: 1rem;
}

.ordersFilter_searchOrder {
  height: 1.4rem;
  width: 7rem;
}

.ordersFilter_searchButton {
  margin-top: 5px;
}

.ordersFilter_rangeLable {
  margin-left: 20px;
}

.ordersFilter_rangeSelector {
  height: 1.5rem;
}

.ordersFilter_dateFromLabel {
  margin-left: 20px;
}

.ordersFilter_dateFromInput {
  height: 1.5rem;
}

.ordersFilter_dateToLabel {
  margin-left: 10px;
}

.ordersFilter_dateToInput {
  height: 1.5rem;
}

.ordersFilter_stateLabel {
  margin-left: 20px;
}

.ordersFilter_stateSelector {
  height: 1.5rem;
}

.ordersFilter_managerLabel {
  margin-left: 20px;
}

.ordersFilter_managerSelector {
  height: 1.5rem;
}

.ordersFilter_providerLabel {
  margin-left: 20px;
}

.ordersFilter_providerSelector {
  height: 1.5rem;
}

.ordersFilter_officeLabel {
  margin-left: 10px;
}

.ordersFilter_officeSelector {
  height: 1.5rem;
}

.mngOrders__wrapper {
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
}

.mngO_w_of {
  margin-left: 5px;
  margin-right: 15px;
  font-weight: 600;
}

.mngO_w_m {
  margin-left: 5px;
  font-weight: 600;
}

.rtopPart_clientdata {
  text-align: left;
  margin-left: 1rem;
  margin-top: 1rem;
  border: 1px solid;
  border-radius: 5px;
  padding: 2px;
}

.clientData_1 {
  display: flex;
  align-items: center;
}

.clientData_editButton img {
  width: 30px;
}

.clientData_clientName {
  color: rgb(36, 53, 226);
}

.clientData_clentPhoneImg {
  margin-left: 1rem;
}
.clientData_clentPhoneImg img {
  width: 30px;
}

.clientData_discountLabel {
  margin-left: 2rem;
  color: darkgreen;
}

.clientData_discountSize {
  margin-left: 0.5rem;
}

.clientData_2 {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.clientData_clientInfoImg img {
  width: 30px;
}

.clientData_clientInfo {
  margin-left: 1rem;
}

.clientData_3 {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.clientData_addToBusketButton {
  border: 1px solid;
  border-radius: 2px;
  padding: 2px;
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-left: 2rem;
}
.clientData_addToBusketButton img {
  width: 30px;
}

.clientData_btnOrders {
  border: 1px solid;
  border-radius: 2px;
  padding: 2px;
  margin-left: 1rem;
}
.clientData_btnOrders img {
  width: 30px;
}

.clientData_btnKassa {
  border: 1px solid;
  border-radius: 2px;
  padding: 2px;
  margin-left: 1rem;
}
.clientData_btnKassa img {
  width: 30px;
}

.clientData_btnSms {
  border: 1px solid;
  border-radius: 2px;
  padding: 2px;
  margin-left: 1rem;
}
.clientData_btnSms img {
  width: 30px;
}

.clientData_smsData {
  margin-left: 10px;
}

.rtopPart_buttonsBlock {
  margin-top: 0.5rem;
}

.buttonsBlock_1 {
  display: flex;
  margin-left: 1rem;
}

.buttonsBlock_1_list {
  background-color: aliceblue;
  color: black;
}

.buttonsBlock_1_SalesReceipt {
  background-color: aliceblue;
  color: black;
  margin-left: 0.5rem;
}

.buttonsBlock_1_OurList {
  background-color: #ECDB32;
  color: black;
  margin-left: 0.5rem;
}

.buttonsBlock_1_ItCame {
  background-color: #0BBC6F;
  color: black;
  margin-left: 0.5rem;
}

.buttonsBlock_1_GiveOut {
  background-color: #1F9AF2;
  color: black;
  margin-left: 0.5rem;
}

.buttonsBlock_1_NotAvail {
  background-color: #A9220C;
  color: whitesmoke;
  margin-left: 0.5rem;
}

.buttonsBlock_1_Return {
  background-color: #AE00FF;
  color: black;
  margin-left: 0.5rem;
}

.buttonsBlock_1_RollBack {
  background-color: #FFD282;
  color: black;
  margin-left: 0.5rem;
}

.buttonsBlock_1_Delete {
  background-color: #FF0000;
  color: black;
  margin-left: 0.5rem;
}

.buttonsBlock_1_ManagerEdit {
  background-color: aliceblue;
  color: black;
  margin-left: 0.5rem;
}

.buttonsBlock_2 {
  display: flex;
  margin-left: 1rem;
}

.buttonsBlock_2_TakeMoney {
  background-color: aliceblue;
  color: black;
}

.buttonsBlock_2_ReturnMoney {
  background-color: aliceblue;
  color: black;
  margin-left: 0.5rem;
}

.buttonsBlock_2_ReceiptOrder {
  background-color: aliceblue;
  color: black;
  margin-left: 0.5rem;
}

.buttonsBlock_2_BalanceCorrect {
  background-color: aliceblue;
  color: black;
  margin-left: 0.5rem;
}

.mng__motable {
  width: 98%;
}
.mng__motable td, .mng__motable th {
  border-bottom: solid black 1px;
}
.mng__motable td {
  padding: 4px;
  text-align: start;
}
.mng__motable thead {
  font-size: 14px;
}
.mng__motable thead tr {
  height: 20px;
}
.mng__motable tbody {
  font-size: 14px;
}

.avtiveMoTableRow {
  background-color: #FFD282;
}

.mng__mo_h1 {
  width: 4rem;
}

.mng__mo_h2 {
  width: 4rem;
}

.mng__mo_h3 {
  width: 6rem;
}

.mng__mo_h4 {
  width: 20rem;
}

.mng__mo_h5 {
  width: 3rem;
}

.mng__mo_h6 {
  width: 4rem;
}

.mng__mo_h7 {
  width: 4rem;
}

.mng__mo_h8 {
  width: 4rem;
}

.mng__mo_h9 {
  display: none;
}

.mng__mo_h10 {
  width: 6rem;
}

.mng__mo_h11 {
  width: 7rem;
}

.mo_td2_inner_2 {
  margin-top: 1px;
}

.mo_td4_inner_1 {
  font-weight: 600;
}

.mo_td4_inner_2 {
  margin-top: 2px;
}

.mo_td5_inner_1 {
  color: #0E2CE8;
  font-weight: 600;
}

.mo_td5_inner_2 {
  margin-top: 3px;
}

.mo_td7_inner_1 {
  font-weight: 600;
}

.mo_td7_inner_2 {
  margin-top: 3px;
}

.mo_td9_inner_1 {
  font-weight: 600;
}

.mo_td9_inner_2 {
  color: #008000;
  margin-top: 2px;
}
.mo_td9_inner_2 img {
  height: 15px;
}

.mo_td9_inner_3 {
  font-weight: 600;
  margin-top: 1px;
}

.mng__mo_td10 {
  display: none;
}

.mo_td11_inner_1 {
  width: 18px;
}

.mo_td12_inner_2 {
  background-color: #008000;
  border-radius: 3px;
  color: white;
  text-align: center;
}

.mo_td12_inner_5 {
  text-align: center;
  margin-top: 2px;
}

.mo_td13_inner_2 {
  font-style: italic;
  font-size: 11px;
  margin-top: 2px;
}

.mng__mo_td14 {
  width: 2rem;
}

.mo_td14_inner_1 {
  height: 25px;
}

.mo_td12_inner_8 {
  border-radius: 3px;
  background-color: #FF0000;
  color: white;
  text-align: center;
}

.mng__itCameTable {
  width: 95%;
}

.itCameTable_td1 {
  text-align: start;
  width: 10rem;
}

.itCameTable_td2 {
  margin-left: 3rem;
  text-align: end;
}

.itCameTable_td2_1 {
  margin-left: 1.8rem;
}
.itCameTable_td2_1 input {
  width: 1rem;
  margin-left: 1rem;
}

.btn_itCame_OK {
  margin-top: 15px;
  background-color: green;
  color: whitesmoke;
  padding: 3px;
}

.mngItCameJsonModal {
  margin-top: 90px;
}

.balanceRow {
  text-align: center;
  margin: 10px 0 15px;
  color: brown;
  font-size: 20px;
  font-weight: 600;
}

.mng__ret_wrapper {
  width: 470px;
  height: 300px;
  position: relative;
  background-color: gainsboro;
  width: 900px;
  margin: auto;
}

.mng__ret_name {
  margin: 15px 0 0 15px;
}

.mng__ret_qnty {
  display: flex;
  margin-top: 30px;
  margin-left: 15px;
  font-size: 14px;
}

.ret_inp1 {
  margin-left: 10px;
  font-size: 20px;
}

.myline {
  margin-top: 25px;
  width: 450px;
  height: 27px;
  border-bottom: 1px solid black;
  position: absolute;
}

.mng__ret_bot_block {
  display: flex;
  margin-top: 40px;
  margin-left: 15px;
  position: absolute;
}

.mng__ret_bot_block_wod {
  text-align: center;
  margin-top: 10px;
}

.mng__ret_ud_sum {
  width: 80px;
  margin-left: 30px;
  margin-top: 5px;
}

.mng__ret_alldisc_sum {
  margin-top: 10px;
  margin-left: 0px;
}

.mng__ret_sum_sum {
  margin-top: 10px;
  margin-left: 30px;
}

.table_ol {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-collapse: collapse;
  margin-top: 10px;
}
.table_ol th {
  font-weight: bold;
  padding: 5px;
  background: #efefef;
  border: 1px solid #dddddd;
}
.table_ol td {
  border: 1px solid #dddddd;
  padding: 5px;
}

.mng_ol_wrapper {
  text-align: left;
}

.mng_ol_header {
  font-size: 20px;
  font-weight: bold;
}

.mng_ol_client_h {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  margin-top: 5px;
}

.mng_ol_sumSum {
  font-size: 20px;
  font-weight: bold;
}

.mng_ol_bottom_wrap {
  margin-top: 10px;
}

.mng_ol_cond {
  margin-top: 5px;
  font-size: 12px;
}

.mng_ol_bot_text {
  font-size: 12px;
}

.mng_ol_prbut {
  position: absolute;
  margin-left: 89%;
  margin-top: 5px;
  font-size: 12px;
  width: 80px;
  background-color: gray;
}