@font-face {
    font-family: 'Circe';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: local("Circe"), url("../fonts/circle/Circe-Light.woff2") format("woff2")
}

@font-face {
    font-family: 'Circe';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local("Circe"), url("../fonts/circle/Circe-Regular.woff2") format("woff2")
}

@font-face {
    font-family: 'Circe';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: local("Circe"), url("../fonts/circle/Circe-Bold.woff2") format("woff2")
}

html {
    font-family: 'Circe', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: 'Circe', Arial, sans-serif;
    background: #f2f5fd
}

a {
    color: #128494
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important
}

.btn-blue {
    color: #fff;
    background-color: #260250;
    border-color: #260250
}

.btn-blue:hover {
    color: #000
}

.btn-gray {
    color: #000;
    background-color: #eafffe;
    border-color: #babbb8
}

.btn-secondary {
    color: #fff;
    background-color: #c6af5c;
    border-color: #c6af5c
}

.btn-rounded {
    border-radius: 50px;
    padding: 6px 10px
}

.btn-delete_advert {
    margin-top: 3px
}

.btn-shadowed {
    letter-spacing: 1px;
    box-shadow: 3px 4px 11.5px 0.5px rgba(62, 64, 64, 0.41);
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s
}

.btn-shadowed:hover {
    border: 1px rgba(255, 255, 255, 0.6) solid;
    background-color: #333;
    color: #fff
}

.l-header {
    background-color: #260250
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 3px 10px 0 10px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #260250;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #000
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #3BC
}

.navbar-default .navbar-toggle {
    border-color: #fff
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.header__logo-image {
    max-width: 120px;
    height: 40px
}

.header__menu-item.active .header__menu-item__link {
    color: #dcca08
}

.header__menu-item__link {
    color: #fff;
    transition: all 0.2s linear 0s;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px
}

.header__menu-item__link:hover, .header__menu-item__link:focus, .header__menu-item__link:active {
    color: #dcca08;
    text-decoration: none !important
}

.nav li > a:focus, .nav > li > a:hover {
    background: none;
    color: rgba(78, 78, 78, 0.68);
    transition: all 0.2s linear 0s;
    position: relative
}

.dropdown-toggle .header__menu-item__link .header__menu-item__link-dropdown:hover, .dropdown-toggle .header__menu-item__link .header__menu-item__link-dropdown:focus, .dropdown-toggle .header__menu-item__link .header__menu-item__link-dropdown:active {
    background: none;
    text-decoration: none !important
}

body .bootstrap-select .dropdown-toggle:focus, body .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: 0 !important
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #d9edf7
}

.navbar {
    padding: 5px 0
}

.header__menu-item__user-avatar, .nav > li > a > img {
    max-width: 42px;
    max-height: 42px;
    margin: 0 3px 0 3px
}

.header__menu-item__user-fav-icon {
    padding: 0 10px 0 0
}

.main-content__top-banner {
    padding: 4% 15px 5.5% 15px
}

.main-content__top-banner-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    max-height: 100%;
    position: relative;
    z-index: 99;
    overflow: hidden;
    margin-bottom: 60px
}

.main-content__top-banner-image:before {
    position: absolute;
    content: '';
    left: -30%;
    top: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.main-content__title {
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.5px
}

.main-content__city-name {
    font-size: 46px;
    color: #fff;
    text-decoration: underline
}

.main-content__city-name:hover, .main-content__city-name:focus {
    color: #fff;
    text-decoration: none
}

.main-content__banner-body-text {
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
    letter-spacing: 1px
}

.main-content__banner {
    padding: 8% 15px 0 15px
}

.c-top-banner__link {
    padding: 15px 53px;
    font-size: 18px;
    line-height: 1.3333333;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 10px 13.5px 4.5px rgba(62, 64, 64, 0.24);
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s
}

.c-top-banner__link:hover {
    border: 1px rgba(255, 255, 255, 0.6) solid;
    background-color: #333;
    color: white
}

.c-top-banner__link-icon {
    font-size: 13px
}

.ml40 {
    margin-left: 20px
}

.l-main__wrapper {
    margin-bottom: 60px
}

.wrapper__top-banner {
    overflow: hidden;
}

.wrapper__top-banner-image {
    height: 110px
}

.wrapper__top-banner-antiblock-text {
    font-size: 22px;
    padding: 30px 15px 0 15px;
    color: #c8c2c1;
    letter-spacing: 1px;
    margin: 0
}

.wrapper__top-banner-antiblock-small-text {
    font-size: 16px;
    text-decoration: underline;
    color: #c8c2c1
}

.c-business__wrapper, .c-board__wrapper {
    margin-bottom: 30px
}

.c-board__body {
    margin: 0px -5px 0 -5px
}

.c-board__item {
    display: block;
    margin-bottom: 30px
}

.c-board__item-icon {
    padding: 10px 0 0;
    font-size: 65px;
    display: block;
    color: #000
}

.c-board__item-content:hover .c-board__item-icon, .c-board__item-content:hover .c-board__item-title {
    color: #260250;
    transition: 0.2s
}

.c-board__item-content:hover .c-board__item {
    text-decoration: none
}

.c-board__item:hover {
    text-decoration: none
}

.c-board__item-title {
    font-size: 14px;
    color: #000;
    display: block;
    padding: 0 5px;
    line-height: 1.2
}

.c-services__background {
    height: 440px;
    max-height: 450px;
    position: relative
}

.c-services__background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.c-services__background .container {
    position: relative;
    z-index: 5
}

.c-services__background::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #110421, #3a0675);
    z-index: 3;
    opacity: .9
}

.c-services__body {
    padding: 65px 0 0 0
}

.c-services__header-title {
    font-size: 40px;
    color: #fff
}

.c-services__item-title {
    color: #fff;
    font-size: 26px;
    padding: 10px 0 5px 0
}

.c-services__item-text {
    color: #fff;
    font-size: 16px
}

.c-services__item-body {
    height: 135px
}

.c-services__body-link {
    color: #fff;
    border: 1px #fff solid;
    width: 75%;
    padding: 15px;
    font-size: 16px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s
}

.c-services__body-link:hover {
    border: 1px rgba(255, 255, 255, 0.6) solid;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff
}

.c-services__header-site-name {
    text-decoration: underline
}

.home__link-button {
    color: #000;
    text-decoration: underline
}

.c-board__item-content, .c-business__item-content {
    height: 165px;
    background: #fcfcfc;
    border: 1px solid #ccc;
    transition: 0.2s;
    border-radius: 2px;
    text-align: center
}

.c-board__item-content.active, .c-business__item-content.active {
    border: 1px solid #260250
}

.c-board__item-content:hover, .c-business__item-content:hover {
    background-color: #fff;
    border: 1px #260250 solid;
    box-shadow: 0 10px 13.5px 4.5px rgba(62, 64, 64, 0.24);
    cursor: pointer
}

.c-business__item-icon {
    padding: 25px 0 0;
    font-size: 65px;
    display: block;
    color: #000
}

