body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding: 0;
    min-width:320px;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    line-height: 1rem;
}

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
    box-shadow: none;
}

ol,
ul {
    padding-left: 0;
}

a:hover {
    color: #4EAAFF;
}

@media (min-width: 992px) and (max-width: 1399.98px){
  
    .container-xxl {
        padding-right: 25px;
        padding-left: 25px;
    }
   
}

main {
    padding-top: 0;
}

header {
    position: relative;
    z-index: 1000;
    background: #fff;
    width: 100%;
}

.header-top {
    background: #F7F7F7;
    padding: 4px 0px;
    margin-bottom: 25px;
}

.languages-klisl {
    display: inline-block;
    position: absolute;
    top: 10px;
}

.languages-klisl a {
    color: #A9A9A9;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    text-decoration: none;
    padding-left: 3px;
}

.languages-klisl a::after {
    color: #A9A9A9;
    content: "|";
    margin-left: 6px;
}

.languages-klisl a:first-child {
    padding-left: 0;
}

.languages-klisl a:last-child::after {
    color: #A9A9A9;
    content: "";
    margin-left: 6px;
}

.languages-klisl a.active,
.languages-klisl a:hover {
    color: #3C68A7;
}

.profile-top-menu {
    padding: 0;
    margin: 6px 30px 0 0;
    display: inline-block;
}

.profile-top-menu li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.profile-top-menu li a {
    color: #3C68A7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.32px;
    text-decoration: none;
    padding: 0;
    height: 26px;
    display: inline-block;
}

header a.user-top-icon {
    max-width: 150px;
    width: auto;
    padding-left: 30px;
    background-image: url("/img/icon/user_20.png");
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 10px;
    position: relative;
    margin-left: 15px;
}

header a.favorite-icon {
    display: block;
    width: 25px;
/*    height: 26px; */
    padding-left: 30px;
    background-image: url("../img/icon/like-top.png");
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    text-decoration: none;
    margin-right: 10px;
}

header a.zvonok-icon {
    display: block;
    width: 25px;
 /*   height: 26px;*/
    padding-left: 30px;
    background-image: url("/img/icon/notifications_26.png");
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    text-decoration: none;
    margin-right: 10px;
}

header a.messages-icon {
    display: block;
    width: 25px;
 /*   height: 26px;*/
    padding-left: 30px;
    background-image: url("/img/icon/messages_26.png");
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 15px;
    position: relative;
}

header a .badge.badge-info {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 8px;
}

.badge.badge-info {
    color: #fff !important;
    background: #4EAAFF;
    border-radius: 20px;
    margin-left: 10px;
}

.profile-parent-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 280px;
    overflow: auto;
    height: 580px;
    padding-top: 8px;
}

.profile-parent-menu {
    scrollbar-color: rgb(78, 170, 255) rgba(78, 170, 255, 0.30);
    scrollbar-width: none;
}

.profile-parent-menu::-webkit-scrollbar{
    width: 3px;
    height: 5px;
    background-color: rgba(78, 170, 255, 0.30);
}

.profile-parent-menu::-webkit-scrollbar-thumb{
    background: rgb(78, 170, 255);
}
.profile-parent-menu li{
    display:block;
}
.profile-parent-menu .dashboard-menu{
    margin-bottom:0;
}
.profile-parent-menu .side-dashboard{
    padding-top:25px;
    padding-bottom:10px;
    background: #fff;
    border:1px solid #E0E0E0;
    border-radius:5px;
    box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.50);
}
.profile-parent-menu .dashboard-menu ul li a{
    height: auto;
    margin-bottom: 8px;
    font-size:14px;
}
.profile-parent-menu .dashboard-avatar,.profile-parent-menu .user-name-info{
    display:none;
}
#login-link {
    font-weight: 700;
    height: auto;
}

#login-link:after {
    color: #3C68A7;
    content: "|";
    margin-left: 6px;
}

#regist-link {
    height: auto;
}

.profile-top-menu li a:hover {
    color: #4EAAFF;
}

.header-menu {
    padding-bottom: 25px;
}

#open-modal-categories {
    border-radius: 5px;
    border: 1px solid #4EAAFF;
    color: #3C68A7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    background-image: url("../img/icon/menu.png");
    background-repeat: no-repeat;
    background-position: 24px center;
    padding: 11px 24px;
    padding-left: 67px;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    left: -210px;
}

#open-modal-categories.active {
    background-image: url("../img/icon/menu-active.png");
    background-repeat: no-repeat;
    background-position: 24px center;
    background-color: #4EAAFF;
    color: #FBF7F4;
}

.navbar-brand {
    display: inline-block;
    width: 116px;
    margin-right: 24px;
    position: absolute;
    top: 2px;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

#tasks-search-form {
    display: block;
    position: relative;
    margin-left: 360px;
}
#tasks-search-form-mobile{
    display: block;
    position: relative;
    margin-left: 0;
    margin-right: 90px;
}
#tasks-title-search {
    background-image: url("../img/icon/search.png");
    background-repeat: no-repeat;
    background-position: 16px center;
    height: 42px;
    padding: 6px 190px 6px 50px;
    display: inline-block;
    color: #3C68A7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid #4EAAFF;
    left: -50px;
}
#tasks-title-search-mobile {
    background-image: url("../img/icon/search.png");
    background-repeat: no-repeat;
    background-position: 16px center;
    height: 42px;
    padding: 6px 190px 6px 50px;
    display: inline-block;
    color: #3C68A7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid #4EAAFF;
    left: -50px;
}

#tasks-title-search:placeholder {
    color: #A9A9A9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#tasks-title-search-mobile:placeholder {
    color: #A9A9A9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.btn.btn-search {
    position: absolute;
    right: 4px;
    top: 4px;
    border-radius: 5px;
    background: #4EAAFF;
    color: #FBF7F4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    height: 33px;
    padding: 0px 64px;
    text-align: center;
}

.btn.btn-search:hover {
    background: #009CF0;
}

a.location {
    background-image: url("../img/icon/place32.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    color: #3C68A7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-decoration: none;
    height: 42px;
    word-break: break-word;
    display: table-cell;
    vertical-align: middle;
}

a.location:hover {
    color: #4EAAFF;
}

#recipeCarousel {
    margin-bottom: 38px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    height: 188px;
}
.hidden-scroll {
  overflow: hidden;
}
#menu-block-category {
    --columns: 14;
    display: grid;
    grid-gap: 8px;
    grid-template-columns: repeat(var(--columns), [col] 1fr);
    grid-template-rows: repeat(2, [row]);
    position: absolute;
    left: 0%;
    width: 100%;
  /*  min-width: 700px;*/
}

.carousel-item-category{
    border: 1px solid #eee;
  /*  background: #F7F7F7;*/
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    padding: 8px;
   height:74px;
   /* height: calc(75px + 1vw);*/
    cursor: pointer;
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
    grid-column: span 3;
background-repeat: no-repeat;
background-size: 100% auto;
background-position: right bottom;
}
.carousel-item-category:hover {
  background-color: #f2f1f0;
}
.owl-wrapper-outer {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}


.carousel-item-category.category-rabota,
.carousel-item-category.category-zhivotnye,
.carousel-item-category.category-uslugi,
.carousel-item-category.category-zapchasti-i-aksessuary,
.carousel-item-category.category-xobbi-i-otdyx
{
  grid-column: span 2;

}


#menu-block-category a.category-item{
color: #1E1E1E;
    font-size: calc(5px + 0.8vw);
font-style: normal;
font-weight: 400;
line-height: 18px;
text-decoration: none;
vertical-align: top;
/*
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
*/
}
@media (min-width: 1200px) {
    #menu-block-category a.category-item{
        font-size: 16px;
    }
}
@media (max-width: 767.98px) {
    #menu-block-category {
        --columns: 36;
        display: grid;
        grid-gap: 8px;
        grid-template-columns: repeat(var(--columns), [col] 1fr);
        grid-template-rows: none;
        position: absolute;
        left: 0%;
        width: 100%;
        min-width: 1400px;
    }
    .carousel-item-category.category-rabota,
    .carousel-item-category.category-zhivotnye,
    .carousel-item-category.category-uslugi,
    .carousel-item-category.category-zapchasti-i-aksessuary,
    .carousel-item-category.category-xobbi-i-otdyx
{
  grid-column: span 3;

}
    .carousel-item-category.carousel-item-category-all
{
  grid-column: span 2;
  background-size: auto;
  background-position: center 3px;
}
    .carousel-item-category.category-biznes-i-oborudovanie
{
  grid-column: span 4;

}
    .carousel-item-category{
        height:53px;
    }
    #menu-block-category .carousel-item-category-all a.category-item{
        font-size: 9px;
        line-height: 8.8px;
        color: #4EAAFF;
        position: absolute;
        bottom: 3px;
        width: 53px;
        text-align: center;
    }
    #menu-block-category a.category-item{
        font-size: 12px;
    }
}
.category-nedvizhimost span{
    width:40%;
    display:block;
}

.category-dlya-doma-i-dachi span{
    width:80px;
    display:block;
}
.category-xobbi-i-otdyx span{
    width:60px;
    display:block;
}
.category-biznes-i-oborudovanie span{
    width: 130px;
    display:block;
}
/*
#menu-block-category a.category-item span {
    display: block;
    color: #A9A9A9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.8px;
    margin-top: 10px;
}
*/
#menu-block-category .category-item img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
  /*  opacity: 0.8; */
  /*  filter: hue-rotate(-576deg); */
}

/*
#menu-block-category .category-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}
*/

#menu-block-category .owl-prev {
    display: block;
    width: 40px;
    height: 40px;
    background: #000;
    z-index: 999;
    position: absolute;
    top: 40px;
    background: #4EAAFF;
    left: -20px;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 25px;
}

#menu-block-category .owl-next {
    display: block;
    width: 40px;
    height: 40px;
    background: #000;
    z-index: 999;
    position: absolute;
    top: 40px;
    background: #4EAAFF;
    right: -20px;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 25px;
}

#menu-block-category .owl-next:hover,
#menu-block-category .owl-prev:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15) !important;
}



.carousel-control-next {
    position: absolute;
    top: 0;
  /*  right: -10px;*/
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    padding: 0;
    color: #fff;
    text-align: center;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
.carousel-control-prev{
        width: 40px;
}
#menu-block-category .carousel-control-next-icon:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15) !important;
}

.carousel-control-next-icon {
    display: block;
    width: 40px;
    height: 40px;
    z-index: 999;
    position: absolute;
    top: 40px;
    right: 0;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    background-image: url("../img/icon/scroll_home.png");
    background-repeat: no-repeat;
    background-position: center center;
  /*  filter: hue-rotate(-562deg); */
}
/*
#menu-block-category a.category-item:hover {
    background: #F7F7F7;
}
*/
.btn {
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
}

.btn.disabled {
    color: #A9A9A9;
    border: 1px solid #A9A9A9;
    background: #fff;
}

.btn-yslugi {
    padding: 16px 0;
    color: #3C68A7;
    border: 1px solid #4EAAFF;
    margin-bottom: 24px;
    display: block;
    font-weight: 700;
}

.btn-yslugi .red {
    color: #FF0000;
}

.btn-yslugi:hover {
    color: #fff;
    background: #4EAAFF;
}

.btn-yslugi:active {
    color: #fff;
    background: #3C68A7;
    border: 1px solid #3C68A7;
}

.btn-default {
    padding: 12px 56px;
    color: #3C68A7;
    border: 1px solid #4EAAFF;
}

.btn-default:hover {
    color: #FBF7F4;
    background: #4EAAFF;
}

.btn-default:active {
    color: #FBF7F4;
    background: #3C68A7;
    border: 1px solid #3C68A7;
}

.btn-info {
    padding: 8px 32px;
    color: #FBF7F4;
    border: 1px solid #4EAAFF;
    background: #4EAAFF;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus-visible {
    color: #FBF7F4 !important;
    background: #4EAAFF !important;
    border: 1px solid #4EAAFF !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15) !important;
}

.btn-map {
    border-radius: 5px;
    border: 1px solid #A9A9A9;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.8px;
    text-align: center;
    text-decoration: none;
    padding: 8px 16px 8px 40px;
    background-image: url("../img/icon/map-button.png");
    background-repeat: no-repeat;
    background-position: 16px center;
    height: 40.4px;
    display: inline-block;
    min-width: 122px;
}

.btn-map:hover,
.btn-filter:hover {
    border: 1px solid #4EAAFF;
    color: #4EAAFF;
}

.btn-filter {
    border-radius: 5px;
    border: 1px solid #A9A9A9;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.8px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 8px 16px 8px 50px;
    background-image: url("/img/icon/sliders.png");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 16px center;
    height: 40.4px;
}

.filter-btn {
    margin-top: 16px;
    margin-bottom: 48px;
}

.btn-show-filter {
    border-radius: 5px;
    border: 1px solid #4EAAFF;
    background: #4EAAFF;
    color: #FBF7F4;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 16px 32px;
}

.btn-show-filter:hover {
    background: #009CF0;
}

.btn-save-filter {
    border-radius: 5px;
    border: 1px solid #4EAAFF;
    color: #3C68A7;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 16px 32px;
}
#adssearch-price::placeholder{
    color: #000;
}
h2 {
    color: #3C68A7;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.6px;
    margin-bottom: 24px;
}

.list-orders .flex-style {
    display: flex;
}
.list-orders .flex-style.product-list {
  width: 100%;
}


