* {
  box-sizing: border-box;
}

html {
  scrollbar-gutter: stable;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 150%;
  color: #263141;
  font-size: 16px;
}

h1 {
  color: #ff4d4d;
  font-size: 48px;
}

.flex {
  display: flex;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  margin: 0;
}

p,
span {
  margin: 0;
  padding: 0;
}

button,
input {
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

.btn {
  border: none;
  margin: 0;
  cursor: pointer;
  align-items: center;
  padding: 16px 20px;
  gap: 8px;
  background-color: #ff4d4d;
  border-radius: 8px;
  white-space: nowrap;
  color: #ffffff;
  line-height: 125%;
  font-weight: 500;
}


.container {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 0;
}

header {
  position: relative;
  border-bottom: 1px solid #f2f5f9;
  margin: 0 0 40px 0;
}

.header_wrapper {
  gap: 20px;
  padding-top: 12px;
  align-items: center;
  align-self: center;
  justify-content: space-between;
}

.block-menu {
  width: 100%;
}

.block_right {
  gap: 20px;
}

.block_right img {
  width: 24px;
  object-fit: contain;
}

.block_logo {
  align-items: center;
  gap: 12px;
  margin: 0 12px 0 0;
}

.desc_logo {
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
}

.block-right_logo {
  display: flex;
  padding: 14px;
  border-radius: 8px;
  background-color: #f2f5f9;
  max-height: 52px;
}

.menu_btn {
  border-radius: 8px 0 0 8px;
}

#content-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
}

.menu_catalog {
  display: none;
  position: absolute;
  left: 0;
}

.search-widht {
  width: 100%;
}

.block_search {
  width: 100%;
  border-radius: 0 8px 8px 0;
  padding: 14px 20px;
  background-color: #f2f5f9;
}

.form_search {
  width: 100%;
  margin: 0 0 0 10px;
}

.block_search input {
  width: 100%;
  transition: .4s;
}

.block_search input:focus {
  border: none;
  outline: none;
  padding: 0 20px 0 10px;
}

.text_search {
  padding: 0;
  border: none;
  background: #f2f5f9;
}

.text_search::placeholder {
  color: #a1abb9;
}

.border_header {
  border-bottom: 1px solid #f2f5f9;
}

.sub-menu a {
  white-space: nowrap;
}

.banner_img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

a {
  font-size: 15px;
  line-height: 133%;
  color: #263141;
}

.grid-menu {
  display: grid;
  grid-template-columns: repeat(2, 345px);
  gap: 20px;
  justify-content: space-between;
}

.menu-left {
  position: relative;
}

.menu-left h2 {
  margin: 32px 0 16px;
  font-size: 22px;
  line-height: 127%;
  color: #0f1113;
}

#menu-katalog-tovarov {
  width: 100%;
  overflow: visible;
}

#menu-katalog-tovarov a {
  padding: 12px 16px;
}


#menu-katalog-tovarov li {
  border-bottom: 1px solid #eceeef;
  background-color: #f2f5f9;
}

#menu-katalog-tovarov li a:not(:last-child)::before,
#menu-katalog-tovarov .menu-depth-1 li a:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 0;
  width: 106%;
  height: 100%;
}

#menu-katalog-tovarov li a:hover {
  color: #ff4d4d;
}

#menu-katalog-tovarov .menu-depth-1::before {
  width: 100%;
}

.menu-depth-1,
.menu-depth-2 {
  display: none;
}

#menu-katalog-tovarov .menu-item-has-children:hover .menu-depth-1,
#menu-katalog-tovarov .menu-depth-1 .menu-item-has-children:hover .menu-depth-2 {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  margin-left: 20px;
}

#menu-katalog-tovarov li:last-child {
  border-radius: 0 0 12px 12px;
}

#menu-katalog-tovarov li:first-child {
  border-radius: 12px 12px 0 0;
}

.banner-menu {
  margin-top: 76px;
  border-radius: 12px;
  max-height: 625px;
  overflow: hidden;
}

.banner-top {
  display: grid;
  width: 100%;
  grid-template-columns: calc(100% - 540px) auto;
  gap: 20px;
}

.banner-top .btn.flex {
  justify-content: space-between;
}

.banner-top-block {
  display: flex;
	align-items: flex-start;
  flex-direction: column;
  gap: 40px;
  padding: 40px 35px;
  border-radius: 16px;
  background-color: #f2f5f9;
}

.banner-top-block p {
  font-weight: 800;
  font-size: 48px;
  line-height: 150%;
}

.banner-top-block svg {
  position: relative;
  top: 0px;
  transform: translatey(0px);
}