.main-head {
  position: relative;
  height: auto;
  min-height: 60px;
}
@media screen and (min-width: 1024px) {
  .main-head {
    min-height: 124px;
  }
}
.main-head .banner {
  height: 50px;
}
.main-head .banner .banner-link {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
}
.main-head .banner .banner-link picture {
  display: flex;
  justify-content: center;
}
.main-head .banner .banner-link .kss-picture {
  width: auto;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-head .top-content {
  display: none;
}
@media screen and (min-width: 1024px) {
  .main-head .top-content {
    display: block;
  }
}
.main-head .top-content .line-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
}
.main-head .top-content .line-wrap .choose-city {
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
  z-index: 100;
  padding: 25px;
  width: 320px;
}
.main-head .top-content .line-wrap .choose-city .vopros {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.main-head .top-content .line-wrap .choose-city .btn-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.main-head .top-content .line-wrap .choose-city .btn-wrap .yes-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 40px;
  border-radius: 6px;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  cursor: pointer;
}
.main-head .top-content .line-wrap .choose-city .btn-wrap .no-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  border-radius: 6px;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  cursor: pointer;
}
.main-head .top-content .line-wrap .left-col {
  display: flex;
  align-items: center;
}
.main-head .top-content .line-wrap .city-line {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  margin-right: 70px;
}
.main-head .top-content .line-wrap .city-line svg {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.main-head .top-content .line-wrap .messager {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 5px;
}
@media screen and (min-width: 1120px) {
  .main-head .top-content .line-wrap .messager {
    font-size: 14px;
  }
}
@media screen and (min-width: 1220px) {
  .main-head .top-content .line-wrap .messager {
    font-size: 16px;
  }
}
.main-head .top-content .line-wrap .messager .icon {
  width: 24px;
  height: 24px;
}
.main-head .top-content .line-wrap .messager .icon.whatsapp {
  position: relative;
}
.main-head .top-content .line-wrap .messager .icon img {
  width: 24px;
  height: 24px;
}
.main-head .top-content .line-wrap .messager .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.main-head .top-content .line-wrap .topmenu nav ul {
  display: flex;
  align-items: center;
}
.main-head .top-content .line-wrap .topmenu nav ul li {
  list-style: none;
  text-align: center;
}
.main-head .top-content .line-wrap .topmenu nav ul li:not(:last-child) {
  margin-right: 32px;
}
.main-head .top-content .line-wrap .topmenu nav ul li a {
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.main-head .bottom-content.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.main-head .bottom-content .header-logo {
  position: relative;
}
.main-head .bottom-content .header-logo img {
  height: 47px;
}
.main-head .bottom-content.desktop {
  display: none;
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  .main-head .bottom-content.desktop {
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}
.main-head .bottom-content.desktop .line-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-head .bottom-content.desktop .line-wrap .catalog-search {
  display: flex;
  margin-right: 12px;
}
.main-head .bottom-content.desktop .line-wrap .catalog-search .kss-catalog {
  align-items: center;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0px;
  display: flex;
  cursor: pointer;
  margin-right: 56px;
}
@media screen and (min-width: 960px) {
  .main-head .bottom-content.desktop .line-wrap .catalog-search .kss-catalog {
    font-size: 16px;
  }
}
.main-head .bottom-content.desktop .line-wrap .catalog-search .kss-catalog svg {
  margin-right: 15px;
}
.main-head .bottom-content.desktop .line-wrap .catalog-search .kss-search {
  width: 401px;
}
@media screen and (min-width: 1200px) {
  .main-head .bottom-content.desktop .line-wrap .catalog-search .kss-search {
    width: 525px;
  }
}
.main-head .bottom-content.desktop .line-wrap .catalog-search .kss-search .header-form {
  border-width: 2px;
  border-style: solid;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 0 10px 0 24px;
  position: relative;
}
.main-head .bottom-content.desktop .line-wrap .catalog-search .kss-search .header-form input[type=text] {
  height: 52px;
  border: none;
  width: calc(100% - 72px);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  outline: none;
  box-sizing: border-box;
  border-radius: 6px;
}
.main-head .bottom-content.desktop .line-wrap .catalog-search .kss-search .header-form input[type=submit] {
  border: 0px;
  font-size: 0;
  line-height: 19px;
  outline: none;
  cursor: pointer;
  width: 38px;
  height: 52px;
  background-image: url("/templates/kss_template/images/usmag/icon/usmag-search.svg");
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-left: auto;
  padding-right: 14px;
}
.main-head .bottom-content.desktop .line-wrap .catalog-search .kss-search .header-form input[type=reset] {
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 0;
  line-height: 19px;
  outline: none;
  cursor: pointer;
  width: 34px;
  height: 52px;
  background-image: url("/templates/kss_template/images/usmag/icon/usmag-reset.svg");
  background-position-y: center;
  background-position-x: 10px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 10px;
}
.main-head .bottom-content.desktop .line-wrap .catalog-search .kss-search .header-form .search-result {
  display: none;
  position: absolute;
  left: -2px;
  top: 57px;
  border-width: 2px;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 6px;
  z-index: 100;
  width: calc(100% + 4px);
  padding-top: 3px;
}
.main-head .bottom-content.desktop .line-wrap .catalog-search .kss-search .header-form .search-result.search-alt {
  display: block;
}
.main-head .bottom-content.desktop .line-wrap .catalog-search .kss-search .header-form .search-result hr {
  height: 0px;
  border: 0;
  margin-bottom: 18px;
}
.main-head .bottom-content.desktop .line-wrap .catalog-search .kss-search .header-form .search-result .result-wrap {
  padding: 0 10px;
}
.main-head .bottom-content.desktop .line-wrap .catalog-search .kss-search .header-form .search-result .result-wrap .result {
  padding: 6px 13px 8px 13px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  text-align: left;
}
.main-head .bottom-content.desktop .line-wrap .catalog-search .kss-search .header-form .search-result .result-wrap .result .kss-picture {
  max-width: 50px;
  max-height: 50px;
}
.main-head .bottom-content.desktop .line-wrap .catalog-search .kss-search .header-form .search-result .result-wrap .result .name {
  margin: 0 10px;
  flex-grow: 1;
}
.main-head .bottom-content.desktop .line-wrap .login-busket {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
.main-head .bottom-content.desktop .line-wrap .login-busket .favorit {
  width: 48px;
  height: 48px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}
.main-head .bottom-content.desktop .line-wrap .login-busket .favorit .wrap-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.main-head .bottom-content.desktop .line-wrap .login-busket .favorit .favorit-baloon {
  position: absolute;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 0;
  padding: 1px 5px;
  top: 4px;
  right: 0;
}
@media screen and (min-width: 1194px) {
  .main-head .bottom-content.desktop .line-wrap .login-busket .favorit .favorit-baloon {
    display: inline;
  }
}
.main-head .bottom-content.desktop .line-wrap .login-busket .favorit .favorit-baloon span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
}
.main-head .bottom-content.desktop .line-wrap .login-busket .favorit .tooltip {
  display: none;
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 13px;
  top: -20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.main-head .bottom-content.desktop .line-wrap .login-busket .favorit .tooltip .arrow-down {
  display: flex;
  width: 16px;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .main-head .bottom-content.desktop .line-wrap .login-busket .favorit:hover .tooltip {
    display: block;
  }
}
.main-head .bottom-content.desktop .line-wrap .personal {
  width: 48px;
  height: 48px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}
.main-head .bottom-content.desktop .line-wrap .personal .wrap-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.main-head .bottom-content.desktop .line-wrap .personal .personal-baloon {
  position: absolute;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 0;
  padding: 1px 5px;
  top: 4px;
  right: 0;
}
@media screen and (min-width: 1194px) {
  .main-head .bottom-content.desktop .line-wrap .personal .personal-baloon {
    display: inline;
  }
}
.main-head .bottom-content.desktop .line-wrap .personal .personal-baloon span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
}
.main-head .bottom-content.desktop .line-wrap .personal .tooltip {
  display: none;
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 13px;
  top: -20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}
.main-head .bottom-content.desktop .line-wrap .personal .tooltip .arrow-down {
  display: flex;
  width: 16px;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .main-head .bottom-content.desktop .line-wrap .personal:hover .tooltip {
    display: block;
  }
}
.main-head .bottom-content.desktop .line-wrap .personal .desktop-user-menu {
  position: absolute;
  width: 300px;
  top: 0;
  right: 0;
  z-index: 2000;
  padding: 15px;
  border-radius: 3px;
  cursor: default;
}
.main-head .bottom-content.desktop .line-wrap .personal .desktop-user-menu .city {
  cursor: pointer;
}
.main-head .bottom-content.desktop .line-wrap .personal .desktop-user-menu .flex {
  display: flex;
  align-items: center;
}
.main-head .bottom-content.desktop .line-wrap .personal .desktop-user-menu .flex a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.main-head .bottom-content.desktop .line-wrap .personal .desktop-user-menu .flex .text {
  margin-left: 5px;
}
.main-head .bottom-content.desktop .line-wrap .personal .desktop-user-menu .mb-10 {
  margin-bottom: 10px;
}
.main-head .bottom-content.desktop .line-wrap .personal .desktop-user-menu .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.main-head .bottom-content.desktop .line-wrap .personal .desktop-user-menu .close .close-btn {
  width: 16px;
  height: 16px;
}
.main-head .bottom-content.desktop .line-wrap .personal .desktop-user-menu .icon {
  width: 18px;
  height: 18px;
}
.main-head .bottom-content.desktop .line-wrap .personal .desktop-user-menu .user-info {
  display: flex;
  width: 240px;
  overflow: hidden;
}
.main-head .bottom-content.desktop .line-wrap .personal .desktop-user-menu .user-info .avatar {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}
.main-head .bottom-content.desktop .line-wrap .personal .desktop-user-menu .user-info .avatar .avatar-pic {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.main-head .bottom-content.desktop .line-wrap .personal .desktop-user-menu .user-info .name-email .name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}
.main-head .bottom-content.desktop .line-wrap .personal .desktop-user-menu .user-info .name-email .email {
  font-size: 14px;
}
.main-head .bottom-content.desktop .line-wrap .basket {
  width: 48px;
  height: 48px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}
.main-head .bottom-content.desktop .line-wrap .basket .wrap-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.main-head .bottom-content.desktop .line-wrap .basket .basket-baloon {
  position: absolute;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 0;
  padding: 1px 5px;
  top: 4px;
  right: 0;
}
@media screen and (min-width: 1194px) {
  .main-head .bottom-content.desktop .line-wrap .basket .basket-baloon {
    display: inline;
  }
}
.main-head .bottom-content.desktop .line-wrap .basket .basket-baloon span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
}
.main-head .bottom-content.desktop .line-wrap .basket .tooltip {
  display: none;
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 13px;
  top: -20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.main-head .bottom-content.desktop .line-wrap .basket .tooltip .arrow-down {
  display: flex;
  width: 16px;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .main-head .bottom-content.desktop .line-wrap .basket:hover .tooltip {
    display: block;
  }
}

.choose-city.kss-mobile {
  display: block;
  position: fixed;
  top: 54px;
  z-index: 1000;
  padding: 15px;
  width: 100%;
  min-height: 89px;
}
@media screen and (min-width: 1024px) {
  .choose-city.kss-mobile {
    display: none;
  }
}
.choose-city.kss-mobile .city {
  margin: 0 auto;
  width: 290px;
}
.choose-city.kss-mobile .city .vopros {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.choose-city.kss-mobile .city .btn-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.choose-city.kss-mobile .city .btn-wrap .yes-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 30px;
  border-radius: 6px;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 0;
  text-decoration: none;
  cursor: pointer;
}
.choose-city.kss-mobile .city .btn-wrap .no-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 30px;
  border-radius: 6px;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 0px;
  text-decoration: none;
  cursor: pointer;
}
.choose-city.kss-mobile .position-load {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 290px;
}
.choose-city.kss-mobile .position-load .text {
  font-size: 14px;
  width: calc(100% - 69px);
}
.choose-city.kss-mobile .position-load .img {
  width: 59px;
  height: 59px;
}

header .desktop, header .kss-desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  header .desktop, header .kss-desktop {
    display: block;
  }
}
header .mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  header .mobile {
    display: none;
  }
}
header .line-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .mobile-line {
  height: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
header .mobile-line .search-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
}
header .mobile-line .kss-search {
  box-sizing: border-box;
  height: 56px;
  width: 100%;
  position: relative;
}
header .mobile-line .kss-search .header-form {
  border-width: 2px;
  border-style: solid;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 0 10px 0 24px;
  position: relative;
}
header .mobile-line .kss-search .header-form input[type=text] {
  height: 52px;
  border: none;
  width: calc(100% - 72px);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  outline: none;
  box-sizing: border-box;
  border-radius: 6px;
}
header .mobile-line .kss-search .header-form input[type=submit] {
  border: 0px;
  font-size: 0;
  line-height: 19px;
  outline: none;
  cursor: pointer;
  width: 38px;
  height: 52px;
  background-image: url("/templates/kss_template/images/usmag/icon/usmag-search.svg");
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-left: auto;
  padding-right: 14px;
}
header .mobile-line .kss-search .header-form input[type=reset] {
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 0;
  line-height: 19px;
  outline: none;
  cursor: pointer;
  width: 34px;
  height: 52px;
  background-image: url("/templates/kss_template/images/usmag/icon/usmag-reset.svg");
  background-position-y: center;
  background-position-x: 10px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 10px;
}
header .mobile-line .kss-search .header-form .search-result {
  position: absolute;
  left: 0px;
  top: 57px;
  border-width: 2px;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 6px;
  z-index: 100;
  width: 100%;
  padding-top: 3px;
  display: none;
}
header .mobile-line .kss-search .header-form .search-result hr {
  height: 0px;
  border: 0;
  margin-bottom: 18px;
}
header .mobile-line .kss-search .header-form .search-result.search-alt {
  display: block;
}
header .mobile-line .kss-search .header-form .search-result .result-wrap {
  padding: 0 10px;
}
header .mobile-line .kss-search .header-form .search-result .result-wrap .result {
  padding: 6px 13px 8px 13px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  text-align: left;
}
header .mobile-line .kss-search .header-form .search-result .result-wrap .result .kss-picture {
  max-width: 50px;
  max-height: 50px;
}
header .mobile-line .kss-search .header-form .search-result .result-wrap .result .name {
  margin: 0 10px;
  flex-grow: 1;
}
header .mobile-line .line-wrap.top {
  padding: 10px 0;
  gap: 24px;
}
header .mobile-line .line-wrap.bottom {
  padding: 10px 0;
}
header .mobile-line .line-wrap .menu-button {
  height: 24px;
}
header .mobile-line .line-wrap .logo-link {
  display: block;
  height: 40px;
  max-width: 170px;
}
header .mobile-line .line-wrap .logo-link img {
  max-height: 40px;
  max-width: 100%;
}
header .mobile-line .line-wrap .button-wrap {
  display: flex;
  align-items: center;
  margin-left: auto;
}
header .mobile-line .line-wrap .button-wrap .mobile-search .pic-search {
  width: 24px;
  height: 24px;
}
header .mobile-footer-line {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 18px 0;
  border-top-width: 1px;
  border-top-style: solid;
  width: 100%;
  z-index: 20;
}
header .mobile-footer-line .line-wrap {
  gap: 18px;
  justify-content: center;
}
header .mobile-footer-line .line-wrap .catalog-menu {
  width: 48px;
  height: 48px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .mobile-footer-line .line-wrap .favorit {
  width: 48px;
  height: 48px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}
header .mobile-footer-line .line-wrap .favorit .wrap-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
header .mobile-footer-line .line-wrap .favorit .favorit-baloon {
  position: absolute;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 0;
  padding: 1px 5px;
  top: 4px;
  right: 0;
}
@media screen and (min-width: 1194px) {
  header .mobile-footer-line .line-wrap .favorit .favorit-baloon {
    display: inline;
  }
}
header .mobile-footer-line .line-wrap .favorit .favorit-baloon span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
}
header .mobile-footer-line .personal {
  width: 48px;
  height: 48px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}
