body {
  font-family: 'Inter', sans-serif;
  font-weight: 400; /* Regular */
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 600; /* SemiBold */
}
.container {
  width: 100%;
  max-width: 1400px;
      padding-right: 70px;
    padding-left: 70px;
}
.header {
  background: #f5f5f5;
}

.header__row {
  display: flex;
  align-items: center;
  min-height: 73px;
  gap: 20px;

}

.header__left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__title {
 color:#B73343;
font-weight: 600;
font-size: 20px;
line-height: 84%;
}
#search {
	color:#FFFFFF;
	border-radius:100px;
	    width: 283px;
		    position: relative;
    top: 5px;
	}
#search input {
	padding: 14px 30px!important;
	border: none;
    border-radius: 100px;
	height:46px!important;
}
#search span {
	left: -35px;
	position:relative;
}
#search button {
background: #fff;
    border: none;
    padding: 0!important;
}
#search button i {
	 color:#B73343;
}

.header__menu {
  display: flex;
  gap: 20px;
}
.header__menu a {
	color:#000;
font-weight: 500;
font-size: 18px;

}

.header__icons,.product__icons {
  display: flex;
  gap: 5px;
  margin-left: auto;
}
.product__icons {
	    padding-top: 20px;
    padding-bottom: 20px;
    float: right;
	    z-index: 9;
    position: relative;
}
.product__icons .icon:last-child {
	background:#B73343;
}
.icon {
  width: 40px;
  height: 40px;
  background: #fff;
    border-radius: 100px;
	display:flex;
	align-items: center;      
  justify-content: center;  
}
.icon {
  width: 40px;
  height: 40px;
  position: relative; /* важно */
}

.icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* сам кружок */
.icon__badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: #B73343;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
	font-weight:600;
  border-radius: 50%;
}
/* БУРГЕР (скрыт на десктопе) */
.header__burger {
  display: none;
  font-size: 24px;
  cursor: pointer;
}
.hero {
  position: relative;
  width: 100%;
}

.hero__img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.hero__content {
  position: absolute;
  inset: 0;
}

.hero__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0;
}

.hero__top {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

.hero__bottom {
  color: #fff;
  max-width: 600px;
}
.banner {
  position: relative;
}


.banner__img {
  width: 100%;
  display: block;
}
.banner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  inset: 0;
}
.banner__content .container {
  height: 100%;
}
.banner__title {
  position: absolute;
  top: 60px;
  left: 70px;
  font-family: Inter;
font-weight: 500;
font-style: Medium;
line-height: 88%;
font-size:64px;

}
/* вот это фиксит всё */
.banner__inner {
  height: 100%;
  max-width: 1400px; /* если кастом контейнер */
  
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* прижимаем влево */
  align-items: flex-start;
}
.btn__link {
    color: #000;
  text-decoration: none;
font-weight: 500;
font-size: 20px;
background:#fff;
border-radius:100px;
    padding: 15px 30px;
}

.btn__link-black {
    color: #fff;
  text-decoration: none;
font-weight: 500;
font-size: 16px;
background:#000;
border-radius:100px;
    padding: 15px 30px;
}
.btn__link-black:hover {
	color:#fff;
}
.banner__content .btn__link {
	position: absolute;
  bottom: 30px;
  left: 70px;
}
.banner__text {
  position: absolute;
  bottom: 140px;
  left: 75px;
  color: #fff;
  text-decoration: none;
font-weight: 500;
font-size: 16px;
width: 22%;

}
.banner__menu {
  position: absolute;
  bottom: 30px;
  right: 80px;
  gap: 30px;
      width: 200px;
    text-align: center;
	padding:0;
}
.banner__menu li {
	list-style:none;
	padding:10px;
}
.banner__menu hr {
border: none;
  height: 1px;
  background-color: #FFFFFF4D;
}
.banner__menu a {
  color: #fff;
  text-decoration: none;
font-weight: 500;
font-size: 20px;
text-align: center;
text-transform: uppercase;

}
footer {
	background:#f5f5f5;
}
footer h4 {
font-weight: 600;
font-size: 64px;
color:#B73343;
    position: relative;
    top: -25px;
}

