.h1, .h2, .h3, h1, h2, h3 {
    margin: 0 0 .5em;
    padding: 0;
    line-height: 1.25
}

.h1, h1 {
    font-size: 32px
}

.h1, .h2, h1, h2 {
    font-weight: 300
}

.h2, h2 {
    font-size: 24px
}

.h3, h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5
}

blockquote, p {
    padding: 0;
    margin: 0 0 1em
}

blockquote:last-of-type, p:last-of-type {
    margin-bottom: 0
}

strong {
    font-weight: 700
}

b {
    font-weight: 600
}

em, i {
    font-style: italic
}

em {
    letter-spacing: .025em
}

mark {
    padding: 0 2px;
    background: #ffc333
}

abbr {
    border-bottom: 1px dotted #7c7c7c;
    cursor: help
}

dfn, q {
    font-style: italic
}

dfn {
    font-weight: 600
}

.datetime, time {
    display: inline-block
}

hr {
    height: 0;
    padding: 5px 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    margin: 1.5em 0
}

hr.sm {
    margin: .25em 0
}

dl, ol, ul {
    margin: 0 0 1em;
    padding: 0
}

dl:last-child, ol:last-child, ul:last-child {
    margin-bottom: 0
}

dl li, ol li, ul li {
    margin-bottom: .25em
}

ul {
    list-style: disc;
    margin-left: 1.2em
}

ul li {
    position: relative
}

ol {
    list-style: decimal;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 0 .5em
}

.text-w300 {
    font-weight: 300
}

.text-w400 {
    font-weight: 400
}

.text-w600 {
    font-weight: 600
}

.text-w700 {
    font-weight: 700
}

.text-upper {
    text-transform: uppercase
}

.text-lower {
    text-transform: lowercase
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-nowrap {
    white-space: nowrap
}

.icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em
}

img {
    max-width: 100%
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video embed, .video iframe, .video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

video {
    width: 100% !important;
    height: auto !important
}

.video-item {
    position: relative
}

.video-item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    fill: #fff
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=text], input[type=url], select, textarea {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 10px 12px;
    font-size: 1em;
    line-height: 1;
    color: #484848;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    outline: none;
    border-color: #ab3e72;
    -webkit-box-shadow: 0 0 3px #ab3e72;
    box-shadow: 0 0 3px #ab3e72;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

input[type=email].passed:valid, input[type=number].passed:valid, input[type=password].passed:valid, input[type=search].passed:valid, input[type=text].passed:valid, input[type=url].passed:valid, select.passed:valid, textarea.passed:valid {
    border-color: #50b392
}

input[type=email].passed:invalid, input[type=number].passed:invalid, input[type=password].passed:invalid, input[type=search].passed:invalid, input[type=text].passed:invalid, input[type=url].passed:invalid, select.passed:invalid, textarea.passed:invalid {
    border-color: #ff3b2f
}

input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    padding-top: 2px;
    font-size: 14px;
    font-weight: 300;
    color: #949494
}

input[type=email]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=url]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    padding-top: 2px;
    font-size: 14px;
    font-weight: 300;
    color: #949494
}

input[type=email].inline, input[type=number].inline, input[type=password].inline, input[type=search].inline, input[type=text].inline, input[type=url].inline, select.inline, textarea.inline {
    display: inline-block;
    width: auto
}

input[type=email]:required + abbr, input[type=number]:required + abbr, input[type=password]:required + abbr, input[type=search]:required + abbr, input[type=text]:required + abbr, input[type=url]:required + abbr, select:required + abbr, textarea:required + abbr {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    line-height: 1;
    color: #ff3b2f;
    border: 0
}

input[type=email]:required + abbr:after, input[type=number]:required + abbr:after, input[type=password]:required + abbr:after, input[type=search]:required + abbr:after, input[type=text]:required + abbr:after, input[type=url]:required + abbr:after, select:required + abbr:after, textarea:required + abbr:after {
    position: relative;
    top: 4px;
    content: "*"
}

input[type=checkbox], input[type=radio] {
    font-size: 1em
}

textarea {
    height: 100px
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

fieldset legend {
    margin-bottom: .5em
}

legend {
    padding: 0
}

legend abbr {
    border: 0
}

.link, a {
    text-decoration: none
}

.link {
    border-bottom: 1px solid #874eef;
    -webkit-transition: color, background-color, fill, border, -webkit-filter .3s ease-out;
    transition: color, background-color, fill, border, -webkit-filter .3s ease-out;
    -o-transition: color, background-color, fill, border, filter .3s ease-out;
    transition: color, background-color, fill, border, filter .3s ease-out;
    transition: color, background-color, fill, border, filter .3s ease-out, -webkit-filter .3s ease-out;
    cursor: pointer
}

.link, .link > span {
    color: #807154;
    fill: #807154;
    border-bottom-color: rgba(128, 113, 84, 0.5);
}

.link:hover, .link:hover > span {
    color: #807154;
    fill: #807154;
    border-bottom-color: rgba(128, 113, 84, 0.1);
}

.link:focus, .link:hover {
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s;
    text-decoration: none
}

.link .icon {
    background-repeat: no-repeat;
    background-size: contain
}

.link .icon + span, .link span + .icon {
    margin-left: .2em
}

.link.color-gray, .link.color-gray > span {
    color: #7c7c7c;
    fill: #7c7c7c;
    border-bottom-color: rgba(125, 125, 125, .5)
}

.link.color-gray:hover, .link.color-gray:hover > span {
    color: #633ab2;
    fill: #633ab2;
    border-bottom-color: rgba(99, 58, 178, .1)
}

.link.color-color1, .link.color-color1 > span {
    color: #ab3e72;
    fill: #ab3e72;
    border-bottom-color: rgba(171, 62, 114, .5)
}

.link.color-color1:hover, .link.color-color1:hover > span {
    color: #ab3e72;
    fill: #ab3e72;
    border-bottom-color: rgba(171, 62, 114, .1)
}

.link.color-white, .link.color-white > span {
    color: #fff;
    fill: #fff;
    border-bottom-color: rgba(255, 255, 255, .5)
}

.link.color-white:hover, .link.color-white:hover > span {
    color: #fff;
    fill: #fff;
    border-bottom-color: rgba(255, 255, 255, .1)
}

.link.color-black, .link.color-black > span {
    color: #000;
    fill: #000;
    border-bottom-color: rgba(0, 0, 0, .5)
}

.link.color-black:hover, .link.color-black:hover > span {
    color: #633ab2;
    fill: #633ab2;
    border-bottom-color: rgba(99, 58, 178, .1)
}

.link.color-main, .link.color-main > span {
    color: #484848;
    fill: #484848;
    border-bottom-color: rgba(72, 72, 72, .5)
}

.link.color-main:hover, .link.color-main:hover > span {
    color: #633ab2;
    fill: #633ab2;
    border-bottom-color: rgba(99, 58, 178, .1)
}

.link--simple {
    border: 0
}

.link--simple, .link--simple span {
    position: relative
}

.link--simple span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: -4px;
    -webkit-transition: width .5s ease-out;
    -o-transition: width .5s ease-out;
    transition: width .5s ease-out;
    background: #807154
}

.link--simple:hover span:after {
    width: 100%
}

.link--pseudo, .link--pseudo span {
    border-bottom-style: dashed
}