header .mobile-footer-line .personal .wrap-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
header .mobile-footer-line .personal .personal-baloon {
  position: absolute;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 0;
  padding: 1px 5px;
  top: 4px;
  right: 0;
}
@media screen and (min-width: 1194px) {
  header .mobile-footer-line .personal .personal-baloon {
    display: inline;
  }
}
header .mobile-footer-line .personal .personal-baloon span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
}
header .mobile-footer-line .basket {
  width: 48px;
  height: 48px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}
header .mobile-footer-line .basket .wrap-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
header .mobile-footer-line .basket .basket-baloon {
  position: absolute;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 0;
  padding: 1px 5px;
  top: 4px;
  right: 0;
}
@media screen and (min-width: 1194px) {
  header .mobile-footer-line .basket .basket-baloon {
    display: inline;
  }
}
header .mobile-footer-line .basket .basket-baloon span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
}

.header-catalog.open {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
.header-catalog.openf {
  position: absolute;
  z-index: 15;
  top: 188px;
  left: 0;
  width: 100%;
}
.header-catalog .header-catalog__overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.header-catalog .header-catalog__container {
  display: flex;
  position: relative;
  z-index: 1000;
  height: 100%;
}
.header-catalog .header-catalog__container .menu-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 100px;
}
.header-catalog .header-catalog__container .menu-header .phone {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 5px;
}
.header-catalog .header-catalog__container .menu-header .phone .phone-link {
  display: flex;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media screen and (min-width: 1120px) {
  .header-catalog .header-catalog__container .menu-header .phone .phone-link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1220px) {
  .header-catalog .header-catalog__container .menu-header .phone .phone-link {
    font-size: 16px;
  }
}
.header-catalog .header-catalog__container .menu-header .phone .phone-link .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.header-catalog .header-catalog__container .menu-header .phone .call-me {
  display: flex;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  font-size: 12px;
}
@media screen and (min-width: 1120px) {
  .header-catalog .header-catalog__container .menu-header .phone .call-me {
    font-size: 14px;
  }
}
@media screen and (min-width: 1220px) {
  .header-catalog .header-catalog__container .menu-header .phone .call-me {
    font-size: 16px;
  }
}
.header-catalog .header-catalog__container .menu-header .messager {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 5px;
}
@media screen and (min-width: 1024px) {
  .header-catalog .header-catalog__container .menu-header .messager {
    font-size: 14px;
  }
}
@media screen and (min-width: 1220px) {
  .header-catalog .header-catalog__container .menu-header .messager {
    font-size: 16px;
  }
}
.header-catalog .header-catalog__container .menu-header .messager .icon {
  width: 24px;
  height: 24px;
}
.header-catalog .header-catalog__container .menu-header .messager .icon img {
  width: 24px;
  height: 24px;
}
.header-catalog .header-catalog__container .menu-header .messager .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.header-catalog .header-catalog__container .menu-header .header-catalog-menu-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.header-catalog .header-catalog__container .menu-header .logo {
  width: 256px;
  padding-top: 20px;
}
.header-catalog .header-catalog__container .menu-header .logo img {
  max-width: 100%;
  width: auto;
  height: 47px;
}
.header-catalog .header-catalog__container .catalog-menu-wrap {
  display: flex;
  padding: 20px 0 100px 0;
  height: 100%;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-category {
  width: 256px;
  border-right-width: 1px;
  border-right-style: solid;
  box-sizing: border-box;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-category .catalog-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-category .catalog-title a {
  text-decoration: none;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-category .catalog-category-list {
  list-style-type: none;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-category .catalog-category-list .list-item {
  border-left-width: 5px;
  border-left-style: solid;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-category .catalog-category-list .list-item.active {
  border-left-width: 5px;
  border-left-style: solid;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-category .catalog-category-list .list-item .list-item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding: 8px 30px 8px 11px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  overflow: hidden;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-category .catalog-category-list .list-item .list-item-link svg {
  width: 20px;
  height: 20px;
  opacity: 0.2;
  position: absolute;
  right: 10px;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory {
  width: calc(100% - 256px);
  padding: 0 0 0 40px;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .category-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .category-title a {
  text-decoration: none;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .subcategory-wrap {
  display: flex;
  flex-wrap: wrap;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .subcategory-wrap .subcategory-list {
  width: 312px;
  margin-bottom: 40px;
  padding-right: 20px;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .subcategory-wrap .subcategory-list .subcategory-list-title {
  margin-bottom: 10px;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .subcategory-wrap .subcategory-list .subcategory-list-title .list-title-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .subcategory-wrap .subcategory-list .subcategory-list-title .list-title-link .img-wrap {
  width: 64px;
  height: 64px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .subcategory-wrap .subcategory-list .subcategory-list-title .list-title-link .img-wrap img {
  width: auto;
  max-width: 64px;
  height: auto;
  max-height: 64px;
  margin: 0 auto;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .subcategory-wrap .subcategory-list .subcategory-list-title .list-title-link .text-wrap {
  overflow: hidden;
  width: calc(100% - 74px);
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .subcategory-wrap .subcategory-list .list-item-link {
  display: block;
  text-decoration: none;
  margin-top: 8px;
  font-size: 16px;
  padding-left: 74px;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .block-container {
  display: flex;
  flex-wrap: wrap;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .block-container .block-item {
  width: 234px;
  padding-right: 10px;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .block-container .block-item a {
  text-decoration: none;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .block-container .block-item .product-img {
  height: 224px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .block-container .block-item .banner-img {
  height: 330px;
  overflow: hidden;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .block-container .block-item .kss-picture {
  max-width: 100%;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .block-container .block-item .price {
  margin-top: 10px;
  display: flex;
  overflow: hidden;
  align-items: center;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .block-container .block-item .price .price-nosale {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .block-container .block-item .price .price-new {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  margin-right: 5px;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .block-container .block-item .price .price-old {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-decoration: line-through;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .block-container .block-item .name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  margin: 10px 0;
  box-sizing: border-box;
  height: 40px;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .block-container .block-item .name .name-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mobile-menu.open {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.mobile-menu .mobile-menu__overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.mobile-menu .mobile-menu__container {
  top: 0;
  position: relative;
  z-index: 101;
  width: 315px;
  height: 100%;
  padding: 16px 24px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.mobile-menu .mobile-menu__container::before {
  content: "";
  background-image: var(--logo-url-var);
  background-size: auto 292px;
  background-repeat: no-repeat;
  background-position: 98px 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.09;
  z-index: -1;
}
.mobile-menu .mobile-menu__container .flex {
  display: flex;
  align-items: center;
}
.mobile-menu .mobile-menu__container .flex a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.mobile-menu .mobile-menu__container .flex .text {
  margin-left: 5px;
}
.mobile-menu .mobile-menu__container .mb-10 {
  margin-bottom: 10px;
}
.mobile-menu .mobile-menu__container .menu-item {
  padding: 10px 0;
}
.mobile-menu .mobile-menu__container .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.mobile-menu .mobile-menu__container .close .close-btn {
  width: 16px;
  height: 16px;
}
.mobile-menu .mobile-menu__container .icon {
  width: 18px;
  height: 18px;
}
.mobile-menu .mobile-menu__container .city {
  margin-top: auto;
  margin-bottom: 39px;
}
.mobile-menu .mobile-menu__container .city .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.mobile-menu .mobile-menu__container .phone .phone-link {
  display: flex;
  align-items: center;
  padding: 5px 0;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.mobile-menu .mobile-menu__container .phone .phone-link .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.mobile-menu .mobile-menu__container .messager-block .block-text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 16px;
}
.mobile-menu .mobile-menu__container .messager-block .block-button {
  display: flex;
  align-items: center;
  gap: 4px;
}
.mobile-menu .mobile-menu__container .messager-block .block-button > div {
  height: 80px;
  width: 131.5px;
  border-radius: 3px;
}
.mobile-menu .mobile-menu__container .messager-block .block-button > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.mobile-menu .mobile-menu__container .messager {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 5px 0;
}
@media screen and (min-width: 1120px) {
  .mobile-menu .mobile-menu__container .messager {
    font-size: 14px;
  }
}
@media screen and (min-width: 1220px) {
  .mobile-menu .mobile-menu__container .messager {
    font-size: 16px;
  }
}
.mobile-menu .mobile-menu__container .messager .icon {
  margin-right: 5px;
  width: 24px;
  height: 24px;
}
.mobile-menu .mobile-menu__container .messager .icon img {
  width: 24px;
  height: 24px;
}
.mobile-menu .mobile-menu__container .mobile-top-menu ul {
  list-style-type: none;
}
.mobile-menu .mobile-menu__container .mobile-top-menu ul li {
  display: flex;
  padding: 16px 0 12px 0;
  align-items: center;
}
.mobile-menu .mobile-menu__container .mobile-top-menu ul li a {
  text-decoration: none;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.mobile-menu .mobile-menu__container .user-info {
  display: flex;
}
.mobile-menu .mobile-menu__container .user-info .avatar {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}
.mobile-menu .mobile-menu__container .user-info .avatar .avatar-pic {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.mobile-menu .mobile-menu__container .user-info .name-email .name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}
.mobile-menu .mobile-menu__container .user-info .name-email .email {
  font-size: 14px;
}
.mobile-menu .mobile-menu__container .action-button {
  margin-top: 40px;
}
.mobile-menu .mobile-menu__container .action-button .call-modal {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 10px;
}
.mobile-menu .mobile-menu__container .action-button .askQuestion {
  display: block;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
}

.mobile-catalog {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.mobile-catalog .mobile-catalog__overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.mobile-catalog .mobile-catalog__container {
  top: 0;
  position: relative;
  z-index: 101;
  width: 300px;
  height: 100%;
  padding: 0 0 60px 0;
  box-sizing: border-box;
  overflow-y: auto;
}
.mobile-catalog .mobile-catalog__container .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.mobile-catalog .mobile-catalog__container .close .close-btn {
  width: 16px;
  height: 16px;
}
.mobile-catalog .mobile-catalog__container .catalog-category .catalog-title {
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 15px;
}
.mobile-catalog .mobile-catalog__container .catalog-category .catalog-title.back {
  position: relative;
}
.mobile-catalog .mobile-catalog__container .catalog-category .catalog-title.back .button-back {
  position: absolute;
  left: 15px;
  top: calc(50% - 8px);
}
.mobile-catalog .mobile-catalog__container .catalog-category .catalog-category-title a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.mobile-catalog .mobile-catalog__container .catalog-category .catalog-category-list .list-item .list-item-link {
  padding: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

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