footer h5 {
	color:#B7334380;
font-weight: 600;
font-size: 24px;
line-height: 84%;
padding-bottom: 30px;
}

footer ul {
	padding:0;
}
footer ul li {
	list-style:none;
	line-height: 2.3;
	
}
footer ul li a {
	color:#000;
font-weight: 500;
font-size: 15px;
line-height: 84%;
}
footer ul li a:hover {
	color:#B7334380;
	}
.footer__bottom {

    padding-top: 50px;
	    padding-bottom: 50px;
}
.footer {
		padding-top: 20px;
}
footer p {
font-weight: 400;
font-size: 15px;
line-height: 0.8;
letter-spacing: -4%;
color:#000;
}
.footers__icons {
    display: flex;
	gap:10px;
	position: relative;
    left: -25px;
     }
.footers__icons .icon {
    width: 40px;
    height: 40px;
    position: relative;
	border-radius:0;
	background:none;
}
.footers__icons .icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
	border: 1px solid #B7334333
}
footer .telephone{
	padding-bottom:20px;
}
.footer .address {
	padding-bottom:30px;
}
footer .telephone p::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../image/telephone.svg') no-repeat center;
  background-size: contain;
  margin-right: 8px;
}
footer .offer p::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../image/offer.svg') no-repeat center;
  background-size: contain;
  margin-right: 8px;
}
footer .address::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../image/map.svg') no-repeat center;
  background-size: contain;
  margin-right: 8px;
  position: absolute;
    left: -8px;
}
	aside h3 {
    color: #B73343;
    font-weight: 600;
    font-size: 64px;
    padding: 30px 0;
    line-height: 0.8;
    width: 70%;
}
.product-thumb {
	border:none;
}
aside.categories h4,aside.ready h4 {
font-weight: 600;
font-size: 30px;
color:#000;
    position: relative;
    top: 5px;
}
aside.categories p,aside.ready p {
font-weight: 400;
font-size: 16px;
color:#4d4d4d;
    width: 70%;
	    line-height: 1;
}
aside.latest p {
font-weight: 400;
font-size: 16px;
color:#4d4d4d;
    width: 70%;
	    line-height: 1;
		    position: relative;
    top: 10px;
}
aside.latest h4{
font-weight: 500;
font-size: 30px;
color:#000;
    position: relative;
    top: 5px;
}
#blog .blog p {
font-weight: 400;
font-size: 16px;
color:#4d4d4d;
    width: 70%;
	    line-height: 1;
		    position: relative;
    top: 10px;
}
#blog .blog h4{
font-weight: 500;
font-size: 30px;
color:#000;
    position: relative;
    top: 5px;
}

aside .caption {
padding:0!important;
min-height:auto!important;
}
aside .caption a{
position: absolute;
    right: 20px;
	margin-top:10px;
	z-index: 9;
}
.popular .caption {
	position: absolute;
    bottom: 20px;
	width:100%;
}
.popular .caption h4 {
color:#fff;
font-weight: 600;
font-size: 30px;
    position: relative;
    left: 15px;
    top: -15px;
}
.popular .caption a {
right: 40px;
    margin-top: 20px;
}
.more {
display: flex;
  justify-content: center;
      padding: 30px 0;
}
.block--right div {
padding:0;
}
.main-banner {
  position: relative;
  width: 100%;
}

.main-banner__img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  display: block;
}

.main-banner__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}


.main-banner__title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 64px;
}
.main-banner__content .container {
  position: relative;
}

.main-banner__content a {
  position: absolute;
  right: 75px;
  bottom: 30px;
}
#product-category {
	padding-top:80px;
}
#product-category .product-thumb .caption {
	min-height:auto;
	padding-top: 40px;
}

#product-category .product-thumb {
	overflow:hidden;
}