.c-business__item-content:hover .c-business__item-icon, .c-business__item-content:hover .c-business__item-title {
    color: #260250;
    transition: 0.2s
}

.c-business__item-content:hover .c-business__item {
    text-decoration: none
}

.c-business__item:hover {
    text-decoration: none
}

.c-business__item-title {
    font-size: 14px;
    padding: 0 4px 0 4px;
    color: #000;
    display: block
}

.footer-language-link {
    display: flex
}

.footer-language-link::after {
    content: '|';
    margin: 0 4px
}

.footer-language-link:last-child::after {
    content: '';
    margin: 0
}

.c-footer__lang-link:hover {
    color: #fff;
    text-decoration: underline !important
}

.c-footer__lang-link.active {
    font-weight: 700
}

.c-footer__header-wrapper {
    background: #260250
}

.c-footer__item-title {
    color: #fff;
    padding: 0;
    display: flex;
    flex-flow: row;
    align-items: baseline;
    justify-content: center
}

.c-footer__item-title-contacts {
    color: #fff
}

.c-footer__contacts-link {
    color: #fff;
    text-decoration: none;
    margin-right: 25px
}

.c-footer__contacts-link:hover, .c-footer__contacts-link:focus, .c-footer__contacts-link:active {
    color: #fff
}

.c-footer__socials-link {
    color: #fff;
    text-decoration: none;
    font-size: 25px
}

.c-footer__socials-link:hover {
    color: #dcca08;
    text-decoration: none
}

.social-facebook:hover {
    color: #dcca08;
    text-decoration: none
}

.social-youtube:hover {
    color: #dcca08;
    text-decoration: none
}

.social-instagram:hover {
    color: #dcca08;
    text-decoration: none
}

.c-footer__contacts-text {
    color: #fff
}

.c-footer__bottom-links {
    padding: 15px 0 0 0
}

.c-footer__header-content {
    padding: 20px 0 20px 0
}

.c-footer__bottom {
    background-color: #150330
}

.c-footer__copyright {
    padding: 10px 0;
    color: #fff;
    font-size: 14px
}

.required {
    color: #f00
}

.border {
    border: 1px solid #ced4da !important
}

.header__menu-guest-dropdown {
    width: 90%;
    background-color: #260250;
    border: 1px solid #fff
}

.header__menu-item__dropdown-link {
    color: #fff !important
}

.header__menu-item__dropdown-link:hover {
    color: #000 !important
}

.header__menu-item__dropdown-link.active {
    font-weight: 700
}

.c-footer__contacts-form {
    padding: 0 10px 10px 10px
}

.c-services__wrapper, .wrapper-under-services {
    margin-bottom: 60px
}

.c-board__menu {
    list-style-type: none;
    padding: 0;
    z-index: 441;
    position: relative
}

.board__menu-item-icon {
    color: #260250;
    font-size: 18px;
    padding: 0 5px 0 5px;
    width: 30px;
    display: inline-block;
    text-align: center
}

.board__menu-item {
    border-bottom: 1px #eaeaea solid;
    padding: 8px 0 6px 0;
    position: relative
}

.board__menu-item .dropdown-menu {
    opacity: 0;
    transition: .1s;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.board__menu-item-link {
    color: #000;
    max-width: 190px;
    display: inline-block;
    vertical-align: top
}

.board__menu-item:hover, .board__menu-item.active .board__menu-item-icon, .board__menu-item-link:after, .board__menu-item-link:after .board__menu-item-icon, .board__menu-item-link:hover, .board__menu-item-link:hover .board__menu-item-icon, .board__menu-item-link.active, .board__menu-item-link.active .board__menu-item-icon, .board__menu-item:hover .badge-white, .board__menu-item.active .badge-white {
    text-decoration: none;
    color: #c6af5c
}

.board__menu-item:hover .board__menu-item-link, .board__menu-item:hover .board__menu-item-icon {
    text-decoration: none;
    color: #c6af5c
}

.badge-white {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 15px 0 0
}

.fixed__menu {
    position: fixed;
    top: 50px
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #260250
}

.controls__view {
    font-size: 16px
}

.controls__view_link {
    padding: 8px 10px;
    background: #eaeaea
}

.controls__view_link:hover {
    background: #d9d9d9
}

.controls__view_link.active {
    background: #17a2b8;
    color: #fff
}

.post {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden
}

.c-business__filter-sort-label {
    font-size: 14px;
    padding: 8px 10px 0 0
}

.filter__form_sort {
    padding: 16px 0 0;
    border-top: 1px solid #eaeaea
}

.c-business__ajax-content {
    min-height: 350px
}

.grid-group-item-heading-business.grid-group-item-heading-business {
    word-break: break-all
}

.grid-group-item {
    padding-left: 5px;
    padding-right: 5px;
    position: relative
}

.grid-group-item .c-board__body-content__item-image {
    max-width: 100%;
    max-height: 200px;
    align-self: center;
    text-align: center
}

.item.list-group-item {
    float: none;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    border-color: #ced4da
}

.item.list-group-item:nth-of-type(odd):hover, .item.list-group-item:hover {
    background: rgba(240, 248, 255, 0.53)
}

.item.list-group-item .thumbnail {
    margin-bottom: 0
}

.item.list-group-item .caption {
    padding: 9px 9px 0 9px
}

.item.list-group-item:nth-of-type(odd) {
    background: #ffffff
}

.item.list-group-item:before, .item.list-group-item:after {
    display: table;
    content: " "
}

.list-group-item .c-board__body-content__item-image {
    max-width: 100%;
    max-height: 145px
}

.item.list-group-item:after {
    clear: both
}

.list-group-item-text {
    padding: 0;
    height: 50px;
    overflow: hidden;
    color: #9f9f9f
}

.items__wrapper_list .data__item > div {
    display: flex
}

.items__wrapper_list .data__item > div .board__content-image-body {
    width: 25%;
    padding: 0 5px 0
}

.items__wrapper_list .data__item > div .board__content-grid-title {
    width: 75%;
    padding: 0 5px 0
}

.items__wrapper_list .data__item > div .board__content-grid-title hr {
    display: none
}

.data__item:hover .c-board__body-content-grid-wrapper {
    box-shadow: 0 0 15px 0 #ced4da;
    z-index: 9
}

.data__item:hover .c-business_standard {
    box-shadow: 0 0 15px 0 #ced4da, 0 0 0 1px #90b400 inset
}

.data__item:hover .c-board__grid-item-top-post, .data__item:hover .c-business_standard-plus {
    box-shadow: 0 0 15px 0 #ced4da, 0 0 0 1px #fb661c inset
}

.data__item:hover .c-board__grid-item-vip-post, .data__item:hover .c-business_premium {
    box-shadow: 0 0 15px 0 #ced4da, 0 0 0 1px #cc00ff inset
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20px
}

.toggle.ios .toggle-handle {
    border-radius: 20px
}

.c-board__filter-form__submit-button {
    width: 100%
}

.c-board__filter-sort-body ul {
    padding: 0
}

.relative {
    position: relative
}

.c-board__body-content.line {
    margin-bottom: 15px !important
}

.board__content-image-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background-color: white
}