.btn, button, input[type=button], input[type=submit] {
    display: inline-block;
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    font-weight: 300;
    line-height: 1.4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    padding: 8px 25px;
    font-size: 14px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-color: #c4c4c4;
    background: #fff;
    color: #484848;
    fill: #484848
}

.btn:focus, .btn:hover, button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=submit]:focus, input[type=submit]:hover {
    border-color: #aaa;
    color: #484848;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

.btn.active, .btn:active, button.active, button:active, input[type=button].active, input[type=button]:active, input[type=submit].active, input[type=submit]:active {
    background: #f2f2f2;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

.btn .disabled, .btn:disabled, button .disabled, button:disabled, input[type=button] .disabled, input[type=button]:disabled, input[type=submit] .disabled, input[type=submit]:disabled {
    opacity: .5;
    pointer-events: none
}

.btn-sm {
    padding: 5px 21px;
    font-size: 14px
}

.btn-lg {
    padding: 14px 40px 15px;
    font-size: 16px;
    font-weight: 600
}

.btn-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-flex .icon {
    margin-right: 5px
}

.btn-primary {
    border-color: #ab3e72;
    background-color: #ab3e72;
    color: #fff;
    fill: #fff
}

.btn-primary:focus, .btn-primary:hover {
    border-color: #983766;
    background-color: #983766;
    color: #fff;
    fill: #fff
}

.btn-primary.active, .btn-primary:active {
    border-color: #863059;
    background-color: #863059;
    color: #fff;
    fill: #fff
}

.btn-white {
    border-color: #fff;
    background-color: #fff;
    color: #484848;
    fill: #484848
}

.btn-white:focus, .btn-white:hover {
    border-color: #ab3e72;
    background-color: #ab3e72;
    color: #484848;
    fill: #484848
}

.btn-white.active, .btn-white:active {
    border-color: #fff;
    background-color: #fff;
    color: #484848;
    fill: #484848
}

.btn-save {
    margin-bottom: 5px;
    min-width: 200px;
    padding: 14px 40px 15px;
    font-size: 16px;
    font-weight: 600;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 1px 5px rgba(99, 99, 99, .5);
    box-shadow: 0 1px 5px rgba(99, 99, 99, .5)
}

.btn-save:hover {
    border-color: rgba(255, 255, 255, .85)
}

.btn-decline {
    margin-bottom: 5px;
    min-width: 200px;
    padding: 14px 40px 15px;
    font-size: 16px;
    font-weight: 600;
    border: 4px solid #9a8096;
    background: #bda0b9;
    color: #675363;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5)
}

.btn-decline.active, .btn-decline:hover {
    border-color: #897085;
    background: #bda0b9
}

.btn-ban {
    margin-bottom: 5px;
    min-width: 200px;
    padding: 14px 40px 15px;
    font-size: 16px;
    font-weight: 600;
    border: 4px solid #a0a0a0;
    background: #ccc;
    color: #727272;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5)
}

.btn-ban.active, .btn-ban:hover {
    border-color: #969696;
    background: #b7b7b7
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.disable-hover, .disable-hover * {
    pointer-events: none !important
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #484848;
    fill: #484848;
    background-color: #fff;
    margin: 0;
    padding: 0
}

.inline-block {
    display: inline-block
}

.color-red {
    color: #ab3e72;
    fill: #ab3e72
}

.color-white {
    color: #fff;
    fill: #fff
}

.color-black {
    color: #000;
    fill: #000
}

.color-main {
    color: #484848;
    fill: #484848
}

.color-gray {
    color: #dfdfdf;
    fill: #dfdfdf
}

.color-gray-light {
    color: #f2f2f2;
    fill: #f2f2f2
}

.bg-red {
    background-color: #ab3e72
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.bg-gray {
    background-color: #dfdfdf
}

.bg-gray-light {
    background-color: #f2f2f2
}

.bg-gray-dark {
    background-color: #7c7c7c
}

.hide {
    display: none
}

.hide.active {
    display: block !important
}

.hide-on-active.active {
    display: none
}

.mt-m5 {
    margin-top: 5px
}

.mt-m10 {
    margin-top: 10px
}

.mt-m15 {
    margin-top: 15px
}

.mt-m30 {
    margin-top: 30px
}

.mt-m40 {
    margin-top: 40px
}

.mb-m4 {
    margin-bottom: 4px
}

.mb-m5 {
    margin-bottom: 5px
}

.mb-m10 {
    margin-bottom: 10px
}

.mb-m15 {
    margin-bottom: 15px
}

.mb-m30 {
    margin-bottom: 30px
}

.mb-m50 {
    margin-bottom: 50px
}

.container, .container2 {
    display: block;
    margin-left: 10px;
    margin-right: 10px
}

.grid {
    -webkit-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.grid, .grid--v {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.grid--v {
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.grid--v > [class*=col-] {
    width: 100%
}

.grid--left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.grid--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grid--right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.grid--top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.grid--h.grid--middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.grid--v.grid--middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grid--bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.grid.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grid.center > * {
    text-align: left
}

.col-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.grid.by-m0 > .col-m1, .grid.by-m1 > .col-m1 {
    width: 100%
}

.grid.by-m2 > .col-m1 {
    width: 50%
}

.grid.by-m2 > .col-m2 {
    width: 100%
}

.grid.by-m3 > .col-m1 {
    width: 33.33333333%
}

.grid.by-m3 > .col-m2 {
    width: 66.66666667%
}

.grid.by-m3 > .col-m3 {
    width: 100%
}

.order-m1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.order-m2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.order-m3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}


.logo {
    position: relative;
    display: block;
    z-index: 999;
    padding: 5px 0;
    font-weight: 700;
    line-height: 0;
}

.logo img {
    max-width: 100%;
    height: 40px;
}

.nav-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #2d2d2d;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.top.active .nav-top {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.nav-top-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 80px 10px 0;
    text-align: center
}

.nav-top-item {
    display: block;
    font-size: 18px;
    text-transform: uppercase
}

.nav-top-item .link {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 0;
    color: #fff
}

.nav-aside {
    margin-top: 30px;
    padding: 0 10px;
}

.nav-bottom {
    display: flex;
    margin: 0 -5px;
}

.nav-bottom-item {
    padding: 0 5px;
}

.nav-header {
    overflow: hidden;
    height: 50px
}

.nav-header-wrap {
    overflow-x: scroll;
    padding-bottom: 20px
}

.nav-header-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    margin: 0;
    list-style: none
}

.nav-header-item {
    font-size: 14px;
    line-height: 1;
    white-space: nowrap
}

.nav-header-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 5px 15px
}

.nav-header-link span {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.nav-header-link.active {
    background: rgba(84, 2, 41, .85)
}

.nav-header-link.active span, .nav-header-link:hover span {
    color: #c3ae8d
}

.nav-top-btn {
    position: absolute;
    z-index: 999;
    top: 13px;
    right: 10px;
    width: 26px;
    height: 20px;
    border: 0;
    cursor: pointer
}

.nav-top-btn.active .icon-nav {
    width: 0
}

.nav-top-btn.active .icon-nav, .nav-top-btn.active .icon-nav:after, .nav-top-btn.active .icon-nav:before {
    background: #fff
}

.nav-top-btn.active .icon-nav:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0
}

.nav-top-btn.active .icon-nav:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0
}

.icon-nav {
    position: relative;
    top: 10px;
    outline: 0 !important
}

.icon-nav, .icon-nav:after, .icon-nav:before {
    display: block;
    left: 0;
    background: #fff;
    width: 26px;
    height: 2px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.icon-nav:before {
    content: "";
    position: absolute;
    bottom: 8px
}

.icon-nav:after {
    content: "";
    position: absolute;
    top: 8px
}

.pagination {
    margin: 30px 0;
    font-size: 1em
}

.pagination, .pagination .link, .pagination .sep {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pagination .link, .pagination .sep {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.pagination .link {
    border: 1px solid transparent;
    color: #484848;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.pagination .link:hover {
    color: #ab3e72
}

.pagination .link.active {
    font-weight: 700;
    color: #ab3e72;
    border-color: #ab3e72
}

.pagination .next, .pagination .prev {
    border: 0;
    font-size: 2em;
    fill: #484848
}

.pagination .next:hover, .pagination .prev:hover {
    fill: #ab3e72
}

.search {
    position: relative;
    background: rgba(84, 2, 41, .95)
}

.search input {
    padding-left: 35px;
    padding-right: 30px;
    height: 50px;
    border: 0;
    color: #fff;
    background: transparent
}

.search input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #540229
}

.search input:focus + button {
    fill: #fff
}

.search input::-webkit-input-placeholder {
    padding-top: 2px;
    font-size: 14px;
    color: rgba(255, 255, 255, .55)
}

.search input:-moz-placeholder {
    padding-top: 2px;
    font-size: 14px;
    color: rgba(255, 255, 255, .55)
}

.search button {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 50px;
    background: none;
    border: 0;
    cursor: pointer;
    background: transparent;
    fill: #fff
}

.search button .icon {
    top: 0;
    width: 18px;
    height: 18px
}

.auth-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 80px 10px 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: rgba(21, 11, 22, .75)
}

.auth-top .auth-register-btn, .auth-top .auth-sign-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .5px;
    height: 50px
}

.auth-top .auth-sign-btn {
    padding: 0 25px;
    background: #540229;
    color: #fff
}

.auth-top .auth-register-btn {
    padding: 0 25px;
    background: #b22457;
    color: rgba(255, 255, 255, .8)
}

.auth-top.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.auth-dropdown {
    position: relative
}

.auth-dropdown.active .dropdown-list {
    display: block
}

.auth-dropdown-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.auth-dropdown-user-photo {
    fill: #fff
}

.auth-dropdown-user-photo svg {
    width: 1em;
    height: 1em
}

.auth-dropdown-user-name {
    display: none
}

.auth-dropdown-user-icon {
    margin-left: 5px;
    fill: #fff
}

.dropdown-list {
    display: none;
    min-width: 200px;
    position: absolute;
    margin-top: 15px;
    right: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    -webkit-box-shadow: 0 10px 20px -4px rgba(0, 0, 0, .4);
    box-shadow: 0 10px 20px -4px rgba(0, 0, 0, .4);
    z-index: 100;
    text-align: left
}

.dropdown-list .wrap {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 0
}

.dropdown-list:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 17px;
    height: 17px;
    margin-top: -17px;
    top: 0;
    right: 32px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.dropdown-list .link {
    display: block;
    border: 0;
    padding: 8px 1.6em;
    color: #484848;
    border-bottom: 1px solid #efefef
}

.dropdown-list .link:hover {
    background-color: rgba(255, 59, 47, .2)
}

.dropdown-list .link:last-child {
    border-bottom: 0
}

.dropdown-list .link span {
    margin-left: 5px;
    color: #484848
}

.dropdown-list .link .icon {
    margin-left: -1em
}

.dropdown-list .link .icon + span {
    margin-left: 0
}

.dropdown-list .sep {
    display: block;
    border-bottom: 1px solid #efefef
}

.auth-top-user {
    position: relative;
    z-index: 999;
    margin-right: 10px;
    fill: #fff
}

.auth-top-user svg {
    width: 26px;
    height: 26px
}

.auth-form {
    max-width: 400px;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(204, 204, 204, .5);
    box-shadow: 0 0 2px rgba(204, 204, 204, .5)
}

.auth-form-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.auth-form-bottom-start {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.filter-item {
    position: relative;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filter-item.active .filter-item-title {

}

.filter-item.active .filter-item-title .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter-item.active .filter-item-content {
    padding: 10px;
    max-height: 99999px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.filter-item:first-child .filter-item-title {
    border-top: 0
}

.filter-item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    fill: #fff;
    cursor: pointer;
    border-top: 1px solid rgba(255, 255, 255, .2);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.filter-item-title span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.filter-item-title .icon {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.filter-item-content {
    overflow: hidden;
    max-height: 0;
    padding: 0 10px;
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out
}

.filter-item-group-title {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600
}

.filter {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    color: #fff;
    fill: #fff
}

.filter-btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 10px;
    height: 50px;
    font-size: 18px
}

.filter-btn, .filter-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.filter-main {
    position: fixed;
    z-index: 2001;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    padding-top: 110px;
    -webkit-transform: translate3d(100%, 0, 1001px);
    transform: translate3d(100%, 0, 1001px);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #181818;
    will-change: transform
}

.filter.active .filter-main {
    -webkit-transform: translateZ(1001px);
    transform: translateZ(1001px)
}

.filter-main-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    margin-top: 50px;
    background: #77694e
}

.filter-main-header-start {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    text-transform: uppercase
}

.filter-main-header-end .back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.filter-main-header-end .back .icon {
    top: 0
}

.filter-main-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.filter-main-content-wrap {
    padding: 0 0 70px
}

.filter-main-content-wrap form {
    width: 100%
}

.city-list {
    list-style: none;
    margin: 0
}

.city-list-item {
    margin: 0
}

.city-list-item-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 10px;
    color: #484848
}

.city-list-item-link span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.city-list-item-link i {
    text-align: center;
    min-width: 2.5em;
    padding: 3px 6px;
    font-size: 12px;
    font-style: normal;
    line-height: 1;
    border-radius: 2em;
    color: #150b16;
    background: rgba(84, 2, 41, .15);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.city-list-item-link.active {
    color: #b22457
}

.country-list {
    list-style: none;
    margin: 0
}

.country-list-item {
    margin: 0 10px;
    border-bottom: 1px solid #e0e0e0
}

.country-list-item-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0;
    color: #484848
}

.country-list-item-link span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.country-list-item-link i {
    text-align: center;
    min-width: 2.5em;
    padding: 3px 6px;
    font-size: 12px;
    font-style: normal;
    line-height: 1;
    border-radius: 2em;
    color: #150b16;
    background: rgba(84, 2, 41, .15);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.country-block {
    background: #fff
}

.country-block-header {
    border-bottom: 1px solid #dedede
}

.country-block-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #484848
}

.country-block-title img {
    margin-left: 10px
}

.country-block-note {
    font-size: 14px
}

.geo-mobile-chooser {
    margin-bottom: 15px;
    padding: 0 10px
}

.geo-mobile-chooser-select {
    position: absolute;
    left: 500px;
    opacity: 0
}

.geo-mobile-chooser-label {
    display: inline-block;
    width: 70px
}

.geo-mobile-chooser-value {
    display: inline-block;
    padding: 3px 10px 4px;
    border-radius: 2em;
    color: #484848;
    background: #e5dadf
}

.geo-mobile-chooser-city {
    margin-top: 15px
}

.profile-card {
    position: relative;
    padding: 10px;
    display: block;
    height: 100%;
    color: #888;
    background: #2d2d2d;
    -webkit-box-shadow: 0 0 2px rgba(204, 204, 204, .5);
    box-shadow: 0 0 2px rgba(204, 204, 204, .5);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    overflow: hidden
}

.profile-card-pic {
    position: relative;
    margin-bottom: 10px;
    font-size: 0
}

.profile-card-pic .pic {
    position: relative;
}

.profile-card-pic img {
    height: auto
}

.profile-card-content {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}

.profile-card-content-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 10px;
    margin-bottom: 10px
}

.profile-card-title {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase
}

.profile-card-location {
    font-size: 12px;
    font-weight: 300;
    color: #979898
}

.profile-card-params {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
    font-size: 12px
}

.profile-card-params, .profile-card-params dd, .profile-card-params dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.profile-card-params dd, .profile-card-params dt {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin-bottom: 3px;
    padding: 2px 0;
    line-height: 1
}

.profile-card-params dd, .profile-card-params dt, .profile-card-prices {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.profile-card-prices {
    font-size: 16px;
    font-weight: 600;
    color: #cf2760
}

.profile-detail-disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.profile-detail-status {
    color: red;
    text-transform: uppercase
}

.profile-detail-gallery {
    position: relative
}

.profile-detail-gallery .badge-verified {
    top: 10px;
    left: 10px
}

.profile-detail-gallery .badge-video {
    bottom: 10px;
    left: 10px;
}

.profile-detail-block {
    padding: 15px;
    font-size: 14px
}

.profile-detail-block, .profile-detail-photo {

    -webkit-box-shadow: 0 0 2px rgba(150, 150, 150, .5);
    box-shadow: 0 0 2px rgba(150, 150, 150, .5)
}

.profile-detail-photo {
    line-height: 0;
    margin-bottom: 6px;
    padding: 4px
}

.profile-detail-photo .pic {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    overflow: hidden
}

.profile-detail-photo-other {
    overflow: hidden;
    height: 102px
}

.profile-detail-photo-other-wrap {
    position: relative;
    overflow-x: scroll;
    padding-bottom: 20px;
    height: 122px
}

.profile-detail-photo-list {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.profile-detail-photo-list .pic {
    display: block;
    margin-right: 6px;
    width: 98px;
    height: 98px;
    padding: 4px;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(150, 150, 150, .5);
    box-shadow: 0 0 2px rgba(150, 150, 150, .5);
    overflow: hidden;
}

.profile-detail-photo-list .pic:last-child {
    margin-right: 0
}

.profile-detail-photo-other1 {
    line-height: 0;
    padding: 4px
}

.profile-detail-maininfo, .profile-detail-photo-other1 {

}

.profile-detail-header, .profile-detail-header-start {
    margin-bottom: 10px
}

.profile-detail-header-end .tel {
    font-size: 22px;
    border-bottom: 0
}

.profile-detail-about {
    padding: 15px;
    font-size: 14px;
}

.profile-detail-about.active .profile-detail-about-text {
    display: block;
    height: auto;
    -webkit-line-clamp: none
}

.profile-detail-about.active .more {
    display: none
}

.profile-detail-about-text {
    display: block;
    display: -webkit-box;
    height: 84px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.profile-detail-info {
    padding: 20px 15px;
    font-size: 14px;
    border-top: 1px solid #333
}

.profile-detail-params {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    margin: 0
}

.profile-detail-params dd, .profile-detail-params dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin-bottom: 3px;
    padding: 2px 5px
}

.profile-detail-params dt {
    color: #fff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    font-size: 13px
}

.profile-detail-contact-params {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    margin: 0
}

.profile-detail-contact-params dd, .profile-detail-contact-params dt {
    display: block;
    margin-bottom: 6px;
    padding: 2px 5px
}

.profile-detail-contact-params dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
}

.profile-detail-contact-params dt .icon {
    margin-right: 4px;
    font-size: 18px
}

.profile-detail-contact-params dd {
    width: 70%;
    color: #807154
}

.profile-detail-prices {
    margin-top: 15px
}

.profile-detail-rates {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    margin: 0
}

.profile-detail-rates, .profile-detail-rates dd, .profile-detail-rates dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.profile-detail-rates dd, .profile-detail-rates dt {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
    padding: 6px 5px;
    border-bottom: 1px solid #333
}

.profile-detail-rates dt {
    width: 30%;
    white-space: nowrap;
    font-size: 15px
}

.profile-detail-rates dt .icon {
    margin-right: 4px;
    font-size: 18px
}

.profile-detail-rates dd {
    width: 70%;
    white-space: nowrap;
    font-size: 17px;
    line-height: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #807154;
    text-align: right
}

.price-note {
    font-size: 10px;
    font-weight: 300;
    white-space: normal
}

.badge-verified {
    position: absolute;
    left: 5px;
    top: 5px;
}

.badge-verified:before, .badge-verified:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #2d2d2d;
}

.badge-verified:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: url(/static/img/verified.png) no-repeat;
    background-size: cover;
}

.badge-top, .badge-vip {
    position: absolute;
    display: none
}

.badge-video {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 5px;
    bottom: 5px;
    width: 28px;
    height: 28px;
    background: url(/static/img/video.png) no-repeat;
    background-size: cover;
}

.field {
    position: relative
}

.field.error input[type=email], .field.error input[type=number], .field.error input[type=password], .field.error input[type=search], .field.error input[type=text], .field.error input[type=url], .field.error select, .field.error textarea {
    border-color: #ff3b2f
}

.field.error input[type=email]:focus, .field.error input[type=number]:focus, .field.error input[type=password]:focus, .field.error input[type=search]:focus, .field.error input[type=text]:focus, .field.error input[type=url]:focus, .field.error select:focus, .field.error textarea:focus {
    border-color: #ffc01c;
    -webkit-box-shadow: 0 0 3px #ffd977;
    box-shadow: 0 0 3px #ffd977
}

.field.error .field-lbl {
    color: #ff3b2f
}

.field.error .field-error {
    display: block
}

.field-inp {
    position: relative
}

.field-suffix {
    position: absolute;
    top: 1px;
    right: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 1;
    color: #484848;
    background: #f9f9f9;
    border: 0
}

abbr + .field-suffix {
    padding-right: 12px
}

.label {
    display: inline-block;
    line-height: 1.25;
    font-size: 14px
}

.label i, .link i {
    margin-left: 5px;
    font-size: 12px;
    font-style: normal;
    color: #b6b7b7
}

.field-help {
    display: block;
    font-style: italic
}

.field-error, .field-help {
    margin: 5px 0 0;
    font-size: .75em
}

.field-error {
    display: none;
    color: #ff3b2f
}

.field-hours input {
    padding-right: 52px;
    text-align: right
}

.field-group {
    margin-bottom: 20px
}

.field-group:last-child {
    margin-bottom: 0
}

.field-group-title {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600
}

.field-group .link {
    font-size: 14px;
}

.field-checkbox {
    padding-left: 1.875em !important
}

.field-checkbox input {
    visibility: hidden
}

.field-checkbox input, .field-checkbox input + label {
    position: absolute;
    display: block;
    top: .08em;
    left: 0;
    width: 1em;
    height: 1em;
    font-size: 1.25em
}

.field-checkbox input + label {
    background: rgba(255, 255, 255, .8);
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    cursor: pointer
}

.field-checkbox input + label:after {
    content: "";
    position: absolute;
    width: .6em;
    height: .3em;
    top: .24em;
    left: .18em;
    border: 2px solid #484848;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    transform: rotate(-48deg)
}

.field-checkbox input:checked + label:after {
    opacity: 1
}

.field-radio {
    padding-left: 1.5em
}

.field-radio input {
    visibility: hidden
}

.field-radio input, .field-radio input + label {
    position: absolute;
    display: block;
    top: .12em;
    left: 0;
    width: 1em;
    height: 1em
}

.field-radio input + label {
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    cursor: pointer
}

.field-radio input + label:after {
    content: "";
    position: absolute;
    width: .5em;
    height: .5em;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #484848;
    opacity: 0
}

.field-radio input:checked + label:after {
    opacity: 1
}

.field-radio.field--primary input + label:after {
    background: #874eef
}

.field-radio.field--success input + label:after {
    background: #19e471
}

.field-radio.field--info input + label:after {
    background: #ffc01c
}

.field-radio.field--warning input + label:after {
    background: #e96a47
}

.field-radio.field--danger input + label:after {
    background: #ff3b2f
}

.radiobox--inline {
    width: 100%;
    font-size: 14px
}

.radiobox--inline, .radiobox--inline .field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.radiobox--inline .field {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.5em;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 .8em;
    cursor: pointer
}

.radiobox--inline .field:first-child {
    border-radius: 6px 0 0 6px;
    border-left: 1px solid #ddd
}

.radiobox--inline .field:last-child {
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #ddd
}

.radiobox--inline .field input + label {
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    background: transparent
}

.radiobox--inline .field input + label:after {
    display: none
}

.radiobox--inline .field input:checked + label {
    z-index: 2;
    background: #7d8182;
    border: 1px solid #dfdfdf
}

.radiobox--inline .field input:checked + label + label span {
    color: #fff
}

.radiobox--inline .label {
    position: relative;
    z-index: 2
}

.radiobox--inline span {
    cursor: pointer
}

.popup {
    position: relative;
    width: auto;
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5)
}

