@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('../fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff');
    font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url('../fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff');
    font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url('../fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat/Montserrat-Bold.woff') format('woff');
    font-display: swap;
}


body {
    font-family: 'Montserrat', sans-serif;
    font-size: .875rem;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

option {
    padding: 4px 2px 4px;
}

img.h-100 {
    object-fit: cover;
}

a {
    transition: all .3s;
}

/*
Bootstrap fixing
*/

.form-control:focus {
    border-color: var(--dark-blue);
    box-shadow: none;
}

/*
Line height settings
*/

.line-h-1 {
    line-height: 1;
}

.custom-select-2 {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    width: auto;
    min-width: 300px;
    padding: 0;
    border: 0;
    font-size: 12px;
}

.custom-select-2 select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: #fff;
}
.search-form__sort .select-selected {
    padding-top: 15px;
}
.bootstrap-select .dropdown-menu .selected,
.bootstrap-select .dropdown-menu a:hover {
    background-color: var(--dark-blue);
}
.bootstrap-select .dropdown-menu .selected a,
.bootstrap-select .dropdown-menu a:hover {
    color: #FFF;
}
.cab-edit-section .dropdown-menu .dropdown-item,
.cab-edit-section .bootstrap-select .dropdown-menu .selected {
    background-color: transparent;
}

.cab-edit-section .bootstrap-select .dropdown-menu .selected {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23009de0' d='M7.66,17.47a1,1,0,0,1-1.44,0L.45,11.7a1.53,1.53,0,0,1,0-2.17l.72-.72a1.53,1.53,0,0,1,2.17,0l3.6,3.6,9.73-9.73a1.53,1.53,0,0,1,2.17,0l.72.72a1.53,1.53,0,0,1,0,2.17Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 50%;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 20px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16'%3E%3Cpath d='M8.64,7.56,1.24.18a.62.62,0,1,0-.88.88L7.32,8l-7,6.94a.62.62,0,0,0,.88.88l7.4-7.38a.62.62,0,0,0,0-.88Z'/%3E%3C/svg%3E");
    width: 9px;
    height: 16px;
    transform: rotate(90deg);
}

/*point the arrow upwards when the select box is open (active):*/

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    margin-top: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    padding: 0.5rem 0;
}

.select-items div {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    /* color: #212529; */
    text-align: inherit;
    white-space: nowrap;
    /* background-color: transparent; */
    border: 0;
    font-size: .875rem;
    /* color: #212529; */
    transition: all .3s;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: var(--dark-blue);
    color: #FFF;
}

.as_same_like p {
    display: inline-flex;
    align-items: flex-end;
    padding: 0;
    border: 0;
    font-size: 12px;
    margin-bottom: 6px;
}

.as_same_like a {
    color: var(--primary);
    transition: all .4s ease-out;
    font-weight: 500;
}

.as_same_like a:hover {
    color: #5e2610;
}

.response_product .product_image {
    max-width: 200px;
    object-fit: cover;
}
.product_image_large {
    text-align: center;
}

/*
Backgrounds settings
*/

.bg-dark-blue {
    background-color: var(--dark-blue);
}

.bg-transparent {
    background-color: transparent;
}

.bg-lighter-grey {
    background-color: #f8f8f4 !important;
}

.bg-light-grey {
    background-color: #F1F1EB !important;
}

.bg-light-brown {
    background-color: #FBE598 !important;
}

.bg-transparent-brown {
    background: rgba(120, 41, 15, 0.07);
}
.bg-light-yellow {
    background-color: #ffffd1;
}
.bg-light-blue {
    background-color: #ebf3ff;
}

/*
Colors settings
*/

.text-black {
    color: #000;
}

.text-light-brown {
    color: #FBE598 !important;
}

.text-dark {
    color: #383838 !important;
}

.text-darker {
    color: #585858 !important;
}

.text-dark-blue {
    color: var(--dark-blue);
}

.text-success {
    color: #36AE6D !important;
}

.text-transparent-grey {
    color: #A2A2A2;
}

.text-light-grey {
    color: #9FA5B3 !important;
}

.fill-primary {
    fill: var(--blue);
}
.fill-dark-blue {
    fill: var(--dark-blue);
}

.fill-danger {
    fill: var(--danger);
}


/*
Rotate settings
*/

.rotate-0 {
    transform: rotate(0deg) !important;
}

.rotate-180 {
    transform: rotate(180deg) !important;
}

/*
Text size settings
*/

.text-8 {
    font-size: 0.5rem;
}

.text-10 {
    font-size: 0.625rem;
}

.text-11 {
    *font-size: 0.7rem;
}

.text-12 {
    font-size: 0.75rem;
}

.text-13 {
    font-size: 0.8rem;
}

.text-14 {
    font-size: 0.875rem;
}

.text-16 {
    font-size: 1rem;
}

.text-18 {
    font-size: 1.125rem;
}

.text-21 {
    font-size: 1.3125rem;
}

.text-22 {
    font-size: 1.375rem;
}

.text-24 {
    font-size: 1.5rem;
}

.text-26 {
    font-size: 1.625rem;
}

.text-36 {
    font-size: 2.25rem;
}

/*
Fonts weight settings
*/

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-400 {
    font-weight: 400;
}

/*
Borders settings
*/

.border-success {
    border-color: #36AE6D !important;
}

.border-brown {
    border-color: rgba(120, 41, 15, 0.5) !important;
}

/*
Link settings
*/


.link-black {
    color: #000000 !important;
}

/*
Btn settings
*/

.btn:hover {
    cursor: pointer;
}

.btn:focus {
    box-shadow: none !important;
}

.btn-light-brown {
    color: #383838;
    background: #FBE598;
}

.btn-light-brown:hover {
    color: #FBE598;
    background: #383838;
}

/* 
Slider-slick
*/

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*
Navbars settings
*/

.navbar-light-grey .navbar-nav .nav-link {
    font-size: 1rem;
    line-height: 1;
}

.navbar-light-grey .navbar-nav .active > .nav-link,
.navbar-light-grey .navbar-nav .nav-link:hover,
.navbar-light-grey .navbar-nav .nav-link:focus {
    color: #2b53a9;
    font-weight: bold;
}

.navbar-leight-yellow .navbar-nav .nav-link {
    color: #383838;
}

.navbar-leight-yellow .navbar-nav .active > .nav-link,
.navbar-leight-yellow .navbar-nav .nav-link:hover,
.navbar-leight-yellow .navbar-nav .nav-link:focus {
    color: var(--primary);
}

.navbar-leight-yellow .navbar-nav .nav-link:hover {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff !important;
}

.navbar-leight-yellow .navbar-nav .active > .nav-link {
    position: relative;
}

.navbar-leight-yellow .navbar-nav .active > .nav-link:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.navbar-leight-yellow .navbar-nav .active > .nav-link::before,
.navbar-leight-yellow .navbar-nav .nav-link:hover::before,
.navbar-leight-yellow .navbar-nav .nav-link:focus::before {
    transform: translateX(0);
}


.navbar-brown .navbar-nav .nav-link {
    color: #E5E5E5 !important;
    position: relative;
}

.navbar-brown .navbar-nav .nav-link::before {
    content: '';
    display: block;
    width: 95%;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-105%);
    transition: transform .25s;
}

.bottom-navbar .act .nav-link,
.navbar-brown .navbar-nav .active > .nav-link,
.navbar-brown .navbar-nav .nav-link:hover,
.navbar-brown .navbar-nav .nav-link:focus {
    color: var(--primary);
}
.bottom-navbar .act .nav-link {
    font-weight: bold;
}

.bottom-navbar .act .nav-link:before,
.navbar-brown .navbar-nav .active > .nav-link::before,
.navbar-brown .navbar-nav .nav-link:hover::before,
.navbar-brown .navbar-nav .nav-link:focus::before {
    transform: translateX(-50%);
    left: 50%;
}

.bottom-navbar {
    background-color: rgba(255,255,255,.67);
}
.bottom-navbar .nav-link {
    border-bottom: 3px solid transparent;
    color: #000;
    padding-top: 15px;
    padding-bottom: 6px;
}
.bottom-navbar .nav-link:hover {
    border-bottom: 3px solid var(--primary);
    color: var(--primary);
}

.search-container {
    padding-top: 20px;
    padding-bottom: 30px;
}
.search-form {
    align-items: flex-end;
}
.search-form input[type=search] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: auto;
}