.c-board__body-row {
    margin-left: -5px;
    margin-right: -5px
}

.board__content-grid-title {
    max-height: 200px;
    padding: 15px 0 0
}

.c-board__body-content-grid-wrapper {
    border: 1px #ced4da solid;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    transition: .15s;
    background: #fff
}

.grid-group-item-heading {
    font-size: 15px;
    line-height: 1.2
}

.grid-group-item-title {
    height: 35px;
    display: inline-block;
    overflow: hidden
}

.c-board__bookmark-remove-item-icon {
    font-size: 24px;
    vertical-align: bottom
}

.c-board__bookmark-add-item-icon {
    font-size: 24px;
    color: #000;
    vertical-align: bottom
}

.c-board__bookmark-add-item-icon:hover {
    color: #c6af5c
}

.c-board__item-price {
    font-size: 24px
}

.c-board__filter-form__submit-button {
    letter-spacing: 1px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s
}

.filter__form, .c-board__filter-form {
    border-bottom: 1px #eaeaea solid;
    margin-bottom: 20px
}

#price_from {
    padding: 0 5px 0 20px
}

#price_to {
    padding: 0 5px 0 20px
}

.c-board__bookmark-remove-item-link {
    color: #c6af5c;
    line-height: 1.8
}

.pagination > li > a, .pagination > li > span {
    padding: 4px 10px;
    color: #260250
}

.pagination > .page-item.active > a, .pagination > .page-item.active > a:focus, .pagination > .page-item.active > a:hover, .pagination > .page-item.active > .page-link, .pagination > .page-item.active > span:focus, .pagination > .page-item.active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #260250;
    border-color: #dee2e6
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #000000;
    background-color: #eee;
    border-color: #ddd
}

.board__menu-item-subcat {
    font-size: 14px;
    line-height: 25px
}

.board-container {
    padding-top: 30px
}

.panel-transparent.empty-categories-panel {
    color: #31708f;
    background-color: #f8fcfd;
    border: 1px #b2e6fd solid
}

.panel-transparent .empty-categories-panel-heading {
    color: #31708f;
    background-color: #f8fcfd;
    border: none
}

.c-board__filter-ajax-categories-items {
    background-color: rgba(233, 245, 250, 0.3);
    border-radius: 4px
}

.c-board__ajax-categories-item-badge {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.4);
    padding: 1px 0 0 0
}

.c-board__filter-board-posts-title {
    margin: 0
}

#scroll_top_btn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99;
    border: 1px solid rgba(255, 255, 255, 0.36);
    outline: none;
    background-color: #333;
    color: #fff;
    cursor: pointer;
    padding: 19px 23px 19px 23px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    border-radius: 99px;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    box-shadow: 4px 6px 13.5px 0.5px rgba(62, 64, 64, 0.41)
}

#scroll_top_btn:hover {
    border: 1px rgba(255, 255, 255, 0.6) solid;
    color: #fff;
    background-color: #260250
}

ul.nav.navbar-nav.navbar-right.header__menu-right > li > a {
    background: none;
    color: #fff;
    padding: 9px 30px 9px 30px;
    font-weight: 400;
    font-size: 14px
}

.xs-all-board_top-items {
    font-size: 28px;
    color: #000;
    padding-bottom: 20px
}

.c-menu__item.active {
    background-color: rgba(46, 187, 187, 0.4);
    border-color: #ddd
}

.c-menu__item.active {
    background-color: rgba(46, 187, 187, 0.4);
    border-color: #ddd
}

.c-profile__container {
    min-height: 65vh
}

.c-profile__business-body-list {
    list-style-type: none;
    padding: 0 0 10px
}

.c-profile__business-body-list-item {
    font-size: 14px;
    line-height: 26px
}

.c-profile__content .badge {
    background-color: #fff
}

.payment {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 35px
}

.pricing {
    border: 1px solid #e9e9e9;
    text-align: center;
    border-radius: 6px;
    position: relative;
    overflow: hidden
}

.pricing__title {
    padding-top: 15px;
    border-bottom: 1px solid #e9e9e9;
    background: #e9e9e9
}

.pricing__body {
    padding: 15px;
    background: #fff
}

.pricing-list {
    list-style: none;
    padding: 0
}