.desc-info-list{
    display:none;
}
.desc-info-list{
    display:block;
    color: #838282;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.8px;
    padding-left: 0;
    margin-bottom: 8px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.city-info-list{
    display:block;
    color: #838282;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.8px;
    padding-left: 0;
    margin-bottom: 8px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.created_at-list{
    display:block;
    color: #838282;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.8px;
    padding-left: 0;
    margin-bottom: 8px; 
}
.list-orders .flex-style.product-list .image {
    position: absolute;
    width: 25%;
    margin: 0;
    left: 0;
}
.list-orders .flex-style.product-list .orders-item{
    position:relative;
    min-height: 177px;
    padding-left:25%;
    padding-right: 25%;
}
.orders-item {
    box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.50);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.orders-item:hover {
    box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.9);
    cursor: pointer;
}

.orders-item h3 {
    padding-right: 37px;
    position: relative;
    padding-left: 10px;
    margin-top: 10px;
    min-height: 40px;
    margin-bottom: 0;
    line-height: 18px;
    font-size: 14px;
}

.list-orders a.product-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0.8px;
    color: #3C68A7;
    text-decoration: none;
    text-transform: none;
    word-break: break-word;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-orders a::first-letter {
    text-transform: uppercase;
}

.list-orders a:hover {
    color: #4EAAFF;
}

.orders-item h3 .like {
    position: absolute;
    top: -2px;
    right: 10px;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("../img/icon/like-top.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-size: 100%;
}

.orders-item h3 .like.active-like {
    background-image: url("../img/icon/like-red.png");
    background-repeat: no-repeat;
    background-position: center center;
}
@media(hover:hover){
    .orders-item h3 .like:hover{
        background-image: url("../img/icon/like-red.png");
        background-repeat: no-repeat;
        background-position: center center;
    }
    .orders-item h3 .like.active-like:hover{
        background-image: url("../img/icon/like-top.png");
        background-repeat: no-repeat;
        background-position: center center;
    }
}
@media(hover:none){
    .orders-item h3 .like:hover{
        background-image: url("../img/icon/like-top.png");
        background-repeat: no-repeat;
        background-position: center center;
    }
    .orders-item h3 .like.active-like:hover{
        background-image: url("../img/icon/like-red.png");
        background-repeat: no-repeat;
        background-position: center center;
    }
}
.list-orders .city {
    color: #838282;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.8px;
    padding-left: 10px;
    margin-bottom: 8px;
}

.list-orders .price {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.8px;
    padding-left: 10px;
}

.list-orders .image,
.profile-list-orders .image {
    position: relative;
    width: 100%;
    height: 177px;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border: 1px solid #F8F8F8;
    border-radius: 5px;
}

.list-orders .image-switch,
.profile-list-orders .image-switch {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}

.list-orders img,
.profile-list-orders img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-orders .image-switch-item,
.profile-list-orders .image-switch-item {
    width: 33.33%;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 5px;
}

.list-orders .image-switch-item::after,
.profile-list-orders .image-switch-item::after {
    content: "";
    width: 90%;
    margin: 0 auto;
    height: 2px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.list-orders .switched-image,
.profile-list-orders .switched-image {
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    pointer-events: none;
}

.list-orders .image:hover .image-switch,
.profile-list-orders .image:hover .image-switch {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.list-orders .image-switch-item:hover .switched-image,
.profile-list-orders .image-switch-item:hover .switched-image {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    z-index: -1;
}

.list-orders .image-switch-item:hover::after,
.profile-list-orders .image-switch-item:hover::after {
    background-color: #3C68A7;
    transition: all 0.3s ease-in-out;
}

.list-orders .more-img-swith,
.profile-list-orders .more-img-swith {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding-top: 30%;
}

.job-button-wrap {
    margin-bottom: 56px;
}

#show-more-ads-index {
    margin-bottom: 56px;
    margin-top: 10px;
}

.full-banner {
    margin-bottom: 80px;
    display: block;
}

.full-banner img {
    width: 100%;
    height: auto;
}

.banner-9 {
    margin-bottom: 34px;
    display: block;
}

.banner-9 img {
    width: 100%;
    height: auto;
}

.right-banner {
    margin-bottom: 80px;
    display: block;
    text-align: center;
}

.right-banner img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.left-banner {
    margin-bottom: 80px;
    display: inline-block;
    width: 100%;
    padding-right: 10%;
}

.left-banner img {
    width: 100%;
    height: auto;
}

.footer {
    padding-top: 20px;
    background: #F7F7F7;
    padding-bottom: 36px;
}

.footer ul {
    padding-top: 12px;
}

.footer ul.first-col-logo {
    padding-top: 0;
}

.footer li {
    list-style: none;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.6px;
    letter-spacing: 0.32px;
    margin-bottom: 13px;
}

.footer ul.first-col-logo li {
    margin-bottom: 3px;
}

.footer ul.first-col-logo li.navbar-brand-bottom {
    margin-bottom: 19px;
}

.footer li a {
    text-decoration: none;
    list-style: none;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.6px;
    letter-spacing: 0.32px;
    display: inline-block;
}

.footer li a:hover {
    color: #3C68A7;
}

.right-block {
    padding-left: 10%;
}

.right-block a {}

span.icon-place {
    background-image: url("../img/icon/place.png");
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    padding-left: 40px;
    min-height: 22px;
}

a.icon-phone {
    background-image: url("../img/icon/phone.png");
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    padding-left: 40px;
    min-height: 22px;
}

a.icon-email {
    background-image: url("../img/icon/email.png");
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    padding-left: 40px;
    min-height: 22px;
}

.fot-menu-icons {
    margin-left: 40px;
}

.fot-menu-icons a {
    border-radius: 2px;
    border: 1px solid var(--style-1, #3C68A7);
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
}

a.fot-phone {
    background-image: url("../img/icon/phone16.png");
}

a.fot-whatsapp {
    background-image: url("../img/icon/whatsapp.png");
}

a.fot-telegram {
    background-image: url("../img/icon/telegram.png");
}

a.fot-instagram {
    background-image: url("../img/icon/instagram.png");
}

a.fot-facebook {
    background-image: url("../img/icon/facebook.png");
}

a.fot-youtube {
    background-image: url("../img/icon/youtube.png");
}

#login .modal-content {
    padding: 20px;
}

#login .modal-body {
    padding-top: 0;
}

#modal-title-login {
    display: block;
}

#modal-title-login li {
    list-style: none;
    margin-right: 16px;
    display: inline-block;
    float: left;
}

#modal-title-login li a,
#modal-title-login li#forgot-pass-link {
    width: 186px;
    height: 37px;
    display: block;
    border-radius: 5px;
    border: 1px solid #A9A9A9;
    background: #FFF;
    color: #A9A9A9;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-decoration: none;
    text-align: center;
    padding: 7px 0;
}

#modal-title-login li a.active,
#modal-title-login li a:hover,
#modal-title-login li#forgot-pass-link.active {
    color: #FBF7F4;
    background: #3C68A7;
    border: 1px solid #3C68A7;
}

#modal-title-login li#forgot-pass-link {
    display: none;
}

#login .modal-header {
    border: 0;
    position: relative;
}

#login .modal-header .btn-close,
.btn-close-confirm {
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
}

#login-text-wrap,
#reset-password-tab p,
#phone-sms-send-text,
#phone-sms-send-text1 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
}

#signup-tab-link2 {
    color: #3C68A7;
    text-decoration: none;
}

#signup-tab-link2:hover {
    color: #4EAAFF;
}

#reset-password-tab-link,
#send-new-code,
#send-new-code1 {
    color: #3C68A7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-decoration: none;
    margin-bottom: 24px;
    display: inline-block;
}

#reset-password-tab-link:hover,
#send-new-code:hover,
#send-new-code1:hover {
    color: #4EAAFF;
}

.social-block {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
}

#login #loginform-email,
#login #passwordresetrequestform-email,
#send-new-code {
    margin-bottom: 32px;
}

.submitButton-white {
    display: block;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #4EAAFF;
    color: #3C68A7;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;
    width: 100%;
}

.submitButton-white:hover {
    color: #4EAAFF;
}

#login .field-signupform-recaptcha {
    margin-bottom: 0 !important;
}

.login-widget {
    display: inline-block;
}

.auth-clients {
    margin: 0;
}

.telegramm-icon-auth {
    margin-bottom: 20px;
    margin-right: 10px;
}

.line-social {
    border-bottom: 2px solid #A9A9A9;
    position: relative;
    height: 15px;
    width: 50%;
    margin: 0 auto;
}

.social-block-or {
    position: absolute;
    color: #A9A9A9;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    left: 50%;
    margin-left: -35px;
    background: #fff;
    padding: 0 15px;
}

.tel-info-reg {
    color: #A9A9A9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}

.field-signupform-politika {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.32px;
    text-decoration: none;
}

.field-signupform-politika a {
    color: #3C68A7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.32px;
    text-decoration: none;
}

.field-signupform-politika a:hover {
    color: #4EAAFF;
}

#login .form-control {
    padding: 24px 40px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
}

#login :placeholder {
    color: #A9A9A9;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
}

.icon-password {
    position: absolute;
    top: 7px;
    right: 40px;
    width: 30px;
    height: 30px;
    display: block;
    background-image: url("../img/icon/password-show.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.icon-password.active {
    background-image: url("../img/icon/password-hide.png");
}

.modal-body .icon-password {
    top: 22px;
    right: 60px;
}

#loginform-password,
#signupform-password {
    padding-right: 75px;
}

.relative-block {
    position: relative;
}

.right-modal-menu,
.left-modal-menu {
    scrollbar-color: rgb(78, 170, 255) rgba(78, 170, 255, 0.30);
    scrollbar-width: thin;
    overflow-y: auto;
    height: 400px;
    display: block;
    margin-bottom: 25px;
}

.right-modal-menu::-webkit-scrollbar,
.left-modal-menu::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: rgba(78, 170, 255, 0.30);
}

.right-modal-menu::-webkit-scrollbar-thumb,
.left-modal-menu::-webkit-scrollbar-thumb {
    background: rgb(78, 170, 255);
}

.left-modal-menu {
    padding: 0;
    padding-right: 5px;
}

.left-modal-menu .cat-img-wrap,.left-modal-menu-mobile .cat-img-wrap  {
    width: 55px;
    height: 53px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    float: left;
    top:0;
    left:0;
    position: absolute;
}

.left-modal-menu .cat-img-wrap img,.left-modal-menu-mobile .cat-img-wrap img {
    max-width: 55px;
    max-height: 53px;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}

.right-modal-menu {
    display: none;
    list-style: none;
}
.left-modal-menu-mobile li{
    list-style:none;
}
.left-modal-menu li,.left-modal-menu-mobile li a {
    list-style: none;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.9px;
    cursor: pointer;
    display: block;
    padding: 13px 30px 13px 67px;
    background: #fff;
    background-image: url("../img/icon/right-arrow.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    border-radius: 5px;
    position: relative;
    margin-bottom:5px;
    text-decoration:none;
}

.left-modal-menu li:hover,.left-modal-menu-mobile li a:hover,
.left-modal-menu li.active,.left-modal-menu-mobile li a.active {
    background: #CAE6FF;
    background-image: url("../img/icon/right-arrow.png");
    background-repeat: no-repeat;
    background-position: 95% center;
}

.right-modal-menu_main {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.2px;
    letter-spacing: 0.9px;
    display: inline-block;
    padding-right: 25px;
    background-image: url("../img/icon/right-arrow12.png");
    background-repeat: no-repeat;
    background-position: right center;
    text-decoration: none;
    text-transform: uppercase;
}

.block_3_column {
    column-count: 3;
    margin-top: 24px;
    display: block;
    width: 100%;
}

.block_3_column li {
    list-style: none;
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
}

.right-modal-menu_level2_li {
    margin-bottom: 22px;
}

.right-modal-menu_level2 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: 0.8px;
    display: inline-block;
    margin-bottom: 8px;
    text-decoration: none;
}

.right-modal-menu_level3 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.8px;
    display: inline-block;
    margin-bottom: 8px;
    text-decoration: none;
}

#category-search-form .mb-3 {
    display: inline-block;
}

h1 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 24px;
    word-break: break-word;
}

.breadcrumb {
    margin-bottom: 5px;
    word-break: break-all;
}

li.breadcrumb-item a {
    color: #757575;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

li.breadcrumb-item a:hover {
    color: #4EAAFF;
}

li.breadcrumb-item {
    color: #3C68A7;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.left-menu-categories {
    margin-bottom: 40px;
}

.left-menu-categories li {
    list-style: none;
    position: relative;
}

.left-menu-categories li a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 6px;
    position: relative;
}

.left-menu-categories.parent_menu li a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 6px;
}

.left-menu-categories li a.has-submenu::after,
.left-menu-categories.parent_menu li a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 8px;
    background-image: url("../img/icon/menu-arrow.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-position-x: center;
    background-position-y: bottom;
    margin-left: 5px;
    background-size: 100%;
    position: absolute;
    bottom: 5px;
}

.left-menu-categories.parent_menu li a::after {
    transform: rotate(270deg);
    top: 9px;
}

.left-menu-categories li a:hover {
    color: #4EAAFF;
}

.left-menu-categories li a.active {
    color: #3C68A7;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
}

.sub-left-menu-categories {
    padding-left: 20px;
}

.sub-left-menu-categories li a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 8px;
    position: relative;
}

.sub-left-menu-categories li a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 8px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-position-x: center;
    background-position-y: bottom;
    margin-left: 10px;
    background-size: 100%;
    position: absolute;
    bottom: 5px;
}

#category-search-form .invalid-feedback {
    position: absolute;
}

.form-control {
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid #A9A9A9;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.8px;
    min-width: 130px;
}

.form-label {
    color: #A9A9A9;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
}

.form-check-label {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
}

.form-select {
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid #A9A9A9;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.8px;
    cursor: pointer;
    min-width: 130px;
    padding-right: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form-control::placeholder {
    color: #A9A9A9;
    opacity: 1;
    font-size: 16px;
}

.last-search-block {
    margin-bottom: 48px;
}

.last-search-block h4 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-bottom: 24px;
}

.last-search-block li {
    list-style: none;
}

.last-search-block li {
    display: block;
    margin-bottom: 24px;
    position: relative;
    min-height: 80px;
    cursor: pointer;
}

