@font-face {
    font-family: 'Helvetica Neue';
    src: local('Helvetica Neue Light'), local('Helvetica-Neue-Light'),
    url('../fonts/HelveticaNeue/HelveticaNeueCyr-Light.woff2') format('woff2'),
    url('../fonts/HelveticaNeue/HelveticaNeueCyr-Light.woff') format('woff'),
    url('../fonts/HelveticaNeue/HelveticaNeueCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: local('Helvetica Neue Roman'), local('Helvetica-Neue-Roman'),
    url('../fonts/HelveticaNeue/HelveticaNeueCyr-Roman.woff2') format('woff2'),
    url('../fonts/HelveticaNeue/HelveticaNeueCyr-Roman.woff') format('woff'),
    url('../fonts/HelveticaNeue/HelveticaNeueCyr-Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: local('Helvetica Neue Medium'), local('Helvetica-Neue-Medium'),
    url('../fonts/HelveticaNeue/HelveticaNeueCyr-Medium.woff2') format('woff2'),
    url('../fonts/HelveticaNeue/HelveticaNeueCyr-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeue/HelveticaNeueCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: local('Helvetica Neue Bold'), local('Helvetica-Neue-Bold'),
    url('../fonts/HelveticaNeue/HelveticaNeueCyr-Bold.woff2') format('woff2'),
    url('../fonts/HelveticaNeue/HelveticaNeueCyr-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeue/HelveticaNeueCyr-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Helvetica Neue', Tahoma;
    color: black;
}

a {
    text-decoration: none;
    color: #0093e0;
    outline: none;
}

a:hover {
    color: #15AFFF;
}

a:focus {
    box-shadow: none !important;
}

select, button {
    outline: none;
    cursor: pointer;
    box-shadow: none !important;
}

textarea {
    outline: none;
    resize: none;
}

.default-control:focus, .form-control:focus {
    box-shadow: 0 3px 6px 0 rgba(0, 167, 255, 0.16);
    border: solid 1px #00a7ff;
    background-color: #fafafa;
    outline: none;
}

.main-navbar {
    height: 64px;
    margin: 0 1px 1px 0;
    padding: 15px 0 15px 0;
    border-bottom: solid 1px #c4c4c4;
}

.main-navbar-with-sub {
    border-bottom: 0;
}

.sub-navbar {
    height: 54px;
    border-top: solid 1px #c4c4c4;
}

.main-navbar .navbar-brand img {
    height: 34px;
}

.main-navbar .navbar-brand img {
    margin-right: 5px;
}

.main-navbar .navbar-collapse {
    border-left: solid 1px #C4C4C4;
    padding-left: 10px;
    height: 30px;
}

.sub-navbar .navbar-collapse {
    border-left: 0;
    padding-left: 0;
}

.sub-navbar .container {
    padding-left: 5px;
}
.main-navbar .dropdown-menu {
    font-size: 14px;
}

.main-navbar .nav-item {
    padding: 6px;
}

.simple-link {
    color: black;
    font-size: 14px;
    padding: 6px;
    text-decoration: none;
    display: inline-block;
    border: solid 1px transparent;
}

.simple-link:hover {
    background: #f6f6f6;
    color: inherit;
    text-decoration: none;
}

.user-link-menu:hover {
    background: none !important;
    color: #15AFFF;
}
.simple-link-huge {
    font-size: 16px;
}

.link-background {
    border-radius: 3px;
}

.link-background-blue {
    background-color: #eff6fd;
}

.link-background-red {
    background-color: #f8effd;;
}

.link-background-blue:hover {
    color: rgba(0, 0, 0, 0.7);
    background: #eff6fd;
}

.link-background-red:hover {
    color: rgba(0, 0, 0, 0.7);
    background: #f8effd;
}

.link-background-light {
    background-color: #fdfbef;
}

.link-background-light:hover {
    background-color: #eff6fd;
    border: solid 1px rgba(0, 128, 255, 0.3);
}

.link-background-white {
    background-color: white;
}

.main-navbar .nav-link-auth {
    font-weight: 500;
    padding: 8px 12px 9px;
}

.main-navbar .nav-user-link {
    padding: 11px 12px 9px;
}

.main-navbar .nav-link-search {
    border-right: solid 1px #C4C4C4;
    padding: 6px 25px 6px 6px;
    height: 30px;
    display: inline-block;
}

.main-navbar .vertical-divider {
    border-right: 1px solid #C4C4C4;
    height: 30px;
    margin-top: 11px;
    width: 1px;
    margin-left: -10px;
}

.main-navbar .vertical-divider-auth {
    margin-top: 13px;
}
.main-btn {
    color: white !important;
    padding: 8px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    background: linear-gradient(to bottom, #23c74e, #1eb546);
    text-align: center;
    font-size: 14px;
}
.main-btn:hover {
    background: linear-gradient(to bottom, #26db55, #23c74e);
}

.main-btn-huge {
    font-size: 17px;
    padding: 13px;
}

.main-btn-blue {
    background: linear-gradient(179deg, #00a7ff 6%, #0093e0 93%);
}

.main-btn-blue:hover {
    background: linear-gradient(to bottom, #4bc1ff 1%, #00a7ff 99%);
}

.main-btn-red {
    background: linear-gradient(to bottom, #c72323, #b51e1e);
}

.main-btn-red:hover {
    background: linear-gradient(to bottom, #b55037 1%, #c74236 99%);
}

.main-btn-light {
    background: white;
    color: black!important;
}

.main-btn-light:hover {
    background: #f6f6f6;
    transition: 0s;
}

.main-btn-long {
    padding: 8px 12px;
    font-weight: 500;
}
.main-btn-long i {
    margin-right: 5px;
}

.search-input-index {
    width: 80%;
    display: inline-block;
    margin-right: -12px;
    vertical-align: top;
}

.search-input-index input {
    width: 100%;
}

.search-btn-index {
    display: inline-block;
    width: 18%;
    vertical-align: top;
    padding: 10px;
}

.default-control {
    border-radius: 5px;
    border: solid 1px rgba(0, 0, 0, 0.3);
    background-color: #fafafa;
    padding: 10px;
    font-size: 14px;
    width: 100%;
}

select.default-control {
    height: 43px;
}
.search-form-index {
    margin-top: 30px;
}

.search-description-index {
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #6F6F6F;
}

.search-index {
    min-height: 335px;
    background: url('../img/header-house.png') no-repeat right;
    background-size: auto 100%;
    background-origin: padding-box;
    padding-top: 42px;
    padding-bottom: 42px;
}

.input-with-icon {
    display: inline-block;
    min-height: 43px;
}

.input-with-icon input {
    padding-left: 38px;
}

.input-with-icon i {
    margin-top: -30px;
    display: block;
    margin-left: 12px;
    width: 19px;
    text-align: center;
}

.gray-section-index {
    background-color: #fafafa;
}

.category-card-slider {
    margin-left: 15px;
    margin-right: 15px;
    height: 270px;
    background-size: cover;
    padding: 0 !important;
}

.category-card-slider .caption {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -2%, rgba(0, 0, 0, 0.51));
    width: 100%;
    height: 100%;
}

.category-card-slider .caption > .title {
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 15px 10px;
}

.product-card {
    margin-top: 20px;
}

.product-card .cover {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
}

.product-card .dropdown {
    display: inline-block;
}
.product-card .dropdown-menu {
    padding: 10px;
    min-width: 200px;
}
#product-manage {
    padding: 2px 5px 3px;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);;
    border: solid 1px rgba(0, 0, 0, 0.05);
    height: 20px;
    opacity: 0.7;
    width: 45px;
}
#product-manage:hover {
    opacity: 1;
}
.product-card .content {
    padding: 20px 18px 18px;
    background: #FAFAFA;
}

.product-card .content .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.19;
}
.product-card .content .title a {
    color: black;
}
.product-card .parameters {
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    padding-bottom: 22px;
    margin-bottom: 13px;
}

.price {
    display: flex;
    justify-content: space-between;
}

.price .type {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.19;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 15px;
}

.price .value {
    margin-top: 7px;
    font-weight: bold;
    line-height: 1.25;
    font-size: 20px;
}

.product-card .author {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
}

.product-card .author .avatar {
    display: flex;
}

.rating i {
    font-size: 15px;
    color: #dd9900;
}

.product-card .rating-point {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.21;
}

.parameters .parameter .name {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.parameters .parameter .value {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.21;
    margin-top: 10px;
    text-align: center;
}

.username .text {
    padding-top: 4px;
    font-size: 14px;
    line-height: 1.21;
    margin-left: 11px;
    font-weight: 500;
}

.username {
    display: flex;
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-block {
    margin-top: 50px;
}

.recommended-index .simple-link, .reviews-section-index .simple-link {
    margin-top: 25px;
}

.avatar .image {
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    position: relative;
    float: left;
}

.avatar .online {
    border-radius: 50%;
    background: #22c44d;
    position: absolute;
    top: 0;
}

.avatar-dialog .image {
    width: 46px;
    height: 46px;
}

.avatar-dialog .online {
    right: 0px;
    top: 1px;
    height: 13px;
    width: 13px;
    border: 2px solid white;
}

.avatar-md .image {
    width: 70px;
    height: 70px;
}

.avatar-md .grade-review {
    border-radius: 50%;
    background: #22c44d;
    position: absolute;
    top: 0;
    right: 0;
    height: 22px;
    width: 22px;
    border: 1px solid white;
    font-size: 14px;
    color: white;
    text-align: center;
    padding-left: 1px;
    font-weight: 500;
}

.avatar-md .online {
    right: 2px;
    top: 2px;
    height: 16px;
    width: 16px;
    border: 2px solid white;
}

.avatar-lg .online {
    right: 5px;
    top: 5px;
    height: 18px;
    width: 18px;
    border: 2px solid white;
}

.avatar-lg .image {
    width: 100px;
    height: 100px;
}

.avatar-sm .online {
    right: -2px;
    height: 8px;
    width: 8px;
    border: 1px solid white;
}

.avatar-sm .image {
    width: 25px;
    height: 25px;
}

.items-header {
    margin-bottom: 15px !important;
}

.main-header {
    margin-bottom: 35px;
}

.how-works-section-index .step {
    text-align: center;
    margin-top: 20px;
}

.how-works-section-index .step .header {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.28;
}

.how-works-section-index .step .description {
    font-size: 16px;
    line-height: 1.13;
    margin-top: 10px;
}

.seller {
    padding: 20px 16px 20px 17px;
    border-radius: 5px;
    box-shadow: 0 0 12px 0 #eff6fd;
    border: solid 1px #eff6fd;
    text-align: center;
    margin-top: 20px;
    display: block;
    color: black!important;
}

.seller .image {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: inline-block;
    background-size: cover;
    background-position: center;
}

.seller .header {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.28;
}

.seller .description {
    font-size: 16px;
    line-height: 1.13;
    margin-top: 10px;
}

.banner-section-index {
    background-image: url("../img/house-section.png");
    background-repeat: no-repeat;
    background-color: #B7D7E1;
    background-position: right;
    background-size: auto 100%;
    padding: 50px;
    font-size: 16px;
    line-height: 1.13;
}

.banner-section-index h4 {
    line-height: 1.21;
}

.banner-section-index .main-btn {
    margin-top: 20px;
}

.slide {
    padding: 0 5px
}

footer {
    margin-top: 50px;
    border-top: solid 1px #c4c4c4;
    padding-top: 30px;
    padding-bottom: 20px;
}

footer .logo {
    height: 34px;
}

footer .description {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.17;
}

footer .header-footer {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.19;
    margin-bottom: 20px;
}

footer .exchange-banner, footer .header-footer, footer .exchange-banner, footer .logo {
    margin-top: 20px;
}

footer .footer-link {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: black;
    text-decoration: none;
}

footer .footer-link:hover {
    text-decoration: underline;
}

.exchange-banner {
    background-image: url("../img/footer-house.png");
    background-position: right;
    background-color: #EFF6FD;
    background-repeat: no-repeat;
    padding: 20px 12px 20px 12px;
    border: solid 1px rgba(0, 0, 0, 0.05);
}

.exchange-banner .header {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

footer .social {
    display: inline-block;
    margin-top: 10px;
    color: #00a7ff;
    margin-right: 7px;
}

main {
    padding-top: 50px;
}

.color-gray {
    color: rgba(0, 0, 0, 0.7) !important;
}

.forgot-link {
    float: right;
    font-size: 14px;
    text-decoration: none;
}

.register-link {
    margin-top: 5px;
    font-size: 16px;
}

.auth-hr {
    width: 50%;
    margin-bottom: 25px;
}

.social-network-auth {
    display: block;
    border-radius: 5px;
    border: solid 1px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: black;
    padding: 13px;
    text-decoration: none;
    margin-top: 10px;
}

.social-network-auth i {
    float: right;
}

.social-network-auth:hover, .social-network-auth:hover i {
    color: white;
}

.vk-link:hover {
    background-color: #2787f5;
}

.facebook-link:hover {
    background-color: #4267b2;
}

.vk-link i {
    color: #2787F5;
}

.facebook-link i {
    color: #4267b2;
}

.main-hr {
    margin-left: auto;
    margin-right: auto;
    border: 0;
    height: 1px;
    background: #B2B2B2;
}

label {
    margin-bottom: 5px;
}

.form-group {
    margin-top: 16px;
}

.invalid-feedback {
    color: #fc4949;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
}

.is-invalid {
    border-color: #fc4949;
}
.is-invalid-icon {
    color: #fc4949;
}

.profile-info-block {

    background-color: #fafafa;
}

.profile-info-block .info {
    margin-left: 155px;
}

.profile-info-block .info .username {
    margin-top: -4px;
    font-size: 14px;
}

.profile-info-block .info .description {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.13;
    color: #000000;
}

.profile-info-block .info .contacts {
    margin-top: 20px;
}

.profile-info-block .info .contacts a {
    text-decoration: none;
    font-size: 20px;
    padding: 0 15px;
}

.profile-info-block .buttons {
    text-align: right;
}

.profile-info-block .buttons .btn {
    margin-left: 12px;
}

.profile-info-block .parameters-block {
    justify-content: flex-end;
}

.icon-telegram-color {
    color: #00a8e8;
}

.icon-globe-color {
    color: #1eb847;
}

.icon-vk-color {
    color: #2787F5;
}

.icon-instagram-color {
    color: #dd2a7b;
}

.icon-facebook-color {
    color: #4267b2;
}

.portfolio-item {
    height: 165px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    margin-top: 15px;
    display: block;
}

.portfolio-item .caption {
    display: none;
    color: white;
    background: rgba(0, 0, 0, 0.51);
    height: 100%;
    width: 100%;
    position: relative;
}

.portfolio-item .content {
    position: absolute;
    bottom: 0;
    padding: 10px;
}

.portfolio-item .description {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.17;
    font-weight: 300;
}

.portfolio-item .statistic {
    margin-top: 4px;
}

.portfolio-item .statistic .item {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}

.portfolio-item .content .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
}

.portfolio-item:hover .caption {
    display: block;
}

.card-body .form-group:first-of-type {
    margin-top: 0;
}

.reviews-statistic {
    margin-bottom: 45px;
}

.reviews-statistic .average-user-rating {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.23;
}

.reviews-statistic .reviews-count {
    font-size: 24px;
    font-weight: 500;
    vertical-align: middle;
}

.grades-statistic .rating-grade {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.grades-statistic .percentage-bar {
    border-radius: 3px;
    background-color: #eff6fd;
    width: 76%;
    vertical-align: middle;
    height: 18px;
    display: inline-block;
}

.grades-statistic .percent-for-painting {
    height: 100%;
    border-radius: 3px;
}

.bg-grade-5 {
    background: #22c54d!important;
}

.bg-grade-4 {
    background: #8fd365!important;
}

.bg-grade-3 {
    background: #edca5a!important;
}

.bg-grade-2 {
    background: #fcab49!important;
}

.bg-grade-1 {
    background: #fc4949!important;
}

.grades-statistic .grade-number {
    font-size: 16px;
    line-height: 1.13;
    color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    width: 5%;
}

.grades-statistic .number-reviews-count {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.19;
    display: inline-block;
    width: 15%;
    text-align: center;
}

.review {
    margin-top: 20px;
    border-bottom: solid 1px #c4c4c4;
    padding-bottom: 20px;
}

.review .content {
    margin-left: 95px;
    padding-top: 3px;
    min-height: 70px;
}

.review .content .text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.24;
}

.review .author {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.19;
    color: black;
}

.review .review-top {
    display: flex;
    justify-content: space-between;
}

.review .review-date {
    font-size: 14px;
    line-height: 1.14;
    color: rgba(0, 0, 0, 0.7);
}

.reply-review {
    border-bottom: 0;
    padding-bottom: 0;
    margin-left: 60px;
}

.reviews-list {
    padding-right: 35px;
}

.profile-statistic {
    border-radius: 3px;
    border: solid 2px #fafafa;
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
}

.profile-statistic .title {
    font-size: 18px;
    line-height: 1.22;
    font-weight: 500;
}

.profile-statistic .value {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.21;
}

.type-links {
    margin-bottom: 20px;
}

.type-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.28;
    color: #000000;
    display: inline-block;
    cursor: pointer;
    padding-bottom: 6px;
    margin-right: 25px;
}

.type-link-active {
    border-bottom: 2px solid #22c54d;
    font-weight: 600;
}

.type-link .counter {
    float: right;
    font-size: 14px;
    line-height: 1.21;
    color: #000000;
    margin-left: 7px;
}

.main-table thead {
    background-color: #fafafa;
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

.main-table th {
    font-weight: 400;
    text-align: center;
    padding: 9px 10px;
    border: none;
    vertical-align: top;
}

.main-table td {
    font-weight: 600;
    color: black;
    padding: 18px 10px;
    text-align: center;
}

.main-table td a {
    color: black;
}

.main-table .username {
    justify-content: center;
}

.main-table .username .text {
    font-weight: 600;
}

.status-block-marking {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
    margin-bottom: -2px;
}

.status-done {
    background: #22c54d;
}

.status-in-process {
    background: #8fd365;
}

.status-canceled {
    background: #fc4949;
}

.status-acceptance-applications {
    background: #edca5a;
}

.status-dispute {
    background: #ed8617;
}

.counter-new-items {
    display: inline-block;
    font-size: 10px;
    border-radius: 50%;
    line-height: 17px;
    background-color: #22c54d;
    color: white;
    width: 16px;
    text-align: center;
    position: absolute;
    top: 6px;
    margin-left: 3px;
}

.main-menu-counter {
    position: relative;
    top: -1px;
    padding: 0 2px 0 1px;
}

.chat-counter {
    position: initial;
    font-size: 12px;
    width: auto;
    padding: 4px;
    min-width: 20px;
    border-radius: 5px;
    line-height: 14px;
    margin-top: 4px;
    float: right;
}

.chat-has-new-msg {
    background: #f0f2f5;
}
.user-type-switch {
    padding: .25rem 1rem;
    white-space: nowrap
}

.user-type-switch a {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}

.user-type-switch a:hover {
    color: #15AFFF;
}

.user-type-switch {
    padding: 0.4rem 1rem;
}

.user-type-switch .selected {
    font-weight: 500;
    display: inline-block;
    line-height: 1.25;
    font-size: 14px;
}

.user-type-switch .divider {
    display: inline-block;
    margin: 0 5px;
}

.dropdown-item {
    padding: .35rem 1rem;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    background-color: #eff6fd;
    color: black;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
}

.user-info-card {
    border-radius: 3px;
    background-color: #fafafa;
    padding: 30px 14.5px 30px 15px;
}

.user-info .info {
    margin-left: 15px;
}

.user-info-card .info .username {
    font-size: 14px;
    margin-top: -5px;
}

.user-info {
    display: flex;
    align-items: center;
}

.user-info-card .parameters {
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    padding-bottom: 22px;
    margin-bottom: 13px;
}

.user-info-card .buttons {
    margin-top: 30px;
}

.user-info-card .main-btn-blue {
    margin-top: 15px;
}

.user-info-card .contacts {
    margin-top: 20px;
    text-align: center;
}

.user-info-card .contacts a {
    font-size: 18px;
    padding: 5px 15px;
}

.mini-block {
    margin-top: 35px;
}

.breadcrumb {
    font-size: 14px;
    line-height: 1.14;
    color: rgba(0, 0, 0, 0.7);
}

.breadcrumb a {
    color: black;
}

.product-info h5, .product-info h3 {
    font-weight: bold;
}

.flex-table .data {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.characteristics-block .name {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.7);
}

.characteristics-block .list .name {
    margin-bottom: 10px;
}

.characteristics-block .value {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.product-info .flex-table, .characteristics-block .list {
    margin-top: 15px;
}

.product-composition .name {
    font-size: 16px;
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.7);
}

.product-composition .value {
    font-size: 14px;
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.7);
}

.product-composition .price {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
}

.product-carousel .carousel-item {
    height: 410px;
    text-align: center;
}

.product-carousel .carousel-item img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.product-carousel .carousel-control-next {
    justify-content: flex-end;
}

.product-carousel .carousel-control-prev {
    justify-content: flex-start;
}

.product-carousel .carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
}

.product-carousel .carousel-thumbnails {
    margin: 15px auto 0;
    height: 100px;
}

.product-carousel .carousel-thumbnails [data-bs-slide-to] {
    width: 100px;
    height: 100px;
    text-indent: 0;
    flex: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    background-size: cover;
    background-position: center;
    border: solid 1px white;
    margin: 0 10px;
}

.product-carousel .main-slider .carousel-control-next-icon,
.product-carousel .main-slider .carousel-control-prev-icon {
    opacity: 0.7;
    background-color: #000000;
    font-size: 25px;
    font-weight: 300;
    color: white;
    line-height: 42px;
    height: 42px;
    width: 26px;
    border-radius: 0 5px 5px 0;
}

.product-carousel .main-slider .carousel-control-next-icon {
    border-radius: 5px 0 0 5px;
}

.product-carousel .carousel-thumbnails [data-bs-slide-to]:hover {
    border: solid 1px #00a7ff;
}

.product-carousel .carousel-thumbnails .carousel-control-next-icon,
.product-carousel .carousel-thumbnails .carousel-control-prev-icon {
    color: black;
    font-size: 30px;
    font-weight: bold;
}

.full-screen-btn {
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 10;
    cursor: pointer;
    border-radius: 3px;
    background-color: #000000;
    padding: 5px;
    color: white;
    opacity: 0.7;
}

.full-screen-btn:hover {
    opacity: 1;
}

.product-options-table .hidden-package {
    display: none;
}

.product-options-table .delete-option {
    font-size: 13px;
    margin-top: 5px;
}

.product-options-table th {
    background-color: #fafafa;
    text-align: center;
}

.product-options-table th, .product-options-table td {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    padding: 10px !important;
}

.product-options-table .check-mark {
    font-size: 24px;
    color: #22c54d;
    line-height: 0.6;
    text-align: center;
}

.product-options-table .text-value {
    font-weight: bold;
    text-align: center;
}

.product-options-table td {
    vertical-align: middle;
}

.from-to-inputs .first {
    margin-right: -5px;
    border-radius: 5px 0 0 5px;
    border-right: 0;
}

.from-to-inputs .last {
    border-radius: 0 5px 5px 0;
}

.from-to-inputs input, .from-to-inputs .input-with-icon {
    width: 48%;
}

.from-to-inputs .input-with-icon {
    vertical-align: bottom;
}

.from-to-inputs .input-with-icon input {
    width: 100%;
}
.from-to-inputs input {
    vertical-align: top;
}
.search-parameters-block {
    margin-bottom: 18px;
}

.search-parameters-block .dropdown-toggle {
    text-align: left;
}

.search-parameters-block .main-btn {
    height: 43px;
    margin-top: 18px;
}

.search-parameters-block .row {
    /*margin-bottom: 18px;*/
}

.search-parameters-block .items-header {
    margin-top: 18px;
}

.search-radio-buttons input[type=radio] {
    display: none;
}

.search-radio-buttons input[type=radio]:checked + label {
    background: linear-gradient(to bottom, #23c74e, #1eb546);
    color: white;
}

.search-radio-buttons label {
    width: auto;
    transition: 0s;
    margin-right: 5px;
}

.dropdown-search-parameters {
    padding: 20px 15px;
    width: 300px;
}

.select2-container--default .select2-selection--single {
    background-color: unset !important;
    border: none !important;
    border-radius: unset !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 5px !important;
}

.select2-results__option {
    font-size: 14px !important;
}

.select2-container .select2-selection--single {
    height: auto !important;
}

.select2-search--dropdown .select2-search__field, .select2-selection__choice__display {
    padding: 3px !important;
    font-size: 14px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #00a7ff !important;
}

.select2-container--default .select2-results__group {
    color: rgba(0, 0, 0, 0.7) !important;
}

.select2-selection--multiple .default-control {
    border: none !important;
}

.select2-container .select2-search--inline .select2-search__field {
    vertical-align: middle !important;
    margin-top: 0 !important;
}

.select2-search--inline textarea {
    font-size: 14px !important;
    line-height: 26px !important;
}

.exchange-projects-list {
    margin-top: 18px;
}

.exchange-project:first-child {
    margin-top: 0;
}

.exchange-project {
    margin-top: 20px;
    padding: 30px;
    background-color: #fafafa;
    border: solid 1px rgba(0, 0, 0, 0.05);
}

.exchange-project .header a {
    color: black;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.exchange-project .budget {
    display: flex;
    justify-content: space-between;
}

.exchange-project .budget .name {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    line-height: 31px;
}

.exchange-project .budget .value {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    margin-left: 10px;
}

.exchange-project .description {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.13;
}

.exchange-project .attachments {
    margin-top: 10px;
}

.exchange-project .attachments .attachment {
    width: 70px;
    height: 40px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}

.exchange-project .bottom-info {
    margin-top: 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.exchange-project .bottom-info .user {
    display: flex;
}

.exchange-project .bottom-info span.color-gray {
    margin-left: 15px;
    line-height: 1.74;
}

.exchange-project .bottom-info .statistic {
    display: flex;
}

.exchange-project .bottom-info .respond-btn {
    margin-left: 15px;
    margin-top: -7px;
    max-height: 40px;
}

.exchange-project .bottom-info .proposal-detail {
    line-height: 25px;
}

.exchange-project .category-name {
    color: gray;
    font-size: 13px;
    margin-top: 4px;
}

.attachments-list .attachment {
    padding: 5px 20px 5px 15px;
    border: solid 1px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
    margin-top: -1px;
}

.attachments-list .attachment .preview {
    width: 70px;
    height: 40px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    min-width: 70px;
}

.file-attachment {
    background-repeat: no-repeat;
    background-size: auto 100% !important;
}

.attachments-list .attachment .name {
    margin-left: 15px;
    word-break: break-word;
}

.attachments-list .attachment .file-info {
    display: flex;
    align-content: center;
    align-items: center;
    max-width: 100%;
}

.attachments-list .attachment .icon {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.attachments-list .attachment .icon a {
    color: rgba(0, 0, 0, 0.7);
}

.project-budget {
    text-align: right;
}

.project-budget .budget {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
}

.project-budget .value {
    font-size: 24px;
    font-weight: bold;
    margin-left: 10px;
}

.project-name {
    font-size: 24px;
    font-weight: 600;
}

.response-user-statistic {
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}

.project-response-buttons {
    display: flex;
    justify-content: space-between;
}

.project-response-buttons a {
    width: 48%;
}

.mini-text {
    font-size: 14px;
}

.upload-photo-block {
    padding: 20px;
    border-radius: 5px;
    border: solid 1px rgba(0, 0, 0, 0.3);
    background-color: #fafafa;
}

.upload-photo-block .attachments-list .attachment:last-child {
    margin-bottom: 15px;
}

.upload-photo-block .select-files-block {
    border-radius: 5px;
    border: dashed 1px rgba(0, 0, 0, 0.3);
    background-color: #fafafa;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    text-align: center;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
}

.upload-photo-block .file-upload {
    display: none;
}
.form-check-input {
    cursor: pointer;
    outline: none;
}
.form-check-input:focus {
    box-shadow: none;
}
.form-switch label {
    cursor: pointer;
}

.not-found-alert {
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}

.pagination {
    margin-top: 15px;
    justify-content: center;
}

.pagination li {
    border-radius: 3px;
    background-color: #fafafa;
    margin: 0 5px;
}

.pagination li a {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 12px 7px;
    display: block;
    color: #7D7D7D;
}

.pagination li.active {
    background-color: #22c54d !important;
}

.pagination li.active a {
    color: white !important;
}

.selected-proposal {
    background: #E6E6FA;
}

.payment-invoice {
    border: solid 1px rgba(0, 0, 0, 0.05);
    padding: 55px 15px;
    text-align: center;
}

.payment-invoice .invoice-name {
    color: #1eb546
}

.payment-invoice .main-btn {
    padding: 10px 40px;
}

.discuss__wrapper {
    height: 100%;
    overflow: auto;
    flex-grow: 3;
    padding: 0 15px;
}

div::-webkit-scrollbar {
    width: 5px;
}

div::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

div::-webkit-scrollbar-thumb {
    background-color: #C4C4C4;
    border-radius: 100px;
}

div {
    scrollbar-color: #C4C4C4 #e4e4e4;
}
.discuss__item {
    margin-top: 20px;
}

.discuss__item:last-child {
    margin-bottom: 20px;
}

.discuss__item--left .discuss__item-top {
    direction: rtl !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

.discuss__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 20px;
}

.discuss__item--right .discuss__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.discuss__item-img {
    width: auto;
}

.discuss__item-name {
    font-size: 17px;
    font-weight: 700;
    margin: 0 10px;
    color: #404040;
}

.discuss__item-date {
    margin-top: 5px;
    font-size: 12px;
    text-align: left;
}

.discuss__item-msg {
    padding: 12px 30px 12px 14px;
    font-size: 15px;
    border: 1px solid #eee;
    line-height: 21px;
    border-radius: 5px;
    margin-top: 15px;
    margin-right: 100px;
    background: white;
}

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

.discuss__item-msg--notify {
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
    border: solid 1px rgba(0, 0, 0, 0.05);
    background-color: #EFF6FD;
    font-weight: 500;
}

.discuss__item--right .discuss__item-date, .discuss__item--system .discuss__item-date {
    text-align: right;
}

.discuss__item--right .discuss__item-msg {
    margin-left: 100px;
    margin-right: 0;
}

.discuss__item--system .discuss__item-msg {
    margin-right: 0;
}

.notification-alert {
    background: #eee;
    width: 350px;
    height: 145px;
    border: solid 1px #c4c4c4;
    opacity: 0.96;
    padding: 15px;
    border-radius: 5px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 100;
}

.notification-alert .author {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #ff5851;
    display: block;
    margin-left: 32px;
}

.notification-alert .text {
    font-size: 14px;
}

.notification-alert .username {
    margin-top: 8px;
    margin-bottom: 6px;
}

.notification-alert .username .text {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    margin-left: 0;
}

.notification-alert img {
    width: 25px;
    float: right;
}

.notification-alert h3 {
    text-align: center;
}

.notification-alert .notification-header {
    font-size: 17px;
    position: relative;
    font-weight: 600;
    text-align: center;
}

.notification-header .close {
    display: inline;
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 25px;
    line-height: 20px;
    text-decoration: none;
    color: #0093e0;
}

.dialogues-list {
    border: solid 1px #DCE1E6;
    border-radius: 10px 0 0 10px;
    height: -webkit-calc(100vh - 160px);
    height: calc(100vh - 160px);
    height: -moz-calc(100vh - 160px);
    height: -o-calc(100vh - 160px);
    overflow: hidden;
}

.dialogues-list .dialog {
    padding: 15px 13px 20px 13px;
    cursor: pointer;
    display: block;
    color: black;
}

.dialogues-list .dialog:hover {
    background: #EFF6FD;
    transition: 0.1s;
}

.dialogues-list .dialog .description {
    margin-left: 56px;
    vertical-align: middle;
}

.dialogues-list .dialog .interlocutor {
    font-weight: 500;
}

.dialogues-list .dialog .topic {
    font-size: 12px;
}

.dialogues-list .header {
    height: 55px;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    border-bottom: solid 1px #DCE1E6;
    background: #eeeff1;
}

.dialogues-list .active {
    background: #EFF6FD;
}

.dialogues-list .dialogues {
    margin: auto;
    height: calc(100% - 55px);
    overflow: auto;
}
.send-sms-form {
    width: 100%;
}

.send-sms-form form {
    padding: 0 10px 5px 10px;
    border-top: solid 1px #DCE1E6;
}

.send-sms-form textarea {
    font-size: 14px;
    max-height: 220px;
}

.send-sms-form .select-files-block {
    margin-bottom: 0;
    margin-left: 10px;
}

.send-sms-form .controls {
    justify-content: space-around;
    display: flex
}

.send-sms-form .select-files-block .btn {
    height: 100%;
    font-size: 19px;
    display: flex;
    align-items: center;
}

.conversation {
    width: 100%;
    height: 100%;
    border: solid 1px #DCE1E6;
    border-left: none;
    display: flex;
    flex-direction: column;
    height: -webkit-calc(100vh - 160px);
    height: calc(100vh - 160px);
    height: -moz-calc(100vh - 160px);
    height: -o-calc(100vh - 160px);
    border-radius: 0 10px 10px 0;
}

.conversation-header {
    width: 100%;
    border-bottom: solid 1px #DCE1E6;
    height: 55px;
    background: #eeeff1;
}

.conversation-header .topic {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-left: 10px
}

.conversation-header .content {
    padding: 15px 15px 8px;
    height: 56px;
    overflow: hidden;
}

.without-right-padding {
    padding-right: 0 !important;
}

.without-left-padding {
    padding-left: 0 !important;
}
.cancel-upload {
    font-size: 13px;
    text-align: right;
    display: block;
    margin-bottom: 5px;
}

.controls-column {
    max-width: 200px;
}

.controls-column .btn {
    margin-bottom: 5px;
}

.unanswered-reviews {
    background-color: #EFF6FD;
    background-repeat: no-repeat;
    padding: 30px 20px 20px 20px;
    border: solid 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px
}

.unanswered-reviews .main-header {
    margin-bottom: 14px;
}
.unanswered-reviews a {
    display: block;
    line-height: 35px;
}
.color-green {
    color: green!important;
}
.balance-dropdown {
    background: #EFF6FD;
    text-align: center;
    font-weight: bold;
}
.without-hover-bg:hover {
    background: inherit!important;
}
.choose-rating-stars {
    width: 170px;
    margin-bottom: 70px;
    margin-top: 10px;
}
.choose-rating-stars span { float:right; position:relative; }
.choose-rating-stars span input {
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
    cursor: pointer;
}
.choose-rating-stars span label {
    cursor: pointer;
    background-size: cover;
    display:inline-block;
    width:30px;
    text-align:center;
    font-size:28px;
    margin-right:4px;
    line-height:30px;
    border-radius:50%;
    -webkit-border-radius:50%;
    color: rgba(0, 0, 0, 0.4);
}
.choose-rating-stars span:hover ~ span label,
.choose-rating-stars span:hover label,
.choose-rating-stars span.checked label,
.choose-rating-stars span.checked ~ span label {
    color: #1eb546;
}
.alert-sm {
    font-size: 14px;
}
.fw-500 {
    font-weight: 500!important;
}
.full-image-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: 48px;
    background: black;
    opacity: 0.3;
    color: white;
    text-align: center;
    cursor: pointer;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.full-image-control:hover {
    opacity: 0.7;
    transition: 0.3s;
}
.full-image-previous {
    right: auto!important;
    border-radius: 0 0 0 3px;
}
.full-image-next {
    left: auto!important;
    border-radius: 0 0 3px 0;
}
.table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.product-btn {
    border-radius: 3px;
    border: solid 1px rgba(0, 0, 0, 0.05);
    background-color: #fafafa;
    padding: 6px 9.8px 5px 10px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    width: 60px;
    display: inline-block;
    text-align: center;
}

.product-btn i {
    font-size: 16px;
}

.product-btn i.fa-heart-o {
    margin-left: 7px;
}

.product-btn:hover {
    color: red;
}

.product-btn:first-child {
    margin-bottom: 10px;
}

.in-favourite {
    color: red;
}

.week-project {
    background: linear-gradient(to bottom, #23c74e, #1eb546);
    color: white;
    font-weight: 500;
    font-size: 17px;
    padding: 5px 10px;
    text-align: center;
}
.week-project-price {
    font-weight: bold;
    font-size: 20px;
}
.owl-with-nav .owl-prev {
    left: 0;
    margin-left: -35px !important;
}

.owl-with-nav .owl-next {
    right: 0;
    margin-right: -35px !important;
}

.owl-with-nav .owl-nav button {
    height: auto;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    font-size: 45px !important;
    width: 30px;
    color: gray !important;
}

.owl-with-nav .owl-nav [class*=owl-]:hover {
    background: inherit !important;
    color: inherit !important;
}

.owl-with-nav {
    width: 94% !important;
}

#banners-slider .slide {
    background-position: center;
    width: auto;
    height: 100% !important;
    min-height: 270px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 !important;
}

#banners-slider .owl-stage, #banners-slider .owl-stage-outer {
    display: flex;
    height: 100% !important;
}

.current-tariff {
    background-color: #EFF6FD;
    background-repeat: no-repeat;
    padding: 25px;
    border: solid 1px rgba(0, 0, 0, 0.05);
}

.current-tariff .duration {
    font-size: 13px;
    margin-top: -4px;
    color: rgba(0, 0, 0, 0.7);;
}
.current-tariff .price {
    display: block!important;
    margin-top: 16px;
    color: green;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
}
.sortable-links a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    margin-left: 15px;
}
.sortable-links a:first-child {
    margin-left: 0;
}
.legal-info {
    text-align: center;
    font-size: 12px;
    color: gray;
    margin-top: 30px;
}
.discuss__wrapper-in-admin {
    max-height: 600px;
    overflow: auto;
}
.static-page-menu-link {
    display: block;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    font-weight: 500;
}
.static-page-menu-accordion .accordion-item {
    border-radius: 0;
}
.static-page-menu-accordion .accordion-button:not(.collapsed) {
    color: black;
    background-color: #eff6fd;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.static-page-menu-accordion .accordion-button {
    font-size: 14px;
    padding: 15px;
}
.without-after .accordion-button::after {
    border: none;
    content: none;
}

.payment-completed {
    background: #1eb546;
    padding: 10px;
    color: white;
}
@media (max-width: 1280px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1000px;
    }

    .exchange-project .budget {
        display: block;
    }

    .exchange-project .bottom-info {
        display: block;
    }

    .exchange-project .bottom-info .statistic {
        margin-top: 10px;
    }

    .exchange-project .bottom-info span.color-gray:first-child {
        margin-left: 0;
    }
}

.radio-type-account input {
    display: none;
}

.radio-type-account label {
    padding: 5px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.radio-type-account input:checked + label {
    background: #00a7ff;
    color: white;
}

.custom-tooltip-icon {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.7);
}

.custom-tooltip {
    display: none;
    font-size: 13px;
    text-align: left;
    background: white;
    padding: 8px;
    margin-top: 6px;
    border: solid 1px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 10%;
    right: 10%;
}

.custom-tooltip-icon:hover + .custom-tooltip {
    display: block;
}

#portfolio-item-modal .modal-header {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    border: none;
    padding: 0;
    align-items: initial;
}

#portfolio-item-modal .modal-content {
    background-color: transparent;
    border: none;
}

#portfolio-item-modal .author {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

#portfolio-item-modal .statistic {
    display: flex;
}

#portfolio-item-modal .statistic div:first-child {
    margin-right: 15px;
}

#portfolio-item-modal .control-btn {
    opacity: 0.7;
    border-radius: 50%;
    background-color: #fff;
    height: 40px;
    width: 40px;
    color: #000;
    font-size: 27px;
    padding: 1px;
}

#portfolio-item-modal .full-image-control {
    background: transparent;
    opacity: 1;
    width: auto;
}