.pricing-list li {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.pricing-currency {
    color: #260250;
    font-size: 30px;
    margin: 0 5px 0 0;
    vertical-align: 16px
}

.summernote {
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    -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;
    overflow: hidden
}

.map-canvas {
    height: 350px
}

.c-card__wrapper {
    padding: 30px 0 30px 0
}

.rounded {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

.c-card__head-title {
    font-size: 29px;
    font-weight: 700;
    line-height: 35px
}

.c-card__id-number {
    font-size: 13px
}

.c-card__date-added {
    font-size: 13px
}

.c-card__address-body {
    font-size: 14px
}

.c-card__price-text {
    font-size: 24px;
    color: #4a9494;
    font-weight: 700
}

.c-card__price-bargain {
    font-size: 12px;
    color: #9e9e9e;
    font-weight: 400;
    line-height: 0.5
}

.contact-mail-icon {
    padding: 2px 5px 0 0
}

.c-board__body-contact, .c-board__body-contact-phone {
    text-align: center;
    font-family: 'Cousine', monospace;
    letter-spacing: -1px
}

.c-board__body-contact-email a {
    display: inline-flex
}

.soc-icon {
    width: 23%;
    height: 40px
}

.follow-vk {
    color: #5082b9
}

.follow-ok {
    color: #f58220
}

.follow-fb {
    color: #3b5998
}

.follow-tw {
    color: #1da1f2
}

.follow-google {
    color: #dc4a38
}

.follow-instagram {
    color: #b93382
}

.follow-telegram {
    color: #1da1f2
}

.follow-whatsapp {
    color: #65b95a
}

.follow-viber {
    color: #b933a0
}

.follow-moymir {
    color: #168DE2
}

.soc-i {
    width: 32%
}

.c-card__follow-btn {
    border: 1px #ddd solid;
    border-radius: 10px;
    padding: 10px 14px 10px 13px
}

.c-card__detail-follow-block {
    padding: 20px 0 20px 0
}

.c-card__right-block {
    padding: 70px 15px 0 15px;
    position: relative
}

.c-card__contact-btns {
    padding: 0 0 5px 0
}

.c-card__head-pricing {
    padding: 0 0 20px 0
}

.c-card__properties {
    padding: 20px 0 20px 0;
    z-index: 1;
    position: relative
}

.c-card__previous-btn {
    margin-top: 15px;
    font-size: 18px;
    border-radius: 0;
    width: 100%;
    border: none;
    padding: 25px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    text-decoration: underline;
    color: #337ab7;
    background-color: #fbfbfb
}

.c-card__previous-btn:hover {
    color: #337ab7;
    background-color: rgba(240, 248, 255, 0.75)
}

.c-card__properties-item {
    letter-spacing: 0.5px
}

.c-card__head {
    padding: 0 0 20px 0
}

.label-custom {
    padding: 0.3em .6em .3em;
    font-weight: 500
}

.background-fotorama {
    background: rgba(240, 248, 255, 0.53);
    margin-bottom: 30px
}

.breadcrumb {
    background-color: rgba(233, 245, 250, 0.3);
    font-size: 13px
}

.c-card__right-block.fixed__menu {
    position: fixed;
    top: 0;
    padding: 100px 15px 0 215px;
    right: 15%
}

.c-business__card-wrapper {
    padding: 2.5em 0 0 0
}

.c-business__tab-item {
    padding: 20px 0 0 0
}

.owlBrandsImageDiv {
    height: 163px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center
}

.owlBrandsImage {
    max-width: 100%;
    max-height: 100%
}

.owl-carousel .owl-item img {
    align-self: center;
    -webkit-transform-style: preserve-3d;
    height: auto
}

.c-business__card-logo {
    display: block;
    width: 100%;
    height: auto;
    align-self: center
}

.c-business__card-rating-empty.fa, .c-business__card-rating-not-empty.fa {
    font-size: 22px;
    color: #c6af5c
}

.c-business__card-rating-body, .c-business__card-rating-body:hover, .c-business__card-rating-body:focus {
    text-decoration: none
}

.c-business__card-rating-body {
    display: block
}

.c-business__card-detail-head {
    padding: 10px 0 0 0
}

.c-business__card-detail-head-description {
    padding: 10px 0 10px 0;
    border-bottom: 1px #ddd solid
}

.c-business__card-favourites-block {
    padding: 10px 0 10px 0
}

.c-business__card-detail-head-actions {
    padding: 30px 0 40px 0;
    border-bottom: 1px #ddd solid
}

.c-business__card-detail-head-actions .btn-shadowed {
    width: 75%
}

.text-blue {
    color: #260250
}

.c-business__card-detail-title-property {
    font-size: 14px
}

.c-business__card-detail-inn-business {
    font-size: 13px
}

.c-business__card-detail-phone-stat, .c-business__card-detail-view-stat {
    font-size: 20px
}

.c-business__card-like-block {
    padding: 10px 0 10px 0
}

.detail-contact hr {
    margin: 0
}

.c-business__social-icon {
    padding: 0 5px 0 5px
}

.c-business__social-links-wrapper {
    padding: 0
}

.c-business__social-icon.fa {
    font-size: 15px
}

.c-business__social-link {
    padding: 0.4em;
    margin-right: 0.7em;
    border: 1px #eaeaea solid
}

.c-business__social-link:not(.disabled):hover {
    background-color: #f7fbff
}

.c-business__social-link:not(.disabled) {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s
}

.c-business__card-comment-item {
    padding: 10px;
    border: 1px #ddd solid;
    border-radius: 5px
}

.c-business__card-comment-item .c-business__card-rating-not-empty.fa, .c-business__card-comment-item .c-business__card-rating-empty.fa {
    font-size: 14px
}

.c-business__card-location-video {
    padding: 30px 0 30px 0
}

.c-business__card-comments-block {
    padding: 0 0 30px 0
}

.c-business__card-detail-title-name {
    font-size: 22px;
    color: #337ab7;
    text-decoration: none;
    display: block
}

.c-business__card-detail-title-name:hover, .c-business__card-detail-title-name:after, .c-business__card-detail-title-name:focus {
    color: #2f67a0;
    text-decoration: none
}

.c-business__social-links-wrapper .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.25
}

.c-business__card-detail-view-icon {
    color: #337ab7
}

.c-business__social-links {
    padding: 10px 0 20px 0
}

.page-title {
    padding: 0 0 30px 0
}

.login-form-wrapper {
    margin-top: 3em;
    margin-bottom: 3em;
    padding: 30px;
    background: #fcfcfc;
    border: 1px solid #ccc
}

.login-form-wrapper .auth__social_hr {
    height: 1px;
    background: #ccc;
    margin: 30px 0 25px
}

.login-form-wrapper .auth__social i {
    font-size: 20px
}

.post-meta, .post-meta img {
    max-width: 100%;
    position: relative
}

.c-author__header-text {
    padding: 0;
    margin: 0;
    font-size: 13px
}

.c-business__card-main-top__image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0 5px 18px 0 rgba(62, 64, 64, 0.24)
}

.c-business__card-main-top__image {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.main-content__banner-body-text-link {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px
}

.main-content__banner-links-business {
    padding-top: 20px
}

.promotion__modal__price-item {
    padding: 16px 12px
}

.promotion__modal__price-message {
    padding-bottom: 15px
}

.c-tariffs__tariff-type-text {
    font-size: 16px
}

.c-business__item.active .c-business__item-content {
    border: 1px #260250 solid
}

.c-business__item.active .c-business__item-title, .c-business__item.active .c-business__item-icon {
    color: #260250;
    transition: 0.2s
}

.c-business__item.active:focus {
    text-decoration: none
}

.c-board__pricing-item-description {
    height: 550px;
    transition: max-height 0.15s ease-out;
    overflow: hidden
}

.c-tariffs__button-item {
    margin-left: 15px;
    padding: 4px 20px 4px 20px
}

.c-tariffs__button-item.active {
    color: #fff;
    background-color: #FF9839;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-business__grid-title-link:hover, .c-business__grid-title-link:focus {
    text-decoration: none;
    color: #c6af5c
}

.c-footer__item-link-button-tariff {
    color: #2aa6d6;
    border: 1px #2aa6d6 solid
}

.c-footer__item-link-button-tariff:hover {
    color: #fff
}

.c-menu__item-link:hover, .c-menu__item-link:focus {
    text-decoration: none;
    color: #c6af5c
}

.c-business__card-no-image {
    border: 1px #ddd solid;
    border-radius: 20px;
    max-width: 100%
}

.background-white.p20.add-review {
    padding: 0 20px 40px 20px
}

.cropper-view-box, .cropper-face {
    border-radius: 50%
}

.header__menu-item__link-block {
    padding: 10px 0
}

.header__menu-item__link-dropdown:hover {
    text-decoration: none !important;
    background: none;
    color: #dcca08;
    transition: all 0.2s linear 0s;
    position: relative
}

.header__menu-inner .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #260250;
    border-color: #d9edf7
}

.c-profile__top-menu.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #260250;
    border-color: #260250
}

.c-profile__container .form-horizontal .control-label {
    text-align: left
}

