.hidden-img{
    opacity: 0;
}

#serviceBlock span {
    font-size: 24px;
    font-weight: 700;
    color: #033460;
    margin-bottom: 26px;
}
/* Крестик */
.closebtn {
    margin-left: 15px;
    position: absolute;
    top:10px;
    right:10px;
    font-weight: bold;

    font-size: 26px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

#addBlock {
    /*padding: 24px 15px 21px;*/
}

#addBlock > h1 {
    text-align: center;
    margin: .5rem auto;
    position: relative;
}

#addBlock p {
    position: relative;
}

.basket_mobile {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: transparent;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  
  .basket_mobile:active {
    background: #F2F2F2;
  }
  
  .basket_mobile img {
    display: block;
    width: 100%;
  }
  
  .basket_mobile_active {
    background-color: #006DCC;
  }
  
  .basket_mobile_active:active {
    background: #006DCC;
  }
  
  .basketNew {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 12px 6px 8px;
    border-radius: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
  }
  
  .basketNew_type_active {
    background: #006DCC;
    color: white;
    padding: 6px 12px 6px 8px;
  }
  
  .basketNew__icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 4px;
  }
  
  .basketNew__counter {
    min-width: 20px;
    text-align: center;
    margin-right: 4px;
  }
  
  a.basketNew {
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
  }
  
  a.basketNew:hover, a.basketNew:focus {
    background: #F0F2F5;
    color: #000;
    text-decoration: none;
  }
  
  a.basketNew_type_active:hover, a.basketNew_type_active:focus {
    background: #005299;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
  }

.hidden {
    visibility: hidden;
}

.zeynep .submenu-title span {
    font-size: 18px;
}
.submenu-title span {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 500;
    height: 56px !important;
    line-height: 56px !important;
}