body {
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

label {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

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

h1, h2, h3, h4, h5, h6 {
  border: none;
  margin: 0;
  padding: 0;
  position: unset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.2;
}

h1::before, h2::before, h3::before, h4::before, h5::before, h6::before {
  content: none;
}

h1::after, h2::after, h3::after, h4::after, h5::after, h6::after {
  content: none;
}

.container-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 19px;
}
@media screen and (max-width: 1169.7px) {
  .container-menu {
    width: calc(100vw - 30px);
    margin: 0 15px;
  }
}

.container-top-menu {
  max-width: 1170px;
  display: grid;
  grid-template-columns: 210px auto;
  grid-template-rows: 22px 110px;
  grid-column-gap: 30px;
}
@media screen and (max-width: 1169.7px) {
  .container-top-menu {
    width: 100%;
    display: block;
  }
}

.container-main-menu {
  max-width: 1170px;
  margin-top: 31px;
  height: 34px;
  width: 100%;
  background: #252525;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.container-main-menu nav {
  width: inherit;
  height: 100%;
}
@media screen and (max-width: 1169.7px) {
  .container-main-menu nav {
    display: none;
  }
}
.container-main-menu ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.container-main-menu ul li {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  transition: 0.45s;
}
.container-main-menu ul li:hover {
  /*background: #FFCC00;*/
  color: #000000;
  cursor: pointer;
  box-shadow: inset 20em 0 0 0 #FFCC00;
  /*transform: scale(1.1);*/
}
.container-main-menu ul li.active {
  background: #FFCC00;
  color: #000000;
}
.container-main-menu a {
  font-size: 0.87rem;
  font-weight: 400;
}
.container-main-menu .search-container {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1169.7px) {
  .container-main-menu .search-container {
    width: 75%;
  }
}
.container-main-menu .search-container input {
  outline: none;
  height: 100%;
  width: 59px;
  background: #252525;
  border: none;
  color: white;
  padding: 5px;
}
@media screen and (max-width: 1169.7px) {
  .container-main-menu .search-container input {
    width: 100%;
  }
}
.container-main-menu .search-container span {
  width: 38px;
  height: 100%;
  background: #FFCC00;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 1.2rem;
}
.container-main-menu .aside-link {
  height: 100%;
  display: flex;
}
.container-main-menu .aside-link a {
  padding: 0 15px;
  background: #FFCC00;
  color: #000000;
  text-transform: uppercase;
  line-height: 2.4;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-left: 65px;
}

.container-logo {
  grid-area: 1/1/3/2;
  width: 210px;
  height: 134px;
}
@media screen and (max-width: 1169.7px) {
  .container-logo {
    display: none;
  }
}
.container-logo img {
  width: 100%;
  height: 100%;
}

.top-menu {
  grid-area: 1/2/2/3;
  padding-bottom: 8px;
  border-bottom: 1px solid #D7D7D7;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1169.7px) {
  .top-menu {
    width: 100%;
    overflow: auto;
    scrollbar-width: none;
  }
}
.top-menu nav:last-child {
  margin-left: 181px;
}
.top-menu nav:last-child ul {
  column-gap: 0;
}
.top-menu nav:last-child ul li:first-child {
  border-right: 1px solid black;
  padding-right: 14px;
}
.top-menu nav:last-child ul li:last-child {
  padding-left: 14px;
}
.top-menu ul {
  display: flex;
  column-gap: 21px;
}
.top-menu ul li a {
  white-space: nowrap;
}

.cart-menu {
  grid-area: 2/2/3/3;
  margin-top: 19px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1169.7px) {
  .cart-menu {
    justify-content: center;
  }
}

.banner-menu {
  width: 253px;
  height: 70px;
  background: #e2e2e2;
}
@media screen and (max-width: 1169.7px) {
  .banner-menu {
    display: none;
  }
}

.cart {
  display: flex;
  height: 70px;
}
.cart .cart-info {
  height: inherit;
}
.cart .cart-info nav {
  height: inherit;
}
.cart .cart-info ul {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart .cart-info ul .cart-info-item {
  display: flex;
  align-items: end;
}
.cart .cart-info ul svg {
  width: 19px;
  height: 18px;
}
.cart .cart-info ul a {
  text-decoration: underline;
  margin-left: 8px;
}
.cart .cart-list {
  height: inherit;
  margin-left: 35px;
}
.cart .cart-list nav {
  height: inherit;
}
.cart .cart-list ul {
  height: inherit;
  display: flex;
  column-gap: 15px;
}
.cart .cart-list a {
  width: 70px;
  height: 70px;
}
.cart .cart-list img {
  width: inherit;
  height: inherit;
}

.contact {
  width: 184px;
  height: 91px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #252525;
}
@media screen and (max-width: 1169.7px) {
  .contact {
    display: none;
  }
}
.contact .container-time-work {
  display: flex;
  justify-content: space-between;
}
.contact .container-time-work span:first-child {
  font-weight: bold;
}
.contact .phone-number {
  font-size: 1.56rem;
  font-weight: bold;
  text-transform: uppercase;
}
.contact .select-location {
  display: flex;
  justify-content: space-between;
}
.contact .select-location .container-select {
  display: flex;
  align-items: end;
  position: relative;
}
.contact .select-location .container-select svg {
  position: absolute;
  top: 0;
  bottom: -9px;
  left: -19px;
  margin: auto;
}
.contact .select-location .container-select span {
  border-bottom: 1px dotted;
  position: relative;
}
.contact .select-location .container-select span:hover {
  cursor: pointer;
}
.contact .select-location .container-select:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #252525;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto;
}

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