:root {
    --col: 40px;
}
div[class^='col']:not(.np) {
    padding-left: calc(var(--col) / 2);
    padding-right: calc(var(--col) / 2);
}
.article-detail__post-info {
    width: 250px;
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 12px;
    color: #A0A3A7;
    font-size: 14px;
}
.article-detail__post-info__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article__anons p span {
    font-size: 18px !important;
    line-height: 1 !important;
}
.article__linear-bg:before {
    background: linear-gradient(0deg, #fff, #f6f6f6);
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    max-height: 552px;
    pointer-events: none;
    position: absolute;
    top: 0;
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.auth__container {
    position: relative;
}
.bg-service .article__anons {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    font-size: 18px;
    max-width: 700px !important;
}
.dropdown__profile__content {
    top: 34px;
    right: 10px;
}
.header__sticky .header__main nav {
    margin-top: 0;
}
.entry__item {
    min-height: 600px;
    position: relative;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: var(--col) !important;
}
.entry__item__tags__wrapper {
    height: 70px;
    overflow: hidden;
}
.mainservice__field__bg {
    bottom: 0;
    display: -ms-flexbox;
    display: block;
    width: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.mainservice__field__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.service-article {
    padding-top: 0 !important;
}
.rating-row-wrapper {
    display: flex;
    justify-content: end;
    margin-top: 8px;
    height: 25px;
}
.row-margin {
    margin-left:calc(-1* var(--col)/2);
    margin-right:calc(-1* var(--col)/2);
}

.drop-area {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.drop-area.dragover {
    background-color: #f0f8ff;
    border-color: #007bff;
}
.uploaded-item {
    display: inline-block;
    margin: 5px;
    position: relative;
    text-align: center;
}
.uploaded-image-button {
    border: none;
    background: none;
    cursor: pointer;
}
.uploaded-image-bg {
    max-width: 100px;
    max-height: 100px;
    border-radius: 8px;
}
.uploaded-image-name {
    display: block;
    font-size: 12px;
    margin-top: 2px;
}
.error-message-col {
    color: red;
    margin-top: 10px;
    margin-bottom: 5px;

}

.errors-container {
    min-height: 20px;
    margin-top: 10px;
    color: red;
    font-size: 14px;
}

.error-message {
    margin: 0;
}

@media (min-width: 1221px){
    :root {
        --col: 36px;
    }
    .entry__item__tags__wrapper {
        height: 40px;
    }
    .badge {
        height : 26px;
    }
}
@media (min-width: 768px) {
    .header__catalog:hover #catalog__btn {
    border-radius: 8px 8px 0 0;
    }
}
@media (min-width: 768px) and (max-width: 1220px) {
    :root {
        --col: 20px;
    }
    .entry__item {
        height: 525px;
    }
}
@media (max-width: 767px) {
    :root {
        --col: 18px;
    }
    .entry__item 
    .header__catalog:hover nav {
        display: none;
    }
}
@media (max-width: 500px) {
    .article__rating {
        transform: scale(0.8);
    }
    .entry__item {
        height: 525px;
        padding: 8px;
    }
    .entry__item * {
        font-size: 14px !important;
    }
}

//NEW//
//////////////////////////////////////////////////////////////
.lk__form_register-js .submit {
    padding-left: calc(var(--col) / 2);
}
.row-full > .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.checkout .row-full {
    gap: 20px !important;
}
.checkout__main {
  margin-top: 20px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.checkout__sidebar {
  width: 293px;
  margin-top: 20px;
}
.delivery__choice {
    flex-wrap: nowrap !important;
    justify-content: flex-start;
}
.delivery__choice .left {
    margin-left: auto;
}
.delivery_line .row {
    justify-content: center;
}
.radio__wrap {
    margin-left: 12px;
}
.radio {
    display: flex;
    align-items: center;
}
.radio input[type="radio"] {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .checkout__sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .checkout__sidebar {
    width: 100%;
  }
  .checkout__main {
    width: 100%;
  }
}