.search-form button,
.search-form input[type=submit] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.search-form__submit {
    -webkit-order: 4;
    -ms-order: 4;
    order: 4;
    padding: 0 17px 0 14px;
    border-radius: 0 50px 50px 0;
    height: 49px;
}
.search-form__group {
    align-items: flex-start;
    border: solid 1px rgb(146,149,160);
    box-shadow: -1.414px 1.414px 18px 0px rgba(18, 16, 11, 0.27);
    background-color: #FFF;
    -webkit-border-radius: 30px;
    border-radius: 50px;
    height: 51px;
    font-size: .75rem;
    margin-top: 5px;
}
.search-form__region {
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
}
.search-form__sort {
    -webkit-order: 2;
        -ms-order: 2;
            order: 2;
}
.search-form__input {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    height: 51px;
    border-width: 0 1px 0 0;
    border-radius: 30px;
    margin-left: 1px;
    font-size: 1rem;
    line-height: 49px;
    padding: 0 20px 0 35px;
    font-weight: 500;
}

.search-form .add-company {
    padding: 0.875rem 1.69rem;
    width: 214px;
}

/*
Fixed navbar
*/

.fixed-navbar {
    transition: all .25s;
}

.fixed-navbar.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 2000;
}

.fixed-navbar .main-fixed-navbar li {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
}

.fixed-navbar .main-fixed-navbar li > a {
    width: calc(100% - 40px);
    padding-right: 20px;
    text-align: left;
}

.fixed-navbar .main-fixed-navbar li > a::before {
    display: none !important;
}

.fixed-navbar .main-fixed-navbar li > .arrow-wrapper {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    transition: all .25s;
    border: 1px solid var(--primary);
    border-radius: 4px;
    height: 30px;
}

.fixed-navbar .main-fixed-navbar li > .arrow-wrapper .ic {
    width: 9px;
    height: 16px;
    transform: rotate(90deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009de0' viewBox='0 0 9 16'%3E%3Cpath d='M8.64,7.56,1.24.18a.62.62,0,1,0-.88.88L7.32,8l-7,6.94a.62.62,0,0,0,.88.88l7.4-7.38a.62.62,0,0,0,0-.88Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.fixed-navbar .main-fixed-navbar li > .arrow-wrapper.active .ic {
    transform: rotate(-90deg);
}

.fixed-navbar .main-fixed-navbar .dropdown-menu {
    width: 100%;
    margin-bottom: 10px;
}


.fixed-navbar a {
    font-size: 0.8rem;
}

.fixed-navbar .dropdown-toggle > a:hover ~ .dropdown-menu,
.fixed-navbar .dropdown-toggle .dropdown-menu:hover,
.fixed-navbar .dropdown-menu.show {
    top: 100%;
    opacity: 1;
    visibility: visible;
    max-height: 100vh;
    padding: .5rem 0 !important;
}

.fixed-navbar .dropdown-toggle .dropdown-menu a {
    color: #383838;
}

.search-fixed .btn {
    font-size: 11px;
}

.search-fixed .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fixed-nav-right a::before,
.fixed-nav-right a::after {
    display: none !important;
}

.fixed-navbar .tabs {
    width: 1.5rem;
    height: 1rem;
    cursor: pointer;
}

.fixed-navbar .tabs span,
.fixed-navbar .tabs::before,
.fixed-navbar .tabs::after {
    display: block;
    width: 100%;
    height: 2px;
    background: #383838;
    border-radius: 5px;
}

.fixed-navbar .tabs::before,
.fixed-navbar .tabs::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
}

.fixed-navbar .tabs::before {
    top: 0;
}

.fixed-navbar .tabs::after {
    bottom: 0;
}


/*
Sidebar settings
*/

.invite-column-name {
    min-height: 40px;
    box-sizing: content-box;
    margin-bottom: 0;
}

.sidebar .nav-link {
    position: relative;
    overflow: hidden;
}

.sidebar .nav-link,
.service-list a {
    color: #383838;
}

/* Dlab */
.sidebar .nav-link:hover {
    text-decoration: underline;
}

.sidebar .nav-link:hover,
.service-list a:hover {
}

.sidebar .nav-link.auto::before {
    content: url('../img/sidebar-icons/auto.svg');
}

.sidebar .nav-link.hair-dryer::before {
    content: url('../img/sidebar-icons/hair-dryer.svg');
}

.sidebar .nav-link.wallet::before {
    content: url('../img/sidebar-icons/wallet.svg');
}

.sidebar .nav-link.buildings::before {
    content: url('../img/sidebar-icons/buildings.svg');
}

.sidebar .nav-link.approved-delivery::before {
    content: url('../img/sidebar-icons/approved-delivery.svg');
}

.sidebar .nav-link::before {
    background: none;
    display: block;
    height: auto;
    transform: translateY(-50%) !important;
}

.sidebar .nav-link:hover::before {
    transform: translateY(-50%) !important;;
}

.sidebar .nav-link.high-signal::before {
    content: url('../img/sidebar-icons/high-signal.svg');
}

.sidebar .nav-link.officer::before {
    content: url('../img/sidebar-icons/officer.svg');
}

.sidebar .nav-link.paint-palette::before {
    content: url('../img/sidebar-icons/paint-palette.svg');
}

.sidebar .nav-link.badminton::before {
    content: url('../img/sidebar-icons/badminton.svg');
}

.sidebar .nav-link.price-tag::before {
    content: url('../img/sidebar-icons/price-tag.svg');
}

.sidebar .nav-link.first-aid-kit::before {
    content: url('../img/sidebar-icons/first-aid-kit.svg');
}

.sidebar .nav-link.city-hall::before {
    content: url('../img/sidebar-icons/city-hall.svg');
}

.sidebar .nav-link.student::before {
    content: url('../img/sidebar-icons/student.svg');
}

.sidebar .nav-link.search::before {
    content: url('../img/sidebar-icons/search.svg');
}

.sidebar .nav-link.nuclear-plant::before {
    content: url('../img/sidebar-icons/nuclear-plant.svg');
}

.sidebar .nav-link.megaphone::before {
    content: url('../img/sidebar-icons/megaphone.svg');
}

.sidebar .nav-link.coffee::before {
    content: url('../img/sidebar-icons/coffee.svg');
}

.sidebar .nav-link.shopping-cart::before {
    content: url('../img/sidebar-icons/shopping-cart.svg');
}

.sidebar .nav-link.tram::before {
    content: url('../img/sidebar-icons/tram.svg');
}

.sidebar .nav-link::before,
.new-companies .phone::before,
.company-info a::before {
    transform: translateY(-40%);
}

.sidebar .nav-link::before,
.new-companies .phone::before,
.company-info li::before,
.company-info a::before,
.service-list a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
}

.company-info li::before {
    top: 0;
}

.sidebar .all-categories {
    color: #000;
    padding: 5px 10px;
    align-items: center;
    border: none;
    background-color: #FFF;
}
.sidebar .all-categories .ic {
    fill: var(--dark-blue);
    margin-right: 10px;
}

.sidebar .all-categories:hover,
.sidebar .all-categories:focus {
    color: var(--dark-blue);
    text-decoration: none;
    outline: none;
}
.sidebar .all-categories_trigger .text-up {
    display: none;
}
.sidebar .all-categories_trigger.active .text-down {
    display: none;
}
.sidebar .all-categories_trigger.active .text-up {
    display: inline-block;
}
.sidebar .all-categories_trigger .ic {
    transform: rotate(90deg);
}
.sidebar .all-categories_trigger.active .ic {
    transform: rotate(-90deg);
    
}
.sidebar .all-categories_trigger .ic {
    margin-left: 10px;
}
 
#sidebar {
    height: 642px;
    overflow-y: auto;
    padding-bottom: 0;
}
#sidebar::-webkit-scrollbar {
  -webkit-appearance: none;
}

#sidebar::-webkit-scrollbar:vertical {
  width: 5px;
}

#sidebar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ccc;
    width: 3px;
    transition: all .3s;
}
#sidebar::-webkit-scrollbar-thumb:hover {
    background-color: var(--blue);
}

#sidebar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e5e5e5;
  border: 1px solid #fff;
}


/*
Company carousel settings
*/

.carousel-arrows .arrow {
    background-color: #fff;
    width: 40px;
    height: 40px;
    justify-content: center;
}

.carousel-arrows .arrow,
.carousel-arrows .arrow path {
    transition: all .25s;
}

.carousel-arrows .arrow:hover {
    background-color: var(--primary);
}

.carousel-arrows .arrow:hover path {
    fill: #fff;
}

.carousel-arrows .arrow:first-child {
    transform: rotate(180deg);
}

.star-rating {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    unicode-bidi: bidi-override;
}

.star-rating > svg {
    display: inline-block;
    position: relative;
    width: 1.1em;
    opacity: .3;
}

[data-rating='1'] svg:first-child,
[data-rating='2'] svg:nth-child(1),
[data-rating='2'] svg:nth-child(2),
[data-rating='3'] svg:nth-child(1),
[data-rating='3'] svg:nth-child(2),
[data-rating='3'] svg:nth-child(3),
[data-rating='4'] svg:nth-child(1),
[data-rating='4'] svg:nth-child(2),
[data-rating='4'] svg:nth-child(3),
[data-rating='4'] svg:nth-child(4),
[data-rating='5'] svg:nth-child(1),
[data-rating='5'] svg:nth-child(2),
[data-rating='5'] svg:nth-child(3),
[data-rating='5'] svg:nth-child(4),
[data-rating='5'] svg:nth-child(5) {
    opacity: 1;
}

