/**/
.page-404{
    min-height: calc(100vh - (98px + 61px));
    background: url('/img/404.jpg') no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.footer.footer_404{
    padding-top: 0;
    border-top: none;
}
.page-404__content{
    padding-left: 15px;
    padding-right: 15px;
    max-width: 670px;
    margin-top: 40px;
    margin-bottom: 50px;
}
.page-404__pic{
    margin-bottom: 80px;
}
.page-404__desc{
    margin-bottom: 40px;
}
.selected-w{
    max-width: 380px;
}
.selected-w__header{
    border: 1px solid #ebebeb;
    border-radius: 8px;
    height:50px;
    padding-left:18px;
    padding-right:52px;
    font-size: 14px;
    color: #757575;
    position: relative;
}
.selected-w__title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    padding-top: 14px;
    display: block;
}
.selected-w__btn{
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.selected-w__btn:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-width: 13px 8px 0 8px;
    border-style: solid;
    border-color: #c8c8c8 transparent transparent transparent;
    border-radius: 4px;
}
.selected-item__line{
    background: #eaf1da;
    padding:6px 11px;
    display: inline-flex;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 5px;
}
.selected-item__btn:before{
    content: '';
    width: 12px;
    height:2px;
    background: #a6ab9b;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.selected-item{
    max-width: 380px;
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 20px;
}
.selected-item__title{
    padding-top: 5px;
    display: inline-block;
    font-size: 12px;
    color: #858585;
    flex-shrink: 0;
    margin-left: 9px;
    text-decoration: underline;
}
.selected-items{
    height: 32px;
    overflow: hidden;
}
.selected-item__btn:after{
    content: '';
    width: 2px;
    height:12px;
    background: #a6ab9b;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.selected-items.active{
    height: auto;
}
.selected-item__btn{
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    cursor: pointer;
    display: inline-block;
}
.selected-item__text{
    font-size: 12px;
    margin-right: 10px;
}
.selected-down {
    display: none;
    background: #fff;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0 0 10px 10px;
    position: absolute;
    width: 100%;
    top: 36px;
    max-width: 380px;
    z-index: 5;
}
.selected-link.selected > .selected-link__header  .selected-addlink{
    opacity: 1;
}
.selected-link.selected > .selected-link__header .selected-addlink__title{
    display: none;
}
.selected-link.selected > .selected-link__header  .selected-addlink__arrow{
    border-color: #a9c463;
}

.selected-link > .selected-link__header.selected  .selected-addlink{
    opacity: 1;
}
.selected-link > .selected-link__header.selected .selected-addlink__title{
    display: none;
}
.selected-link > .selected-link__header.selected  .selected-addlink__arrow{
    border-color: #a9c463;
}


.selected-w *{
    outline: none!important;
}
.selected-down.active{
    display: block;
}
.selected-search__form{
    position: relative;
    padding:20px;
}
input.selected-search__input{
    width: 100%;
    padding-top: 0!important;
    height:37px;
    border-radius: 8px;
    padding-right: 49px;
    border: 1px solid #e8e8e8;
}
.selected-search__pic{
    width: 22px;
    height: 22px;
    position: absolute;
    right: 36px;
    top: 26px;
}
.selected-addlink{
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    position: relative;
    opacity: 0;
}

.selected-link:hover > .selected-link__header  .selected-addlink{
    opacity: 1;
}
.selected-addlink__arrow{
    width: 17px;
    height: 9px;
    border-bottom: 3px solid #8f8f8f;
    border-left: 3px solid #8f8f8f;
    position: relative;
    display: inline-block;
    transform: rotate(-45deg);
    margin-right: 8px;
    top: -2px;
}
.selected-link__content{
    display: none;
}
.selected-link__content .selected-link{
    background: #fff!important;
    padding-left: 20px;
}
.selected-link__content .selected-link:hover{
    background: #f99d37!important;
    color: #fff;
}
.selected-link__content .selected-link:hover .selected-addlink__arrow{
    border-color: #fff;
}
.selected-link__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:8px 20px;
}
.selected-link:nth-child(even){
    background: #f3f3f3;
}
.selected-link.toggled > .selected-link__header .selected-link__toggle:before{
    opacity: 0;
}
.selected-link__toggle{
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: 20px;
}
.selected-link__toggle:before{
    content: '';
    width: 2px;
    height: 16px;
    background: #8c8c8c;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.selected-link__nav{
    display: inline-flex;
    align-items: center;
}
.selected-link__toggle:after{
    content: '';
    width: 16px;
    height: 2px;
    background: #8c8c8c;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.form-tooltip__content p:last-child{
    margin-bottom: 0;
}
.form-tooltip__content{
    position: absolute;
    top: 8px;
    right: 14px;
    width: 218px;
    border-radius: 10px;
    background: #fbf0de;
    padding: 12px;
    font-size: 10px;
    color: #8d8d8d;
    z-index: 9;
    line-height: 1.3;
    font-family: Geometria, Arial, sans-serif;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
}
.get-select{
    max-width: 380px;
}
.popup_micro{
    max-width:360px;
}
.i-help-circle{
    cursor: pointer;
}
.i-help-circle:hover .form-tooltip__content{
    opacity: 1;
    pointer-events: all;
}
.textarea.textarea_large{
    height: 215px;
}
.btns{
    display: flex;
    align-items: center;
}
.btns__item{
    margin-left: 4px;
    margin-right: 4px;
}
.clone-w-item{
    display: none;
}

@media(max-width:600px){
    .page-404__pic {
        margin-bottom: 30px;
    }
    .page-404__desc{
        margin-bottom: 30px;
    }

}

.selected-link__content.alpine {
    display: block;
}