.last-search-block li a {
    text-decoration: none;
    color: #3C68A7;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.4px;
    letter-spacing: 0.24px;
    word-break: break-word;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.last-search-block li a.title{
    padding-right:25px;
}

.last-search-block li a.like {
    position: absolute;
    top: 1px;
    right: 1px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("../img/icon/like-top.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    cursor: pointer;
}

.last-search-block li a.like:hover,
.last-search-block li a.like.active-like {
    background-image: url("../img/icon/like-red.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.last-search-block .img-last-search-block {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    background: #F7F7F7;
    border: 1px solid #eee;
    text-align: center;
}

.last-search-block .img-last-search-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
}

.last-search-block .info-block {
    padding-left: 140px;
    position:relative;
}

.last-search-block .price {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.6px;
    letter-spacing: 0.7px;
    margin-bottom: 11px;
}

.city {
    color: #A9A9A9;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: 0.6px;
    position: relative;
    padding-right: 17px;
}


select {
    scrollbar-color: rgb(78, 170, 255) rgba(78, 170, 255, 0.30);
    scrollbar-width: thin;
    overflow-y: auto;
    cursor: pointer;
}

select::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: rgba(78, 170, 255, 0.30);
}

select::-webkit-scrollbar-thumb {
    background: rgb(78, 170, 255);
}

.simple-modal .modal-header {
    background: #fff;
    border: 0;
}

.btn-close{
    color: transparent;
    cursor: pointer;
    display: inline-block;
    background-image: url("../img/icon/close.png");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
    height: 25px;
    width: 25px;
    background-size: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
}
.btn-close-confirm {
    color: transparent;
    cursor: pointer;
    display: inline-block;
    background-image: url("../img/icon/close.png");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
    height: 25px;
    width: 25px;
    background-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
.btn-close:hover,
.btn-close-confirm {
    opacity: 1;
    color: transparent;
}

.btn-close:focus,
.btn-close:focus-visible {
    box-shadow: none;
    border: 0;
    outline: none;
}

#tasks-search-form {
    position: relative;
}
#tasks-search-form-mobile {
    position: relative;
}
#searchHelper,
.searchHelper {
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 999;
    opacity: 1;
}

#searchHelper li,
.searchHelper li {
    list-style: none;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.04em;
    color: #000000;
    background-color: #fff;
}

#searchHelper li a,
.searchHelper li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #000000;
}

#searchHelper li a:hover,
.searchHelper li a:hover {
    color: #bc0000;
}

.parent-title-cat {
    background: url(../img/icon/left-grey.png) 10px center no-repeat;
    padding-left: 40px;
    color: #959595;
}

#searchHelper li a:hover>.parent-title-cat,
.searchHelper li a:hover>.parent-title-cat {
    background: url(../img/icon/left-red.png) 10px center no-repeat;
    color: #bc0000;
}

.cssload-loader {
    width: 244px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    color: rgb(238, 11, 11);
    letter-spacing: 0.2em;
}

.cssload-loader::before,
.cssload-loader::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: rgb(238, 11, 11);
    position: absolute;
    animation: cssload-load 0.81s infinite alternate ease-in-out;
    -o-animation: cssload-load 0.81s infinite alternate ease-in-out;
    -ms-animation: cssload-load 0.81s infinite alternate ease-in-out;
    -webkit-animation: cssload-load 0.81s infinite alternate ease-in-out;
    -moz-animation: cssload-load 0.81s infinite alternate ease-in-out;
}

.cssload-loader::before {
    top: 0;
}

.cssload-loader::after {
    bottom: 0;
}

@keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 39px;
    }

    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-o-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 39px;
    }

    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-ms-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 39px;
    }

    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-webkit-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 39px;
    }

    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

@-moz-keyframes cssload-load {
    0% {
        left: 0;
        height: 29px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 39px;
    }

    100% {
        left: 229px;
        height: 29px;
        width: 15px;
    }
}

.ads-view {
    padding-bottom: 20px;
}

.ads-view h2 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 39.2px;
    letter-spacing: 1.4px;
    text-transform: none;
    margin-bottom: 16px;
}

.ads-view h2.blue-text {
    color: #3C68A7;
}

.ads-view .ads-price {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 24px;
}


.phone-button,.phone-button-mobile {
    padding: 12px 0;
    color: #FBF7F4;
    border: 1px solid #4EAAFF;
    background: #4EAAFF;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-bottom: 14px;
    font-size: 18px;
}
.telegram-button,.write-phone-button {
    padding: 12px 0;
    color: #3C68A7;
    border: 1px solid #4EAAFF;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-bottom: 14px;
    font-size: 18px;
    background: #fff;
}

.phone-button:hover,
.phone-button:active,
.phone-button-mobile:hover,
.phone-button-mobile:active{
    color: #FBF7F4;
    background: #009CF0;
}

.telegram-button:hover,.write-phone-button:hover {
    color: #FBF7F4;
    background-color: #4EAAFF;
}

.telegram-button:active,.write-phone-button:active {
    color: #FBF7F4;
    background-color: #3C68A7;
    border: 1px solid #3C68A7;
}

.btn-grey.newChat {
    padding: 12px 0;
    color: #3C68A7;
    border: 1px solid #4EAAFF;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-bottom: 14px;
}

.btn-grey.newChat:hover {
    color: #FBF7F4;
    background-color: #4EAAFF;
}

.btn-grey.newChat:active {
    color: #FBF7F4;
    background-color: #4EAAFF;
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 10px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*END DOTS*/

.slider-block-wrap {
    overflow: hidden;
    background: #fff;
    position: relative;
}

.slider-for-jobs {
    background: #F7F7F7;
    border: 1px solid #eee;
}

.slick-arrow {
    position: absolute;
    bottom: 0;
    background-color: transparent;
    border: 0;
    padding: 5px;
    font-size: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.slick-arrow:hover {
    background-color: rgba(49, 49, 49, .3);
}

.slider-for-jobs .slick-arrow.slick-next {
    background-image: url("../img/icon/scroll-right.png");
    background-repeat: no-repeat;
    display: inline-block;
    margin: 3px;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: -3px;
    right: -3px;
    color: #fff;
    content: '';
}

.slider-for-jobs .slick-arrow.slick-prev {
    background-image: url("../img/icon/scroll-left.png");
    background-repeat: no-repeat;
    display: inline-block;
    margin: 3px;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: -3px;
    left: -3px;
    color: #fff;
    content: '';
}
.slider-mobile-style{
    margin-bottom:0 !important;
}
.job-view-content-wrap .slider-mobile-style .slider-for-jobs .img-wrap-job img, .job-view-content-wrap .slider-mobile-style .slider-for-jobs .img-wrap-job video {
    height: 100%;
    object-fit: cover;
}
.slider-mobile-style .slider-for-jobs .slick-arrow.slick-next,
.slider-mobile-style .slider-for-jobs .slick-arrow.slick-prev{
    display:none !important;
}
.bottom40 {
    margin-bottom: 40px;
}

.slider-nav-jobs {
    margin-top: 20px;
}

.job-view-content-wrap .slider-for-jobs .img-wrap-job {
    box-shadow: none;
    border-radius: 0;
    height: 478px;
}

.slider-nav-jobs .slick-arrow.slick-prev {
    bottom: auto;
    left: 0;
    top: -230px;
    z-index: 16;
}

.slider-nav-jobs .slick-arrow.slick-next {
    bottom: auto;
    right: 0;
    top: -230px;
    z-index: 16;
}

.job-view-content-wrap .img-wrap-job img {
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    position: relative;
}

.job-view-content-wrap .slider-for-jobs .img-wrap-job img,
.job-view-content-wrap .slider-for-jobs .img-wrap-job video {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    margin: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.job-view-content-wrap .slider-nav-jobs .img-wrap-job {
    height: 55px;
    background-size: cover;
    display: inline-block;
    width: 75px;
}

.job-view-content-wrap .slider-nav-jobs .img-wrap-job img,
.job-view-content-wrap .slider-nav-jobs .img-wrap-job div {
    border: 2px solid #fff;
    margin: 10px;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    width: auto;
    cursor: pointer;
    border-radius: 3px;
    display: block;
    overflow: hidden;
}

.job-view-content-wrap .slider-nav-jobs .img-wrap-job img:hover,
.job-view-content-wrap .slider-nav-jobs .img-wrap-job div:hover,
.job-view-content-wrap .slider-nav-jobs .img-wrap-job.slick-current div {
    border: 2px solid #80d4ff;
}

.ads-end-line {
    border-top: 1px solid #A9A9A9;
    padding-top: 16px;
    color: #A9A9A9;
    font-size: 14px;
    position:relative;
}

.ads-end-line-time {
    padding-left: 70px;
}
.ads-end-line-date {
    padding-left: 20px;
}

.sticky {
    position: sticky;
    top: 20px;
    background: #fff;
    margin-bottom: 40px;
}

.doc-check {
    background-image: url("../img/icon/document_check.png");
    background-repeat: no-repeat;
    display: block;
    background-position: left center;
    padding-left: 32px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
}

.user-info-wrap {
    margin-top: 30px;
    font-size: 16px;
}

.user-info-wrap-left {
    padding-right: 70px;
    position: relative;
    min-height: 60px;
}

.user-info-wrap-right {
    padding-left: 70px;
    position: relative;
    min-height: 60px;
}

.user-info-wrap-right .user-image-wrap {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    width: 60px;
    height: 60px;
}

.user-image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
}

.user-image-wrap img {
    width: 100%;
    height: auto;
    border: 2px solid #c8c8c8;
    border-radius: 40px;
}

.user-name a {
    color: #000;
    text-decoration: none;
}

.user-name {
    color: #A9A9A9;
    margin-bottom: 8px;
}

.phone-button.hide-mobile {
    display: block;
    min-height: 68px;
}
.profile-list-orders .phone-button.hide-mobile {
    height: auto;
    min-height: auto;
}
.phone-button.show-mobile {
    display: none;
}

@media (max-width: 768px) {
    .phone-button.hide-mobile {
        display: none;
    }

    .phone-button.show-mobile {
        display: block;
    }
}

.dashboard-avatar {
    display: block;
    margin-top: 8px;
}

.dashboard-avatar-thumb {
    width: 100%;
    text-align: left;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
}

.wrap-avatar-relative {
    position: relative;
    display: inline-block;
}

.dashboard-avatar-thumb img {
    width: auto;
    height: auto;
    max-height: 150px;
    max-width: 150px;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.dashboard-avatar-thumb #add-foto {
    position: absolute;
    bottom: 2px;
    right: 2px;
    background-image: url("../img/icon/add-foto.png");
    background-repeat: no-repeat;
    display: block;
    background-position: left center;
    width: 28px;
    height: 22px;
    text-decoration: none;
}

.user-name-info {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 1.1px;
    margin-bottom: 8px;
    word-wrap: break-word;
}

.stars {
    margin-bottom: 0;
}

.stars span {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    vertical-align: top;
    padding-top: 4px;
}

.stars a.star-info {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: top;
    padding-top: 4px;
    text-decoration: none;
}

.stars a.star-info {
    color: #3C68A7;
}

.stars a.star-info:hover {
    color: #4EAAFF;
}

.stars span.star-info {
    color: #A9A9A9;
    font-weight: 400;
}

.client-rating {
    display: inline-block;
    height: 22px;
    margin: 0 2px 0 0;
    padding: 0;
    text-align: center;
}

.client-rating li {
    list-style: none;
    color: #FFB800;
    display: table-cell;
    background: url("../img/icon/star-yellow.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 25px;
}

.client-rating li.inactive {
    background: url("/img/icon/star-grey.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.dostijenia-block ul {
    display: block;
    width: 100%;
    padding: 0;
    column-count: 4;
}

.dostijenia-block ul li {
    display: block;
    overflow: hidden;
    text-align: center;
    list-style: none;
    float: left;
}

.dostijenia-block-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #dadada;
}

hr.line {
    color: #3C68A7;
}

.dashboard-menu {
    background: #ffffff;
    margin-bottom: 80px;
}

.dashboard-menu ul {
    padding: 0;
}

.dashboard-menu ul li {
    list-style: none;
}

.dashboard-menu ul li a {
    display: block;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 10px;
}

.dashboard-menu ul li a:hover,
.dashboard-menu ul li a.active,
.menu-exit:hover,
.menu-exit.active {
    color: #3C68A7;
}

.dashboard-menu ul li a.active,
.menu-exit:hover,
.menu-exit.active {
    font-weight: 600;
}

.menu-exit {
    border: 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
}

.dashboard-body h1 {
    text-transform: none;
    margin-top: 16px;
}

.profile-form p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.8px;
    letter-spacing: 0.44px;
}

.doc-block {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin: 0 auto 40px auto;
    letter-spacing: 0.04em;
    color: #000000;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 40px;
}

.doc-block .col {
    margin-top: 40px;
}

.doc-block div.col-12 {
    margin-bottom: 15px;
}

.doc-block a {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #b0adad;
    display: block;
    text-decoration: none;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-top: 20px;
}

.doc-block a:hover {
    color: #bc0000 !important;
    border: 1px solid #bc0000 !important;
}

.doc-block div.text {
    padding-left: 40px;
    text-align: left;
}

.doc-block .phone-icon {
    background-image: url("../img/icon/phone-icon-grey.png");
    background-repeat: no-repeat;
    background-position: left center;
    height: 30px;
}

.doc-block .phone-icon.active {
    background-image: url("../img/icon/phone-icon-red.png");
}

.doc-block .phone-icon.active-green {
    background-image: url("../img/icon/phone-icon-green.png");
}

.doc-block .email-icon {
    background-image: url("../img/icon/email-icon-grey.png");
    background-repeat: no-repeat;
    background-position: left center;
    height: 30px;
}

.doc-block .email-icon.active {
    background-image: url("../img/icon/email-icon-red.png");
}

.doc-block .email-icon.active-green {
    background-image: url("../img/icon/email-icon-green.png");
}

.doc-block .passport-icon {
    background-image: url("../img/icon/passport-icon-grey.png");
    background-repeat: no-repeat;
    background-position: left center;
    height: 30px;
}

.doc-block .passport-icon.active {
    background-image: url("../img/icon/passport-icon-red.png");
}

.doc-block .passport-icon.active-green {
    background-image: url("../img/icon/passport-icon-green.png");
}

.doc-block .diplom-icon {
    background-image: url("../img/icon/diplom-icon-grey.png");
    background-repeat: no-repeat;
    background-position: left center;
    height: 30px;
}

.doc-block .diplom-icon.active {
    background-image: url("../img/icon/diplom-icon-red.png");
}

.doc-block .diplom-icon.active-green {
    background-image: url("../img/icon/diplom-icon-green.png");
}

.dashboard-body {
    margin-bottom: 80px;
}

.dashboard-body .mb-3 {
    margin-bottom: 1.5rem !important;
}

.news-item-small {
    margin-bottom: 56px;
    position: relative;
}

.news-item-small .img-blog-wrap {
    width: 260px;
    height: 256px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.news-item-small .img-blog-wrap img {
    width: 100%;
    height: auto;
}

.news-item-small .block-details {
    padding-left: 284px;
}

.news-item-small h2.title {
    margin-bottom: 0;
}

.news-item-small .title a {

    margin-bottom: 11px;
color: #3C68A7;
font-size: 21px;
font-style: normal;
font-weight: 700;
line-height: 140%;
letter-spacing: 0.8px;
color: #3C68A7;
text-decoration: none;
text-transform: none;
word-break: break-word;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}

.news-item-small .link-wrap a {
    text-transform: none;
}

.news-item-small .title a:hover {
    color: #4EAAFF;
}

.news-item-small .info-wrap {
    position: relative;
    margin-bottom: 16px;
}

.news-item-small .info-wrap .date {
    padding-right: 100px;
    color: #A9A9A9;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.36px;
}

.news-item-small .info-wrap .views {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.36px;
    background-image: url("../img/icon/eye.png");
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding-left: 30px;
}

.news-item-small .description {
    margin-bottom: 16px;
color: #838282;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px;
letter-spacing: 0.8px;
padding-left: 0;
margin-bottom: 8px;
-webkit-line-clamp: 4;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}

.news-item-big h1.title {
    margin-bottom: 0;
}

.news-item-big .img-blog-wrap {
    margin-bottom: 16px;
}

.news-item-big .img-blog-wrap img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.news-item-big .title {
    color: #3C68A7;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 39.2px;
    letter-spacing: 2.24px;
    text-decoration: none;
    display: block;
    margin-bottom: 11px;
}

.news-item-big .info-wrap {
    position: relative;
    margin-bottom: 16px;
}

.news-item-big .info-wrap .date {
    padding-right: 100px;
    color: #A9A9A9;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.36px;
}

.news-item-big .info-wrap .views {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.36px;
    background-image: url("../img/icon/eye.png");
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding-left: 30px;
}

.news-item-big .blog-view-description,
.news-item-big .description p {
    margin-bottom: 16px;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.4px;
    text-align: justify;
}

.news-item-big .blog-view-description h2 {
    color: #3C68A7;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.6px;
    margin-bottom: 16px;
}

.blog-view-share {
    padding-top: 24px;
    margin-bottom: 40px;
    text-align: right;
    border-top: 1px solid #4EAAFF;
}

.blog-view-share ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.blog-view-share ul li {
    list-style: none;
    display: inline-block;
    margin-left: 16px;
}

.blog-view-share ul li a {
    width: 32px;
    height: 32px;
    display: block;
}

.blog-view-share ul li a.instagram-share {
    background-image: url("../img/icon/instagram-share.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.blog-view-share ul li a.telegram-share {
    background-image: url("../img/icon/telegram-share.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.blog-view-share ul li a.facebook-share {
    background-image: url("../img/icon/facebook-share.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.blog-view-share ul li a.whatsapp-share {
    background-image: url("../img/icon/whatsapp-share.png");
    background-repeat: no-repeat;
    background-position: center center;
}

h2.similar-blogs {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}

.news-item-similar {
    margin-bottom: 80px;
}

.news-item-similar h2.title {
    margin-bottom: 0;
}

.news-item-similar .title a {
    text-transform: none;
    color: #3C68A7;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
    letter-spacing: 0.9px;
    text-decoration: none;
    display: block;
    margin-bottom: 11px;
}

.news-item-similar .title a:hover {
    color: #4EAAFF;
}

.news-item-similar .img-blog-wrap {
    margin-bottom: 16px;
    height: 174px;
    background: #F7F7F7;
}

.news-item-similar .img-blog-wrap img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 174px;
}

.news-item-similar .info-wrap {
    position: relative;
    margin-bottom: 16px;
}

.news-item-similar .info-wrap .date {
    padding-right: 100px;
    color: #A9A9A9;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.36px;
}

.news-item-similar .info-wrap .views {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.36px;
    background-image: url("../img/icon/eye.png");
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding-left: 30px;
}

.news-item-popular {
    margin-bottom: 44px;
    position: relative;
}

.news-item-popular h3.title {
    margin-bottom: 0;
}

.news-item-popular .title a {
    text-transform: none;
    margin-bottom: 11px;
    text-align: left;
    text-decoration: none;
    color: #3C68A7;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.4px;
    letter-spacing: 0.24px;
    word-break: break-word;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
}

.news-item-popular .title a:hover {
    color: #4EAAFF;
}

.news-item-popular .img-blog-wrap {
    margin-bottom: 16px;
    height: 80px;
    width: 80px;
    background: #F7F7F7;
    position: absolute;
    overflow: hidden;
}

.news-item-popular .img-blog-wrap img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 80px;
}

.news-item-popular .block-details {
    margin-left: 90px;
    position: relative;
}

.news-item-popular .info-wrap {
    position: relative;
    margin-bottom: 16px;
}

.news-item-popular .info-wrap .date {
    padding-right: 100px;
    color: #A9A9A9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
}

.news-item-popular .info-wrap .views {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
    background-image: url("../img/icon/eye.png");
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding-left: 30px;
}

#blog-search-form {
    text-align: left;
    display: block;
    margin-bottom: 56px;
}

#blog-title-search {
    background-image: url("../img/icon/search.png");
    background-repeat: no-repeat;
    background-position: 16px center;
    height: 42px;
    padding: 6px 6px 6px 50px;
    color: #3C68A7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid #4EAAFF;
    display: block;
}

.no-blog-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.no-blog-wrap .bold-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.4px;
}

.img-wrap {
    margin-bottom: 32px;
}

.h4_category-title {
    margin-bottom: 16px;
    color: #3C68A7;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 39.2px;
    letter-spacing: 1.4px;
    text-decoration: none;
}

.pagination-wrap {
  margin-top: 32px;
  text-align: right;
  position: relative;
  margin-bottom: 32px;
  height: 40px;
  min-height: 40px;
}

.pagination-wrap .pagination {
  width: auto !important;
  position: absolute;
  right: 0;
}
.pagination a{
    color: #FBF7F4;
}

.pagination .prev, .pagination .next {
  background: #4eaaff;
  border-radius: 10px;
  height: 35px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  color: #FBF7F4;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  margin: 5px;
}
.pagination .prev:hover, .pagination .next:hover{
      background: #009CF0;
}
.pagination .prev.disabled, .pagination .next.disabled {
      opacity: 0.5;
transition: opacity 0.15s ease;
}
.pagination-info {
  position: absolute;
  right: 100px;
  font-weight: 300;
  font-size: 18px;
  color: #A9A9A9;
  line-height: 30px;
  top: 6px;
}
.pagination li a{
    text-decoration:none;
}
.pagination li.active a,
.pagination li a:hover {
    color: #FBF7F4;
    
}
.pagination-info .current_page {
border: 1px solid #4eaaff;
border-radius: 10px;
padding-left: 13px;
padding-right: 13px;
display: inline-block;
text-align: center;
color: #4667a2;
margin-right: 5px;
}

#select-code {
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    background-image: url("/img/icon/show-icon.png");
    border: none;
    padding-left: 0px;
    left: 1px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #000000;
    padding: 0.375rem 0.75rem;
    position: absolute;
    top: 1px;
    width: 60px;
    left: 31%;
}