.text-white {
    color: #fff
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu:hover > a.dropdown-item {
    background-color: #f5f5f5;
    color: #16181b
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block
}

.c-board__menu li:hover > ul {
    display: block;
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    opacity: 1
}

.dropdown-submenu > a:after {
    display: none;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.c-create-business__radio {
    text-align: left
}

.payButton {
    padding: 6px 4px
}

.message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.current_tariff {
    color: #260250;
    font-weight: 700
}

.advert-table-edit-image-link {
    width: 100px;
    height: 100px;
    box-shadow: inset 1px 1px 40px 0 rgba(0, 0, 0, 0.45);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: 5% auto 0 auto;
    background-size: 100px 100px;
    border-radius: 5px;
    overflow: hidden
}

.overlay {
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    margin-top: -10px
}

.advert-table-edit-image-link:hover .overlay {
    opacity: 1
}

.edit-images {
    font-weight: 900;
    color: rgba(255, 255, 255, 0.85);
    font-size: 96px
}

.float-right {
    float: right
}

.btn-edit_branch {
    padding: 5px 8px
}

.btn-edit_branch i {
    padding-top: 4px;
    padding-left: 2px
}

.branch_list-header {
    background-color: #00bace;
    color: #ffffff
}

.branch_list-header > th {
    padding: 16px 0 !important;
    font-size: 16px
}

.b-branch_table {
    margin-top: 30px
}

.branch_list-tr > td > p {
    margin: 0 !important
}

.branch_list-tr > td {
    padding: 20px 0 !important
}

.branch_list-tr > td:first-child {
    padding-left: 30px !important;
    padding-right: 10px !important
}

.branch_list-tr:nth-child(odd) {
    background-color: #f0f0f0
}

.branch_list-p_color {
    color: #53677b
}

.branch_list-map_btn {
    margin-top: 10px;
    text-decoration: underline
}

.branch_list-a_color {
    color: #51bcdc;
    display: block
}

.branch_list-a_color:hover, .branch_list-a_color:focus {
    color: #51bcdc !important;
    text-decoration: none !important
}

.grab-cursor {
    cursor: grab;
    width: 15px;
    text-align: center
}

.grab-cursor:active, .grab-cursor:active:hover {
    cursor: grabbing
}

.icq-icon {
    width: 10px;
    vertical-align: inherit;
    margin-right: 3px;
    filter: hue-rotate(9deg) brightness(0.9)
}

.ion-navicon{
    font-size: 27px;
    color: #fff;
}

.detail-contact-phone a {
    text-align: center;
    font-family: 'Cousine', monospace;
    letter-spacing: -1px
}

.btn-create_branch {
    margin-bottom: 30px
}

.branches_title {
    text-align: center;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 0.9
}

.c-vip__wrapper {
    padding: 0 0 15px
}

.c-vip-item {
    margin-bottom: 25px
}

.list-group-item-heading {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.3
}

.board__item-rating {
    font-size: 16px !important;
    padding-bottom: 12px
}

.c-vip__price {
    color: #333;
    font-weight: 400
}

.c-vip__bargain {
    display: block;
    margin-top: 10px
}

.c-business__rating-label {
    padding-left: 10px !important
}

.branch_list-header > th:nth-child(1) {
    width: 20%;
    padding-left: 30px !important
}

.branch_list-header > th:nth-child(2) {
    width: 20%
}

.branch_list-header > th:nth-child(3) {
    width: 20%
}

.branch_list-header > th:nth-child(4) {
    width: 10%
}

.branch_list-header > th:nth-child(5) {
    width: 15%
}

.branch_list-day {
    width: 25px;
    display: inline-block
}

.board_ads_table-stat {
    width: 30px;
    margin-bottom: 5px
}

.board_ads_table-stat:nth-child(1) {
    margin-top: 5px
}

.load-more-data__button-group {
    padding: 40px 0 30px 0
}

.stat-item {
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border: 1px #dddddd solid;
    margin-bottom: 30px;
    height: 160px
}

.stat-title {
    color: #777777
}

.stat-descr.two-lines {
    margin-top: 0;
    font-size: 22px;
    height: 50px
}

.stat-descr {
    font-weight: 400;
    font-size: 35px;
    color: #545453;
    display: flex;
    justify-content: center;
    align-items: center
}

.stat-descr > b {
    font-weight: 400
}

.stat-icon {
    color: #8ed9e9;
    font-size: 18px !important;
    margin-right: 5px
}

.c-profile__business-body {
    margin-bottom: 40px;
    border: 1px #dddddd solid;
    padding: 60px 0;
    background: #fff
}

.c-profile__business-img {
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    margin-top: 30px;
    border: 1px #dddddd solid
}

.c-profile__business-title {
    margin: 0 0 20px;
    font-size: 22px;
    word-break: break-all
}

.c-profile__business-tariff {
    background-color: #ffffff;
    padding: 35px 50px;
    text-align: center;
    border: 1px solid #260250
}

.c-profile__business-tariff-list {
    margin: 0;
    padding: 0
}

.c-profile__business-tariff-title {
    margin-bottom: 30px
}

.c-profile__business-tariff-name {
    font-size: 24px;
    margin-bottom: 15px
}

.c-profile__business-tariff-btn {
    margin-top: 20px
}

.c-board_show-rating, .c-board_show-rating:hover, .c-board_show-rating:focus {
    text-decoration: none;
    display: block;
    margin-top: 5px
}

.c-author__rating-choice {
    margin-top: 0;
    margin-bottom: 0
}

.c-author__rating-choice-label {
    padding-left: 5px !important
}

.rating-title {
    margin-bottom: 0
}

.media-body {
    word-break: break-word
}

.c-board__advert-wrap {
    padding: 5px 15px !important
}

.c-board__item-top-post, .c-board__item-vip-post, .c-board__item-colored-post, .c-board__grid-item-top-post, .c-board__grid-item-vip-post, .c-board__grid-item-colored-post {
    background-color: #FFF7C4 !important
}

.c-board__grid-item-top-post, .c-board__grid-item-vip-post {
    border-top: none
}

.c-board__item-top-post {
    border: 2px #FB661C solid
}

.c-board__item-vip-post {
    border: 2px #CC00FF solid
}

.c-board__grid-item-top-post {
    border: 1px solid #fb661c;
    box-shadow: 0 0 0 1px #fb661c inset
}

.c-board__grid-item-vip-post {
    border: 1px solid #cc00ff;
    box-shadow: 0 0 0 1px #cc00ff inset
}

.top-badge, .top-badge-grid {
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    padding: 2px 6px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    cursor: default
}

.top-badge {
    bottom: 5px;
    left: 5px;
    line-height: 28px
}

.top-badge.vip {
    background-color: #cc00ff
}

.top-badge.top {
    background-color: #FB661C;
    font-size: 9px
}

.top-badge-grid {
    top: 0;
    right: 8px;
    margin: 0 auto;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 27px
}

.top-badge-grid.top {
    font-size: 9px;
    background-color: #FB661C
}

.top-badge-grid.vip {
    background-color: #cc00ff
}

.c-board__my-ads {
    padding-top: 10px
}

.c-board__my-ads-head {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 50px
}

.c-board__my-ads-head-btn {
    margin-top: 45px
}

.login-label {
    text-align: right !important
}

.login-remember {
    float: left
}

.login-restore_pass {
    float: right
}

.profile-settings_photo {
    display: block;
    margin: 0 auto
}

.m0auto {
    display: block;
    margin: 0 auto
}

.profile-settings_photo-input {
    margin-top: 15px
}

.profile-settings_photo-label {
    display: block;
    text-align: center
}

.profile-settings_h2 {
    margin-bottom: 30px
}

.complaint-label {
    font-weight: 400
}

.complaint-modal_title {
    color: #337ab7
}

.c-profile__board-img-edit-btns {
    margin: 0 10px
}

.c-board__subcategory-toggle {
    float: left;
    color: #ffffff;
    width: 100%;
    padding: 6px 12px
}

.c-board__category-toggle {
    float: left;
    color: #ffffff;
    width: 100%;
    padding: 6px 12px
}

.c-board__subcategory-toggle:hover, .c-board__subcategory-toggle:focus, .c-board__subcategory-toggle:active {
    color: #ffffff
}

.branch_list-day-dayoff {
    color: #fc2d2d
}

.all-board_top-items {
    margin-top: 10px;
    font-size: 16px
}

.c-profile__board-add_btn {
    float: right
}

.c-profile__business-body.branches {
    padding: 20px
}

.c-tariffs-badge {
    position: absolute;
    font-size: 14px;
    top: 27px;
    right: -40px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ab4de9;
    color: #ffffff;
    padding: 0 35px
}

.c-tariffs-badge.color {
    padding: 0 36px
}

.c-board__all-posts {
    margin: 0
}

.c-board__posts-count {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px
}

.c-board__sort-select {
    margin-bottom: 10px
}

.c-board__posts-breadcrumb {
    padding: 0;
    margin: 0
}

.c-board__posts-breadcrumb > li > a {
    color: #000000 !important
}

.error__title {
    font-size: 150px;
    color: #bdbcbc;
    margin-top: 50px;
    line-height: 1
}

.error__subtitle {
    font-size: 38px;
    text-align: center;
    color: #bdbcbc;
    margin-bottom: 30px
}

.page-404_btn {
    background-color: #5390B1;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 auto 30px;
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.flex-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh
}

.c-create_warning {
    padding-right: 10px
}

.c-create_text-danger {
    font-size: 12px
}

.c-create-business__site-warning {
    padding: 5px 3px 0;
    display: inline-block;
    font-size: 12px;
    opacity: 0.8
}

.c-profile-board__btn {
    padding: 5px 11px 3px 10px;
    margin: 1px 1px 6px 0
}

.c-author__header-text_wrap {
    margin-left: 2px
}

.c-profile__business-btns {
    padding: 6px 15px
}

.c-create-business__tariff-photo-count {
    background-color: #f3f3f3;
    color: #000000;
    padding: 6px 10px;
    border: 1px #ccc solid
}

.social-connection-btn {
    padding: 6px 11px;
    margin-bottom: 10px;
    margin-left: 4px;
    color: #ffffff
}

.social-connection-btn:hover {
    color: #ffffff
}

.social-connected {
    background-color: #fdf8f4 !important;
    color: #000000 !important
}

.c-profile__settings-submit-btn {
    padding: 6px 13px;
    display: block;
    margin: 0 auto
}

.social-connection-btn_span {
    padding-left: 3px
}

.c-profile__settings-delete-account {
    margin: 0 auto 30px;
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.c-profile__delete-account-modal-exclamation {
    margin: 0 auto;
    display: block !important;
    font-size: 34px !important;
    color: #f0ad4e
}

#mobile-board-categories, #mobile-business-categories {
    padding-left: 0 !important;
    padding-right: 1px !important
}

.final-category {
    font-weight: 400;
    font-size: 14px;
    color: #555
}

.level2-category {
    font-weight: 100;
    font-size: 18px;
    color: #d4d4d4
}

.level1-category {
    font-size: 27px;
    font-weight: 100;
    color: #d4d4d4
}

.multiselect-item.multiselect-group a label b {
    font-size: 20px;
    font-weight: 400;
    color: #959494
}

.c-business_standard {
    box-shadow: 0 0 0 1px #90B400 inset;
    border: 1px solid #90B400
}

.c-business_standard-plus {
    box-shadow: 0 0 0 1px #FB661C inset;
    border: 1px solid #FB661C
}

.c-business_premium {
    box-shadow: 0 0 0 1px #CC00FF inset;
    border: 1px solid #CC00FF
}

.c-business_tariff-badge {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 6px;
    top: 6px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    z-index: 100;
    cursor: default
}

.c-business_tariff-badge.standard {
    background-color: #90b400
}

.c-business_tariff-badge.standard-plus {
    background-color: #fb661c
}

.c-business_tariff-badge.premium {
    background-color: #cc00ff
}

.c-business_view-tariff-badge {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 6px;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    cursor: default;
    vertical-align: top
}

.c-business_view-tariff-badge.standard {
    background-color: #90b400
}

.c-business_view-tariff-badge.standard-plus {
    background-color: #fb661c;
    font-size: 17px
}

.c-business_view-tariff-badge.premium {
    background-color: #CC00FF
}

.c-business__our-location {
    line-height: 1.4;
    text-align: center
}

.branch_list-tr-nearby {
    background-color: #f0f8ff
}

.branch_list-nearby-head {
    color: #cccccc;
    font-size: 30px
}

.adaptive-banner {
    -webkit-background-size: contain;
    background-size: contain
}

.adaptive-banner::after {
    padding-top: 25.4%;
    display: block;
    content: ''
}

.c-business__card-detail-head-title {
    margin-bottom: 20px
}

#header_language_dropdown {
    width: 80px;
    min-width: unset
}

.header-collapsed-menu {
    list-style: none;
    padding: 10px 0 0
}

.header-collapsed-menu li {
    padding: 5px 0;
    font-size: 16px
}

.dz-preview.dz-image-preview img {
    cursor: grab;
    position: absolute;
    height: 120px;
    object-fit: contain
}

.dropzone .dz-preview.dz-image-preview .dz-details .dz-filename {
    opacity: 0
}

.dropzone .dz-preview.dz-image-preview:hover .dz-details .dz-filename {
    opacity: 1
}

.td-c td {
    text-align: center;
    vertical-align: middle
}

.recently-viewed {
    padding: 20px 30px 40px
}

.recently-viewed .item {
    margin: 0 10px;
    padding: 0 15px;
    border-left: 1px solid #ccc
}

.recently-viewed .item:first-child {
    margin-left: 0;
    padding-left: 0;
    border: none
}

.recently-viewed .item .table {
    margin-bottom: 10px
}

.recently-viewed .item a {
    color: #000
}

.recently-viewed .item a:hover {
    text-decoration: none
}

.recently-viewed .item_price_wrapper {
    width: 100%;
    text-align: center;
    display: block
}

.recently-viewed .item_price {
    background-color: #260250;
    padding: 2px 18px;
    display: inline-block;
    margin: 4px auto;
    border-radius: 9px;
    color: #fff
}

.recently-viewed .item-title {
    text-align: center
}

.recently-viewed .owl-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.arrow-active.recently-viewed .owl-nav {
    display: flex !important
}

.recently-viewed.owl-carousel .owl-nav button {
    opacity: 0.7;
    transition: opacity .2s ease-in-out;
    outline: none
}

.recently-viewed.owl-carousel .owl-nav button:hover {
    opacity: 1
}

.recently-viewed.owl-carousel .owl-nav button.owl-next, .recently-viewed.owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
    width: 50%;
    font-size: 93px
}

