font-size:16px;.bx-yellow,
.bx-theme-yellow {
  --primary: #f9a91d;
  --theme-color-primary: #f9a91d;
  --theme-color-second: #faba4a;
  --theme-color-light: #f0f0f0;
  --theme-b-link: #f9a91d;
  --theme-b-link-hover: #faba4a;
  --theme-b-tx-primary: #fff;
  --theme-b-bg-primary: #f9a91d;
  --theme-b-bd-primary: #f9a91d;
  --theme-b-sd-primary: rgba(249, 169, 29, 0.5);
  --theme-b-tx-primary-hover: #fff;
  --theme-b-bg-primary-hover: #faba4a;
  --theme-b-bd-primary-hover: #daa53e;
  --theme-b-tx-primary-active: #fff;
  --theme-b-bg-primary-active: #faba4a;
  --theme-b-bd-primary-active: #daa53e;
  --theme-b-tx-primary-disabled: #fff;
  --theme-b-bg-primary-disabled: #daa53e;
  --theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
  --primary: #0083d1;
  --theme-color-primary: #0083d1;
  --theme-color-second: #5ca6e4;
  --theme-color-light: #f0f6f8;
  --theme-b-link: #44b1c9;
  --theme-b-link-hover: #5cc3d1;
  --theme-b-tx-primary: #fff;
  --theme-b-bg-primary: #0083d1;
  --theme-b-bd-primary: #0083d1;
  --theme-b-sd-primary: rgba(0, 131, 209, 0.5);
  --theme-b-tx-primary-hover: #fff;
  --theme-b-bg-primary-hover: #5ca6e4;
  --theme-b-bd-primary-hover: #5599d2;
  --theme-b-tx-primary-active: #fff;
  --theme-b-bg-primary-active: #5ca6e4;
  --theme-b-bd-primary-active: #5599d2;
  --theme-b-tx-primary-disabled: #fff;
  --theme-b-bg-primary-disabled: #5599d2;
  --theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
  --primary: #e22b2b;
  --theme-color-primary: #e22b2b;
  --theme-color-second: #e95c5c;
  --theme-color-light: #f0f0f0;
  --theme-b-link: #e22b2b;
  --theme-b-link-hover: #e95c5c;
  --theme-b-tx-primary: #fff;
  --theme-b-bg-primary: #e22b2b;
  --theme-b-bd-primary: #e22b2b;
  --theme-b-sd-primary: rgba(226, 43, 43, 0.5);
  --theme-b-tx-primary-hover: #fff;
  --theme-b-bg-primary-hover: #e95c5c;
  --theme-b-bd-primary-hover: #d05454;
  --theme-b-tx-primary-active: #fff;
  --theme-b-bg-primary-active: #e95c5c;
  --theme-b-bd-primary-active: #d05454;
  --theme-b-tx-primary-disabled: #fff;
  --theme-b-bg-primary-disabled: #d05454;
  --theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
  --primary: #80DCC1;
  --theme-color-primary: #80DCC1;
  --theme-color-second: #FFF;
  --theme-color-third: #A00000;
  --theme-color-light: ##80DCC1;
  --theme-b-link: #333333;
  --theme-b-link-hover: #80DCC1;
  --theme-b-tx-primary: #fff;
  --theme-b-bg-primary: #A00000;
  --theme-b-bd-primary: #A00000;
  --theme-b-sd-primary: #80DCC1;
  --theme-b-tx-primary-hover: #fff;
  --theme-b-bg-primary-hover: #303A43;
  --theme-b-bd-primary-hover: #303A43;
  --theme-b-tx-primary-active: #fff;
  --theme-b-bg-primary-active: #303A43;
  --theme-b-bd-primary-active: #303A43;
  --theme-b-tx-primary-disabled: #fff;
  --theme-b-bg-primary-disabled: #808080;
  --theme-b-bd-primary-disabled: #808080;
}

body {
  background-attachment: fixed;
  background-size: cover;

}
header {
    position: relative;
    z-index: 99;
display: flex;
justify-content: center;
width: 100%;
flex-wrap: wrap;
}
#pagetitle { margin-bottom: 35px; width:100%; }

h1,h2,h3,h4,h5 {
  font-family: "Montserrat","OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
h1, h2 {
  margin-top: 20px;
    margin-bottom: 50px;
    color: var(--theme-color-third);
    font-size: 48px;
    font-weight: bold;
    font-family: 'Montserrat Alternates', sans-serif;
}
.bx-content-section,
.bx-header-section {
  padding-bottom: 2px;
  background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper { }

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
  display: block;
  height: 50px;
  border-bottom: none;
}

.bx-logo-block img {
  max-height: 50px;
  width: auto;
}
.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 1.7px solid #E5E5E5;
  border-radius: 50%;
  cursor: none;
  /*Установите размер стекла лупы:*/
  width: 200px;
  height: 200px;
    z-index:98;
background-size: 600% !important;

}
#myimage {
    position: inherit !important;
    top: unset;
    left: unset;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transform: unset !important;
}
.img-magnifier-container {
    position: relative;
    text-align: unset !important;
}
.product-item-detail-slider-images-container {
    display: flex;
    justify-content: center;
    min-height: 300px;
}
@media (max-width: 767px) {
  .bx-logo-block img {
    max-width: 100%;
    max-height: 45px;
    width: auto;
    height: auto;
  }

  .bx-header-logo {
    padding: 5px 50px;
    height: 55px;
    background-color: var(--theme-color-primary);
  }

  .bx-logo-block { height: auto; }

  body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
  display: flex;
  align-items: center;
}

.bx-header-phone-number {
  color: #000;
  white-space: nowrap;
  font: 700 21px/28px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  transition: 250ms linear all;
}

.bx-header-phone-icon {
  display: block;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background: no-repeat center url(images/phone.svg);
}