.popup.sm {
    max-width: 320px
}

.popup.md2 {
    max-width: 540px
}

.popup.md {
    max-width: 640px
}

.popup.lg {
    max-width: 768px
}

.popup.hd {
    max-width: 960px
}

.popup-header {
    padding: 10px 15px;
    border-bottom: 1px solid #cfcfcf;
    background: #f3f3f3;
    color: #484848
}

.popup-title {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -.1px;
    line-height: 1.2;
    color: #ab3e72
}

.popup.sm .popup-title {
    font-size: 20px
}

.popup-content {
    padding: 20px 15px
}

.popup.sm .popup-content {
    padding: 10px 15px
}

.popup-footer {
    padding: 0 25px 15px
}

.spinner-wrap.loading {
    position: relative
}

.spinner-wrap.loading .mfp__wrap {
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

.spinner-wrap.loading .spinner-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.spinner-wrap.loading .spinner-btn {
    position: relative
}

.spinner-wrap.loading .spinner-btn > span {
    opacity: 0
}

.spinner-wrap.loading .spinner-btn .spinner-overlay {
    border-radius: 2em;
    background: transparent
}

.spinner-wrap.loading .spinner-btn .spinner > div {
    background: #fff
}

.btn.loading {
    position: relative
}

.btn.loading > span {
    opacity: 0
}

.btn.loading .spinner-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2em
}