.recently-viewed.owl-carousel .owl-nav button.owl-prev {
    text-align: left
}

.recently-viewed.owl-carousel .owl-nav button.owl-next {
    text-align: right
}

.recently-viewed.owl-carousel .owl-stage-outer {
    z-index: 2
}

.recently-viewed.owl-carousel .owl-nav {
    z-index: 1
}

.recently-viewed.owl-carousel .item-title {
    height: 80px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .main-content__top-banner-image:before {
        left: 0
    }
}

@media screen and (max-width: 1200px) {
    .header__logo-link {
        font-size: 22px;
        line-height: 1.8
    }

    .header__menu-item__user-fav-icon {
        padding: 0
    }
}

@media screen and (max-width: 769px) {
    .nav > li > a {
        padding: 15px 30px
    }

    .modal.fade.in {
        padding-right: 0 !important
    }

    .header__logo-inner {
        padding: 10px;
        margin: 5px 0 0 0
    }

    .main-content__title {
        padding: 0 0 0 40px;
        letter-spacing: 0.5px;
        font-size: 2em
    }

    .main-content__banner-body-text {
        color: #fff;
        padding: 0 20px 0 40px;
        font-size: 1.5em;
        letter-spacing: 0
    }

    .c-top-banner__link {
        padding: 12px 12px 12px 10px
    }

    .main-content__banner-links {
        padding-left: 35px;
        padding-top: 25px
    }

    .main-content__top-banner-image {
        height: 100%
    }

    .c-business__card-main-top__image {
        -webkit-background-size: cover;
        background-size: cover
    }

    .l-main__wrapper {
        padding: 0 0 20px 0
    }

    .c-board__body {
        padding: 0;
        margin: -15px
    }

    .c-services__background {
        height: 100%;
        position: relative
    }

    .c-services__header-title {
        font-size: 30px;
        text-align: center
    }

    .c-services__background {
        height: 100%;
        position: relative;
        padding-bottom: 4em;
        max-height: 100%;
        padding-top: 22px
    }

    .c-services__body {
        padding: 0
    }

    .c-services__item-body {
        height: 170px
    }

    .c-services__body-link {
        width: 100%;
        padding: 5px
    }

    .c-business__header {
        padding: 0 15px 25px 0
    }

    .c-business__header-title {
        text-align: center;
        padding: 40px 0 20px 0
    }

    .c-business__wrapper {
        padding: 0 0 60px 0
    }

    .c-footer__bottom {
        height: 100%;
        text-align: center
    }

    .c-footer__header-wrapper {
        height: 100%
    }

    .main-content__city-name {
        font-size: 1.7em;
        color: #fff;
        text-decoration: underline
    }

    .c-services__item-text {
        color: #fff;
        font-size: 14px
    }

    .c-footer__created-by {
        padding: 15px 20px 15px 0
    }

    .c-footer__header-content {
        padding: 20px 0 30px 0
    }

    .grid-group-item-heading {
        font-size: 13px;
        line-height: 1
    }

    .c-board__bookmark-remove-item-icon {
        font-size: 14px
    }

    .c-board__item-price {
        font-size: 14px
    }

    .c-board__item-list-price {
        float: left !important
    }

    .list-group-item-text {
        padding: 0;
        height: 30px;
        overflow: hidden;
        color: #9f9f9f
    }

    .c-board__price-group {
        padding: 0 10px 0 0
    }

    .c-board__filter-sort-body {
        padding-bottom: 10px
    }

    .c-business__filter-sort-label {
        text-align: left
    }

    .c-business__card-wrapper {
        padding: 2.5em 3.3em 0 2.5em
    }

    .c-business__card-detail-head-actions .btn-shadowed {
        width: 90%
    }

    .background-white.p20.add-review {
        padding: 0
    }

    .c-business__card-top-banner {
        padding: 1% 5% 5% 0;
        text-align: center
    }

    .detail-contact {
        padding: 2em 0 1em 0
    }

    .c-card__right-block {
        padding: 70px 35px 0 35px
    }

    .c-profile__top-menu.nav-pills > li + li {
        padding: 0
    }

    .table {
        display: block !important;
        overflow-x: scroll !important
    }

    .payButton {
        margin-top: 3px
    }

    .payButton:nth-child(1) {
        margin-top: 0
    }

    .payButton:nth-child(2) {
        margin-top: 0
    }

    .chat-history {
        padding: 20px 20px 20px 10px !important
    }

    .you-message_created {
        float: left !important
    }

    .message_created {
        float: right !important
    }

    .timePickerClass {
        margin-bottom: 5px
    }

    #addPhone {
        margin-left: 35px !important
    }

    .branch_list-header > th:nth-child(1) {
        padding-left: 10px !important
    }

    .branch_list-header > th {
        padding-right: 100px !important
    }

    .branch_list-tr > td:first-child {
        padding-left: 10px !important
    }

    .c-board__menu {
        padding: 0
    }

    .board__menu-item-subcat {
        line-height: 30px
    }

    .board__menu-item-subcat-hr {
        margin-top: 0;
        margin-bottom: 0
    }

    .header__menu-inner {
        padding-left: 0
    }

    .sticky__button__my__board {
        padding: 0;
        margin-top: -20px;
        margin-bottom: 30px
    }

    .c-board__subcategory-toggle {
        margin-bottom: 10px
    }

    .pricing {
        margin-bottom: 20px
    }

    .header__menu-item__link-block {
        margin-left: 30px
    }

    .c-profile__board-add_btn {
        margin-top: 20px
    }

    .c-profile__settings-btn_delete-photo {
        display: block;
        margin: 0 auto;
        width: 35%
    }

    .c-profile__business-body {
        padding: 30px
    }

    .c-profile__business-edit_btns {
        margin-bottom: 20px
    }

    .c-profile__business-edit_btns > a {
        width: 49%
    }

    .c-profile__business-title {
        margin-top: 20px;
        text-align: center
    }

    .c-business_card-contact-btn, .c-business__card-like-block, .c-business__card-favourites-block {
        padding: 5px 0
    }

    .top-badge {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        top: -8px;
        left: 10px;
        bottom: auto
    }

    .page-404_title {
        font-size: 150px;
        margin-top: 70px
    }

    .page-404_subtitle {
        font-size: 30px;
        margin-bottom: 130px
    }

    .item-content-height {
        width: auto !important
    }

    .header__menu-item.footer-language-link {
        display: inline-block
    }

    .main-content__top-banner-image:before {
        left: 0
    }

    .c-business__link-button, .c-board__link-button {
        letter-spacing: 0;
        padding-right: 8px
    }
}

