img {
    border-style: none
}

textarea {
    overflow: auto
}

.icon--close:hover {
    filter: invert(72%) sepia(80%) saturate(4329%) hue-rotate(336deg) brightness(97%) contrast(93%)
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    position: relative
}

.slick-slider .slick-list {
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-slider .slick-track {
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-list {
    display: block;
    position: relative;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

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

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after {
    content: "";
    display: table;
    clear: both
}

.slick-track:before {
    content: "";
    display: table
}

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

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

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img {
    display: block;
    cursor: pointer
}

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

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

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

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

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

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

.slick-dots {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 20px 0
}

.slick-dots button {
    background-color: #ebebeb;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 4px;
    margin: 0 2px;
    padding: 0;
    width: 12px
}

.slick-active button {
    background-color: #ef713b;
    cursor: default
}

.slides {
    max-width: 840px
}

.slides img {
    width: 100%
}

.slides .slick-arrow {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 15
}

.slides .slick-prev {
    left: -52px
}

.slides .slick-next {
    right: -52px
}

.slides .slick-next:before {
    margin-top: -8px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 1400px) {
    .carousel .slick-prev {
        -ms-transform: translateX(calc(var(--col) / 2 + 44px));
        transform: translateX(calc(var(--col) / 2 + 44px))
    }

    .carousel .slick-next {
        -ms-transform: translateX(calc(var(--col) * -1 / 2 - 44px));
        transform: translateX(calc(var(--col) * -1 / 2 - 44px))
    }
}

.popup-review__contact, .popup-review__rating {
    width: 380px
}

.row-rating {
    display: flex;
    justify-content: space-between;
    height: 30px;
    gap: 12px;
    margin-bottom: 16px
}

.title__medium {
    font-family: "TT Commons";
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    color: #0a0a0b;
    margin-top: 60px;
    margin-bottom: 24px
}

.text__medium {
    font-family: "TT Commons";
    font-weight: 500
}

.input-group {
    position: relative;
    margin-bottom: 12px
}

.input-group label {
    color: #828487;
    cursor: text;
    font-size: var(--font-size);
    font-weight: 400;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    left: 12px;
    top: 40%;
    transform: translateY(-50%);
    transition: .2s ease-in-out
}

.input-group input {
    box-sizing: border-box;
    background-color: #eff0f0;
    border-radius: 8px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    border: none;
    outline: none;
    width: 100%;
    height: 56px;
    padding: 0 12px
}

.input-group input:focus {
    background-color: #fff;
    border: 2px solid #828487;
    padding-top: 12px
}

.input-group:focus-within label {
    font-size: 14px;
    top: 15%
}

.input-group:has(input:valid) input {
    padding-top: 12px
}

.input-group:has(input:valid) label {
    font-size: 14px;
    top: 15%
}

.input-group:has(input:disabled) input {
    padding-top: 12px
}

.input-group:has(input:disabled) label {
    font-size: 14px;
    top: 25%
}

.input-group--transport input, .input-group--adress input {
    box-sizing: border-box;
    background-color: #eff0f0;
    border-radius: 8px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    border: none;
    outline: none;
    width: 100%;
    height: 56px;
    padding: 0 12px
}

.input-group--transport input:focus, .input-group--adress input:focus {
    background-color: #fff;
    border: 2px solid #828487
}

.input-group--textarea {
    position: relative
}

.input-group--textarea textarea {
    box-sizing: border-box;
    background-color: #F9FAFA;
    border-radius: 8px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    border: none;
    outline: none;
    width: 100%;
    min-height: 82px;
    padding: 16px 12px;
    resize: none
}

.input-group--textarea textarea:focus {
    background-color: #fff;
    border: 2px solid #828487
}

.rating__col {
    width: 30%
}

.rating {
    max-width: 280px
}

.rating .btn {
    display: inline-block
}

.rating__head {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    align-items: center;
    background-color: #f6f6f6;
    border-radius: 8px;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    justify-content: space-between;
    padding: 0 20px
}

.rating__head__value {
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}

.rating__head b {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px
}

.rating__head .msg__rating {
    margin-bottom: 0
}

.rating__name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 40px
}

.rating__item {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    line-height: 1.375;
    margin-bottom: 28px;
    padding-bottom: 15px;
    position: relative
}

.rating__item__info {
    font-weight: 500
}

.rating__item__progress {
    bottom: 0;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0
}

.rating__item__progress:before {
    background-color: #ebebeb;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.rating__item__bar {
    background-color: #1f1f1f;
    bottom: 0;
    height: 4px;
    left: 0;
    min-width: 10%;
    position: absolute;
    top: 0
}

.rating__more {
    padding-top: 24px
}

.image-small {
    background-color: #eff0f0;
    overflow: hidden;
    min-width: 72px;
    max-width: 72px;
    min-height: 72px;
    max-height: 72px;
    aspect-ratio: 1/1;
    border-radius: 8px;
    flex-shrink: 0;
    font-size: 0;
    cursor: pointer
}

.image-small img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%
}

.uploaded-container {
    flex-wrap: wrap;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    flex-direction: row;
    gap: 12px
}

.uploaded-container button {
    border: 0;
    padding: 0;
    margin-bottom: 12px
}

.uploaded-image-bg {
    height: 72px;
    width: 72px;
    background: gray;
    border-radius: 8px
}

.uploaded-image-bg:hover {
    opacity: .9;
    filter: brightness(50%);
    transition: background-color .5s
}

.uploader-container {
    cursor: pointer;
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: #f9fafa;
    outline: thin dashed #d9dbdd;
    min-height: 192px;
    border-radius: 4px
}

.drop-area {
    transition: all .2s ease-in-out;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center
}

.drop-area .upload-icon {
    height: 24px;
    width: 24px;
    background: no-repeat center url('./../../../../img/attach.svg');
    filter: brightness(0) saturate(100%) invert(72%) sepia(9%) saturate(0%) hue-rotate(283deg) brightness(91%) contrast(85%);
}

.drop-area button {
    border: none;
    outline: none
}

.drop-area input {
    display: none
}

.drag-over-effect div {
    opacity: 0;
    pointer-events: none;
    transform: scale(1.1)
}

.file-selector {
    background-color: rgba(0, 0, 0, 0);
    color: #828487;
    line-height: 26px
}

.error-message {
    display: none;
    color: red
}

.msg {
    margin-bottom: 70px
}

.msg p {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 400
}

.msg__title {
    margin-top: 8px;
    font-size: 16px
}

.msg__space {
    display: flex;
    max-width: 650px;
    overflow: hidden;
    gap: 12px
}

.msg__space .items__more {
    text-align: center;
    margin: auto 0;
    max-width: 100px;
    flex-basis: 100px;
    color: #184076
}

.msg__images {
    display: flex;
    gap: 12px;
    height: 72px;
    margin-top: 28px
}

.msg__rating-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    background: #888;
    color: #333;
    min-width: 40px;
    min-height: 40px;
    font-size: 16px;
    line-height: 100%;
    background: conic-gradient(#333 100%, transparent 0 100%)
}

.msg__rating-item span {
    position: relative;
    display: flex;
    z-index: 2
}

.msg__rating-item::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #fff;
    border-radius: inherit;
    z-index: .1
}