.btn.loading .spinner > div {
    background: #fff
}

.spinner-overlay {
    position: absolute;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .75)
}

.profile-list {
    position: relative
}

.profile-list .spinner-overlay {
    padding-top: 100px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.profile-list.loading .spinner-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.spinner {
    margin: 2px auto 0;
    width: 70px;
    text-align: center
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #ab3e72;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, to {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.tab-nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2
}

.tab {
    cursor: pointer;
    text-align: center;
    line-height: 1;
    color: #6e6868
}

.tab.active {
    color: #000
}

.tab-content-slider {
    top: -1px;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: height .5s ease-out;
    -o-transition: height .5s ease-out;
    transition: height .5s ease-out;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff
}

.tab-content-slider-wrap {
    width: 300%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.tab-content {
    width: 33.33333333%;
    float: left;
    font-size: 12px
}

.tab {
    padding: 10px 15px;
    font-size: 14px
}

.tab.active {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0
}

.tab-content {
    padding: 10px
}

.review-form {
    max-width: 640px;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(204, 204, 204, .5);
    box-shadow: 0 0 2px rgba(204, 204, 204, .5)
}

.field-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    margin: 0
}

.field-list, .field-list dd, .field-list dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.field-list dd, .field-list dt {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
    margin-bottom: 3px;
    padding: 2px 5px
}

.field-list dt {
    font-size: 14px;
    background: #f2f2f2
}

.review-form-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.review-form-bottom-start {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.review-list-item {
    margin-bottom: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(204, 204, 204, .5);
    box-shadow: 0 0 2px rgba(204, 204, 204, .5)
}

.review-list-item-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #efefef
}

.review-list-item-name {
    margin-right: 15px
}

.review-list-item-date {
    font-size: 14px;
    font-weight: 300;
    color: #7c7c7c
}

.review-list-item-rate {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.review-list-item-text {
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    color: #5b5b5b
}

.rating {
    position: relative;
    width: 80px;
    height: 14px;
    background: url(/static/img/star.png)
}

.rating:after {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    background: url(/static/img/star-fill.png)
}

.rating .rate1:after {
    width: 16px
}

.rating .rate2:after {
    width: 32px
}

.rating .rate3:after {
    width: 48px
}

.rating .rate4:after {
    width: 64px
}

.rating .rate5:after {
    width: 80px
}

.review-profile-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500
}

.review-profile-list {
    margin-bottom: 15px
}

.review-card {
    position: relative;
    color: #484848;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(204, 204, 204, .5);
    box-shadow: 0 0 2px rgba(204, 204, 204, .5);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    overflow: hidden
}

.review-card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #efefef
}