select#select-code2 {
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    background-image: url("/img/icon/show-icon.png");
    border: none;
    padding-left: 0px;
    left: 1px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #000000;
    padding: 0.375rem 0.75rem;
    position: absolute;
    top: 1px;
    width: 80px;
    left: 31%;
}

#select-code1 {
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    background-image: url("/img/icon/show-icon.png");
    border: none;
    padding-left: 0px;
    left: 2px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #000000;
    padding: 0.375rem 0.75rem;
    position: absolute;
    top: 1px;
    width: 100px;
}

#new-phone-form #phone-wrap-block>.select2-container {
    left: 2px !important;
}

#telegram_input_wrap {
    position: relative;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #000000;
    float: left;
}

#profile-user-form #profile-phone {
    padding-left: 120px;
}

#select-telegram_type {
    width: 70%;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #000000;
    display: inline-block;
}

.form-select:focus {
    box-shadow: none;
}

.field-profile-telegram,
.field-useruslugi-telegram {
    position: relative;
}

#profile-telegram,
#useruslugi-telegram {
    width: 100%;
    padding-left: 120px;
}

.small-code #profile-telegram,
.small-code #useruslugi-telegram {
    padding-left: 50px;
}

#profile-telegram_dial_code,
#useruslugi-telegram_dial_code {
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    background-image: url("/img/icon/show-icon.png");
    border: none;
    padding-left: 0px;
    left: 1px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #000000;
    padding: 0.375rem 0.75rem;
    position: absolute;
    top: 1px;
    width: 100px;
}

#select-telegram-nik {
    background-color: #fff;
    border: none;
    padding-left: 0px;
    left: 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #000000;
    padding: 0.2rem 0.75rem;
    position: absolute;
    top: 1px;
    width: 42px;
}

#profile-telegram,
#useruslugi-telegram {
    width: 100%;
    padding-left: 120px;
}

.dashboard-body .select2-container--krajee-bs5 .select2-selection--single {
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

.select2-selection__clear {
    top: 2px;
    right: 15px;
}

.dashboard-body .select2-selection__clear {
    display: none !important;
}

.dashboard-body .select2-container--krajee-bs5.select2-container--open:not(.select2-container--disabled) .select2-selection,
.dashboard-body .select2-container--krajee-bs5:not(.select2-container--disabled) .select2-selection:focus {
    border: none;
    box-shadow: none;
}

.dashboard-body .select2-search--dropdown {
    display: none;
}

#ads-form .select2-container--krajee-bs5 .select2-selection {
    box-shadow: none;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #A9A9A9;
}

#ads-form .select2-container--krajee-bs5 .select2-selection--single {
    background-image: url("/img/icon/select-arr.png");
    background-size: 15px 8px;
}

.small-code #profile-telegram,
.small-code #useruslugi-telegram {
    padding-left: 50px;
}

.relative-telegram-block {
    position: relative;
}

#profile-telegram_type .form-check,
#useruslugi-telegram_type .form-check {
    width: 49%;
    display: inline-block;
}

#profile-telegram_type .form-check label,
#useruslugi-telegram_type .form-check label {
    width: 100%;
    cursor: pointer;
}

#telegram_input_wrap.no-display>.select2 {
    display: none;
}

#useruslugi-telegram_type label {
    cursor: pointer;
    width: 35%;
}

.dashboard-body .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: absolute !important;
    vertical-align: middle;
    top: 2px;
    left: 2px;
    border: none;
    box-shadow: none;
    width: 110px !important;
}

.field-profile-telegram,
.field-useruslugi-telegram {
    position: relative;
}

#phone-wrap-block>.select2-container {
    top: 32px;
}

#profile-imagefile-upload {
    display: none;
}

#add-foto-button {
    text-decoration: none;
    display: inline-block;
    padding: 16px 40px;
    color: #3C68A7;
    border: 1px solid #4EAAFF;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 14px;
    cursor: pointer;
}

.ads-number {
    color: #A9A9A9;
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
}

#add-foto-button:hover {
    color: #FBF7F4;
    background: #4EAAFF;
}

h2.preview-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 13px;
}

#preview-wrap {
    width: 250px;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 10px;
    padding-top: 68px;
    padding-bottom: 68px;
    text-align: center;
    position: relative;
}

#preview-wrap .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #A9A9A9;
    font-size: 15px;
    line-height: 5px;
    opacity: 1;
    padding: 8px;
}

#preview-wrap .btn-close:hover {
    color: #4EAAFF;
}

#preview-wrap img {
    width: auto;
    height: auto;
    max-height: 115px;
    max-width: 115px;
    border-radius: 10px;
    background: #fff;
}

#my-data-button {
    margin: 50px auto;
}

.btn-primary {
    text-decoration: none;
    padding: 8px 32px;
    color: #FBF7F4;
    background: #4EAAFF;
    border: 1px solid #4EAAFF;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 14px;
    cursor: pointer;
    font-size: 18px;
}

.btn-primary:hover {
    color: #FBF7F4;
    background: #009CF0;
    border: 1px solid #009CF0;
}

.btn-grey {
    text-decoration: none;
    padding: 8px 32px;
    background: #000;
    color: #3C68A7;
    border: 1px solid #4EAAFF;
    background: #fff;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 14px;
    cursor: pointer;
    font-size: 18px;
}

.btn-grey:hover {
    color: #fff;
    background: #4EAAFF;
}

.profile-form .icon-password {
    top: 36px;
}

.profile-form #security-password,
.profile-form #security-repeat_password {
    padding-right: 75px;
}

