#cookie-notification {
    bottom: 0;
    color: #292C33;
    opacity: 0;
    position: fixed;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 105;
}

#cookie-notification.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}


.add-to-cart-message {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    left: 0;
    position: fixed;
    top: 100%;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    z-index: 900;
}

.add-to-cart-message .left {
    -ms-flex-align: center;
    align-items: center;
    background-color: #212222;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.add-to-cart-message .left a {
    color: #fff;
    text-decoration: none;
}

.add-to-cart-message .left i {
    margin-right: 10px;
}

.add-to-cart-message .left:before {
    background-color: inherit;
    content: "";
    height: 100%;
    position: absolute;
    right: 100%;
    width: 50vw;
}

.add-to-cart-message .right {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
}

.add-to-cart-message .right a:not(.btn) {
    color: #444;
}

.add-to-cart-message .right .image {
    margin-right: 15px;
}

.add-to-cart-message .right .item-price {
    margin-left: auto;
}

.add-to-cart-message .right .buttons {
    margin-left: 50px;
}

.add-to-cart-message.show {
    transform: translateY(-100%);
}

#add-to-cart-message-proto {
    display: none;
}

.productInfo_right_buy_control-quant input {
    border: none;
    text-align: right;
}

.productInfo_right_buy_control-quant input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-page .info {

    background-color: #FFFFFF;
}

#package-point-map {
    height: 300px;
}

.user-type-tabs {
    position: relative;
}

.user-type {
    width: calc(50% - 1px);
    text-align: center;
    background-color: #F1F2F4;
    color: #212222;
    border-bottom: 1px solid #D7DAE0;
    display: flex;
    justify-content: space-around;
    align-items: center;

}


input[data-bs-toggle="tab"]:checked+label {

    background: #FFFFFF;
    font-weight: 500;
    border-bottom: none;
}

.delivery-left-group .nav-tabs {
    border-bottom: none;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.done-wrap h2 {
    color: #292C33;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.29px;
    line-height: 30px;
    margin: 30px 0;
}

.done-wrap p {
    color: #5C6166;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 22px;
    text-align: center;
    max-width: 570px;
    margin: -15px 0 30px 0;
}

#order-form .btn {
    margin-top: 30px;
}


.select-wrap .select-options {
    background-color: #fff;
    border: 1px solid #D7DAE0;
    border-top: 0;
    bottom: 2px;
    box-shadow: 4px 3px 7px -4px rgb(0 0 0 / 25%), -4px 3px 7px -4px rgb(0 0 0 / 25%), 0 3px 5px -1px rgb(0 0 0 / 25%);
    line-height: 1.25rem;
    max-height: 50vh;
    max-width: 100vw;
    min-width: 100%;
    opacity: 0;
    overflow: auto;
    position: absolute;
    transform: translateY(100%) scaleY(0);
    transform-origin: top left;
    transition: all 0.16s ease-in-out 0s;
    visibility: hidden;
}

.select-wrap .select-value {
    height: 50px;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 3px 3px 0 rgb(89 108 128 / 4%);
    padding: 13px 24px 15px 24px;
    outline: none;
    border-radius: unset;
    cursor: pointer;
}

#order-form .select-wrap {
    max-width: unset;
    border: 1px solid #D7DAE0;
}

/*
  #classic-view .select-wrap {
    margin-left: 30px;
    margin-right: 30px;
    max-width: unset;
    width: calc(100% - 60px);
  }
  */
.select-wrap {
    display: inline-block;
    max-width: 60px;
    outline: 0;
    position: relative;
    transition: z-index 0.16s linear 0s;
    width: 100%;
    z-index: 1;
}

select.styled {
    /*height: 42px;*/
    padding-right: 15px;
    /*visibility: hidden;*/
}

.select-wrap:focus {
    transition: z-index 0s linear 0s;
    z-index: 10 !important;
}

.select-wrap.clicked {
    transition: z-index 0s linear 0s;
    z-index: 2;
}

.select-wrap.clicked .select-value {
    border-bottom: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #eaeaea;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    color: #7c7c7d;
    transition: all 0.16s ease-in-out 0s;
}

.select-wrap.clicked .select-options {
    opacity: 1;
    transform: translateY(100%) scaleY(1);
    transition-delay: 0s;
    visibility: visible;
}

.select-wrap:focus {
    outline: 2px solid #a6c8ff;
}

.select-wrap select {
    display: none;
}

#autocomplete-suggestions {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    /* left: 0; */
    max-height: 230px;
    max-width: 100vw;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: scale(0) translateY(-11px);
    transition: opacity .1s ease-in-out 0s, transform 0s linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 390px;
    z-index: 20;
}



