.main-head {
  position: relative;
  height: auto;
  min-height: 60px;
}
@media screen and (min-width: 1024px) {
  .main-head {
    height: 144px;
  }
}
.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 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
  }
}
.main-head .top-content .line-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  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: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  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: "OpenSansRegular", "Open Sans", 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: "OpenSansRegular", "Open Sans", 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 .city-line {
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.main-head .top-content .line-wrap .city-line svg {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.main-head .top-content .line-wrap .city-line:hover svg {
  margin-right: 5px;
}
.main-head .top-content .line-wrap .day-time {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  padding: 5px;
  font-size: 12px;
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media screen and (min-width: 1120px) {
  .main-head .top-content .line-wrap .day-time {
    font-size: 14px;
  }
}
@media screen and (min-width: 1220px) {
  .main-head .top-content .line-wrap .day-time {
    font-size: 16px;
  }
}
.main-head .top-content .line-wrap .day-time svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.main-head .top-content .line-wrap .phone {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 5px;
}
.main-head .top-content .line-wrap .phone .phone-link {
  display: flex;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  font-size: 12px;
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media screen and (min-width: 1120px) {
  .main-head .top-content .line-wrap .phone .phone-link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1220px) {
  .main-head .top-content .line-wrap .phone .phone-link {
    font-size: 16px;
  }
}
.main-head .top-content .line-wrap .phone .phone-link .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.main-head .top-content .line-wrap .phone .call-me {
  display: flex;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  font-size: 12px;
}
@media screen and (min-width: 1120px) {
  .main-head .top-content .line-wrap .phone .call-me {
    font-size: 14px;
  }
}
@media screen and (min-width: 1220px) {
  .main-head .top-content .line-wrap .phone .call-me {
    font-size: 16px;
  }
}
.main-head .top-content .line-wrap .messager {
  display: flex;
  align-items: center;
  font-size: 12px;
}
@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 {
  margin-right: 5px;
  width: 24px;
  height: 24px;
}
.main-head .top-content .line-wrap .messager .icon img {
  width: 24px;
  height: 24px;
}
.main-head .top-content .line-wrap .topmenu .top-menu-button {
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
.main-head .top-content .line-wrap .topmenu .top-menu-button svg {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.main-head .top-content .line-wrap .topmenu .top-menu-button nav {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  z-index: 100;
  border-width: 1px;
  border-style: solid;
  width: 240px;
}
.main-head .top-content .line-wrap .topmenu .top-menu-button nav ul {
  margin: 0;
  padding: 0;
}
.main-head .top-content .line-wrap .topmenu .top-menu-button nav ul li {
  list-style: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.main-head .top-content .line-wrap .topmenu .top-menu-button nav ul li:last-child {
  border-bottom: none;
}
.main-head .top-content .line-wrap .topmenu .top-menu-button nav ul li a {
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  padding: 15px 20px;
}
.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: 74px;
}
.main-head .bottom-content.desktop {
  display: none;
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  .main-head .bottom-content.desktop {
    display: block;
  }
}
.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 {
  padding: 0 15px;
  justify-content: flex-end;
  align-items: center;
  width: 44px;
  height: 50px;
  border-width: 2px;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0px;
  display: flex;
  background-image: url("../../images/icon/gamburger.svg");
  background-repeat: no-repeat;
  background-position: 12px center;
  cursor: pointer;
  margin-right: 15px;
}
@media screen and (min-width: 960px) {
  .main-head .bottom-content.desktop .line-wrap .catalog-search .kss-catalog {
    width: 120px;
  }
}
@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-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 {
  display: flex;
  position: relative;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
}
.main-head .bottom-content.desktop .line-wrap .catalog-search .kss-search .header-form input[type=text] {
  vertical-align: top;
  border: none;
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  outline: none;
  padding-left: 13px;
  border-radius: 10px;
}
.main-head .bottom-content.desktop .line-wrap .catalog-search .kss-search .header-form input[type=submit] {
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  border: 0px;
  font-size: 0;
  outline: none;
  cursor: pointer;
  width: 17px;
  height: 17px;
  background-image: url("../../images/icon/search.svg");
}
.main-head .bottom-content.desktop .line-wrap .catalog-search .kss-search .header-form .search-result {
  display: none;
  position: absolute;
  left: -2px;
  top: 42px;
  border-width: 2px;
  border-style: solid;
  border-top: none;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
  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: 1px;
  border: 0;
  margin: 0 10px;
}
.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: "OpenSansRegular", "Open Sans", 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;
}
.main-head .bottom-content.desktop .line-wrap .login-busket .favorit {
  width: 36px;
  margin-right: 12px;
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .main-head .bottom-content.desktop .line-wrap .login-busket .favorit {
    width: 77px;
  }
}
.main-head .bottom-content.desktop .line-wrap .login-busket .favorit .wrap-box {
  text-align: center;
  display: block;
  text-decoration: none;
}
.main-head .bottom-content.desktop .line-wrap .login-busket .favorit .wrap-box .pic-baloon-wrap {
  position: relative;
  width: 25px;
  margin: 0 auto;
}
.main-head .bottom-content.desktop .line-wrap .login-busket .favorit .wrap-box .pic-baloon-wrap .favorit-baloon {
  position: absolute;
  height: 15px;
  min-width: 15px;
  border-radius: 3px;
  text-align: center;
  line-height: 0;
  padding: 3px;
  top: -5px;
  left: -webkit-calc(100% - 15px);
  left: -moz-calc(100% - 15px);
  left: calc(100% - 15px);
}
@media screen and (min-width: 1194px) {
  .main-head .bottom-content.desktop .line-wrap .login-busket .favorit .wrap-box .pic-baloon-wrap .favorit-baloon {
    display: inline;
  }
}
.main-head .bottom-content.desktop .line-wrap .login-busket .favorit .wrap-box .pic-baloon-wrap .favorit-baloon span {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 10px;
}
.main-head .bottom-content.desktop .line-wrap .login-busket .favorit .wrap-box .text {
  display: block;
  overflow: hidden;
  font-size: 0px;
}
@media screen and (min-width: 1200px) {
  .main-head .bottom-content.desktop .line-wrap .login-busket .favorit .wrap-box .text {
    font-size: 12px;
  }
}
.main-head .bottom-content.desktop .line-wrap .personal {
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  position: relative;
  cursor: pointer;
}
.main-head .bottom-content.desktop .line-wrap .personal .wrap-box {
  text-align: center;
  display: block;
  text-decoration: none;
}
.main-head .bottom-content.desktop .line-wrap .personal .wrap-box .text {
  display: block;
  overflow: hidden;
  font-size: 0px;
}
@media screen and (min-width: 1200px) {
  .main-head .bottom-content.desktop .line-wrap .personal .wrap-box .text {
    font-size: 12px;
  }
}
.main-head .bottom-content.desktop .line-wrap .personal .user-auth .avatar {
  width: 58px;
  height: 58px;
}
.main-head .bottom-content.desktop .line-wrap .personal .user-auth .avatar .avatar-pic {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.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: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  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: 36px;
  margin-right: 12px;
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .main-head .bottom-content.desktop .line-wrap .basket {
    width: 77px;
  }
}
.main-head .bottom-content.desktop .line-wrap .basket .wrap-box {
  text-align: center;
  display: block;
  text-decoration: none;
}
.main-head .bottom-content.desktop .line-wrap .basket .wrap-box .pic-baloon-wrap {
  position: relative;
  width: 25px;
  margin: 0 auto;
}
.main-head .bottom-content.desktop .line-wrap .basket .wrap-box .pic-baloon-wrap .basket-baloon {
  position: absolute;
  height: 15px;
  min-width: 15px;
  border-radius: 3px;
  text-align: center;
  line-height: 0;
  padding: 3px;
  top: -5px;
  left: -webkit-calc(100% - 15px);
  left: -moz-calc(100% - 15px);
  left: calc(100% - 15px);
}
@media screen and (min-width: 1194px) {
  .main-head .bottom-content.desktop .line-wrap .basket .wrap-box .pic-baloon-wrap .basket-baloon {
    display: inline;
  }
}
.main-head .bottom-content.desktop .line-wrap .basket .wrap-box .pic-baloon-wrap .basket-baloon span {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 10px;
}
.main-head .bottom-content.desktop .line-wrap .basket .wrap-box .text {
  display: block;
  overflow: hidden;
  font-size: 0px;
}
@media screen and (min-width: 1200px) {
  .main-head .bottom-content.desktop .line-wrap .basket .wrap-box .text {
    font-size: 12px;
  }
}

.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: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  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: "OpenSansRegular", "Open Sans", 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: "OpenSansRegular", "Open Sans", 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 {
  opacity: 1;
  position: fixed;
  top: 0;
  z-index: 996;
  right: 0;
  left: 0;
  min-height: 54px;
  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: 40px;
  width: 100%;
  position: relative;
}
header .mobile-line .kss-search .header-form {
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
}
header .mobile-line .kss-search .header-form input[type=text] {
  height: 36px;
  border: none;
  width: 100%;
  font-family: "OpenSansRegular", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  outline: none;
  padding-left: 10px;
  padding-right: 40px;
  box-sizing: border-box;
  border-radius: 5px;
}
header .mobile-line .kss-search .header-form input[type=submit] {
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  border: 0px;
  font-size: 0;
  line-height: 19px;
  outline: none;
  cursor: pointer;
  width: 17px;
  height: 17px;
  background-image: url("../../images/icon/search.svg");
  background-position-y: center;
  background-repeat: no-repeat;
}
header .mobile-line .kss-search .header-form .search-result {
  position: absolute;
  left: 0px;
  top: 36px;
  border-width: 2px;
  border-style: solid;
  border-top: none;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
  z-index: 100;
  width: 100%;
  padding-top: 3px;
  display: none;
}
header .mobile-line .kss-search .header-form .search-result hr {
  height: 1px;
  border: 0;
  margin-left: 10px;
}
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: "OpenSansRegular", "Open Sans", 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;
}
header .mobile-line .line-wrap.bottom {
  padding: 10px 0;
}
header .mobile-line .line-wrap .menu-button {
  padding-right: 30px;
  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;
}
header .mobile-line .line-wrap .button-wrap .mobile-search {
  padding: 0 0 0 15px;
}
header .mobile-line .line-wrap .button-wrap .mobile-search .pic-search {
  width: 24px;
  height: 24px;
}
header .mobile-line .line-wrap .button-wrap .basket {
  position: relative;
}
header .mobile-line .line-wrap .button-wrap .basket .link {
  display: flex;
  align-items: center;
  padding: 0 0 0 15px;
  height: 100%;
}
header .mobile-line .line-wrap .button-wrap .basket .basket-baloon {
  position: absolute;
  height: 15px;
  min-width: 15px;
  border-radius: 3px;
  text-align: center;
  line-height: 0;
  padding: 3px;
  top: -5px;
  right: -8px;
}
header .mobile-line .line-wrap .button-wrap .basket .basket-baloon span {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 10px;
}

.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: "OpenSansRegular", "Open Sans", 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: "OpenSansRegular", "Open Sans", 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;
}
@media screen and (min-width: 1120px) {
  .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 {
  margin-right: 5px;
  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 .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%;
  height: auto;
}
.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: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  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: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  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: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .block-container .block-item .price .price-new {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  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: "OpenSansRegular", "Open Sans", 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: "OpenSansRegular", "Open Sans", 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: 300px;
  height: 100%;
  padding: 20px 20px 60px 20px;
  overflow-y: auto;
}
.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 .logo {
  position: relative;
  margin-bottom: 20px;
  display: block;
  width: 220px;
  overflow: hidden;
}
.mobile-menu .mobile-menu__container .logo img {
  width: 220px;
  height: auto;
}
.mobile-menu .mobile-menu__container .phone .phone-link {
  display: flex;
  align-items: center;
  padding: 5px 0;
  text-decoration: none;
  font-family: "OpenSansRegular", "Open Sans", 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 {
  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 {
  margin-left: 24px;
}
.mobile-menu .mobile-menu__container .mobile-top-menu ul li a {
  text-decoration: none;
  display: block;
  padding: 10px 0;
}
.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: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  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: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  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 */