.doc-block-security {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin: 0 auto 40px auto;
    letter-spacing: 0.04em;
    color: #000000;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 40px;
}

.profile-form ul.conditions__3a94a {
    padding-left: 50px;
    margin-bottom: 0;
}

.profile-form li {
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #000;
}

элемент {}

.form-check-input[type="checkbox"] {
    border-radius: 2px;
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    border: 1px solid #A9A9A9;
}

.form-check-input:checked {
    background-color: #3C68A7;
    border-color: #3C68A7;
}

.form-check-input[type="checkbox"] {
    border-radius: 2px;
}

.form-control:focus {
    box-shadow: none;
}

#profile-jur_type .form-check {
    width: 49%;
    display: inline-block;
}

#profile-jur_type .form-check .form-check-label {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
}

.add-block-title {
    color: #A9A9A9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 1.1px;
    margin-bottom: 10px;
    padding-right: 30px;
}

.left-modal-menu-add {
    padding: 0;
    margin: 0 0 0 8px;
}

.left-modal-menu-add li {
    list-style: none;
    display: block;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 1px;
    padding: 5px;
    cursor: pointer;
}

.left-modal-menu-add li:hover,
.left-modal-menu-add li.active {
    border-radius: 5px;
    background: #CAE6FF;
}

#ads-form h3 {
    margin-top: 48px;
}

#ads-form .control-label,
#ads-form .form-control-checkbox {
    color: #5C5C5C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 6px;
    border: none;
    padding: 0;
}

#ads-form .form-control-checkbox input {
    vertical-align: top;
    margin-top: 4px;
}

#ads-form .form-control {
    border-radius: 2px;
    border: 1px solid #A9A9A9;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
}

select:invalid {
    color: red;
}

#ads-form .form-group {
    margin-bottom: 24px;
}

#ads-form .form-group.ads-imageFile,
#ads-form .form-group.ads-videoFile {
    margin-bottom: 4px;
}

.ads-create h1.cat-select,
.ads-create h1.cat-select a {
    text-transform: none;
    text-decoration: none;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.2px;
}

h2.black {
    color: #000;
}

.dostijenia-block-widget {
    cursor: pointer;
}

.open_dostijenia {
    cursor: pointer;
}

.dostijenia-block-widget ul {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.dostijenia-block-widget ul li {
    list-style: none;
    display: inline-block;
    padding-right: 5px;
}

.dostijenia-block-widget ul li img {
    width: 24px;
    height: 24px;
}

.dostijenia-block-modal {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #000000;
    padding: 36px;
}

.notific-modal-img {
    margin-right: 10px;
}

.dostijenia-block {
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 0;
}

.dostijenia-block ul li {
    margin: 0 auto 15px auto !important;
    width: 100%;
}

.notofications-item a.check-notifications {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #6fc727;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}

.notofications-item a.check-notifications:hover {
    text-decoration: underline;
}

.subscribe-form {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 100px;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #3c68a7;
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus,
.form-check-input:focus {
    box-shadow: none;
}

.modal-header {
    border: none;
    padding-bottom: 0;
}

#delete-window p {
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
}

.modal-body .form-button-block {
    text-align: center;
    margin: 50px 0 10px 0;
}

.no-blog-wrap {
    text-align: center;
    margin: 40px auto;
}

.no-blog-wrap .bold-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
    margin-top: 32px;
    margin-bottom: 17px;
}

.no-blog-wrap .simple-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
    margin: 0 auto 35px auto;
    max-width: 574px;
    width: auto;
}

.button-no-article-wrap a {
    text-decoration: none;
    display: inline-block;
    padding: 16px 40px;
    color: #3C68A7;
    border: 1px solid #4EAAFF;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 14px;
    cursor: pointer;
}

.button-no-article-wrap a:hover {
    color: #FBF7F4;
    background: #4EAAFF;
}

.button-no-article-wrap {
    margin-bottom: 40px;
}

.nav-tabs {
    border: none;
    margin-bottom: 42px;
    border-bottom: 3px solid #C4C4C4;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-link {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    position: relative;
    bottom: -2px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #3C68A7;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
    border-bottom: 3px solid #3C68A7;
}

.nav-tabs .nav-link:hover {
    color: #4EAAFF;
}

a.tasks-item-title {
    color: #3C68A7;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: block;
    text-decoration: none;
    margin-bottom: 8px;
    word-break: break-word;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.tasks-item-title.padright50 {
    padding-right: 50px;
}

a.tasks-item-title:hover {
    color: #4EAAFF;
}

.title-ads-wrap {
    position: relative;
}

.title-ads-wrap .like {
    position: absolute;
    top: 6px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../img/icon/like-top.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-size: 100%;
}

.title-ads-wrap .like:hover,
.title-ads-wrap .like.active-like {
    background-image: url("../img/icon/like-red.png");
    background-repeat: no-repeat;
    background-position: center center;
}

a.hover {
    color: #4EAAFF;
}

.profile-list-orders .price {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1px;
    margin-bottom: 37px;
}

.profile-list-orders .price.bottom8 {
    margin-bottom: 8px;
    padding-left: 0;
}

.profile-list-orders .desc {
    color: #A9A9A9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.32px;
    margin-bottom: 13px;
    word-break: break-word;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.profile-list-orders .city {
    color: #A9A9A9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.8px;
}

.profile-list-orders .city.black {
    color: #000;
    padding-left: 0;
}

.profile-list-orders .created_at {
    color: #A9A9A9;
    font-weight: 400;
    font-size: 16px;
}

.profile-list-orders .ostalos {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.32px;
    margin-bottom: 24px;
    min-height: 31px;
}

.profile-form ul.ads-counter-list li {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.32px;
    margin-bottom: 14px;
    padding-left: 34px;
}

.views-icon-counter {
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #fff;
    background-image: url("/img/icon/eye.png");
}

.likes-icon-counter {
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #fff;
    background-image: url("/img/icon/heart_26.png");
}

.phones-icon-counter {
    background-repeat: no-repeat;
    background-position: 3px center;
    background-color: #fff;
    background-image: url("/img/icon/phone_20.png");
}

.item-info-actions-column-d56mn {
    margin-bottom: 19px;
}

.actions-root {
    color: #A9A9A9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-radius: 5px;
    border: 1px solid #A9A9A9;
    text-decoration: none;
    padding: 8px 24px;
    float: left;
    margin-right: 4px;
}

#ads-actions-button {
    color: #A9A9A9;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
    letter-spacing: 0.7px;
    border-radius: 5px;
    border: 1px solid #A9A9A9;
    text-decoration: none;
    padding: 8px 12px;
}
#ads-actions-top-button {
    color: #A9A9A9;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
    letter-spacing: 0.7px;
    border:none;
    text-decoration: none;
    padding: 8px 12px;
}
.navigator #ads-actions-top {
  position: absolute;
  right: 0px;
  top: 3px;
}
#ads-actions-button.dropdown-toggle::after,#ads-actions-top-button.dropdown-toggle::after {
    display: none;
}
.reviews-buttons #ads-actions-button{
    display: inline-block;
    padding-bottom: 15px;
    line-height: 1;
}
.simple-event {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
    text-decoration: none;
}

.simple-event:hover {
    color: #3C68A7;
}

.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 16px;
    vertical-align: middle;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #A9A9A9;
}

.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 2px;
    bottom: 2px;
    background-color: #A9A9A9;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: white;
    border: 1px solid #3C68A7;
}

input:focus+.slider {
    box-shadow: 0 0 1px #A9A9A9;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
    background: #3C68A7;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

h3 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1.2px;
    margin-bottom: 16px;
}

.radio-block label {
    padding: 8px 16px;
    border-radius: 2px;
    border: 1px solid #A9A9A9;
    color: #A9A9A9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.8px;
    cursor: pointer;
    margin-bottom: 5px;
}

label.check {
    background: #4EAAFF;
    border: 1px solid #4EAAFF;
    color: #FBF7F4;
}

.radio-block label:hover {
    background: #F7F7F7;
}

label.check:hover {
    background: #009CF0;
}

.radio-block label input {
    display: none;
}

.radio-list label {
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
}

.radio-list label span {
    color: rgb(143, 143, 143);
    display: block;
    padding-left: 20px;
}

.checkbox-list label {
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
}

textarea.form-control {
    resize: none;
    height:auto;
    min-height: 250px;
    padding-bottom: 25px;
    scrollbar-color: rgb(78, 170, 255) rgba(78, 170, 255, 0.30);
    scrollbar-width: thin;
    overflow-y: hidden;
    display:inline;
}

.btn.full-width {
    width: 100%;
}

.add-file-ads {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    background-image: url("/img/icon/add-foto3.png");
    height: 116px;
}

.add-video-ads {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    background-image: url("/img/icon/add-video3.png");
    height: 116px;
}

.add-file-ads:hover,
.add-video-ads:hover {
    background-color: #F7F7F7;
}

.image-col {
    position: relative;
}

.image-thumb {
    height: 116px;
    border-radius: 5px;
    border: 1px solid #A9A9A9;
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.image-thumb a {
    display: block;
    height: 116px;
}

.image-thumb a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
}

.image-options a {
    text-decoration: none;
    top: 5px;
    right: 5px;
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/img/icon/close.png");
}

.pass2-block,
.pass1-block {
    margin-bottom: 20px;
}

.addlicenses {
    background-image: url("../img/icon/add-foto2.png");
    background-repeat: no-repeat;
    background-position: center 30px;
}

.passport-image-add {
    border: 2px dashed #959595;
    border-radius: 10px;
    height: 215px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.passport-image-add:hover {
    border: 2px dashed #4EAAFF;
}

.passport-image-add .t-info {
    position: absolute;
    top: 130px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #959595;
    width: 100%;
}

.confirm-style {
    max-width: 527px;
}

#create_topmenu_wrap {
    margin-bottom: 50px;
    padding-left: 20px;
    position: relative;
}

#create_topmenu_wrap .show-5-column {
    width: 20% !important;
}

#create_topmenu_wrap .col-3 {
    background: #fff;
}

#create_topmenu_wrap #col_parent_1.col-3 li {
    background-image: none !important;
}

.cat-border {
    border: 1px solid #F5F5F5;
    padding: 12px;
    position: relative;
}

.cat-border .btn-close {
    top: 6px;
    right: 6px;
}

.help-block {
    color: rgb(255, 97, 99);
    font-size: 14px;
}

.profile-list-orders {
    margin-bottom: 48px;
    position: relative;
}

#userdata-gender .form-check {
    width: 30%;
    float: left;
    cursor: pointer;
}

.subscribe-form .relative-geo,
.profile-form .relative-geo {
    position: relative;
}

.profile-form .field-userdata-city {
    margin-bottom: 50px !important;
}

.subscribe-form .geo-icon,
.profile-form .geo-icon {
    position: absolute;
    top: 35px;
    right: 10px;
    background-image: url("/img/icon/geo-icon.png");
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    width: 30px;
    height: 30px;
}

.subscribe-form #map-select-button,
.profile-form #map-select-button {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #3C68A7;
    text-decoration: none;
    margin-bottom: 30px;
    display: inline-block;
    top: 75px;
    position: absolute;
}

.bottom30 {
    margin-bottom: 30px;
}

.field-email_confirmation_code,
.field-phone_confirmation_code {
    position: relative;
    display: inline-block;
    width: 100%;
}

#email_confirmation_code,
#phone_confirmation_code {
    width: 100%;
    padding-right: 70px;
    line-height: 26px;
}

#send-confirm-email-btn,
#send-confirm-phone-btn {
    position: absolute;
    right: -1px;
    top: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #3C68A7;
    border: 2px solid #4EAAFF;
    border-radius: 5px;
    background: #fff;
}

#send-confirm-email-btn:hover,
#send-confirm-phone-btn:hover,
.btn-ok:hover {
    background: #3C68A7;
    border: 2px solid #3C68A7;
    color: #fff;
}

.emailChange-link,
.phoneChange-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    letter-spacing: 0.04em;
    color: #3C68A7;
    margin-bottom: 22px;
}

.emailChange-link:hover,
.emailChange-link-label:hover,
.phoneChange-link:hover,
.phoneChange-link-label:hover {
    color: #4EAAFF;
}

.emailChange-link-label,
.phoneChange-link-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    letter-spacing: 0.04em;
    color: #3C68A7;
    margin-bottom: 22px;
    margin-top: 10px;
}

#new-email-code-form {
    display: none;
}

#emailChange p .black,
#phoneChange p .black {
    color: #3C68A7;
}

.email_change input.form-control,
.phone_change input.form-control {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #000000;
    background: #fff;
    padding: 0.375rem 0.75rem;
}

.btn-ok {
    position: absolute;
    right: -1px;
    top: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #3C68A7;
    border: 2px solid #4EAAFF;
    border-radius: 5px;
    background: #fff;
    text-decoration: none;
    padding: 6px 12px;
}

.input-text-wrap {
    position: relative;
}

#emailChange p,
#phoneChange p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.yslugi-icon-menu {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/img/icon/yslugi-icon-menu.png");
    margin-left: 10px;
    background-size: 100%;
    vertical-align: top;
}

.userdata_show_on.active {
    color: #000000;
    background-image: url("../img/icon/language-active.png");
}