#autocomplete-suggestions .suggestion {
    border-bottom: 1px solid #cdcdcd;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 25px;
}

#autocomplete-suggestions.visible {
    opacity: 1;
    transform: scale(1) translateY(-11px);
    transition: opacity .1s ease-in-out 0s, transform 0s linear 0s, visibility 0s linear 0s;
}

.filter-price .ui-slider {
    margin-top: 27px;
}

.ui-slider .ui-slider-handle:nth-of-type(1) {
    margin-left: 0px;
}

.ui-slider .ui-slider-handle:nth-of-type(2) {
    margin-left: -21px;
}

.ui-slider .ui-slider-handle {
    border-radius: 50% !important;
    width: 22px;
    height: 22px;
    background-color: #212222;
    border: none;
}

.ui-slider .ui-slider-range {
    background-color: #6B705C;

}

.ui-slider-horizontal .ui-slider-range {
    height: 6px;
    top: 3px;
}

.ui-widget.ui-widget-content {
    border: none !important;
}

.paradit-vel a {
    color: black;
}

.paradit-vel .form-check {
    padding-left: 0;
}

.paradit-vel-link .show-more {
    display: none;
}

.paradit-vel-link.collapsed .show-less {
    display: none;
}

.paradit-vel-link.collapsed .show-more {
    display: block;
}

.show-more,
.show-less {
    font-size: 12px;
    margin-left: 10px;
}

.ml-1 {
    font-size: 12px;
}

.info h2 {
    color: #292C33;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.42px;
    line-height: 42px;
    margin-bottom: 16px;
}

.info p {
    color: #5C6166;
    font-size: 15px;
    letter-spacing: -0.4px;
    line-height: 26px;
    margin-bottom: 24px;
}

.add-to-basket:hover {
    background-color: #6B705C;
    color: #292C33;
    transition: all 0.3s ease;
}

.add-to-basket:hover svg g path:nth-child(2),
.add-to-basket:hover svg g path:nth-child(3) {
    fill: #292C33;
}

.error-message {
    color: #CC1433;
    font-size: 13px;
    letter-spacing: -0.4px;
    line-height: 16px;
}

.swiper-btns svg:hover path {
    fill: #6B705C;

}

.black {
    color: #292C33;
}

.seo-text {
    margin-top: 20px;
}

.seo-text .seo-hidden-text {
    /* display: none; */
}

.seo-text .more-seo,
.seo-text .less-seo {
    cursor: pointer;
}

.pop-up-modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    width: 100%;
    max-width: 570px;
    box-shadow: 0 4px 8px 0 rgba(128, 106, 89, 0.14);
    background-color: #FFFFFF;
    position: relative;
    animation-name: zoom;
    animation-duration: 0.2s;
    overflow-y: auto;
}

.modal-content-close {
    position: absolute;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    border: none;
    background-color: unset;
    cursor: pointer;
}

.modal-content-img {
    width: 100%;
}

.modal-content-img img {
    width: 100%;
    object-fit: cover;
}

.modal-content-wrap {
    padding: 40px 50px 50px 50px;
}

.modal-content-wrap-title {
    color: #212222;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
    margin: 0;
}

.modal-content-wrap-descr {
    color: #212222;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 10px 0 0 0;
}

.modal-content-wrap button {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    border-radius: 6px;
    background-color: #6B705C;
    padding: 14px 32px;
    border: none;
    margin-top: 30px;
    cursor: pointer;
}

