#cart_page{width:100%;height:auto;display:table}
#cart_page_top{width:100%;height:auto;display:grid;grid-template-columns:2fr 1fr;column-gap:24px;margin-bottom:60px}
#cart_page_top_left{width:100%;height:auto;display:table;border:1px solid #E4E7E9;border-radius:1px}
#cart_page_top_left_title{display:table;width:100%;height:auto;padding:29px 23px;color:#191C1F;font-weight:600;font-size:32px;line-height:24px}
#cart_page_top_left_title_text{display:block;float:left}
#cart_page_top_left_title_clear{display:block;float:right;width:24px;height:24px}
#cart_page_top_left_title_clear>svg{width:24px;height:24px;cursor:pointer}
#cart_page_top_left_title_clear>svg>path{transition:.3s}
#cart_page_top_left_title_clear:hover>svg>path{stroke:#EE5858}
#cart_page_top_left_items_top{width:100%;height:41px;background:#eef2ff;padding:10px 0}
#cart_page_top_left_items_top>div{display:table;float:left;text-align:right}
#cart_page_top_left_items_top>div:nth-child(1){margin-left:24px;width:380px;text-align:left}
#cart_page_top_left_items_top>div:nth-child(2){margin-left:24px;width:88px}
#cart_page_top_left_items_top>div:nth-child(3){margin-left:24px;width:172px;text-align:center}
#cart_page_top_left_items_top>div:nth-child(4){margin-left:24px;width:112px}
#cart_page_top_left_items{width:100%;height:auto;display:table;margin:24px 23px 23px}
.cart_page_top_left_item{width:100%;height:auto;display:table;font-size:0;position:relative}
.cart_page_top_left_item:not(:last-child){margin-bottom:16px}
.cart_page_top_left_item>div,.cart_page_top_left_item>a{display:inline-block;vertical-align:middle}
.cart_page_top_left_item_title_changed{background:#EFD33D;padding:3px 23px 3px 8px;font-size:10px;line-height:1.4;position:relative;z-index:1;cursor:pointer}
.cart_page_top_left_item_remove{width:24px;height:24px;margin-right:12px;cursor:pointer}
.cart_page_top_left_item_remove>svg>path{transition:.3s}
.cart_page_top_left_item_remove:hover>svg>path{stroke:#EE5858}
.cart_page_top_left_item_image{width:72px;height:72px;margin-right:12px}
.cart_page_top_left_item_image>img{width:72px;height:72px;object-fit:cover;object-position:50% 50%}
.cart_page_top_left_item_title{width:260px;height:auto;font-size:16px;line-height:20px;font-weight:400;margin-right:24px}
.cart_page_top_left_item_title>a{display:table;width:100%;height:auto;text-decoration:none;color:#191C1F}
.cart_page_top_left_item_price_per_unit{width:88px;color:#475156;font-weight:600;font-size:16px;line-height:20px;margin-right:24px;text-align:right}
.cart_page_top_left_item_price_per_unit .rouble{margin-left:5px}
.cart_page_top_left_item .rouble{font-size:15px}
.cart_page_top_left_item_count{width:148px;height:48px;border:1px solid #E4E7E9;margin-right:48px}
.cart_page_top_left_item_count>*{width:33.3333%;height:46px;display:table;float:left;text-align:center}
.cart_page_top_left_item_count>div{cursor:pointer}
.cart_page_top_left_item_count>div>svg{margin:15px auto 0}
.cart_page_top_left_item_count>input{text-align:center;line-height:46px;border:none;background:transparent;color:#475156;font-weight:400;font-size:16px}
.cart_page_top_left_item_price_full{width:112px;text-align:right;color:#475156;font-weight:600;font-size:16px;line-height:20px}
.cart_page_top_left_removed_item{width:100%;height:auto;display:table;background:#fc7777;padding:3px 8px;font-size:12px;line-height:1.4;margin-bottom:10px;z-index:0;position:relative}
.cart_page_top_left_removed_item:last-child{margin-bottom:0}
.cart_page_top_left_removed_item a{color:#fff;text-decoration:none}
.cart_page_top_left_removed_item a:hover{text-decoration:underline}
.cart_page_top_left_removed_item_remove,.cart_page_top_left_item_title_changed_remove{width:23px;height:23px;position:absolute;right:0;top:0;bottom:0;display:block;z-index:1;text-align:center;color:#fff;background:url(../../i/close.svg) 50% 50% no-repeat;background-size:9px;cursor:pointer;transition:.3s}
.cart_page_top_left_item_title_changed_remove{background-image:url(../../i/close-black.svg)}
.cart_page_top_left_removed_item_remove:hover,.cart_page_top_left_item_title_changed_remove:hover{transform:rotate(360deg)}
#cart_page_top_right{width:100%;height:auto;display:table;position:relative;border:1px solid #E4E7E9;padding:19px 23px 28px;border-radius:1px}
#cart_page_top_right_title{width:100%;height:auto;display:table;margin:0 0 20px;font-weight:500;font-size:18px;line-height:24px}
#cart_page_top_right_shipping{width:100%;height:auto;font-size:14px;color:#3d57b0;margin-bottom:12px}
#cart_page_top_right_sum{width:100%;height:auto;display:grid;grid-template-columns:1fr 1fr;margin-bottom:24px}
#cart_page_top_right_sum>div:first-child{width:100%;height:auto;text-align:left;color:#191C1F;font-size:16px;line-height:24px;font-weight:400}
#cart_page_top_right_sum>div:last-child{width:100%;height:auto;text-align:right;color:#475156;font-size:16px;line-height:24px;font-weight:600}
#cart_page_top_right_sum .rouble{font-size:15px}
#cart_page_top_right_order{width:100%;height:auto;background:#3D57B0;color:#fff;text-align:center;padding:8px;cursor:pointer;transition:.5s}
#cart_page_top_right_order>div{width:auto;display:inline-block;padding-right:34px;line-height:24px;height:24px;background:url(../../i/cart-tbank-arrow.svg) 100% 50% no-repeat;font-weight:500;font-size:16px}
#cart_page_top_right_order:hover{filter:brightness(1.1)}
#cart_page_top_right_loading{width:100%;height:100%;display:none;position:absolute;z-index:10000;left:0;top:0;right:0;bottom:0;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwcHgiIGhlaWdodD0iMjAwcHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0ibGRzLXJpcHBsZSIgc3R5bGU9ImJhY2tncm91bmQ6IHJnYmEoMCwgMCwgMCwgMCkgbm9uZSByZXBlYXQgc2Nyb2xsIDAlIDAlOyI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMCIgZmlsbD0ibm9uZSIgbmctYXR0ci1zdHJva2U9Int7Y29uZmlnLmMxfX0iIG5nLWF0dHItc3Ryb2tlLXdpZHRoPSJ7e2NvbmZpZy53aWR0aH19IiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgY2FsY01vZGU9InNwbGluZSIgdmFsdWVzPSIwOzQwIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjEiIGtleVNwbGluZXM9IjAgMC4yIDAuOCAxIiBiZWdpbj0iLTAuNXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgY2FsY01vZGU9InNwbGluZSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMSIga2V5U3BsaW5lcz0iMC4yIDAgMC44IDEiIGJlZ2luPSItMC41cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSIwIiBmaWxsPSJub25lIiBuZy1hdHRyLXN0cm9rZT0ie3tjb25maWcuYzJ9fSIgbmctYXR0ci1zdHJva2Utd2lkdGg9Int7Y29uZmlnLndpZHRofX0iIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIyIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiBjYWxjTW9kZT0ic3BsaW5lIiB2YWx1ZXM9IjA7NDAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMSIga2V5U3BsaW5lcz0iMCAwLjIgMC44IDEiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBjYWxjTW9kZT0ic3BsaW5lIiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxIiBrZXlTcGxpbmVzPSIwLjIgMCAwLjggMSIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvY2lyY2xlPjwvc3ZnPg==") 50% 50% no-repeat rgba(238,242,255,.5);border-radius:1px}

/* Bottom */
#cart_page_bot{width:100%;height:auto;display:grid;grid-template-columns:2fr 1fr;column-gap:24px}
#cart_page_bot_left{width:100%;height:auto;display:table}
#cart_page_cdek{width:100%;height:auto;display:table;margin:0 0 60px;border:1px solid #E4E7E9}
#cart_page_cdek_top{width:100%;height:auto;display:table;padding:23px 39px;text-align:left;color:#191C1F;font-size:16px;line-height:24px;font-weight:500;text-transform:uppercase}
#cart_page_cdek_bot{width:100%;height:auto;display:table;padding:0 39px 23px}
#cart_page_cdek_bot input{width:100%;height:44px;border:1px solid #e4e7e9;padding:0 15px;font-size:14px;line-height:20px;font-weight:400;border-radius:2px}
#cart_page_form{width:100%;height:auto;display:table}
#cart_page_form_title{width:100%;height:auto;display:table;margin:0 0 24px;color:#191C1F;font-weight:500;font-size:18px;line-height:24px}
#cart_page_form_top{width:100%;height:auto;display:grid;grid-template-columns:1fr 1fr;column-gap:16px;row-gap:16px;margin:0 0 40px}
.cart_page_form_top_item{width:100%;height:auto;display:table}
.cart_page_form_top_item_title{width:100%;height:auto;display:table;font-size:14px;line-height:20px;font-weight:400;margin-bottom:8px}
.cart_page_form_top_item_inputs{width:100%;height:auto;display:grid;grid-template-columns:1fr 1fr;column-gap:16px}
.cart_page_form_top_item_inputs input{width:100%;height:44px;border:1px solid #e4e7e9;padding:0 15px;font-size:14px;line-height:20px;font-weight:400;border-radius:2px}
.cart_page_form_top_item_inputs input::placeholder{color:#77878F}
#cart_page_form_bot{width:100%;height:auto;display:table}
#cart_page_form_bot>div{width:100%;height:auto;display:table;font-size:14px;line-height:20px;font-weight:400;margin-bottom:8px}
#cart_page_form_bot>textarea{width:100%;height:124px;display:table;border:1px solid #E4E7E9;padding:12px 16px;color:#475156;font-size:14px;line-height:20px;font-weight:400;border-radius:2px}
#cart_page_form_bot>textarea::placeholder{color:#929FA5}
#cart_page_bot input.red{border-color:#EE5858;background-color:#fdeeee}

/* Fixed */
#cart_page_fixed{width:100%;height:auto;display:none;position:fixed;left:0;right:0;bottom:0;padding:20px;z-index:5;background:#fff;box-shadow:0 0 5px rgba(61,87,176,.5)}
#cart_page_fixed_left{display:table;float:left}
#cart_page_fixed_left_1{display:table;width:auto;height:auto;font-weight:700;font-size:14px;line-height:18px;margin-bottom:5px}
#cart_page_fixed_left_1 .rouble{margin-left:5px}
#cart_page_fixed_left_2{display:table;clear:both;font-weight:400;font-size:14px;line-height:20px;color:#3D57B0}
#cart_page_fixed_right{width:321px;height:auto;display:table;float:right;background:#3D57B0;color:#fff;text-align:center;padding:8px;cursor:pointer;transition:.5s}
#cart_page_fixed_right>div{width:auto;display:inline-block;padding-right:34px;line-height:24px;height:24px;background:url(../../i/cart-tbank-arrow.svg) 100% 50% no-repeat;font-weight:500;font-size:16px}
#cart_page_fixed_right:hover{filter:brightness(1.1)}

/* Adaptive */
@media screen and (max-width:1599px){
    #cart_page_top_left_items_top>div:nth-child(1){width:321px}
    #cart_page_top_left_items_top>div:nth-child(4){width:112px}
    .cart_page_top_left_item_title{width:203px}
}
@media screen and (max-width:1279px){
    #cart_page_top,#cart_page_bot{grid-template-columns:1fr}
    #cart_page_top_right{display:none}
    #cart_page_fixed{display:table}
}
@media screen and (max-width:820px){
    #cart_page_cdek_top,#cart_page_cdek_bot{padding-left:23px;padding-right:23px}
    #cart_page_form_top{grid-template-columns:1fr;margin-bottom:20px}
    #cart_page_top_left_items_top>div:nth-child(1){width:292px}
    #cart_page_top_left_items_top>div:nth-child(3){width:141px}
    .cart_page_top_left_item_title{width:173px}
    .cart_page_top_left_item_count{width:128px;margin-right:36px}
    .cart_page_top_left_item_price_full{width:88px}
}
@media screen and (max-width:767px){
    #cart_page_top,#cart_page_cdek{margin-bottom:40px}
    #cart_page_top_left{border:none}
    #cart_page_top_left_title{padding:5px 0 20px;text-align:center;font-size:23px;line-height:40px}
    #cart_page_top_left_title_clear{margin-top:3px}
    #cart_page_top_left_items_top{display:none}
    #cart_page_top_left_items{margin:0}
    .cart_page_top_left_item{border:1px solid #E4E7E9;padding:10px}
    .cart_page_top_left_item:not(:last-child){margin-bottom:10px}
    .cart_page_top_left_item_price_per_unit{display:none !important}
    .cart_page_top_left_item_remove{position:absolute;right:10px;top:10px;margin-right:0}
    .cart_page_top_left_item>div,.cart_page_top_left_item>a{display:table;float:left}
    .cart_page_top_left_item_image{margin-bottom:10px}
    .cart_page_top_left_item_count{clear:both}
    #cart_page_fixed_left,#cart_page_fixed_right{width:100%}
    #cart_page_fixed_left{margin-bottom:10px}
    .cart_page_top_left_item_title{width:calc(100% - 115px);margin-right:0;height:72px}
    .cart_page_top_left_item_title>div{display:table-cell;vertical-align:middle}
    .cart_page_top_left_item_count{width:50%;margin-right:0}
    .cart_page_top_left_item_price_full{width:50%;text-align:right;line-height:48px}
}