:root {
  --font-family: "Inter", sans-serif;
  --second-family: "PragmaticaLightC", sans-serif;
  --third-family: "Mistral", sans-serif;
  --font3: "Roboto", sans-serif;
  --font4: "Roboto Mono", sans-serif;
  --fontS1: 17px;
  --lightColor:#e5ba62ff;
  --darkColor:#4c4441;
  --hoverColor:#883230;
  --layoutWidth: 1100px;
  --layoutWidthHeader: 1500px;
  --layoutWidth2: 900px;
  --layoutMobileWidth: 750px;
  --yellow:#e5ba62ff; }

* {
  color: #d9d9d9;
  font-size: 14px; }

body * {
  font-family: AvenirNext-Regular;
  font-weight: 400; }

/****** HEADER ********/
.header {
  min-height: 130px;
  padding: 15px 0px 5px 0px; }
  @media only screen and (max-width: 550px) {
    .header {
      min-height: 160px; } }

body {
  min-height: 1200px;
  position: relative; }

.breadcrumb > li + li::before {
  color: #4c4441 !important;
  content: "/ " !important;
  padding: 0px !important; }

.breadcrumb li a {
  color: #4c4441 !important;
  font-weight: bold !important;
  font-size: 18px;
  text-decoration: underline; }

.breadcrumb li {
  color: #4c4441;
  font-weight: bold !important;
  font-size: 18px; }

.main-bg {
  position: absolute;
  display: grid;
  width: 100%;
  grid-template-rows: 100%;
  z-index: -1;
  top: 0;
  bottom: 0; }

.main-bg2 {
  position: absolute;
  display: grid;
  width: 100%;
  top: 0;
  bottom: 0;
  grid-template-rows: auto;
  z-index: -1; }

.main-bg-top {
  width: 100%;
  background: linear-gradient(180deg, #111528 0%, #203e77 100%); }

.main-bg-middle {
  background: #4c4441;
  width: 100%; }

.main-bg-bottom {
  background: linear-gradient(0deg, #d7d0ca 0%, #f2eeed 100%);
  height: 100%;
  width: 100%; }

.main-frame {
  display: grid;
  grid-template-rows: 230px auto 120px;
  min-height: inherit;
  overflow: hidden; }

.mcontainer {
  position: relative;
  width: var(--layoutWidth);
  margin: 0 auto; }
  @media only screen and (max-width: 1150px) {
    .mcontainer {
      width: 90%; } }
  @media only screen and (max-width: 650px) {
    .mcontainer {
      width: 90%; } }

.mcontainer-header {
  position: relative;
  width: var(--layoutWidthHeader);
  margin: 0 auto; }
  @media only screen and (max-width: 1550px) {
    .mcontainer-header {
      width: 90%; } }
  @media only screen and (max-width: 650px) {
    .mcontainer-header {
      width: 90%; } }

.header-container {
  align-content: center;
  align-items: end; }

.header-inside {
  display: grid;
  grid-template-columns: 450px 50px auto;
  align-items: start; }

.header-inside-right-inside {
  border-bottom: 4px #4c4441 solid;
  display: grid;
  grid-template-columns: auto auto 200px;
  align-items: center;
  padding-bottom: 30px; }

.header-inside.mobile {
  display: none; }
  @media only screen and (max-width: 1150px) {
    .header-inside.mobile {
      display: grid;
      grid-template-columns: 50px auto 200px; } }

.header-wrapper.mobile {
  display: none; }
  @media only screen and (max-width: 1150px) {
    .header-wrapper.mobile {
      display: block; } }
  .header-wrapper.mobile .logo-img {
    max-width: 200px; }

.header-wrapper.mobile .logo-img {
  width: 80%;
  margin: -20px auto;
  max-width: 500px; }

.header-inside.desktop {
  display: grid; }
  @media only screen and (max-width: 1150px) {
    .header-inside.desktop {
      display: none; } }

.hamburger {
  background: url(/i/hamburger.svg) no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  cursor: pointer; }

.menu-block-mobile {
  display: none;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100px;
  z-index: 200;
  height: 80vh; }

.menu-slide-inside {
  margin-top: 60px; }

.menu-slide-inside a {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: var(--darkColor);
  font-weight: bold; }

.block-page {
  min-height: 1000px; }

.tabs-menu-item.tab-marked {
  background: #ff9d55;
  color: #fff; }

.tabs-menu-item.tab-marked:hover {
  background: #ec873e; }

.tabs-menu-item.tab-marked.active {
  background: #ff9d55;
  color: #fff; }

.tabs-menu-item.tab-marked.active:hover {
  background: #ec873e; }

.menu {
  padding-left: 18px; }

@media only screen and (max-width: 650px) {
  .cart {
    display: flex;
    align-items: center; } }

.phone-block {
  position: relative;
  align-items: center; }
  @media only screen and (max-width: 650px) {
    .phone-block {
      /*	display: flex; */
      align-items: center; } }

.back-call {
  position: absolute;
  bottom: -20px;
  right: 0;
  text-align: center; }

.phone-call {
  /*    display:flex; */
  align-items: center;
  white-space: nowrap; }

.cart a {
  display: block;
  text-align: right; }

.cart img {
  width: 30px; }

.header-container > div {
  vertical-align: bottom; }

@media only screen and (max-width: 650px) {
  .logo {
    margin: 0 10px; } }

.logo img {
  width: 100%;
  border-radius: 15px; }

.logo-img {
  font-family: var(--font4);
  font-weight: 400;
  font-size: var(--fontS1);
  padding: 0px 0px;
  text-align: center;
  color: #4c4847;
  /*    background: #faf9f7; */
  max-height: 100px; }

.menu ul.main-menu {
  display: flex;
  width: 100%;
  margin-bottom: 0px; }

.main-menu li {
  list-style-type: none;
  flex-basis: auto;
  flex-grow: 1;
  text-align: center; }

.desktop .main-menu li {
  text-align: left; }
.desktop .menu {
  padding-left: 0px; }

.mobile .logo img {
  max-height: 165px;
  object-fit: contain; }

.menu ul.main-menu li a {
  font-family: var(--font3);
  font-weight: 600;
  font-size: var(--fontS1);
  color: #e5ba62ff;
  text-decoration: none; }
  @media only screen and (max-width: 650px) {
    .menu ul.main-menu li a {
      font-size: 12px; } }

.footer .main-menu li {
  display: inline-block;
  margin: 10px; }

.footer .menu ul.main-menu {
  display: block;
  text-align: center; }

.back-call button {
  width: 100%; }

.but {
  background: linear-gradient(180deg, #f5f3f4 0%, #bfbfbf 100%);
  padding: 10px 8px;
  border: 0px;
  font-family: var(--font3);
  font-weight: 600;
  font-size: var(--fontS1);
  color: #656565; }

.main-description {
  position: absolute;
  left: 30px;
  top: 40px;
  z-index: 30; }
  @media only screen and (max-width: 650px) {
    .main-description {
      left: 20px;
      top: 25px; } }

.main-title {
  font-size: 42px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 650px) {
    .main-title {
      font-size: 7vw;
      margin-bottom: 10px; } }

.main-address {
  font-size: 17px;
  padding-left: 30px;
  font-weight: bold;
  background: url(/images/location.svg) no-repeat left center;
  background-size: auto 100%;
  margin-bottom: 5px; }
  @media only screen and (max-width: 650px) {
    .main-address {
      font-size: 13px;
      max-width: 80%;
      background-size: auto 20px; } }

.main-phone {
  font-size: 17px;
  padding-left: 30px;
  font-weight: bold;
  background: url(/images/phone.svg) no-repeat left center;
  background-size: auto 100%; }
  @media only screen and (max-width: 650px) {
    .main-phone {
      font-size: 13px;
      max-width: 80%; } }

.slider {
  /*    box-shadow: 0 -18px 38px 0 rgba(0, 0, 0, 0.25), -32px 24px 35px 0 rgba(0, 0, 0, 0.25); */
  height: calc( var(--layoutWidth) * 0.6  );
  position: relative; }
  @media only screen and (max-width: 650px) {
    .slider {
      height: 80vw; } }

.slider.slider-actions {
  display: none;
  margin-top: 30px;
  height: calc( var(--layoutWidth) * 0.4  );
  border-radius: 10px;
  overflow: hidden; }
  @media only screen and (max-width: 650px) {
    .slider.slider-actions {
      margin-top: 50px;
      display: block;
      height: calc( var(--layoutWidth) * 0.2  ); } }

.slider.slider-actions-desktop {
  position: relative;
  opacity: 0.6;
  margin-top: 0px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden; }
  @media only screen and (max-width: 650px) {
    .slider.slider-actions-desktop {
      display: none;
      height: calc( var(--layoutWidth) * 0.2  ); } }

.main-subtitle {
  font-weight: bold;
  font-size: 20px;
  text-align: center; }

.main-left-container {
  margin-top: 10px;
  position: relative;
  width: 200px; }
  @media only screen and (max-width: 650px) {
    .main-left-container {
      left: -14px;
      margin-top: 0px; } }

.main-left-container .mcontainer {
  width: 100%; }

.slider .tab-marked {
  background: #bda999; }
  @media only screen and (max-width: 650px) {
    .slider .tab-marked {
      font-size: 12px;
      padding: 3px 3px; } }

.desktop {
  display: block; }
  @media only screen and (max-width: 650px) {
    .desktop {
      display: none; } }

.otkos1 {
  background: url(/images/otkos1.png);
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  z-index: 15;
  width: 100%;
  height: inherit;
  background-size: 356px auto; }
  @media only screen and (max-width: 650px) {
    .otkos1 {
      height: 80vw;
      background-size: 55vw auto; } }

.slider .item:first-child {
  opacity: 1; }

.slider .item {
  /*    width: 100%; */
  /*    position: absolute; */
  height: 400px;
  /*    opacity: 0;*/
  display: inline-block; }

.slider .sitem:first-child {
  opacity: 1; }

.slider .sitem {
  width: 100%;
  position: absolute;
  height: inherit;
  opacity: 0; }

.podlogka {
  position: absolute;
  height: inherit;
  width: 100%;
  background: linear-gradient(179deg, #e5e2dc 0%, rgba(1, 1, 1, 0) 20%);
  z-index: 10; }

.podlogka2 {
  position: absolute;
  height: inherit;
  width: 100%;
  background: linear-gradient(180deg, rgba(1, 1, 1, 0) 80%, #e5e2dcFF 100%);
  z-index: 10; }

.item-container {
  display: block;
  text-decoration: none;
  height: inherit;
  position: relative;
  background-color: #11172F52;
  border-radius: 15px; }

.slide-image {
  height: 100%;
  background-size: cover;
  background-position: top center; }

.slide-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  color: var(--darkColor);
  position: absolute;
  background: linear-gradient(90deg, #d9d9d900 0%, #ece8e6 100%);
  bottom: 20px;
  right: 0px;
  z-index: 20;
  width: 70%;
  text-align: right;
  padding: 20px 20px; }
  @media only screen and (max-width: 650px) {
    .slide-title {
      font-size: 4vw; } }

.category-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px 20px; }
  @media only screen and (max-width: 1200px) {
    .category-list {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 650px) {
    .category-list {
      grid-template-columns: 1fr 1fr; } }

.category-item {
  display: block;
  background-size: cover;
  position: relative;
  height: calc( var(--layoutWidth) * 0.18  );
  /*    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.25), -3px 14px 15px 0 rgba(0, 0, 0, 0.25); */
  border-radius: 10px; }

.category-item-title {
  color: var(--darkColor);
  font-size: 15px;
  position: absolute;
  bottom: 5px;
  left: 0px;
  z-index: 0;
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(90deg, #d9d9d9d5 0%, #ece8e6 100%);
  font-family: var(--font-family);
  text-align: right;
  padding: 10px 20px; }

.category-description {
  margin-bottom: 10px; }

.tovars-list-title {
  color: var(--darkColor);
  font-size: 30px;
  /*    margin-top: 50px; */ }

.afisha-preview-title {
  font-size: 18px; }

.afisha-preview-image img {
  border-radius: 5px;
  display: inline-block; }

.sale-item-wrapper {
  positions: relative;
  background: var(--lightColor);
  padding: 5px 10px 10px 10px;
  border-radius: 5px; }

.afisha-preview-date {
  margin-bottom: 5px; }

.afisha-preview-date {
  color: black; }

.sale-item {
  display: block; }

.edit-link {
  position: absolute;
  width: 20px;
  z-index: 1;
  left: 0; }

.bx-top-nav-container .bx-nav-1-lvl {
  float: none !important; }

.bx-top-nav-container .bx-nav-1-lvl a {
  text-transform: none !important; }

.bx-top-nav-container .bx-nav-1-lvl a span {
  color: var(--darkColor) !important;
  font-size: 17px !important;
  font-weight: bold;
  padding: 5px 2px !important;
  display: flex !important;
  align-items: center; }

.bx-top-nav-container .bx-nav-1-lvl.active > a span {
  color: var(--hoverColor) !important;
  border: 1px #ccc solid;
  font-size: 17px !important;
  font-weight: bold;
  padding: 5px 2px !important; }

.catalog-menu-item li:hover > a span {
  color: var(--hoverColor) !important; }

.catalog-menu-item:hover > a span {
  color: var(--hoverColor) !important; }

.bx-top-nav-container .bx-nav-2-lvl-container-advanced::before, .bx-top-nav-container .bx-nav-2-lvl-container::before {
  content: "";
  height: 0 !important; }

.catalog-submenu {
  z-index: 100;
  opacity: 1 !important;
  background: #f7f7f7;
  right: 0;
  left: 95%;
  top: 0;
  border-radius: 5px; }

.slick-next::before {
  background: url(/images/right.svg) !important;
  width: 20px;
  height: 40px;
  position: absolute;
  background-size: cover !important; }

.slick-prev::before {
  background: url(/images/left.svg) !important;
  width: 20px;
  height: 40px;
  position: absolute;
  background-size: cover !important; }

.has-child i::after {
  /*    content: "\f107";
      font-family: "Font Awesome 5 Free";
      margin-left: 5px;
  */ }

.otkos2 {
  background: url(/images/otkos2.png);
  background-repeat: no-repeat;
  background-position: 20px 15px;
  position: absolute;
  z-index: 2;
  width: 200px;
  height: inherit;
  background-size: auto calc( var(--layoutWidth) * 0.23 - 30px  ); }

.slider2 {
  margin-top: 50px;
  width: calc( var(--layoutWidth) +  50px);
  height: calc( var(--layoutWidth) * 0.23  ); }
  @media only screen and (max-width: 650px) {
    .slider2 {
      width: 100vw;
      height: 149.5px; } }

.slider2 .slick-track {
  height: calc( var(--layoutWidth) * 0.23  ); }

.item-container2 {
  width: 100%;
  position: relative; }

.slick-list {
  padding: 0px 30px; }

.slider2-item {
  display: inline-block;
  padding: 15px 20px; }

.slider2-item-inside {
  /*    box-shadow: -1px -1px 10px 0 rgba(0, 0, 0, 0.25), -1px 2px 18px 0 rgba(0, 0, 0, 0.25); */
  width: 100%;
  height: inherit;
  background-size: cover; }

.content-layout.full {
  grid-template-columns: 0px auto; }

.content-layout {
  display: grid;
  grid-template-columns: 400px auto;
  width: calc( var(--layoutWidth ) + 150px);
  /*    border-top: 4px #4c4441 solid;*/
  margin: 0 auto; }
  @media only screen and (max-width: 1300px) {
    .content-layout {
      width: 95%; } }
  @media only screen and (max-width: 1000px) {
    .content-layout {
      width: 95%;
      grid-template-columns: 0 auto; } }

.content-top-line {
  display: grid;
  grid-template-columns: auto 200px;
  margin-top: 20px; }
  @media only screen and (max-width: 400px) {
    .content-top-line {
      grid-template-columns: auto; } }

@media only screen and (max-width: 400px) {
  .breadcrumb {
    margin-bottom: 0px !important; } }

@media only screen and (max-width: 400px) {
  .search-wrapper {
    margin-bottom: 25px !important; } }

.anchor-menu-item {
  display: inline-block;
  border: 1px #23527c dotted;
  font-size: 17px;
  padding: 5px 5px;
  margin-right: 5px;
  border-radius: 5px;
  background: white; }

.tabs-menu-item {
  display: inline-block;
  border: 1px #23527c dotted;
  font-size: 17px;
  padding: 5px 5px;
  margin-right: 5px;
  border-radius: 5px;
  background: white; }

.tabs-menu-item:hover {
  opacity: 1; }

.tabs-menu-item.active {
  background: #fff; }

.tabs-menu-item:hover {
  background: #f7f7f7; }

.content-right {
  padding-bottom: 100px;
  position: relative; }

.left-sidebar {
  /*    background: url(/images/otkos3.png);*/
  background-repeat: no-repeat;
  position: relative;
  background-position: left top;
  z-index: 2;
  width: 90%;
  height: inherit; }

.left-sidebar-inside {
  padding-left: 30px;
  position: relative; }
  @media only screen and (max-width: 1000px) {
    .left-sidebar-inside {
      display: none; } }

.left-sidebar-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  /*    display: grid;*/
  /*    grid-template-rows: max-content;*/ }

.left-sidebar-otkos {
  background: url(/images/otkos3.png?v=3) no-repeat;
  background-size: 100% auto;
  max-height: 1200px;
  height: 100%;
  width: 100%; }

.left-sidebar-otkosV {
  background: url(/images/otkosV.png);
  background-repeat: repeat-y;
  width: 100%;
  background-size: 201px; }

.page-block-title {
  font-size: 25px;
  margin: 15px; }

.yellow {
  color: var(--yellow); }

.page-content-text {
  text-align: justify; }
  .page-content-text ul {
    list-style: disc; }
  .page-content-text li {
    list-style: none;
    margin-left: 5px;
    padding-left: 15px; }
  .page-content-text li:before {
    /* For a round bullet */
    content: '\2022';
    /* For a square bullet */
    /*content:'\25A0';*/
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -15px;
    margin-right: 2px;
    top: -0px;
    color: var(--yellow);
    font-size: 20px; }

.page-content-text {
  font-size: 18px; }

.catalog-title {
  margin: 20px 0px;
  display: inline-block;
  max-width: 84%;
  padding: 4px 10px;
  box-shadow: -8px 9px 20px 0 rgba(0, 0, 0, 0.25);
  background: #faf9f7;
  font-size: 23px;
  font-weight: bold; }

.item-wrapper {
  /*    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25), -5px 10px 10px 0 rgba(0, 0, 0, 0.25); */
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f4; }

.item-wrapper:hover {
  /*    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.25), -10px 15px 20px 0 rgba(0, 0, 0, 0.25); */
  border-radius: 5px;
  overflow: hidden;
  position: relative; }

.item-title {
  /*    height: 40px; */
  padding: 5px 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  color: var(--darkColor);
  font-weight: bold; }

.items-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-top: 20px; }
  @media only screen and (max-width: 650px) {
    .items-table {
      grid-template-columns: 1fr 1fr; } }

.item-image {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  background-color: #fff;
  height: 150px; }

#mainitem > div {
  background-size: 100% auto;
  background-position: center center; }

.item-price {
  display: none;
  /*    position:absolute;
      bottom: 0;
  */ }

.footer {
  width: 100%;
  height: 120px;
  background: #11152870; }

.footer .cart {
  display: inline-block; }

.footer-inside {
  width: 1100px;
  display: grid;
  grid-template-columns: auto 700px auto;
  margin: 40px auto 0px; }
  @media only screen and (max-width: 1100px) {
    .footer-inside {
      width: 90%;
      grid-template-columns: auto 700px auto;
      margin: 20px auto 0px; } }
  @media only screen and (max-width: 650px) {
    .footer-inside {
      grid-template-columns: auto 380px auto;
      width: 100%;
      margin: 20px auto 0px; } }
  @media only screen and (max-width: 400px) {
    .footer-inside {
      grid-template-columns: auto 320px auto;
      width: 100%;
      margin: 20px auto 0px; } }

.footer .menu ul.main-menu li a {
  color: var(--lightColor); }

.footer-right {
  display: table-cell;
  text-align: right; }

/********** image slider ************/
.image-slider {
  width: 100%;
  /*	overflow: hidden; */ }

.image-slider-inside {
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  display: block;
  width: auto;
  left: -20vw;
  font-size: 0; }

.image-slider-item {
  /*width: 0 !important; */
  display: inline-block;
  height: 100%;
  position: relative;
  width: 40vw;
  opacity: 0.4;
  cursor: pointer;
  padding: 0vw 1vw;
  vertical-align: middle; }
  .image-slider-item img {
    width: 100%; }
  .image-slider-item .image-slider-description {
    display: none; }
  @media only screen and (max-width: 520px) {
    .image-slider-item {
      width: 64vw; } }

.image-slider-item.active {
  opacity: 1; }
  @media only screen and (max-width: 520px) {
    .image-slider-item.active {
      width: 80vw; } }

.slider-description {
  font-family: Open Sans;
  white-space: normal;
  font-size: 1vw;
  line-height: 1.25vw;
  margin: 2vw auto;
  width: 34vw;
  text-align: center; }
  @media only screen and (max-width: 520px) {
    .slider-description {
      font-size: 3.4vw;
      line-height: 5.1vw;
      width: 77vw; } }
  .slider-description a {
    color: #3764EB;
    text-decoration: underline; }

/****** Gallery carousel  ******/
.gallery_carousel {
  max-width: 100%; }

.gallery_carousel .page-block-title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vw; }

/*******STAFF PAGE**********/
.page-block.person-list {
  width: 70vw;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 520px) {
    .page-block.person-list {
      width: 90%; } }

.page-block-title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vw; }

.persons-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; }
  @media only screen and (max-width: 520px) {
    .persons-block {
      grid-template-columns: 1fr 1fr; } }

.persons-item {
  padding: 0.5vw; }
  @media only screen and (max-width: 520px) {
    .persons-item {
      padding: 3.5vw; } }

.persons-item-photo img {
  width: 100%; }

.persons-item-name {
  font-family: PT Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1vw;
  line-height: 1.25vw;
  margin-top: 1vw; }
  @media only screen and (max-width: 520px) {
    .persons-item-name {
      font-size: 3vw;
      line-height: 3.25vw;
      margin-top: 3vw; } }

.persons-item-description {
  font-family: Roboto Mono;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75vw;
  line-height: 0.80vw;
  color: #BEBEBE;
  margin-top: 0.25vw; }
  @media only screen and (max-width: 520px) {
    .persons-item-description {
      font-size: 2vw;
      line-height: 2.25vw;
      margin-top: 1.5vw; } }

ul.in-text {
  list-style: disc;
  margin-left: 30px; }

.padding-dotted {
  padding: 50px 50px;
  border: 2px var(--darkColor) dotted;
  border-radius: 10px; }

.block-title {
  font-weight: bold;
  font-size: 25px; }

.plitka {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
  text-align: center; }

.plitka5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
  text-align: center; }
  @media only screen and (max-width: 650px) {
    .plitka5 {
      grid-template-columns: 1fr 1fr; } }

.plitka-vert {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px; }
  @media only screen and (max-width: 650px) {
    .plitka-vert {
      grid-template-columns: 1fr 1fr; } }

.plitka-vert-item {
  height: 200px;
  background-size: cover; }

.back-phone {
  display: flex;
  justify-content: center;
  align-items: center; }

/*******PREIMUSHESTVA**********/
.preimushestva-wrapper {
  /*    margin-top: 50px;*/
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #00000024;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1100px) {
    .preimushestva-wrapper {
      grid-template-columns: 1fr 1fr;
      width: 100%; } }
  @media only screen and (max-width: 650px) {
    .preimushestva-wrapper {
      grid-template-columns: 1fr;
      width: 100%; } }

.preimushestva-item {
  display: grid;
  grid-template-columns: 25% 75%;
  grid-gap: 20px; }

.preimushestva-image {
  /*    display: flex;
       justify-content: center; */
  text-align: center;
  padding-top: 20px; }

.preimushestva-image img {
  width: 70%; }

.preimushestva-title {
  font-weight: bold;
  font-size: 20px; }

.preimushestva-description {
  font-size: 15px;
  padding-right: 15px; }

.toval-info-line {
  display: grid;
  grid-template-columns: 4fr 1fr;
  align-items: center;
  margin: 0 2%; }

.toval-info-line.count {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  align-items: center;
  margin: 0 2%; }

.item-row-price {
  font-size: 20px;
  font-weight: bold; }

.btn-primary {
  background-color: #9f9083 !important;
  border-color: #cebea0 !important; }

.group-mini-foto {
  background-position: bottom !important;
  border-color: var(--darkColor) !important; }

.fa-shopping-cart {
  background: url(/images/cart.svg) no-repeat;
  background-size: 100%;
  height: 30px;
  width: 30px;
  display: block; }

.toval-info-line .fa-shopping-cart {
  height: 23px;
  width: 23px;
  padding: 3px 3px; }

.fa-shopping-cart::before {
  content: "" !important; }

.tovars-list-control {
  font-size: 16px; }

.tovars-header-row {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: baseline; }
  @media only screen and (max-width: 650px) {
    .tovars-header-row {
      grid-template-columns: 1fr; } }

.tovars-list-control {
  text-align: right; }
  @media only screen and (max-width: 650px) {
    .tovars-list-control {
      text-align: left; } }

.tovars-filter-row {
  margin-top: 10px; }

.category-tree-select {
  margin-bottom: 20px;
  margin-top: 20px; }

.category-tree-select.mobile {
  display: block; }
  @media only screen and (max-width: 650px) {
    .category-tree-select.mobile {
      display: block; } }

.white-block {
  background-color: #00000024;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px; }

.page-block {
  margin-bottom: 20px; }

.otstup-small {
  padding-top: 10px; }

.footer * {
  color: var(--lightColor); }
  @media only screen and (max-width: 650px) {
    .footer * {
      font-size: 12px; } }

.fa-phone {
  margin-right: 10px; }

.pagination {
  text-align: left !important; }

.pagination > li {
  display: inline-block !important;
  margin-left: 2px;
  margin-top: 4px;
  border-radius: 3px;
  font-size: 15px; }

.pagination > .next {
  /*    display: none !important; */
  color: #1d1d1c !important; }

.fa-long-arrow-right:before {
  content: ">>";
  font-size: 10px;
  color: #23527c; }

.next.disabled .fa-long-arrow-right:before {
  display: none !important; }

.rating span.star::before {
  color: #fff !important; }

.comment-content {
  border-radius: 10px;
  background-color: #fff; }

.comment-body {
  /*    display: grid;
      grid-template-columns: auto auto; */ }

.comment-image {
  display: inline-block;
  margin-right: 20px;
  width: 100px; }

.comment-text {
  display: inline-block; }

.login-menu {
  display: flex;
  position: absolute;
  top: -15px;
  right: 0px;
  background: #4c44413b;
  /*    display:none;*/
  justify-content: center;
  align-items: center;
  grid-gap: 5px;
  padding: 0px 5px 5px;
  border-radius: 0 0 5px 5px; }

.login-menu a:hover {
  background: #6f635f3b;
  color: var(--lightColor); }

.login-menu a {
  color: var(--lightColor); }

.top-menu-right {
  /*    display: flex;*/
  grid-gap: 5px;
  text-align: right; }

.fa-long-arrow-left:before {
  content: "<<";
  font-size: 10px;
  color: #23527c; }

.prev.disabled .fa-long-arrow-left:before {
  display: none !important; }

.pagination > .prev {
  /*    display: none !important; */
  color: #1d1d1c !important; }

.pagination > li.active {
  font-weight: bold; }

.filter-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  grid-gap: 10px; }
  @media only screen and (max-width: 650px) {
    .filter-form-row {
      grid-template-columns: 1fr 1fr; } }

.filter-form-row-inner {
  display: flex; }

#modal * {
  color: var(--darkColor); }

/*# sourceMappingURL=style.css.map */