.more-btn {
    right: 0;
    bottom: 0;
}

.more-btn.no_transform {
    transform: none;
}

.carousel-indicators li {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background-color: #e6e6e6;
    border-radius: 50%;
}

.carousel-indicators li.active {
    background-color: var(--blue);
    opacity: 1;
}

/*
New companies settings
*/

.new-companies .phone::before {
    content: url('../img/new-companies/telephone-handset.svg');
}

.more-companies:hover,
.more-companies:focus,
.more-btn:hover,
.more-btn:focus {
    text-decoration: underline;
}

.new-companies a:hover .text-dark {
    transition: all .25s;
}

.more-companies::after {
    transform: translateY(-40%);
}

.more-companies::after,
.more-btn:after {
    content: url('../img/new-companies/arrow-right.svg');
    position: absolute;
    top: 50%;
    right: 0;
}

.more-btn:after {
    transform: translate(-10%, -40%);
}


/*
About packets settings
*/

.about-packets {
    background: url('../img/packets/1232.jpg') no-repeat top center/cover;
    padding-bottom: 115px;
    padding-top: 52px;
}
.about-packets .btn:hover {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.29);
}
.about-packets__list {
    min-height: 200px;
}
.about-packets__item {
    position: relative;
    padding-bottom: 20px;
}
.about-packets__wrap {
    box-shadow: 0px 11px 13px 0px rgba(0, 0, 0, 0.09);
    width: 230px;
    padding: 119px 15px 40px 20px;
    min-height: 435px;
    overflow: hidden;
    position: relative;
    transition: all .3s;
}
.about-packets__wrap:hover {
    box-shadow: 0px 11px 13px 0px rgba(0, 0, 0, 0.29);
}
.about-packets__wrap .ic {
    fill: #e0e0e0;
    position: absolute;
}
.about-packets__item.paket-effective .ic {
    left: -10px;
    top: 90px;
}
.about-packets__item.paket-optimal .ic {
    left: -13px;
    top: 83px;
}
.about-packets__item.paket-gold .ic {
    left: -15px;
    top: 93px;
}
.about-packets__item.paket-vip .ic {
    left: -17px;
    top: 85px;
}
.about-packets__item .ui-label,
.b-packets .ui-label {
    width: 230px;
    height: 76.7px;
    padding-top: 20px;
    position: absolute;
    z-index: 1;
    background-size: contain;
    padding-left: 38px;
}
.about-packets__item .ui-label {
    right: 40px;
    top: 24px;
}
.b-packets .ui-label {
    right: -65px;
    top: -40px;
}
.about-packets__item .btn {
    width: 142px;
    margin: auto;
    display: block;
}
.about-packets__item.paket-optimal .btn {
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
}
.about-packets__item.paket-gold .btn {
    background-color: var(--yellow);
    border-color: var(--yellow);
    color: var(--dark-blue);
}
.about-packets__item.paket-vip .btn {
    background-color: var(--orange);
    border-color: var(--orange);
    color: var(--dark-blue);
}
.about-packets__price,
.b-packets__price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
}
.about-packets__number,
.b-packets__number,
.b-database__price {
    font-size: 38px;
    padding-right: 10px;
}
.about-packets__currency,
.b-packets__currency {
    display: block;
}
.about-packets__currency,
.b-packets__currency,
.b-database__currency {
    font-size: 23px;
}

.b-database__price {
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
    align-items: center;
}
.b-database__currency {
    margin-left: 12px;
}
.about-packets__period {
    font-family: 'Montserrat';
    font-size: .625rem;
    display: block;
}

.b-packets {
    display: flex;
    padding-bottom: 10px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    flex-direction: row-reverse;
}
.b-packets__main {
    max-width: 630px;
}
.b-packets__main-title {
    margin-bottom: 10px;
}
.b-packets__main-info {
    font-size: .75rem;
}
.b-packets__second {
    margin-left: 30px;
    position: relative;
    padding-top: 30px;
    max-width: 160px;
}
.b-packets__wrap {
    position: relative;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slick-arrow:hover {
    cursor: pointer;
}

.slick-arrow-prev {
    left: 0;
}

.slick-arrow-next {
    right: 0;
    transform: rotate(180deg) translateY(50%);
}

.compare-pakets:hover {
    background-color: #f1f1f1 !important;
}

/*
About service section settings
*/
.service-list {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.about-service {
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-service__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-service .btn {
    margin-left: 40px;
}

/*.service-list a::before {
    transform: translateY(-50%);
}

.service-list .server::before {
    content: url('../img/about-service-section/server.svg');
}

.service-list .coding::before {
    content: url('../img/about-service-section/coding.svg');
}

.service-list .megaphone::before {
    content: url('../img/about-service-section/megaphone.svg');
}

.service-list .website::before {
    content: url('../img/about-service-section/website.svg');
}

.service-list .magnifying-glass::before {
    content: url('../img/about-service-section/magnifying-glass.svg');
}

.service-list .search::before {
    content: url('../img/about-service-section/search.svg');
}

.service-list .check::before {
    content: url('../img/about-service-section/check.svg');
}*/

/*
Info settings
*/

.blockquate {
    left: 50%;
    transform: translate(-50%);
}

/*
registr-company settings
*/

.registr-company {
    background-color: #F7F7F7;
}

.company_list a {
    display: inline-block;
}

/*
Company list
*/

.rubrics {
    line-height: 24px;
}

.rubrics::before {
    content: attr(data-before);
}

.rubrics::before,
.rubrics a {
    padding-right: 1rem;
}

.rubrics::before,
.rubrics a:hover,
.rubrics a:focus {
    color: #383838;
}

.rubrics a {
    color: #A2A2A2;
}

.company_list .more-btn {
    transform: translateY(0);
}

.company_list .more-btn:after {
    right: -1rem;
    transform: translate(0, -40%);
}

/*
Pagination
*/

.pagination-page a {
    padding: 1rem;
    color: #9FA5B3;
}

.pagination-page a:hover,
.pagination-page a:focus,
.pagination-page a.current {
    text-decoration: none;
}

.common_category a {
    color: #A2A2A2;
}

.common_category a.current {
    text-decoration: underline;
}

.fixed-menu-name {
    font-size: 1rem;
}

/*
Company item
*/

.breadcrumb-item,
.breadcrumb-item a {
    font-size: 12px;
    font-weight: 500;
}

.breadcrumb-item {
    font-size: 14px;
    
}

.breadcrumb-item a {
    color: #6e6e6e;
    font-size: 12px;
    border-bottom: .08rem solid #6e6e6e;
    transition: all .25s;
}

.breadcrumb-item a:hover {
    text-decoration: none;
    color: var(--primary);
    border-color: var(--primary);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: url(../img/company-item/vector.svg);
}

/*
Start Company short information (reviews)
*/

.company-item-sidebar .dropdown a:hover {
    text-decoration: none;
}

.company-item-sidebar .custom-control-label::before {
    content: "";
    border-radius: 4px !important;
    top: 0 !important;
    width: 21px;
    height: 21px;
    transform: translateY(-10%);
    background-position: center;
    background-repeat: no-repeat;
}

.company-item-sidebar .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    background-image: url('../img/company-item/iconmonstr-check-mark-1.svg');
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
}

.company-item-sidebar .custom-control-input:checked ~ .custom-control-label::before,
.company-item-sidebar .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-image: url('../img/company-item/iconmonstr-check-mark-1.svg');
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
}

.company-item-sidebar .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important
}

.reviews img {
    max-width: 70px;
    max-height: 70px;
    object-fit: contain;
}

.review-likes path {
    transition: all .25s;
}

.review-likes svg:hover {
    cursor: pointer;
}

/*
Company main information
*/

.company-name {
    letter-spacing: .03em;
}

.company-nav .nav-tabs {
    background-color: #D3E5FF;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    border: none;
}
.company-nav .nav-tabs .nav-link.active, 
.company-nav .nav-tabs .nav-link:hover {
    background-color: var(--blue);
    color: #FFF;
}

.company-nav .nav-tabs .nav-link {
    font-weight: 500;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    padding: 12px 25px;
}

.company-nav a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 8px;
    border-color: transparent transparent #fff;
    transition: all .3s;
}

.company-main-info td,
.company-main-info th {
    line-height: 26px;
}

.company-main-info ul {
    list-style-position: inside;
}

