/**
    Мобильные (Extra small < 576px)
 */



/* общее */
* {
    font-family: 'Ubuntu', sans-serif;
    outline: none;
}

html,
body {
    color: #373b41;
    background-color: #f3f3f5;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: normal;
}

a {
    text-decoration: none;
}

a,
a:hover,
a:focus {
    color: #ec174f;
}

a:hover,
a:focus {
    text-decoration: underline;
}

p {
    margin: 0 0 10px;
}

h1,
h2  {
    font-weight: 300;
    line-height: 1.1;
}

h1 {
    font-size: 24px;
    color: #ec174f;
    margin: 23px 0 14px;
}

h2 {
    font-size: 20px;
    margin: 18px 0 11px;
    color: #282350;
}

.fixed {
    position: fixed;
}

.ft {
    padding: 14px;
    background: #dfdfe1;
    margin-top: 40px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary {
    border-radius: 0px;
    border: none;
    background: #ec174f;
    border-bottom: 3px solid #c50034;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 35px;
    line-height: 23px;
    outline: none;
    color: #fff;
}

.btn-primary:focus,
.btn-primary:hover {
    background: #4d3673;
    border-bottom: 3px solid #282350;
    outline: none;
    color: #fff;
    text-decoration: none;
}

.big-label {
    font-weight: bold;
    font-size: 24px;
    color: #ec174f;
}

.form-control,
input,
select {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 33px;
    line-height: 33px;
    border: 1px solid #ccc;
    padding: 0 12px;
    border-radius: 0;
    outline: none;
}

textarea.form-control {
    line-height: 20px;
    padding: 5px 13px;
}

.control-label {
    font-size: 13px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group {
    margin-bottom: 15px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .select2-container--default .select2-selection--single,
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .select2-container--default .select2-selection--single:focus,
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .select2-container--default .select2-selection--single,
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .select2-container--default .select2-selection--single:focus,
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.block {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
    padding: 20px;
    overflow: hidden;
}

.best_checkbox input[type="checkbox"] {
    display: none;
}

.best_checkbox label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    bottom: 1px;
    background-color: #f3f3f5;
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    border-radius: 3px;
    line-height: 17px;
    cursor: pointer;
}

.best_checkbox input[type="checkbox"][type=checkbox]:checked + label:before {
    content: "\f00c";
    font-size: 12px;
    color: #ec174f;
    line-height: 17px;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.best_checkbox {
    line-height: 19px;
    height: 20px;
    position: relative;
    padding-left: 18px;
    display: inline-block;
    margin-right: 20px;
}

.best_checkbox label {
    cursor: pointer;
    padding-left: 9px;
}

.best_checkbox label:before {
    position: absolute;
    top: 0;
    left: 0;
}

.alert {
    padding: 10px 0;
    background: #695cce;
    text-shadow: 0 0 1px #28234f;
    border-top: 1px solid #b2a8ff;
}

.alert-error {
    padding: 10px 0;
    background: #c50634;
    text-shadow: 0 0 1px #900023;
    border-top: none;
}

.alert .container {
    font-weight: 500;
    color: #fff;
}

.form-prompt {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #28234f;
    margin-top: -7px;
    margin-bottom: 12px;
}

.required .control-label:after {
    content: "*";
    color: red;
    margin-left: 4px;
}

.checkbox-line-margin {
    margin-top: 6px;
    margin-bottom: 6px;
}

textarea.form-control {
    height: auto;
}

.select2-container--default .select2-selection--single {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 33px;
    line-height: 33px;
    border: 1px solid #ccc;
    padding: 0 12px;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 31px;
    line-height: 31px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
}

.select2-dropdown {
    border: 1px solid #ccc;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ec184f;
}

.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    background: #fff;
}

.pagination li {
    list-style: none;
    display: block;
    float: left;
}

.pagination span,
.pagination a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    border: 1px solid #ddd;
    border-left: 0px solid #ddd;
    text-decoration: none;
    font-weight: 500;
}

.pagination li:first-child span,
.pagination li:first-child a {
    border-left: 1px solid #ddd;
}

.pagination li.active span,
.pagination li.active a,
.pagination li span:hover,
.pagination li a:hover,
.pagination li span:focus,
.pagination li a:focus {
    background: #ec1a4f;
    color: #fff;
}

.select2-selection--single {
    padding-left: 0 !important;
}

.info_color_inline_alert {
    display: inline-block;
    padding: 1px 10px;
    background: #282350;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
}

.table {
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}

.table th,
.table td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
    text-align: left;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.grid-view-action {
    margin-right: 10px;
    font-size: 16px;
}

.grid-view-action:hover,
.grid-view-action:focus {
    color: #282350;
}

.grid-view-action:last-child {
    margin-right: 0;
}

.grid-view {
    overflow-x: scroll;
}

.leaflet-pane {
    z-index: 1 !important;
}
/* общее */



/* шапка */
.hd-m-row-1 {
    height: 60px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background: #282350;
    position: relative;
}

.hd-m-row-1-logo {
    position: absolute;
    top: 0;
    left: 15px;
}

.hd-m-row-center {
    width: 100%;
    padding: 0 62px 0 74px;
}

.hd-m-row-center A {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 4px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.hd-m-row-center A .fas {
    font-size: 17px;
    margin-right: 9px;
}

@media (max-width: 575.98px) {
    .hd-m-row-center A .fa-user {
        margin-right: 0px;
    }
}

.hd-m-row-center A:focus,
.hd-m-row-center A:hover {
    color: #fff;
    background: #4d3673;
    text-decoration: none;
}

.hd-m-row-2 {
    background: #433369;
    padding: 10px 15px;
    font-size: 12px;
    color: #f5f5f5;
    line-height: 16px;
    font-weight: 500;
}

.hd-m-row-2 A {
    color: #f5f5f5;
    text-decoration: underline;
}

.hd-m-row-2 A:hover {
    text-decoration: none;
}

.hd-m-menu {
    position: fixed;
    top: 14px;
    right: 15px;
    color: #fff;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    background: #ec174f;
    border-radius: 3px;
    display: block;
    z-index: 100;
}

@media (max-width: 350px) {
    .hd-m-row-center A {
        padding: 0 4px;
    }

    .hd-m-row-center A .fa-book,
    .hd-m-row-center A .fa-headset {
        margin-right: 4px;
    }
}
/* шапка */



/* сайдбар - меню */
.notice {
    background-color: #ec184f;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border: 1px solid #c50234;
    padding: 10px 20px;
    overflow: hidden;
    line-height: 21px;
    color: #fff;
    margin-top: 15px;
}

@media (max-width: 767.98px) {
    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #f3f3f5;
        height: 100%;
        display: none;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 99;
    }

    .mobile-menu .row {
        padding-top: 4px;
        padding-bottom: 15px;
    }

    .mobile-menu h2 {
        padding: 13px 15px 0;
        font-weight: 500;
        font-size: 16px;
    }

    .aside-menu-w {
        margin-bottom: 10px;
    }

    .aside-menu-w a:first-child {
        border-top: 1px solid #ddd;
    }

    .aside-menu-w a {
        background: #f9f9f9;
        display: block;
        padding: 10px 15px;
        color: #282350;
        border-bottom: 1px solid #ddd;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s;
    }

    .aside-menu-w a:focus,
    .aside-menu-w a:hover {
        text-decoration: none;
        background: #ddd;
        color: #282350;
    }

    .aside-menu-w .fas {
        width: 21px;
    }

    .aside-block .btn {
        margin-left: 15px;
    }

    .aside-block p {
        padding: 0 15px;
    }
}
/* сайдбар - меню */



/* профиль, вход, регистрация */
.start-adv p {
    padding-left: 38px;
    position: relative;
}

.start-adv .fas {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    color: #ff004a;
}
/* профиль, вход, регистрация  */



/* faq */
.faq .panel-default {
    border-radius: 0;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    background-color: #fff;
}

.faq .panel-heading {
    background: #fff;
    padding: 0;
}

.faq .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.panel-body {
    border-top: 1px solid #ddd;
}

.faq .panel-heading A {
    display: block;
    padding: 17px 40px 17px 20px;
    font-weight: 300;
    font-size: 17px;
    position: relative;
    line-height: 23px;
    color: #333;
}

@media (min-width: 425px) {
    .faq .panel-heading A {
        font-size: 21px;
    }
}

.faq .panel-heading A:focus,
.faq .panel-heading A:hover {
    text-decoration: none;
    color: #ec174f;
}

.faq .panel-body {
    padding: 17px 20px;
    font-size: 14px;
    line-height: 26px;
}

.faq .panel-collapse {
    display: none;
}

.faq .fixed {
    top: 0;
}

.bs-docs-sidebar {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bs-docs-sidebar #sidebar {
    margin: 0;
    padding: 0;
    line-height: 18px;
}

.bs-docs-sidebar #sidebar li {
    list-style: none;
}