@media (max-width: 991px) {
  .bx-header-phone-number { font: 600 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
  color: #000;
  font: 600 16px/22px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  transition: 250ms linear all;
}

.bx-worktime-title {
  color: #adadad;
  font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-worktime-schedule {
  color: #000;
  font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
  .bx-header-worktime { font: 500 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
  color: #343434;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
  border-bottom: none !important;
  text-decoration: none !important;
}

.bx-footer-logo img {
  max-width: 100%;
  height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
  border-color: var(--theme-b-bd-primary);
  background-color: var(--theme-b-bg-primary);
  color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
  border-color: var(--theme-b-bd-primary-hover);
  background-color: var(--theme-b-bg-primary-hover);
  color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
  border-color: var(--theme-b-bg-primary);
  background-color: var(--theme-b-bg-primary);
  color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  border-color: var(--theme-b-bd-primary-active);
  background-color: var(--theme-b-bg-primary-active);
  color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
  border-color: var(--theme-color-primary);
  box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
  font-size: 12px;
  font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
  width: 27px;
  height: 27px;
  margin-right: 5px;
  border-radius:50%;
  background-color: var(--theme-color-primary);
  background-repeat: no-repeat;
  background-position: center;
}

.sidebar-icon-label {
  background-image:  url(images/label.svg);
  background-size: 19px auto;
}

.sidebar-icon-delivery {
  background-image: url(images/delivery.svg);
  background-size: 17px auto;
}

.sidebar-icon-sale {
  background-image: url(images/sale.svg);
  background-size: auto 17px ;
}

.sidebar-icon-self {
  background-image: url(images/self.svg);
  background-size: auto 17px ;
}

.sidebar-icon-phone {
  background-image: url(images/phone_white.svg);
  background-size: auto 21px ;
}



























/*Custom Styles for green theme!!!*/
.bx-nav-2-lvl-container, .bx-nav-2-lvl-container-advanced {
    min-width: max-content;
}
#pagetitle {
    margin-bottom: 10px;
    width: 100%;
    font-size: 32px;
}
.bx-footer {
    width: 100%;
}
* {
    transition: ease all 0.5s;
}
button:active, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.full-width-sw{
display:flex;
justify-content:center;
flex-wrap:wrap;
width:100%;
}

.bx-nav-list-2-lvl {
    background: #273741 !important;
    /*мохито 5.11
    background: var(--theme-color-primary) !important;*/
}

.bx-nav-1-lvl-link:hover {
    text-decoration: none;
    color: var(--theme-b-link-hover);
}
.bx-nav-2-lvl-link-text{
color:#fff !important;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
}
.text-white>a{color:white;}
.header-width-sw{
display:flex;
justify-content:center;
flex-wrap: nowrap;
width: 100%;
background: white;
align-items: center;
}
.header-logo-sw{
display: flex;
justify-content: center;
align-items: center;
width: max-content;
margin-bottom: -45px;
z-index: 98;
}
.header-logo-sw:nth-child(1){
margin-right:30px;
}
.header-logo-sw:nth-child(2){
margin-left:30px;
}
.logo-block-sw{
height: max-content;
width:auto;
align-items:center;
}
.logo-sw{
    max-height: 110px !important;
}
.header-phone-sw{
font-weight:bold;
font-size:18px;
text-decoration:none !important;
}
.header-up-menu-sw {
    display: flex;
    justify-content: space-between;
    align-items: center;
margin:5px;
}
.header-up-menu-sw > div {
    padding: 5px;
}
.upper-menu-sw {
    display: flex;
    justify-content: flex-start;
    width: max-content;
    list-style-type: none;
    color: #333;
margin-bottom:0px;
padding: 0px;
}
.upper-menu-sw>li {
    padding-right: 10px;
}
.upper-menu-sw>li>a {
    color: #333;
}
.profile-and-basket-upper-menu-sw {
    position: relative;
    display: flex;
    justify-content: space-evenly;
align-items: baseline;
}
.show-blocs-center-sw{
display:flex;
justify-content:center;
}
#person-button-upper-menu-sw,#cart-button-upper-menu-sw,#search-button-upper-menu-sw{
cursor:pointer;
}
#person-block-upper-menu-sw,#cart-block-upper-menu-sw,#search-block-upper-menu-sw {
display: none;
position: absolute;
background: white;
z-index: 99;
padding: 5px;
border: 1px solid rgba(0,0,0,.125);
border-radius: 7px;
top: 25px;
}
#person-block-upper-menu-sw::after,#cart-block-upper-menu-sw::after,#search-block-upper-menu-sw::after {
    content: ''; 
    position: absolute;
border: 7px solid transparent; border-bottom: 7px solid rgba(0,0,0,.125); 
margin: 0 auto;
left: 45%;
right: 45%;
top: -15px;
z-index: 99;

   }
#person-block-upper-menu-sw > a ,#cart-block-upper-menu-sw > a,#search-block-upper-menu-sw > a{
    margin: 3px;
}
#search{
width:max-content;
}
.header-down-menu-sw {
    z-index: 95;
    position: relative;
    width: 100%;
    justify-content: center;
    display: flex;
    background:#273741;
    /*background: var(--primary);*/
    height: 39px;
    /*мохито 5.11
        height: 45px;
    */
    align-items: center;
height: max-content;

}
.header-menu-block-sw {
    width: 900px;
}
.header-down-menu-sw > div {
    max-width: 900px;
}
.bottom-menu-header-sw>li>a>span{
padding: 5px 8px 10px 34px;
font-family: 'Montserrat', sans-serif;
color: #fff;
/*мохито 5.11
color: #333333;*/
text-transform: unset;
font-size:14px;

}

.bx-nav-list-2-lvl {
    position: relative;
    display: table-column;
    z-index: 99;
    background: white;
    column-count: 2;
}
.bx-nav-1-lvl-link::before {
    content: "";
    width: 20px;
    display: block;
    position: absolute;
    height: 20px;
    left: 10px;
    top: 8px;
    bottom: 0;
}
.bx-nav-1-lvl {
    position: unset !important;
}
.bx-nav-1-lvl-link{
position:relative;
}
.bottom-menu-header-sw>.bx-nav-1-lvl:nth-child(1) >a::before {
    background: url(/images/sw/tea.svg);
    background-size: cover;
}
.bottom-menu-header-sw>.bx-nav-1-lvl:nth-child(2)>a::before {
    background: url(/images/sw/Cofe.svg);
    background-size: cover;
}
.bottom-menu-header-sw>.bx-nav-1-lvl:nth-child(3)>a::before {
    background: url(/images/sw/sirop.svg);
    background-size: cover;
}
.bottom-menu-header-sw>.bx-nav-1-lvl:nth-child(4)>a::before {
    background: url(/images/sw/drinks.svg);
    background-size: cover;
}
.bottom-menu-header-sw>.bx-nav-1-lvl:nth-child(5)>a::before {
    background: url(/images/sw/coffymashin.svg);
    background-size: cover;
}
.bottom-menu-header-sw>.bx-nav-1-lvl:nth-child(6)>a::before {
    background: url(/images/sw/furn.svg);
    background-size: cover;
}


a.bx-nav-2-lvl-link {
    padding: 0px;
    padding-left: 10px;
}

