* {
  box-sizing: border-box;
}

body {
  box-sizing: border-box;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #000000;
  padding: 0;
  margin: 0;
}

button {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1560px;
  padding: 0 15px;
  margin: 0 auto;
}

@font-face {
  font-family: SegoeUI;
  font-display: swap;
  src: url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: SegoeUI;
  font-display: swap;
  src: url("../fonts/SegoeUI-SemiBold.woff2") format("woff2"), url("../fonts/SegoeUI-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: SegoeUI;
  font-display: swap;
  src: url("../fonts/SegoeUI.woff2") format("woff2"), url("../fonts/SegoeUI.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.header {
  padding-top: 5px;
  padding-bottom: 25px;
  position: relative;
  z-index: 9;
}
.header__content {
  max-width: 100%;
  width: 100%;
  font-family: 'SegoeUI';
}
.header__burger {
  display: none;
}
.header__main .container {
  display: flex;
  align-items: center;
}
.header__logo {
  margin-right: 21px;
}
.header__logo-desktop {
  display: block;
  text-decoration: none;

  max-width: 237px;
  width: 100%;
}
.header__logo-desktop img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__logo-desktop_fixed {
  width: 60px;
  height: 81px;
}
.header__logo-mobile {
  display: none;
}
.header__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5%;

}
.header__location {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: start;
}
.header__location::before {
  content: "";
  display: block;
  min-width: 16px;
  max-width: 16px;
  height: 21px;
  margin-right: 5px;
  background-image: url(../img/location.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header__location-text {
  display: flex;
  white-space: nowrap;
}
.header__location-text span {
  color: #ef7f1a;
  display: inline-block;
  margin-left: 4px;
  font-family: "SegoeUI";
}
.header__mail {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 26px;
  text-align: right;
  text-decoration-line: underline;
  color: #517287;
  text-underline-offset: 2px;
  transition: all 0.3s;
}
.header__mail::before {
  content: "";
  display: block;
  background-image: url(../img/mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 24px;
  min-width: 24px;
  height: 16px;
  margin-right: 8px;
}
.header__mail:hover {
  opacity: 0.7;
}
.header__phone {
  font-size: 15px;
  line-height: 26px;
  text-align: right;
  text-decoration-line: underline;
  color: #118791;
  text-underline-offset: 2px;
  font-weight: 700;
  transition: all 0.3s;
  font-family: "SegoeUI";
  white-space: nowrap;
}
.header__phone:hover {
  opacity: 0.7;
}
.header__phone-two {
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
  font-family: "SegoeUI";
}
.header__phone-two:hover {
  opacity: 0.7;
}
.header__sign-in {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  line-height: 21px;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
  margin-left: auto;
}
.header__sign-in::before {
  content: "";
  display: block;
  background-image: url(../img/sign-in.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 15px;
  min-width: 15px;
  height: 19px;
  margin-right: 6px;
}
.header__sign-in:hover {
  opacity: 0.7;
}
.header__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 29px;
  padding-top: 10px;
}
.header__btn-catalog {
  max-width: 108px;
  min-width: 108px;
  height: 40px;
  background-color: #ef7f1a;
  font-size: 15px;
  line-height: 21px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.header__btn-catalog span {
  display: block;
  margin-right: 5px;
}
.header__btn-catalog:hover {
  opacity: 0.7;
}
.header__search {
  display: flex;
  align-items: center;
  max-width: 689px;
  width: 100%;
  padding: 2px 0 2px 2px;
  background-color: #ef7f1a;
}
.header__search-input {
  display: block;
  width: 100%;
  height: 36px;
  border: none;
  outline: none;
  padding: 0 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
.header__search-input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
.header__btn-search {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  max-width: 104px;
  height: 36px;
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  background-color: #ef7f1a;
  transition: all 0.3s;
}
.header__btn-search:hover {
  opacity: 0.7;
}
.header__btn-search::after {
  content: "";
  display: block;
  min-width: 29px;
  max-width: 29px;
  height: 29px;
  background-image: url(../img/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 4px;
}
.header__btn-calc {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 164px;
  min-width: 164px;
  height: 40px;
  background-color: #118791;
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  transition: all 0.3s;
}
.header__btn-calc:hover {
  background-color: #ef7f1a;
}
.header__block {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  text-decoration: none;
  min-width: 36px;
  max-width: 36px;
  height: 33px;
  transition: all 0.3s;
}
.header__block img {
  display: block;
  width: 28px;
  height: 24px;
  object-fit: contain;
}
.header__block:hover {
  opacity: 0.7;
}
.header__number {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-color: #ef7f1a;
  font-weight: 400;
  font-size: 10px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
}
.header__text {
  font-size: 15px;
  line-height: 26px;
  color: #020202;
  text-align: right;
  white-space: nowrap;
  margin-left: auto;
}
.header__fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 8px;
  display: none;
  background-color: #ffffff;
  padding-bottom: 10px;
  z-index: 100;
}
.header__fixed .header__phone {
  text-decoration: none;
}
.header__fixed-inner {
  max-width: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  gap: 23px;
}
.header__fixed-left {
  display: flex;
  align-items: center;
  gap: 23px;
  width: 70%;
}
.header__fixed-right {
  display: flex;
  align-items: center;
  gap: 23px;
  width: 30%;
}

.header_active .header__main {
  width: 100%;
background-color: #fff;
  position: fixed;
  top: 0;
}
.header .header__main .fixlogo,
.header_active .header__main .mainlogo,.header_active .header__main .header__top{display: none}

.header_active .header__main .fixlogo,
.header_active .header__fixed {
  display: block;
}

.header__top-mobile {
  display: none;
}
.header_active .header__main .fixlogo{width: 55px;height: 55px}
@media (max-width: 1540px) {
  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header__bottom {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .header__top {
    gap: 0;
    row-gap: 10px;
    column-gap: 4%;
    padding-bottom: 0;
  }
  .header__sign-in {
    margin-left: 0;
  }
  .header__text {
    margin-left: 0;
  }
}
@media (max-width: 1480px) {
  .header__fixed-inner {
    flex-wrap: wrap;
    gap: 0;
    column-gap: 23px;
  }
  .header__fixed-left {
    width: 100%;
  }
  .header__fixed-right {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header__bottom {
    flex-wrap: wrap;
    justify-content: start;
    column-gap: 20px;
    row-gap: 10px;
  }
  .header__search {
    order: 1;
    max-width: 100%;
    width: 100%;
  }
  .header__btn-catalog {
    order: 2;
  }
  .header__btn-calc {
    order: 3;
  }
  .header__block_favorite {
    order: 4;
  }
  .header__block_basket {
    order: 5;
  }
  .header__text {
    order: 6;
  }
}
@media (max-width: 1024px) {
  .header__location_none {
    display: none;
  }
  .header__logo {
    margin-right: 10px;
  }
  .header__logo-desktop {
    min-width: 150px;
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .header {
    padding-top: 6px;
    padding-bottom: 7px;
  }
  .header_active .header__fixed {
    display: none;
  }
  .header_active .header__main {
    display: block;
  }
  .header_active .header__top {
    display: flex!important;
  }
  .header__content {
    position: relative;
  }
  .header__bottom {
    padding: 0;
    gap: 0px;
  }
  .header__main .container {
    display: block;
  }
  .header__burger {
    order: 4;
    display: block;
    margin-left: auto;
  }
  .header__burger span {
    display: block;
    width: 26px;
    height: 3px;
    background: #f77e32;
  }
  .header__burger span:not(:last-child) {
    margin-bottom: 5px;
  }
  .header__top {
    display: none;
    flex-direction: column;
    align-items: start;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    background-color: #118791;
    z-index: 1;
    padding: 7px 15px;
    gap: 0;
    height: 100%;
  }
  .header__top-mobile {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    order: 1;
    max-width: 100%;
    width: 100%;
  }
  .header__close {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .header__logo-desktop {
    display: none;
  }
  .header__logo-mobile {
    display: block;
    order: 1;
  }
  .header__btn-catalog {
    display: none;
  }
  .header__btn-calc {
    max-width: 100%;
    width: 100%;
    order: 6;
    background-color: #ef7f1a;
    height: 32px;
    font-size: 12px;
    line-height: 11px;
  }
  .header__search {
    order: 5;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 13px;
    padding: 1px 0 1px 1px;
  }
  .header__search-input {
    height: 32px;
  }
  .header__btn-search {
    height: 32px;
  }
  .header__btn-search::after {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    transform: translateY(-2px);
  }
  .header__block_favorite {
    order: 2;
    margin-left: auto;
  }
  .header__block_basket {
    order: 3;
    margin-left: auto;
  }
  .header__text {
    display: none;
  }
  .header__sign-in {
    order: 3;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    align-items: start;
    margin-bottom: 32px;
  }
  .header__sign-in::before {
    background-image: url(../img/sign-in-mobile.svg);
    margin-right: 10px;
  }
  .header__location_none {
    display: flex;
    align-items: center;
    order: 4;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 8px;
  }
  .header__location_none::before {
    background-image: url(../img/location-mobile.svg);
    margin-right: 12px;
  }
  .header__location-text {
    display: block;
  }
  .header__location-text span {
    display: block;
    margin-top: 2px;
    margin-left: 0;
    font-weight: 700;
    line-height: 100%;
    color: #ffffff;
  }
  .header__mail {
    order: 5;
    font-size: 12px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 8px;
  }
  .header__mail::before {
    background-image: url(../img/mail-mobile.svg);
  }
  .header__phone {
    order: 6;
    font-weight: 700;
    font-size: 12px;
    line-height: 26px;
    color: #ffffff;
  }
  .header__phone-two {
    order: 7;
    font-weight: 700;
    font-size: 12px;
    line-height: 26px;
    color: #ffffff;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu__sublist {
  display: none;
  z-index: 2;
}
.menu__item-link {
  display: block;
}
.menu__item {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  transition: all 0.3s;
}
.menu__item a {
  color: #000000;
  text-decoration: none;
}
.menu__item_link .menu__item-link {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.menu__item_catalog {
  display: none;
}
.menu__item:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .menu__list .menu__item>a{
    padding: 8px 5px;
    height: 34px;
  }
  .menu__item_drop-down .menu__item-link {
    padding: 8px 13px;
    height: 34px;

  }
  .menu__item_drop-down:hover {
    opacity: 1;
  }
  .menu__item_drop-down:hover .menu__item-link {
    display: block;
    background-color: #118791;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #ffffff;
    text-decoration: none;
  }
  .menu__item_drop-down:hover .menu__sublist {
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    padding: 11px 0;
    list-style: none;
    background-color: #0a6b73;
    max-width: fit-content;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .menu__item_drop-down:hover .menu__subitem {
    font-size: 12px;
    line-height: 21px;
  }
  .menu__item_drop-down:hover .menu__subitem:not(:last-child) {
    margin-bottom: 6px;
  }
  .menu__item_drop-down:hover .menu__subitem-link {
    color: #ffffff;
  }
  .menu__item_drop-down:hover .menu__subitem-link:not(:first-child) {
    display: block;
    text-decoration: none;
  }
.menu__item_drop-down:hover .menu__subitem-link:hover {
    text-decoration: underline;
}
}
@media (max-width: 1540px) {
  .menu {
    max-width: 100%;
    width: 100%;
  }
  .menu__list {
    gap: 0;
    column-gap: 5%;
  }
}
@media (max-width: 768px) {

  .menu {
    order: 2;
  }
  .menu__list {
    display: block;
    margin-bottom: 31px;
  }
  .menu__item {
    font-size: 16px;
    line-height: 21px;
  }
  .menu__item a {
    color: #ffffff;
  }
  .menu__item_catalog {
    display: block;
  }
  .menu__item_link a {
    text-decoration: none;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 11px;
  }
  .menu__item_active .menu__sublist {
    display: block;
  }
  .menu__drop-down {
    display: flex;
    align-items: center;
  }
  .menu__drop-down::after {
    content: "";
    display: block;
    min-width: 8px;
    max-width: 8px;
    height: 15px;
    background-image: url(../img/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
  }
  .menu__sublist {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 57px;
    padding-top: 3px;
  }
  .menu__subitem {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
  }
  .menu__subitem:not(:last-child) {
    margin-bottom: 4px;
  }
  .menu__item_link .menu__item-link {
    text-decoration: none;
  }
  .menu__item_drop-down .menu__item-link {
    display: flex;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }
}

.header__search input[type=text], .header__search button {
    margin: 0 !important;
    height: 36px;
    border: none;
    padding: 0 10px;
}