*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
a {text-decoration: none;}
textarea:focus, input:focus{
    outline: none;
}
img {display: block;}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}


.h64 {height: 64px;}
.mt16 {margin-top:16px;}
.mt24 {margin-top:24px;}
.mt32 {margin-top:32px;}
.mb8 {margin-bottom:8px;}

body {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: #2B2B2B;
	background: #FFFFFF;
	min-width: 320px;
	padding-top: 112px;
}


body.ohidden {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

.width-container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.width-container-m {
	margin: 0 auto;
	max-width: 1196px;
}
.width-container-s {
	margin: 0 auto;
	max-width: 952px;
}
.width-container-s-text {
	margin-top: 32px;
    color: #2B2B2B;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.width-container-s-text h3 {
	color: #2B2B2B;
	font-family: Montserrat;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 121.7%;
	margin-bottom:8px;
}
.width-container-s-text ul {
	margin: 8px 0 0 0;
	padding-left:26px;
	 
}
@media (max-width: 1043px) {
    .width-container-s-text {
        width: 100%;
        padding: 0 12px;
        margin-left: 0px;
        margin-right: 0px;
	}
}
@media (max-width: 767px) {
    .width-container-s-text {
        font-size: 12px;
        padding: 0 16px;
    }
}
.hh {
	color: #2B2B2B;
	font-family: Montserrat;
	font-size: 39px;
	font-style: normal;
	font-weight: 700;
	line-height: 121.7%;
	text-align: center;
}
.hl {
	color: #2B2B2B;
	font-family: Montserrat;
	font-size: 39px;
	font-style: normal;
	font-weight: 700;
	line-height: 121.7%;
	text-align: left;
}

@media (max-width: 767px) {
	.hl {font-size: 23px;}
}

.header {
	top: 0;
	left: 0;
	width: 100%;
	height: 112px;
	position: fixed;
	z-index: 1002;
}
.header__row_top {
	display: flex;
	align-items: center;
	background: #FFFFFF;
	height: 56px;
	padding: 8px 0;
}
.header__row_bottom {
	align-items: center;
	background: #1C2954;
	height: 56px;
}
.header-catalog {
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 4px;
	background: #C2272F;
	height: 40px;
	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	min-width: 236px;
}
.header-logo {
	padding: 0 0 0 16px;
	display: flex;
	align-items: center;
}
.header-search-form {
	width: 100%;
	padding: 0 0 0 16px;
}

.header-search {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
}
.header-search-input {
	width: 100%;
	height: 40px;
	padding: 0 12px;
	color: #999;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 4px 0 0 4px;
	border: 1px solid  #E1E1E1;
	background: #FFF;
}
.header-search button {
	display: flex;
	height: 40px;
	padding: 0 8px;
	align-items: center;
	border-radius: 0 4px 4px 0;
	background: #E1E1E1;
	border: 1px solid #E1E1E1;
	cursor: pointer;
}
.header-search-popup {
	position: absolute;
	top: 48px;
	left: 0;
	width: 100%;
	max-height: 412px;
	z-index: 1;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
	display: none;
	overflow: hidden;
}
.header-search-popup-res {
	display: block;
	padding: 8px 12px;
}
.header-search-popup-res:hover {
	background: #F0F0F0;
}
.header-search-popup-res-title {
	color: #2B2B2B;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	overflow: hidden;
	white-space: nowrap;
}
.header-search-popup-res-art {
	color: #999;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-top: 4px;
	overflow: hidden;
	white-space: nowrap;
}

.header-phone {
	padding: 0 0 0 16px;
	min-width: 236px;
}
.header-head {
	color: #2B2B2B;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0 0 2px 0;
}
.header-text {
	color: #2B2B2B;
	font-family: Inter;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.header-text a{
	color: #2B2B2B;
}
.header-worktime {
	padding: 0 0 0 16px;
	min-width: 136px;
}
.header-addr {
	padding: 0 0 0 16px;
	min-width: 190px;
}
.header-search-mob {
	display: none;
	cursor: pointer;
}
.header__row_bottom {
	background: #1C2954;
	height: 56px;
}
.header__row_bottom_content {
	display: flex;
	align-items: center;
	justify-content: space-between;

}
.header-menu {
	display: flex;
	align-items: center;
	height: 56px;
}
.header-menu-item {
	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0 16px 0 16px;
	white-space: nowrap;
	height: 100%;
}
.header-menu-item:hover{
	background: rgba(255, 255, 255, 0.10);
}
.header-menu-item.active{
	border-top: 4px solid transparent;
	border-bottom: 4px solid #C2272F;
}

.header-menu-item a{
	color: #FFF;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.burger-search__title {
	color: #FFF;
	font-family: Montserrat;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 121.7%;
	padding: 16px 0;
}
.burger-search-field {
	display: flex;
}
.burger-search-input {
	height: 40px;
	padding: 0 12px;
	border-radius: 4px 0 0 4px;
	background: #FFF;
	width: 100%;
	border:0;
	color: #999;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.burger-search-field button {
	display: flex;
	height: 40px;
	padding: 0 8px;
	align-items: center;
	border-radius: 0 4px 4px 0;
	background: #C2272F;
	border:0;
	cursor: pointer;
}

.header-cart{
	display: flex;
}
.header-cart-img{
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 24px;
	background: #FFF;
}
.header-cart-content {
	padding: 0 0 0 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.header-cart-content-txt {
	color: #FFF;
	font-family: Inter;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.header-cart-content-price {
	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 2px;
}
@media (max-width: 1456px) {
	.header__row_top{padding: 0 24px 0 24px;}
	.header__row_bottom_content {padding: 0 24px 0 24px;}
}
@media (max-width: 1325px) {
	.header-worktime{display: none;}
}

@media (max-width: 1190px) {
	.header-addr{display: none;}
}

@media (max-width: 1024px) {
	.header-phone{display: none;}
	.header-search-form{max-width: 315px;}
	.header__row_top{justify-content: space-between;}
}

.burger {
  min-width: 24px;
	width: 24px;
  height: 24px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
	display: none;
}
.burger span {
  position: relative;
  width: 16px;
  height: 2px;
  display: block;
  background-color: #1C2954;
  transition: 0.2s background-color;
}
.burger span:before, .burger span:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #1C2954;
  height: 2px;
  transition: transform 0.7s, background-color 0.2s;
  transform-origin: right center;
}
.burger span:before {
  top: 6px;
}
.burger span:after {
  top: -6px;
}
.burger.active span {
  background-color: transparent;
}
.burger.active span:before {
  border-radius: 1px;
  transform: rotate(45deg) scaleX(1.15) translateY(1px);
}
.burger.active span:after {
  border-radius: 1px;
  transform: rotate(-45deg) scaleX(1.15) translateY(-1px);
}

@media (max-width: 767px) {
	.header {height: 44px;}
	body {padding-top: 44px;}
	.header__row_top {height:44px;}
	.header__row_bottom {display: none;}
	.header-catalog {display: none;}
	.header-search-form {display: none;}
	.burger {display: flex;}
	.header__row_top{padding: 0 16px 0 16px;}
	.header-search-mob {display: block;}
	.header-logo {padding:0; height: 26px;}
	.header-logo a {height: 100%;}
	.header-logo a img{height: 100%;}
}

.burger-menu {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
	background: linear-gradient(157deg, #C2272F -45.82%, #1C2954 54.79%);
    transform: translateY(-100%);
	transition: 0.7s transform;
/*  transition-delay: 0.7s; */
	padding: 16px;

}
.burger-menu.active {
/*  opacity: 1;*/
}

.burger-menu.active {
  transform: translateY(0);
}

.burger-menu__up {
	height: 40px;
	padding: 0 0 16px 0;
	display: flex;
	justify-content: space-between;
}
.burger-menu-close, .burger-menu-search {
	cursor: pointer;
}

.burger-menu__item {
	display: flex;
	align-items: center;
	padding:12px 16px;
	font-family: Montserrat;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 121.7%;
	color: #FFF;
}

.burger-menu__item.active {
	background: #C2272F;
}
.burger-menu__cart {
	position: absolute;
	bottom:26px;
	left:0;
	padding:10px 32px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.burger-menu__cart_descr {
	display: flex;
	align-items: center;
	color: #FFF;
	font-family: Montserrat;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 121.7%;
}
.burger-menu__cart_descr_img {
	position: relative;
	display: flex;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 24px;
	background: #FFF;
	margin: 0 12px 0 0;
}
.burger-menu__cart_descr_num{
	position: absolute;
	left: 23px;
	top: -5px;
	display: flex;
	width: 16px;
	height: 16px;
	padding: 2px 4px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #C2272F;

	color: #FFF;
	font-family: Inter;
	font-size: 8px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.burger-menu__cart_price {
	color: #FFF;
	font-family: Inter;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}


.burger-search {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1004;
	background: linear-gradient(157deg, #C2272F -45.82%, #1C2954 54.79%);
    transform: translateY(-100%);
	transition: 0.7s transform;
/*  transition-delay: 0.7s; */
	padding: 16px;

}

.burger-search.active {
  transform: translateY(0);
}

.burger-search__up {
	height: 40px;
	padding: 0 0 16px 0;
	display: flex;
	justify-content: space-between;
}
.burger-search-close {
	cursor: pointer;
}

.burger-search__item {
	display: flex;
	align-items: center;
	padding:12px 16px;
	font-family: Montserrat;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 121.7%;
	color: #FFF;
}

.def-section {
	padding:32px 24px;
}

.def-section-txt {
	padding:0;
}

@media (max-width: 767px) {
	.def-section {padding:16px 0px;}
	.def-section-txt {padding:0px 16px;}
}

.top-img {
	margin-top: 32px;
	height:335px;
	width:100%;
	overflow: hidden;
}

.top-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
@media (max-width: 1024px) {
	.top-img {height:273px;}
}
@media (max-width: 767px) {
	.top-img {height:160px; margin-top: 16px;}
}


.catalog1 {
	display: flex;
	flex-wrap: wrap;
	padding-top: 2px; 	
	padding-left: 2px;
	margin-top: 32px;

}
.catalog1-item {
	width: calc(25% + 2px);
	height: 245px;
	display: flex;
	align-items:center;
	justify-content: center;
	margin-top: -2px;
	margin-left: -2px;
    border: 2px solid #E1E1E1;
	padding:24px;
}
.catalog1-item img:last-child {
  display: none;  
}

.catalog1-item:hover {
	position:relative;
	z-index:1;
	border: transparent;
	transition: background-color 0.2s, box-shadow 0.2s;
}
.catalog1-item img {
	max-width: 100%;
}
.catalog1-item:hover img:last-child{
	display: block;
}
.catalog1-item:hover img:first-child{
	display: none;
}
.brand-logo {
}

.catalog-more-button {
    padding: 11px 16px;
    border-radius: 4px;
    background: #C2272F;
    margin: 32px auto 0 auto;
    display: block;
    width: fit-content;
    color: #FFF;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
	cursor: pointer;
}
@media (max-width: 767px) {
	.catalog-more-button {width:100%}
}

@media (max-width: 767px) {
	.catalog1-item {width: calc(50% + 2px);	padding:12px;}
}
@media (max-width: 470px) {
	.catalog1-item {height: 160px;}
}

.feedback-form {
	padding: 40px 48px;
	background: #F0F0F0;
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.feedback-form input, .feedback-form textarea{
	color: #999;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.feedback-name {
	width: 49%;
	position: relative;
}
.feedback-name input{
	width: 100%;
	height: 40px;
	padding: 0 12px;
	border-radius: 4px;
	border: 1px solid #E1E1E1;
	background: #FFF;
}
.feedback-email{
	width: 49%;
	position: relative;
}
.feedback-email input{
	width: 100%;
	height: 40px;
	padding: 0 12px;
	border-radius: 4px;
	border: 1px solid #E1E1E1;
	background: #FFF;
}
.feedback-subject{
	width: 100%;
	position: relative;
}
.feedback-subject input{
	width: 100%;
	height: 40px;
	padding: 0 12px;
	border-radius: 4px;
	border: 1px solid #E1E1E1;
	background: #FFF;
	margin: 24px 0 0 0;
}
.feedback-message{
	width: 100%;
	position: relative;
}
.feedback-message textarea{
	height: 112px;
	padding: 16px 12px;
	margin: 24px 0 0 0;
	border-radius: 4px;
	border: 1px solid #E1E1E1;
	background: #FFF;
	width: 100%;
}
.feedback-submit-wrapper {
	width: 100%;
}
.feedback-submit {
	width: 111px;
	display: flex;
	padding: 11px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), #C2272F;
	border-color: transparent;
	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
	margin: 24px auto 0 auto;
}
.feedback-submit-enabled {
	background: #C2272F;
}
.feedback-form-success {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;	
	display: flex;
	padding: 40px 48px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #F0F0F0;
	display: none;
	z-index:1;
}
.feedback-form-success-icon{
	display: flex;
	width: 72px;
	height: 72px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 48px;
	background: #75BF46;
}
.feedback-form-success-str1{
	color: #2B2B2B;
	font-family: Montserrat;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 121.7%;
	margin-top: 16px;
	text-align: center;
}

.feedback-form-success-str2 {
	color:#2B2B2B;
	text-align: center;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-top: 16px;
}
.feedback-form-success-button {
	border-radius: 4px;
	background: #C2272F;
	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 11px 16px;
	margin-top: 24px;
	cursor: pointer;
}

.feedback-form-error-input-error {
	border: 2px solid #C2272F !important;
	color: #C2272F !important;
}
.feedback-form-error-field{
	position: absolute;
	bottom: -19px;
	left: 2px;
	width: 100%;
	color: #C2272F;
	font-family: Inter;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 15.4px */
}

@media (max-width: 767px) {
	.feedback-form {padding:16px; background: #FFF;	margin-top: 16px;}
	.feedback-name {width: 100%;}
	.feedback-email {width: 100%; margin: 24px 0 0 0;}
	.feedback-form input, .feedback-form textarea{font-size: 12px}
	.feedback-form-success-str1 {font-size: 23px;}
	.feedback-form-success-str2 {font-size: 13px;}
}

.footer-up-container {
	background: #F0F0F0;
}
.footer-down-container {
	background: #1C2954;
}
.footer-up {
	display: flex;
	padding: 32px 24px;
}
.footer-up-col1 {
	width: 220px;
}
.footer-up-col2 {
	width: 220px;
}
.footer-up-col1>a, .footer-up-col2>a {
	display: block;
	margin: 0 0 16px 0;
	color: #1C2954;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.footer-up-col1>a:last-child, .footer-up-col2>a:last-child {
	margin: 0;
}
.footer-up-col3 {
	flex: 1;
	display:flex;
	justify-content: right;
	align-items: center;
}
.footer-up-col3-wrapper {
	width: 250px;
}
.footer-up-col3-wrapper img{
	width: 210px;
}
.footer-up-col3-wrapper>div {
	margin-top: 8px;
	color: #999;
	text-align: center;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
}
@media (max-width: 767px) {
	.footer-up{flex-wrap: wrap;}
	.footer-up-col1, .footer-up-col2, .footer-up-col3 {width: 100%;}
	.footer-up a{text-align: center;}
	.footer-up-col3-wrapper {width: 100%}
	.footer-up-col3-wrapper img {margin: 0 auto;}
	.footer-up-col2 {margin-bottom: 8px;}
	.footer-up-col1>a:last-child, .footer-up-col2>a:last-child {margin: 16px;}
}
.footer-down {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 24px;
}
.footer-down>div {
	display:flex;
}
.footer-down>div>*{
	margin: 0 8px 0 0;
	color: #FFF;
	font-family: Inter;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
@media (max-width: 1024px) {
	.footer-down>div>*{font-size: 15px;}
}

@media (max-width: 797px) {
	.footer-down {flex-wrap:wrap; }
	.footer-down>div {width:100%; justify-content: center; margin-bottom: 24px;}
	.footer-down>div:last-child {margin-bottom:0}
	.footer-down>div>*{font-size: 15px;}
}