.userdata_show_on {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #d6d4d4;
    background-image: url("../img/icon/language.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 61px;
}

.work-distant.active {
    color: #000000;
    background-image: url("../img/icon/wifi-active.png");
}

.work-distant {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #d6d4d4;
    background-image: url("../img/icon/wifi.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 61px;
}

.work_home.active {
    color: #000000;
    background-image: url("../img/icon/work-home-active-icon.png");
}

.work_home {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #d6d4d4;
    background-image: url("../img/icon/work-hone-icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 61px;
}

.work_in_client.active {
    color: #000000;
    background-image: url("../img/icon/work-in-client-icon.png");
}

.work_in_client {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #d6d4d4;
    background-image: url("../img/icon/work-in-client-icon-active.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 61px;
}

.work_home-address {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #d6d4d4;
}

.subscribe-form {
    background: #ffffff;
    padding: 0 30px 30px 30px;
    margin-bottom: 100px;
}

.user-uslugi-form h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #000000;
    margin-top: 40px;
}

.subscribe-form .menu-item-title {
    border-bottom: 2px solid #f3f3f3;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subscribe-form .arraw {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 10px;
    background-image: url("/img/icon/menu-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.subscribe-form .arraw.active {
    background-image: url("/img/icon/hide-menu-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.price-input {
    border: 2px solid #e2e2e2;
    border-radius: 5px;
    line-height: 34px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    letter-spacing: 0.04em;
    color: #000000;
    padding-right: 60px;
    width: 200px;
}

.price-input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    letter-spacing: 0.04em;
    color: #e2e2e2;
}

.price-input-after {
    line-height: 34px;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    letter-spacing: 0.04em;
    color: #000000;
    position: absolute;
    right: 7px;
    top: 2px;
    display: block;
}

.subscribe-form .parent-task-block {
    background: #fafafa;
}

.text-right {
    text-align: right;
}

.price-input-wrap {
    position: relative;
    text-align: right;
    display: block;
}

.subscribe-form li {
    list-style: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #797979;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subscribe-form .form-check-label {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #000000;
    display: inline;
    padding-right: 15px;
}

.garanty-label {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #959595;
    margin-top: 12px;
}

#useruslugi-work_garanty label {
    border-radius: 5px;
    border: 1px solid #A9A9A9;
    padding: 10px 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
    margin-left: 3%;
    cursor: pointer;
    width: 110px;
    margin-bottom: 10px;
}

.control-label {
    color: #A9A9A9;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
}

.field-useruslugi-telegram_type .control-label {
    margin-bottom: 12px;
}

#useruslugi-telegram_type label {
    cursor: pointer;
    width: 35%;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0.04em;
    color: #959595;
    float: left;
    padding: 0.375rem 0;
}

.simple-modal .modal-header {
    background: #fff;
    border: 0;
    padding-left: 36px;
    padding-right: 50px;
    position: relative;
}

.simple-modal .modal-header .modal-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #000000;
}

.simple-modal .modal-header .modal-title .badge.badge-danger,
.simple-modal .modal-header .modal-title .badge.badge-info {
    font-size: 12px;
    vertical-align: top;
}

.badge.badge-danger {
    color: #fff !important;
    background: #bc0000 !important;
    border-radius: 20px;
    margin-left: 10px;
}

.notofications-item {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #000000;
    border-top: 2px solid #e9e8e8;
    padding: 10px 36px 36px 36px;
}

.notofications-item:first-child {
    border-top: 0;
}

.notofications-item .date {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.04em;
    color: #c4c4c4;
}

.notofications-item a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #3C68A7;
    text-decoration: none;
}

.notofications-item a:hover {
    color: #4EAAFF;
}

.notific-modal-img {
    margin-right: 10px;
}

.notofications-item a.check-notifications {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #3C68A7;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}

.notofications-item a.check-notifications:hover {
    text-decoration: underline;
}

.side-dashboard {
    padding: 0 30px;
}

#html-modal-xxl {
    background: #fff;
    border-radius: 0 0 20px 20px;
}

.color-marker-marker-se5OB {
    display: inline-block;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #A9A9A9;
    cursor: pointer;
    margin-right: 3px;
}

.color-circle-icon-OFHXH {
    display: block;
    width: 30px;
    height: 30px;
}

.ads-price-block {}

.ads-stock {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
}

.ads-stock .green-text {
    color: rgb(2, 209, 92);
}

.ads-currency-block {
    position: absolute;
    right: -95px;
    top: 29px;
}

#ads-form #ads-currency {
    min-width: 90px;
    width: 90px;
    text-align: right;
    padding-right: 30px;
    background-position: 90% center;
}

#ads-form select.form-control {
    background-image: url("/img/icon/select-arr.png");
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 15px 8px;
}

.step_title-label {
    white-space: normal;
    display: inline;
    color: #A9A9A9;
    font-size: 16px;
    line-height: 20px;
    padding-right: 5px;
}
.bottom10 span.more-info-d{
    display:none;
}
.fields_title-label {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

.bottom10 {
    width: 100%;
    margin-bottom: 6px;
    text-align: left;
    list-style: none;
    break-inside: avoid-column;
    word-break: break-word;
}

.column-count {
    column-count: 2;
    width: 100%;
}

.ads-description {
    word-break: break-word;
 /*   text-align: justify;*/
}

.reklama-desc {
    color: #384358;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 0.8px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}

.reklama-show-full {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.reklama-show-full span {
    display: inline-block;
    color: #3C68A7;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 0.8px;
    border: 1px dotted #4EAAFF;
    padding: 5px;
}

.orders-item h3.reklama-h3 {
    min-height: auto;
    margin-bottom: 15px;
}

.bottom20 {
    margin-bottom: 20px;
}

.site-worker-days {
    margin-bottom: 8px;
}

.project-data {
    margin-top: 8px;
}

.view-favorite_wrap {
    margin-bottom: 16px;
    padding-right: 210px;
    min-height: 24px;
}

.favorite-button {
    display: inline-block;
    background: url("/img/icon/like.png");
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding-left: 35px;
    color: #3C68A7;
    text-decoration: none;
    font-size: 16px;
}

.favorite-button.active-like,
.favorite-button:hover {
    display: inline-block;
    background: url("/img/icon/like-red.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.views-icon {
    color: #A9A9A9;
    position: absolute;
    display: inline-block;
    padding-left: 35px;
    right: 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #fff;
    background-image: url("/img/icon/eye_grey.png");
}

.notification-form table {
    border: 0;
}

.notification-form table .title-notification {
    background: #ffffff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.notification-form table .title-notification th {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #959595;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 31px;
    padding-right: 31px;
}

.notification-form table td {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #000000;
    border-bottom: 2px solid #f3f3f3;
    padding: 31px;
}

.notification-form table .form-check .form-check-input {
    float: none;
}

.notification-form table .form-check {
    text-align: center;
}

.notification-form table .mb-3 {
    margin-bottom: 0 !important;
}

.location-form-wrap {
    padding: 0 36px 36px 36px;
    position: relative;
    min-height: 400px;
}

#show-location-results {
    margin-top: 38px;
    margin-bottom: 0;
    font-size: 16px;
    display:block;
}

#location-search-form {
    margin-top: 8px;
}

#searchHelperLocation {
    position: absolute;
    width: auto;
    left: 0;
    margin: 0 36px;
    margin-top: 0px;
    margin-right: 36px;
    margin-bottom: 0px;
    margin-left: 36px;
    scrollbar-color: rgb(78, 170, 255) rgba(78, 170, 255, 0.30);
    scrollbar-width: thin;
    overflow-y: auto;
    right: 0;
    top: 38px;
    border-radius: 2px;
    background: #f7f7f7;
}

#searchHelperLocation li {
    background: #f7f7f7;
}

.location-form-wrap h5 {
    margin-top: 40px;
    margin-bottom: 8px;
}

.location-form-wrap h2 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.6px;
    margin-top: 40px;
    margin-bottom: 8px;
}

.location-form-wrap #map {
    border: 1px solid rgb(247, 247, 247);
    margin-top: 24px;
    margin-bottom: 24px;
}

.location-form-wrap .form-control {
    border-radius: 2px;
    border: 1px solid #A9A9A9;
    color: #000;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    margin-bottom: 24px;
}

.location-form-wrap .control-label {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 8px;
    border: none;
    padding: 0;
}

.location-form-wrap .radio-block label {
    padding: 5px 8px;
    margin-bottom: 5px;
}

#control-label-radius {
    padding-left: 0;
    margin-bottom: 8px;
}

.status_active_round {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: #6fc727;
    display: block;
    position: absolute;
    bottom: 1px;
    right: 1px;
}

.status_inactive_round {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: #9d9d9d;
    display: block;
    position: absolute;
    bottom: 1px;
    right: 1px;
}


.checkbox-icon {
    background: url("/img/icon/checkbox-icon.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 20px;
    color: #3C68A7;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 10px 0 10px 35px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #FBF7F4;
    line-height: 18px;
}

.isplolniteli-list-data {
    margin-top: 14px;
    margin-bottom: 14px;
}

.otzivi-h2 {
    color: #000;
}

.one-otziv {
    position: relative;
    padding-left: 50px;
    margin-bottom: 36px;
}

.otziv-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

.one-otziv .dashboard-avatar-thumb img {
    max-height: 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
}

.one-otziv .dashboard-avatar {
    margin-top: 4px;
}

.one-otziv .stars {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: normal;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.otziv-name {
    line-height: 1.375;
    font-size: 16px;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: normal;
    overflow: hidden;
    font-weight: 600;
    width: 100%;
    color: #000;
    margin-bottom: 5px;
}

.otziv-date {
    font-size: 16px;
    line-height: 1.375;
    color: #A9A9A9;
}

span.otziv-project-title {
    display: inline;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    margin-left: 15px;
    padding-top: 0;
}

.show-full-otziv {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: top;
    padding-top: 4px;
    text-decoration: none;
    color: #3C68A7;
}

.one-otziv .status_inactive_round,
.one-otziv .status_active_round,
.ads-view .status_inactive_round,
.ads-view .status_active_round,
.user-favorite-item-wrap .status_inactive_round,
.user-favorite-item-wrap .status_active_round {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
}

.one-otziv .client-rating {
    height: 17px;
}

.stars-rating-table {
    width: 100%;
    line-height: 1;
    margin-bottom: 40px;
}

.user-otziv-wrap {
    width: 70%;
}

.progress,
.progress-stacked {
    height: 3px;
}

.stars-rating-table tr td:last-child {
    text-align: right;
}

.stars.main-stars span {
    display: inline-block;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    vertical-align: top;
    padding-top: 0;
    color: #000;
}

.stars.main-stars {
    margin-top: 8px;
    margin-bottom: 40px;
}

.stars.main-stars .client-rating {
  height: 30px;
  margin-top: 2px;
}
.stars.main-stars .client-rating li {
    width: 30px;
    height: 30px;
    background-size: 100%;
}
.stars.main-stars .client-rating li.inactive {
  background: url("/img/icon/star_grey_30.png");
      background-size: 100%;
}
.stars.main-stars .client-rating li {
  background: url("../img/icon/star_30.png");
      background-size: 100%;
}
.stars.main-stars span.star-info {
    color: #A9A9A9;
    font-size: 15px;
    display: block;
    font-weight: 400;
    margin-top: 5px;
}

.komment-title {
    color: #000;
    font-weight: 600;
    margin-top: 3px;
}

.modal .user-otziv-wrap {
    width: 100%;
    padding: 0 25px;
}

#reviews-link {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #A9A9A9;
    text-decoration: none;
    padding: 8px 0;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-bottom: 14px;
    cursor: pointer;
    margin-top: 32px;
    font-weight: 400;
}

#reviews-link:hover {
    background: #ede9e1;
}

.nav-tabs .badge.badge-info {
    color: #fff !important;
    background: #4EAAFF;
    border-radius: 20px;
    margin-left: 0;
    font-size: 12px;
    position: relative;
    top: -10px;
    z-index: 5;
}

.alert-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    background: #000;
    opacity: 0.4;
    z-index: 88888;
}

.alert-message {
    position: fixed;
    width: 50%;
    text-align: center;
    padding: 36px;
    background: #fff;
    z-index: 99999;
    border-radius: 15px;
    font-size: 25px;
    color: #000;
    left: 25%;
    top: 40%;
    padding-left: 75px;
    padding-right: 75px;
    word-wrap: break-word;
}

.alert-success .alert-message {
    background-image: url("/img/icon/priority_high-blue.png");
    background-repeat: no-repeat;
    background-position: 25px center;
}

.alert-danger .alert-message {
    background-image: url("/img/icon/priority_high-red.png");
    background-repeat: no-repeat;
    background-position: 25px center;
}

.alert-warning .alert-message {
    background-image: url("/img/icon/priority_high-warning.png");
    background-repeat: no-repeat;
    background-position: 25px center;
}

.alert {
    background: none !important;
    border: none !important;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
}

.alert .btn-close {
    display: none;
}

.alert .alert-message .btn-close {
    display: inline-block;
}

.ads-favorite-item-wrap {
    padding: 15px 5px;
    border-radius: 15px;
}
.min-height265 {
   min-height:265px;
}
.min-height265 .realPhone {
  line-height: inherit;
}
.ads-favorite-item-wrap:hover {
    background: #F7F7F7;
}

.ads-favorite-item-wrap .jobs-view-buttons a {
    font-size: 14px !important;
    background: #ebebeb !important;
    border: none !important;
    color: #000 !important;
    display: none;
    padding: 12px 0;
}

.ads-favorite-item-wrap:hover .jobs-view-buttons a {
    display: block;
}

.ads-favorite-item-wrap.jobs-view-buttons a:hover {
    background: #838282 !important;
}

.ads-favorite-item-wrap:hover .jobs-view-buttons a.show-mobile {
    display: none;
}

.user-favorite-item-wrap {
    margin-bottom: 40px;
}

.user-f {
    padding-right: 160px;
    position: relative;
    margin-bottom: 20px;
}

.user-favorite-item-wrap .carousel-control-prev {
    display: block !important;
}

.carousel-control-prev-icon {
    display: block;
    width: 40px;
    height: 40px;
    z-index: 999;
    position: absolute;
    top: 40px;
    left: 0;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    background-image: url("../img/icon/scroll_home.png");
    background-repeat: no-repeat;
    background-position: center center;
    rotate: 180deg;
}

.delete-article-button {
    color: #A9A9A9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.7px;
    border-radius: 5px;
    border: 1px solid #A9A9A9;
    text-decoration: none;
    padding: 8px 20px;
}