.company-sidebar__item:not(:last-child) {
    margin-bottom: 0.75rem;
}
.company-sidebar__label {
    font-weight: 500;
    margin-bottom: 4px;
    display: flex;
}
.company-sidebar__label .ic {
    max-width: 20px;
    -webkit-flex: 0 0 20px;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    margin-right: 10px;
}
.company-sidebar__data {
    line-height: 1.33;
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
}
.company-sidebar__data a {
    text-decoration: underline;
    margin-bottom: .25rem;
}
.company-sidebar__list_sm .company-sidebar__item {
    display: flex;
    align-items: baseline;
}
.company-sidebar__list_sm .company-sidebar__item:not(:last-child) {
    margin-bottom: 0.4rem;
}
.company-sidebar__list_sm .company-sidebar__label {
    width: 120px;
}

.company-sidebar-info {
    font-size: 13px;
}

.company-sidebar__title {
    font-weight: bold;
    font-size: .875rem;
    margin-bottom: 1rem;
}
.company-last-updata {
    background-color: #D3E5FF;
}
.company-sidebar__logo {
    position: relative;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    overflow: hidden;
    background-color: #fff;
}
.company-sidebar__logo .ic {
    width: 100px;
    height: 100px;
}

.cart-company-full .cart-company-lg__label {
    top: -60px;
    right: -10px;
}

.content_wrapper {
    height: 200px;
    overflow-y: hidden;
    transition: height .33s;
}

.work-hours {
    border-style: solid;
    border-color: var(--blue);
    border-width: 1px 1px 4px;
}

.read-more-brown:hover,
.read-more-brown:focus {
    color: #FFB800;
    border-color: #FFB800 !important;
    text-decoration: none;
}

.main-info-common-cat a {
    letter-spacing: -0.02em;
}

.main-info-sharing path {
    transition: all .33s;
}

/*
Register form settings
*/

.register_block .input_wrapper {
    overflow: hidden;
}

.register_block .input_icon {
    top: 0;
    left: 0;
    height: 100%;
    width: 38px;
}

.register_block .input_icon svg {
    height: 100%;
    padding: .5rem;
}

.register_block input {
    padding-left: 3rem !important;
}

.register_block .input_wrapper:hover,
.register_block .input_wrapper:focus {
    border-color: #FFCA0A !important;
}

/*
Video settings
*/

.video_container .slick-arrow,
.photo_slider .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: var(--dark-blue);
    cursor: pointer;
    z-index: 100;
    transition: all .25s;
}
.video_container .slick-arrow {
    top: 250px;
}
.photo_slider .slick-arrow {
    top: calc(50% - 31px);
}

.video_container .slick-arrow:hover,
.photo_slider .slick-arrow:hover {
    background: var(--blue);
}
.video_container .slick-arrow:hover svg,
.photo_slider .slick-arrow:hover svg {
    fill: #fff;
}

.video_container .slick-arrow svg,
.photo_slider .slick-arrow svg {
    width: .5rem;
    height: 1rem;
}

.video_container .slick-arrow path,
.photo_slider .slick-arrow path {
    fill: #fff;
    transition: all .25s;
}

.video_container .slick-arrow:hover path,
.photo_slider .slick-arrow:hover path {
}

.photo_slider img {
    height: 500px;
    object-fit: contain;
}

.video_slider .slick-arrow-prev {
    left: 1.5rem;
}

.video_slider .slick-arrow-next {
    right: 1.5rem;
}

.video_container .slick-dots {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: none;
    padding-left: 0;
}

.video_container .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: rgba(56, 56, 56, 0.2);
    transition: all .25s;
    border: 0;
    padding: 0;
    margin-left: .5rem;
    margin-right: .5rem;
}

.video_container .slick-dots button[aria-selected="true"] {
    background: var(--dark-blue);
}

/*
Product and services settings
*/

.products_and_services_block table td {
    vertical-align: top;
}

.products_and_services_block table td:first-child {
    white-space: nowrap;
}

/*
Photo slider settigs
*/

.photo_container .slick-arrow-next {
    right: 1rem;
}

.photo_container .slick-arrow-prev {
    left: 1rem;
}

.photo_slider .slick-dots {
    padding: 0 2.75rem;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.photo_slider.open .slick-dots {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.photo_slider .slick-dots li {
    flex: 0 0 12.5%;
    padding: .25rem;
    transition: all .25s;
}

.photo_slider .slick-dots li:nth-child(n+9) {
    display: none;
}

.photo_slider .slick-dots div {
    position: relative;
    cursor: pointer;
    height: 100%;
}

.photo_slider .slick-dots li:nth-child(8) div::before {
    content: attr(data-more-text);
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(56, 56, 56, 0.7);
    display: block;
    opacity: .75;
    color: #fff;
    transition: all .25s;
    cursor: pointer;
    z-index: 50;
    padding: .5rem;
    font-weight: 600;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
}

.photo_slider.open .slick-dots li:nth-child(8) div::before {
    display: none;
}

.photo_slider .slick-dots li:nth-child(8) div:hover::before {
    opacity: 1;
}

.photo_slider.open .slick-dots li {
    flex: 0 0 25%;
    display: list-item !important;
    display: block;
}

.photo_slider .slick-dots img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*
Footer settings
*/

.footer {
    color: #FFF;
    font-size: .75rem;
    padding-top: 60px;
    padding-bottom: 20px;
}
.footer ul {
    overflow: hidden;
}

.footer ul a {
    display: inline-block;
}

.footer__list a,
.footer__list a:hover {
    color: #fff;
}

.footer__title {
    color: #FFF;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 10px;
    display: inline-block;
    min-height: 40px;
}
.footer__title:hover {
    color: #FFF;
}
.footer__copyright {
    text-align: center;
    padding-top: 30px;
}
.footer-soc li {
    display: inline-block;
}
.footer-soc .ic {
    transition: all .3s;    
}
.footer-soc .ic:hover {
    fill: #fff
}
.footer-contacts__item {
    display: flex;
    color: #fff;
}
.footer-contacts__item .ic {
    max-width: 30px;
    flex: 0 0 30px;
    margin-right: 8px;
}
.footer-contacts__info {
    font-size: 13px;
}
.footer-contacts__item:hover {
    color: var(--primary);
    text-decoration: none;
}


.company-item-sidebar .company-sidebar {border-radius: 4px;}
.company-item-sidebar ul {
    list-style: none;
}

.company-item-sidebar ul li,
.sidebar ul li {
}

.company-item-sidebar ul a,
.sidebar ul a {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.company-item-sidebar ul a,
.company-item-sidebar ul a:hover,
.sidebar ul a,
.sidebar ul a:hover {
}


.footer__list a::before,
.company-item-sidebar ul a::before,
.sidebar ul a::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    display: block;
    transition: all .25s;
    transform: translateX(-100%);
    left: -1px;
}
.sidebar ul a::before {
    width: calc(100% - 30px);
    display: none;
}
.footer__list a::before {
    background: #fff;
}
.company-item-sidebar ul a::before,
.sidebar ul a::before {
    background: var(--dark-blue);
}

.footer__list a:hover,
.company-item-sidebar ul a:hover,
.sidebar ul a:hover {
    text-decoration: none;
}

.footer__list a:hover::before,
.company-item-sidebar ul a:hover::before,
.sidebar ul a:hover::before {
    transform: translateX(0);
}

/*
	Customer modal window
	*/

.company_modal {
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
}

.company_modal.show {
    opacity: 1;
    visibility: visible;
}

.company_modal > form {
    padding: 1.5rem 5rem 2rem;
}

.company_modal [aria-label="Close"] {
    line-height: 0;
}

.modal-backdrop {
    z-index: 3000;
}

.item-link,
.company_list .text-21 a {
    color: #383838;
    transition: all .33s ease-in;
}


/*
	Packets group
	*/

.packets-group-title {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
.packets-group-title .ic {
    max-width: 30px;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
}

.packets-group-title img {
}

.packets-table thead th,
.packets-table tbody td:first-child {
    vertical-align: middle !important;
}

.packets-table a {
}

.packets-table th:first-child {
    white-space: pre;
}

.star-rating__table-star-rating {
    transform: translateX(0)
}

.star-rating__table-star-rating svg {
    transform-box: view-box;
    width: 10px;
    height: 10px;
    margin-left: 2px;
    margin-right: 2px;
}

.table_badge {
    text-align: center;
    vertical-align: middle !important;
    font-size: 1.5rem;
    color: var(--dark-blue);
}

.one_packet_table {
    table-layout: fixed;
}

/*
    Business catalog
*/

.business-list {
    padding-left: 2rem;
}

.business-list img {
    margin-top: .25rem;
    transform: translateX(-150%);
}

.business-list span,
.business-list a {
    line-height: 26px;
}


/* 15.10.2019 final fix */

.bottom-navbar ul {
    visibility: hidden;
    opacity: 0;
    transition: all .25s;
}

.bottom-navbar ul.active {
    visibility: visible;
    opacity: 1;
}

.bottom-navbar a {
    overflow: hidden;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: var(--dark-blue);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: .7;
}

#return-to-top i {
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease;
    width: 13.5px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' stroke-linejoin='round' stroke='%23ffffff' stroke-width='1' viewBox='0 0 9 16'%3E%3Cpath d='M8.64,7.56,1.24.18a.62.62,0,1,0-.88.88L7.32,8l-7,6.94a.62.62,0,0,0,0.88.88l7.4-7.38a.62.62,0,0,0,0-.88Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    transform: translate(-50%, -50%) rotate(-90deg);
}

#return-to-top:hover {opacity: .9;}

#return-to-top:hover i {
    color: #fff;
    top: calc(50% - 5px);
}

.dropdown-business-link {
    transition: all .25s;
}

.dropdown-business-link:hover,
.sub-menu-link:hover {
    text-decoration: none;
}

.dropdown-business-list,
.dropdown-sidebar,
.sub-menu {
    list-style: none;
    padding-left: 1rem;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .25s;
}

.dropdown-sidebar {
    border: 0;
}

.dropdown-sidebar > li {
    margin-bottom: 4px;
}

.dropdown-business-list.active,
.dropdown-sidebar.active,
.sub-menu.active {
    max-height: 100vh;
    overflow: visible;
    visibility: visible;
}

.three-crapka i,
.sub-menu-link i {
    transition: all .25s;
    font-size: .65rem;
    cursor: pointer;
}

.three-crapka.active i,
.sub-menu-link.active i {
    transform: rotate(-180deg);
}

.middle-navbar .navbar-nav {
    justify-content: space-between;
}

.middle-navbar .nav-link {
    color: #FFF;
}
.middle-navbar .nav-link:hover {
    color: #FFF;
}
.middle-navbar .nav-item {
    position: relative;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.middle-navbar .nav-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 15px;
    border-style: solid;
    border-width: 13px 10px;
    border-color: transparent transparent #f3f3f3;
    opacity: 0;
    transition: all .3s;
}
.middle-navbar .nav-item.active:before {
    opacity: 1;
}
.middle-navbar .nav-item .nav-link {
    border-bottom: 3px solid transparent;
}
.middle-navbar .nav-item.active .nav-link,
.middle-navbar .nav-item:hover .nav-link {
    border-bottom-color: var(--primary);
}
.middle-navbar .nav-item .ic {
    fill: #fff;
    margin-right: 10px;
}
.middle-navbar .nav-item .nav-link {
    padding: 0.25rem 0;
}
.top-navbar {padding: 8px 0;}
.top-navbar .navbar-nav {
    justify-content: flex-end;
    align-items: baseline;
    padding-right: 0;
}

a {
    color: var(--dark-blue);
}

a:hover {
    color: var(--blue); /* Цвет ссылки */
}

.color_parent_name {
    color: #434343;
}

.company-info li.map-pin-silhouette::before, .company-info a.map-pin-silhouette::before {
    top: 10px !important;
}

.photo_block li div {
    position: relative;
    overflow: hidden;
}

.photo_block li div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0);
    transition: all .25s;
    background: rgba(0, 0, 0, .5);
}