.bx-nav-2-lvl> a > span,.bx-nav-3-lvl > a > span {
transition:none !important;
}
.bx-nav-3-lvl-link.bx-active, .bx-nav-3-lvl-link:hover{

color: var(--theme-b-link) !important;
}
.bx-nav-2-lvl> a:hover > span{

text-decoration:none;
transition:none !important;
}
.bx-nav-3-lvl > a:hover > span {
text-decoration:none;
/*мохито 5.11
var(--theme-b-link)*/
color: #fff;
transition:none !important;
}
.bx-nav-3-lvl-link {
    width: 100%;
padding-left: 10px;
}
.bx-nav-2-lvl-link:hover {
    text-decoration:none !important;
      background: transparent;
  /*мохито 5.11
  background: white;
    */
      opacity: 0.6;
}

    .swiper-container {
      width: 100%;
      height: 100%;
position:relative;
    }
    .swiper-container-all {
      width: 100%;
      height: max-content;
position:relative;
    }
    .swiper-slide {
      width: 100%;
      height: 350px;
      text-align: center;
      font-size: 18px;
      background: #fff;
position:relative;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
   .swiper-slide-all {
      width: 100%;
      height: max-content;
      text-align: center;
position:relative;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.big-slider-textwrap-sw {
position: absolute;
display: flex;
justify-content: left;
flex-wrap: wrap;
background: rgba(255, 255, 255, 0.8);
border-radius: 10px;
padding: 10px;
max-width: 350px;
margin-left: -25%;
margin-top: 5%;
}
.big-slider-tit1-sw {
    color: #333333;

    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: left;
}
.big-slider-tit2-sw {
    color: #333333;

    font-size: 18px;
    width: 100%;
    text-align: left;
}
.button-big-slider-sw{
display:flex;
justify-contetn:center;
flex-wrap:wrap;
align-items:center;
width: max-content;
max-width:100%;
height: auto;
border-radius: 25px;
background: var(--theme-color-primary);
border: 2px solid var(--theme-color-primary);
cursor: pointer;
transition: ease-out all 0.3s;
color: white;
font-size: 18px;
margin-bottom: 10px;
font-weight: 700;
padding: 5px 10px;
margin-top:10px;
text-decoration: none !important;
}
.button-big-slider-sw:hover{
background: var(--theme-b-bg-primary-hover);
border: 2px solid var(--theme-b-bg-primary-hover);
transition: ease-out all 0.3s;
color:white;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    width: 100%;
position:relative;
}
.swiper-slide >img{
     width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.swiper-pagination-bullet,.swiper-pagination-bullet-all{
 opacity: 0.9;
border: 1px solid var(--theme-color-primary);
transition: ease 1s;
width:10px;
height:10px;
background: rgba(255,255,255,.5);

}
.swiper-pagination-bullet-active {
    opacity: 1;
   background: var(--theme-color-primary);
border: 1px solid var(--theme-color-primary);
transition: ease 1s;
width:8px;
height:8px;
margin-bottom: 1px !important;
}



#navigation{
width:100%;
margin-top:20px;
}


.main-section-sw{
position:relative;
display:flex;
justify-content:center;
width:100%;
flex-wrap:wrap;
}
.standart-width-sw{
width: 100%;
max-width:1140px; 
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: flex-start;
overflow: hidden;
position:relative;
}
.our-products-sw{
  display: flex;
  justify-content: center;
  width: 100%;
  
}
.our-products-top-links-sw{
  display: flex;
  justify-content: center;
  align-items: baseline;
    width: 100%;
}
.our-products-top-tit-sw{
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
    width: 65%;
}
.our-products-top-tit-link-sw{
  color: #808080;
  font-size: 16px;
  margin-left: 20px;
}


.our-products-top-labels-sw{
  display: flex;
  justify-content:flex-end;
  align-items: baseline;
    width: 35%;
}



.radios-our-products-sw{
  display: none;
}


.our-products-top-labels-sw>label{
transition: ease 1s;
margin-left: 10px;
margin-right: 10px; 
cursor: pointer;
}
#radio-new-sw:checked ~.our-products-sw> .our-products-top-links-sw>.our-products-top-labels-sw>#label-new-sw,
#radio-bestsell-sw:checked ~.our-products-sw> .our-products-top-links-sw>.our-products-top-labels-sw>#label-bestsell-sw,
#radio-recomend-sw:checked ~.our-products-sw> .our-products-top-links-sw>.our-products-top-labels-sw>#label-recomend-sw,
#radio-hit-sw:checked ~.our-products-sw> .our-products-top-links-sw>.our-products-top-labels-sw>#label-hit-sw
{
  border-bottom: 1px solid var(--theme-color-third);
  transition: ease 1s;
}

#radio-new-sw:checked ~ #block-novinki-glavnaya-sw,
#radio-bestsell-sw:checked ~ #block-bestsell-glavnaya-sw,
#radio-recomend-sw:checked ~ #block-recomend-glavnaya-sw,
#radio-hit-sw:checked ~ #block-hit-glavnaya-sw {

animation-name:showproduct;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-fill-mode:forwards;
z-index:90;
}
#radio-new-sw:not(:checked)~ #block-novinki-glavnaya-sw,
#radio-bestsell-sw:not(:checked)~ #block-bestsell-glavnaya-sw,
#radio-recomend-sw:not(:checked)~ #block-recomend-glavnaya-sw,
#radio-hit-sw:not(:checked)~ #block-hit-glavnaya-sw {
display:none;
animation-name:hideproduct;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-fill-mode:forwards;
z-index:0;
}
@keyframes hideproduct{
0%{opacity: 1; }
100%{opacity: 0;  } 
}
@keyframes showproduct{
0%{opacity: 0; }
100%{ opacity: 1;}  
}
.our-products-img-sw{
display: block;
width: 366px;
height: max-content !important;
}
.our-products-img-block-sw{
width: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
position: relative;
}
.our-products-img-tovara-sw {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 0;
    padding-top: 0px;
    margin-bottom: 0px;
height: 240px;
background-size: contain;
background-position: center;
}
.our-products-border-img-tovara-sw {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border: 1.7px solid #E5E5E5;
border-radius: 25px;
align-items:center;
}
.our-products-border-img-tovara-sw:hover{
opacity:0.8;
}
.category-products-name-sw {
color: #333333;
font-size: 24px;
width: 180px;
background: rgba(255, 255, 255, 0.3);
border-radius: 10px;
}
.our-products-img-buttons-sw{
  position: absolute;
  display: flex;
  justify-content: right;
  width: 82px;
  align-items: center;
top: 20px;
    right: 20px;
z-index:10;
}
.our-products-img-tovara-sw>span{
background-repeat: no-repeat;
background-size: contain;
background-position: center;
border-radius: 25px;
}
.our-products-tit-price-sw{
  font-size: 16px;
    font-weight: bold;

    display: flex;
justify-content: center;
flex-wrap:wrap;
width: 100%;
padding: 5px;
margin-bottom: 10px;
}
.our-products-tit-price-sw>span{
    display: flex;
justify-content: center;
width: 100%;
}
.our-products-tit-price-sw>span>h3{
font-size: 18px;
font-weight: 700;
padding: 5px;
margin-top: 5px;
}
.our-products-tit-price-sw>span{
font-size: 16px;
font-weight: 500;
}
.product-item-price-current{
display: flex !important;
justify-content: center !important;
width: 100% !important;
font-size: 32px !important;
color: var(--theme-color-third)!important;
font-weight: 700 !important;
}
.price-block-sw{
width: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.product-item-price-old{
width: 100%;
}
.center-sw{
justify-content:center;
}
.our-products-mini-desk-sw{
  display: flex;
  justify-content: flex-start;
  width: 100%;
  font-size: 14px;
  color: #808080;
  margin-top: 10px;
}
.our-products-disc-sw{
    position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
top: 40px;
left: 0;
width: 60px;
height: 30px;
background: #EDAA04;
border-radius: 9px 5px 5px 0px;
color: white;
}
.hidden-xs {
    position: absolute;
    top: 25px;
    left: 10px;
}
.our-products-new-sw{
      position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
top: 40px;
left: 0;
width: 60px;
height: 30px;
background: var(--theme-color-third);
border-radius: 9px 5px 5px 0px;
color: white;
}
.our-products-name-sw{
position: absolute;
display: flex;
justify-content: center;
align-items: center;
bottom: -15px;
color: #808080;
font-size: 14px;
width: 100%;
font-weight: 700;
}

.product-item-label-text span, .product-item-label-ring{
background:var(--theme-color-third);

}

.product-item-detail-properties-name,.product-item-detail-properties-value {
    color: #333;
    font-size: 1rem;
}





.our-products-value-buttons-sw{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.our-products-value-buttons-sw>div{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
}
.our-products-value-minus-sw {
    width: 36px;
    height: 36px;
    border: 1px solid #808080 !important;
    border-radius: 10px 0px 0px 10px !important;
    align-items: center;
    display: flex;
    justify-content: center;
    color: var(--theme-color-third);
    font-size: 32px;
    cursor: pointer;
    background: white;
}

.our-products-value-minus-sw::after {
    background: unset !important;
}

.our-products-value-plus-sw {
    width: 36px;
    height: 36px;
    border: 1px solid #808080 !important;
    border-radius: 0px 10px 10px 0px !important;
    align-items: center;
    display: flex;
    justify-content: center;
    color: var(--theme-color-third);
    font-size: 32px;
    cursor: pointer;
    background: white;
}
.our-products-value-plus-sw::after {
    background: unset !important;
}
.our-products-value-sw {
    width: 60px;
    height: 36px;
    border-top: 1px solid #808080 !important;
    border-bottom: 1px solid #808080 !important;
    border-left: 0px !important;
    border-right: 0px !important;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    background: white !important;
    text-align: center;
    border-radius: 0px !important;
color: #3f3f3f;
}

.product-item-amount-description-container {
 display: flex;
justify-content: flex-start;
width: calc(100% - 132px);
align-items: center;
}
.product-item-amount-description-container>span {
height:max-content;
weight:max-content;
padding-left: 5px;
}
.our-news-tit-sw{
    font-size: 16px;
    margin-top: 20px;
    display: flex;
justify-content: flex-start;
width: 100%;

font-style: normal;
font-weight: 500;
font-size: 18px;
text-align:left;
}
.our-news-data-sw{
    margin-top: 20px;
    display: flex;
justify-content: center;
width: 100%;

}
.our-products-mini-desk-sw{
display:flex;
width:100%;
justify-content:center;
font-style: normal;
font-weight: normal;
font-size: 14px;
text-align:left;
}
.our-products-img-block-sw>img{
border-radius:25px;
}



.product-sw-wrap {
    margin-top: 20px;
}
.button-detail-sw{
margin-top:15px;
}

.product-item-detail-price-current{
display: flex;
justify-content: center;
width: 100%;
font-size: 32px;
color: var(--theme-color-third);
font-weight: 700;
}

.our-news-data-sw>span{
    display: flex;
justify-content: flex-start;
width: 50%;
  color: #808080;
  font-size: 14px;
}
.our-news-data-sw>a{
    display: flex;
justify-content: flex-end;
width: 50%;
color: var(--theme-color-third);
  font-size: 14px;
}

.slider-our-products-sw{
display: flex;
justify-content:inherit;
flex-wrap: nowrap;
width: 100%;
margin-bottom: 40px;
height: max-content;
}
.slider-category-our-products-sw{
justify-content: flex-start !important;

}
.heart-button-tovar-sw{
width: 36px;
height: 36px;
background-image: url(/images/sw/heart-white.svg) ;
background-repeat: no-repeat;
background-position: center;
margin-right: 10px;
}
.heart-button-tovar-sw:hover{
background-image: url(/images/sw/heart-red.svg) ;
}
.cart-button-tovar-sw{
width: 140px;
height: 36px;
border-radius: 25px;
background: var(--theme-color-primary);
border: 2px solid var(--theme-color-primary);
cursor: pointer;
transition: ease-out all 0.3s;
color: white;
font-size: 18px;
margin-bottom: 10px;
font-weight: 700;
padding: 0px;
text-decoration: none !important;
display:inline-block;
}
.cart-button-tovar-sw:hover{
background: var(--theme-b-bg-primary-hover);
border: 2px solid var(--theme-b-bg-primary-hover);
transition: ease-out all 0.3s;
}
.not-available-sw{
width:100%;
color:var(--theme-b-link);
font-size:16px;
}
.product-sku-and-buy-show-hide-sw{
    display:flex;
justify-content:center;
width:100%;
flex-wrap:wrap;
}
.product-sku-and-buy-show-hide-sw>.product-item-info-container{
  
width:100%;
}
.product-sw-wrap{
width:240px !important;
border: 1.7px solid #E5E5E5;
border-radius: 25px;
transition: all ease 0.5s;
}
.product-sw-wrap:hover{
box-shadow: 5px 5px 10px 5px #E5E5E5;
transition: all ease 0.5s;
}
.product-item-label-small {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}
.hidden-xs {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    position: relative;
}
.prop-mini-desk-sw {
    min-height: 70px;
    text-align: center;
    align-items: center;
}

.about-company-banner-sw{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 100px;
margin-bottom: 100px;
  border-radius: 25px !important;
  background-image: url(/images/sw/green-japanese-tea-VUFRXHG.png);
}

.recipe-banner-sw{
background-image: url(/images/sw/recipe-banner.png);
margin-bottom: 0px;
}
.about-company-banner-left-text-sw{
width: 50%;
  height: max-content;
    margin-bottom:20px;

display:flex;
align-items: center;
padding-left: 40px;
padding-right: 40px;
flex-wrap: wrap;
}
.about-company-banner-left-tit-sw{
  color: white !important;
  display:flex;
align-items: center;
font-weight: bold;
font-size: 24px;
width: 100%;
margin-top: 20px;
}

.about-company-banner-left-desk-sw{
  display: flex;
justify-content: flex-start;
  font-size: 16px;
  color: white;
  width: 100%;
}
.about-company-banner-left-buttons-sw{
display: flex;
justify-content: flex-start;
width: 100%;
align-items: center;
width: 100%;
margin-bottom: 20px;
}

.about-company-banner-left-button-desk-sw{
color: white;
font-size: 16px;
}


.about-company-banner-right-img-sw{
width: 50%;
height: max-content;
}


.subscribe-wrap-sw{
  height: max-content;
  background-image: url(/images/sw/tea-plantation-in-early-morning-JYMPK83-2.png);
  background-size: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
margin-top:100px;
}
.subscribe-wrap-sw>.standart-width-sw>h2{

margin-bottom: 0px;
    display: flex;
  justify-content: center;
  width: 100%;
}
.subscribe-tit2-sw{
  font-size: 16px;
  color: white;
    display: flex;
  justify-content: center;
  width: 100%;
}
.subscribe-input-sw{
  width: 350px;
  height: 30px;
  padding: 10px;
border: 1px solid #068A9C;
border-radius: 15px;
font-size: 16px;
box-sizing: unset;
}
.subscribe-button-sw{
  width: 200px;
  height: 51px;
  background: var(--theme-color-third);
border-radius: 15px;
color: white;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
cursor: pointer;
margin-left: 20px;
border: unset;
}
.subscribe-button-sw:hover{
background: #303A43;
}
.subscribe-send-block-sw{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
#subscribe-checkbox-sw{
display: none;
}
#subscribe-checkbox-sw:checked ~ .subscribe-checkbox-false-sw{
display: none;
}
#subscribe-checkbox-sw:not(:checked) ~ .subscribe-checkbox-false-sw{
display: block;
}
#subscribe-checkbox-sw:checked ~ .subscribe-checkbox-true-sw{
display: block;
}
#subscribe-checkbox-sw:not(:checked) ~ .subscribe-checkbox-true-sw{
display: none;
}
.subscribe-checkbox-false-sw{
border: 1px solid #068A9C;
border-radius: 5px;
width: 20px;
height: 20px;
background:white;
cursor: pointer;
margin-right: 10px;
margin-top: -10px;
}
.subscribe-checkbox-true-sw{
border: 1px solid white;
border-radius: 5px;
width: 20px;
height: 20px;
background:#068A9C;
cursor: pointer;
margin-right: 10px;
margin-top: -10px;
}
.subscribe-agry-sw{
  font-size: 12px;
  color: #FFFFFF;
  cursor: pointer;
}
.subscribe-send-block-bottom-sw{
  margin-top: 20px;
}
.main-user-consent-request-announce {
    color: white;
    max-width: 600px;
    display: flex;
}
#sender-subscribe>.standart-width-sw{
margin-bottom:20px;
}