#portfolio-item-modal .full-image-next {
    right: -55px;
}

#portfolio-item-modal .full-image-next .control-btn {
    padding-left: 4px;
}

#portfolio-item-modal .full-image-previous {
    left: -55px;
}

#portfolio-item-modal .full-image-previous .control-btn {
    padding-right: 4px;
}

#portfolio-item-modal .btn-close {
    margin-top: 0;
}
.ckeditor-content img {
    max-width: 100%!important;
}
.ckeditor-content {
    font-family: "Helvetica Neue"!important;
}
.form-check-label {
    cursor: pointer;
}
.dropdown-product-show {
    min-width: 200px;
    padding: 10px;
    margin-top: 10px!important;
}
.safe-deal-annotation {
    text-align: center;
    font-size: 11px;
    color: gray;
}
.safe-deal-annotation a {
    color: black;
}
.safe-deal-annotation a:hover {
    text-decoration: underline;
}
@media (max-width: 1080px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 950px;
    }
    .product-carousel .carousel-thumbnails [data-bs-slide-to] {
        height: 80px;
        width: 80px;
    }
}

@media (max-width: 992px) {

    .product-carousel .carousel-thumbnails [data-bs-slide-to] {
        height: 100px;
        width: 100px;
    }

    .sub-navbar {
        border-top: 0;
        padding: 0;
    }

    .profile-info-block .parameters-block {
        justify-content: center;
    }

    .profile-info-block .info {
        margin-left: 130px;
    }

    .profile-info-block .buttons {
        margin-top: 20px;
        text-align: center;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 92%;
    }

    .main-navbar {
        height: auto;
    }

    .main-navbar .navbar-collapse {
        border-left: none;
        padding-left: 0;
        height: auto;
    }

    .main-navbar .vertical-divider {
        display: none;
    }

    .all-chats-conversation, .dialogues-list-in-selected-chat {
        display: none;
    }

    .dialogues-list, .conversation {
        border-radius: 10px;
        border-left: solid 1px #DCE1E6;
        overflow: hidden;
        height: -webkit-calc(100vh - 120px);
        height: calc(100vh - 120px);
        height: -moz-calc(100vh - 120px);
        height: -o-calc(100vh - 120px);
    }

    .without-left-padding {
        padding-right: 0 !important;
    }

    .without-right-padding {
        padding-left: 0 !important;
    }
}