.photo_block li.slick-active div::before {
    transform: translateY(-100%);
}

/* Extra Things */

.new-companies__list {
    margin-top: 4px;
}
.new-companies img {
    max-width: 100%;
    height: auto;
}

/*Три точки*/
a.cursor {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.company-main-info .photo_slider img {
    max-height: 400px;
    margin-bottom: 1rem;
}
.company-main-info .ui-title-inner {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.photo_slider .slick-dots div {
    max-height: 200px;
}

.vertical-middle {
    vertical-align: middle !important;
}

/*.file-upload {
    height: 38px;
}*/

.cabinet_google_map {
    width: 100%;
    height: 400px;
    padding: 1rem;
}

.cabinet_google_map #map {
    width: inherit;
    height: 100%;
}

.vertical-divider {
    width: 1px;
    background: rgba(120, 41, 15, 1);
    height: 21px;
}

.dropdown-item.active, .dropdown-item:active {
    background: transparent;
}

.table thead th {
}

.modal {
    z-index: 9999;
}

/*
Header
*/

.header {
    position: relative;
}
.header:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 180px;
    background: url("../img/header/bg.jpg") center bottom no-repeat;
    background-size: cover;
}
.header__login {
    color: #2b53aa;
    fill: #2b53aa;
    border-width: 1px;
    border-color: rgb(218, 218, 218);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: -1.414px 1.414px 18px 0px rgba(18, 16, 11, 0.07);
    padding: 12px 21px;
    display: inline-flex;
    -webkit-align-items: center;
            align-items: center;
    white-space: nowrap;
    transition: all .3s;
}
.header__login:hover {
    box-shadow: -1.414px 1.414px 8px 0px rgba(18, 16, 11, 0.27);
}
.header__login-info {
    padding-left: 10px;
    padding-right: 6px;
    line-height: 1;
}
.header__logo {
    margin-bottom: -14px;
}
.header__logo-text {
    color: var(--dark-blue);
    font-weight: 500;
    /* padding-left: 34px; */
}
.header__language:not(:first-child) .header__language-text {
    border-left: 1px solid #444;
}
.top-navbar .header__language .header__language-text {
    padding: 0 10px;
}

/*
UI elements
*/

