html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  font: 18px/30px 'Roboto', cursive;
  color: #333;
  font-weight: normal;
  background: #fff;
}

.rootWrap {
  position: relative;
  /*display: table;*/
  /*width: 100%;
  height: 100%;
  overflow: hidden;*/
}

.rootWrap:after {
  clear: both;
  content: '';
  display: table;
}

.rootWrap header,
.rootWrap main,
.rootWrap footer {
  /*display: table-row;*/
  /*height: 1px;*/
}

.rootWrap main {
  height: 100%;
}

.wrap {
  max-width: 1320px;
  margin: 0 auto;
}

.wrap > img,
.wrap p > img {
  max-width: 100%;
  height: auto;
}

.header {
  background: #2b2b2b;
}

.header-top {
  height: 109px;
  border-bottom: solid 1px #414141;
}

.header-top:after {
  clear: both;
  content: '';
  display: table;
}

.header-bottom {
  height: 70px;
  position: relative;
  background: #2b2b2b;
  z-index: 11 !important;
}

.header-bottom:after {
  clear: both;
  content: '';
  display: table;
}

.header-bottom .wrap {
  height: 70px;
}

.logo {
  float: left;
  width: 300px;
  margin-top: 16px;
}

.logo img {
  vertical-align: top;
}

.search {
  width: 310px;
  float: left;
  position: relative;
  margin-top: 34px;
}

.search-form {
  position: relative;
}

.search-form input {
  width: 100%;
  border: solid 1px #4d4d4d;
  border-radius: 3px;
  background: transparent;
  font-size: 14px;
  color: #ffffff;
  padding: 11px 50px 11px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search-form input::-webkit-input-placeholder {
  color: #888888;
  font-style: italic;
}

.search-form input::-moz-placeholder {
  color: #888888;
  font-style: italic;
}

.search-form input:-ms-input-placeholder {
  color: #888888;
  font-style: italic;
}

.search-form input:-moz-placeholder {
  color: #888888;
  font-style: italic;
}

.search-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background: url(../images/zoom.png) 50% 50% no-repeat transparent;
  border: 0;
}

.search-drop {
  min-width: 100%;
  position: absolute;
  z-index: 200;
  top: 45px;
  left: 0;
  display: none;
  background: #ffffff;
  border-radius: 3px;
  white-space: nowrap;
  font-size: 14px;
}

.search-drop div + div {
  border-top: solid 1px #efefef;
}

.search-drop a {
  display: block;
  padding: 5px 20px;
  color: #333333;
  text-decoration: none;
}

.search-drop a:hover {
  background: #f1f1f1;
}

.header-mail,
.header-whatsapp {
  width: 180px;
  margin-left: 60px;
  float: left;
  font-size: 16px;
  margin-top: 40px;
}

.header-mail a,
.header-whatsapp a {
  color: #00d65b;
}

.header-whatsapp {
	display: none;
}


.city-select {
  float: left;
  margin-top: 48px;
  color: #ffffff;
  font-size: 16px;
  line-height: 14px;
}

.city-select span {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 12px;
}

.city-select a {
  display: inline-block;
  vertical-align: baseline;
  text-decoration: none;
  color: #00d65b;
  border-bottom: dotted 1px;
  position: relative;
}

.city-select a:after {
  position: absolute;
  content: '';
  border-right: solid 2px #00d65b;
  border-bottom: solid 2px #00d65b;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  right: -20px;
  top: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-phone {
  float: right;
  margin-top: 40px;
  font-size: 24px;
}

.header-phone a {
  text-decoration: none;
  color: #ffffff;
}

.header-phone a b {
  color: #00d65b;
}

.cat-menu {
  float: left;
  width: 200px;
  position: relative;
}

.cat-menu.open .cat-menu-drop {
  display: block;
}

.cat-menu.open .cat-menu-btn {
  background: #00b656;
}

.cat-menu.open .cat-menu-btn span:after {
  background: #fff;
}

.cat-menu.open .cat-menu-btn span:before {
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.cat-menu-drop {
  background: #009144;
  position: absolute;
  left: 0;
  top: 69px;
  max-width: 1320px;
  width: 100vw;
  display: none;
  z-index: 100;
}

.cat-menu-drop .cmd-table {
  width: 100%;
  table-layout: fixed;
}

.cat-menu-drop .cmd-table td {
  padding: 40px 60px;
  vertical-align: top;
}

.cat-menu-drop .cmd-table td + td {
  border-left: solid 1px #0e9f53;
}

.cat-menu-drop .cmd-table .cmd-title {
  margin-bottom: 20px;
}

.cat-menu-drop .cmd-table .cmd-title a {
  text-decoration: none;
  color: #ffffff;
}

.cat-menu-drop .cmd-table .cmd-title a:hover {
  text-decoration: underline;
}

.cat-menu-drop .cmd-table .cmd-title span {
  color: #01d666;
}

.cat-menu-drop .cmd-table .cmd-list {
  font-size: 16px;
}

.cat-menu-drop .cmd-table .cmd-list div {
  position: relative;
  padding-left: 20px;
}

.cat-menu-drop .cmd-table .cmd-list div + div {
  margin-top: 10px;
}

.cat-menu-drop .cmd-table .cmd-list div:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #00b656;
  left: 0;
  top: 14px;
}

.cat-menu-drop .cmd-table .cmd-list div a,
.cat-menu-drop .cmd-table .cmd-list div span {
  color: #ffffff;
  text-decoration: none;
}

.cat-menu-drop .cmd-table .cmd-list div a:hover {
  text-decoration: underline;
}

.cat-menu-drop .cmd-table .cmd-list div span {
  color: #01d666;
}

.cat-menu-btn {
  background: #414141;
  color: #ffffff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 69px;
  padding: 18px 0 0 70px;
  cursor: pointer;
}

.cat-menu-btn span {
  position: relative;
}

.cat-menu-btn span:after {
  position: absolute;
  content: '';
  width: 16px;
  height: 2px;
  background: #00b656;
  left: -40px;
  top: 50%;
  margin-top: -1px;
}

.cat-menu-btn span:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 14px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 2px #00b656;
  border-bottom: solid 2px #00b656;
  left: -40px;
  top: 50%;
  margin-top: -7px;
}

