.modal-result-status {
    padding: 20px 0 0 0;
}
.modal-result-status .os-stages-panel {
    margin-bottom: 0;
}
/* setup tooltips */
.tooltip {
    position: relative;
}
.tooltip:before,
.tooltip:after {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
.tooltip:after {
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(0,0,0,.75);
    border-left: 6px solid transparent;
    content: '';
    height: 0;
    top: 20px;
    /*left: 20px;*/
    width: 0;
}
.tooltip:before {
    background: rgba(0,0,0,.75);
    border-radius: 2px;
    color: #fff;
    content: attr(data-title);
    font-size: 14px;
    padding: 6px 10px;
    top: 26px;
    white-space: nowrap;
}

/* the animations */
/* fade */
.tooltip.fade:after,
.tooltip.fade:before {
    transform: translate3d(0,-10px,0);
    transition: all .15s ease-in-out;
}
.tooltip.fade:hover:after,
.tooltip.fade:hover:before {
    opacity: 1;
    transform: translate3d(0,0,0);
}

/* expand */
.tooltip.expand:before {
    transform: scale3d(.2,.2,1);
    transition: all .2s ease-in-out;
}
.tooltip.expand:after {
    transform: translate3d(0,6px,0);
    transition: all .1s ease-in-out;
}
.tooltip.expand:hover:before,
.tooltip.expand:hover:after {
    opacity: 1;
    transform: scale3d(1,1,1);
}
.tooltip.expand:hover:after {
    transition: all .2s .1s ease-in-out;
}

/* swing */
.tooltip.swing:before,
.tooltip.swing:after {
    transform: translate3d(0,30px,0) rotate3d(0,0,1,60deg);
    transform-origin: 0 0;
    transition: transform .15s ease-in-out, opacity .2s;
}
.tooltip.swing:after {
    transform: translate3d(0,60px,0);
    transition: transform .15s ease-in-out, opacity .2s;
}
.tooltip.swing:hover:before,
.tooltip.swing:hover:after {
    opacity: 1;
    transform: translate3d(0,0,0) rotate3d(1,1,1,0deg);
}
.has-error input, .has-error select, .has-error textarea {
    border: 1px solid red !important;
}
.help-block {
    font-size: 13px;
    color: red;
}

.img-tech {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.send-buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #eee;
    padding: 25px;
}

.total-price-buy {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.total-price-buy div {
    color: #B7AA87;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 12px;
    font-size:18px;
}

.total-price-buy b {
    margin-right:5px;
    font-size:18px;
}

.reviews-add {
    margin-left: 10px;
    font-size: 13px;
    color: #B7AA87;
    text-decoration: none;
}

.modal-buy-one-click .input-row {
    display:flex;
    flex-flow:row nowrap;
    justify-content:center;
    align-items:center;
}

.modal-buy-one-click .input-row label {
    min-width:160px;
}

.buy-row {
    text-align: center;
    margin-top: 15px;
}

.buy-row a.buy-one-click {
    color: #B7AA87;
    font-size: 14px;
    text-decoration: none;
}

.img-tech img {
    width: 500px
}

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

.img-tech p {
    justify-content: center;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-top: 25px;
}

/*  timer */
.timer__items {
    display: flex;
    font-size: 48px;
    justify-content: center;
}
.timer__item {
    position: relative;
    min-width: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
}
.timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px;
}
.timer__item:not(:last-child)::after {
    content: ':';
    position: absolute;
    right: -15px;
}

.sticky {
    position: fixed;
    width: 100%;
    z-index: 9;
}
.btn-fast {
    justify-content: center;
    margin-bottom: 20px;
}
.page-title {
    font-weight: normal;
}
.balance-blago {
    position: absolute;
    color: #fff;
    font-size: 30px;
    margin-top: 60px;
}
.btn-fast a {
    text-decoration: none;
}
.apc-pic-wrap {
    display: block;
}
.basket-table-th-row .basket-table-unit, .basket-table-cont-row .basket-table-unit {
    text-align: center;
    justify-content: center;
}
.mobile-search {
    display: none;
}
.btu-name .btu-unit-cont-wrap {
    align-items: center;
}
.logo-block img {
    width: 170px;
    max-height: 81px;
}
.paginator {
    list-style: none;
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
}

.paginator li {
    margin:0 10px;
    font-size: 18px;
    color: #212529;
    font-weight: 600;
    opacity: 0.3;
    transition: 0.2s;
}

.paginator li.pag-next {
    margin-right: 0;
}

.paginator li.active, .paginator li:hover {
    opacity: 1;
}

.paginator li a {
    text-decoration: none;
    padding:10px;
    box-sizing:border-box;
}

.paginator li.pag-prev a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginator .disabled img {
    display: none;
}
.input-search-row input:focus-visible {
    outline: 1px solid #000;
    border: 1px solid #000;
}
.status-number {
    font-size: 13px;
}
.filter-unit-check-child {
    margin: 0 15px;
}
.cipd-user-pic-unit {
    margin-right: 15px;
}
.account-order-unit-pic-wrap {
    width: 100%;
}
.account-info-block-title a {
    text-decoration: none;
    margin: 0 50px;
    margin-left: 0;
}
.over-tag {
    margin: 0 5px;
}

.feedback-section .help-block {
    position: absolute;
    bottom: 0;
}

.gu-list-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.child-category {
    display: flex;
}
.unit-child-category {
    border: 1px solid gray;
    padding: 15px 30px;
    transition: 0.2s all;
}
.unit-child-category {
    text-decoration: none;
    font-weight: bold;
}
.unit-child-category.active {
    background-color: #B7AA87;
    border: 1px solid #B7AA87;
}
.unit-child-category:hover {
    background-color: #B7AA87;
    cursor: pointer;
    border: 1px solid #B7AA87;
}
.disabled-wrap {
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
}

.good-unit {
    position:relative;
}

.good-unit.disabled .good-unit-wrap {
    filter:blur(2px);
}

.disabled-text-wrap {
    font-size:16px;
    padding:6px 12px;
    background-color:rgb(49 49 49 / 80%);
    text-transform:uppercase;
    color:#fff;
}

.gu-fav-btn {
    right: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    z-index: 1;
    cursor: pointer;
    position: absolute;
}

.gu-eye-btn {
    right: 30px;
    top: 1px;
    width: 22px;
    height: 22px;
    z-index: 3;
    cursor: pointer;
    position: absolute;
}

.blog-slider-panel.page-wrapper {
    max-width: 1360px;
}

.gu-eye-btn svg g path {
    transition: 0.2s;
}

.gu-eye-btn:hover svg g path {
    fill:#A59979 !important;
}
.account-info-block-title a.active {
    color: #B7AA87;
}
.search-img {
    border-radius: 10em;
    vertical-align: middle;
    margin-right: 20px;
}
.text-panel ul li.img-search::after {
    top: 50px;
}
#w2 .help-block {
    position: absolute;
}
#view-text-code {
    margin-bottom: 10px;
}
.send-sms-again-row {
    margin-bottom: 10px;
    justify-content: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
}
.select2-container--default .select2-selection--single {
    height: 54px;
    border-radius: 0px;
    box-shadow: inherit;
    border: 1px solid #DBDDE5;
    padding-left: 17px;
}
.main-b-cont-text-car .slick-arrow.slick-next {
    right:20px;
    filter:brightness(300%);
    display: none!important;
}