.bs-docs-sidebar .nav>li>a,
.bs-docs-sidebar .nav>li>a:focus {
    color: #999;
    border-left: 2px solid transparent;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 400;
    background: none;
    line-height: 18px;
    display: block;
    text-decoration: none;
}

.bs-docs-sidebar .nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 12px;
}

.faq .bs-docs-sidebar .nav>li.active>a,
.bs-docs-sidebar .nav>li>a:hover {
    color: #ec174f;
    text-decoration: none;
    background-color: transparent;
    border-left-color: #ec174f;
}

.bs-docs-sidebar .nav>.active>a,
.bs-docs-sidebar .nav>.active:hover>a {
    font-weight: 700;
}

.bs-docs-sidebar .nav .nav>.active>a,
.bs-docs-sidebar .nav .nav>.active:hover>a,
.bs-docs-sidebar .nav .nav>.active:focus>a {
    font-weight: 500;
}

.bs-docs-sidebar .nav ul.nav {
    display: none;
}

.bs-docs-sidebar .nav>.active>ul.nav {
    display: block;
}

.faq .bs-docs-sidebar {
    padding: 0;
    margin: 0;
}

.faq h1 {
    margin-bottom: 8px;
}

.faq .panel a .fas {
    position: absolute;
    right: 16px;
    top: 20px;
    font-size: 18px;
    color: #ec174f;
}