.all-col-contacts-sw{
width: 24%;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: flex-start;
}
.contacts-tit-1-sw{
font-family: 'Montserrat', sans-serif;
color: #333333;
font-size: 14px;
font-weight: normal;
width: 100%;
margin-bottom: 20px;
position: relative;
}
.border-contacts-tit-1-sw{
position: absolute;
width: 30px;
height: 1px;
background: #823D14;
left: 0px;
bottom: -10px;
}
.contacts-text-sw{
font-size: 18px;
width: 100%;
margin-bottom: 10px;
}
.contacts-tit-map-sw{
  display: flex;
  justify-content: center;
  flex-wrap:nowrap;
  width: 100%;
  align-items: flex-end;
  margin-top: 80px;
  margin-bottom: 50px;
}
.contacts-tit-left-map-sw{
    display: flex;
  justify-content: flex-start;
  flex-wrap:nowrap;
  width: 70%;
}
.contacts-tit-left-map-sw>h2{
  margin-bottom: 0px;
}
.contacts-tit-right-map-sw{
    display: flex;
  justify-content: flex-end;
  flex-wrap:nowrap;
  width: 30%;
}

.contacts-radios-map-sw{
  display: none;
}

.contacts-labels-map-sw{
  color: #808080;
  font-size: 14px;
  margin-left: 20px;
cursor: pointer;
border-bottom: 1px solid transparent;
transition: all ease 1s;
}
.contacts-labels-map-sw:hover{
  color: #333333;
border-bottom: 1px solid #333333;
transition: all ease 1s;
}
#contacts-radio-office-map-sw:checked ~ .contacts-tit-map-sw>.contacts-tit-right-map-sw>#contacts-label-office-map-sw{
  color: #333333;
border-bottom: 1px solid var(--theme-color-third);
transition: all ease 1s;
}

#contacts-radio-sklad-map-sw:checked ~ .contacts-tit-map-sw>.contacts-tit-right-map-sw>#contacts-label-sklad-map-sw{
  color: #333333;
border-bottom: 1px solid var(--theme-color-third);
transition: all ease 1s;
}
.map-sw{
  width: 100%;
  height: 400px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
border-radius: 40px;
margin-bottom: 100px;
display: none;
}

#contacts-radio-office-map-sw:checked ~ #map-office-sw{
  display: flex;
justify-content: center;
align-items: center;
animation-name: shows;
animation-duration: 1s;
animation-timing-function: linear;
}