.review-card-profile {
    position: relative;
    margin-right: 10px;
    width: 110px;
    font-size: 0
}

.review-card-profile-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 5px;
    font-size: 14px;
    color: #ab3e72;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    background: rgba(0, 0, 0, .7)
}

.review-card-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.review-card-main-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef
}

.review-card-main-top-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.review-card-main-top-end {
    padding-top: 5px
}

.review-card-name {
    margin-bottom: 2px;
    line-height: 1
}

.review-card-date {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #7c7c7c
}

.review-card-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 12px;
    line-height: 1
}

.review-card-info dt {
    width: 40%
}

.review-card-info dd {
    width: 60%;
    font-weight: 300
}

.review-card-text {
    padding: 10px;
    font-size: 14px;
    font-style: italic
}

.admin-panel {
    position: fixed;
    top: 50%;
    right: 0;
    width: 50px;
    z-index: 101
}

.admin-panel-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    fill: #fff;
    background: #000;
    cursor: pointer
}

.balance-header {
    margin-right: 6px;
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 2em;
    background: #fff
}

.balance-header-link {
    color: #53002a;
    fill: #53002a;
    text-decoration: none;
    border: 0
}

.balance-header .icon {
    top: -2px;
    margin-right: 2px;
    font-size: 16px
}

.tariff-table {
    border-collapse: collapse
}