#product-category .product-thumb .caption{
  display: flex;
  justify-content: space-between; 
  align-items: flex-start;
  gap: 10px;
  padding:40px 0 0 0;
}

#product-category .product-thumb h4 a {
	color:#000;
}
#product-category .product-thumb .caption h4 {
  margin: 0;
  flex: 0 0 70%;
  font-weight: 600;
font-size: 20px;
color:#000;
}


#product-category .product-thumb .caption .price {
  white-space: nowrap;
  color:#4d4d4d!important;
font-weight: 600;
font-size: 20px;
position: relative;
    left: -5px;
    top: 23px;
}
#input-sort,#input-limit {
  background: #3B3B3B;
  color: #fff;
background: #3B3B3B url('../image/arrow-down1.svg') no-repeat right 15px center;
  background-size: 12px;
  padding-right: 35px;
  border-radius: 30px;
  border: none;
  padding: 8px 15px;
  height: 40px;
  appearance: none;        
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

#input-sort option,#input-limit option{
  background: #3B3B3B;
  color: #fff;
}
.input-group-addon {
    border: none;
    background: none;
}
.filters-row {
  display: flex;
  justify-content: flex-end; /* ключ */
  gap: 15px;
}
.filters-row label {
font-weight: 600;
font-size: 20px!important;
color:#000;
}
.sticks {
font-weight: 500;
color:#fff;
font-size: 14px;
background:#3B3B3B;
    padding: 5px 10px;
    border-radius: 30px;
    position: relative;
    top: 30px;
}
.color-circles {
  display: flex;
  gap: 10px;
  position: relative;
    top: 30px;
}
.circle + .circle {
  margin-left: -15px; 
}

.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;

}
.circle--gold {
  background: #6F532B;
}

.circle--silver {
  background: #8B898D;
}

.circle--yellow {
  background: #C8A279;
}

.circle--black {
  background: black;
}
.main-banner.branding-block h1 {
    width: 60%;
    font-size: 64px;
    position: relative;
    top: -20px;
}
.main-banner.branding-block p{
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    width: 25%;
    line-height: 1;
    position: relative;
    top: -22px;
}
.branding {
padding: 60px 0 30px 0;
}
.branding h3 {
	width:100%;
	font-size: 63px;

}
.blocks {
  display: flex;
  gap: 20px;
}


.block {
  flex: 1;
 }


.block.block--left {
  display: flex;
  align-items: center;    
  justify-content: flex-start; 
}

.block.block--right {
  display: flex;
  align-items: center;
  justify-content: center; 
}
.block.block--right .text {
width:50%;
}
.block.block--right p {
font-weight: 500;
font-size: 16px;
color:#000;
}
.square {
padding-bottom: 60px;
}
.square div {
height:317px;
border: 2px solid #0000001A
}
.square img {
	float: right;
    position: relative;
    top: 15px;
}
.square p {
	    position: absolute;
    bottom: 0;
	color:#000;
font-weight: 500;
font-size: 16px;
}
.square span {
position: absolute;
    bottom: 20px;
    right: 15px;
font-weight: 600;
font-size: 48px;
color:#353535;
}
.example div {
padding-bottom:15px;
}
.advantages .item {
	height:292px;
	background:#F5F5F5;
}
.advantages img {
	    position: relative;
    top: 20px;
	left: 20px;
}
.advantages span {
font-weight: 500;
font-size: 18px;
color:#4d4d4d;
    position: absolute;
    bottom: 20px;
		    width: 70%;
}
.advantages p {
font-weight: 600;
font-size: 30px;
color:#000;
position: absolute;
    bottom: 80px;
	    left: 35px;
}


#article .blocks {
	padding-bottom:40px;
}
#article .block.block--right .text {
	width:100%
}
#article  .block.block--left {
 flex: 0 0 38%;
     align-items: inherit;
	}