@media (min-width: 1440px) {
    .msg__rating-item::after {
        inset: 2px
    }
}

.msg__rating-item::before {
    content: "";
    position: absolute;
    inset: 1em;
    border-radius: inherit;
    z-index: -1
}

.msg__rating-title {
    padding-left: 12px
}

.msg__more {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1.375;
    margin-top: 16px
}

.msg__more__user {
    margin-right: 20px
}

.msg__state {
    -ms-flex-align: start;
    margin: 28px 0
}

.msg__field {
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375;
    margin-right: 32px
}

.msg .msg__field, .msg .msg__state {
    display: -ms-flexbox;
    display: flex
}

.review__msg {
    margin-top: 10px
}

.review__row .review__msg {
    width: 70%
}

.review__posts__gallery, .review__posts__gallery__ext {
    display: grid;
    grid-template-columns:repeat(2, 49%);
    gap: 2%
}

@media screen and (min-width: 768px) {
    .review__posts__gallery, .review__posts__gallery__ext {
        grid-template-columns:repeat(3, 32%)
    }
}

.review__posts__gallery .review__post__img-wrapper, .review__posts__gallery__ext .review__post__img-wrapper {
    width: 100%;
    height: 264px;
    background-color: gray;
    border-radius: 8px
}

.review__posts__gallery .review__post__img-wrapper img, .review__posts__gallery__ext .review__post__img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 768px) {
    .review__posts__gallery .review__post__profile-info, .review__posts__gallery__ext .review__post__profile-info .rating__col {
        display: none
    }
}

.hr__light {
    border-top: thin #eff0f0;
    border-color: #eff0f0
}