.user-f .delete-favorite {
    display: none;
}

.user-f:hover .delete-favorite {
    display: block;
}

.delete-window p {
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
}

.employer-ads-tabs {
    margin-bottom: 40px;
}

.popular-auto-list {
    column-count: 4;
    margin-bottom: 32px;
}

.popular-auto-list li {
    list-style: none;
}

.popular-auto-list li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.popular-auto-list li a:hover {
    color: #4EAAFF;
}

.question-info {
    display: inline-block;
    border-radius: 15px;
    background: #ccc;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-left: 5px;
    cursor: pointer;
}

#show_map {
    border: 0;
    background: none;
    color: #3C68A7;
    padding: 0;
}

#show_map:hover {
    color: #4EAAFF;
}

.ads-id-job {
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 999;
}



#languages-klisl-select {
    display: none;
}

#delete-buttons-block {
    display: none;
    position: fixed;
    bottom: 20px;
    background: #292929;
    border-radius: 15px;
    width: 65%;
    z-index: 999;
    box-shadow: 0 3px 12px 1px rgba(0, 0, 0, .2);
    color: #fff;
    padding: 20px;
}

#delete-buttons-block label {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

#profile-my-tasks-dellist-form .mb-3 {
    margin: 0 !important;
}

.delete-icon {
    position: absolute;
    background: rgb(82, 82, 82);
    padding: 6px 24px;
    right: 0;
    top: 0;
    margin: 0;
    border: 1px solid #525252;
    font-size: 16px;
}

#ads-title_all_counter {
    margin-top: 9px;
}

.border-style-block {
    padding: 30px;
    border: 2px solid #d8d8d8;
    margin-top: 20px;
}

.add-step-button {
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

.price-wrap {
    position: relative;
    display: inline-block;
}

.price-range-wrap {
    position: absolute;
    padding: 15px 15px 0 15px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    display: none;
    width: 260px;
    top: 40px;
    right: 0;
    background: #fff;
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .15);
}

#adssearch-price {
    width: 124px;
    padding-right: 30px;
    min-width: auto;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

#adssearch-priceend,
#adssearch-pricestart {
    width: 110px;
    min-width: auto;
    background: #F7F7F7;
}

.filter-form-wrap {
    padding: 0 36px 0 36px;
    position: relative;
    min-height: 400px;
}

.filter-form-wrap .control-label {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 0;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 20px;
}

.text-range-wrap {
    column-count: 2;
}

.filter-form-wrap .checkbox-list .form-group div {
    column-count: 2;
}

li.select2-selection__choice:nth-child(n + 4) {
    display: none !important;
}

span#plusId {
    color: blue;
    margin-left: 5px;
    background: rgb(200, 200, 200);
    padding: 3px 8px;
    border-radius: 5px;
    border: 1px solid rgb(150, 150, 150);
}

#filter-modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(33, 37, 41, 0.64);
}

#filter-modal .modal-dialog {
    margin-top: 3%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    height: 90%;
    border-radius: 7px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 1300;
}

#filter-modal .modal-header {
    padding-top: 15px;
    position: sticky;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 9999;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

#category-search-form .form-group {
    display: inline-block;
    margin-bottom: 1rem !important;
}

#filter-modal .form-group {
    display: block;
    margin-bottom: 0 !important;
}

select.form-control {
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid #A9A9A9;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.8px;
    cursor: pointer;
    min-width: 130px;
    padding-right: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.select2-container--krajee-bs5 .select2-selection {
    border: 1px solid #A9A9A9;
}

.select2-container--krajee-bs5.select2-container--open:not(.select2-container--disabled) .select2-selection,
.select2-container--krajee-bs5:not(.select2-container--disabled) .select2-selection:focus {
    box-shadow: none;
}

.phone-hide-span {
    font-size: 14px;
}

.realPhone {
    line-height: 40px;
}

.realPhoneGrey {
    background: rgb(242, 239, 233);
    color: #000;
    border-color: rgb(204, 204, 204);
}

.realPhoneGrey:hover {
    background: #ede9e1;
    color: #000;
}

#filter-modal .field-adssearch-stock {
    margin-top: 25px;
}

.user-favorite-button{
    background: #f2efe9;
  padding: 6px 6px;
  color: #000;
  border-radius: 5px;
  font-size:14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  display: block;
  text-decoration: none;
  margin-bottom: 8px;
}
.user-favorite-button:hover{
    color:#000;
    background:#ede9e1;
}

.complaint-button{
    position:absolute;
    right:0;
    top: 10px;
    background: #f2efe9;
    padding: 6px 6px;
    color: #000;
    border-radius: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}
.complaint-button:hover {
    color: #000;
    background: #ede9e1;
}
.complaints-form {
    padding: 0 36px 36px 36px;
    position: relative;
}
#complaints-cause,#complaints-complaint{
    margin-top: 20px;
}
#complaints-cause label{
    display: block;
    padding: 5px 20px 5px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
#complaints-cause label input{
    position: absolute;
    top: 10px;
    left: 0;
}

.complaints-form .btn{
    margin-top: 30px;
    margin-bottom: 0;
}
select.form-control.sorted-select{
    width: 180px;
    border:0;
    display: inline-block;
}
#view input{
    display:none;
}
#view img{
    width:25px;
    height:25px;
    cursor:pointer;
}
.jobs-user-info-list{
    font-size: 14px;
    padding-bottom: 10px;
}
.jobs-user-info-list .user-name {
  margin-bottom: 0;
    word-break: break-word;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.jobs-user-info-list .stars span{
    font-size:14px;
}
/*
.client-rating li.inactive,.client-rating li{
    background-size: 100%;
    width:12px;
}
*/
#loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.05) url('/img/icon/loading.gif') no-repeat center center;
    z-index: 10000;
}
.profile-ads-carousel{
    padding:0 50px;
}
.home-sticly-style{
    position:sticky;
    top: 136px;
    margin-bottom: 58px;
}
.reviews-list-orders{
    position:relative;
    height: 101px;
    border-radius: 6px;
    cursor: pointer;
    padding: 14px 14px 14px 110px;
}
.reviews-list-orders:hover{
    background: #f2f1f0;
}
.reviews-list-orders .image{
   width:92px;
   height: 69px;
   position:absolute;
   left:15px;
   top:15px;
   border-radius:6px;
   overflow:hidden;
   border: 1px solid #f2f1f0;
}
.reviews-list-orders .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews-list-orders .review-ads-title{
    font-size:14px;
    font-weight:800;
    color:#000;
    text-decoration:none;
    word-break: break-word;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
}
.reviews-list-orders .price{
    font-size:14px;
    font-weight:normal;
    color:#000;
    text-decoration:none;
}
#show-more-reviews_ads{
    margin-bottom:50px;
}
#reviews-params{
    display:none;
}
#reviews-cause{
    margin-top:8px;
}
#reviews-cause label{
    display:block;
    cursor:pointer;
    font-size: 16px;
    margin-bottom:15px;
    position:relative;
    padding-left: 20px;
}
#reviews-cause label input{
    position:absolute;
    top:5px;
    left:0;
}
#reviews-cause .radio-info-span{
    display:block;
    line-height: 1.286;
    font-size: 14px;
    color: rgb(117, 117, 117);
    text-align: left;
    margin-top: 5px;
}
.bottom24{
    margin-bottom:24px;
}
.reviews-form #list-orders-block{
    margin-bottom:20px;
    position: relative;
}
.search-revies-ads-wrap{
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
}
#search-revies-ads{
    margin-bottom:20px;
}
#edit-list-review{
    display: none;
    position: absolute;
    top: 15px;
    right: 0px;
    width: 30px;
    height: 30px;
    background-image: url("../img/icon/edit_icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999;
    border: 1px solid #A9A9A9;
    padding: 5px;
    border-radius: 5px;
}
.review-ads-info{
    padding-right:20px;
}
.row-review-param{
    padding-top:8px;
    display:block;
}
/*RATING*/
.rating-area {
	overflow: hidden;
	display: inline-block;
        padding-top: 3px;
}

.rating-area:not(:checked)>input {
	display: none;
}

.rating-area:not(:checked)>label {
	float: right;
	width: 30px;
	padding: 0;
	cursor: pointer;
	font-size: 32px;
	line-height: 32px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}

.rating-area:not(:checked)>label:before {
	content: "★";
}

.rating-area>input:checked~label {
	color: #ffb020;
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label {
	color: #ffb020;
}

.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
	color: #ffb020;
	text-shadow: 1px 1px goldenrod;
}

.rating-area>label:active {
	position: relative;
}
.otziv-text{
    word-break: break-word;
}
#html-modal-xxl .btn-close{
    background-size: 20px;
}

.ispolniteli-img_and_rating-wrap{
    position: absolute;
    left:12px;
    top: 5px;
}
.ispolniteli-img-wrap{
    position: relative;
    display: inline-block;
}
.ispolniteli-img-wrap img {
  width: auto;
  height: auto;
  max-height: 150px;
  max-width: 150px;
  border-radius: 5px;
  border: 1px solid #ced4da;
}

.ispolniteli-view h1,.ispolniteli-username {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    word-wrap: break-word;
    margin-bottom: 0;
    text-decoration:none;
}
.ispolniteli-view h1{
    padding-right: 75px;
}
.ispolniteli-username{
    word-break: break-word;
-webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.ispolniteli-view h1 .views-icon {
  position: absolute;
  right: 0;
  top: -5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #d6d4d4;
}
.ispolniteli-item .online-visit {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #A9A9A9;
  margin-top: 5px;
  padding-right: 35px;
    margin-bottom: 5px;
}
.ispolniteli-item .online-visit.active {
  color: #b4de9b;
}

.age-place{
    color:#4667A2;
    font-size: 16px;
}
.garanty-block {
  border: 1px solid #66A8F8;
  border-radius: 14px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #000000;
  text-align: center;
  position: relative;
}
.ispolniteli-view .garanty-block h2 {
  background: none;
  margin-bottom: 8px;
  margin-top: 22px;
}
.iso-garanty-icon {
  position: absolute;
  width: 85px;
  height: auto;
  top: -30px;
  right: 10%;
  transform: rotate(-8.09deg);
}
.ispolniteli-view .stars a.star-info,.ispolniteli-item .stars a.star-info{
    display:none;
}
.ispolniteli-view h2 {
  color: #000000;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.ispolniteli-view p{
    color:#4667A2;
    font-size: 17px;
}
.ispolniteli-view .isp-about-icon p{
    color:#000;
    font-size: 20px;
}
.ispolniteli-view .grey{
    color:#A9A9A9;
}
.ispolniteli-view .user-otziv-wrap {
  width: 80%;
}
.ispolniteli-view .image-preview-wrap {
  margin-bottom: 10px;
  position: relative;
  height: 159px;
  overflow: hidden;
  border: 2px solid #e2e2e2;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  vertical-align: middle;
}
.ispolniteli-view .image-preview-wrap .preview-wrap-img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.ispolniteli-view h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #4667A2;
}
.yslugi-title-isp {
  padding-right: 100px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 30px;
  padding-top: 5px;
}
.yslugi-title-isp .right-block {
  position: absolute;
  right: 0;
}
.ispolniteli-item {
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-top: 17px;
  background: #ffffff;
  word-wrap: break-word;
  position: relative;
}
.yslygi-list-isp {
  padding: 0;
}
.yslygi-list-isp li {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #66A8F8;
  padding-right: 150px;
  position: relative;
  list-style: none;
  padding-top: 6px;
  padding-bottom: 6px;
}
.yslygi-list-isp li .yslygi-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  position: absolute;
  right: 0;
  top: 8px;
}
.list-all-yslygi {
  border-bottom: 2px solid #f3f3f3;
  padding-bottom: 8px;
  cursor: pointer;
}
.ispolniteli-view .show-all {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #9d9d9d;
  text-decoration: none;
  margin-bottom: 30px;
  display: inline-block;
}
.about-specialist-ul {
  margin-top:40px;
}
.about-specialist-ul li, .about-specialist-ul li a {
  list-style: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #4667A2;
    margin-bottom: 23px;
  cursor: pointer;
  text-decoration: none;
}
.slider-nav .slick-slide {
	border: 2px solid #fff;
	cursor: pointer;
	margin-left: 5px;
}

.slider-nav .slick-slide.slick-current {
	border: 2px solid #eee;
}

.slider-nav {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}

#show-all-portfolio .modal-content,
#show-all-docs .modal-content {
	min-height: 300px;
}
/*
.job-view-content-wrap .img-wrap-job {
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.job-view-content-wrap .slider-nav-jobs .img-wrap-job {
	height: auto;
	margin-left: 5px;
	box-shadow: none;
	border-radius: 0;
	border: 2px solid #fff;
}

.job-view-content-wrap .slider-nav-jobs .img-wrap-job.slick-current {
	border: 2px solid #ddd;
}

.slider-block-wrap {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.slider-for-jobs .slick-arrow.slick-next {
	background-image: url("../img/icon/slider-right.png");
	background-repeat: no-repeat;
	display: inline-block;
	margin: 3px;
	background-position: center;
	cursor: pointer;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: absolute;
	top: 170px;
	right: 0;
}

.slider-for-jobs .slick-arrow.slick-prev {
	background-image: url("../img/icon/slider-left.png");
	background-repeat: no-repeat;
	display: inline-block;
	margin: 3px;
	background-position: center;
	cursor: pointer;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: absolute;
	top: 170px;
	left: 0;
}

.slider-nav-jobs {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}

.job-view-content-wrap .slider-for-jobs .img-wrap-job {
	box-shadow: none;
	border-radius: 0;
}

.slider-nav-jobs .slick-arrow.slick-prev {
	bottom: auto;
	left: 0;
	top: -230px;
	z-index: 16;
}

.slider-nav-jobs .slick-arrow.slick-next {
	bottom: auto;
	right: 0;
	top: -230px;
	z-index: 16;
}

.job-view-content-wrap .img-wrap-job img {
	height: auto;
	max-height: 100%;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
}

.job-view-content-wrap .slider-nav-jobs .img-wrap-job img {
	height: auto;
	max-height: 100%;
	margin: 0 auto;
	width: auto;
	cursor: pointer;
}
*/

