.product-info table tbody tr:nth-child(even) td{
	font-size: inherit;
}

._js-cart-count._error{
    border-color: red!important;
    border: 1px solid;
}

button._active.add-to-cart-btn, button.detail-product-cart-btn._active{
    background-color: #704813;
    border-color: #704813;
}

@media (min-width: 1025px) {
    .header__contacts {
        margin-left: 20px;
    }
}

.header__top {

}
.header-right-side-block {
    display: flex;
    flex-wrap: wrap;
    align-items:start;
    margin-left: auto;
    padding-top: 15px;
}
.header__location {
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    margin-left: auto;
    padding-top: 7px;
}
.header__location .description {
    margin-right: 10px;
}
.header__location .select__default {
    height: 24px;
    border: 1px solid #ececec;
    background-color: #f1f1f1;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

@media (max-width: 1024px) {
    .header__location {
        margin-left: 0;
    }
    .header-right-side-block {
        margin-left: auto;
        width: 300px;
        padding-top: 0px;
    }
}
@media (max-width: 767px) {
    .header-right-side-block {
        width: 240px;
    }
    .header__location {
        font-size: 10px;
        line-height: 14px;
    }
    .header__location .select__default {
        height: 19px;
    }
}

.s-cookie * {
    box-sizing: border-box;
}
.s-cookie {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 50;
    box-sizing: border-box;
}
.s-cookie .w-cookie-alert {
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 0.2s ease;
}
.s-cookie .w-cookie-alert>.frame {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    padding: 15px;
    background-color: #202020;
    color: #fff;
    font-size: 0;
    line-height: 0;
    pointer-events: all;
    border-radius: 4px 4px 0 0;
}
.s-cookie .w-cookie-alert>.frame>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 16px;
}
.s-cookie .w-cookie-alert>.frame>.text {
    width: calc(100% - 150px);
}
.s-cookie .w-cookie-alert>.frame>.w-button {
    width: 150px;
}
.s-cookie .w-cookie-alert>.frame .button {
    display: block;
    text-decoration: none;
    padding: 5px 15px;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    transition: all 0.2s ease;
    text-align: center;
}
.s-cookie .w-cookie-alert>.frame .button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #202020;
}
.s-cookie .w-cookie-alert>.frame .__link {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    opacity: 0.7;
    text-decoration: underline;
}
.s-cookie .w-cookie-alert>.frame a.__link:hover {
    opacity: 1;
    text-decoration: none;
}
.s-cookie.hide .w-cookie-alert {
    bottom: -500px;
}
@media (max-width: 575px) {
    .s-cookie .w-cookie-alert>.frame>.text {
        width: calc(100% - 90px);
    }
    .s-cookie .w-cookie-alert>.frame>.w-button {
        width: 90px;
    }
}

.admin-area-link{
	font-size: 14px;
    color: green;
}

.kostik>li,.kostik>li>.news-article {height: 100%;}

.footer__menu .menu__link.active, .dropdown-menu__link.active, .dropdown-menu__title .active {
    color: var(--light-blue);
}

.header__burger .menu__link.active{
	color: white;
}

 .header {
	z-index: 10;
}
.menu__list .menu__item.li-dropper {
	position: relative;
	padding-right: 20px;
}
.menu__list .menu__item.li-dropper>.b-dropper {
	position: absolute;
	top: calc(50% - 10px);
	right: 0px;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	transition: all 0.2s ease;
	transform-origin: center;
	transform: rotate(0deg);
}
.menu__list .menu__item.li-dropper>.b-dropper:after {
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: calc(50% - 4px);
	right: calc(50% - 3px);
	border: 1px solid #202020;
	border-right: none;
	border-top: none;
	content: "";
	transition: all 0.2s ease;
	transform: rotate(-45deg);
	pointer-events: none;
	content: '';
}
.menu__list .menu__item.li-dropper:hover>.b-dropper {
	transform: rotate(180deg);
}
.menu__list .menu__item.li-dropper>.inset {
	position: absolute;
	top: 98%;
	left: -10px;
	width: 220px;
	transition: all ease 0.2s;
	opacity: 0;
	pointer-events: none;
	padding-top: 0;
}
.menu__list .menu__item.li-dropper.inset:hover,
.menu__list .menu__item.li-dropper:hover>.inset {
	opacity: 1;
	pointer-events: all;
	padding-top: 10px;
}
.menu__list .menu__item.li-dropper>.inset>.frame {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.menu__list .menu__item.li-dropper .ul-header-inset-nav .__link {
	display: block;
	color: #202020;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 15px;
	transition: all ease 0.2s;
}
.menu__list .menu__item.li-dropper .ul-header-inset-nav .__link:hover {
	background-color: #f1f1f1;
}
.menu__list .menu__item.li-dropper .ul-header-inset-nav .__link.active,
.menu__list .menu__item.li-dropper .ul-header-inset-nav .__link.active:hover {
	color: #fff;
	background-color: #206ea0;
}

.dropdown-menu__link {
display: block;
    line-height: 1.5;
    padding-top: 6px;
    padding-bottom: 6px;}
	
	.product-info table tbody tr:nth-child(1) {
 background-color: var(--accent); 
 color: var(--white); 
}

.product-info table tbody tr:nth-child(odd) {
    /* background-color: var(--accent); */
    /* color: var(--white); */
}

.header {
    z-index: 60;
}

.dropdown-menu__row {
  display: block;
  column-count: 3;
  gap: 10px;
}
.dropdown-menu__row>.dropdown-menu__col {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 10px;
}
  .dropdown-menu__link {
    display: block;
  }
.dropdown-menu__title>a {
  display: block;
  font-size: 16px;
  line-height: 22px;
}
.dropdown-menu__link {
  padding-top: 4px;
  padding-bottom: 4px;
}
 
.news-article {
  height: 100%;
}
@media (max-width: 767px) {
  .dropdown-menu__row {
    column-count: 2;
  }
}
 
@media (max-width: 575px) {
  .dropdown-menu__list {
      padding-left: 0;
  }
  .dropdown-menu__link {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 11px;
    line-height: 14px;
  }
  .dropdown-menu__title>a {
    display: block;
    font-size: 14px;
    line-height: 18px;
  }
}

.promo {min-height: 29.5625rem;width: 100%;}
.promo>.container {
	position: relative;
	z-index: 2;
}
@media (min-width: 1300px) {
	.promo>.container {
		box-sizing: border-box;
	}
}
.promo>.container>.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.promo .btns {display: flex;flex-wrap: wrap;}

.tabs {
overflow: auto;
    flex-wrap: nowrap;
    padding: 2px 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.tab {
    min-width: 195px;
word-break: keep-all;
}
.tab .tab__text {
word-break: keep-all;
}
@media (max-width: 1199px) {
.tab {
    font-size: 1rem;
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 767px) {
.tab {
    font-size: 0.75rem;
padding-left: 8px;padding-right: 8px;
}
}