#header {
  width: 100%;
  display: flex;
  justify-content: center;
}
#header .header {
  height: 100px;
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  width: 1200px;
}
#header .header .logo {
  margin-right: 15px;
}
#header .header .logo a img {
  height: 100%;
}
#header .header .center {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  justify-content: center;
  width: 100%;
}
#header .header .center .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 40px;
  align-items: flex-end;
}
#header .header .center .top .header-email {
  color: #009BDB;
}
#header .header .center .top .header-email button {
  border: none;
  background-color: #fff;
}
#header .header .center .top .nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  min-width: 50%;
}
#header .header .center .top .nav .nav_item {
  font-weight: 600;
  margin: 0 7px;
}
#header .header .center .bottom {
  display: flex;
  flex-direction: row;
  font-size: 24px;
  position: relative;
}
#header .header .center .bottom .catalog {
  cursor: pointer;
  width: 143px;
  height: 41px;
  color: white;
  background-color: #009BDB;
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px;
  line-height: normal;
}
#header .header .center .bottom .catalog::before {
  content: url(../../themes/sofikar/assets/images/catalog_before.svg);
  height: 28px;
  display: block;
  top: 10px;
  margin-right: 8px;
}
#header .header .center .bottom .nav-catalog {
  z-index: 101;
  display: none;
  cursor: auto;
  min-height: 340px;
  align-items: stretch;
  font-style: normal;
  line-height: normal;
  position: absolute;
  color: white;
  width: 450px;
  top: 50px;
  left: -182px;
}
#header .header .center .bottom .nav-catalog .categories {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  max-width: 182px;
  border-right: solid white 2px;
  background: #009BDB;
  align-self: baseline;
}
#header .header .center .bottom .nav-catalog .categories div {
  padding: 7px;
  position: relative;
  cursor: pointer;
}
#header .header .center .bottom .nav-catalog .categories div:hover {
  outline: 2px white solid;
}
#header .header .center .bottom .nav-catalog .categories div:hover::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 10px;
  top: 0;
  left: -10px;
  background-color: #009BDB;
  border-radius: 5px 0 0 5px;
}
#header .header .center .bottom .nav-catalog .subcategories {
  background: #009BDB;
  padding: 0 15px 20px 15px ;
  position: relative;
  width: 100%;
  min-height: 100%;
}
#header .header .center .bottom .nav-catalog .subcategories .category-items {
  display: none;
}
#header .header .center .bottom .nav-catalog .subcategories .category-items .label {
  font-size: 28px;
  font-weight: 700;
}
#header .header .center .bottom .nav-catalog .subcategories .category-items a {
  color: white;
}
#header .header .center .bottom .nav-catalog .subcategories .category-items > a {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 133.799%;
}
#header .header .center .bottom .nav-catalog .subcategories .item-show {
  display: block;
}
#header .header .center .bottom .nav-catalog .subcategories::before {
  content: "";
  background: #009BDB;
  display: block;
  position: absolute;
  left: 0;
  top: -9px;
  height: 9px;
  width: 100%;
}
#header .header .center .bottom .nav-show {
  display: flex;
}
#header .header .center .bottom .search {
  height: 41px;
  width: 100%;
}
#header .header .center .bottom .search input {
  border: solid 2px #009BDB;
  height: 100%;
  border-radius: 0px 5px 5px 0px;
  background-color: white;
  width: 100%;
  padding-left: 8px;
  padding-right: 40px;
}
#header .header .center .bottom .search input:focus-visible {
  outline: none;
}
#header .header .center .bottom .search .search-output {
  background-color: #fffffff0;
  position: relative;
  z-index: 90;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.459);
  padding: 20px 0 1px 0 ;
  font-size: 16px;
}
#header .header .center .bottom .search .search-output .search-item {
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}
#header .header .center .bottom .search .search-output .search-item img {
  height: 60px;
  width: 60px;
  object-fit: contain;
}
#header .header .center .bottom .search .search-output .search-item div {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #header .header .center .bottom .search .search-output {
    font-size: 13px;
  }
  #header .header .center .bottom .search .search-output img {
    height: 40px;
    width: 40px;
  }
}
#header .header .center .bottom .search-img {
  position: absolute;
  top: 2px;
  left: calc(100% - 46px);
  cursor: pointer;
  background: none;
  height: 100%;
  display: flex;
  border: none;
  justify-content: center;
  align-items: flex-start;
}
#header .header .right_side {
  display: flex;
  flex-direction: column;
  min-width: 150px;
  margin-left: 10px;
}
#header .header .right_side .top {
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding-bottom: 7px;
  justify-content: flex-start;
}
#header .header .right_side .top .language-icon {
  margin-left: 5px;
  flex-shrink: 0;
  object-fit: none;
  width: 40px;
  object-fit: contain;
  filter: grayscale(1);
}
#header .header .right_side .top .active {
  filter: grayscale(0);
}
#header .header .right_side .top .other {
  display: flex;
}
#header .header .right_side .top .other img {
  width: 17px;
  height: 20px;
}
#header .header .right_side .top .other .text {
  margin-left: 2px;
  width: 57px;
  height: 24px;
  color: #009BDB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
}
#header .header .right_side .bottom {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-direction: row;
  font-size: 14px;
}
#header .header .right_side .bottom .button {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#header .header .right_side .bottom .button .text {
  color: #009BDB;
}
#header .header .right_side .bottom .button #cart_count {
  position: absolute;
  top: -5px;
  right: -12px;
}
#header .header .right_side .bottom .button #cart_count .cart_count {
  color: white;
  background-color: red;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  text-align: center;
}
#header .header #navbar {
  z-index: 102;
  padding: 7px 0;
}
#header .header #navbar .navbar-toggler {
  margin-top: 5px;
  margin-right: 8px;
}
#header .header #navbar .navbar-toggler:focus {
  outline: none;
}
#header .header #navbar .container-fluid {
  position: absolute;
  top: 52px;
  left: -238px;
  background-color: white;
  color: #1F1F1F;
  font-size: 24px;
  font-weight: 600;
  width: 300px;
}
#header .header #navbar .container-fluid .language-icon {
  flex-shrink: 0;
  object-fit: none;
  width: 30px;
  object-fit: contain;
  filter: grayscale(1);
}
#header .header #navbar .container-fluid .active {
  filter: grayscale(0);
}
#header .header .active {
  filter: grayscale(0);
}
@media screen and (max-width: 769px) {
  #header .header {
    height: 52px;
  }
  #header .header .logo {
    display: none;
  }
  #header .header .center {
    padding: 5px 20px;
    padding-right: 10px;
  }
  #header .header .center .top {
    display: none;
  }
  #header .header .center .bottom .catalog {
    display: none;
  }
  #header .header .center .bottom .search {
    height: 30px;
  }
  #header .header .center .bottom .search input {
    border-radius: 5px;
    font-size: 20px;
    font-weight: 400;
  }
  #header .header .center .bottom .search-img {
    top: 1px;
    right: 0;
  }
  #header .header .right_side {
    display: none;
  }
}
#footer {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #009BDB;
  height: 123px;
  font-size: 16px;
}
#footer .footer {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  color: white;
}
#footer .footer .logo {
  width: 162px;
  height: 93px;
}
#footer .footer .block {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#footer .footer .block .title {
  font-weight: 700;
}
#footer .footer .block a {
  color: #FFF;
  font-weight: 400;
}
#footer .footer .block .networks {
  margin-top: 5px;
  display: flex;
  justify-content: space-around;
}
#footer .footer .contacts {
  width: 285px;
  height: 100%;
}
@media screen and (max-width: 769px) {
  #footer {
    height: auto;
    margin-bottom: 75px;
  }
  #footer .footer {
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
  }
  #footer .footer .logo {
    width: 98px;
    height: 56px;
  }
  #footer .footer .block {
    min-width: 90px;
    margin: 0 10px;
  }
  #footer .footer .block .networks a img {
    height: 26px;
    width: 26px;
  }
  #footer .footer .contacts {
    width: auto;
    min-width: 150px;
    font-weight: 400;
  }
  #footer .footer .mobile-block {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  #footer {
    height: auto;
    margin-bottom: 75px;
  }
  #footer .footer {
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
  }
  #footer .footer .logo {
    width: 73px;
    height: 42px;
  }
}
#mobile-navigation {
  display: none;
}
@media screen and (max-width: 769px) {
  #mobile-navigation {
    z-index: 100;
    display: block;
    position: fixed;
    top: calc(100% - 75px);
    height: 75px;
    width: 100%;
    background-color: #fff;
  }
  #mobile-navigation .content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  #mobile-navigation .content .button {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  #mobile-navigation .content .button .label {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #949494;
  }
  #mobile-navigation .content .button #cart_count_mobile {
    position: absolute;
    top: -5px;
    right: -12px;
  }
  #mobile-navigation .content .button #cart_count_mobile .cart_count {
    color: white;
    background-color: red;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    text-align: center;
  }
  #mobile-navigation .content .button .active {
    color: #009BDB;
  }
}
#cookies {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #9d9d9d70;
}
#cookies .content {
  z-index: 1001;
  position: fixed;
  bottom: 10px;
  width: 90dvw;
  max-width: 1200px;
  background-color: white;
  border: 3px solid #009bdb;
  box-shadow: 0px 0px 20px 10px #b4b4b4;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  padding: 20px 30px;
}
#cookies .content .title {
  font-weight: 600;
  font-size: 32px;
}
#cookies .content .text {
  padding: 20px 10px;
  margin-right: 30%;
}
#cookies .content .buttons button {
  border: none;
  outline: none;
  color: white;
  border-radius: 8px;
  padding: 5px 10px;
  background-color: #009bdb;
}
@media screen and (max-width: 767px) {
  #cookies .content {
    padding: 10px 20px;
  }
  #cookies .content .title {
    font-size: 26px;
  }
  #cookies .content .text {
    margin-right: auto;
    font-size: 14px;
    padding: 10px 0;
  }
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