.ui-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 28px;
}
.ui-title-sm {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.5;
}
.ui-title-inner {
    font-weight: bold;
    font-size: 18px;
}
.ui-list-mark li {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23009de0' d='M7.66,17.47a1,1,0,0,1-1.44,0L.45,11.7a1.53,1.53,0,0,1,0-2.17l.72-.72a1.53,1.53,0,0,1,2.17,0l3.6,3.6,9.73-9.73a1.53,1.53,0,0,1,2.17,0l.72.72a1.53,1.53,0,0,1,0,2.17Z'/%3E%3C/svg%3E") no-repeat;
    font-size: .75rem;
    padding-left: 30px;
    background-size: 16px;
    margin-bottom: 3px;
}
.ui-list-mark-2 {
    margin-top: 12px;
}
.ui-list-mark-2 li {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23009de0' d='M7.66,17.47a1,1,0,0,1-1.44,0L.45,11.7a1.53,1.53,0,0,1,0-2.17l.72-.72a1.53,1.53,0,0,1,2.17,0l3.6,3.6,9.73-9.73a1.53,1.53,0,0,1,2.17,0l.72.72a1.53,1.53,0,0,1,0,2.17Z'/%3E%3C/svg%3E") no-repeat;
    padding-left: 30px;
    background-size: 16px;
    margin-bottom: 3px;
}
.ui-list-mark-sm li {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23009de0' d='M1.7,10.63a.69.69,0,0,1-.2-.44.67.67,0,0,1,.2-.44l.91-.88a.65.65,0,0,1,.92,0l.07.07,3.59,3.71a.32.32,0,0,0,.45,0h0L16.41,3.9h.07a.65.65,0,0,1,.91,0l.92.87a.6.6,0,0,1,0,.84l0,0h0L7.85,16.11a.67.67,0,0,1-.92,0l-5.1-5.29Z'/%3E%3C/svg%3E") no-repeat;
    font-size: .75rem;
    font-weight: 400;
    padding-left: 30px;
    background-size: 20px;
}
.ui-list-mark-lg li {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23003580' d='M7.66,17.47a1,1,0,0,1-1.44,0L.45,11.7a1.53,1.53,0,0,1,0-2.17l.72-.72a1.53,1.53,0,0,1,2.17,0l3.6,3.6,9.73-9.73a1.53,1.53,0,0,1,2.17,0l.72.72a1.53,1.53,0,0,1,0,2.17Z'/%3E%3C/svg%3E") no-repeat 4px 5px;
    font-size: 24px;
    font-weight: 500;
    padding-left: 44px;
    background-size: 20px;
    margin-bottom: 12px;
}

 .ui-label {
     width: 150px;
     height: 50px;
     background-repeat: no-repeat;
     font-weight: bold;
     font-size: 17px;
     line-height: 0.789;
     color: #FFF;
     padding-top: 5px;
     padding-left: 10px;
     text-transform: uppercase;
     line-height: 0.9;
 }
 .ui-label-blue {
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 50'%3E%3Cpath d='M122.49,39.41H16.38A16.38,16.38,0,0,1,0,23V20.41A16.38,16.38,0,0,1,16.38,4H122.49' fill='%23009de0'/%3E%3Cpath d='M150,46H123.8v-17' fill='%23009de0'/%3E%3Cpath d='M150,15.83H123.8v17' fill='%23009de0'/%3E%3Cpath d='M123.14,10.59,131.66,4V39.41L123.14,46Z' fill='%23003580'/%3E%3Cpath fill='%23009de0' d='M121.83 4.04H131.66V39.41H121.83z'/%3E%3C/svg%3E");
 }
 .ui-label-dark-blue {
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 50'%3E%3Cpath d='M122.49,39.41H16.38A16.38,16.38,0,0,1,0,23V20.41A16.38,16.38,0,0,1,16.38,4H122.49' fill='%23003580'/%3E%3Cpath d='M150,46H123.8v-17' fill='%23003580'/%3E%3Cpath d='M150,15.83H123.8v17' fill='%23003580'/%3E%3Cpath d='M123.14,10.59,131.66,4V39.41L123.14,46Z' fill='%23002253'/%3E%3Cpath fill='%23003580' d='M121.83 4.04H131.66V39.41H121.83z'/%3E%3C/svg%3E");
 }
 .ui-label-red {
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 50'%3E%3Cpath d='M122.48,39.41H16.37A16.37,16.37,0,0,1,0,23H0V20.41A16.37,16.37,0,0,1,16.37,4H122.48' fill='%23d23d3d'/%3E%3Cpath d='M150,46H123.8v-17' fill='%23d23d3d'/%3E%3Cpath d='M150,15.82H123.8v17' fill='%23d23d3d'/%3E%3Cpath d='M123.14,10.59,131.66,4V39.41L123.14,46Z' fill='%23b01a1a'/%3E%3Cpath d='M121.82,4.06h9.84V39.4h-9.84Z' fill='%23d23d3d'/%3E%3C/svg%3E");
 }
 .ui-label-yellow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 50'%3E%3Cpath d='M122.48,39.41H16.37A16.37,16.37,0,0,1,0,23H0V20.42A16.37,16.37,0,0,1,16.37,4H122.48' fill='%23ffc81b'/%3E%3Cpath d='M150,46H123.8v-17' fill='%23ffc81b'/%3E%3Cpath d='M150,15.83H123.8v17' fill='%23ffc81b'/%3E%3Cpath d='M123.14,10.59,131.66,4V39.41L123.14,46Z' fill='%23dca700'/%3E%3Cpath d='M121.82,4.06h9.84V39.4h-9.84Z' fill='%23ffc81b'/%3E%3C/svg%3E");
 }
 .ui-label-gray {
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 50'%3E%3Cpath d='M122.48,39.41H16.37A16.37,16.37,0,0,1,0,23H0V20.42A16.37,16.37,0,0,1,16.37,4H122.48' fill='%23d6d6d6'/%3E%3Cpath d='M150,46H123.8v-17' fill='%23d6d6d6'/%3E%3Cpath d='M150,15.83H123.8v17' fill='%23d6d6d6'/%3E%3Cpath d='M123.14,10.59,131.66,4V39.41L123.14,46Z' fill='%23aaa'/%3E%3Cpath d='M121.82,4.06h9.84V39.4h-9.84Z' fill='%23d6d6d6'/%3E%3C/svg%3E");
 }
 .ui-label-green {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 50'%3E%3Cpath d='M122.48,39.41H16.37A16.37,16.37,0,0,1,0,23H0V20.42A16.37,16.37,0,0,1,16.37,4H122.48' fill='%239cde85'/%3E%3Cpath d='M150,46H123.8v-17' fill='%239cde85'/%3E%3Cpath d='M150,15.83H123.8v17' fill='%239cde85'/%3E%3Cpath d='M123.14,10.59,131.66,4V39.41L123.14,46Z' fill='%23aaa'/%3E%3Cpath d='M121.82,4.06h9.84V39.4h-9.84Z' fill='%239cde85'/%3E%3C/svg%3E");
 }
 .ui-label-orange {
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 50'%3E%3Cpath d='M122.48,39.41H16.37A16.37,16.37,0,0,1,0,23H0V20.42A16.37,16.37,0,0,1,16.37,4H122.48' fill='%23ffac1b'/%3E%3Cpath d='M150,46H123.8v-17' fill='%23ffac1b'/%3E%3Cpath d='M150,15.83H123.8v17' fill='%23ffac1b'/%3E%3Cpath d='M123.14,10.59,131.66,4V39.41L123.14,46Z' fill='%23ff861b'/%3E%3Cpath d='M121.82,4.06h9.84V39.4h-9.84Z' fill='%23ffac1b'/%3E%3C/svg%3E");
 }

.ui-select {
    height: 49px;
    background-color: #fff;
    border-radius: 0;
    border-right: 1px solid #efefef;
    width: 100%;
    font-size: .75rem;
    padding: 0.9rem 50px .9rem 10px;
    font-weight: 500;
    color: #767676;
}
.ui-select:after {
    position: absolute;
    content: "";
    top: 17px;
    right: 20px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16'%3E%3Cpath d='M8.64,7.56,1.24.18a.62.62,0,1,0-.88.88L7.32,8l-7,6.94a.62.62,0,0,0,.88.88l7.4-7.38a.62.62,0,0,0,0-.88Z'/%3E%3C/svg%3E");
    width: 9px;
    height: 16px;
    transform: rotate(90deg);
    border: none !important;
}
.ui-select__title {
    font-weight: bold;
}
.ui-select__main-title {
    font-weight: bold;
    text-transform: uppercase;
}
.ui-select_rows {
    height: auto;
    border-right: none;
            border-radius: 4px;
}
.ui-select_rows.dropdown-toggle {
    white-space: normal !important;
}
.ui-select_forms {
    height: auto;
    border-radius: 0 0 4px 4px;
    padding-top: 7px;
    padding-bottom: 8px;
    font-size: 0.875rem;
    border: 1px solid #ced4da;
}
.ui-select_forms:after {
    top: 11px;
}
.ui-select_rows .badge {
    font-size: 14px;
    display: block;
    text-align: left;
    margin-bottom: 6px;
    white-space: normal;
}
.ui-select_rows .badge:last-child {
    margin-bottom: 0;
}

.cab-edit-section .dropdown-menu .badge,
.cab-edit-section .dropdown-menu .dropdown-item {
    white-space: normal !important; 
}

.cab-edit-section .dropdown-menu .dropdown-item {
    padding-left: 40px;
}

.cab-edit-section__trigger {
    position: relative;
    padding: 0 22px 0 0;
    background-color: #FFF;
    border: none;
    color: inherit;
    font-weight: inherit;
}
.cab-edit-section__trigger:focus {
    outline: none;
}
.cab-edit-section__trigger:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    width: 9px;
    height: 16px;
    transform: rotate(90deg);
    transition: all .3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23003580' viewBox='0 0 9 16'%3E%3Cpath d='M8.64,7.56,1.24.18a.62.62,0,1,0-.88.88L7.32,8l-7,6.94a.62.62,0,0,0,.88.88l7.4-7.38a.62.62,0,0,0,0-.88Z'/%3E%3C/svg%3E");
}
.cab-edit-section__trigger[aria-expanded="true"]:after {
    transform: rotate(-90deg);
}

.new-companies__img {
    max-width: 78px;
    height: 78px;
    -webkit-border-radius: 50%;
    border-radius: 7px;
    border: 1px solid #DADADA;
    overflow: hidden;
    flex: 0 0 78px;
    padding: 3px;
    justify-content: center;
}
.new-companies__link {
    color: #000;
    height: 111px;
    align-items: flex-start;
}
.new-companies__title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 3px;
}
.new-companies__phone {
    display: none;
}
.new-companies__descrip {
    font-size: .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
}

.cart-company {
    height: 554px;
}

.cart-company__inner {
    height: 486px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.cart-company__inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(to top,  rgba(255,255,255,1) 15%,rgba(255,255,255,0) 100%);
}
.cart-company__img,
.services__img {
    position: relative;
    border-radius: 7px;
    width: 135px;
    height: 135px;
    border: 1px solid #DADADA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    overflow: hidden;
}
.cart-company__img img,
.services__img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.cart-company__title {
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 1.125rem;
}
.cart-company__info {
    margin-bottom: 1rem;
}
.cart-company__list li {
    display: flex;
    margin-bottom: 8px;
}
.cart-company__list li a {
    color: #000;
}
.cart-company__list li a:hover {
    color: var(--primary);
}
.cart-company__list li .ic {
    max-width: 20px;
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
}
.cart-company__subtitle {
    font-weight: bold;
    color: var(--dark-blue);
    font-size: .875rem;
}

.services__title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: .875rem;
}
.services__title a {
    color: #000;
}
.services__btn {
    margin-top: 16px;
}
.services__table td {
    vertical-align: top;
}
.services__table td:not(:first-child) {
    padding-left: 20px;
}

.contacts-form textarea {
    height: 78px;
}

.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.packet-slick {
    padding-top: 12px;
}

.b-catalog .sidemenu__item-link {
    font-size: 1rem;
}
.b-catalog .sidemenu-level2 .sidemenu__item {
    padding-top: 10px;
    padding-bottom: 10px;
}
.b-catalog .sidemenu-level2 .sidemenu__item-link {
    font-size: .9375rem;
}
.b-catalog .sidemenu-level3 .sidemenu__item-link {
    font-size: .875rem;
}

