.pb10 {
    padding-bottom: 10px;
}

.pt10 {
    padding-top: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mt20 {
    margin-top: 20px;
}

.mt0 {
    margin-top: 0px;
}

.acenter {
    text-align: center;
}

.aLeft {
    text-align: left;
}

.gray {
    color: #9d9d9d;
}

.hidden {
    display: none;
}

.w100 {
    width: 100%;
}

.w100i {
    width: 100% !important;
}

.fs11 {
    font-size: 11px;
}

.fs13 {
    font-size: 13px;
}

.fs13i {
    font-size: 13px !important;
}

/* Хаки для стилей верстальщика */
#bx-panel,
#bx-panel.bx-panel-fixed {
    z-index: 2000 !important;
}

.header {
    z-index: 500;
}

.error {
    border: 1px solid red !important;
}

.relative {
    position: relative;
}

.select__custom:hover:after {
    background-position: center top;
}

.select__custom.open {
    z-index: 21;
}

.select__custom.open span {
    z-index: 22;
}

.select__custom.open:after {
    background-position: center bottom;
}

.select__custom.open ul {
    z-index: 20;
    display: block;
}

@media screen and (max-width: 420px) {
    .disAjaxWin .consult-inner__form {
        padding: 0 !important;
    }

    .disAjaxWin .consult-container h2 {
        padding-left: 0 !important;
    }
}

input.date-inp {
    max-width: 130px;
    margin-right: 15px;
    color: #9d9d9d;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #9d9d9d;
    background-image: url(/local/templates/main/img/calendar.png);
    background-position: 92px center;
    padding: 15px 45px 15px 5px;
    background-repeat: no-repeat;
}

input.date-inp:focus {
    outline: none;
}

.fast_order .fast_order__direction {
    margin-bottom: 15px;
}

.fast_order h3 {
    font-family: "Roboto";
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}

.fast_order .content-lk__btn {
    margin-left: -10px;
}

.fast_order p {
    color: #000;
}


.research {
    position: fixed;
    right: -95px;
    outline: none;
    cursor: pointer;
    top: 170px;
    z-index: 999;
    transform: rotate(-90deg);
    background: -webkit-linear-gradient(#8b68fd, #336fff);
    background: linear-gradient(#8b68fd, #336fff);
    border: none;
    color: #fff;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 10px 50px 10px 20px;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 300;
}

.research:hover {
    background: -webkit-linear-gradient(#7862e9, #3068eb);
    background: linear-gradient(#7862e9, #3068eb);
}

.research__icon {
    background-image: url(images/research.png);
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 21px;
    height: 18px;
    margin-top: -9px;
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    .research {
        right: -136px;
        top: 200px;
    }

    .research br {
        display: none;
    }
}

.select-auth-type {
    margin: 0 !important;
    width: 100%;
}

.select-auth-type span {
    border-width: 2px;
}

@media (max-width: 480px) {
    .auth-select-desctop {
        display: none;
    }

    .auth-select-mobile {
        display: block;
    }
}

@media (min-width: 481px) {
    .auth-select-desctop {
        display: block;
    }

    .auth-select-mobile {
        display: none;
    }
}

.ui-widget.ui-widget-content {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.marker__label.v--hidden-text {
    padding: 0;
}

.articles-all-link {
    text-align: right;
    padding: 20px 5px 0 0;
}

.articles-all-link a {
    display: inline-block;
    position: relative;
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 300;
    padding-right: 20px;
    text-decoration: none;
}

.articles-all-link a span {
    border-bottom: 1px solid #2470ff;
}

.articles-all-link a:hover {
    color: #2470ff;
}

.articles-all-link a::after {
    position: absolute;
    display: inline-block;
    content: "";
    right: 0;
    width: 11px;
    height: 23px;
    background-image: url("img/bread.png");
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mb0i {
    margin-bottom: 0 !important;
}

.group-tab-content__fill p {
    max-width: 100%;
}

.group-tab-content__fill {
    margin-top: -30px;
}

.fixForSmartfone {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    visibility: visible;
    opacity: 1;
}