#contacts-radio-sklad-map-sw:checked ~  #map-sklad-sw{
  display: flex;
justify-content: center;
align-items: center;
animation-name: shows;
animation-duration: 1s;
animation-timing-function: linear;
}






@keyframes shows{
0%{display: flex; opacity: 0; }
50%{display: flex; opacity: 0.5;}
100%{display: flex; opacity: 1;}
}
.contats-blocks-wrap-sw{
display:flex;justify-content:flex-start;flex-wrap:wrap;width:100%;text-align: left;margin-bottom: 40px;
}
.contats-blocks-wrap-sw > .mb-4 {
    width: 400px;
    max-width: 100%;
}
.contats-blocks-wrap-sw > .mb-4 >form{
    width: 400px;
    max-width: 100%;
}
.center-content-sw{
justify-content:center;
width:600px;
max-width:100%;
}
.h2-tituls-sw{
font-size: 22px;margin-bottom: 20px; width: 100%;
}
.h3-under-h2-tituls-sw{
font-size: 28px;margin-bottom: 20px;
}
.text-bloks-with-margin-sw{
margin-top: 10px; margin-bottom: 10px;
}
full-width-block-sw{
width:100%;
}
.block-width-50-padding-sw{
width: calc(50% - 20px); margin-bottom: 20px;padding-left: 10px;padding-right: 10px;
}

.left-menu-sw{
width: 15%;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin-bottom: 20px;
}
.left-menu-sw>a{
width: 100%;
margin-right: 20px;
height: 55px;
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 14px;
color: #333;
padding-left: 5px;
font-size: 1rem;
}
.left-menu-sw>a:not(:last-child){
border-bottom: 1px solid #E5E5E5;
}
.left-menu-sw>a:hover{
color: var(--primary);
text-decoration:none;
}

.centr-content-sw{
width: 60%;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.centr-right-content-sw{
width: 85%;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.img-100-border-30-sw{
  width: 100%;
  border-radius: 30px;
  padding-left: 20px;
padding-right: 20px;
}


.centr-content-text-sw{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}
.centr-content-text-sw>p{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width:484px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333333;
}
.centr-content-h3-sw{
font-style: normal;
font-weight:  bold;
font-size: 18px;

display: flex;
align-items: center;
text-align: center;
justify-content: center;
flex-wrap: nowrap;
color: #333333;
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
}


.right-banner-sw{
width: calc(25% - 2px);
height: 437px;
border: 1px solid #333333;
border-radius: 30px;
display: flex;
justify-content: center;
flex-wrap: nowrap;
margin-bottom: 20px;
}

.centr-content-team-block-sw{
  width: 270px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 20px;
margin-bottom: 20px;
}
.centr-content-team-block-sw>img{
  width: 270px;
  border-radius: 30px;
  margin-bottom: 10px;
}
.centr-content-team-tit-1-sw{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  color: #333333;
  font-size: 16px;

}
.centr-content-team-tit-2-sw{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  color:  #808080;
  font-size: 14px;

}


.product-item-small-card {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
    max-width: unset;
}

.pay-logo-sw {
    max-width: 100%;
    width: 250px;
}
.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
    background: var(--theme-color-primary) !important;

}

.product-item-amount-description-container {
    justify-content: center !important;
}
.space-bet-products-sw {
    justify-content: space-evenly;
padding-bottom: 30px;
}
.catalog-section-list-item-img {
    background-size: contain;
}
.smart-filter-title{
color:var(--theme-b-link);
}
.catalog-section-list-item-link{
font-size:18px;
font-weight:700;
}
.footer-logo-bottom-1-sw {
    height: 40px;
}
.col-margin-bottom-sw{
margin-bottom:20px;
}
.bx-nav-2-lvl-container {
    background: #273741 !important;
    /*мохито 5.11
    background: var(--primary) !important;*/
}
.bx-nav-list-2-lvl {
    position: relative;
    display: flex;
    z-index: 99;
    justify-content: flex-start;
    width: max-content;
    flex-wrap: wrap;
    padding: 5px;
    max-width: 410px;
}
.bx-nav-2-lvl {
    display: flex;
    padding: 5px;
    width: max-content;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
    min-width: 200px;
}
a.bx-nav-2-lvl-link {
    padding: 0px;
        padding-left: 0px;
    width: 100%;
    padding-left: 10px;
}
.bx-nav-list-3-lvl {
    margin: 0;
    padding: 0 0 14px 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bx-nav-3-lvl {
    display: flex;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 50%;
    align-items: center;
}
.category-products-name-sw {
    color: #333333;
    font-size: 24px;
    width: max-content;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 5px;
        padding-right: 5px;
        padding-left: 5px;
    min-width: 100px;
    padding-left: 10px;
    padding-right: 10px;
}
.width-100-sw{
width:100%;
}
.product-item-detail-properties{
width:60%;
}
.product-item-title>a{
text-transform:uppercase;
}

.swiper-container-logos>.swiper-wrapper>.swiper-slide{
max-height: 200px;
align-items: center;
}
.swiper-pagination-logos {
    display: flex;
    justify-content: center;
}


.recipe-banner-sw>.about-company-banner-left-text-sw>.about-company-banner-left-tit-sw,
.recipe-banner-sw>.about-company-banner-left-text-sw>.about-company-banner-left-buttons-sw>a
{
color:#fff;
}
.standart-width-company-sw>div{
width: 100%;
max-width: 1140px;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: flex-start;
overflow: hidden;
position: relative;
}
.products-viewed-wrap-sw>.product-sw-wrap{
width:120px !important;
}

.products-viewed-wrap-sw>.product-sw-wrap>.our-products-tit-price-sw>span>h3>a{
font-size:9px !important;
}

.products-viewed-wrap-sw>.product-sw-wrap>.our-products-tit-price-sw>.price-block-sw>.product-item-price-current{
font-size:18px !important;
}
.products-viewed-sw>a{
height: 120px;
}
.catalog-block-header-sw{
margin-top: 20px;
margin-bottom: 50px;
color: var(--theme-color-third);
font-weight: bold;
font-family: 'Montserrat Alternates', sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
}
.catalog-block-header-sw~div>div>.catalog-section>.center-sw{
justify-content:flex-start;
}


.detail-news-wrap-sw {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.detail-news-wrap-sw>.detail_picture{
width:50%;
height:auto;
}
.detail_picture > a {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.detail_picture>a>img{
max-width: 100%;
height: auto;
max-height: 300px;
width: auto;
}
.detail-news-wrap-sw>.news-detail{
width:50%;
height:auto;
}
.news-detail>a>b{
    margin-bottom: 50px;
    color: var(--theme-color-third);
    font-size: 28px;
    font-weight: bold;
    font-family: 'Montserrat Alternates', sans-serif;
}
.round-loupe{
   border-radius: 75px;
   border: 5px solid #F0F0F0;
}

.swiper-wrapper-logos-sw {
   flex-direction: unset !important;
justify-content:center !important;

}


.url-share-wrap-sw{
display: flex;
justify-content: center;
flex-wrap: wrap;
width: 220px;
padding-top: 15px;
background: white;
border-radius: 7px;
border: 1.7px solid #E5E5E5;
position: absolute;
}

.copy-url-wrap-sw{
display: flex;
justify-content: center;
width: 100%;
flex-wrap: wrap;
padding: 5px;
max-width:200px;
}
.copy-url-wrap-sw > input {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px;
    font-size: 12px;
    color: #333;
    border-radius: 7px;
    border: 1px solid var(--primary);
}
.copy-button-sw{
width: 140px;
height: 36px;
border-radius: 25px;
background: var(--theme-color-primary);
border: 2px solid var(--theme-color-primary);
cursor: pointer;
transition: ease-out all 0.3s;
color: white;
font-size: 18px;
margin-bottom: 10px;
font-weight: 700;
padding: 0px;
text-decoration: none !important;
}
.copy-button-sw:hover {
    background: var(--theme-b-bg-primary-hover);
    border: 2px solid var(--theme-b-bg-primary-hover);
    transition: ease-out all 0.3s;
}
.hidden-sw{
display:none;
}
.url-share-block-sw {
    display: flex;
    flex-wrap: wrap;
    width: 250px;
    justify-content: center;
    position: absolute;
right: 0;
    z-index: 98;
}
.url-share-label-click-sw{
cursor: pointer;
width: 36px;
position: absolute;
right: 0;
height: 36px;
}
.url-share-label-click-sw > svg {
    fill: var(--theme-b-link);
}
.url-share-label-click-sw:hover > svg {
    fill: var(--primary);
}
.eye-icon-sw {
    display: flex;
    position: absolute;
    z-index: 98;
    width: 100%;
    height: 30px;
    padding: 0px 0px 10px 10px;
opacity:0;
cursor:pointer;
width: max-content;
left: 5px;
border: none;
    background: transparent;
}
.eye-icon-svg-sw{
fill:grey !important;
}
.eye-icon-svg-sw:hover{
fill:#E5E5E5 !important;
}
.our-products-img-block-sw:hover>.eye-icon-sw{opacity:1;}
.hidden-xs:first-child {
    margin-top: 10px;
}

.fa-heart{
content:"\&#10084;"
}
.favorites-table tr:hover td.favorites-table__hover {
    background-color: var(--primary);
}
.favorites{
margin-bottom:100px;
}
.button--favorites {
    background: none;
    border: none;
    width: 36px;
    height: 36px;
    padding: 0px;
    margin: 0px;
cursor:pointer;
}
.favorites-wrap-sw{
display: flex;
flex-wrap: wrap;
width: 36px;
justify-content: center;
position: absolute;
right: 0;
z-index: 98;


}
.url-share-block-sw{
top: 50px;
}
.wish-heart-active-opacity-sw{
opacity:0;
}
.favorites-wrap-sw>.itserw_wishlist_delete{
display:none;
}
.itserw_wishlist_added{
display:none;
}
.itserw_wishlist_added ~ .itserw_wishlist_delete{
display:block;
}
.favorites-delete-sw {
    background: none;
    width: 36px;
    height: 36px;
}
.active-heart-sw{
fill: var(--primary);
    width: 36px;
    height: 36px;
}
.no-active-heart-sw{
width:36px;
height:36px;
}
.no-active-heart-sw:hover{
fill: var(--primary);
}
.title-image-sw {
    background-size: cover;
    background-repeat: no-repeat;
margin-bottom: 10px;
}
.category-products-name-sw {

    font-weight: 700;
}

.demo { 
position:relative;
}
.loupe {
/*background-color:#555;
background:rgba(0, 0, 0, 0.25);
border:1.7px solid #E5E5E5;


border-radius:100%;*/
cursor:url(images/blank.png), url(images/blank.cur), none;
z-index:110;
width:200px !important;
height:200px !important;
}

.header-down-menu-sw > div {
    margin-left: 90px;
}
.bx-top-nav-container {
    display: flex !important;
}
.our-products-top-tit-sw {
    flex-wrap: wrap;
}
.our-products-top-labels-sw {
    flex-wrap: wrap;
}
h1, h2 {
padding-left:10px;
}

.header-menu-block-sw {
    width: 900px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.upper-menu-sw {
    width: 60%;
}
.header-up-menu-sw {
    width: 40%;
margin:0px;
}
#menu-show-input{
display:none;
}
#menu-show-button{
display:none;
}
#search-block-upper-menu-sw::after{
left: 85%;
}
#search-block-upper-menu-sw {
    right: -23px;
}


.bx-nav-list-2-lvl {
    width: 100%;
}
.big-slider-img-sw {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about-company-banner-sw {
    background-repeat: no-repeat;
    background-size: cover;
}
.subscribe-wrap-sw {
    background-repeat: no-repeat;
    background-size: cover;
}
.product-item-small-card {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: max-content;
    position: relative;
    max-width: 100%;
}
.container {
    max-width: 1144px !important;
}
.bx-active>span{
background: var(--theme-color-primary) !important;
}
.news-date-time{
width:100%;
display: flex;
}
.detail-news-wrap-sw > .news-detail {
    margin-bottom: 20px;
}
.left-menu-sw {
    padding-left: 10px;
}
.border-contacts-tit-1-sw {
  background: var(--theme-color-third);
}
#basket-root {
    width: 100% !important;
}





.gallery img:hover{cursor:-webkit-zoom-in;
                   cursor:-moz-zoom-in;
                   cursor:-o-zoom-in;
                   cursor:-ms-zoom-in;}  
.loop{display:none; /*Стили для лупы*/
      position:absolute;
      width:200px;
      height:200px;
      overflow:hidden;
      background-color:#595959;
      -webkit-border-radius:100%;
      -moz-border-radius:100%;
      -o-border-radius:100%;
      -ms-border-radius:100%;
      z-index:15}
#loopImg img{width:2000px; /*Стили для изображения внутри лупы*/ 
            height:1200px;}