.menu {
  float: left;
  width: 810px;
  margin-left: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu > div a,
.menu > div span {
  display: block;
  padding: 18px 0 21px;
  color: #ffffff;
  text-decoration: none;
}

.menu > div a:hover {
  text-decoration: underline;
  color: #00d65b;
}

.menu > div span {
  color: #00d65b;
}

.menu > span > span {
  width: 5px;
  height: 5px;
  background: #00d65b;
  display: block;
}

.cart {
  float: right;
  width: 190px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 1px #383838;
  padding: 18px 0 0 50px;
  height: 69px;
  position: relative;
  white-space: nowrap;
}

.cart span {
  position: absolute;
  left: 9px;
  top: 19px;
  background: url(../images/cart.png) 7px 8px no-repeat #00b656;
  width: 30px;
  height: 30px;
}

.cart a {
  color: #ffffff;
  text-decoration: none;
}

.cart a:hover {
  text-decoration: underline;
  color: #00b656;
}

.main-slide {
  height: 400px;
  background: url(../images/main-slide.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
}

.main-slide-title {
  font-size: 60px;
  line-height: 1;
  padding-top: 110px;
  font-weight: 300;
}

.del {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
}

.del:hover:after, .del:hover:before {
  background: #00967c;
}

.del:after, .del:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -1px;
  background: #00b656;
}

.del:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.del:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cat-table {
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
  margin-bottom: 40px;
}

.cat-table tr:first-child td {
  border-top: 0;
}

.cat-table td {
  padding: 30px 60px;
  border: solid 1px #ececec;
  vertical-align: top;
}

.main-cat-tabs {
  margin-top: -65px;
}

.main-cat-tabs .tabsButtons > div {
  display: inline-block;
  vertical-align: top;
  width: 32.7%;
  background: #00b656;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  padding: 15px 0 10px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin-left: 0.316%;
  margin-right: 0.316%;
  margin-top: 10px;
  box-shadow: 3px -3px 3px rgba(56, 76, 84, 0.13) inset;
}

.main-cat-tabs .tabsButtons > div.active {
  background: #ffffff;
  color: #333333;
  cursor: default;
  margin-top: 0;
  padding: 25px 0 10px 0;
  box-shadow: none;
}

.mct-title a {
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  position: relative;
}

.mct-title a:after {
  position: absolute;
  content: '';
  border-right: solid 2px #00b656;
  border-top: solid 2px #00b656;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  right: -25px;
  top: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mct-list {
  margin-top: 20px;
}

.mct-list div {
  position: relative;
  padding-left: 20px;
}

.mct-list div + div {
  margin-top: 9px;
}

.mct-list div:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #00b656;
  left: 0;
  top: 15px;
}

.mct-list div a {
  color: #333333;
  text-decoration: none;
  font-size: 16px;
}

.mct-list div a:hover {
  color: #00b656;
  text-decoration: underline;
}

.mct-more {
  font-size: 16px;
  line-height: 14px;
  margin-top: 18px;
}

.mct-more span {
  color: #00b656;
  border-bottom: dotted 1px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.mct-more span:hover {
  border-bottom: dotted 1px transparent;
}

.tabs .tabsContent > div {
  display: none;
}

.tabs .tabsContent > div.active {
  display: block;
}

.advantages {
  background: url(../images/advantages.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  padding: 68px 0 110px;
}

.advantages-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
}

.advantages-list {
  display: flex;
  flex-wrap: wrap;
  margin: 49px 0 0;
}

.advantages-item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex: 1 1 20%;
  margin: 0 10px;
  flex-direction: column;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  padding-bottom: 30px;
}

.advantages-item:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  right: 0;
  top: 13px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-top: 0;
}

.advantages-num {
  text-align: center;
}

.advantages-num span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 50px;
  text-align: center;
  color: #00db67;
  font-size: 16px;
}

.advantages-num span:after, .advantages-num span:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 200px;
  background: rgba(255, 255, 255, 0.1);
  top: 50%;
  margin-top: -2px;
}

.advantages-num span:after {
  right: -200px;
}

.advantages-num span:before {
  left: -200px;
}

.advantages-img {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px auto 0;
}

.advantages-img img {
  vertical-align: top;
}

.advantages-ttl {
  text-align: center;
  margin: 38px 40px 0;
}

/*.footer {*/
/*  background: #2b2b2b;*/
/*  color: #ffffff;*/
/*}*/

/*.footer-top {*/
/*  background: #2b2b2b;*/
/*  border-bottom: solid 1px #414141;*/
/*}*/

/*.footer-top:after {*/
/*  clear: both;*/
/*  content: '';*/
/*  display: table;*/
/*}*/

/*.footer-bottom {*/
/*  font-size: 16px;*/
/*  padding: 20px 0;*/
/*}*/

/*.footer-bottom:after {*/
/*  clear: both;*/
/*  content: '';*/
/*  display: table;*/
/*}*/

/*.copy span {*/
/*  color: #00b656;*/
/*}*/

/*.copy {*/
/*  float: left; }*/


/*=============== FOOTER ===============*/
:root {
  --footer-hex-white: #FFF;
  --footer-hex-black: #2A2A2A;
  --footer-hex-gray:  #FFFFFF7F;
  --footer-hex-green: #00B656;
}

.footer .footer-top .footer-top-nav-link:not(:last-of-type)::after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background-color: var(--footer-hex-green);
}

@media screen and (max-width: 576px) {
  .footer .footer-top .footer-top-nav-link:not(:last-of-type)::after {content: none}
}

@media screen and (max-width: 1280px) {
  .footer .footer-middle .footer-middle-col {width: 100%}
  .footer .footer-middle .footer-middle-cat {flex: 1}
  .footer .footer-middle .footer-middle-address {flex: 3 auto}
}

.footer .w-100    {width: 100%}
.footer .maw-336  {max-width: 336px}

@media screen and (max-width: 992px) {
  .w-m-100 {width: 100%}
}

.footer .m-0 {margin: 0}

@media screen and (max-width: 992px) {
  .footer .mt-m-18    {margin-top: 18px}
  .footer .mlr-m-auto {margin-left: auto; margin-right: auto}
}

.footer .p-0    {padding: 0}
.footer .ptb-5  {padding-top: 5px; padding-bottom: 5px}
.footer .ptb-20 {padding-top: 20px; padding-bottom: 20px}
.footer .ptb-30 {padding-top: 30px; padding-bottom: 30px}
.footer .ptb-50 {padding-top: 50px; padding-bottom: 50px}
.footer .plr-30 {padding-left: 30px; padding-right: 30px}

@media screen and (max-width: 576px) {
  .footer .ptb-s-30 {padding-top: 30px; padding-bottom: 30px}
}

.footer .fx     {display: flex}
.footer .fxd-r  {flex-direction: row}
.footer .fxd-c  {flex-direction: column}
.footer .fxw-w  {flex-wrap: wrap}

@media screen and (max-width: 576px) {
  .footer .fxd-s-c {flex-direction: column}
}

.footer .g-5    {gap: 5px}
.footer .g-20   {gap: 20px}
.footer .g-47   {gap: 47px}
.footer .g-96   {gap: 96px}
.footer .g-100  {gap: 100px}

@media screen and (max-width: 1280px) {
  .footer .g-xl-40 {gap: 40px}
}
@media screen and (max-width: 992px) {
  .footer .g-l-18 {gap: 18px}
}
@media screen and (max-width: 768px) {
  .footer .g-m-48 {gap: 48px}
}
@media screen and (max-width: 576px) {
  .footer .g-s-10 {gap: 10px}
  .footer .g-s-20 {gap: 20px}
  .footer .g-s-30 {gap: 30px}
}

.footer .ai-c   {align-items: center}
.footer .ai-fs  {align-items: flex-start}

@media screen and (max-width: 576px) {
  .footer .ai-s-fs {align-items: flex-start}
}

.footer .jc-sb  {justify-content: space-between}

@media screen and (max-width: 992px) {
  .jc-m-sb {justify-content: space-between}
}

.footer .bd-1   {border: 1px solid}
.footer .bdb-1  {border-bottom: 1px solid}

.footer .fs-14  {font-size: 14px}
.footer .fs-16  {font-size: 16px}
.footer .fw-400 {font-weight: 400}
.footer .fw-700 {font-weight: 700}
.footer .lh-24  {line-height: 24px}
.footer .lh-30  {line-height: 30px}
.footer .fs-n   {font-style: normal}
.footer .td-n   {text-decoration: none}
.footer .tt-u   {text-transform: uppercase}

.footer .bdc-gray   {border-color: var(--footer-hex-gray)}
.footer .bdc-white  {border-color: var(--footer-hex-white)}
.footer .bdc-green  {border-color: var(--footer-hex-green)}
.footer .bdc-black  {border-color: var(--footer-hex-black)}