.btn-outline-primary:hover .ic {
    fill: #fff;
}

.ui-link {
    text-decoration: underline;
    display: inline-block;
}

.cart-company-lg {
    position: relative;
}
.cart-company-lg__title {
    margin-bottom: 1rem;
}
.cart-company-lg__title a {
    text-decoration: underline;
}
.cart-company-lg__subtitle {
    font-weight: bold;
    color: var(--dark-blue);
    font-size: .875rem;
    margin-bottom: 0.5rem;
}
.cart-company-lg__inner {
    padding-right: 100px;
}
.cart-company-lg__label {
    position: absolute;
    top: -10px;
    right: -27px;
    display: block;
    padding-top: 4px;
    font-size: .8125rem;
    background-color: transparent;
    z-index: 1;
}
.cart-company-lg__label:hover {
    text-decoration: none;
    color: #FFF;
    text-shadow: 1px 1px 2px #000;
}

.cart-company-lg__label .ui-label__inner {
    display: flex;
    height: 36px;
    align-items: center;
    padding-right: 25px;
}

.cart-company-lg__logo {
    border-radius: 7px;
    width: 155px;
    height: 155px;
    overflow: hidden;
    border: 1px solid #DADADA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    position: relative;
}
.cart-company-lg__logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.cart-company-lg__logo:hover,
.cart-company__img:hover {
   border-color: #000;
}
.cart-company__label {
    font-size: 10px;
    width: 99px;
    height: 33px;
    position: absolute;
    top: 0;
    right: -18px;
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 0;
}
.cart-company-lg__list .ic {
    max-width: 20px;
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
}
.cart-company-lg__list li {
    display: flex;
    margin-bottom: 8px;
}
.cart-company-lg__list-link {
    padding-left: 1rem;
    color: #000;
}

.b-taglist {
    margin-top: 1.5rem;
    padding: 1.5rem;
    background-color: #D3E5FF;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.tag.largeTag {
    font-size: 1.25rem;
}
.tag.mediumTag {
    font-size: 1rem;
}
.tag.smallTag {
    font-size: .875rem;
}
.tag.smallestTag {
    font-size: .75rem;
}
.geo-code {
    display: block;
}

.op-7 {
    opacity: 0.7;
}

/* Кнопки пагинатора */

.pagination {
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.pagination li {
    padding: 2px;
    margin: 0;
}

.pagination li {
    display: inline-block;
    margin-bottom: 4px;
}

.pagination li i {
    position: relative;
    top: 2px;
}

.pagination li a, .pagination li span {
    text-align: center;
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: .25rem !important;
    border: 1px solid #ccc;
    color: #000000;
    text-decoration: none;
    transition: all .25s;
    padding-top: 0;
    padding-bottom: 0;
}

.pagination li.active a, .pagination li.active span, .pagination li a:hover {
    background: var(--dark-blue);
    border: 1px solid transparent;
    text-decoration: none;
    color: #FFF;
}

.pagination li a:hover path{
    fill: #fff;
}
.pagination li svg {
    position: relative;
    top: -3px;
}

.product-desrip {
    margin-top: 2rem;
    background-color: #D3E5FF;
}
.product-info {
}
.product-info__item {
    display: flex;
    -webkit-align-items: baseline;
            align-items: baseline;
    margin-bottom: .5rem;
}
.product-info__title {
    margin-right: 10px;
}
.product-info__text {
    font-weight: 500;
    font-size: 1rem;
}
.product-photo img {object-fit: contain;height: 100%;width: 100%;}

.header__cabinet .dropdown-menu {
    right: 0;
    left: auto;
}
.header__cabinet .dropdown-item:hover {
    background-color: var(--primary);
    color: #FFF;
}
.header__cabinet .dropdown-item {
    font-size: 13px;
    margin-bottom: 3px;
    color: var(--dark-blue);
    font-weight: 500;
}
.header__cabinet .dropdown-menu {
    padding-top: 1rem;
}
.edit-btn {
    margin-bottom: 20px;
    cursor: pointer;
}
.edit-btn .ic {
            transition: all .3s;
}
.edit-btn:hover .ic {
    fill: var(--blue)
}
 
.owl-carousel button.owl-dot {
    background-color: var(--yellow);
}
.owl-carousel button.owl-dot.active {
    color: #FFF;
    background-color: var(--dark-blue);
    cursor: default;
}

@media (min-width: 1199px) {
    .packet-slick .slick-list {
        overflow: visible;
    }
    .about-packets__item_sm .about-packets__wrap {
        width: 210px;
        padding-left: 10px;
        padding-top: 80px;
    }
    .about-packets__item_sm .ui-label {
        width: 210px;
        padding-top: 16px;
        padding-left: 30px;
        right: 0px;
        top: 10px;
    }
    .about-packets__item_sm .ic {
        width: 55px;
        height: 55px;
    }
}

@media (min-width: 768px) {
/* Бутерброд в мобильной версии профиля */
    .navbar-container {
        position: sticky;
        top: 0;
        overflow-y: auto;
        height: 100vh;
    }

    .navbar-container .navbar {
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: column;
        height: 100%;
    }

    .navbar-container .navbar-collapse {
        align-items: flex-start;
    }

    .navbar-container .nav {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .navbar-container .navbar-nav {
        flex-direction: column !important;
    }
}
.faq-item-title .btn {
    border-radius: 0;
    transition: all .3s;
}
.faq-item-title .btn:hover {
    background-color: #D3E5FF;
}

/* 2021 Добавил sidemenu */
.aside-nav {
  box-shadow: -1.414px 1.414px 18px 0px rgba(18, 16, 11, 0.07);
}
.sidemenu, .sidemenu *, .sidemenu :before, .sidemenu :after {
  box-sizing: border-box;
}
.sidemenu {
  padding: 5px 10px;
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
}
.sidemenu-level {
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
}
.sidemenu__item {
  margin: 12px 0px 17px 0;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 12px;
}
.sidemenu__item .ic {
  fill: var(--dark-blue);
  max-width: 30px;
  flex: 0 0 30px;
  margin-right: 20px;
}
.sidemenu__item-link {
  text-decoration: none !important;
  color: #2a2a2a;
  cursor: pointer;
  overflow: hidden;
  display: block;
  font-size: .75rem;
  margin-right: 0;
}
.sidemenu__item-link:hover {
  text-decoration: none !important;
}
.sidemenu__item-link:hover:before {
  transform: translateX(0);
}
.sidemenu-level .sidemenu-level {
}
.sidemenu-level2,
.sidemenu-level3 {
  display: none;
  margin: 10px 0;
}
.sidemenu__item._active > .sidemenu-level2,
.sidemenu__item._active > .sidemenu-level3 {
  display: block;
}
.sidemenu-level .sidemenu-level2 {
  padding-left: 20px;
  background-color: var(--light);
}
.sidemenu-level1 > .sidemenu__item .sidemenu__item-link {
  position: relative;
  padding-right: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.sidemenu-level1 .sidemenu__item:last-child {
  margin-bottom: 0;
}
.sidemenu__item-link:hover {
  color: var(--blue);
}
.sidemenu__item .sidemenu__item-link:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 10px;
  width: 9px;
  height: 16px;
  transform: rotate(90deg);
  transition: all .3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16'%3E%3Cpath d='M8.64,7.56,1.24.18a.62.62,0,1,0-.88.88L7.32,8l-7,6.94a.62.62,0,0,0,.88.88l7.4-7.38a.62.62,0,0,0,0-.88Z'/%3E%3C/svg%3E");
}
.sidemenu__item._active > .sidemenu__item-link:after {
  transform: rotate(-90deg);
}
.sidemenu-level2 {
  margin-bottom: 0;
  border-top: 1px solid #efefef;
}
.sidemenu-level2 .sidemenu__item {margin: 0;padding-top: 7px;padding-bottom: 6px;}
.sidemenu-level2 .sidemenu__item-link {
  margin-right: 0;
}
.sidemenu-level2 .sidemenu__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sidemenu-level3 {padding-left: 0;}
.sidemenu-level1 .sidemenu-level3 .sidemenu__item-link {
  padding-right: 10px;
  font-weight: 400;
  padding-left: 10px;
}

.sidemenu-level3 > .sidemenu__item .sidemenu__item-link:after {
  content: none;
}

.print-table {
    margin-left: auto;
    margin-right: auto;
}
.print-page {
    padding: 20px 20px 50px;
}
.print-page small {
    font-size: 12px;
    font-weight: 500;
    padding-right: 10px;
    width: 150px;
    display: inline-block;
}
.print-page p {
    margin-bottom: 8px;
}
.price-titul {
    width: 50%;
}

.m-x {
  margin-left: auto;
  margin-right: auto;  
}

.map-small {
    width: 100%;
    height: 175px;
    border: none;
}
.map-lg {
    width: 100%;
    height: 400px;
    border: none;
}

.video-frame,
.frame-3d {
    width: 100%;
    height: 400px;
    border: none;
}
.ic-favorites,
.ic-edit {
    display: inline-block;
    border: 1px solid #009de0;
    background-color: transparent;
    transition: all .3s;
}
.ic-edit,
.b-favorites-button {
    margin-left: 5px;
}

.ic-favorites:hover,
.ic-edit:hover {
    border-color: #003580;
}

.ic-favorites .ic,
.ic-edit .ic {
    transition: all .3s;
}

.ic-favorites:hover .ic,
.ic-edit:hover .ic {
    fill: #003580;
}

.ic-favorites.active,
.ic-edit.active {
    border-color: #003580;
    background-color: #003580;
}

.ic-favorites.active .ic,
.ic-edit.active .ic {
    fill: #ffffff;
}

.ic-favorites:focus,
.ic-edit:focus {
    outline: none;
}


.ic-favorites .ic,
.ic-edit .ic {
    width: 24px;
    height: 24px;
    fill: #009de0;
}
.ui-tooltip {
    position: relative;
    z-index: 10;
}
.ui-tooltip:hover .ui-tooltip-body {
    display: block;
}
.ui-tooltip-body {
    display: none;
    position: absolute;
    left: calc(50% - 90px);
    bottom: 100%;
    margin-bottom: 10px;
    width: 180px;
    box-shadow: 0 0 4px var(--dark-blue);
    border-radius: 4px;
    padding: 8px;
    background-color: #FFF;
    text-align: center;
}
.ui-tooltip-body:after {
    content: '';
    position: absolute;
    top: 100%;
    left: calc(50% - 7px);
    border-style: solid;
    border-width: 7px;
    border-color: #96abcb transparent transparent transparent;
}
.b-favorites-button,
.b-edit-button {
    position: relative;
    display: inline-block;
    margin-bottom: 7px;
    cursor: pointer;
}
.b-favorites-button__list,
.b-edit-button__body {
    position: absolute;
    top: 100%;
    left: calc(50% - 90px);
    width: 180px;
}
.b-favorites-button__list .card-body,
.b-edit-button__body .card-body {
    position: relative;
    text-align: center;
    border: none;
    box-shadow: 0 0 4px #7d7d7d8f;
}
.b-favorites-button__list .card-body:after,
.b-edit-button__body .card-body:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: calc(50% - 7px);
    border-style: solid;
    border-width: 7px;
    border-color: transparent transparent #eaeaeaf7 transparent;
}
.b-edit-button__body .card-body {
    padding: 15px;
}
.b-favorites-button__link,
.b-edit-button__link {
    display: inline-block;
    margin-bottom: 10px;
    color: #009de0;
    line-height: 1.2;
}
.b-edit-button__link {
    margin-bottom: 4px;
}
.b-favorites-button .custom-checkbox {
    text-align: left;
}
.b-favorites-button .custom-control-label {
    padding-top: 4px;
    margin-top: 8px;
}
.b-favorites-button .ui-tooltip-body {
    padding: 10px;
    text-align: left;
}
.b-favorites-button__trigger {
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 4px 0 0;
    border: none;
    border-top: 1px solid #007bff;
    color: #007BFF;
    text-align: left;
}
.b-favorites-button__trigger:focus {
    outline: none;
}
.b-favorites-button__link {
    margin-top: 4px;
}
.table-goods__descrip {
    word-break: break-word;
}

.message {
    display: none;
    padding: 10px 25px 10px 50px;
    position: relative;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 25px;
    border: 1px solid #f3dac1;
    color: #FFF;
}

.message.invalid {
    background-color: var(--danger);
}

.message.valid {
    background-color: var(--success);
}

.newlabel ~ .data {
    margin-bottom: 10px;
}

.message p {
    margin: 0;
}

.message p:before {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: 15px;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.message.valid p:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23ffffff' viewBox='0 0 71 71'%3E%3Cpath d='M69,9.71a2.68,2.68,0,0,0-3.78,0l-32.1,32L21.5,29.14a2.68,2.68,0,1,0-3.94,3.62L31,47.39a2.67,2.67,0,0,0,1.91.86H33a2.68,2.68,0,0,0,1.89-.78L69,13.49A2.68,2.68,0,0,0,69,9.71Z'/%3E%3Cpath d='M68.32,32.82a2.68,2.68,0,0,0-2.68,2.68A30.15,30.15,0,1,1,35.5,5.35,2.68,2.68,0,1,0,35.5,0,35.5,35.5,0,1,0,71,35.5,2.68,2.68,0,0,0,68.32,32.82Z' /%3E%3C/svg%3E");
    width: 19px;
    height: 19px;
}

.message.invalid p:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 512.001 512.001' %3E%3Cpath d='M503.839,395.379l-195.7-338.962C297.257,37.569,277.766,26.315,256,26.315c-21.765,0-41.257,11.254-52.139,30.102 L8.162,395.378c-10.883,18.85-10.883,41.356,0,60.205c10.883,18.849,30.373,30.102,52.139,30.102h391.398 c21.765,0,41.256-11.254,52.14-30.101C514.722,436.734,514.722,414.228,503.839,395.379z M477.861,440.586 c-5.461,9.458-15.241,15.104-26.162,15.104H60.301c-10.922,0-20.702-5.646-26.162-15.104c-5.46-9.458-5.46-20.75,0-30.208 L229.84,71.416c5.46-9.458,15.24-15.104,26.161-15.104c10.92,0,20.701,5.646,26.161,15.104l195.7,338.962 C483.321,419.836,483.321,431.128,477.861,440.586z'/%3E%3Crect x='241.001' y='176.01' width='29.996' height='149.982'/%3E%3Cpath d='M256,355.99c-11.027,0-19.998,8.971-19.998,19.998s8.971,19.998,19.998,19.998c11.026,0,19.998-8.971,19.998-19.998 S267.027,355.99,256,355.99z'/%3E%3C/svg%3E%0A");
    width: 23px;
    height: 23px;
    top: calc(50% - 12px);
}

