.h-head__logo {
    height: 70px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    cursor: pointer;
    background-size: contain;
    background-position: left;
    background-repeat:  no-repeat;
}
/* .h-head__logo::before {
    content: 'ЛОГОТИП';
    font-size: 20px;
    color: #000;
    line-height: 1;
    font-family: var(--font-1r);
} */
.h-head__add-button .btn {
    font-size: 18px;
}
.h-head__add-button .btn::before {
    content: '\f2bb';
    font-family: FontAwesome;
    font-size: 18px;
    padding-right: 6px;
    /*color: var(--color-b1);*/
}

/*.h-head {*/
    /*position: relative;*/
    /*height: 100vh;*/
    /*min-height: 370px;*/
    /*z-index: 5;*/
/*}*/
/*.h-head__bgi {*/
    /*position: absolute;*/
    /*z-index: 0;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*opacity: 1;*/
    /*background: center/cover no-repeat;*/
/*}*/
/*.h-head__bgi::before {*/
    /*content: '';*/
    /*background: rgba(0,0,0,.4);*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/
/*.h-head__top {*/
    /*padding: 30px 0;*/
/*}*/
/*.h-head__logo {*/
    /*cursor: pointer;*/
    /*position: relative;*/
/*}*/
/*.h-head__logo--image {*/
    /*height: 80px;*/
    /*position: relative;*/
    /*z-index: 1;*/
    /*background: center 28%/auto no-repeat;*/
/*}*/
/*.h-head__logo::before {*/
    /*z-index: 0;*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    /*border-radius: 100%;*/
    /*background-color: rgba(255,255,255,.12);*/
    /*filter: blur(25px);*/
/*}*/
/*.h-head__body {*/
    /*position: relative;*/
    /*z-index: 1;*/
    /*display: flex;*/
    /*height: 100%;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
/*}*/
/*.h-head__salon {*/
    /*background: center/auto no-repeat;*/
    /*height: 100px;*/
/*}*/
/*.h-head__bottom {*/
    /*padding: 45px 0;*/
/*}*/
/*.h-head__salons a:hover .h-head__salon {*/
    /*background-color: var(--color-gray-soft);*/
    /*-webkit-transition: var(--tran-soft);*/
    /*-moz-transition: var(--tran-soft);*/
    /*-ms-transition: var(--tran-soft);*/
    /*-o-transition: var(--tran-soft);*/
    /*transition: var(--tran-soft);*/
/*}*/
/*.h-head__list {*/
    /*padding-left: 0;*/
    /*margin: 0;*/
    /*background-color: var(--color-gray-soft);*/
    /*display: flex;*/
    /*justify-content: space-evenly;*/
    /*position: relative;*/
    /*align-items: center;*/
/*}*/
/*.h-head__list.active {*/
    /*left: 0;*/
/*}*/
/*.h-head__list-item {*/
    /*display: inline-block;*/
/*}*/
/*.h-head__list-item > a {*/
    /*color: #fff;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*padding: 10px 5px;*/
/*}*/
/*.h-head__list-item:hover .h-head__list-list {*/
    /*display: flex;*/
/*}*/
/*.h-head__list-list {*/
    /*display: none;*/
    /*position: absolute;*/
    /*justify-content: space-evenly;*/
    /*top: 100%;*/
    /*left: 0;*/
    /*background-color: rgba(255,255,255,.75);*/
    /*margin: 0;*/
    /*padding: 10px 5px 5px 5px;*/
    /*z-index: 3;*/
/*}*/
/*.h-head__list-list--studio {*/
    /*width: 100%;*/
/*}*/
/*.h-head__list-list--school {*/
    /*width: 120%;*/
    /*left: -10%;*/
    /*display: none;*/
/*}*/
/*.h-head__list-item--triangle > a {*/
    /*position: relative;*/
/*}*/
/*.h-head__list-item--triangle:hover > a::before {*/
    /*display: flex;*/
/*}*/
/*.h-head__list-item--triangle > a::before {*/
    /*content: '';*/
    /*display: none;*/
    /*border-left: 10px solid transparent;*/
    /*border-right: 10px solid transparent;*/
    /*border-bottom: 10px solid rgba(255,255,255,.5);*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: calc(50% - 5px);*/
/*}*/
/*.h-head__list-list-item-icon {*/
    /*display: block;*/
    /*text-align: center;*/
    /*font-size: 0;*/
    /*min-width: 15px;*/
/*}*/
/*.h-head__list-list-item-name {*/
    /*color: var(--color-prpl);*/
    /*font-size: 10px;*/
    /*text-transform: uppercase;*/
    /*font-family: var(--font-m);*/
    /*line-height: 1;*/
/*}*/
/*.h-head__list-list-item-icon::before {*/
    /*font-family: forme;*/
    /*font-size: 30px;*/
    /*color: var(--color-prpl);*/
    /*line-height: 1;*/
    /*!*position: relative;*!*/
    /*!*top: 2px;*!*/
/*}*/
/*.h-head__list-list-item-icon--barberservice::before {*/
    /*content: '\e800';*/
/*}*/
/*.h-head__list-list-item-icon--nails::before {*/
    /*content: '\e808';*/
/*}*/
/*.h-head__list-list-item-icon--childroom::before {*/
    /*content: '\e804';*/
/*}*/
/*.h-head__list-list-item-icon--barbershop::before {*/
    /*content: '\e809';*/
/*}*/
/*.h-head__list-list-item-icon--solarstudio::before {*/
    /*content: '\e80c';*/
/*}*/
/*.h-head__list-list-item-icon--makeup::before {*/
    /*content: '\e807';*/