.modal-active {
    display: flex;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* posthaul */

.header-wrap-right .dropdown-menu li a img {
    margin-right: 8px;
}

.header-wrap-right .dropdown-active img {
    margin-right: 7px;
}

.delivery .delivery-right-content-descr p {
    color: #FFFFFF;
    font-size: 17px;
    letter-spacing: -0.4px;
    line-height: 26px;
    margin-top: 14px;
}

.advantages-section-one p {
    margin-top: 20px !important;
    color: #61646B;
    font-size: 17px;
    letter-spacing: -0.4px;
    line-height: 26px;
    padding: 0;
    margin: 0;
}

.textPageWrap p:first-child {
    margin-top: 66px;
}

.textPageWrap p:not(first-child) {
    margin-top: 16px;
}

.textPageWrap ul {
    margin-bottom: 24px;
    padding-left: 20px;
    list-style-type: none;
}

.textPageWrap ul li {
    margin-top: 8px;
    position: relative;
    padding-left: 24px;
}

.textPageWrap ul li:after {
    position: absolute;
    content: url("../uploads/icons/ic-list.svg");
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}

.textPageWrap p {
    color: #0C0E12;
    font-size: 17px;
    letter-spacing: -0.2px;
    line-height: 26px;
}

.textPageWrap h2 {
    margin-top: 66px;
    margin-bottom: 24px;
    color: #61646B;
    font-size: 28px;
    letter-spacing: -0.6px;
    line-height: 38px;
}

.textPageWrap img {
    margin-top: 66px;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.textPageWrap blockquote {
    position: relative;
    margin: 24px 0 36px 0;
    background-color: #EEEFF1;
    padding: 34px 40px;
}

.textPageWrap blockquote p {
    margin-top: 0 !important;
}

.textPageWrap blockquote a {
    margin-top: 24px;
    background-color: #6DD400;
    padding: 17px 50px 17px 30px;
    color: #0F0F0F !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    position: relative;
    border: none;
    border-radius: unset;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    width: max-content;
    text-decoration: none !important;
}

.textPageWrap blockquote a:after {
    transition: all 0.3s;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 20px;
    background-color: #0F0F0F;
}

.textPageWrap blockquote h3 {
    color: #0C0E12;
    font-size: 24px;
    letter-spacing: -0.56px;
    line-height: 26px;
}

.textPageWrap p a {
    color: #52A300;
    text-decoration: underline;
}

.textPageWrap blockquote p:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid #6DD400;
    border-left: 50px solid transparent;
    bottom: 0;
    right: 0;
}

.textPageWrap ol {
    padding-left: 20px;
}

.textPageWrap ol li {
    counter-increment: item;
    padding-left: 20px;
    margin-top: 8px !important;
    color: #0C0E12;
    font-size: 17px;
    letter-spacing: -0.2px;
    line-height: 26px;
}

.textPageWrap ol li:first-child {
    counter-reset: item;
}

.textPageWrap ol li::marker {
    color: #0C0E12;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 28px;
}

.formPage-form .form-error {
    color: red;
    font-size: 10px;
}

.head-wrap .dropdown-active img {
    margin-right: 7px;
}

.link .read-less {
    display: none;
}

.link.closed .read-less {
    display: block;
}

.link.closed .read-more {
    display: none;
}

.warning {
    background-color: #FF5B00;
    padding: 5px 15px;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 26px;
    text-align: center;
}

.client {
    display: flex;
    flex-wrap: wrap;
}


.client-item {
    height: 120px;
    width: 33.3333%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D6D8D8;
    border-left: 1px solid #D6D8D8;
}

.client .client-item img {
    margin-bottom: unset;
}

.client-item:nth-child(1),
.client-item:nth-child(2),
.client-item:nth-child(3) {
    border-top: 1px solid #D6D8D8;
}

.client-item:nth-child(3n) {
    border-right: 1px solid #D6D8D8;
}

.freight-banner {
    position: sticky;
    top: 100px;
}

/* .banner-wrap .my-text {
    overflow-wrap: break-word;
    word-break: break-all;
} */

.cookie .header-wrap-close {
    background-color: transparent;
    border: none;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 20px;
    height: 14px;
    width: 14px;
}

@media (max-width: 900px) {
    .freight-banner {
        position: unset;
    }
}

@media (max-width: 715px) {

    .client {
        display: flex;
    }

    .client-item {
        width: 100%;
        border: 1px solid #D6D8D8;
        border-bottom: none;
    }

    .client-item:last-child {
        border-bottom: 1px solid #D6D8D8;
    }

    .textPageBanner {
        background-position: center;
    }

}

.overlay {
    top: 170px;
}

@media (max-width: 550px) {
    .footer-top-wrap button {
        width: 100%;
    }
}

.header-wrap-grow {
    display: flex;
    flex-grow: 2;
    justify-content: flex-end;
    margin-right: 15px;
}

.freight-content-readMoreWrap-content-item p {
    color: #61646B;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 22px;
    margin: 12px 0 20px 0;
}

.head-wrap .dropdown-menu li a img {
    margin-right: 8px;
}

.acc .accordion-item .accordion-collapse .collapse-content p {
    opacity: 0.7;
    color: #FFFFFF;
    font-size: 17px;
    letter-spacing: -0.4px;
    line-height: 26px;
}

.freight-content-infoWrap h3 {
    margin-top: 120px;
}

.header-content .dropdown-active img {
    margin-right: 7px;
}

.header-content .dropdown-menu li a img {
    margin-right: 8px;
}

.header-content-menu .levelOne-li .levelTwo-li-btn {
    text-align: start;
}

.footer-bottom-text {
    display: flex;
    align-items: center;
}

.footer-bottom-text a {
    display: flex;
    align-items: center;
    margin-left: 4px;
}