.link {
    text-decoration: underline;
}

.sidebar-b__auth hr {
    border-color: #410000;
}

.form-b__input {

}

.js-hidden {
    display: none;
}

.form-b_full .search-b__column:not(.search-b__column_none) {
    width: 100%;
}

.grid-b__inner {
    margin-bottom: 50px;
}

.add-photo-b__preview {
    position: relative;
    padding: 1px;
    margin: 15px 0;
    width: 100%;
    display: block;
}

.nav-pills {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-pills div {
    position: relative;
    width: 33.3%;
    padding: 12px;
}

.nav-pills div img {cursor: grab;}

.nav-pills div span.remove_photo {
    position: absolute;
    top: -15px;
    right: 0;
    font-size: 23px;
}

.gallery {
    padding-top: 10px;
}

.box-modal {
    background: #610000;
    border-radius: 4px;
    padding: 25px;
}

.arcticmodal-close {
    text-align: right;
}

.box-modal .tariffs-b__item.js-click-and-go {
    cursor: pointer;
}

.country-list-b {
    margin-bottom: 25px;
}

.sidebar-b__category-links--selected {
    background: #520000;
}

/*! Dropmenu
----------------------
 */
body.scroll-locked {
    overflow:hidden;
}

body.scroll-locked .shadow-b {
    opacity:0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(78, 0, 0, 0.6);
    z-index: 10;
    content:'';
    pointer-events:none;
}

body.scroll-locked .shadow-b {
    opacity:1;
    pointer-events:auto;
}


.drop-menu-b {
    position:fixed;
    right:0;
    top:0;
    height:100vh;
    height:calc(var(--vh, 1vh) * 100);
    padding:10px 10px 10px;
    background:#610000;
    z-index:11;
    transform:translateX(100%);
    transition:.3s ease-out;
    overflow-y:auto;
    min-width:100%;
}

.drop-menu-b_show {
    transform:translateX(0)
}

.text-wrap {
    font-size: 14px;
    margin-top: 15px;
}