@media screen and (max-width: 596px) {
    .adverts-table__nav {
        margin-top: 0
    }

    #addPhone {
        margin-left: 23px !important
    }

    .message {
        padding: 12px 20px !important;
        margin-bottom: 10px !important
    }

    .btn-create_branch {
        margin-top: 20px;
        width: 100%
    }

    .c-board__show-btn_submit {
        width: 100%
    }
}

@media screen and (max-width: 450px) {
    .modal-body {
        min-width: unset
    }

    .dropdown-menu {
        min-width: unset
    }

    .dropdown-menu > li > a {
        padding: 3px 15px
    }

    .c-business__card-logo {
        margin: 0 auto 20px
    }

    .author-comments-rating {
        float: none !important;
        text-align: center
    }

    .c-business__card-top-banner {
        padding: 1% 2% 5% 2%
    }

    .nav > li > a {
        padding: 10px 30px
    }
}

@media screen and (max-width: 374px) {
    .c-top-banner__link {
        padding: 12px 17px 12px 17px;
        font-size: 11px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0
    }

    .main-content__top-banner-image {
        height: 500px
    }

    #addPhone {
        margin-left: 0 !important
    }

    .c-profile__settings-btn_delete-photo {
        width: 60%
    }
}

@media screen and (max-width: 446px) {
    .adverts-table__nav li a {
        padding: 10px 1px;
        margin-top: 10px
    }

    .c-create-time-pick__label {
        padding-left: 3px !important
    }

    .c-profile__board-add_btn {
        float: left;
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px
    }

    .c-profile__settings-btn_delete-photo {
        width: 40%
    }

    .c-profile__business-edit_btns > a {
        width: 100%;
        margin-top: 5px
    }
}