.our-products-img-block-sw > img {
    width: auto;
    max-height: 250px;
    max-width: 100%;
}




.swiper-container-viewed > .swiper-wrapper > .swiper-slide {
    width: calc((100% / 8) - 10px) !important;
}

.swiper-container-viewed > .swiper-wrapper > .swiper-slide>.our-products-tit-price-sw>span>.product-item-title{
font-size:14px;
}
.swiper-container-viewed > .swiper-wrapper > .swiper-slide>.our-products-tit-price-sw>.price-block-sw>.product-item-price-current{
font-size:22px !important;
}




.modal-img>img {
    width: 100%;
}
.bx-basket {
    display: flex;
    width: max-content;
    flex-wrap: nowrap;
}
#search-block-upper-menu-sw{
width:280px;
}
.bx-ag-search-page > form > select {
    padding: 6px;
    cursor: pointer;
    font-size: 15px;
margin-top: 10px;
}


.mag {
    width: auto;
    margin: 0 auto;
    float: none;
    height: auto;
}
.mag img {
max-width: 100%;
}
.magnify {
position: relative;
cursor: none;
width: 100%;
height: 100%;
}
.magnify> img {
max-width:450px;
max-height:450px;
}
.magnify-large {
position: absolute;
display: none;
width: 175px;
height: 175px;
-webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%
}

.our-products-name-detail-sw{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #808080;
    font-size: 14px;
    width: 100%;
    font-weight: 700;
}

.catalog-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.catalog-section-list-item {
    margin-bottom: 20px;
}

.bx-map-title .fa {
    color: var(--primary);
}