.faq .panel a.collapsed .fas:before {
    content: "\f103";
}

.faq .panel a .fas:before {
    content: "\f102";
}

@media (max-width: 767px) {
    .faq .fixed {
        position: static;
    }
}
/* faq */



/* добавление анкет */
.prof_form_service p {
    margin-bottom: 7px;
    margin-top: 10px;
}

.prof_form_service .best_checkbox {
    margin-bottom: 6px;
    font-size: 13px;
    margin-right: 0;
    display: block;
    height: auto;
    line-height: 17px;
    overflow: hidden;
    position: relative;
    min-height: 20px;
}

.prof_form_service .form-control {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 12px 0 3px;
    width: 83px;
    float: right;
    position: relative;
    z-index: 1;
    display: none;
}

.prof_form_service .best_checkbox label {
    cursor: pointer;
    max-width: calc(100% - 90px);
    display: inline-block;
}

.prof_form_service .best_checkbox .fas {
    position: absolute;
    right: 5px;
    font-size: 9px;
    top: 6px;
    color: #545454;
    z-index: 1;
    display: none;
}

.prof_form_service .best_checkbox.checked .form-control {
    display: inline-block;
}

.prof_form_service .best_checkbox.checked .fas {
    display: inline;
}

.item-form-video-link {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 19px;
}
/* добавление анкет */



