.top_sale {
  background: #E1FBF5;
  font-family: "Inter";
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top_sale {
    font-size: 13px;
  }
}
.top_sale .title {
  display: inline-block;
  color: #1AB2AB;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .top_sale .title {
    display: block;
    font-size: 15px;
  }
}
.top_sale .text {
  color: #3A3A3A;
  display: inline-block;
  cursor: pointer;
}
.top_sale .text .new_price {
  color: #1AB2AB;
  font-weight: bold;
}
.top_sale .text .old_price {
  text-decoration-line: line-through;
}
@media (max-width: 767px) {
  .top_sale .actions {
    flex-flow: column-reverse;
    padding-left: 0;
  }
}
.top_sale .actions .link {
  color: #1AB2AB;
  display: inline-block;
  background: url("/include_areas/header/img/Arrow_2.png") center right no-repeat;
  font-size: 22px;
  padding-right: 50px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .top_sale .actions .link {
    font-size: 13px;
    background-size: 20%;
  }
}
.top_sale .actions .close {
  display: inline-block;
}
@media (max-width: 767px) {
  .top_sale .actions .close {
    align-self: flex-end;
  }
}
@media (max-width: 767px) {
  .top_sale .actions .close img {
    width: 20px;
  }
}

.header-section {
  font-family: "Inter";
}
.header-section > .container {
  margin-top: 18px;
}
.header-section a {
  margin-left: 18px;
}
.header-section .header-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 16px;
  background: #1AB2AB;
  border-radius: 15px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
}
.header-section .header-btn:hover {
  text-decoration: none;
  background: #0EA69F;
}
.header-section .header-btn-blue {
  background: #006EB7;
  margin-left: 20px;
}
.header-section .header-btn-blue:hover {
  background: #005BA4;
}
.header-section .header-phone-block {
  font-family: "Roboto Condensed";
  font-size: 14px;
  line-height: 18px;
  color: #3A3A3A;
  margin-left: 18px;
}
.header-section .header-phone-block a {
  font-family: "Inter";
  line-height: 29px;
  font-size: 24px;
  color: #3A3A3A;
  margin: 0;
}
.header-section .header-search .input-group {
  display: flex;
  align-items: center;
  background: #EEF7FF;
  border: 1px solid #006EB7;
  border-radius: 10px;
  padding: 8px 24px;
}
.header-section .header-search .input-group input {
  border: none;
  background: #EEF7FF;
  font-family: "Inter";
  font-size: 20px;
}
.header-section .header-search .input-group button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.main-menu {
  font-family: "Inter";
  color: #3A3A3A;
  margin-top: 18px;
  /*.navbar > li:nth-child(6) > .item {
    background: #006EB7;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
  }

  .navbar > li:nth-child(6) > .item:hover {
    background: #005BA4;
  }*/
}
@media (max-width: 767px) {
  .main-menu {
    z-index: 1001;
    top: 95px;
  }
}
.main-menu .root .svg-icon svg {
  width: 1em;
  max-height: 1em;
  vertical-align: -0.125em;
  overflow: hidden;
}
.main-menu.fixed {
  margin-top: 0;
}

.header-section-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #ffffff;
  margin: 0;
  width: 100%;
  padding-bottom: 18px;
}
.header-section-mobile .open-search {
  border: none;
  background: none;
}
.header-section-mobile .header-search {
  display: none;
}
.header-section-mobile .header-search .input-group {
  padding: 8px 5px 8px 24px;
}
.header-section-mobile .header-search .input-group input {
  font-size: 14px;
  line-height: 17px;
  height: auto;
}
.header-section-mobile .header-search .input-group button img {
  width: 24px;
}
.header-section-mobile .header-search .input-group .close-search {
  border: #c3c3c3 1px solid;
  background: #c3c3c3;
  color: #000000;
  border-radius: 50%;
  padding: 1px 7px;
  margin-right: 5px;
}
.header-section-mobile a {
  margin: 0;
}
.header-section-mobile .header-btn {
  font-size: 15px;
  line-height: 17px;
  padding: 1px 2px;
  text-align: center;
  margin-right: 10px;
}
.header-section-mobile .wa-link img {
  width: 45px;
}

@media (max-width: 767px) {
  .main-menu-replacer {
    height: 170px;
  }
}

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