.message.active {
    display: block;
}

.nav-language {
    margin-right: 0px;
    margin-bottom: 10px;
}
.nav-language .nav-link {
    padding: 8px 5px 5px 5px;
    line-height: 1;
    margin-right: 10px;
}
.nav-language .nav-link:before {
    margin-right: 0;
}
.nav-language .nav-link.active {
    background-color: #d3e5ff;
    box-shadow: 0 0 2px 1px #003580;
    color: #003580;
    font-weight: bold;
}

.b-form-profile .form-control {
    height: auto; 
    min-height: 38px;
}
.b-form-profile .form-control_one-row {
    height: 38px;
    padding-top: 9px;
}
.b-form-profile input.form-control_left {
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #ced4da;
    border-right: none;
}
.b-form-profile input.form-control_left:focus {
    border-bottom-color: var(--dark-blue);
}
.b-form-profile .form-control_right {
    border-bottom-left-radius: 0;
    padding-left: 6px;
    padding-right: 6px;
}

.nazva-ank .workhours  .row {
    margin-bottom: 10px;
}
.b-form-profile .workhours .form-control {
    height: auto;
}
.workhours .day {
    display: block;
    text-align: right;
    font-weight: 500;
}

.ui-tooltip-2 {    
    display: inline-block;
    margin-left: 5px;
    padding: 5px;
    border-radius: 4px;
    border: 2px solid #436aa1;
    color: #003580;
    text-align: center;
    font-weight: 700;
    line-height: .5;
}
.tooltip-inner {
    background-color: #D3E5FF;
    color: #000;
    box-shadow: 0 0 2px 1px #003580;
}



#page-preloader {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.7);
    z-index: 100500;
}

#page-preloader .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    border: 3px solid transparent;
    border-top-color: var(--dark-blue);
    border-radius: 50%;
    z-index: 1001;
    -webkit-animation: spin 2.5s infinite linear;
    animation: spin 2.5s infinite linear;
}

#page-preloader .spinner:before, 
#page-preloader .spinner:after {
    position: absolute;
    border-radius: 50%;
    content: '';
}

#page-preloader .spinner:before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 3px solid transparent;
    border-top-color: var(--blue);
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

#page-preloader .spinner:after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 3px solid transparent;
    border-top-color: #ffc107;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}


.b-form.preloder #page-preloader {
    display: block;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media print {
    .print-submit {
        display: none;
    }
}

.data .form-control {
    margin-bottom: 14px;
}
.b-form .data {
    position: relative;
    overflow: hidden;
}
.data .invalid-feedback {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #FFF;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-width: 1px !important;
    border-style: solid !important;
    z-index: 1;
}