.footer .c-gray   {color: var(--footer-hex-gray)}
.footer .c-white  {color: var(--footer-hex-white)}
.footer .c-green  {color: var(--footer-hex-green)}
.footer .c-black  {color: var(--footer-hex-black)}

.bgc-gray   {background-color: var(--footer-hex-gray)}
.bgc-white  {background-color: var(--footer-hex-white)}
.bgc-green  {background-color: var(--footer-hex-green)}
.bgc-black  {background-color: var(--footer-hex-black)}

/*=============== END FOOTER ===============*/

.social {
  float: left;
  /*margin-left: 350px;*/
  margin-left: 30%;  }
.social a {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px; }
.social a + a {
  margin-left: 20px; }
.social a.social-soc_fb {
  background: url(../images/soc.png) 5px 2px no-repeat; }
.social a.social-soc_fb:hover {
  background-position: 5px -21px; }
.social a.social-soc_in {
  background: url(../images/soc.png) -45px 2px no-repeat; }
.social a.social-soc_in:hover {
  background-position: -45px -21px; }
.social a.social-soc_yt {
  background: url(../images/soc.png) -95px 2px no-repeat; }
.social a.social-soc_yt:hover {
  background-position: -95px -21px; }
.social a.social-soc_vk {
  background: url(../images/soc.png) -145px 2px no-repeat; }
.social a.social-soc_vk:hover {
  background-position: -145px -21px; }
.social a.social-soc_ok {
  background: url(../images/soc.png) -195px 1px no-repeat; }
.social a.social-soc_ok:hover {
  background-position: -195px -22px; }

.footer-menu {
  font-size: 16px;
  padding: 30px 0 40px;
}

.footer-menu > div {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
}

.footer-menu > div div {
  margin: 10px 0;
}

.footer-menu > div div a,
.footer-menu > div div span {
  color: #ffffff;
  text-decoration: none;
}

.footer-menu > div div a:hover {
  text-decoration: underline;
  color: #00b656;
}

.footer-menu > div div span {
  color: #00b656;
}

.line {
  background: #ececec;
  height: 1px;
}

.main-text-b {
  padding: 67px 0 70px;
}

.main-text-b h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 41px;
}

.partner-b {
  padding: 68px 0 122px;
}

.partner-b-title {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 50px;
  font-weight: 300;
}

.partner-b-slider:after {
  clear: both;
  content: '';
  display: table;
}

.partner-b-slider > div {
  width: 220px;
  height: 120px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-b-slider > div img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 120px;
}

.title-b {
  background: #efefef;
  position: relative;
  z-index: 10;
}

.title-b-top {
  border-bottom: solid 1px #d7d7d7;
  padding: 10px 0;
}

.title-b-bottom {
  padding: 26px 0 22px;
}

.text-b {
  padding: 50px 0;
}

.text-b:after {
  clear: both;
  content: '';
  display: table;
}

.text-b > *:first-child {
  margin-top: 0 !important;
}

.text-b > *:last-child {
  margin-bottom: 0 !important;
}

.bread-crumbs {
  clear: both;
  font-size: 14px;
}

.bread-crumbs-drop {
  position: absolute;
  background: #ffffff;
  left: -5px;
  top: 40px;
  z-index: 2;
  padding: 10px 20px;
  white-space: nowrap;
  box-shadow: 0 10px 20px rgba(44, 44, 44, 0.2);
  border-radius: 3px;
  display: none;
}

.bread-crumbs-drop:after {
  position: absolute;
  content: '';
  border-bottom: solid 10px #fff;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  top: -7px;
  left: 10px;
}

.bread-crumbs-drop a {
  color: #333333;
  text-decoration: none;
}

.bread-crumbs-drop a:hover {
  text-decoration: underline;
  color: #00b656;
}

.bread-crumbs > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
  z-index: 1;
}

.bread-crumbs > div:before {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  top: 0;
  height: 45px;
  z-index: -1;
}

.bread-crumbs > div:hover{
  z-index: 10;
}
.bread-crumbs > div:hover .bread-crumbs-drop {
  display: block;
}

.bread-crumbs > div a {
  text-decoration: none;
}

.bread-crumbs > div a:hover {
  text-decoration: underline;
}

.bread-crumbs > div span {
  color: #999999;
}

.bread-crumbs > div + div {
  margin-left: 17px;
}

.bread-crumbs > div + div:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: solid 4px #00b656;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  left: -17px;
  top: 11px;
}

.part-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.part {
  display: flex;
  flex: 1 1 22%;
  max-width: 280px;
  flex-direction: column;
  margin: 10px;
  background: #2b2b2b;
  overflow: hidden;
}

.part.t2 .part-title {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.part:hover .part-img a {
  opacity: 1;
}

.part:empty {
  height: 0;
}

.part-img {
  height: 180px;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
}

.part-img:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(43, 43, 43, 0) 0%, #2b2b2b 100%);
  background: -webkit-linear-gradient(top, rgba(43, 43, 43, 0) 0%, #2b2b2b 100%);
  background: linear-gradient(to bottom, rgba(43, 43, 43, 0) 0%, #2b2b2b 100%);
}

.part-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 43, 43, 0.8);
  opacity: 0;
}

.part-img a:after {
  position: absolute;
  content: '';
  background: #00b656;
  width: 30px;
  height: 4px;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -15px;
}

.part-img a:before {
  position: absolute;
  content: '';
  background: #00b656;
  width: 4px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -2px;
}

.part-title {
  border-top: solid 1px #414141;
  text-align: center;
  padding: 18px 40px 21px;
}

.part-title a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.part-title a:hover {
  text-decoration: underline;
  color: #00d65b;
}

.action-b {
  padding: 47px 0 60px;
}

.action-b-title {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 43px;
}

.ci {
  width: 110px;
  position: relative;
  background: #ffffff;
}

.ci span {
  position: absolute;
  top: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 40px;
  border: solid 1px #e1e1e1;
  cursor: pointer;
}

.ci span:hover {
  background: #00b656;
  border-color: #00b656;
}

.ci span:hover:after, .ci span:hover:before {
  background: #ffffff;
}

.ci span:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 2px;
  background: #00b656;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -4px;
}

.ci-m {
  left: 0;
  border-radius: 2px 0 0 2px;
}

.ci-p {
  right: 0;
  border-radius: 0 2px 2px 0;
}

.ci-p:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 8px;
  background: #00b656;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -1px;
}

.ci input {
  border: 0;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  margin-left: 20px;
  width: 70px;
  text-align: center;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  font-size: 16px;
}

.ti2 {
  width: 100px;
  max-width: 150px;
}

.ti3 {
  width: 140px;
  max-width: 140px;
}

.ti4 {
  width: 250px;
  max-width: 250px;
}

.ti5 {
  width: 90px;
  max-width: 90px;
}

.ti6 {
  width: 60px;
  max-width: 60px;
}

.table-custom .currency {
	display: none;
}

.ti7 {
  width: 110px;
  max-width: 110px;
}

.ti8 {
  width: 40px;
  max-width: 40px;
}

#sticker2 {
  z-index: 3 !important;
}

#sticker2 .table-items {
  background: #fff;
  position: relative;
}

.table-items {
  width: 100%;
  font-size: 16px;font-size:calc(14px + (15 - 14) * (100vw - 320px) / (1600 - 320));
}

.table-items tr:hover td {
  background: #daf4ee;
}