/*}*/
/*.h-head__list-list-item-icon--makeup::before {*/
    /*content: '\e807';*/
/*}*/
/*.h-head__list-list-item-icon--manicure::before {*/
    /*content: '\e819';*/
/*}*/
/*.h-head__list-list-item-icon--pedicure::before {*/
    /*content: '\e818';*/
/*}*/
/*.h-head__list-list-item-icon--nailadd::before {*/
    /*content: '\e81c';*/
/*}*/
/*.h-head__list-list-item-icon--nailart::before {*/
    /*content: '\e81b';*/
/*}*/
/*.h-head__list-list-item-icon--brow::before {*/
    /*content: '\e807';*/
/*}*/
/*.h-head__list-list-item-icon--hair::before {*/
    /*content: '\e81a';*/
/*}*/
/*.h-head__list-list-item-icon--chic::before {*/
    /*content: '\e817';*/
/*}*/
/*.h-head__list-list-item-icon--sugaring::before {*/
    /*content: '\e81d';*/
/*}*/
/*.h-head__list-list-item {*/
    /*display: inline-block;*/
    /*padding: 0 5px;*/
    /*text-align: center;*/
/*}*/
/*.h-head__list-item-icon {*/
    /*display: block;*/
/*}*/
/*.h-head__list-item-icon::before {*/
    /*font-family: Forme;*/
    /*font-size: 18px;*/
    /*color: #fff;*/
    /*padding-right: 3px;*/
    /*line-height: 1;*/
    /*position: relative;*/
    /*top: 2px;*/
/*}*/
/*.h-head__list-item-icon--studio::before {*/
    /*content: '\e801';*/
/*}*/
/*.h-head__list-item-icon--school::before {*/
    /*content: '\e80b';*/
/*}*/
/*.h-head__list-item-icon--gallery::before {*/
    /*content: '\e803';*/
/*}*/
/*.h-head__list-item-icon--contacts::before {*/
    /*content: '\e802';*/
/*}*/
/*.h-head__list-item-icon--vacancy:before {*/
    /*content: '\e806';*/
/*}*/
/*.h-head__list-item-icon--news::before {*/
    /*content: '\e80a';*/
/*}*/
/*.h-head__list-item-name--bold {*/
    /*font-family: var(--font-b);*/
/*}*/
/*.h-head__list-item-name {*/
    /*text-transform: uppercase;*/
    /*font-size: 11px;*/
/*}*/
/*.h-head__cart {*/
    /*display: flex;*/
    /*align-items: center;*/
    /*cursor: pointer;*/
/*}*/
/*.h-head__cart-number {*/
    /*font-size: 10px;*/
    /*color: #fff;*/
    /*font-family: var(--font-m);*/
    /*text-transform: uppercase;*/
    /*padding-right: 3px;*/
/*}*/
/*.h-head__cart-icon::before {*/
    /*content: '\e80e';*/
    /*font-family: Forme;*/
    /*font-size: 22px;*/
    /*color: #fff;*/
    /*line-height: 1;*/
/*}*/
/*.h-head__social {*/
    /*display: flex;*/
    /*align-items: center;*/
/*}*/
/*.h-head__social-icon {*/
    /*display: inline-flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*padding: 3px;*/
    /*border: 1px solid #fff;*/
    /*border-radius: 100%;*/
    /*line-height: 1;*/
    /*font-size: 0;*/
    /*margin: 0 2px;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*text-align: center;*/
/*}*/
/*.h-head__social-icon::before {*/
    /*font-family: FontAwesome;*/
    /*font-size: 10px;*/
    /*color: #fff;*/
/*}*/
/*.h-head__social-icon_fb::before {*/
    /*content: '\f09a';*/
/*}*/
/*.h-head__social-icon_vk::before {*/
    /*content: '\f189';*/
/*}*/
/*.h-head__social-icon_in::before {*/
    /*content: '\f16d';*/
/*}*/
/*.h-head__search-button {*/
    /*padding-left: 10px;*/
/*}*/
/*.h-head__search-button::before {*/
    /*content: '\e810';*/
    /*font-family: Forme;*/
    /*font-size: 18px;*/
    /*color: #fff;*/
/*}*/
/*.h-head__search {*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: flex-end;*/
/*}*/
/*.h-head__search-input-wrap {*/
    /*width: 0;*/
    /*opacity: 0;*/
    /*-webkit-transition: var(--tran-soft);*/
    /*-moz-transition: var(--tran-soft);*/
    /*-ms-transition: var(--tran-soft);*/
    /*-o-transition: var(--tran-soft);*/
    /*transition: var(--tran-soft);*/
    /*will-color: width, opacity;*/
    /*!*border-bottom: 1px solid #fff;*!*/
    /*!*padding-right: 10px;*!*/
/*}*/
/*.h-head__search.active .h-head__search-input-wrap {*/
    /*width: 100%;*/
    /*opacity: 1;*/
/*}*/
/*.h-head__search-input {*/
    /*background-color: transparent;*/
    /*padding: 5px 5px 5px 0;*/
    /*outline: none;*/
    /*border: none;*/
    /*width: 100%;*/
    /*border-bottom: 1px solid #fff;*/
    /*color: #fff;*/
    /*font-family: var(--font-r);*/
/*}*/
/*.h-head__search-input::-webkit-input-placeholder {*/
    /*color: #fff;*/
/*}*/
/*.h-head__search-input:-moz-placeholder {*/
    /*color: #fff;*/
/*}*/
/*.h-head__search-input::-moz-placeholder {*/
    /*color: #fff;*/
/*}*/
/*.h-head__search-input:-ms-input-placeholder {*/
    /*color: #fff;*/
/*}*/