/*k: header styles*/

/*k: ubuntu font connection*/
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu/Ubuntu-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu/Ubuntu-Regular.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu/Ubuntu-Bold.ttf');
    font-weight: 700;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu/Ubuntu-Medium.ttf');
    font-weight: 500;
}
/*/k:ubuntu*/
header {
    position: relative;
    z-index: 5;
}
.content_container {
    max-width: 1630px;
    margin: 0 auto;
    box-sizing: content-box;
    padding: 0 60px;
}
.search_submit_icon {
    background-image: url("images/search.svg");
    width: 44px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    border: 0;
    position: absolute;
    right: 10px;
    height: 100%;
    opacity: .5;
    transition: opacity .2s ease-in;
}
.search_submit_icon:hover {
    opacity: 1;
}
@media screen and (min-width:1367px ) {
    .w1200 {
        max-width: 1920px;
    }
}
.header_top_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding-top: 16px;*/
    /*padding-bottom: 16px;*/
    padding: 10px 0;
    border-bottom: 1px solid #EDEDED;
}
.header_wrapper {
    box-shadow: 0px 0px 24px 0px #0000001A;
}
.header_top_content_right {
    display: flex;
    align-items: center;
}
.header_top_content_left > div {
    display: inline-block;
}
.header_city_chooser {
    padding-right: 40px;
}
.header_email {
    position: relative;
}
.header_email_icon {
    position: absolute;
    top: calc(50% - 10px);
}
.header_email_content {
    padding-left: 28px;
}
.header_navigation_list {
    list-style: none;
    display: flex;
}
.header_navigation_item:not(:last-child) {
    margin-right: 32px;
}
.header_navigation_item.has_children{
    margin-right: 49px;
}
.header_navigation_item.has_children.open .small-popup-wrap{
    opacity: 1;
    pointer-events: all;
    z-index: 5;
    left: 0;
    transform: translate(0, 10px);
}
.header_navigation_item.has_children.open .small-popup-wrap:after{
    content: '';
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    height: 20px;
}
.header_navigation_item.has_children .children-popup__text{
    white-space: nowrap;
}
.header_navigation_item.has_children .children-popup__text a{
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: var(--main-txt);
    text-decoration: none;
    transition: 0.2s color ease;
}
.header_navigation_item.has_children .children-popup__text a:not(:last-child){
    margin-bottom: 16px;
}
.header_navigation_item.has_children .children-popup__text a:hover{
    color: #f13333;
}
a.navigation_item_link {
    text-decoration: none;
    color: var(--main-txt);
}

.header_bottom_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    padding-top: 8px;
}
.header_bottom_content_left {
    display: flex;
    margin-right: 94px;
}
.header_logo_item {
    padding-right: 30px;
}
.header_logo_item img{
    max-width: 140px;
}
.header_phone_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header_phone_item .phone {
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: bold;
}
.header_phone_item span {
    opacity: .5;
    font-size: 12px;
}