.table-items th {
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  vertical-align: top;
  line-height: 20px;
  white-space: nowrap;
  border-bottom: solid 2px #00b656;
  padding: 16px 20px 16px;
}

.table-items th a {
  display: inline-block;
  vertical-align: baseline;
  text-decoration: none;
  border-bottom: dotted 1px;
  line-height: 16px;
  position: relative;
}

.table-items th a.up:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 4px;
}

.table-items th a:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  right: -19px;
  top: 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.table-items th a:hover {
  border-bottom: dotted 1px transparent;
}

.table-items td {
  border-top: solid 1px #ececec;
  padding: 10px 20px;
}

.sort-example {
  font-size: 12px;
  margin-top: 1px;
  white-space: nowrap;
}

.old-price {
  color: #9c9c9c;
  text-decoration: line-through;
  margin-left: 20px;
  white-space: nowrap;
}

.ti-btn {
  background: url(../images/cart.png) 50% 50% no-repeat #00b656;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: 0;
  display: block;
}

.ti-btn:hover {
  background-color: #00967c;
}

.w1 {
  width: 1px;
}

.pag {
  margin-top: 20px;
}

.pag a,
.pag span,
.pag b {
  display: inline-flex;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: solid 1px #e1e1e1;
  color: #333333;
  text-decoration: none;
}

.pag a:hover {
  border-color: #00b656;
}

.pag b {
  border-color: transparent !important;
  font-weight: normal;
}

.pag span {
  border-color: #00b656;
  background: #00b656;
  color: #ffffff;
}

.ce-slider-wrap {
  margin-top: 30px;
}

.ce-slider-wrap .bx-wrapper .bx-pager {
  bottom: 40px;
  width: 340px;
  right: 90px;
  left: auto;
  text-align: left;
}

.ce-slider > div {
  position: relative;
}

.ce-slider-text {
  width: 500px;
  min-height: 420px;
  color: #ffffff;
  float: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 60px 65px;
  background: rgba(0, 0, 0, 0.8);
}

.slick-slide .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.ce-slider-title {
  font-size: 30px;
  margin-bottom: 24px;
}

.btn {
  display: inline-block;
  vertical-align: top;
  border: 0;
  color: #ffffff;
  text-decoration: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  background: #00b656;
}

.btn:hover {
  background-color: #00967c;
}

.ce-col {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 30px 0;
}

.ce-col .ce-img {
  float: none;
  margin: 0;
}