.product-item-title {
white-space:unset;
min-height: 75px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.product-item-title > a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-item-detail-slider-images-container{
min-height: 150px;
max-height: 285px;

}
.product-item-detail-slider-images-container>a{
height: 100%;
width: auto;

}
.product-item-detail-slider-images-container>div{
height: 100%;
width: auto;
}
.product-item-detail-slider-block {
    padding-top: 0px;
height: 285px;
}

.detail-catalog-h2-sw{
margin-top: 10px;
margin-bottom: 10px;
padding-left: 0px;
}

.property-circles-sw{
display: inline-block;
width: 14px;
height: 14px;
border: 1px solid var(--theme-color-primary);
box-sizing: border-box;
margin-right: 14px;
border-radius: 50%;
background-color:var(--theme-color-primary);
margin-bottom:4px;
margin-top:4px;
}
.property-circles-empty-sw{
display: inline-block;
width: 14px;
height: 14px;
border: 1px solid var(--theme-color-primary);
box-sizing: border-box;
margin-right: 14px;
border-radius: 50%;
margin-bottom:4px;
margin-top:4px;
}
.property-circles-block-sw {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
max-width: 100%;
margin-left:10px;
}
.coffyproperties-li-sw > ul {
    width: 100%;
}
.coffyproperties-li-sw{
flex-wrap: wrap;
}
.coffyproperties-li-sw>div{
max-width:100%;
}
.product-item-detail-properties-name, .product-item-detail-properties-value {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
}

.catalog-block-header-sw{
margin-top:10px;
margin-bottom:10px;
}
.mb-5, .my-5 {
    margin-bottom: 0px !important;
}
.swiper-container-viewed>div>.swiper-slide{
margin-top: 5px;
}

.our-products-img-tovara-sw, {
align-items: unset;
  }

.category-products-name-sw{
    width: 100%;
    border-radius: 0px;
    height: max-content;
    position: absolute;
    bottom: 0;
top:unset !important;
}
.col-md {
    min-height: 285px !important;
}
.product-item-detail-pay-block{
margin-bottom:0px;
}
.catalog-section-list-item-link{
text-decoration:unset !important;
}
.catalog-section-list-item-title {
    width: 100% !important;
}
.hearts-rating-sw {
    width: 18px;
    height: 18px;
}
.no-active-heart-sw.hearts-rating-sw {
    margin-right: 4px;
}
.no-active-star-sw,.active-star-sw{
width:36px;
height:36px;
}
.no-active-star-sw:hover {
    fill: var(--primary);
}
.catalog-section-list-item-img {
    border: unset;
}

.detail-catalog-h2-sw {
    font-size: 32px;
}
.svoystva-tituls-color{
color: var(--theme-color-third);
font-weight:700;
}
.product-item-detail-properties-name {
    align-items:  start;
max-width: 100%;
}
.product-item-detail-properties-value {
    text-align: left;
max-width: 100%;
}
.like-wrap-sw{
display: flex;
flex-wrap: wrap;
width: 36px;
justify-content: center;
position: absolute;
right: 0;
z-index: 98;
}
.favorites-wrap-sw{
top: 50px;
}
.url-share-block-sw {
    top: 100px;
}
.like-wrap-sw>.bx-rating-icon-container>svg{
width:36px;
height:36px;
}
.like-wrap-sw>.bx-rating-icon-container{
margin-right:0px;
}
.favorites-wrap-sw,.like-wrap-sw,.url-share-block-sw{
z-index:120;
}

.product-item-scu-item-list {
    display: flex;
    flex-wrap: wrap;
height: 30px;
overflow: clip;
transition: ease all 0s !important;
}
.product-item-scu-item-text-container {
    order: 2;
height: 30px;
width:100%;
padding-left: 20px;
padding-right: 20px;
}
.product-item-scu-item-text-container.selected {
    order: 1 !important;
position: relative;
}
.product-item-scu-item-text-container.selected::after {
    content: '';
    position: absolute;
    top: 12px;
    border: 8px solid transparent;
    border-top: 8px solid var(--primary);
    right: 22px;
}
.product-item-scu-list {
    min-height: 30px;
}
.spisok-svoistv-show-sw{
height:max-content;
max-height: 200px;
overflow-y: scroll;
position: absolute;
z-index: 50;
background: white;
transition: ease all 0.5s !important;
width:100%;
}
.product-item-scu-item-text {
    font-size: 14px;
    line-height: 22px;
}
.bx-nav-2-lvl,.bx-nav-3-lvl {
width:100%;
}

.title-image-sw {
    min-height: 200px;
}
.title-spoom-sw{
min-height: 350px;
}
.price-block-sw {
    min-height: 35px;
}
.basket-item-block-properties{
display:none;
}
.pagetitle-scroll {
    position: fixed;
    max-width: 100%;
    z-index: 98;
    background: white;
    padding: 10px;
        padding-bottom:5px;
    padding-bottom: 2px;
top: 80px;
}
.pagetitle-scroll>#pagetitle {
max-width:1200px;
}
#pagetitle-wrap {
    transition: ease all 0s;
}
#pagetitle {
   transition: ease all 0s;
}


.block-sku-prop-sw {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.block-sku-sw{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;

}
.one-sku-sw {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.one-sku-sw>.product-item-scu-container-title{
width:100%;
}
.scu-item-text-detail-sw {
    padding-left: 2px;
    padding-right: 2px;
    width: calc(100% - 4px);
}

.product-item-scu-item-buttons-wrap-sw{
    display: flex;
    justify-content: center;
    width: 100%;
}
.product-item-scu-item-buttons-sw {
    display: flex;
    justify-content: center;
    width: 100%;
padding-left: 0px;
}
.product-item-scu-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
position: relative;
}
.product-item-scu-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
position: relative;
}
.product-item-scu-list {
    position: relative;
    width: 100%;
}
.product-item-scu-item-buttons-sw>.selected,.product-item-scu-item-buttons-sw>.product-item-scu-item-text-container {
    order: unset !important;

}
.product-item-scu-item-buttons-sw>.selected::after {
    content: '';
    position: unset;
    top: unset;
    border: unset;
    border-top: unset;
    right: unset;
}
.product-item-scu-container-title {
text-align:center;
}
.product-item-scu-item-list-color-sw {
    height: max-content;
    justify-content: center;
}

.big-slider-textwrap-sw {
    display: none;
}

@media (max-width: 1600px) {
.title-spoom-sw{
min-height: unset;
}
.title-image-sw {
    min-height: 200px;
}
}
@media (max-width: 1300px) {
.logo-sw {
    max-height: 100px !important;
}
}
@media (max-width: 1200px) {
.logo-sw {
    max-height: 90px !important;
}
.header-down-menu-sw > div {
    margin-left: 70px;
}
}
@media (max-width: 1150px) {
.logo-sw {
    max-height: 80px !important;
}
.header-down-menu-sw > div {
    margin-left: 60px;
}
.bx-breadcrumb {
    padding-left: 10px;
}
.swiper-container-viewed > .swiper-wrapper > .swiper-slide>.our-products-tit-price-sw>span>.product-item-title{
font-size:14px;
}
.swiper-container-viewed > .swiper-wrapper > .swiper-slide>.our-products-tit-price-sw>.price-block-sw>.product-item-price-current{
font-size:18px !important;
}
  .footer-logo-bottom-2-sw{
padding-left: 20px !important;
}

}
@media (max-width: 1100px) {
.logo-sw {
    max-height: 60px !important;
}
.header-logo-sw {
    margin-bottom: 0px;

}
}
.hideonmob{
        display:block !important;
    }
    .showonmob{
        display:none !important;
    }
@media (max-width: 1050px) {
    .hideonmob{
        display:none !important;
    }
    .showonmob{
        display:block !important;
    }
    .showonmob.mag.gallery.product-item-detail-slider-image.active{
        margin-bottom:10px;
    }
    .standart-width-sw{
        width:96%;
        margin: 0 auto !Important;
    }
.logo-sw {
    max-height: 55px !important;
}
.header-logo-sw {
    margin-bottom: 0px;

}
.about-company-banner-left-text-sw{
width:80%;
}
.about-company-banner-right-img-sw{
width:20%;
}
.swiper-container-viewed > .swiper-wrapper > .swiper-slide {
    width: calc((100% / 6) - 10px) !important;
}
  .footer-logo-bottom-2-sw{
padding-left: 10px !important;
}
.bx-footer-logo img {
    max-height: 200px;
}
}
@media (max-width: 990px) {
.header-logo-sw {
    display:none;
}
.header-down-menu-sw > div {
    margin-left: 0px;
}
.header-up-menu-sw {
    justify-content: flex-start;
}
.pagetitle-scroll {
top: 60px;
  }
}
@media (max-width: 898px) {
.header-down-menu-sw {
    height: 90px;
}
#cart-block-upper-menu-sw{
right: -5px;
}
#cart-block-upper-menu-sw::after{
left: 85%;
}
  .img-magnifier-glass{display:none;}
.title-image-sw {
    min-height: unset;
}
.pagetitle-scroll {
    top: 110px;
}
}

