.header {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    position: static;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.header a {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

.header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
    height: 100%;
    width: 133px;
}
header .logo__svg {
    display: block;
    width: 100%;
    height: auto;
}
header.active .logo__svg .st2,
header.active .logo__svg .st1 {
  fill:#021C52;
}
.header .logo__img {
  font-size: 25px;
  color: #ffffff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-weight: 700;
  width: 100%;
  height: auto;
}
.header .logo__img img {
  width: 133px;
}
.header.active .logo__img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #333333;
}
.menu-verhnee-menyu-container ul .menu-item-object-page {
    display: flex;
    list-style-type: none;
    justify-content: center;
    align-items: center;
}
.menu-verhnee-menyu-container  ul .sub-menu .menu-item-object-page {
    padding: 10px 15px;
    list-style-type: none;
}
.search-field {
  display: none;
}
.primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header .primary-menu li a {
    display: flex;
    gap: 10px;
    /*border-bottom:2px solid #4c4c4c;*/
    /*padding: 10px 30px;*/
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #000000;
}
.header.active .primary-menu li a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  /*color: #ffffff;*/
}


.header .call-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header .call-order .call-order__number {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.header .call-order .call-order__number a {
  font-weight: 700;
}
.header .call-order .call-order__number a,
.header .call-order .call-order__btn {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #ffffff;
}
.header.active .call-order .call-order__number a,
.header.active .call-order .call-order__btn {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #333333;
  padding: 0;
  margin: 0;
  display: block;
}


/* menu opener */
.header #nav_opener {
  display: none;
}
.header .mobile-menu-toggle {
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: white;
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0 0 0 auto;
  overflow: hidden;
}
.header .mobile-menu-toggle .line {
  width: 25px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header .mobile-menu-toggle .line:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-color: #fff;
}
.mobile-menu-toggle .line:nth-child(2) {
  top: 25%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-color: #fff;
}
.mobile-menu-toggle .line:nth-child(3) {
  top: 75%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
}
header.active .mobile-menu-toggle .line:nth-child(1),
header.active .mobile-menu-toggle .line:nth-child(2),
header.active .mobile-menu-toggle .line:nth-child(3) {
  background-color: #333;
}
ul.list-items {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-menu.active ul.list-items  {
  display: block;
  width: 100%;
  overflow-x: hidden;
  height: 100vh;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-menu.active ul.list-items li:first-child {
  margin-top: 20px;
}


.header .theme{
    background-image: url(/wp-content/uploads/2025/03/free-icon-sun-606795.png);
    background-repeat: no-repeat;
    background-position: center;
    transition:transform 0.5s, background-color 0.6s ease;
    transform-style: preserve-3d;
    padding: 5px;
    border-radius: 50%;
    background-color: white;
    position: relative;
    width: 45px;
    height: 45px;
    display: inline-block;
}
.header .theme input{
    top: 0;
    opacity: 0;
    position: absolute;
    width: inherit;
    height: inherit;
    cursor: pointer;
}

/**********************************/
.menu-arrow {
    cursor: pointer;
    /*margin-left: 5px;*/
    display: inline-block;
    transition: transform 0.3s ease;
}

.menu-item-has-children.active .menu-arrow {
    transform: rotate(180deg);
}
.menu-item-has-children.active .sub-menu {
    display: flex;
}
/**********************************/
.header-container .col_1{
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center;
}
.header-container .col_2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 61px;
}
.header-container .social_container{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.header-container .social_container a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-container .phone a{
    display: flex;
    gap: 4px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-container .phone a p{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-container .consultation a, .header-container .consultation span{
    display: flex;
    gap: 8px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 50px;
}
.header-container .consultation a p,.header-container .consultation span{
    margin: 0;
    color: #25232B;
    display: flex;
    justify-content: center;
    align-items: center;
}
/**********************************/
.burger-menu {
    background-color: #F6F6F9;
    border-radius: 4px;
    gap: 4px;
    flex-direction: column;
    padding: 16px 13px;
    display: none;
    width: 20px;
    position: relative;
    cursor: pointer;
    z-index: 1000;
}

.burger-menu span {
    background: #000;
    display: block;
    height: 2px;
    transition: all 0.3s ease;
    margin: 0;
}

.burger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
}

.burger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -3px);
}
/**********************************/

.primary-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 48px;
}
.primary-menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 73px;
    left: -28px;
    width: 160px;
    flex-direction: column;
    gap: 0;
    background: #f4f4f4;
    align-items: baseline;
    padding: 5px 10px;
    z-index: 99;
}
.primary-menu ul.sub-menu li a {
    border: none;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    /*text-transform: uppercase;*/
    line-height: 1.4;
    padding: 8px 15px;
}

.primary-menu ul.sub-menu li.current_page_item a {
    color: #000;
    font-weight: bold;
}
.primary-menu ul li.menu-item-has-children {
    position: relative;
    padding-right: 20px;
}

.primary-menu ul li.menu-item-has-children:hover ul.sub-menu li {
    /*border-bottom: solid 1px #eee;*/
    width: 100%;
    /*padding: 5px 0;*/
}
/**********************************/