.main-b-cont-text-car .slick-arrow.slick-prev {
    left: 20px;
    z-index:2;
    filter:brightness(300%);
    border:1px solid #fff;
    border-radius:40px;
    width:40px;
    height:40px;
}

.main-b-cont-pic-car .slick-prev {
    display:none!important;
}


.main-b-cont-pic-car .slick-arrow.slick-next{
    right:20px;
    left:unset;
    z-index:2;
    filter:brightness(300%);
    border:1px solid #fff;
    border-radius:40px;
    width:40px;
    height:40px;
}

#growls.default {
    z-index: 999999;
}

.catalog-page-items-list .good-unit {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.good-unit-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.catalog-page-items-list.js-catalog-list {
    align-items: stretch;
}

.gu-title-block {
    margin-top: auto;
}

.cipd-user-describe-row .btn-row {
    display: none;
}

.main-b-cont-text-car-unit-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
}

.main-b-cont-text-car-unit .btn-row {
    margin-top: auto;
}

.mtc-text {
    margin-bottom:80px;
}

.main-b-cont-pic-car .slick-track {
    display:flex;
}

.goods-car .slick-track {
    display: flex;
    align-items: stretch;
    justify-content: center;
    min-width: 100%;
}

.cip-main-pic-carousel .slick-track {
    display:flex;
    align-items:stretch;
    justify-content: flex-start;
}