@media (max-width: 840px) {
.bx-nav-list-2-lvl {
overflow-y: scroll;
max-height: 250px;
}
.bx-nav-3-lvl {
    width: 100%;
  }
.bx-nav-2-lvl {
    width: 100%;
  }

.block-width-50-padding-sw{
width:100%;
}

.all-col-contacts-sw {
    width: calc(100% / 3);
padding-left:15px;
padding-right:15px;
  }

.catalog-filter-sw {
    max-width: 100%;
    width: 100%;
    flex: unset;
}

}
@media (max-width: 780px) {
.header-phone-sw {
    font-size: 16px;
}
.basket-line-block {
    padding-left: 15px;
}
.bx-nav-1-lvl-link {
    padding-top: 2px;

}
h1, h2 {
    font-size: 42px;
}
.upper-menu-sw {
    width: 64%;
}
.header-up-menu-sw {
    width: 36%;
}
.product-item-detail-properties {
    width: 80%;
}
.pagetitle-scroll {
    top: 10px;
}
.pagetitle-scroll>#pagetitle {
    font-size: 24px;
}


}

@media (max-width: 780px) {
.footer-logo-bottom-2-sw {
    height: 30px;
}
.header-menu-block-sw {
    flex-direction: column-reverse;
}

  .upper-menu-sw{
width:100%;
flex-wrap: wrap;
}
  .header-phone-sw{
width:50%;
}

.header-phone-sw {
    font-size: 18px;
padding:5px;
text-align:center;
}
.upper-menu-sw {
    justify-content: center;
}
.bx-nav-list-1-lvl {
    justify-content: center;
}
.profile-and-basket-upper-menu-sw {
    justify-content: center;
}
.header-up-menu-sw{
width:100%;
}
#menu-show-button {
    display: flex;
    width: 30px;
    height: 20px;
    cursor: pointer;
    background-image: url(/images/sw/menu-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px;
    margin-left: 15px;
}

#menu-show-input:checked ~ .header-width-sw> .header-menu-block-sw>.upper-menu-sw,
#menu-show-input:checked ~ .header-down-menu-sw
{
animation-name:menushowdown;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-fill-mode:forwards;
display:flex;
}
#menu-show-input:not(:checked) ~ .header-width-sw> .header-menu-block-sw>.upper-menu-sw,
#menu-show-input:not(:checked) ~ .header-down-menu-sw{
animation-name:menuhidedown;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-fill-mode:forwards;
display:none;
}

}

@keyframes menushowdown{
0%{opacity:0;}
100%{opacity:1;}  
}
@keyframes menuhidedown{
0%{opacity:1;}  
100%{opacity:0;}
}

@media (max-width: 670px) {
    
#basket-root {
    display: block;
}
.about-company-banner-left-text-sw{
width:100%;
}
.about-company-banner-right-img-sw{
width:0%;
}
.left-menu-sw {
    width: 100%;
}
.centr-right-content-sw {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

}
@media (max-width: 600px) {
h1, h2 {
    font-size: 36px;
}
.subscribe-input-sw {
    width: 300px;
}
.subscribe-button-sw {
    width: 150px;
  }
.subscribe-tit2-sw {
    text-align: center;
  }
.swiper-container-viewed > .swiper-wrapper > .swiper-slide {
    width: calc((100% / 5) - 10px) !important;
}
.product-item-detail-properties {
    width: 100%;
}
}
@media (max-width: 560px) {
.cards-5-img-sw {
    width: 400px;
    height: auto;
}
.all-col-contacts-sw {
    width:100%;
  }
}
@media (max-width: 520px) {
.big-slider-textwrap-sw {
    margin-left: 0px;
}
.our-products-img-tovara-sw {
    height: 140px;
  }
  .category-products-name-sw{
border-radius: 0px;
min-width: 100%;
font-size:17px;
}
.about-company-banner-left-text-sw {
    height:max-content;
    padding-bottom: 20px;
}
.card-logos-sw {
    width: 400px;
    height: auto;
}
}
@media (max-width: 500px) {
h1, h2 {
    font-size: 32px;
}
.subscribe-input-sw {
    width: 280px;
padding: 5px;
}
.subscribe-button-sw {
    width: 130px;
margin-left:5px;
height:41px;
  }
.subscribe-tit2-sw {
    text-align: center;
  }
.detail-news-wrap-sw > .detail_picture {
    width: 100%;
}
.detail-news-wrap-sw > .news-detail {
    width: 100%;
}
.swiper-container-viewed > .swiper-wrapper > .swiper-slide {
    width: calc((100% / 4) - 10px) !important;
}
.swiper-container-viewed > .swiper-wrapper > .swiper-slide>.our-products-tit-price-sw>span>.product-item-title{
font-size:12px;
}
.swiper-container-viewed > .swiper-wrapper > .swiper-slide>.our-products-tit-price-sw>.price-block-sw>.product-item-price-current{
font-size:16px !important;
}
}


@media (max-width: 463px) {
.header-down-menu-sw {
    top: 8px;
}
.category-products-name-sw {
    color: #333333;
    font-size: 17px;
  }
  .catalog-section-list-item-link{
font-size: 15px !important;
}
.card-logos-sw {
    width: 300px;
    height: auto;
}
.cards-5-img-sw {
    width: 300px;
    height: auto;
}
.cards-4-img-sw {
    width: 300px;
    height: auto;
}

}

@media (max-width: 430px) {
h1, h2 {
    font-size: 30px;
}
.subscribe-input-sw {
    width: 250px;
padding: 5px;
}
.subscribe-button-sw {
    width: 100px;
margin-left:5px;
height:41px;
  }
.subscribe-tit2-sw {
    text-align: center;
  }

}

@media (max-width: 420px) {
#search {
    width: 250px;
}
.footer-logo-bottom-2-sw {
    height: 25px;
}
.about-company-banner-left-text-sw {
    height: max-content;
    margin-bottom:20px;
}
}
@media (max-width: 408px) {
.pagination-container {
    flex-wrap: wrap;
}
.pagination-sm {
    width: 100%;
}
.bx-nav-list-2-lvl {
    max-width: 310px;
}
.swiper-container-viewed > .swiper-wrapper > .swiper-slide {
    width: calc((100% / 3) - 10px) !important;
}
.product-item-detail-properties-item {
    flex-wrap: wrap;
}
}
@media (max-width: 379px) {

.about-company-banner-left-text-sw {
      height: max-content;
    margin-bottom:20px;
}
}

@media (max-width: 368px) {
  .category-products-name-sw{

font-size:15px;
}
h1, h2 {
    font-size: 28px;
}
.subscribe-input-sw {
    width: 200px;
padding: 5px;
font-size:14px;
}
.subscribe-button-sw {
    width: 100px;
margin-left:5px;
height:41px;
  }
.subscribe-tit2-sw {
    text-align: center;
  }
#sdek_calc_iframe {
    margin-left: -20px;
}
.card-logos-sw {
margin-left: -20px;
}
.cards-big-img-sw {
    width: 250px;
    height: auto;
}
.footer-logo-bottom-2-sw {
    height: 24px;
}
.footer-logo-bottom-1-sw {
    height: 30px;
}

}
@media (max-width: 340px) {
.about-company-banner-left-text-sw {
      height: max-content;
    margin-bottom:20px;
}
#sdek_calc_iframe {
    margin-left: -35px;
}
.card-logos-sw {
margin-left: -40px;
}
.footer-logo-bottom-2-sw {
    height: 23px;
}
.footer-logo-bottom-1-sw {
    height: 28px;
}
#search-block-upper-menu-sw{
width:240px;
}
}

@media (max-width: 338px) {
.header-down-menu-sw {
    top: 26px;
}
}
@media (max-width: 327px) {
.header-phone-sw {
    font-size: 17px;
}
}




.detail-sku-button-sw> .product-item-scu-item-text-block{
    background: white;
    border-radius: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 700;
border:2px solid var(--primary);
outline-color: transparent;
color:var(--theme-b-link);
}
.detail-sku-button-sw.product-item-scu-item-text-container.scu-item-text-detail-sw.selected>.product-item-scu-item-text-block
{
    background: var(--primary);
    border-radius: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
    font-weight: 700;
outline-color: transparent !important;
}

.another-page-tit-sw > .standart-width-sw > #navigation > div > div > a > span, .another-page-tit-sw > .standart-width-sw > #navigation > div > div > span, .another-page-tit-sw > .standart-width-sw > #pagetitle {
    color: white;
}