.tariff-table td, .tariff-table th {
    padding: 10px;
    border: 1px solid #b75f78;
    line-height: 1.25
}

.tariff-table th {
    text-align: left
}

.switch {
    position: relative;
    width: 90px;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch-checkbox {
    display: none
}

.switch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px
}

.switch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin .3s ease-in 0s;
    -o-transition: margin .3s ease-in 0s;
    transition: margin .3s ease-in 0s
}

.switch-inner:after, .switch-inner:before {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.switch-inner:before {
    content: "ВКЛ";
    padding-left: 10px;
    background-color: #32b373;
    color: #fff
}

.switch-inner:after {
    content: "ВЫКЛ";
    padding-right: 10px;
    background-color: #dbdbdb;
    color: #999;
    text-align: right
}

.switch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border-radius: 20px;
    -webkit-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s
}

.switch-checkbox:checked + .switch-label .switch-inner {
    margin-left: 0
}

.switch-checkbox:checked + .switch-label .switch-switch {
    right: 0
}

.changed-new {
    font-size: 13px;
    color: #00c645
}

.changed-new .lbl {
    color: #999
}

.article-card {
    position: relative;
    padding: 10px;
    display: block;
    height: 100%;
    color: #888;
    background: #2d2d2d;
    -webkit-box-shadow: 0 0 2px rgba(204, 204, 204, .5);
    box-shadow: 0 0 2px rgba(204, 204, 204, .5);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    overflow: hidden;
}

.article-card-pic {
    margin-bottom: 15px;
    font-size: 0
}

.article-card-pic img {
    height: auto
}

.article-card-content {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}

.article-card-content-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px
}

.article-card-title {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase
}

.article-card-next {
    font-size: 12px;
    color: #807154;
}

.article-detail-disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.article-detail-status {
    color: red;
    text-transform: uppercase
}

.article-detail-gallery {
    position: relative
}

.article-detail-block {
    padding: 15px;
    font-size: 14px
}

.article-detail-block, .article-detail-photo {
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(150, 150, 150, .5);
    box-shadow: 0 0 2px rgba(150, 150, 150, .5)
}

.article-detail-photo {
    line-height: 0;
    margin-bottom: 6px;
    padding: 4px
}

.article-detail-photo .pic {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    overflow: hidden
}

.article-detail-photo-other {
    overflow: hidden;
    height: 82px
}

.article-detail-photo-other-wrap {
    position: relative;
    overflow-x: scroll;
    padding-bottom: 20px;
    height: 102px
}

.article-detail-photo-list {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.article-detail-photo-list .pic {
    display: block;
    margin-right: 6px;
    width: 82px;
    height: 82px;
    padding: 4px;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(150, 150, 150, .5);
    box-shadow: 0 0 2px rgba(150, 150, 150, .5)
}

.article-detail-photo-list .pic:last-child {
    margin-right: 0
}

.article-detail-photo-other1 {
    line-height: 0;
    padding: 4px
}

.article-detail-maininfo, .article-detail-photo-other1 {
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(204, 204, 204, .5);
    box-shadow: 0 0 2px rgba(204, 204, 204, .5)
}

.article-detail-header, .article-detail-header-start {
    margin-bottom: 10px
}

.article-detail-header-end .tel {
    font-size: 22px;
    border-bottom: 0
}

.article-detail-about {
    padding: 15px;
    font-size: 14px;
    background: #fff
}

.article-detail-about.active .article-detail-about-text {
    display: block;
    height: auto;
    -webkit-line-clamp: none
}

.article-detail-about.active .more {
    display: none
}

.article-detail-about-text {
    display: block;
    display: -webkit-box;
    height: 84;
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.article-detail-info {
    padding: 20px 15px;
    font-size: 14px;
    background: #fff;
    border-top: 1px solid #efefef
}

.article-detail-params {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    margin: 0
}

.article-detail-params dd, .article-detail-params dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin-bottom: 3px;
    padding: 2px 5px
}

.article-detail-params dt {
    background: #f2f2f2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    font-size: 13px
}

.article-detail-contact-params {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    margin: 0
}

.article-detail-contact-params dd, .article-detail-contact-params dt {
    display: block;
    margin-bottom: 6px;
    padding: 2px 5px
}

.article-detail-contact-params dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    font-size: 14px;
    background: #fef9f9
}

.article-detail-contact-params dt .icon {
    margin-right: 4px;
    font-size: 18px
}

.article-detail-contact-params dd {
    width: 70%;
    color: #b22457
}

.article-detail-prices {
    margin-top: 15px
}

.article-detail-rates {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    margin: 0
}

.article-detail-rates, .article-detail-rates dd, .article-detail-rates dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.article-detail-rates dd, .article-detail-rates dt {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
    padding: 6px 5px;
    border-bottom: 1px solid #dfdfdf
}

.article-detail-rates dt {
    width: 30%;
    white-space: nowrap;
    font-size: 15px
}

.article-detail-rates dt .icon {
    margin-right: 4px;
    font-size: 18px
}

.article-detail-rates dd {
    width: 70%;
    white-space: nowrap;
    font-size: 17px;
    line-height: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #dd1f26
}

.tags {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -5px
}

.tag, .tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tag {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    margin: 0 5px 10px;
    padding: 3px 10px;
    border: 1px solid #ab3e72;
    font-size: 14px;
    color: #ab3e72;
    fill: #ab3e72;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.tag .icon {
    margin-right: 5px
}

.tag span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tag:active, .tag:hover {
    color: #fff;
    fill: #fff;
    background: #ab3e72
}

.advert-block {
    position: relative
}

.advert-block.adblock-add {
    min-height: 50px;
    border: 1px dashed #000
}

.advert-block.adblock-add .advert-block-edit {
    opacity: 1
}

.advert-block:hover .advert-block-edit {
    opacity: 1;
    background: rgba(84, 2, 41, .5)
}

.advert-block-edit {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.advert-block-edit, .advert-block-edit .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.advert-block-edit .btn .icon {
    margin-right: 5px
}

.advert-link {
    display: block;
    line-height: 1
}


.top {
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #333;
}

.top .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px
}

.top-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.top-end, .top-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px
}

.top-end {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header {
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #333;
}

.header-title {
    margin: 0 0 10px 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}


.page-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #807154;
}

.page-title span {
    font-weight: 700
}

.page-content-teaser {
    margin-bottom: 15px
}

.page-content-text {
    margin: 15px 0;
    order: 2;
}

.footer {
    position: relative
}

.footer-bottom {
    padding: 30px 10px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #7c7c7c
}

.footer-bottom-middle {
    margin-bottom: 30px
}