.header_bottom_content_center {
    flex: 1;
    display: flex;
    align-items: center;
}
.header_bottom_content_right{
    margin-left: 106px;
}
.header_bottom_content_center .search {
    flex-grow: 1;
    height: 44px;
}
.header_bottom_content_center form {
    display: flex;
    position: relative;
    height: 100%;
}
.header_bottom_content_center .icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.header_bottom_content_center a {
    font-size: 14px;
    text-decoration: none;
    color: var(--accent-color);
    padding: 15px 24px;
    border-radius: 6px;
    border: 1px solid var(--accent-color);
    background-color: #F133330D;
    margin-left: 24px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.header_bottom_content_center a:hover {
    background-color: #F1333326;
}
.header_iconbar {
    display: flex;
}
.header_icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.header_icon svg{
    opacity: .5;
    transition: opacity .2s ease-in;
}
.header_icon.login{
    /*opacity: 1;*/
    position: relative;
}
.header_icon.login .login-popup-wrapper{
    left: 0;
    transform: translate(calc(-50% + 12px), 10px);
    margin-right: -12px;
}
.header_icon.login .login-popup-wrapper:before{
    content: '';
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    height: 20px;
}
.header_icon.login .login-popup__title{
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #161D3E;
    margin-bottom: 16px;
}
.login-popup__text{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    white-space: nowrap;
}
.header_icon.login .login-popup__text a.dark-link:first-child{
    margin-right: 2px;
}
.header_icon.login .login-popup__text a.dark-link:last-child{
    margin-left: 2px;
}
.header_icon.login .login-popup__text a.personal,
.header_icon.login .login-popup__text a.exit{
    margin: 0;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #161D3E;
    text-decoration: none;
    transition: 0.2s color ease;
}
.header_icon.login .login-popup__text a.personal:hover,
.header_icon.login .login-popup__text a.exit:hover{
    color: #f13333;
}
.header_icon.login .login-popup__text a.personal{
    margin-bottom: 16px;
}
.header_icon.login:hover .small-popup-wrap{
    opacity: 1;
    z-index: 3;
    pointer-events: auto;
}
.header_icon:hover svg{
    opacity: 1;
}

.header_icon:not(:last-child) {
    margin-right: 25px;
}
.header_search_area {
    font-family: 'Ubuntu';
    font-size: 14px;
    color: var(--main-txt);
    border: none;
    background-color: #F5F5F5;
    border-radius: 6px;
    padding: 12px 15px;
}
.header_search_area::placeholder {
    opacity: .5;
}
.header_search_area:focus-visible {
    outline: none;
}
.header_phone_item a {
    text-decoration: none;
    color: var(--main-txt);
}
.header_email_content, .navigation_item_link, .header_navigation_item {
    font-size: 14px;
    cursor: pointer;
    transition: color .2s ease;
    color: var(--main-txt);
    text-decoration: none;
}
.header_navigation_item.has_children{
    position: relative;
}
.header_navigation_item.has_children:after{
    content: '';
    position: absolute;
    right: -13px;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border: 2px solid #161D3E;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    transition: 0.2s color ease, 0.3s transform ease;
}
.header_navigation_item.has_children.open:after{
    transform: rotate(-135deg);
}
.navigation_item_link:hover, .header_navigation_item:hover{
    color: var(--accent-color)
}
.header_navigation_item.has_children:hover{
    color: var(--main-txt);
}
/*modal-form*/
.modal-form-wrapper{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    transition: 0.2s;
    background-color: rgba(30,30,30,0.4);
    display: none;
    opacity: 0;
    pointer-events: none;
    z-index: 102;
}
.modal-form-wrapper.active{
    opacity: 1;
    pointer-events: all;
    display: flex;
}
.modal-form{
    width: 640px;
    background: #fff;
    margin: auto;
    box-shadow: 0px 10px 32px rgb(0 0 0 / 10%);
    border-radius: 16px;
    padding: 84px 32px 32px;
    position: relative;
}
.modal-form__close{
    position: absolute;
    right: 32px;
    top: 32px;
    cursor: pointer;
    transition: 0.2s opacity ease;
}
.modal-form__close:hover{
    opacity: 0.5;
}
.modal-form__title{
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 14px;
    text-align: center;
}
.modal-form__subtitle{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 32px;
    text-align: center;
}
/*end modal-form*/
/*subscribe*/
.bx-subscribe{
    display: flex;
    justify-content: center;
    align-items: center;
}
.subscribe-form-wrapper{
    padding: 44px;
    margin: 40px 0;
    background: #F6EEDA;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subscribe-form-wrapper .left{
    display: flex;
    align-items: center;
    margin-right: 56px;
}
.subscribe-form-wrapper .left p{
    margin-left: 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
}
.subscribe-span{
    display: inline-block;
    margin-top: 12px;
}
.subscribe-span,
.subscribe-span a{
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--main-txt)!important;
}
.subscribe-span a{
    border-bottom: 1px solid;
    transition: 0.2s border;
    text-decoration: none;
}
.subscribe-span a:hover{
    border-bottom: 1px solid transparent;
}
/*end subscribe*/
/*delivery*/
.delivery-advantages{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 120px;
}
.delivery-advantages__item{
    width: 470px;
    display: flex;
    align-items: center;
}
.delivery-advantages__img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 24px;
}
.delivery-advantages__img img{
    width: 46px;
    height: 46px;
}
.delivery-advantages__title{
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 8px;
}
.delivery-advantages__desc{
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
}
.delivery .left{
    margin-right: 70px;
}
.delivery .left h6{
    margin-bottom: 24px;
}
.delivery .tabs{
    padding-bottom: 12px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 32px;
}
.delivery .tabs__box{
    margin-bottom: 120px;
}
.delivery .tabs__tab span{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    opacity: 0.3;
    transition: 0.2s opacity ease;
}
.delivery .tabs__tab span:hover{
    opacity: 1;
}
.delivery .tabs__tab.current:after{
    bottom: -12px;
}
.delivery table{
    width: 460px;
    border-radius: 12px;
    overflow: hidden;
}
.delivery table tr:nth-child(2n+1){
    background: #FAFAFA;
}
.delivery table tr:nth-child(2n){
    background: #F0F0F0;
}
.delivery table td{
    padding: 16px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    width: 50%;
}
.delivery .desc{
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}
.delivery .right{
    background: #FAFAFA;
    border-radius: 12px;
    padding: 54px;
    width: 100%;
    position: relative;
}
.delivery .right .bg{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.delivery .right .bg img{
    max-width: 325px;
}
.delivery .right .item{
    max-width: 660px;
}
.delivery .right .item + .item{
    margin-top: 60px;
}
.delivery .right-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 8px;
}
.delivery.main_text ul li{
    line-height: 150%;
    padding-left: 24px;
}
.delivery.main_text .regions ul li{
    margin-bottom: 8px;
}

