.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: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}
.choose-city.kss-mobile .city .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.choose-city.kss-mobile .city .btn-wrap .yes-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 30px;
  border-radius: 6px;
  border: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 0;
  text-decoration: none;
  cursor: pointer;
}
.choose-city.kss-mobile .city .btn-wrap .no-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 30px;
  border-radius: 6px;
  border: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 0px;
  text-decoration: none;
  cursor: pointer;
}
.choose-city.kss-mobile .position-load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
}

.main-head {
  position: relative;
  height: auto;
  min-height: 54px;
}
@media screen and (min-width: 1024px) {
  .main-head {
    height: auto;
  }
}
.main-head .pic-baloon-wrap {
  position: relative;
}
.main-head .pic-baloon-wrap.not-white {
  margin: 0 auto;
}
.main-head .pic-baloon-wrap svg {
  margin-top: 5px;
}
.main-head .pic-baloon-wrap .basket-baloon {
  position: absolute;
  height: 15px;
  min-width: 15px;
  border-radius: 3px;
  text-align: center;
  line-height: 0;
  padding: 3px;
  top: 0;
  right: -8px;
  background: #DE5819;
}
@media screen and (min-width: 1194px) {
  .main-head .pic-baloon-wrap .basket-baloon {
    display: inline;
  }
}
.main-head .pic-baloon-wrap .basket-baloon span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 10px;
}
.main-head .desktop, .main-head .kss-desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .main-head .desktop, .main-head .kss-desktop {
    display: block;
  }
}
.main-head .mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .main-head .mobile {
    display: none;
  }
}
.main-head .line-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-head .line-wrap .right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.main-head .null-line {
  padding: 5px 0;
}
.main-head .null-line .choose-city {
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
  z-index: 100;
  padding: 25px;
  width: 320px;
}
.main-head .null-line .choose-city .vopros {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}
.main-head .null-line .choose-city .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.main-head .null-line .choose-city .btn-wrap .yes-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 40px;
  border-radius: 6px;
  border: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  cursor: pointer;
}
.main-head .null-line .choose-city .btn-wrap .no-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 40px;
  border-radius: 6px;
  border: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  cursor: pointer;
}
.main-head .null-line .city-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.main-head .null-line .city-line svg {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.main-head .null-line .city-line:hover svg {
  margin-right: 5px;
}
.main-head .null-line .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
}
.main-head .null-line .phone .phone-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.main-head .null-line .phone .phone-link .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.main-head .first-line {
  padding: 25px 0 35px 0;
}
.main-head .first-line a {
  text-decoration: none;
}
.main-head .first-line .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.main-head .first-line .logo img {
  height: 54px;
}
@media screen and (max-width: 1300px) {
  .main-head .first-line .logo img {
    height: 35px;
  }
}
.main-head .first-line .logo span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #DE5819;
}
@media screen and (max-width: 1300px) {
  .main-head .first-line .logo span {
    font-size: 12px;
  }
}
.main-head .first-line .block-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.main-head .first-line .block-contacts .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.main-head .first-line .block-contacts .messager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.main-head .first-line .block-contacts .phone a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  color: #DE5819;
}
.main-head .first-line .block-contacts .phone a:hover {
  color: #f38149;
}
@media screen and (max-width: 1300px) {
  .main-head .first-line .block-contacts .phone a {
    font-size: 24px;
  }
}
.main-head .second-line {
  margin-bottom: 30px;
}
.main-head .second-line .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1300px) {
  .main-head .second-line .top-menu {
    gap: 30px;
  }
}
.main-head .second-line .top-menu .catalog .catalog-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 1300px) {
  .main-head .second-line .top-menu .catalog .catalog-link {
    font-size: 16px;
  }
}
.main-head .second-line .top-menu .catalog .catalog-link svg {
  margin-right: 8px;
}
.main-head .second-line .top-menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1300px) {
  .main-head .second-line .top-menu nav ul {
    gap: 20px;
  }
}
.main-head .second-line .top-menu nav ul li {
  list-style: none;
  text-align: center;
}
.main-head .second-line .top-menu nav ul li a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 1300px) {
  .main-head .second-line .top-menu nav ul li a {
    font-size: 16px;
  }
}
.main-head .second-line .option {
  font-size: 0px;
}
@media screen and (min-width: 1366px) {
  .main-head .second-line .option {
    font-size: 16px;
  }
}
.main-head .second-line .option .option-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 15px 30px;
  height: 54px;
}
.main-head .second-line .option .option-link svg {
  margin-right: 5px;
}
.main-head .second-line .search {
  margin-left: auto;
  width: 100%;
  max-width: 300px;
  position: relative;
}
.main-head .second-line .search .search-show {
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
}
.main-head .second-line .search .search-show .white-search {
  display: none;
}
.main-head .second-line .search .search-show .text {
  display: block;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.main-head .second-line .search .search-show:hover .text {
  text-decoration: underline;
  color: #06035E;
}
.main-head .second-line .search input[type=text] {
  height: 36px;
  width: 100%;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: rgba(6, 3, 94, 0.5);
  border: none;
  border-bottom: 2px solid #06035E;
}
.main-head .second-line .search input[type=submit] {
  position: absolute;
  right: 0;
  border: 0px;
  font-size: 0;
  outline: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-image: url("/templates/kss_template/images/icon/search.svg");
}
.main-head .second-line .search .search-result {
  display: none;
  position: absolute;
  left: -2px;
  top: 33px;
  border-top: 2px solid #06035E;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 5px 5px;
  z-index: 100;
  width: calc(100% + 4px);
  padding-top: 3px;
}
.main-head .second-line .search .search-result.search-alt {
  display: block;
}
.main-head .second-line .search .search-result hr {
  height: 1px;
  border: 0;
  margin: 0 10px;
}
.main-head .second-line .search .search-result .result-wrap .result {
  padding: 6px 13px 8px 13px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0;
  text-align: left;
}
.main-head .second-line .search .search-result .result-wrap .result .kss-picture {
  max-width: 50px;
  max-height: 50px;
}
.main-head .second-line .search .search-result .result-wrap .result .name {
  margin: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  color: #06035E;
  font-size: 14px;
}
.main-head .second-line .search .search-result .result-wrap .result .price {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #06035E;
  font-size: 14px;
}
.main-head .second-line .basket {
  text-align: center;
}
.main-head .second-line .basket a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
}
.main-head .second-line .basket a .text {
  display: block;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.main-head .second-line .basket a:hover .text {
  text-decoration: underline;
  color: #06035E;
}
.main-head .second-line .personal {
  position: relative;
  cursor: pointer;
}
.main-head .second-line .personal .guest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-align: center;
}
.main-head .second-line .personal .guest .text {
  display: block;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.main-head .second-line .personal .guest:hover .text {
  text-decoration: underline;
  color: #06035E;
}
.main-head .second-line .personal .user-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-align: center;
}
.main-head .second-line .personal .user-auth .text {
  display: block;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.main-head .second-line .personal .user-auth:hover .text {
  text-decoration: underline;
  color: #06035E;
}
.main-head .second-line .personal .user-auth .avatar {
  width: 58px;
  height: 58px;
}
.main-head .second-line .personal .user-auth .avatar .avatar-pic {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.main-head .second-line .personal .desktop-user-menu {
  position: absolute;
  width: 300px;
  top: 0;
  right: 0;
  z-index: 2000;
  padding: 15px;
  border-radius: 3px;
  cursor: default;
}
.main-head .second-line .personal .desktop-user-menu .city {
  cursor: pointer;
}
.main-head .second-line .personal .desktop-user-menu .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-head .second-line .personal .desktop-user-menu .flex a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.main-head .second-line .personal .desktop-user-menu .flex .text {
  margin-left: 5px;
}
.main-head .second-line .personal .desktop-user-menu .mb-10 {
  margin-bottom: 10px;
}
.main-head .second-line .personal .desktop-user-menu .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.main-head .second-line .personal .desktop-user-menu .close .close-btn {
  width: 16px;
  height: 16px;
}
.main-head .second-line .personal .desktop-user-menu .icon {
  width: 18px;
  height: 18px;
}
.main-head .second-line .personal .desktop-user-menu .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  overflow: hidden;
}
.main-head .second-line .personal .desktop-user-menu .user-info .avatar {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}
.main-head .second-line .personal .desktop-user-menu .user-info .avatar .avatar-pic {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.main-head .second-line .personal .desktop-user-menu .user-info .name-email .name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
.main-head .second-line .personal .desktop-user-menu .user-info .name-email .email {
  font-size: 14px;
}
.main-head .mobile-line {
  background: #4352A8;
  opacity: 1;
  position: fixed;
  top: 0;
  z-index: 996;
  right: 0;
  left: 0;
  min-height: 54px;
  height: auto;
}
.main-head .mobile-line .line-wrap.top {
  padding: 10px 0;
}
.main-head .mobile-line .line-wrap.bottom {
  padding: 10px 0;
}
.main-head .mobile-line .line-wrap .left-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
}
.main-head .mobile-line .line-wrap .menu-button {
  height: 32px;
}
.main-head .mobile-line .line-wrap .menu-button svg {
  width: 32px;
  height: 32px;
}
.main-head .mobile-line .line-wrap .mobile-logo {
  padding-right: 10px;
}
.main-head .mobile-line .line-wrap .mobile-logo .logo-link {
  display: block;
  height: 35px;
}
.main-head .mobile-line .line-wrap .mobile-logo .logo-link img {
  width: 35px;
  height: 35px;
}
.main-head .mobile-line .line-wrap .search {
  margin-left: auto;
  position: relative;
}
.main-head .mobile-line .line-wrap .search .search-show {
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.main-head .mobile-line .line-wrap .search .search-show .blue-search {
  display: none;
}
.main-head .mobile-line .line-wrap .search .search-show .text {
  display: none;
}
.main-head .mobile-line .line-wrap .search input[type=text] {
  height: 36px;
  width: 100%;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: rgba(6, 3, 94, 0.5);
  border-radius: 4px;
  border: none;
  padding-left: 10px;
}
.main-head .mobile-line .line-wrap .search input[type=submit] {
  position: absolute;
  top: 2px;
  right: 5px;
  border: 0px;
  font-size: 0;
  outline: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-image: url("/templates/kss_template/images/icon/search.svg");
}
.main-head .mobile-line .line-wrap .search .search-result {
  display: none;
  position: absolute;
  left: -2px;
  top: 33px;
  border-top: 2px solid #06035E;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 5px 5px;
  z-index: 100;
  width: calc(100% + 4px);
  padding-top: 3px;
}
.main-head .mobile-line .line-wrap .search .search-result.search-alt {
  display: block;
}
.main-head .mobile-line .line-wrap .search .search-result hr {
  height: 1px;
  border: 0;
  margin: 0 10px;
}
.main-head .mobile-line .line-wrap .search .search-result .result-wrap .result {
  padding: 6px 13px 8px 13px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0;
  text-align: left;
}
.main-head .mobile-line .line-wrap .search .search-result .result-wrap .result .kss-picture {
  max-width: 50px;
  max-height: 50px;
}
.main-head .mobile-line .line-wrap .search .search-result .result-wrap .result .name {
  margin: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  color: #06035E;
  font-size: 14px;
}
.main-head .mobile-line .line-wrap .search .search-result .result-wrap .result .price {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #06035E;
  font-size: 14px;
}
@media only screen and (max-width: 560px) {
  .main-head .mobile-line .line-wrap .search input[type=text] {
    font-size: 14px;
  }
  .main-head .mobile-line .line-wrap .search input[type=submit] {
    width: 24px;
    height: 24px;
  }
}
.main-head .mobile-line .line-wrap .button-wrap {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-head .mobile-line .line-wrap .button-wrap .mobile-search {
  padding: 0 0 0 15px;
}
.main-head .mobile-line .line-wrap .button-wrap .mobile-search .pic-search {
  width: 24px;
  height: 24px;
}
.main-head .mobile-line .line-wrap .button-wrap .basket .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 15px;
  height: 100%;
}
.main-head .fixed-line {
  background: #4352A8;
  opacity: 1;
  -webkit-transition: top 0.3s linear;
  transition: top 0.3s linear;
  position: fixed;
  top: -100px;
  z-index: 996;
  right: 0;
  left: 0;
}
.main-head .fixed-line.fixed {
  top: 0;
  z-index: 997;
  padding: 10px 0;
}
.main-head .fixed-line a {
  text-decoration: none;
}
.main-head .fixed-line .fixed-logo .logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-head .fixed-line .fixed-logo .logo-link img {
  height: 35px;
}
.main-head .fixed-line .catalog .catalog-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.main-head .fixed-line .catalog .catalog-link svg {
  margin-right: 8px;
}
.main-head .fixed-line .search {
  margin-left: auto;
  width: 100%;
  max-width: 300px;
  position: relative;
}
.main-head .fixed-line .search .search-show {
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
}
.main-head .fixed-line .search .search-show .blue-search {
  display: none;
}
.main-head .fixed-line .search .search-show .text {
  display: block;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
.main-head .fixed-line .search .search-show:hover {
  background: none;
}
.main-head .fixed-line .search .search-show:hover .text {
  text-decoration: underline;
}
.main-head .fixed-line .search input[type=text] {
  height: 36px;
  width: 100%;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: rgba(6, 3, 94, 0.5);
  border-radius: 4px;
  border: none;
  padding-left: 10px;
}
.main-head .fixed-line .search input[type=submit] {
  position: absolute;
  top: 2px;
  right: 5px;
  border: 0px;
  font-size: 0;
  outline: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-image: url("/templates/kss_template/images/icon/search.svg");
}
.main-head .fixed-line .search .search-result {
  display: none;
  position: absolute;
  left: -2px;
  top: 33px;
  border-top: 2px solid #06035E;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 5px 5px;
  z-index: 100;
  width: calc(100% + 4px);
  padding-top: 3px;
}
.main-head .fixed-line .search .search-result.search-alt {
  display: block;
}
.main-head .fixed-line .search .search-result hr {
  height: 1px;
  border: 0;
  margin: 0 10px;
}
.main-head .fixed-line .search .search-result .result-wrap .result {
  padding: 6px 13px 8px 13px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0;
  text-align: left;
}
.main-head .fixed-line .search .search-result .result-wrap .result .kss-picture {
  max-width: 50px;
  max-height: 50px;
}
.main-head .fixed-line .search .search-result .result-wrap .result .name {
  margin: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  color: #06035E;
  font-size: 14px;
}
.main-head .fixed-line .search .search-result .result-wrap .result .price {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #06035E;
  font-size: 14px;
}
.main-head .fixed-line .basket {
  text-align: center;
}
.main-head .fixed-line .basket a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
}
.main-head .fixed-line .basket a .text {
  display: block;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.main-head .fixed-line .basket a:hover {
  background: none;
}
.main-head .fixed-line .basket a:hover .text {
  text-decoration: underline;
}
.main-head .fixed-line .personal {
  position: relative;
  cursor: pointer;
}
.main-head .fixed-line .personal .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-align: center;
}
.main-head .fixed-line .personal .link .text {
  display: block;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.main-head .fixed-line .personal .link:hover {
  background: none;
}
.main-head .fixed-line .personal .link:hover .text {
  text-decoration: underline;
}
.main-head .fixed-line .personal .user-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-align: center;
}
.main-head .fixed-line .personal .user-auth .text {
  display: block;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.main-head .fixed-line .personal .user-auth:hover .text {
  text-decoration: underline;
}
.main-head .fixed-line .personal .user-auth .avatar {
  width: 58px;
  height: 58px;
}
.main-head .fixed-line .personal .user-auth .avatar .avatar-pic {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.main-head .fixed-line .personal .desktop-user-menu {
  position: absolute;
  width: 300px;
  top: 0;
  right: 0;
  z-index: 2000;
  padding: 15px;
  border-radius: 3px;
  cursor: default;
}
.main-head .fixed-line .personal .desktop-user-menu .city {
  cursor: pointer;
}
.main-head .fixed-line .personal .desktop-user-menu .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-head .fixed-line .personal .desktop-user-menu .flex a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.main-head .fixed-line .personal .desktop-user-menu .flex .text {
  margin-left: 5px;
}
.main-head .fixed-line .personal .desktop-user-menu .mb-10 {
  margin-bottom: 10px;
}
.main-head .fixed-line .personal .desktop-user-menu .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.main-head .fixed-line .personal .desktop-user-menu .close .close-btn {
  width: 16px;
  height: 16px;
}
.main-head .fixed-line .personal .desktop-user-menu .icon {
  width: 18px;
  height: 18px;
}
.main-head .fixed-line .personal .desktop-user-menu .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  overflow: hidden;
}
.main-head .fixed-line .personal .desktop-user-menu .user-info .avatar {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}
.main-head .fixed-line .personal .desktop-user-menu .user-info .avatar .avatar-pic {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.main-head .fixed-line .personal .desktop-user-menu .user-info .name-email .name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
.main-head .fixed-line .personal .desktop-user-menu .user-info .name-email .email {
  font-size: 14px;
}

.header-catalog.open {
  position: fixed;
  z-index: 998;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1000;
  overflow: hidden;
  overflow-y: scroll;
  margin-right: -100px;
  padding-right: 100px;
  height: 100%;
}
.header-catalog .header-catalog__container .menu-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 100px;
}
.header-catalog .header-catalog__container .menu-header .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
}
.header-catalog .header-catalog__container .menu-header .phone .phone-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  text-decoration: none;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  max-height: 81px;
}
.header-catalog .header-catalog__container .catalog-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-sizing: border-box;
          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-right-width: 5px;
  border-right-style: solid;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-category .catalog-category-list .list-item.active {
  border-right-width: 5px;
  border-right-style: solid;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-category .catalog-category-list .list-item .list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 8px 30px 8px 11px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .block-container .block-item .price .price-nosale {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
.header-catalog .header-catalog__container .catalog-menu-wrap .catalog-subcategory .subcategory .block-container .block-item .price .price-new {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  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: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  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: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
          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;
  height: 100%;
  padding: 20px 20px 60px 20px;
  overflow-y: auto;
}
.mobile-menu .mobile-menu__container .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu .mobile-menu__container .flex a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.mobile-menu .mobile-menu__container .flex .text {
  margin-left: 5px;
  font-size: 18px;
}
.mobile-menu .mobile-menu__container .mb-10 {
  margin-bottom: 10px;
}
.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: 15px;
  display: block;
  overflow: hidden;
}
.mobile-menu .mobile-menu__container .logo img {
  width: auto;
  height: 35px;
}
.mobile-menu .mobile-menu__container .menu-item {
  padding: 10px 0;
}
.mobile-menu .mobile-menu__container .personal {
  padding: 15px 0;
  border-top: 1px solid rgba(210, 210, 210, 0.3);
  border-bottom: 1px solid rgba(210, 210, 210, 0.3);
}
.mobile-menu .mobile-menu__container .personal .guest .text {
  color: #06035E;
}
.mobile-menu .mobile-menu__container .personal .guest:hover {
  text-decoration: underline;
}
.mobile-menu .mobile-menu__container .personal .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu .mobile-menu__container .personal .user-info .avatar {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}
.mobile-menu .mobile-menu__container .personal .user-info .avatar .avatar-pic {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.mobile-menu .mobile-menu__container .personal .user-info .name-email .name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
.mobile-menu .mobile-menu__container .personal .user-info .name-email .email {
  font-size: 14px;
}
.mobile-menu .mobile-menu__container .catalog-menu {
  padding: 15px 0;
  border-top: 1px solid rgba(210, 210, 210, 0.3);
  border-bottom: 1px solid rgba(210, 210, 210, 0.3);
}
.mobile-menu .mobile-menu__container .catalog-menu .catalog-link {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1F1F1F;
}
.mobile-menu .mobile-menu__container .catalog-menu .catalog-link svg {
  margin-right: 8px;
}
.mobile-menu .mobile-menu__container .mobile-top-menu ul li {
  list-style: none;
}
.mobile-menu .mobile-menu__container .mobile-top-menu ul li a {
  padding: 15px 0;
  border-top: 1px solid rgba(210, 210, 210, 0.3);
  border-bottom: 1px solid rgba(210, 210, 210, 0.3);
  display: block;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.mobile-menu .mobile-menu__container .block-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 15px 0;
}
.mobile-menu .mobile-menu__container .block-contacts .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.mobile-menu .mobile-menu__container .block-contacts .email .icon {
  width: 24px;
  height: 24px;
}
.mobile-menu .mobile-menu__container .block-contacts .email .text a {
  text-decoration: none;
}
.mobile-menu .mobile-menu__container .block-contacts .messager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.mobile-menu .mobile-menu__container .block-contacts .messager .icon {
  width: 32px;
  height: 32px;
}
.mobile-menu .mobile-menu__container .block-contacts .phone a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 33px;
  color: #DE5819;
  text-decoration: none;
}
.mobile-menu .mobile-menu__container .block-contacts .phone a:hover {
  color: #f38149;
}

.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;
  -webkit-box-sizing: border-box;
          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: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-catalog .mobile-catalog__container .catalog-category .catalog-category-list .list-item .list-item-link {
  padding: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}/*# sourceMappingURL=header.css.map */