@media screen and (max-width: 346px) {
    .c-create-time-pick__label {
        padding-left: 0 !important;
        font-size: 11px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .header__menu-item__link-block {
        margin-top: 2px
    }

    .header__logo-inner {
        padding: 7px;
        margin: 0 0 0 41.66666667%
    }

    .header__menu-item__link {
        padding: 0 5px !important;
        margin-top: 2px
    }

    .header__menu-item__user-fav-icon {
        padding: 0
    }

    .c-create-business__add-phone-btn {
        margin-left: 16px !important
    }

    .c-services__background {
        height: 100%;
        max-height: 100%
    }

    .c-footer__header-wrapper {
        height: 100%
    }

    .c-footer__bottom {
        height: 100%;
        text-align: left
    }

    .c-footer__header-wrapper {
        height: 100%
    }

    .c-footer__header-item {
        text-align: left
    }

    .c-footer__created-by {
        padding: 15px 20px 15px 0
    }

    .c-footer__header-content {
        padding: 20px 0 30px 0
    }

    .c-footer__contacts_wrapper {
        margin-top: 0;
        margin-bottom: 10px
    }

    .c-footer__item-title-contacts {
        margin-top: 0
    }

    .c-services__body {
        padding: 35px 0 60px 20px
    }

    .c-services__header-site-name {
        text-align: center
    }

    .main-content__top-banner {
        padding: 1% 0 3% 5%
    }

    .l-main__wrapper {
        padding: 10px 0 20px 0
    }

    .wrapper-under-services {
        padding: 10px 0 0 0
    }

    ul.nav.navbar-nav.navbar-right.header__menu-right > li > a {
        background: none;
        color: #fff;
        padding: 10px
    }

    .c-services__item-body {
        height: 115px
    }

    .main-content__top-banner-image {
        height: 100%
    }

    .c-business__filter-sort-label {
        text-align: left
    }

    .payButton {
        margin-top: 3px
    }

    .payButton:nth-child(1) {
        margin-top: 0
    }

    .payButton:nth-child(2) {
        margin-top: 0
    }

    .c-create-time-pick__label {
        padding-left: 10px !important
    }

    #addPhone {
        margin-left: -9px !important
    }

    .branch_list-header > th:nth-child(1) {
        padding-left: 20px !important
    }

    .branch_list-header > th:nth-child(4) {
        width: 15%
    }

    .branch_list-header > th:nth-child(5) {
        width: 25%
    }

    .branch_list-tr > td:first-child {
        padding-left: 20px !important
    }

    .c-profile__settings-btn_delete-photo {
        display: block;
        margin: 0 auto;
        width: 30%
    }

    .c-profile__business-body {
        padding: 40px 10px
    }

    .page-404_title {
        font-size: 200px
    }

    .page-404_subtitle {
        font-size: 30px
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .header__menu-item__link-block {
        margin-top: 3px
    }

    ul.nav.navbar-nav.navbar-right.header__menu-right > li > a {
        background: none;
        color: #fff;
        padding: 15px 10px 15px 10px
    }

    .header__logo-inner {
        margin: 0;
        padding: 15px 0 7px 30px
    }

    .header__menu-item__link {
        padding: 18px 5px !important;
        margin-top: 6px
    }

    .c-profile__top-menu-item-href {
        padding: 10px 10px !important
    }

    .c-create-business__add-phone-btn {
        margin-left: -6px !important
    }

    .c-services__background {
        height: 100%;
        max-height: 100%
    }

    .c-footer__header-wrapper {
        height: 100%
    }

    .c-footer__bottom {
        height: 100%;
        text-align: center
    }

    .c-footer__header-wrapper {
        height: 100%
    }

    .c-footer__header-item {
        text-align: center
    }

    .c-footer__created-by {
        padding: 15px 20px 15px 0
    }

    .c-footer__header-content {
        padding: 20px 0 30px 0
    }

    .c-footer__contacts {
        text-align: center
    }

    .c-footer__item-title-contacts {
        text-align: center
    }

    .c-services__body {
        padding: 35px 0 60px 20px
    }

    .c-services__header-site-name {
        text-align: center
    }

    .main-content__top-banner {
        padding: 5% 0 0.9% 5%
    }

    .l-main__wrapper {
        padding: 10px 0 20px 0
    }

    .wrapper-under-services {
        padding: 10px 0 0 0
    }

    ul.nav.navbar-nav.navbar-right.header__menu-right > li > a {
        background: none;
        color: #fff;
        padding: 10px 10px 10px 10px;
        margin-top: 5px
    }

    .c-services__item-body {
        height: 115px
    }

    .main-content__top-banner-image {
        height: 100%
    }

    .payButton {
        margin-top: 3px
    }

    .payButton:nth-child(1) {
        margin-top: 0
    }

    .payButton:nth-child(2) {
        margin-top: 0
    }

    #addPhone {
        margin-left: -5px !important
    }

    .branch_list-header > th:nth-child(1) {
        width: 25%
    }

    .branch_list-header > th:nth-child(3) {
        width: 21%
    }

    .branch_list-header > th:nth-child(4) {
        width: 20%
    }

    .page-404_title {
        font-size: 200px
    }

    .page-404_subtitle {
        font-size: 30px
    }
}

@media screen and (min-width: 1500px) {
    .c-business__card-top-banner {
        padding: 9% 15px 5.5% 15px
    }
}