.page-wrap {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    min-height: 100vh;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.page-wrap {
    padding-top: 50px
}
.profile-page .page-wrap {
    padding-top: 0;
}

.page {
    min-height: 80px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex: none !important;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.page-main {
    width: 100%;
    padding: 10px
}

.page-content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.page-aside-left, .page-aside-right {
    width: 100%
}

body, html {
    -webkit-overflow-scrolling: auto
}

body {
    background-color: #181818;
    color: #888;
}

.profile-detail-aside-phone {
    margin: 5px 0 15px;
}

.profile-detail-aside-phone span {
    display: inline-block;
    margin-right: 10px;
}

.profile-detail-aside-phone a {
    display: inline-block;
    font-size: 30px;
}

@media (max-width: 999px) {
    .text-center-m {
        text-align: center
    }

    .text-right-m {
        text-align: right
    }

    .text-left-m {
        text-align: left
    }

    .hide-m {
        display: none
    }

    .hide-m.active {
        display: block !important
    }
}

@media (min-width: 1000px) {
    .profile-detail-aside-phone {
        display: none;
    }

    .h1, h1 {
        font-size: 40px
    }

    .h2, h2 {
        font-size: 32px
    }

    .h3, h3 {
        font-size: 20px
    }

    body {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5
    }

    .hide-m {
        display: none
    }

    .hide-d {
        display: none !important
    }

    .hide-d.active {
        display: block !important
    }

    .container {
        margin-left: auto;
        margin-right: auto
    }

    .container, .container2 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .pad-d3 {
        padding-left: 3px;
        padding-right: 3px
    }

    .pad-d5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .pad-d10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .pad-d15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .pad-d25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .inc-d3 {
        margin-left: -3px;
        margin-right: -3px
    }

    .inc-d5 {
        margin-left: -5px;
        margin-right: -5px
    }

    .inc-d10 {
        margin-left: -10px;
        margin-right: -10px
    }

    .inc-d15 {
        margin-left: -15px;
        margin-right: -15px
    }

    .inc-d25 {
        margin-left: -25px;
        margin-right: -25px
    }

    .grid.by-d1 > .col-d1 {
        width: 100%
    }

    .grid.by-d2 > .col-d1 {
        width: 50%
    }

    .grid.by-d2 > .col-d2 {
        width: 100%
    }

    .grid.by-d3 > .col-d1 {
        width: 33.33333333%
    }

    .grid.by-d3 > .col-d2 {
        width: 66.66666667%
    }

    .grid.by-d3 > .col-d3 {
        width: 100%
    }

    .grid.by-d4 > .col-d1 {
        width: 25%
    }

    .grid.by-d4 > .col-d2 {
        width: 50%
    }

    .grid.by-d4 > .col-d3 {
        width: 75%
    }

    .grid.by-d4 > .col-d4 {
        width: 100%
    }

    .grid.by-d5 > .col-d1 {
        width: 20%
    }

    .grid.by-d5 > .col-d2 {
        width: 40%
    }

    .grid.by-d5 > .col-d3 {
        width: 60%
    }

    .grid.by-d5 > .col-d4 {
        width: 80%
    }

    .grid.by-d5 > .col-d5 {
        width: 100%
    }

    .grid.by-d6 > .col-d1 {
        width: 16.66666667%
    }

    .grid.by-d6 > .col-d2 {
        width: 33.33333333%
    }

    .grid.by-d6 > .col-d3 {
        width: 50%
    }

    .grid.by-d6 > .col-d4 {
        width: 66.66666667%
    }

    .grid.by-d6 > .col-d5 {
        width: 83.33333333%
    }

    .grid.by-d6 > .col-d6 {
        width: 100%
    }

    .grid.by-d7 > .col-d1 {
        width: 14.28571429%
    }

    .grid.by-d7 > .col-d2 {
        width: 28.57142857%
    }

    .grid.by-d7 > .col-d3 {
        width: 42.85714286%
    }

    .grid.by-d7 > .col-d4 {
        width: 57.14285714%
    }

    .grid.by-d7 > .col-d5 {
        width: 71.42857143%
    }

    .grid.by-d7 > .col-d6 {
        width: 85.71428571%
    }

    .grid.by-d7 > .col-d7 {
        width: 100%
    }

    .grid.by-d8 > .col-d1 {
        width: 12.5%
    }

    .grid.by-d8 > .col-d2 {
        width: 25%
    }

    .grid.by-d8 > .col-d3 {
        width: 37.5%
    }

    .grid.by-d8 > .col-d4 {
        width: 50%
    }

    .grid.by-d8 > .col-d5 {
        width: 62.5%
    }

    .grid.by-d8 > .col-d6 {
        width: 75%
    }

    .grid.by-d8 > .col-d7 {
        width: 87.5%
    }

    .grid.by-d8 > .col-d8 {
        width: 100%
    }

    .grid.by-d9 > .col-d1 {
        width: 11.11111111%
    }

    .grid.by-d9 > .col-d2 {
        width: 22.22222222%
    }

    .grid.by-d9 > .col-d3 {
        width: 33.33333333%
    }

    .grid.by-d9 > .col-d4 {
        width: 44.44444444%
    }

    .grid.by-d9 > .col-d5 {
        width: 55.55555556%
    }

    .grid.by-d9 > .col-d6 {
        width: 66.66666667%
    }

    .grid.by-d9 > .col-d7 {
        width: 77.77777778%
    }

    .grid.by-d9 > .col-d8 {
        width: 88.88888889%
    }

    .grid.by-d9 > .col-d9 {
        width: 100%
    }

    .grid.by-d10 > .col-d1 {
        width: 10%
    }

    .grid.by-d10 > .col-d2 {
        width: 20%
    }

    .grid.by-d10 > .col-d3 {
        width: 30%
    }

    .grid.by-d10 > .col-d4 {
        width: 40%
    }

    .grid.by-d10 > .col-d5 {
        width: 50%
    }

    .grid.by-d10 > .col-d6 {
        width: 60%
    }

    .grid.by-d10 > .col-d7 {
        width: 70%
    }

    .grid.by-d10 > .col-d8 {
        width: 80%
    }

    .grid.by-d10 > .col-d9 {
        width: 90%
    }

    .grid.by-d10 > .col-d10 {
        width: 100%
    }

    .grid.by-d12 > .col-d1 {
        width: 8.33333333%
    }

    .grid.by-d12 > .col-d2 {
        width: 16.66666667%
    }

    .grid.by-d12 > .col-d3 {
        width: 25%
    }

    .grid.by-d12 > .col-d4 {
        width: 33.33333333%
    }

    .grid.by-d12 > .col-d5 {
        width: 41.66666667%
    }

    .grid.by-d12 > .col-d6 {
        width: 50%
    }

    .grid.by-d12 > .col-d7 {
        width: 58.33333333%
    }

    .grid.by-d12 > .col-d8 {
        width: 66.66666667%
    }

    .grid.by-d12 > .col-d9 {
        width: 75%
    }

    .grid.by-d12 > .col-d10 {
        width: 83.33333333%
    }

    .grid.by-d12 > .col-d11 {
        width: 91.66666667%
    }

    .grid.by-d12 > .col-d12 {
        width: 100%
    }

    .order-d1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-d2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .top-end {
        position: static;
        margin-top: 0;
        display: flex;
        align-items: center;
    }

    .logo {
        width: auto;
        margin: 10px 0;
        text-align: left;
        font-size: 20px;
        font-weight: 600;
        overflow: hidden
    }

    .nav-top {
        position: static;
        width: auto;
        height: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background: transparent;
        overflow: hidden
    }

    .nav-top-inner {
        position: static;
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
    }

    .nav-top-item {
        margin: 0;
        font-size: 15px;
        font-weight: 400;
        text-transform: none
    }

    .nav-top-item .link {
        padding: 10px 18px;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        color: #807154;
        white-space: nowrap;
    }

    .nav-top-item .link.active, .nav-top-item .link:hover {
        color: #fff;
    }

    .nav-aside {
        padding: 0;
    }

    .nav-header {
        background: #e7bfca;
        border-radius: 2em
    }

    .nav-header-link span {
        color: #7f3247;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .nav-header-link.active {
        background: rgba(84, 2, 41, .85)
    }

    .nav-header-link.active span {
        color: #c3ae8d
    }

    .nav-header-link:hover span {
        color: #874eef
    }

    .nav-top-btn {
        display: none
    }

    .search-main {
        position: relative;
        top: 0;
        background: transparent;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .search-main input {
        padding-left: 10px
    }

    .search-main .close-btn {
        display: none
    }

    .search-main button {
        left: auto;
        right: 0
    }

    .auth-top {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        height: 50px;
        padding: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background: transparent
    }

    .auth-top .auth-sign-btn {
        padding: 0 25px;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .auth-top .auth-sign-btn:hover {
        background: rgba(84, 2, 41, .75)
    }

    .auth-top .auth-register-btn {
        padding: 0 35px;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .auth-top .auth-register-btn:hover {
        background: #77694e;
    }

    .auth-dropdown-user {
        cursor: pointer
    }

    .auth-dropdown-user-photo {
        margin-right: 8px
    }

    .auth-dropdown-user-name {
        display: block;
        max-width: 160px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .auth-top-user {
        display: none
    }

    .filter {
        position: relative;
        background: #77694e;
    }

    .filter-btn {
        display: none
    }

    .filter-main {
        position: static;
        display: block;
        width: 100%;
        height: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background: transparent
    }

    .filter-main, .filter-main-header {
        margin: 0;
        padding: 0
    }

    .filter-main-header {
        display: none
    }

    .filter-main-header-end {
        display: none
    }

    .filter-main-content {
        overflow-y: visible
    }

    .filter-main-content-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0
    }

    .city-list-item {
        font-size: 14px
    }

    .city-list-item-link {
        padding: 6px 15px;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .city-list-item-link:hover {
        color: #b22457
    }

    .city-list-item-link:hover i {
        color: #fff;
        background: #b22457
    }

    .country-list-item {
        margin: 0 15px;
        font-size: 14px
    }

    .country-list-item-link {
        padding: 6px 0;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .country-list-item-link:hover {
        color: #b22457
    }

    .country-list-item-link:hover i {
        color: #fff;
        background: #b22457
    }

    .country-block-header {
        margin: 0 15px;
        padding: 10px 0
    }

    .country-block-main {
        padding: 10px 0
    }

    .geo-mobile-chooser {
        display: none
    }

    .profile-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .profile-card:hover {
        background: #504432;

    }

    .profile-card:hover .profile-card-location {
        color: #b22457
    }

    .profile-card-pic {
        width: 100px;
        margin-right: 10px;
        margin-bottom: 0
    }

    .profile-card-location {
        font-size: 13px
    }

    .profile-detail {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .profile-detail-aside {
        width: 308px;
        margin-right: 20px
    }

    .profile-detail-main {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .profile-detail-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px
    }

    .profile-detail-header-start {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0
    }

    .profile-detail-header-end .tel {
        font-size: 22px
    }

    .profile-detail-params dd, .profile-detail-params dt {
        width: 25%
    }

    .agency-card-caption {
        position: relative;
        z-index: 2
    }

    .agency-card-title {
        margin-bottom: 10px;
        font-size: 18px
    }

    .agency-card-text {
        margin-bottom: 15px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden
    }

    .agency-card-text .text {
        display: block;
        display: -webkit-box;
        height: 162;
        margin: 0 auto;
        font-size: 12px;
        line-height: 1.5;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .popup-header {
        padding: 10px 25px
    }

    .popup-content {
        padding: 15px 25px 20px
    }

    .popup.sm .popup-content {
        padding: 10px 25px
    }

    .balance-header {
        margin-right: 15px;
        font-size: 15px;
        padding: 2px 12px
    }

    .article-detail-aside {
        width: 260px !important;
        margin-right: 20px !important
    }

    .header {
        top: 0;
        background: transparent
    }

    .header-title {
        font-size: 36px;
        font-weight: 300
    }

    .page-content-teaser {
        margin-bottom: 30px
    }

    .page-content-text {
        margin: 30px 0 15px;
    }

    .footer-bottom .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .footer-bottom-start {
        width: 250px;
        text-align: left;
    }

    .footer-bottom-middle {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .footer-bottom-end {
        width: 250px;
        text-align: right
    }

    .page-wrap {
        padding-top: 0
    }

    .page {
        width: 100%;
        min-height: 160px;
        margin: 0 auto;
        padding: 30px 15px
    }

    .page-main {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-height: 100px;
        padding: 0
    }

    .page-aside-left {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 200px;
        margin-right: 30px;
        min-height: 100px
    }

    .page-aside-right {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 200px;
        margin-left: 30px;
        min-height: 100px
    }
}

@media (min-width: 1200px) {
    .mt-d5 {
        margin-top: 5px
    }

    .mt-d10 {
        margin-top: 10px
    }

    .mt-d15 {
        margin-top: 15px
    }

    .mt-d30 {
        margin-top: 30px
    }

    .mt-d50 {
        margin-top: 50px
    }

    .mb-d4 {
        margin-bottom: 4px
    }

    .mb-d5 {
        margin-bottom: 5px
    }

    .mb-d10 {
        margin-bottom: 10px
    }

    .mb-d15 {
        margin-bottom: 15px
    }

    .mb-d30 {
        margin-bottom: 30px
    }

    .mb-d40 {
        margin-bottom: 40px
    }

    .mb-d50 {
        margin-bottom: 50px
    }

    .container {
        width: 1200px
    }

    .container, .container2 {
        padding-left: 0;
        padding-right: 0
    }

    .profile-card-pic {
        min-width: 150px
    }

    .article-card-pic {
        min-width: 250px
    }

    .article-card-content-main, .article-card-next {
        font-size: 14px
    }

    .page {
        width: 1200px
    }
}

@media (max-width: 1199px) {
    .pad-m2 {
        padding-left: 2px;
        padding-right: 2px
    }

    .pad-m5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .pad-m10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .pad-m15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .inc-m2 {
        margin-left: -2px;
        margin-right: -2px
    }

    .inc-m5 {
        margin-left: -5px;
        margin-right: -5px
    }

    .inc-m10 {
        margin-left: -10px;
        margin-right: -10px
    }

    .inc-m15 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (max-width: 767px) {
    .filter-item-content {
        width: 100% !important
    }
}

@media (min-width: 999px) {
    .tab {
        padding: 20px 25px;
        font-size: 1.125em
    }

    .tab.active {
        background: #fff;
        border: 1px solid #ddd;
        border-bottom: 0
    }

    .tab-content {
        padding: 15px;
        font-size: 16px
    }
}

@media (min-width: 415px) {
    .article-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .article-card:hover {
        background: #dfc0db;
        -webkit-box-shadow: 0 2px 10px rgba(181, 181, 181, .75);
        box-shadow: 0 2px 10px rgba(181, 181, 181, .75)
    }

    .article-card:hover .article-card-location {
        color: #b22457
    }

    .article-card-pic {
        width: 150px;
        margin-right: 10px;
        margin-bottom: 0
    }
}

@media (min-width: 600px) {
    .article-detail {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .article-detail-aside {
        width: 160px;
        margin-right: 10px
    }

    .article-detail-main {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .article-detail-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px
    }

    .article-detail-header-start {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0
    }

    .article-detail-header-end .tel {
        font-size: 22px
    }

    .article-detail-params dd, .article-detail-params dt {
        width: 25%
    }
}