#article  .block.block--left .text{
	 padding-top: 20px;
}
#article  .block.block--right {
 flex: 0 0 62%;
 display:block;
}
#article .block.block--right h3 {
	padding:0 0 30px 0;
}
#article .block.block--right h4 {
font-weight: 600;
font-size: 40px;
color:#000;
    padding-bottom: 20px;
}
#article .block.block--right p {
	width:70%;
}
#article .block.block--right .points {
	padding-bottom:40px;
}
#article .article-banner {
padding-bottom:40px;
}
#blog h1 {
    color: #B73343;
    font-weight: 600;
    font-size: 64px;
        padding: 60px 0 0 30px;
    line-height: 0.8;
    width: 70%;
}
.about  .block.block--left {
 flex: 0 0 50%;
 display:block;
    	}
.about  .block.block--right {
 flex: 0 0 50%;
display: flex;
  flex-direction: column;
  justify-content: space-between;
 
}
.about  .block.block--right h3 {
padding:0;
display:flex;
  justify-content: right;
}
.about  .block.block--right .text {
	display:flex;
	flex-direction: column;
	  margin-top: auto;
     width: 40%;
 
}
.about  .block.block--right .btn__link {
	background:#B73343;
	color:#fff;
}
.video p {
font-weight: 500;
color:#000;
font-size: 16px;
padding-bottom:40px;
}
#cashback  .block.block--left {
	 flex: 0 0 38%;
     align-items: inherit;
	}
	#cashback  .block.block--left .text{
	 padding-top:10px;
	}
	#cashback  .block.block--right {
 flex: 0 0 62%;
 display:block;
}
#cashback .block--right .text {
  display: flex;
  gap: 20px;
  width:100%;
}

#cashback .block--right .text p {
  flex: 1;
  margin: 0;
}
#cashback .btn__link {
	background:#B73343;
	color:#fff;
	text-align:center;
	    width: 90%;
		    margin-top: 25px;
}
#cashback .blocks {
padding-top:60px;
}
#cashback .blocks h3 {
	width:100%;
	padding: 0 0 30px 0;
	
}
#cashback .work h3 {
	    text-align: right;
      position: relative;
    left: -10px;
	    color: #B73343;
    font-weight: 600;
    font-size: 64px;
    padding: 30px 0;
    line-height: 0.8;
}
#cashback  .work .block--left {
	 flex: 1;
     align-items: inherit;
	}
	#cashback  .work .block--right {
 flex: 1;
 display:block;
}
#cashback  .work .block--right .text{
	flex-direction: column; 
	width:55%;
	margin:0 auto
}
#cashback  .work .block--left img {
	  max-width: 100%;
  height: auto;
  display: block;
}
#cashback .main-banner__content {
top:100px;

}
#cashback .main-banner__content h3{
color:#B73343;
}
#cashback .main-banner__content p {
font-weight: 500;
font-size: 18px;
color:#000;
width: 30%;
}
#cashback .main-banner {
	padding-top:60px;
}
#product-product {
	padding-top:50px;
}
.thumbnail {
background:#f5f5f5;
border:none;
}
.image-additional{
	max-width:inherit;
	margin:0;
}
.image-additional .thumbnail {
width:149px;
height:122px;
}
.thumbnails > li {
    margin-left: 9px!important;
}
.breadcrumb {
	border:none;
	background:none;
	padding-bottom: 20px;
    border-bottom: 2px solid #D9D9D9;
}
.breadcrumb > li:last-child:after {
  content: "";
}
.breadcrumb > li {
padding:0;
font-weight: 500;
font-size: 16px;
}
.breadcrumb > li a {
	color:#000;
}
#product-product h1 {
font-weight: 600;
font-size: 54px;
color:#000;
}
.product-head {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #D9D9D9;
  padding-bottom:20px;
  }


.product-head__title {
  flex: 0 0 70%;
  margin: 0;
}


.product-head__actions {
  flex: 0 0 30%;
  display: flex;
  justify-content: flex-end; 
  gap: 10px;
}
.product-head__title {
  word-break: break-word;
}