/* загрузка фото */
.prof_update_photo_item_w {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.prof_update_photo_item {
    width: 114px;
    height: 128px;
    position: relative;
    overflow: hidden;
}

.prof_update_photo_item_bg {
    width: 114px;
    height: 128px;
    background-size: cover;
    background-position: center;
    filter: blur(7px);
}

.prof_update_photo_item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.prof_update_photo_item i {
    color: #ec174f;
    font-size: 15px;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 31px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 20px;
    padding-right: 1px;
}

.prof_update_photo_item i.fa-trash {
    padding-left: 1px;
    line-height: 30px;
}

.prof_update_photo_item i.fa-chevron-left {
    padding-right: 2px;
}

.prof_update_photo_item i.fa-chevron-right {
    padding-left: 2px;
}

.prof_update_photo_item a:nth-of-type(2) i {
    top: 50px;
}

.prof_update_photo_item a:nth-of-type(3) i {
    top: 90px;
}

.prof_update_photo_item img {
    max-width: 100%;
    max-height: 100%;
}
/* загрузка фото */



/* список анкет */
.item-index .btn-item-create {
    margin-bottom: 20px;
}

.item {
    position: relative;
}

.item-list-link-edit a {
    display: block;
}

.item-list-link-edit {
    position: absolute;
    top: 29px;
    right: 15px;
}

.item-list-filters {
    display: none;
}

.item-list-filters .select2 {
    margin-bottom: 10px;
}

.item-list-mass-edit .best_checkbox {
    margin: 6px 0 5px;
}

.item-list-mass-edit,
#item-list-mass-edit-price {
    display: none;
}

.item-list-mass-edit select {
    margin-bottom: 10px;
}

.item-list-mass-edit .best_checkbox {
    margin-bottom: 14px;
}

.item h2 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 0;
    overflow: hidden;
}

.item h2 i {
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    display: block;
    padding-right: 25px;
}

.item b {
    font-size: 13px;
    margin-bottom: 4px;
    display: block;
    margin-top: 17px;
}

.yellow_flag,
.on_flag,
.off_flag {
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
    border-radius: 6px;
    background: #ff0000;
    display: inline-block;
}

.yellow_flag {
    background: #ffb900;
}

.on_flag {
    background: #008000;
}

.item b .yellow_flag,
.item b .on_flag,
.item b .off_flag {
    margin-left: 6px;
}

.item-turn-on-off,
.item-price {
    width: 130px;
}

.item-status {
    margin-bottom: 0;
}

.item-links {
    line-height: 28px;
}

.item-links .fas {
    width: 25px;
}

.item-img {
    position: absolute;
    bottom: -191px;
    right: 15px;
    width: 100px;
    height: 152px;
    z-index: 10;
}

.item-img span a {
    color: #fff;
    text-decoration: underline;
}

.item-img span a:hover {
    color: #fff;
    text-decoration: none;
}

.item-img img {
    width: 100px;
}

.item-img span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: #423469;
    color: #fff;
    font-size: 12px;
    padding: 0 6px;
    border-radius: 0 4px 0 0;
    z-index: 2;
}

.item .best_checkbox {
    position: absolute;
    top: 20px;
    right: -7px;
    display: none;
}

.item-moderate {
    margin-top: 10px;
}

.item-moderate.notice {
    margin-top: 10px;
    margin-bottom: 0;
}

.item-list-mass-edit-error {
    color: #a94442;
    margin: 0;
    margin-top: 3px;
}

.item-cancel {
    display: none;
}

.item-cancel textarea {
    margin-bottom: 10px;
}

.item-update-video video {
    width: 100%;
    max-height: 400px;
    margin-top: 20px;
}
/* список анкет */



/* ответ на отзывы */
.item-review-item {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-left: 1px solid #ff004a;
    margin: 0 0 20px;
}

.item-review-score-n,
.item-review-score-p2,
.item-review-score-p {
    display: inline-block;
    padding: 2px 7px;
    background: #d5efdc;
    color: #373b40;
    border-radius: 3px;
    font-size: 13px;
}

.item-review-score-p2 .fas,
.item-review-score-p .fas {
    margin-right: 6px;
}