.title-data {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #4667A2;
  margin-bottom: 23px;
  margin-top: 21px;
}

.isplolniteli-list-data-isp li {
  list-style: none;
  background-position: left center;
  padding-left: 30px;
  background-repeat: no-repeat;
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #66A8F8;
}
.isplolniteli-list-data-isp li.phone-icon.active {
  background-image: url("../img/icon/isp_phone.png");
}
.isplolniteli-list-data-isp li.email-icon.active {
  background-image: url("../img/icon/isp_mail.png");
}
.isplolniteli-list-data-isp li.passport-icon.active {
  background-image: url("../img/icon/isp_book-check.png");
}
.isplolniteli-list-data-isp li.diplom-icon.active {
  background-image: url("../img/icon/isp_graduation-cap.png");
}

.show-in-480 {
  display: none;
}
.ispolniteli-view #reviews-link{
    display:none;
}





/* Page jobs style */
a.map-link {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #b4de9b;
	display: inline-block;
	text-decoration: none;
	padding-right: 45px;
	background-image: url("../img/icon/geo-icon-green.png");
	background-repeat: no-repeat;
	background-position: right center;
	width: auto;
	margin: 0 auto;
}

@media (max-width: 1199px) {
	a.map-link {
		font-size: 16px;
	}
}

.map-link-wrap {
	margin-bottom: 20px;
	min-width: 300px;
}

.left-menu-job {
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 30px;
}

.left-menu-job .menu-item-block {
	position: relative;
}

.left-menu-job label {
font-weight: 600;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.04em;
color: #4667A2;
width: 80%;
cursor: pointer;
}
.left-menu-job .parent-task-block label {
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.04em;
color: #66A8F8;
width: 80%;
cursor: pointer;
}
.left-menu-job .arraw.active {
	background-image: url("/img/icon/hide-icon.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.left-menu-job .arraw {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 12px;
	background-image: url("/img/icon/show-icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.left-menu-job .menu-item-title {
	padding-left: 25px;
}

.left-menu-job .menu-item-block {
	padding-top: 11px;
	padding-bottom: 11px;
}

.left-menu-job .menu-item-block input {
	margin-right: 9px;
	margin-top: 5px;
}
.form-check-input.fill:checked {
background-color: #3C68A7;
border-color: #3C68A7;
  background-image: url("../img/icon/check_line.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.left-menu-job li {
	list-style: none;
	padding: 10px 0;
}
.left-menu-job .parent-task-block li {
  list-style: none;
  padding: 5px 0;
}
.parent-task-block ul{
    padding-left: 55px;
    margin-top: 10px;
    margin-bottom: 0;
}
.form-jobs-wrap {
	background: #ffffff;
        margin-bottom: 57px;
        background-image: url("/img/icon/isp_search-image.png");
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 50%;
}

.form-jobs-wrap label {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */
	color: #000000;
	letter-spacing: 0.2px;
	width: 87%;
}

.form-jobs-wrap label.grey,
.form-jobs-wrap label .grey {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #c4c4c4;
	letter-spacing: 0.2px;
}

.form-jobs-wrap input[type="text"] {
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	/* identical to box height, or 139% */
	/*letter-spacing: 0.04em;*/
	color: #000000;
	font-family: latoregular, sans-serif;
	letter-spacing: 0.2px;
}

.form-jobs-wrap input::placeholder {
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	/* identical to box height, or 156% */
	/* letter-spacing: 0.04em;*/
	color: #c4c4c4;
	font-family: latoregular, sans-serif;
	letter-spacing: 0.2px;
}

.params-search-wrap .params-search {
	margin-top: 28px;
}

.form-jobs-wrap .checkbox-search {
	/*margin-top: 5px;*/
}
.mb-3.field-useruslugi-work_in_client{
    margin-bottom:0 !important;
}
.sort-wrap {
	position: relative;
}

.sort-search-params {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	cursor: pointer;
	width: 220px;
	background: #ffffff;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 10px;
}

.sort-search-params li {
	list-style: none;
}

.sort-wrap:hover .sort-search-params {
	display: block;
}

.sort-wrap .arraw.active {
	background-image: url("/img/icon/hide-icon.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.sort-wrap .arraw {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	top: 4px;
	background-image: url("/img/icon/show-icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.tasks-jobs-index .orders-item {
	padding-left: 41px;
}

.tasks-jobs-index .orders-item .right-block {
	right: 41px;
}
.ispolniteli-item .ispolniteli-about {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.04em;
    color: #4667A2;
    margin-top: 0;
    word-break: break-word;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pages .reklama-wrap {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #615e5e;
  margin: 0;
}
.pages .reklama-wrap img {
  float: left;
}
.pages .reklama-wrap p {
  padding: 40px 20px 20px 20px;
}
.ispolniteli-info-wrap{
    position:relative;
    padding-left:150px;
    min-height: 160px;
}
.btn.btn-search-isp {
    position: absolute;
    right: 16px;
    top: 5px;
    border-radius: 5px;
    background: #4EAAFF;
    color: #FBF7F4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    height: 33px;
    padding: 0px 64px;
    text-align: center;
}

.btn.btn-search-isp:hover {
    background: #009CF0;
}
.phone-button-isp,.phone-button-isp-mobile {
    padding: 8px 0;
    padding-left: 15px;
    color: #FBF7F4;
    border: 1px solid #4EAAFF;
    background: #4EAAFF;
    background-image: url("/img/icon/isp_phone_l.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-bottom: 14px;
    font-size: 18px;
}
.realPhoneGrey.phone-button-isp{
    padding: 11px 0;
    font-size: 14px;
    letter-spacing: 0.1px !important;
    background: rgb(242, 239, 233);
    color: #000;
    border-color: rgb(204, 204, 204);
}
.telegram-button-isp {
    padding: 8px 0;
    padding-left: 15px;
    color: #FBF7F4;
    border: 1px solid #4EAAFF;
    background: #4EAAFF;
    background-image: url("/img/icon/isp_telegram.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-bottom: 14px;
    font-size: 18px;
}
.ispolniteli-info-wrap .phone-button-isp,.ispolniteli-info-wrap .phone-button-isp-mobile,.ispolniteli-info-wrap .telegram-button-isp{
    display:inline-block;
    width:48%;
    max-width:200px;
    margin-top: 13px;
}
.list-orders a.phone-button-isp:hover,a.phone-button-isp:hover,
.list-orders a.phone-button-isp:active,a.phone-button-isp:active,
.list-orders a.phone-button-isp-mobile:hover,a.phone-button-isp-mobile:hover,
.list-orders a.phone-button-isp-mobile:active,a.phone-button-isp-mobile:active,
.list-orders a.telegram-button-isp:hover,a.telegram-button-isp:hover,
.list-orders a.telegram-button-isp:active,a.telegram-button-isp:active{
    color: #FBF7F4;
    background-color: #009CF0;
}
.user-favorite-button-isp {
padding: 6px 6px;
color: #000;
border-radius: 5px;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;
display: block;
text-decoration: none;
margin-bottom: 8px;
width: 36px;
position: absolute;
right: 8px;
top:-3px;
}
.user-favorite-button-isp span{
    display:none;
}

.reviews-list-waiting{
    padding: 23px 23px 12px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    position: relative;
    margin-bottom: 24px;
    min-height:110px;
}
.reviews-job-img-wrap{
width: 92px;
height: 69px;
position: absolute;
left: 23px;
top: 23px;
border-radius: 6px;
overflow: hidden;
border: 1px solid #f2f1f0;
}
.reviews-waiting-info{
    padding-left:110px;
    min-height: 75px;
}
.reviews-job-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-waiting-employer{
font-size: 14px;
font-weight: 800;
color: #000;
text-decoration: none;
word-break: break-all;
-webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
padding-right: 25px;
}
.reviews-waiting-title{
font-size: 14px;
font-weight: 400;
color: #000;
word-break: break-word;
-webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
padding: 2px 0;
}
.reviews-price{
    font-size: 14px;
font-weight: 400;
color: #000;
}
.reviews-list-waiting .btn-close-waiting{
  position: absolute;
  top: 5px;
  right: 5px;
}

.reviews-buttons{
    position:absolute;
    right:0;
    top:0;
}
.one-otziv.one-otziv-profile{
    padding-right:50px;
}
.reviews-edit-icon{
    display:inline-block;
    width:20px;
    height:20px;
    background-image: url("/img/icon/edit_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin:0 10px;
}
.reviews-delete-icon{
    display:inline-block;
    width:20px;
    height:20px;
    background-image: url("/img/icon/delete_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  margin-right: 9px;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #A9A9A9;
   border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  cursor:pointer;
}

input[type="checkbox"]:checked {
    background-color: #3C68A7;
    border-color: #3C68A7;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.closed-warning-block{
    margin-top:15px;
    margin-bottom:15px;
    padding:11px;
    background-color: #fff5e2;
border-radius: 5px;
display:block;
text-decoration:none;
text-align: center;
font-size:14px;
}
.closed-warning-content-_f4_B{
font-weight: bold;
color: #000;
}

:root {
  --yellow: #fffbbc;
  --lightbox: #242424;
}

/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
  background: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
  position:fixed;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 10px;
}

.lightbox-modal .carousel-control-next {
  right: 10px;
}
.navigator-form{
    margin-top:10px;
    margin-bottom:10px;
}
.navigator .like {
    display: block;
    position: absolute;
    right: 40px;
    top: 0;
    height: 100%;
    width: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    background-image: url(../img/icon/like-top.png);
    background-size: 26px auto;
    text-decoration: none;
}

.navigator .like:hover,
.navigator .like.active-like {
    background-image: url("../img/icon/like-red.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.navigator .cart_top {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    background-image: url(../img/icon/cart_top.png);
    background-size: 24px auto;
    text-decoration: none;
}
.user-location-wrap{
    position:relative;
}
#userLocation{
    position: absolute;
    right: 12px;
    background: #f7f7f7;
    border: 1px solid #CECECE;
    border-radius: 5px;
    padding: 15px 15px 1px 15px;
    font-size: 14px;
    z-index: 1001;
    width:100%;
}
#userLocation a.btn-primary,#userLocation a.btn-grey{
    display:block;
    text-align:center;
    font-size:14px;
    padding: 8px 0;
    
}
.grid-column-menu{
/*
display: inline-block;
max-width: 350px;
width: 50%;
margin-left: 40px;
*/
display: block;
margin-right: 40px;
margin-top: 20px;
}

.category-search-form{
    position:relative;
}
#userdata-documents {
  display: none;
}
#userdata-documents-file, #tasks-documents-file {
  display: none;
}
#userdata-form .image-preview-wrap {
  position: relative;

  overflow: hidden;
  border: 2px solid #e2e2e2;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  vertical-align: middle;
}
#userdata-form .preview-wrap-img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.mobile-scroll-wrap{
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    height: 70px;
}
.mobile-scroll{
    position: absolute;
    left: 0%;
    width: 100%;
    min-width:700px;
}
.column-count-md-3{
    column-count: 3;
}
.column-count-md-2{
     column-count: 2;   
}
.column-count-md-2 .form-group {
  break-inside: avoid-column;
}

.passport-image-add .t-info {
	position: absolute;
	top: 130px;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	/* identical to box height, or 167% */
	text-align: center;
	color: #959595;
	font-family: GothamProRegular;
	width: 100%;
}

.border-wrap {
	border: 2px dashed #959595;
	border-radius: 10px;
	height: 215px;
	position: relative;
	padding-top: 70px;
}

#progress-block1,
#progress-block2 {
	position: absolute;
	bottom: 25px;
	width: 100%;
}
.progress-block {
  padding: 0 30px;
}

.adddiplom {
	background-image: url("../img/icon/add-foto.png");
	background-repeat: no-repeat;
	background-position: center 30px;
}

.passport-image-add.adddiplom .t-info {
	width: 100%;
}

.pass2-block,
.pass1-block {
	margin-bottom: 20px;
}


#result-upload-wrap {
	column-count: 2;
	margin-top: 40px;
}

#result-upload-wrap .result-upload {
	position: relative;
}


#profile-index-portfolio #result-upload-wrap div.result-upload {
	height: 240px;
}

#result-upload-wrap div.result-upload {
	overflow: hidden;
	border-radius: 10px;
	/* height: 240px;*/
	margin-bottom: 40px;
	display: inline-flex;
	border: 1px solid #c4c4c4;
	width: 100%;
	vertical-align: middle;
	/*  display:table-cell;*/
}

#result-upload-wrap div.result-upload img {
	width: auto;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

.img-wrap {
	width: 100%;
	text-align: center;
}

#dropZone {
	min-height: 190px;
	height: auto;
	border: 2px dashed #c4c4c4;
	border-radius: 10px;
	cursor: pointer;
	margin-top: 40px;
}

#dropZone:hover {
	border: 2px dashed #bc0000;
}

.upload-text-complete {
	text-align: right;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #b0adad;
}

.progress-block .progress {
	margin-bottom: 0;
}

.progress-block .progressbar-title {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	/* identical to box height, or 188% */
	color: #000000;
	word-wrap: anywhere;
	overflow: hidden;
}

#dropZone.hover {
	background: #ddd;
	border-color: #aaa;
}

#dropZone.error {
	background: #faa;
	border-color: #f00;
}

#dropZone.drop {
	background: #afa;
	border-color: #0f0;
}
#filter-actions{
    position: sticky;
bottom: 0;
background: #fff;
width: 100%;
padding-top: 20px;
border-top: 1px solid #eee;
padding-bottom: 20px;margin-bottom: 0;
}