.delivery.main_text .lift ul li + li{
    margin-top: 20px;
}
.delivery.main_text ul li:before{
    top: 11px;
    left: 10px;
}
.payments{
    display: flex;
    align-items: center;
    margin-top: 42px;
    margin-bottom: 120px;
}
.payment{
    background: #FAFAFA;
    border-radius: 12px;
    margin-right: 20px;
    width: 200px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment img{
    max-height: 28px;
}
.payment.cashless img{
    max-height: 38px;
}
/*end delivery*/
/*footer*/
.footer_content {
    background-color: #FAFAFA;
    border-radius: 8px;
    padding: 50px 46px 0 46px;
    display: flex;
    flex-direction: column;
}
.footer_top_content {
    display: flex;
    padding-bottom: 60px;
    border-bottom: 1px solid #DFE1E6;
}
.footer_menu_item {
    flex: 0 0 25%;
}
.footer_menu_item_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 12px;
}
.footer_menu_item_list {
    max-width: 200px;
    font-size: 14px;
}
.footer_menu_list_element {
    margin-bottom: 12px
}
.footer_menu_item_link {
    text-decoration: none;
    color: var(--main_txt_color);
    opacity: .6;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    transition: opacity .2s ease-in;
}
.footer_menu_item_link:hover {
    color: var(--main_txt_color);
    opacity: 1;
}
.footer_menu_item_text{
    opacity: .6;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #161D3E!important;
    text-decoration: none;
    transition: 0.2s opacity ease-in;
}
a.footer_menu_item_text:hover{
    opacity: 1;
}
.footer_menu_subitem_container.pays {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}
.footer_menu_subitem_container.pays svg:not(:last-child) {
    margin-right: 16px;
}
.footer_menu_subitem_element.soc {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D8D8D8;
    opacity: .4;
    transition: opacity .2s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.footer_menu_subitem_element.soc:not(:last-child) {
    margin-right: 12px;
}
.footer_menu_subitem_element.soc:hover {
    opacity: 1;
}
.footer_menu_subitem_container.soc {
    display: flex;
    flex-wrap: wrap;
}
.footer_menu_subitem {
    margin-bottom: 40px;
}
.footer_bottom_content {
    padding-top: 16px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.bottom_footer_text {
    font-size: 14px;
    color: var(--main-txt);
    opacity: .4;
}
.bottom_footer_link {
    font-size: 14px;
    color: var(--main-txt);
    text-decoration: underline;
    opacity: .4;
}
.bottom_footer_link:hover {
    color: var(--main-txt);
    text-decoration: none;
}
/*скрыть яндекс-метрика*/
.ym-advanced-informer {
    display: none;
}

/* advantages */
.advantages {
    padding-bottom: 25px;
}
.advantages_wrapper {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.advantages_item {
    width: 220px;
    height: 80px;
    background-color: #FAFAFA;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 14px 20px;
    user-select: none;
    margin: 0 15px 0 0;
}
.advantages_item:last-child{
    margin-right: 0;

}
.advantage_item_text {
    font-size: 12px;
    line-height: 16.8px;
}
.advantage_item_icon {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    flex-shrink: 0;
}
.advantage_item_icon img{
    max-width: 100%;
    max-height: 100%;
}

.section_title {
    color: var(--main-txt);
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 36px;
}
/*pop cat*/
.popular_cats {
    position: relative;
    margin-top: 40px;
    padding-bottom: 40px;
}
.popular_cats_swiper {
    overflow: hidden;
    position: relative;
}
.popular_cats_swiper .swiper-slide{
    width: 310px!important;
}
.pop_cat_wrapper {
    display: block;
    height: 230px;
    background-color: #FAFAFA;
    border-radius: 16px;
    position: relative;
    text-decoration: none;
    user-select: none;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.pop_cat_wrapper:hover {
    color: inherit;
}
.pop_cat_hero {
    position: absolute;
    width: 55%;
    max-height: 75%;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    transition: transform .2s ease-in;
}
.pop_cat_wrapper:hover .pop_cat_hero {
    transform: scale(1.05);
}
.pop_cat_info {
    position: relative;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 10;
    box-sizing: border-box;
}
.pop_cat_title_text {
    font-weight: 500;
    font-size: 16px;
    color: var(--main-txt);
    margin-right: 10px;
}
.pop_cat_title_quantity {
    font-weight: 400;
    font-size: 16px;
    opacity: .4;
    color: var(--main-txt);
}
.pop_cat_price {
    display: inline-block;
    padding: 7px 16px;
    background-color: #FFFFFF;
    border-radius: 20px;
    width: fit-content;
}
.pop_cat_price_text {
    font-size: 14px;
    font-weight: 400;
    color: var(--main-txt);
}
.slider_control {
    position: absolute;
    right: 0;
    top: -6px;
    display: flex;
}
.slider_control_prev, .slider_control_next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #161D3E;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .3;
    transition: opacity .2s ease-in;
}
.slider_control_prev:hover, .slider_control_next:hover {
    opacity: .7;
}
.slider_control_prev:active, .slider_control_next:active {
    opacity: 1;
}
.slider_control_next {
    margin-left: 8px;
}
.swiper-button-disabled, .swiper-button-disabled:hover, .swiper-button-disabled:active{
    opacity: .1;
}

/*promo banner*/
.promo_banner{
    margin-top: 40px;
    padding-bottom: 40px;
}
.promo_banner_wrapper {
    border-radius: 16px;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    display: block;
    margin-bottom: 80px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.promo_banner_wrapper:hover img {
    transform: scale(1.02);
}
.promo_banner_wrapper img {
    width: 100%;
    transform: scale(1);
    transition: transform .2s ease-in;
}

/*main txt*/
.main_company_video {
    width: 100%;
    user-select: none;
}
.main_company_video_wrapper {
    margin-bottom: 80px;
}
.main_text {
    /*padding: 40px 0;*/
}
.main_text h1,
.main_text h2,
.main_text h3,
.main_text h4,
.main_text h5,
.main_text h6{
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 24px;
}
.main_text h2{
    font-size: 34px;
}
.main_text h2{
    font-size: 32px;
}
.main_text h3{
    font-size: 28px;
    margin-bottom: 18px;
}
.main_text h4{
    font-size: 26px;
    margin-bottom: 18px;
}
.main_text h5{
    font-size: 22px;
    margin-bottom: 16px;
}
.main_text h6{
    font-size: 20px;
    margin-bottom: 16px;
}
.main_text,
.main_text p,
.main_text ul li,
.main_text ol li{
    font-weight: 300;
    font-size: 16px;
    color: var(--main-txt);
    line-height: 24px;
}
.main_text.about{
    padding: 40px 0;
}
.main_text p + h1,
.main_text p + h2,
.main_text p + h3,
.main_text p + h4,
.main_text p + h5,
.main_text p + h6{
    margin-top: 46px;
}
.main_text_paragraph:not(:last-child) {
    margin-bottom: 16px;
}
.main_text ul{
    padding: 8px 0;
}
.main_text ul li{
    padding-left: 10px;
    position: relative;
    line-height: 35px;
}
.main_text ul li:before{
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: var(--main-txt);
    border-radius: 50%;
    top: calc(50% - 2px);
    /*top: 16px;*/
}
.main_text ol{
    list-style: decimal;
    padding: 10px 0 10px 18px;
}
.main_text ol li{
    line-height: 35px;
}
/*delivery*/
.main_text.delivery{
    padding: 28px 0 60px 0;
}
.rules-title{
    margin-bottom: 32px;
}
.main_text .rules-items{
    display: flex;
    margin-top: 32px;
}
.main_text .first{
    width: 50%;
    max-width: 644px;
    margin-right: 61px;
}
.main_text .second{
    width: 50%;
    max-width: 640px;
    margin-left: 65px;
}
.main_text .rules-item:not(:last-child){
    margin-bottom: 64px;
}
.main_text .rules-item h6{
    margin-bottom: 16px;
}
.main_text .rules-item span{
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
}

/*end delivery*/
/*stock list*/
.stock_list {
    margin-bottom: 40px;
    position: relative;
}
.stock_list_slider {
    overflow: hidden;
}
.stock_list_slider .swiper-slide{
    width: 310px;
}
.stock_list_item_wrapper {
    position: relative;
    height: 400px;
    max-height: 400px;
    max-width: 100%;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    border-radius: 16px;
    background-image: url('/upload/temp_images/Акция.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s ease-in;
}
.stock_list_item_wrapper:hover {
    background-size: 110% 110%;
}
.stock_list_image {
    position: absolute;
    left: 50%;
    bottom: 50%;
}
.stock_list_item_date {
    padding: 7px 8px;
    width: fit-content;
    background-color: #FFFFFF;
    border-radius: 20px;
}
.stock_list_item_date_text {
    font-size: 14px;
    color: var(--main-txt);
}
.stock_list_item_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: var(--main-txt);
    margin-bottom: 8px;
}
.stock_list_item_trivia {
    color: var(--main-txt);
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
}
.cat_section_banner{
    margin-top: 80px;
    margin-bottom: 80px;
}
.cat_section_banner.open_banner{
    width: 100%;
    height: 270px;
    display: flex;
    border-radius: 16px;
    box-sizing: border-box;
    padding-left: 80px;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}
.cat_section_title {
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    color: var(--main-txt);
    margin-bottom: 16px;
}
.cat_breadcrumbs {
    font-size: 14px;
}
.breadcrumb__link {
    text-decoration: none;
}
.cat_section_banner_image {
    width: 323px;
    height: 323px;
    position: absolute;
    right: 20%;
    bottom: -80px;
}
.cat_section_banner_image img {
    width: 100%;
    height: 100%;
    transition: transform .2s ease-in;
}
div.sale-personal-section__list{
    float: none;
    display: flex;
    column-gap: 26px;
    margin-bottom: 120px;
}

div.sale-personal-section__item{
    display: block;
    height: 166px;
    margin: 0;
    padding: 0;
}

.sale-personal-section__item a.sale-personal-section__item-link{
    border-radius: 12px;
    background-color: #FAFAFA;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sale-personal-section__item a.sale-personal-section__item-link:hover{
    background-color: #F3F3F3;
}

span.sale-personal-section__item-icon{
    display: inline-flex;
}

span.sale-personal-section__item-title{
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #161D3E;
    display: flex;
    align-items: center;
}

span.sale-personal-section__item-count{
    display: inline-flex;
    background-color: transparent;
    padding: 0;
    color: #8B8E9E;
    margin-left: 4px;
    font-weight: 500;
}

span.sale-personal-section__item-count ruble{
    display: flex;
}
@media (max-width: 1440px) {
    .delivery .right .bg{
        display: none;
    }

}