@media (max-width: 768px) {

    #portfolio-item-modal .full-image-next {
        right: 0;
    }

    #portfolio-item-modal .full-image-previous {
        left: 0;
    }

    .week-project {
        margin-top: 50px;
    }

    .category-card-slider {
        margin: 0;
    }

    .owl-with-nav {
        width: 90% !important;
    }
    .type-link {
        display: block;
        margin-bottom: 10px;
    }

    #carouselControls {
        display: none;
    }

    .section {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .content-block {
        margin-top: 35px;
    }

    .grades-statistic .percentage-bar {
        width: 80%;
    }

    .grades-statistic .number-reviews-count {
        width: 12%;
    }

    .grades-statistic .grade-number {
        width: 5%;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 95%;
    }

    .banner-section-index {
        background-image: none;
    }

    .search-index {
        background: none;
    }

    .search-btn-index {
        width: 22%;
    }

    .search-input-index {
        width: 78%;
    }

    .main-navbar .simple-link {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 576px) {

    #banners-slider .slide {
        min-height: 200px;
    }

    .owl-with-nav {
        width: 79% !important;
    }
    .exchange-project .bottom-info .statistic {
        display: block;
    }

    .exchange-project .bottom-info .respond-btn {
        margin-top: 10px;
        margin-left: 0;
        display: block;
    }
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .content-block {
        margin-top: 30px;
    }

    .profile-info-block .buttons .btn {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }

    .price {
        text-align: center;
        display: block;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 98%;
    }
}

@media (max-width: 440px) {
    #banners-slider .slide {
        min-height: 170px;
    }
}


@media (max-width: 380px) {
    #banners-slider .slide {
        min-height: 150px;
    }
}