.cip-main-pic-carousel .slick-slide {
    height: auto;
    display: flex;
}

.cip-mini-pic-unit.yt-btn::after {
    content:'';
    position: absolute;
    left: 0;
    bottom:0;
    width:32px;
    height:32px;
    background-color:#fff;
    background-image:url('../img/play-button.svg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:20px;
}

.cip-mini-pic-unit.yt-btn {
    position:relative;
}

.cip-mini-pic-unit.yt-btn img {
    opacity: 0.6;
}

.cip-mini-pic-unit.yt-btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
    background-color: #fff;
    background-image: url(../img/play-button.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    border-radius: 32px;
    right: 0;
    top: 0;
    margin: auto;
}

.catalog-page-items-list .good-unit, .goods-car .good-unit {
    height:auto;
}

.status-view {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #f2f2f2;
    width: 100%;
    height: 54px;
    border-top: 1px solid #DBDDE5;
}

.account-order-unit {
    position: relative;
    padding-bottom: 68px;
}

.status-view span {
    font-weight:600;
    dispaly:inline-block;
    margin-left:10px;
}

.status-view span.proceed {
    color: orange;
}

.status-view span.cancel {
    color: red;
}

.status-view span.success {
    color: green;
}

.status-view p {
    color: #7C8397;
}

.status-view-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.status-view .btn {
    padding: 8px 32px;
}

.account-order-unit-block:last-child {
    padding-left: 24px;
    box-sizing: border-box;
}

.order-view .aou-row {
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.aol-for-feedback .account-order-unit {
    padding-bottom: 0;
}

.gu-bonus-row {
    background: #b7aa87;
    color: #fff;
    padding: 6px 12px;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 6px;
    /*margin-top: 8px;*/
    /*margin-bottom: 15px;*/
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.gu-price {white-space: nowrap;}


@media screen and (max-width:900px) {
    .gu-price-row {
        flex-direction:column;
        align-items:flex-start
    }
}

@media screen and (max-width:1520px) {
    .wide-pic-text-golden-section::before {
        display:none;
    }

    .wide-pic-text-golden-section {
        background-color:#A59979;
        padding:40px 0;
    }

    .wide-ptg-text-block::after {
        top:-40px;
        bottom:-40px;
    }
}

@media screen and (max-width:1080px) {
    .main-b-cont-text-car .slick-arrow {
        display:none!important;
    }
    .mobile-search {
        display:block;
        margin-top: 20px;
    }

    .header-bot-row-wrap .mobile-search {
        margin-right: 0;
        background-color: #fff;
        z-index: 100;
    }

    .header-bot-row-wrap {
        z-index: 100;
    }
    .close-header {
        z-index: 101;
    }
    .input-search-row input {
        width: 260px;
    }
}
@media screen and (max-width:768px) {
    .apcp-2 {
        display: none;
    }

    .paginator {
        order:1;
        margin-bottom: 20px;
    }

    .cipd-user-describe-row .btn-row {
        display: flex;

    }
    .child-category {
        display: inline-grid;
        width: 100%;
        margin-bottom: 10px;
    }
    .unit-child-category {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .cip-mini-pic-unit {
        margin-right: 0;
    }

    .slick-initialized .slick-slide.cip-mini-pic-unit {
        margin-bottom:0;
        height: auto;
        margin-right: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cip-mini-pic-wrap {
        margin:10px 0;
    }

    .cip-mini-pic-carousel .slick-track{
        display:flex;
        align-items:stretch;
    }

    .over-cip-main-btns-row {
        top: 10px;
        right: 10px;
    }
    .btn.brown-btn {
        margin-top: 30px;
    }
}

.mtc-uptitle {
    margin-top: auto;
}







/*delivery-page*/

.delivery-title-row {
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    margin-bottom: 11px;
}

.delivery-panel-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size:16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.delivery-title-row .delivery-panel-title {
    margin-bottom: 0;
}

.delivery-form-block .filter-unit-check {
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.special-delivery-check-text {
    padding-left:32px;
    box-sizing: border-box;
    font-size:14px;
    color:#7C8397;
    margin-top:4px;
}

.delivery-get-back-to-basket {
    color:#B7AA87;
    text-decoration: none;
    font-size:16px;
    position: relative;
}

.delivery-form-panel {
    border-bottom:1px solid #DBDDE5;
    padding-bottom: 24px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.delivery-get-back-to-basket::after {
    content:'';
    position: absolute;
    left:-10px;
    top:0;
    bottom:0;
    margin:auto;
    width:6px;
    height:6px;
    border-left:1px solid #B7AA87;
    border-bottom:1px solid #B7AA87;
    transform: rotate(45deg);
}

.delivery-type-list {
    margin-bottom: 40px;
}

.delivery-panel-content-block {
    display:flex;
    flex-flow:row nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.delivery-panel-content-col {
    width:100%;
}

.delivery-panel-basket-content-col {
    width:100%;
    max-width:460px;
    margin-left:20px;
    display:flex;
    align-items: flex-start;
    justify-content: center;
}

.delivery-basket-cont-block-wrap {
    padding:28px;
    background: #F2F2F2;
    border: 1px solid #DBDDE5;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.delivery-basket-cont-block-wrap > p {
    color:#7C8397;
    margin-bottom: 18px;
}

.delivery-sdek-api-map img {
    max-width: 100%;
}

.delivery-basket-cont-block {
    width:100%;
    position: sticky;
    position: -webkit-sticky;
    top:10px;
}

.delivery-basket-units-list {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.delivery-basket-unit {
    margin-bottom:20px;
    width:100%;
}

.delivery-basket-quant-cost {
    font-size:14px;
    color:#7C8397;
}

.delivery-bonus-row {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    padding:28px;
    background: #F2F2F2;
    border: 1px solid #DBDDE5;
    box-sizing: border-box;
    width:100%;
}

.delivery-bonus-row span {
    color: #980000;
    font-weight: 600;
    margin-right: 6px;
}


.delivery-sdek-api-map-wrapper {
    margin-bottom: 50px;
}

.delivery-payment-list {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.delivery-payment-unit {
    display:flex;
    align-items: center;
    justify-content: center;
    width:50%;
    max-width:340px;
}

.delivery-payment-type-panel {
    margin-bottom: 50px;
}

.delivery-payment-unit label {
    width:100%;
    background: #FFFFFF;
    border: 1px solid #DBDDE5;
    box-sizing: border-box;
    position: relative;
}

.delivery-payment-unit input {
    display:none;
}

.delivery-payment-unit input + label::before {
    content:'';
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    display: block;
    opacity: 0;
    background: linear-gradient(261.04deg, #D5C7A2 0%, #B7AA87 100%);
}



.delivery-payment-label-wrap {
    /* z-index: 2; */
    position: relative;
    display:flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    cursor:pointer;
    padding:37px 32px 30px 32px;
    box-sizing: border-box;
}

.delivery-payment-label-wrap p {
    position: relative;
    font-size:15px;
    color:#47484F;
    padding-left:28px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.delivery-payment-unit input:checked + label p {
    color:#fff;
}



.delivery-payment-label-wrap p::after {
    content:'';
    position: absolute;
    left:0;
    top:0;
    width:19px;
    height:19px;
    border:1px solid #B7AA87;
    border-radius: 20px;
    background-color:#fff;
}

.delivery-payment-label-wrap p::before {
    content:'';
    position: absolute;
    left: 5px;
    top: 5px;
    width:11px;
    height:11px;
    border-radius: 11px;
    background-color:#B7AA87;
    z-index: 1;

}

.delivery-payment-unit input:checked + label::before {
    opacity: 1;
    background: linear-gradient(261.04deg, #D5C7A2 0%, #B7AA87 100%);
}

.dp-icons-row {
    dispaly:flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow:row nowrap;
}

.dp-icons-row img {
    margin-right: 10px;
}

.delivery-form-block {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.delivery-form-block .input-row {
    width:calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 24px;
}

.delivery-form-block .input-row:nth-child(2n) {
    margin-right: 0;
}

.input-btn-row {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    width:100%;
    margin-bottom: 24px;
}

.input-btn-row .input-row {
    width:100%;
    max-width: 460px;
    margin-right: 20px;
}

.delivery-form-block-2 .filter-unit-check {
    display:flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.delivery-form-block-2 .filter-unit-check.above-input-row {
    margin-bottom: 4px;
}

.contact-info-unit .btn-row.btn-row-vertical {
    flex-direction:column;
}

.contact-info-unit .btn-row.btn-row-vertical .btn {
    width:100%;
    margin-bottom:20px;
}


.delivery-total-row {
    display:flex;
    align-content: center;
    justify-content: space-between;
    background: #F2F2F2;
    padding:36px 44px;
    box-sizing: border-box;
    width:100%;
    margin-bottom: 44px;
}

.delivery-total-val-block {
    width:100%;
    display:flex;
    align-content: center;
    justify-content: space-between;
}

.delivery-total-price {
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.delivery-total-val {
    font-family:'Kazimir';
    font-size:24px;
    margin-left:12px;
}

.delivery-subtext-block {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 50px;
}

.for-mobile-delivery-chooser-title {
    display:none;
}

.cip-size-block div.radio {
    font-size:16px;
    padding: 12px 24px;
    box-sizing: border-box;
    display:flex;
    align-items:center;
    justify-content: center;
    cursor:pointer;
    background: #FFFFFF;
    border: 1px solid #DBDDE5;
    transition:0.2s;
}

.cip-size-block div.radio .active {
    background: #91AEB8;
    border: 1px solid #91AEB8;
    color:#fff;
}

.gu-title-link{
    text-decoration: none;
}

.btn-catalog-element .btn {
    padding: 10px;
    height: 42px;
    margin-right: 12px;
    font-size: 13px;
}

.btn-catalog-element .quant-block {
    height: 42px;
    width: 140px;
    margin-right: 12px;
}

.btn-row.btn-catalog-element {
    justify-content: flex-start;
    margin-bottom: 19px;
}

.cip-info-wrap .manager-popup {
    display: inline-flex;
}

.cip-info-wrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.cipd-tabs-row {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.cipd-tab {
    cursor:pointer;
    display:flex;
    align-items: center;
    justify-content: center;
    padding:12px 24px;
    box-sizing: border-box;
    border: 1px solid #DBDDE5;
    margin-right: 12px;
    transition: 0.2s;
}

.cipd-tab:hover, .cipd-tab.active {
    border: 1px solid #B7AA87
}

.cipd-user-describe-block-cont-list {
    border-top:1px solid #DBDDE5;
    padding-top:18px;
    box-sizing: border-box;
}

.cipd-user-describe-block {
    display:none;
}

.cipd-user-describe-block.active {
    display:block;
}

.cipd-user-describe-block-wrap {
    width: 50%;
    padding-right: 46px;
    box-sizing: border-box;
}

.cipd-user-describe-block {
    width:100%;
    padding-right:0;
}


@media screen and (max-width:1080px) {

    .cipd-user-describe-row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .cipd-user-describe-block-wrap {
        width:100%;
        padding-right:0;
        margin-bottom: 32px;
    }

    .cipd-user-spec-block {
        padding-left:0;
        width:100%;
    }
    .delivery-panel-content-block {
        flex-direction: column;
    }

    .delivery-panel-content-col {
        order:2;
    }

    .delivery-panel-basket-content-col {
        position: relative;
        width:100%;
        max-width: 100%;
        margin-left:0;
        margin-bottom: 24px;
        order:1;
    }

    .for-mobile-delivery-chooser-title {
        display:block;
    }
}

@media screen and (max-width:768px) {

    .cipd-tabs-row {
        flex-flow: row nowrap;
        overflow: auto;
        padding-bottom: 12px;
    }
    .delivery-total-val-block {
        flex-direction: column;
        align-items:flex-start;
        justify-content: center;
        width:100%;
    }

    .delivery-total-price {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .delivery-total-val-block .btn-row {
        width:100%;
        justify-content: center;
        margin-top:12px;
    }

    .delivery-payment-label-wrap {
        padding:24px;
    }
}

@media screen and (max-width:600px) {
    .btn-row.btn-catalog-element {
        flex-direction:column;
        width:100%;
        max-width:320px;
        margin:auto;
    }

    .btn-catalog-element .quant-block {
        width:100%;
        margin-right:0;
    }

    .btn-catalog-element .btn {
        width:100%;
        margin-right:0;
        margin-top:10px;
    }

    .cip-info-wrap .manager-popup {
        margin-top:12px;
        margin-left:auto;
        margin-right:auto;
    }
}

@media screen and (max-width:480px) {

    .modal-buy-one-click .input-row {
        display:flex;
        flex-direction:column;
        align-items:flex-start;
    }

    .modal-buy-one-click .input-row label {
        min-width:unset;
    }
    .delivery-payment-unit {
        width:100%;
        max-width:unset;
    }

    .paginator li {
        margin: 0 5px;
    }

    .delivery-form-block {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .delivery-form-block .input-row {
        width:100%;
        margin-right: 0;
    }

    .input-btn-row .btn.brown-btn {
        padding: 17px;
    }

    .input-btn-row .input-row {
        margin-right:10px;
    }

    .fast-view .cip-mini-pic-carousel .slick-track {
        overflow-x: scroll;
    }


}
.js-catalog-fast-view-fancybox.fancybox-content {
    width: 100%;
    max-width: 1140px;
    height: auto !important;
}

.fancybox-content .cip-sizes-block {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap:6px;
    row-gap:6px;
}

.fancybox-content .cip-sizes-block .cip-size-block {
    width:auto;
    padding: 0;
    min-width: unset;
    max-width: unset;
    margin:unset;
}

.fancybox-content .cip-size-block label {
    padding:10px 0;
}


.fancybox-content .cip-info-wrap .btn-row {
    display:flex;
    flex-direction:column;
    align-items:center;
}

.fancybox-content .cip-info-wrap .btn-row .btn {
    margin-bottom:10px;
}

.fancybox-content .catalog-item-page-main-info-block {
    margin-bottom:0;
}

@media screen and (max-width:480px) {
    .js-catalog-fast-view-fancybox.fancybox-content {
        padding-left:20px;
        padding-right:20px;
    }

    .fancybox-content .cip-sizes-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

/* Контейнер подсказок */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Текст подсказки */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Расположите текст подсказки */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Исчезают в подсказке */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Подсказка стрелка */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Отображение текста подсказки при наведении курсора мыши на контейнер подсказки */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.fancybox-stage .cip-mini-pic-carousel .slick-list.draggable {
    height: auto !important;
}

.fancybox-content .cip-sizes-block {
    display: flex;
    flex-flow: row wrap;
}

.fancybox-content .cip-sizes-block .cip-size-block {
    width: auto;
    min-width: 95px;
}

.fast-view .cip-mini-pic-carousel .slick-track {
    width: 100% !important;
}

.fast-view .cip-mini-pic-carousel .cip-mini-pic-unit {
    margin-right:3px;
    min-width:80px;
}

.fast-view .cip-mini-pic-wrap, .fast-view .cip-main-pic-wrap {
    width:100%;
}

.fast-view .cip-pic-col {
    flex-direction: column;
}

.fast-view .cip-mini-pic-wrap, .fast-view .cip-mini-pic-carousel {
    width:100%;
}

.fancybox-stage .cip-mini-pic-carousel {
    display:none;
}

.fancybox-stage .cip-mini-pic-carousel.slick-initialized {
    display:block;
}

.fancybox-content .cip-size-block label {padding-left: 10px;padding-right: 10px;box-sizing: border-box;}

.cip-mini-pic-carousel .slick-track, .cip-mini-pic-carousel .slick-list, .cip-mini-pic-carousel {
    min-height: 100%;
    height: 100%;
}

.page-content {
    padding-top: 150px;
    box-sizing: border-box;
}

.header {
    background-color: #fff;
    position: fixed;
    box-shadow: 0px 0px 14px -4px rgb(0 0 0 / 30%);
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}

@media screen and (max-width:1080px) {
    .page-content {
        padding-top: 108px;
        box-sizing: border-box;
    }

    .header {
        z-index:3;
    }

    .mobile-header {
        position:fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 2;
        background-color:#fff;
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    }

    .basket-table-th-row .basket-table-unit, .basket-table-cont-row .basket-table-unit {
        flex-direction:column;
    }
}

@media screen and (max-width:480px) {
    .page-content {
        padding-top: 120px;
        box-sizing: border-box;
    }

    .basket-table-th-row .basket-table-unit, .basket-table-cont-row .basket-table-unit, .btu-unit-cont-wrap {
        text-align:left;
        align-items:flex-start;.
    }

    .btu-name .btu-unit-cont-wrap {
        align-items:flex-start
    }
}

@media screen and (max-width:320px) {
    .img-tech {
        transform: none;
        left: 0;
        top: 20%;
    }

    .img-tech img {
        width: 100%;
    }
}