.ce-col > div {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.add-file {
  margin-top: 20px;
}

.add-file .add-photo-image > div {
  border: solid 1px #00b656;
  background: #f0f9f4;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  border-radius: 2px;
  font-size: 16px;
  padding: 4px 40px 4px 20px;
}

.add-file .add-photo-image > div .js-delFile {
  color: #ff0000;
  position: absolute;
  font-size: 24px;
  right: 19px;
  top: 3px;
  cursor: pointer;
}

.add-file .button {
  background: url(../images/add-file.png) 23px 13px no-repeat #ececec;
  display: inline-block;
  vertical-align: top;
  color: #333;
  border-radius: 2px;
  position: relative;
  padding: 5px 23px 5px 55px;
  font-size: 16px;
  cursor: pointer;
}

.add-file .button:hover {
  background-color: #ddd;
}

.ce-img {
  text-align: center;
  width: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ce-img img {
  vertical-align: top;
  max-width: 100%;
}

.ce-price {
  font-size: 16px;
}

.ce-price b {
  color: #00b656;
  font-weight: 500;
  font-size: 36px;
}

.product-column .art {
	font-size: 12px;
	color: #999;
}

.order {
  border: solid 1px #e1e1e1;
  padding: 43px 69px 49px;
}

.order label {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.order label span {
  display: block;
  margin-bottom: 6px;
}

.order label span i {
  color: red;
  font-style: normal;
}

.order .offer {
  margin-top: 30px;
}

.order .offer:after {
  clear: both;
  content: '';
  display: table;
}

.order .offer .check {
  float: left;
  margin-right: 20px;
}

.order .offer .check-title {
  overflow: hidden;
  line-height: 22px;
}

.order .btn {
  margin-top: 30px;
}

.order .labels {
  margin-bottom: 24px;
}

.order .labels label {
  width: 380px;
}

.order .labels label + label {
  margin-left: 20px;
}

.ce-btn {
  margin-top: 30px;
}

.ce-btn .ci {
  display: inline-block;
  vertical-align: top;
}

.ce-btn .btn {
  margin-left: 20px;
  width: 140px;
}

.advantages2 {
  background: url(../images/advantages2.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  padding: 100px 0 90px;
}

.advantages2 div {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 220px;
  padding-top: 90px;
  background: url(../images/advantages-icon.png) 50% 0 no-repeat;
  margin: 0 55px;
}

.total-price {
  text-align: right;
  margin: 30px 0 40px;
}

.total-price > div {
  text-align: left;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 20px;
}

.total-price > div > div {
  margin-left: 20px;
  display: inline-block;
  vertical-align: baseline;
}

.total-price > div > div b {
  font-size: 36px;
  font-weight: 500;
  color: #00b656;
}

.modal {
  background: #ffffff;
  width: 440px;
  border-radius: 3px;
  position: relative;
}

.modal:after {
  position: absolute;
  content: '';
  left: 10px;
  right: 10px;
  bottom: -10px;
  height: 10px;
  background: #00b656;
  border-radius: 0 0 3px 3px;
}

.modal-title {
  border-bottom: solid 1px #e5e5e5;
  font-size: 30px;
  text-align: center;
  padding: 35px 40px 25px;
}

.modal-cnt {
  padding: 30px 70px;
}

.modal-btn {
  text-align: center;
  margin-top: 10px;
}

.modal-col {
  margin-left: -20px;
  margin-right: -20px;
}

.modal-col label {
  display: inline-block;
  vertical-align: top;
  width: 153px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 18px;
}

.modal-col label:after {
  clear: both;
  content: '';
  display: table;
}

.modal-col label:hover .check i {
  border-color: #00b656;
}

.modal-col label .check {
  float: left;
  margin-right: 12px;
}

.modal-col label .check-title {
  overflow: hidden;
  display: block;
  line-height: 22px;
  font-size: 16px;
}

.check {
  width: 20px;
  height: 20px;
  display: block;
}

.check.r i {
  border-radius: 20px;
}

.check input {
  display: none;
}

.check input:checked + i {
  background: #00b656;
  border-color: #00b656;
}

.check i {
  display: block;
  border: solid 2px #e7e7e7;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  position: relative;
}

.check i:after {
  position: absolute;
  content: '';
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  height: 9px;
  width: 6px;
  left: 5px;
  top: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart-form {
  border: solid 1px #e1e1e1;
}

.cart-form-title {
  border-bottom: solid 2px #00b656;
  font-size: 36px;
  line-height: 40px;
  padding: 28px 70px 21px;
}

.cart-form-cnt {
  padding: 8px 69px 49px;
}

.cart-form-inputs {
  margin: 32px -10px 0;
}

.cart-form-inputs label {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  margin: 12px 10px;
}

.cart-form-inputs label.w180 {
  width: 180px;
}

.cart-form-inputs label.w100p {
  width: 100%;
}

.cart-form-inputs label span {
  display: block;
  margin-bottom: 6px;
}

.cart-form-inputs label span i {
  font-style: normal;
  color: red;
}

.cart-form-offer {
  margin-top: 18px;
  display: block;
}

.cart-form-offer:after {
  clear: both;
  content: '';
  display: table;
}

.cart-form-offer .check {
  float: left;
  margin-right: 20px;
}

.cart-form-offer .check-title {
  display: block;
  overflow: hidden;
  line-height: 22px;
}

.cart-form .btn {
  width: 200px;
  margin-top: 38px;
}

input,
textarea {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border: solid 1px #cecece;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 20px 13px;
  border-radius: 2px;
}

input:focus,
textarea:focus {
  border-color: #00b656;
}

textarea {
  height: 130px;
  resize: none;
}

.cf-title {
  font-size: 24px;
  margin-bottom: 23px;
  margin-top: 37px;
}

.inline-label {
  display: inline-block;
  vertical-align: top;
}

.inline-label:after {
  clear: both;
  content: '';
  display: table;
}

.inline-label + .inline-label {
  margin-left: 60px;
}

.inline-label .check {
  float: left;
  margin-right: 20px;
}

.inline-label .check-title {
  display: block;
  overflow: hidden;
  line-height: 20px;
}

.file {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 60px;
  padding-left: 80px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  width: 330px;
  background: url(../images/file.png) 0 0 no-repeat;
  margin: 25px 0;
}

.file div {
  color: #888888;
}

.file a {
  color: #333333;
  text-decoration: none;
}

.file a:hover {
  color: #00b656;
  text-decoration: underline;
}

.cont-col > div {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 100px;
}

.cont-col > div > b {
  display: block;
  margin-bottom: 20px;
}

.phone {
  text-decoration: none;
  color: #333333;
}

.phone b {
  font-weight: normal;
  color: #119949;
}

.map {
  height: 520px;
}

.search-line {
  position: relative;
}

.search-line input {
  width: 100%;
  border-radius: 3px;
  background: transparent;
  font-size: 14px;
  color: #333;
  padding: 11px 50px 11px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search-line button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background: url(../images/zoom.png) 50% 50% no-repeat transparent;
  border: 0;
}

.p404 {
  height: 100%;
  background: url(../images/p404.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 160px;
  padding-bottom: 150px;
}

.p404-title {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 28px;
  font-weight: 300;
}

.p404-desc {
  margin-bottom: 51px;
}

.modal-city-select {
  font-size: 16px;
}

.modal-city-select div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}

.modal-city-select div a {
  color: #333333;
  text-decoration: none;
}

.modal-city-select div a:hover {
  color: #00b656;
  text-decoration: underline;
}

.modal-btns .btn {
  padding-left: 0;
  padding-right: 0;
  width: 200px;
}

.modal-btns .btn.c2 {
  background: #acacac;
}

.modal-btns .btn + .btn {
  margin-left: 20px;
}

.w560 {
  width: 560px;
}

.h50 {
  height: 50px;
}

.tags2 {
  margin-top: 30px;
  margin-left: 10px;
  font-size: 16px;
}

.tags2 a,
.tags2 span {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 10px 0;
}

.tags {
  margin-top: 30px;
  line-height: 28px;
}

.tags a,
.tags span {
  display: inline-block;
  vertical-align: top;
  border: solid 1px #00b656;
  border-radius: 2px;
  color: #333333;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 19px;
  font-size: 16px;
}

.tags a:hover {
  background: #00b656;
  color: #ffffff;
}

.tags span {
  color: #ffffff;
  background: #414141;
  border-color: #414141;
}

.tags + .part-list {
  margin-top: 10px;
}

.articles {
  margin: 15px 0 55px;
}

.articles a {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #e3e3e3;
  text-align: center;
  color: #333333;
  text-decoration: none;
  /*padding: 10px 0 3px;*/
  padding: 7px 0 6px;
  font-size: 16px;
  margin: 5px 10px;
  width: 200px;
  line-height: 20px;
  border-radius: 5px;
}

.articles a:hover {
  background: #00b656;
  color: #ffffff;
  border-color: #00b656;
}

.ce {
  margin-bottom: 40px;
}

.ce:after {
  clear: both;
  content: '';
  display: table;
}

.ce .tags2 {
  margin-top: 0;
}

.ce-img {
  float: right;
  margin: 0 0 0 40px;
}

.ce-img img {
  vertical-align: top;
}

/*.ti4,*/
.ti2 {
  white-space: nowrap;
  /* white-space: pre-wrap; */
}

.table-title {
  display: none;
}

.nav-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 10;
  display: inline-block;
  position: absolute;
  top: 0;
  cursor: pointer;
  left: 0;
}

.nav-icon {
  display: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background: #414141;
  float: right;
  padding: 10px 20px 8px 20px;
  position: relative;
}

.burger {
  width: 20px;
  height: 20px;
  float: right;
  margin: 6px 0 6px 20px;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

.burger span:first-child {
  margin-top: 0;
}

.burger span:last-child {
  margin-top: 16px;
}

.burger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #D8D8D8;
  margin: 8px 0 0;
  border-radius: 2px;
  display: block;
  transition: transform .2s ease-out;
}

.burger.open span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
}

.burger.open span:first-child {
  opacity: 1;
  transform: rotate(45deg);
}

.burger.open span {
  opacity: 0;
  top: 5px;
  margin: 6px 0 0;
}

.burger.open {
  z-index: 100;
}

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

.carousel-item:first-child {
  display: block;
}

.carousel-item {
  position: relative;
  display: none;
}

.js-ce-slider .slick-dots {
  margin: 0;
  padding: 0 50px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  width: 500px;
  bottom: 24px;
}

.js-ce-slider .slick-dots li:before {
  display: none;
}

.js-ce-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 !important;
}

.js-ce-slider .slick-dots button {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  margin: 4px 10px 0;
  background: #e6e6e6;
  border: none;
  padding: 0;
  color: #000;
  outline: 0;
  border-radius: 10px;
  text-decoration: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.js-ce-slider .slick-dots .slick-active button {
  background: #0bb259;
}

.slick-slide img {
  max-width: 100%;
}

.tablet-filter p {
  margin: 0;
}

.tablet-filter a:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  right: -19px;
  top: 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tablet-filter a {
  display: inline-block;
  text-decoration: none;
  border-bottom: dotted 1px;
  white-space: nowrap;
  line-height: 16px;
  position: relative;
}

.tablet-filter.fixed-filter .tablet-filter_in{
  position: fixed;
  left: 0;
  box-sizing: border-box;
  padding: 10px 20px 0;
  border-bottom: solid 2px #00b656;
  width: 100%;
}
.tablet-filter {
  display: none;
  overflow: hidden;
  margin: -25px 0 15px;
}

.tablet-filter_in{
  background: #fff;
  padding: 10px 0 0;
  overflow: hidden;
  z-index: 10;
}

.filter-item {
  float: left;
  width: 50%;
  margin: 0 0 5px;
}

.preview .ce-img{
  width: 100%;
}

.table-custom .ti5{
  white-space: nowrap;
}


@media screen and (max-width: 1340px) {
  .header-bottom .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu {
    margin-left: 20px;
    width: 500px;
  }

  .search {
    width: 200px;
  }

  .header-mail,
  .header-whatsapp  {
    width: 150px;
    margin-left: 30px;
  }

  .city-select span {
    display: none;
  }

  .logo {
    width: auto;
    margin: 16px 30px 0 0;
  }

  .cat-table td {
    padding: 30px 40px;
  }

  .advantages-ttl {
    margin: 30px 20px 0;
  }

  .cat-menu-drop .cmd-table {
    width: 100%;
    overflow: auto;
    display: block;
  }

  .advantages2 div {
    width: 25%;
    box-sizing: border-box;
    margin: 0;
    padding: 90px 30px 0;
  }

  .ce-col .preview {
    padding-right: 30px;
  }

  .cart-form-inputs label.w100p {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .cart-form-inputs label {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .cart-form-inputs label.w180 {
    width: 25%;
  }

  .table-items th,
  .table-items td {
    padding: 10px;
  }

  .labels .column {
    width: 33.3% !important;
    float: left;
    margin: 0 !important;
    padding: 0 0 0 20px;
    box-sizing: border-box;
  }

  .labels {
    margin-left: -20px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1023px) {
  .table-custom .old-price{
    display: block;
    margin: 0;
  }
  .header-bottom {
    z-index: 111 !important;
  }

  .header-top {
    position: relative;
    padding-bottom: 40px;
  }

  .logo {
    margin: 16px 0 0;
  }

  .search {
    width: auto;
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
  }

  .header-phone {
    font-size: 22px;
  }
   
  .header-whatsapp,
  .header-mail {
    width: auto;
    margin: 40px 20px;
  }

  .menu {
    width: 450px;
  }

  .cart {
    font-size: 0;
    color: transparent;
    width: 50px;
  }

  .main-cat-tabs .tabsButtons > div {
    font-size: 16px;
  }

  .cat-table {
    margin: 0;
  }

  .cat-table td {
    padding: 20px;
  }

  .mct-list div + div {
    margin-top: 5px;
  }

  .mct-list div a {
    line-height: 1.25;
  }

  .cat-menu-drop .cmd-table td {
    padding: 20px;
  }

  .advantages-item {
    flex: 1 1 45%
  }

  .advantages {
    padding: 68px 0;
  }

  .part {
    flex: 1 1 47%;
  }

  .table-items {
    display: block;
    overflow: auto;
    width: 100%;
  }

  .ce-img img {
    width: 100%;
    height: auto;
  }

  .ce .tags2 {
    margin: 0;
  }

  .ce-img {
    display: block;
    float: none;
    margin: 0 0 20px;
    width: 100%;

  }

  .line {
    margin: 10px 0;
  }

  .action-b #sticker2-sticky-wrapper {
    display: none;
  }

  .action-b tbody {
    width: 100%;
    display: table;
    box-sizing: border-box;
  }

  .action-b table caption {
    display: none !important;
  }

  .action-b table {
    border: 1px solid #000;
    border-collapse: collapse;
    width: 100% !important;
    display: block;
    box-sizing: border-box;
    overflow: auto;
    height: auto !important;
    margin: 20px 0;
  }

  .rootWrap {
    display: block;
    overflow: visible;
  }

  .rootWrap header,
  .rootWrap main,
  .rootWrap footer {
    display: block;
    height: auto;
  }

  .action-b {
    padding: 47px 0 10px;
  }

  .cart-form-title {
    padding: 28px 30px 21px;
  }

  .cart-form-cnt {
    padding: 8px 30px 20px;
  }

  .inline-label {
    margin: 0 30px 0 0;
    font-size: 17px;
  }

  .inline-label + .inline-label {
    margin-left: 0;
  }

  .advantages2 div {
    width: 50%;
    margin: 0 0 30px;
  }

  .table-items th {
    display: none;
  }

  .action-b td {
    line-height: 1.25;
  }

  .labels .column {
    width: 100% !important;
    padding: 0 0 15px 20px;
  }

  .order .labels {
    margin-bottom: 0;
  }

  .basket-table tr:first-child {
    border: none;
    display: none;
  }

  .table-custom {
    border: solid 1px #e1e1e1 !important;
    border-bottom: none !important;
  }

  .table-custom,
  .basket-table {
    display: flex;
    flex-wrap: wrap;
  }

  .table-custom tr,
  .basket-table tr {
    display: block;
    flex: 1 1 50%;
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
    border-bottom: solid 1px #e1e1e1;
  }

  .table-custom .empty,
    /*.table-custom .ti6,*/
  .basket-table .basket-sum,
  .basket-table .basket-param {
    display: none !important;
  }

  .table-custom td,
  .basket-table td {
    /*overflow: hidden;*/
    background: none !important;
    border: none;
    box-sizing: border-box;
    width: auto;
    float: left;
    display: block;
  }
  
  .table-custom .ti2 {
      box-sizing: content-box;
  }

  .table-custom .ti1,
  .basket-table .basket-name {
    width: 100%;
  }

  .basket-table .basket-info {
    float: left;
    clear: left;
    width: 100%;
  }
  .table-custom .ti5,
  .basket-table .basket-cash {
    padding: 10px 10px 10px;
    float: left;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    clear: left;
  }
  
  .table-custom .ti7 {
	  max-width: none;
  }

  .table-custom .ti6 {
    padding: 10px 10px 10px;
    float: left;
    height: 60px;
    display: flex;
    /*flex-direction: column;*/
	flex-direction: row;
	padding-top: 20px;
    justify-content: center;

  }
  
  .table-custom .ti8 {
	  max-width: none;
  }
  
  .table-custom .currency {
	  display: inline;
  }

  .ce-slider-text {
    position: static;
    width: 100%;
    clear: both;
    height: auto;
    min-height: 1px;
  }

  .ce-slider > .slick-list {
    height: auto;
  }

  .js-ce-slider .slick-dots {
    left: 0;
    width: auto;
    padding: 0;
    text-align: center;
  }

  .tablet-filter {
    display: block;
  }

  .slick-slide .bg {
    position: static;
    height: auto;
    object-fit: none;
  }

}

@media screen and (max-width: 767px) {
  ol > li + li,
  ul li + li {
    margin: 10px 0;
  }

  html, body {
    font-size: 16px;
    line-height: 30px;
  }

  p {
    margin: 10px 0;
  }

  .header .mobile-wrap .menu {
    display: block;
    width: 100%;
    margin: 0;
    float: none;
  }

  .header .mobile-wrap div {
    display: block;
  }

  .header .mobile-wrap a:hover {
    color: #fff;
  }

  .header .mobile-wrap a {
    text-decoration: none;
    color: #ffffff;
    padding: 5px 20px;
    border-bottom: 1px solid #fff;
    display: block;
  }

  .header .mobile-wrap span {
    display: none;
  }

  .header .mobile-wrap {
    position: absolute;
    right: 0;
    display: none;
    background: #009144;
    top: 49px;
    max-width: 1320px;
    width: 100%;
    z-index: 100;
  }

  .header .mobile-wrap.open {
    display: block;
  }

  .logo {
    overflow: hidden;
    margin: 25px 0 0;
  }
  
  .header-mail {
    float: right;
    margin: 22px 0 0;
	display: none;
  }  
  
  .header-whatsapp {
	float: right;
	margin: 22px 0 0;
	display: block;
  }


  .city-select {
    float: right;
    clear: right;
    margin: 5px 22px 5px 0;

  }
  .header-top{
    padding-bottom: 65px;
  }

  .cat-table {
    margin: 0 0 20px;
  }

  .cat-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: none !important;
    border-bottom: solid 1px #ececec !important;
  }

  .cat-table .empty {
    display: none;
  }

  .main-cat-tabs .tabsButtons {
    overflow: hidden;
    border: 1px solid #00b656;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
  }

  .main-cat-tabs .tabsButtons div {
    display: block;
    width: 100%;
  }

  .advantages-item {
    flex: 1 1 100%;
    margin: 0 0 10px;
  }

  .main-slide {
    height: auto;
  }

  .main-slide-title {
    font-size: 35px;
    padding: 30px 0 90px;
  }

  .header-phone {
    margin: 5px 0 0;
    clear: right;
  }

  .advantages {
    padding: 30px 0;
  }

  .advantages-title {
    font-size: 28px;
    line-height: 30px;
  }

  .advantages-list {
    margin: 30px 0;
  }

  .advantages-img {
    margin: 20px auto 0;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 4px 5px 0 !important;
  }

  .partner-b {
    padding: 68px 0 100px;
  }

  .footer-menu > div {
    width: auto;
    padding: 0;
    margin: 0 25px 0 0;
  }

  .footer-menu {
    padding-bottom: 20px;
  }

  .file {
    width: 100%;
    margin: 0 0 15px;
    box-sizing: border-box;
    padding-right: 0;
  }

  .text-b {
    padding: 20px 0 30px;
  }

  .articles a {
    width: auto;
    padding: 7px 20px 6px;
  }

  .text-b td {
    box-sizing: border-box;
  }

  .text-b tbody {
    width: 100%;
    display: table;
    box-sizing: border-box;
  }

  .text-b table caption {
    display: none !important;
  }

  .text-b table {
    border: 1px solid #000;
    border-collapse: collapse;
    width: 100% !important;
    display: block;
    box-sizing: border-box;
    overflow: auto;
    height: auto !important;
    margin: 20px 0;
  }

  #sticker2-sticky-wrapper {
    display: none;
  }

  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 30px;
  }

  .cont-col > div {
    width: 100%;
    margin-bottom: 10px;
  }

  .cont-col > div > b {
    margin-bottom: 0;
  }

  .cart-form-inputs label.w180,
  .cart-form-inputs label {
    width: 100%;
  }

  .cart-form-title {
    font-size: 26px;
    padding: 20px 15px;
  }

  .cart-form-cnt {
    padding: 8px 15px 20px;
  }

  .cart-form-inputs label span {
    margin: 0;
  }

  .cart-form-inputs label.w180,
  .cart-form-inputs label {
    padding: 0 10px;
    margin: 0 0 10px;
  }

  .cf-title {
    font-size: 22px;
    margin: 25px 0 15px;
  }

  .inline-label {
    display: block;
    margin: 0 0 10px;

  }

  .cart-form-offer .check {
    margin-right: 15px;
  }

  .cart-form .btn {
    width: 100%;
  }

  .total-price {
    margin: 5px 0 20px;
  }

  .total-price > div {
    text-align: center;

  }

  .total-price > div > div b {
    display: block;
    width: 100%;
  }

  .action-b table {
    margin-bottom: 0;
  }

  .advantages2 div {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ce-col .preview {
    padding: 0;
    margin: 0 0 20px;
  }

  .product-column > div {
    display: block;
    float: none;
    width: 100%;
  }

  .product-column {
    display: block;
  }
 

  .total-price > div {
    margin: 0;
  }

  .p404-title {
    font-size: 50px;
  }

  .p404-desc {
    margin-bottom: 30px;
  }

  .p404 {
    padding: 50px 0;
  }

  .cat-menu-drop tr,
  .cat-menu-drop tbody,
  .cat-menu-drop table,
  .cat-menu-drop .cmd-table td {
    display: block;
  }

  .cat-menu-drop .cmd-table td:first-child {
    border: none;
  }

  .cat-menu-drop .cmd-table td {
    padding: 5px 20px;
    border-top: 1px solid #fff;
  }

  .cat-menu-drop .cmd-table .cmd-list.open {
    display: block;
  }

  .cat-menu-drop .cmd-table .cmd-list {
    padding: 0;
    display: none;
  }

  .cat-menu-drop .cmd-table .cmd-list div + div {
    margin-top: 0;
  }

  .cat-menu-drop .cmd-table .cmd-title {
    margin: 0;
  }

  .nav-icon {
    display: block;
  }

  .cat-menu {
    width: 194px;
  }

  .mobile-wrap .cart a {
    border: none;
    padding: 0;
  }

  .mobile-wrap .cart span {
    display: block;
  }

  .mobile-wrap .cart {
    width: 100%;
    border: none;
    font-size: 16px;
  }

  .modal {
    width: 300px !important;
  }

  .modal-window-close {
    right: 0 !important;
    top: -50px !important;
  }

  .modal-btns .btn {
    width: 100%;
    margin: 10px 0;
  }

  .modal-cnt {
    padding: 20px;
  }

  .modal-btns .btn + .btn {
    margin-left: 0;
  }

  .modal-col label {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ce-slider-text {
    width: 100%;
    top: auto;
    height: auto;
    bottom: 0;
    padding: 20px;
  }

  .js-ce-slider .slick-dots {
    bottom: 5px;
  }

  .ce-slider-wrap .bx-wrapper .bx-pager {
    bottom: 20px;
    left: 0;
    width: 100%;
    right: 0;
    text-align: center;
  }

  .order {
    padding: 20px;
  }

  .cat-menu-btn {
    height: 50px;
    padding: 10px 0 0 70px;
  }

  .header-bottom .wrap,
  .header .sticky-wrapper,
  .header-bottom {
    height: 50px !important;
  }  

  .tags2 a,
  .tags2 span {
    margin: 0 15px 5px 0;
  }

  .cat-menu-drop {
    top: 49px;
  }

  .basket-table .basket-calc {
    padding-right: 7px;
  }

  .basket-table .basket-remove {
    padding-right: 0;
    padding-left: 0;
  }

  .ce-slider-text .ce-desc {
    margin-bottom: 20px;
  }

  .table-custom,
  .basket-table {
    display: block;
  }

  .table-custom tbody {
    display: block;
  }

  .table-custom tr,
  .basket-table tr {
    float: none;
    width: 100%;
  }

  .total-price > div > div {
    margin: 0;
  }

  .ti4 {
    white-space: normal;
  }

  .advantages2{
    display: none;
  }

  .js-ce-slider{
    display: none;
  }

  .tablet-filter{
    margin-top: -20px;
  }
  .part{
    max-width: 100%;
  }

  .cat-menu-drop{
    overflow: auto;
    max-height: calc(100vh - 49px);
  }
}

@media screen and (max-width: 480px) {
  .logo {
    width: 239px;
    margin: 0 auto 7px;
    padding: 16px 0 0;
    float: none;
  }

  .header-mail,
  .header-whatsapp {
    float: left;
    margin: 0;
  }

  .header-top {
    padding: 0 0 95px;
  }

  .header-phone {
    font-size: 16px;
    margin: 0;
    float: right;
  }

  .table-custom .ci input {
    width: 42px;
  }

  .table-custom .ci {
    width: 82px;
  }

  .city-select span{
    display: inline;
  }

  .city-select{
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    bottom: 57px;
    text-align: center;
  }
}

/* new style 16/07/21 */

.table-items td .content {
	display: flex;
	/* justify-content: center; */
	align-items: center;
	position: relative;
	
}

.table-items .content .icon-tooltip {
	/* position: inline-block; */
	position: absolute;
	/* align-self: stretch; */
	left: -19px;
	margin-bottom: 2px;
	width: 15px;
	height: 15px;
	/* margin-right: 4px; */
	/* margin-left: -19px; */
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A6E6C4' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 18h-2v-8h2v8zm-1-12.25c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25z'/%3E%3C/svg%3E");
	z-index: 10;
}

.table-items td .content .text {

}

.table-items .content .tooltip {
	position: absolute;
    padding: 6px 12px;
    background-color: white;
    border-radius: 3px;
    bottom: 80%;
    left: 50%;
    opacity: 0;
    transition: opacity 0.2s;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: top left;
	box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 20%), -2px -2px 5px 0 rgb(255 255 255 / 50%);
    /* width: 256px; */
	min-width: 128px;
	width: auto;
    z-index: -100;
    word-wrap: break-word;
}

.table-items .content .tooltip .tooltip-title {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 4px;
	font-weight: 500;
	margin-top: 6px;
	white-space: nowrap;
}

.table-items .content .tooltip .tooltip-title:first-child {
	margin-top: 0;
}

.table-items .content .tooltip .tooltip-text {
	
}

.table-items td:hover {
	/* cursor: pointer; */
	
}

.table-items td:hover .tooltip {
	/* display: block; */
	opacity: 1;
	z-index: 100;
}

/* карточка товара */

.catalog-item-card .item-filter-link {
	/* margin-right: 6px; */
}

.catalog-item-card .item-filter-link-separator {
	margin-right: 6px;
}

/* популярные фильтры в категории */

.popular-filters {
	margin-top: 12px;
}

.popular-filters .title {
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: bold;
}

.popular-filters .popular-filters-item {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 12px;
	
}

.popular-filters .popular-filters-item  a {
	padding: 6px 12px;
	border: 1px solid #e1e1e1;
	text-decoration: none;
	transition: 0.15s;
	color: #000;
}

.popular-filters .popular-filters-item  a:hover {
	border: 1px solid #00b656;
}

.popular-filters .popular-filters-item  a.active {
	border: 1px solid #00b656;
	background-color: #00b656;
	color: #fff;
	
}

.popular-filters .populas-filters-show-all {
	display: inline-block;
	margin-right: 12px;
}

.popular-filters .populas-filters-show-all a {
	
}

.price-attention-update {
	color: #999;
	font-size: 0.8rem;
    line-height: 1.33;
	margin-top: 6px;
	position: relative;
	display: inline-block;
	padding-left: 24px;
}


.price-attention-update .icon {
	position: absolute;
	left: 0px;
	margin-bottom: 2px;
	width: 24px;
	height: 24px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A6E6C4' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 18h-2v-8h2v8zm-1-12.25c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25z'/%3E%3C/svg%3E");
	z-index: 10;
	margin-top: auto;
    margin-bottom: auto;
    top: 50%;
    bottom: 50%;
}

.price-attention-update .text {
	margin-left: 12px;
	display: inline-block;
}

.ti5 .content {
	margin-left: 15px;
}

.ti5 .tooltip-title {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	
}

.ti5 .tooltip-text {
	white-space: normal;
	min-width: 256px;
}

/*=============== P-CATALOG ===============*/

.p-catalog .action-b {
  display: flex;
  flex-direction: row;
}

.p-catalog .b-catalog-items {
  margin-left: 36px;
  flex-grow: 1;
}


.p-catalog .b-catalog-left-menu {
  /* border: 1px solid #EFEFEF; */
  min-width: 256px;
  max-width: 256px;
  /* margin-right: 36px; */
}

.b-catalog-left-menu .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  /* align-items: center; */
  justify-content: center;
  transition: 0.15s;
}

.b-catalog-left-menu .item a,
.b-catalog-left-menu .item button {
  display: inline-flex; /* чтобы они были в одной строке */
  align-items: center;
}

.b-catalog-left-menu .item a {
    flex-grow: 1;
    width: 100%; 
    max-width: calc(100% - 29px - 18px - 10px);
    text-decoration: none;
    color: inherit;
    line-height: 24px;
}

.p-catalog .b-catalog-left-menu  .item.article-1 {
  border: 1px solid #EFEFEF;
}

.b-catalog-left-menu  .item.article-1 a {
  font-size: 16px;
  padding: 17px 0 17px 18px;
}

.b-catalog-left-menu  .item.article-2 {
  background-color: #F9F9F9;
}

.b-catalog-left-menu  .item.article-2 a {
  font-size: 14px;
  padding: 17px 0 17px 18px;
}

.b-catalog-left-menu  .item.article-3 {
  background-color: #ECECEC;
  border-bottom: 1px solid #E2E2E2;
}

.b-catalog-left-menu  .item.article-3 a {
  font-size: 12px;
  padding: 10px 18px 10px 18px;
  max-width: 100%;
}

.b-catalog-left-menu  .item.article-3.active-default {
  background-color: #00b656;
  color: #fff;
}

.b-catalog-left-menu  .item:hover {
  background-color: #fff;
}

.b-catalog-left-menu  .item:hover > .item.article-3 {
  border-color: #fff;
}

.b-catalog-left-menu .item button {
    width: calc(29px + 10px);
    /* height: 100%; */
    white-space: nowrap;
    justify-content: center;
}

.b-catalog-left-menu  .item.active > button svg {
  transform: rotate(180deg);
}

.b-catalog-left-menu .collapse-content { 
  display: none; 
  flex-grow: 1;
  /* margin-left: 20px;  */
}

.b-catalog-left-menu .collapse-content.active {
  display: block; /* Показываем активные элементы */
}

.b-catalog-left-menu .toggle-btn { 
  cursor: pointer; 
  color: blue; 
  text-decoration: underline; 
  border: none; 
  background: none; 
}


@media (max-width: 768px) {
  .p-catalog .b-catalog-left-menu {
      display: none;
  }

  .p-catalog .b-catalog-items {
      margin-left: 0;
  }
}

.b-article-nav-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 50px;
}

.b-article-nav-top .item {
  width: calc(100% / 5);
  outline: 1px solid #ECECEC;
  /* box-shadow: inset -1px -1px 0 black; */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;

  text-decoration: none;
  color: inherit;
  transition: 0.15s;
}

.b-article-nav-top .item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

@media (max-width: 768px) {
  .b-article-nav-top .item {
    width: calc(100% / 2);
  }
}

.b-article-nav-top .item .wrap-img {
  /* padding: 0 60px; */
  margin-bottom: 10px;
}

.b-article-nav-top .item img {
  width: 140px;
  height: 97px;
  height: auto;
}

.b-article-nav-top .item .title {
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding: 0 24px;
  line-height: 20px;
}

.b-faq {
  margin-top: 80px;
  margin-bottom: clamp(2.5rem, 0.2273rem + 11.3636vw, 8.75rem); /* 40-140px */
}

.b-faq .pre-text {
  font-size: 13px;
  line-height: 20px;
  color: #999999;
}

.b-faq .description-text {
  font-size: 15px;
  line-height: 25px;
  color: #666666;
  margin-bottom: 56px;
}

.b-faq .item .answer {
  color: #666666;
  font-size: 15px;
  line-height: 25px;
  padding: 12px 32px;
  background-color: #FBFBFB;
  display: none;
  border: 1px solid #E5E5E5;
  border-radius: 4px 4px 0 0;
}

.b-faq .item .answer p {
  /* margin: 0; */
}

.b-faq .item .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: 1px solid #E5E5E5;
  border-radius: 4px 4px 0 0;
  padding: 32px;
  font-weight: bold;
}

.b-faq .item .toggle-btn {
  display: flex;
  align-items: center;
}

.b-faq .item  .icon-open, .icon-close {
  display: none;
}

.b-faq .item.active .icon-open {
  display: none;
}

.b-faq .item.active .icon-close {
  display: inline;
}

.b-faq .item .icon-open {
  display: inline;
}