.item-review-iheader {
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
}

.item-review-name {
    font-weight: 500;
    float: left;
    display: block;
}

.item-review-date {
    float: right;
    display: block;
    font-style: italic;
}

.item-review-score {
    clear: both;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.item-review-score-s {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    float: left;
}

.item-review-score-s .fas {
    color: #ffb137;
    font-size: 21px;
}

.item-review-score-s span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    font-size: 11px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 1px #d6d6d6;
}

.item-review-score-p2,
.item-review-score-p {
    margin-right: 6px;
    float: left;
    background: #00b35b;
    color: #fff;
}

.item-review-answer .item-review-score-n {
    background: #28234f;
    color: #fff;
}

.item-review-score-p2 {
    background: #ec184f;
}

.item-review-text {
    clear: both;
    display: block;
    width: 100%;
}

.item-review-answer {
    margin-left: 40px;
    margin-top: -10px;
    border-left: 1px solid #28234f;
}

.item-review-answer textarea {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 90px;
}

.item-review-answer .btn {
    display: inline-block;
    width: auto;
}

@media (max-width: 329px) {
    .item-review-score-p2,
    .item-review-score-p,
    .item-review-score-n {
        font-size: 12px;
    }

    .item-review-score {
        width: 108%;
    }
}
/* ответ на отзывы */



/* пополнение баланса */
.create-pay-type {
    background: #f3f3f5;
    padding: 16px 10px 16px 50px;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: bold;
    color: #282350;
    position: relative;
}

.create-pay-type-text {
    line-height: 15px;
    display: block;
}

.create-pay-type-description {
    font-weight: 300;
    font-size: 12px;
}

.create-pay-type-min-amount {
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
}

.create-pay-type-radio {
    background: #fff;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    display: block;
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.create-pay-type .fas {
    font-size: 22px;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 16px;
    color: #ec174f;
    display: none;
}

.create-pay-type-active .fas {
    display: block;
}
/* пополнение баланса */



/* пополнение криптой */
.crypto-pay .notice {
    background: #282350;
    border-color: #000000;
    margin-bottom: 15px;
}

.crypto-rates {
    margin-bottom: 9px;
}

.crypto-rate {
    display: inline-block;
    padding: 2px 7px;
    background: #282350;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 8px 7px 0;
}

.crypto-discount-notice {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 17px;
    line-height: 20px;
}

.crypto-video-link {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 17px;
}

.crypto-addresses-item {
    border-bottom: 1px dashed #ddddde;
    background: #f9f9f9;
    margin: 0 -20px;
    padding: 7px 20px;
}

.crypto-addresses-item:first-child {
    border-top: 1px dashed #ddd;
    margin-top: 20px;
}

.crypto-addresses-item:nth-child(2n) {
    background: #fff;
}

.crypto-addresses-name {
    font-weight: 500;
    margin: 3px 0;
}

.crypto-addresses-addr {
    cursor: pointer;
    display: inline-block;
    line-height: 15px;
    padding: 2px 0;
}

.crypto-addresses-addr .fas {
    color: #ec174f;
    font-size: 15px;
    margin-left: 5px;
}

.crypto-addresses-min {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #282350;
    margin: 5px 0px;
    font-style: italic;
}

.crypto-addresses-btn a.btn {
    height: 27px;
    line-height: 13px;
    margin: 3px 0;
}

.crypto-pay-link {
    padding: 10px 0 10px 60px;
    margin-bottom: 19px;
    position: relative;
    line-height: 17px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border: 1px solid #ddd;
}

a.crypto-pay-link:hover,
a.crypto-pay-link:focus,
a.crypto-pay-link {
    display: block;
    text-decoration: none;
    color: #000;
}

.crypto-pay-link .fa-bitcoin {
    position: absolute;
    left: 20px;
    font-size: 24px;
    top: 15px;
    color: #ffa500;
}

.crypto-pay-link .fa-arrow-circle-right {
    position: absolute;
    right: 20px;
    font-size: 24px;
    top: 15px;
    color: #ec174f;
}
/* пополнение криптой */



/* Advanced example - Confirm dialog */
.fc-container .fancybox-bg {
    background: #eee;
}

.fancybox-is-open.fc-container .fancybox-bg {
    opacity: 0.95;
}

.fc-content {
    margin: 20px;
    max-width: 550px;
    padding: 50px;
    box-shadow: 10px 10px 60px -25px;
    border-radius: 4px;
}

.fc-content .btn {
    margin-right: 14px;
}

.fc-content h3 {
    margin-top: 0;
    font-size: 1.6em;
    letter-spacing: normal;
}

.fc-content p {
    color: #666;
    line-height: 1.5;
}

.fc-content p:last-child {
    margin-bottom: 0;
}

.fancybox-container[role="dialog"] .fc-content .tright {
    margin-top: 30px;
}

/* Custom animation */
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
    transform: translateY(-60px) scale(1.1);
    opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current {
    opacity: 1;
    transform: translateY(0) scale(1);
}
/* Advanced example - Confirm dialog */



/*
    A=>Z, Z=>A
*/
a.asc:after, a.desc:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-left: 6px;
}

a.asc:after {
    content: "\f15d";
}

a.desc:after {
    content: "\f15e";
}
/* ---- */



/**
    Мобильные (Extra small < 576px)
 */


















/**
    Мобильные (Small ≥576px)
 */
@media (min-width: 576px) {


    /* пополнение криптой */
    .crypto-pay-link {
        height: 56px;
        font-size: 15px;
        line-height: 33px;
    }
    /* пополнение криптой */


}
/**
    Мобильные (Small ≥576px)
 */


















/**
    Пларшеты (Medium ≥768px)
 */
@media (min-width: 768px) {



    /* общее */
    h1,
    h2  {
        font-weight: 300;
        line-height: 1.1;
    }

    h1 {
        font-size: 34px;
        color: #ec174f;
        margin: 30px 0 19px;
    }

    h2 {
        font-size: 25px;
        margin: 24px 0 10px;
        color: #282350;
    }

    .alert {
        border-top: none;
    }
    /* общее */



    /* шапка */
    .hd-d {
        height: 60px;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0,0,0,.1);
        background: #282350;
    }

    .hd-d .hd-d-logo:before {
        position: absolute;
        right: 27%;
        top: 0;
        width: 20000px;
        height: 100%;
        content: '';
        background-color: #ec174f;
        -webkit-transform: skewX(-30deg);
        -o-transform: skewX(-30deg);
        transform: skewX(-30deg);
        z-index: 1;
        margin-right: -30px;
    }

    .hd-d .hd-d-logo a {
        z-index: 2;
        position: relative;
        display: block;
        height: 60px;
        float: left;
    }

    .hd-d-menu a {
        display: inline-block;
        height: 60px;
        line-height: 60px;
        padding: 0 5px;
        color: #fff;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s;
    }

    .hd-d-menu a:focus,
    .hd-d-menu a:hover {
        color: #fff;
        background: #4d3673;
        text-decoration: none;
    }

    .hd-d-menu .fas {
        margin-right: 4px;
        font-size: 16px;
    }

    .hd-d-info {
        background: #433369;
        margin: 10px 0;
        height: 40px;
        border-radius: 4px;
        padding: 4px 9px;
        font-size: 12px;
        color: #f5f5f5;
        line-height: 16px;
    }

    .hd-d-info b {
        font-weight: 500;
    }

    .hd-d-info A {
        color: #f5f5f5;
        text-decoration: underline;
        margin-left: 5px;
    }

    .hd-d-info A:hover {
        text-decoration: none;
    }

    .hd-d-us-link {
        color: #fff;
        line-height: 60px;
        display: inline-block;
        float: right;
        padding: 0 14px;
        margin-right: -14px;
    }

    .hd-d-us-link:hover {
        color: #fff;
        background: #4d3673;
        text-decoration: none;
    }

    .hd-d-us-link .fas {
        margin-right: 4px;
        font-size: 16px;
    }
    /* шапка */



    /* сайдбар */
    .notice {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .aside {
        padding-top: 35px;
    }

    .aside-block {
        margin-bottom: 30px;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        border: 1px solid #ddd;
        padding: 20px;
        overflow: hidden;
    }

    .aside-menu-w {
        margin: 20px 0;
    }

    .aside-menu-w a:first-child {
        border-top: 1px solid #ddd;
    }

    .aside-menu-w a {
        background: #f9f9f9;
        display: block;
        padding: 10px 20px;
        margin: 0 -20px;
        color: #282350;
        border-bottom: 1px solid #ddd;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s;
    }

    .aside-menu-w a:focus,
    .aside-menu-w a:hover {
        text-decoration: none;
        background: #ddd;
        color: #282350;
    }

    .aside-menu-w a .fas {
        width: 21px;
    }

    .aside-block h2:first-child {
        margin-top: 0;
    }

    .mobile-menu {
        display: block !important;
    }

    @media (max-width: 991.98px) {
        .aside {
            margin-bottom: -30px;
        }
    }
    /* сайдбар */



    /* добавление анкет */
    .item-form-video-link {
        margin-bottom: 0;
        margin-top: 28px;
        float: right;
    }
    /* добавление анкет */



    /* список анкет */
    .item-list-link-edit {
        top: 44px;
    }

    .item-list-link-edit a {
        display: inline;
    }

    .item-list-filters .select2 {
        margin-bottom: 0;
    }

    .item-list-mass-edit select {
        margin-bottom: 0;
    }

    .item-list-mass-edit .best_checkbox {
        margin-bottom: 5px;
    }

    .item-img {
        bottom: auto;
        right: -100px;
        top: 20px;
    }

    .item h2 {
        margin-top: 0;
        font-size: 23px;
        margin-bottom: 0;
        overflow: hidden;
        padding-right: 0;
    }

    .item h2 i {
        display: inline;
        float: right;
    }

    .item-actions b {
        padding-left: 25px;
    }

    .item h2 {
        padding-left: 25px;
    }

    .item .best_checkbox {
        position: absolute;
        top: 23px;
        left: 20px;
        right: auto;
    }

    .item-update-video video {
        max-height: 600px;
    }
    /* список анкет */



    /* загрузка фото */
    .prof_update_photo_item {
        width: 184px;
        height: 184px;
    }

    .prof_update_photo_item_bg {
        width: 184px;
        height: 184px;
    }
    /* загрузка фото */

    /* пополнение криптой */
    .crypto-pay .notice {
        margin-bottom: 20px;
    }
    /* пополнение криптой */



}
/**
    Пларшеты (Medium ≥768px)
 */


















/**
    Небольшие компьютеры (Large ≥992px)
 */
@media (min-width: 992px) {



    /* сайдбар */
    .aside {
        padding-top: 87px;
    }
    /* сайдбар */



    /* шапка */
    .hd-d .hd-d-logo:before {
        margin-right: 0px;
    }

    .hd-d-menu .fas {
        margin-right: 9px;
    }

    .hd-d-us-link .fas {
        margin-right: 9px;
    }
    .hd-d-menu a {
        padding: 0 10px;
    }
    /* шапка */



}
/**
    Небольшие компьютеры (Large ≥992px)
 */


















/**
    Компьютеры (Extra large ≥1200px)
 */
@media (min-width: 1200px) {



    /* шапка */
    .hd-d-menu a {
        padding: 0 24px;
    }

    .hd-d-menu {
        left: -24px;
    }
    /* шапка */



    /* список анкет */
    .item-img {
        width: 125px;
        height: 195px;
        right: -155px;
    }

    .item-img img {
        width: 125px;
        height: 195px;
    }
    /* список анкет */



}
/**
    Компьютеры (Extra large ≥1200px)
 */