.usluga_razrab .rqcqlqtr {
    z-index: 3;
        background: #e30013;
    color: #fff;
}

.usluga_razrab .rqcqlqtr::after,
.usluga_razrab .rqcqlqtr::before {
        border-color: #c92734 #c92734 #c92734 transparent;
}

/* Иконки категорий*/

.freelance {
    background-image: url(/whole/icon/otzyvy/briefcase.png);
}

.shop_content .cbmat_r_2 {
    margin-top: 0px;
}

.tab_content .shop_option h2,
.cbmat_right .shop_option h2,
.shop_content .cbmat_right h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
}

.tab_content .shop_option,
.cbmat_right .shop_option {
    border-radius: 4px 4px 0px 0px;
    background-color: #fff;
    padding: 20px;
}

.tab_content .shop_options,
.cbmat_right .shop-options {
    display: table;
    width: calc(100% - 0px);
    position: relative;
}

.tab_content .shop-options .select-options,
.cbmat_right .shop-options .select-options {
    margin: 0;
    padding: 0;
    display: table;
    width: calc(100% + 0px);
    margin-bottom: -5px;
}

.tab_content .shop-options li,
.cbmat_right .shop-options li {
    font-size: 0px;
    margin: 0px;
    display: table;
    width: calc(100% - 0px);
    margin-bottom: 10px;
    padding: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f7fa;
}

.tab_content .shop-options li:last-child,
.cbmat_right .shop-options li:last-child {
    border-bottom:none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.tab_content .shop-options li span.opt,
.cbmat_right .shop-options li span.opt {
    display: inline-block;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 24px;
}

.tab_content .shop-options .val,
.cbmat_right .shop-options .val {}

.tab_content .shop-options label,
.cbmat_right .shop-options label {
    font-size: 0px;
    position: relative;
    display: table;
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
    margin-right: 0px;
    top: 2px;
}

.tab_content .shop-options label:first-child,
.cbmat_right .shop-options label:first-child {
    border-radius: 12px 0px 0px 12px;
}

.tab_content .shop-options label:last-child,
.cbmat_right .shop-options label:last-child {
    border-radius: 0px 12px 12px 0px;
    margin-right: 10px;
}

.tab_content .shop_option input[type="radio"],
.cbmat_right .shop_option input[type="radio"] {
    display: inline-block;
    width: 100%;
    min-width: 100%;
    height: 100%;
    padding: 0px;
    border: 0px solid #ededed;
    border-radius: 0px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    position: relative;
    box-sizing: border-box !important;
    transition: all .5s ease;
    position: absolute;
    top: 0px;
    left: 0px;
}


.tab_content .shop-options label:first-child input[type="radio"],
.cbmat_right .shop-options label:first-child input[type="radio"] {
    width: 200%;
    left: 100%;
    z-index: 3;
}

.tab_content .shop-options label:first-child input[type="radio"]::before,
.cbmat_right .shop-options label:first-child input[type="radio"]::before {
    width: 0%;
    left: 0%;
    z-index: 0;
}

.tab_content .shop-options label:first-child input[type="radio"]:checked::before,
.tab_content .shop-options label:first-child input[type="radio"]:checked,
.cbmat_right .shop-options label:first-child input[type="radio"]:checked::before,
.cbmat_right .shop-options label:first-child input[type="radio"]:checked {
    width: 0%;
    left: 0%;
    z-index: 0;
}

.tab_content .shop-options label:first-child input[type="radio"]::before,
.cbmat_right .shop-options label:first-child input[type="radio"]::before {
    content: "";
    display: block;
    width: 100%;
    left: -100%;
    height: 100%;
    z-index: 3;
    position: absolute;
}

.tab_content .shop-options label:last-child input[type="radio"]::before,
.cbmat_right .shop-options label:last-child input[type="radio"]::before {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background-color: #fff;
    position: absolute;
    left: calc(0% - 100% + 5px);
    top: 5px;
    border-radius: 50%;
    transition: all 0.5s;
    z-index: 2;
}

.tab_content .shop-options label:last-child input[type="radio"]::after,
.cbmat_right .shop-options label:last-child input[type="radio"]::after {
    content: "";
    display: block;
    height: 100%;
    width: 200%;
    position: absolute;
    left: -100%;
    top: 0px;
    border-radius: 12px;
    background-color: #d9eeff;
    transition: all 0.5s;
    z-index: 1;
}

.tab_content .shop-options label input[type="radio"]:hover::after,
.cbmat_right .shop-options label input[type="radio"]:hover::after {
    background-color: #0092ff;
}

.tab_content .shop-options label:last-child input[type="radio"]:checked::before,
.cbmat_right .shop-options label:last-child input[type="radio"]:checked::before {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    background-color: #fff;
    position: absolute;
    left: calc(100% - 17px);
    top: 3px;
    border-radius: 50%;
}

.tab_content .shop-options label:last-child input[type="radio"]:checked::after,
.cbmat_right .shop-options label:last-child input[type="radio"]:checked::after {
    background-color: #5eb948;
}


.tab_content .shop-options .select-options li,
.cbmat_right .shop-options .select-options li {
    list-style-type: none;
    float: left;
    width: calc(50% - 5px);
    text-align: center;
    background-color: #d9eeff;
    font-weight: 400;
    padding: 0px;
    line-height: 34px;
    font-size: 13px;
    margin: 5px 0px;
    color: #000;
    text-transform: none;
    border-radius: 4px;
    transition: all 0.5s;
}

.tab_content .shop-options .select-options li:nth-child(2n),
.cbmat_right .shop-options .select-options li:nth-child(2n) {
    margin-right: 10px;
}

.tab_content .shop-options .select-options li:first-child,
.cbmat_right .shop-options .select-options li:first-child {
    display: none;
}

.tab_content .shop-options .select-options li:hover,
.cbmat_right .shop-options .select-options li:hover {
    background-color: #0092ff;
    color: #fff;
}

.tab_content .shop-options .select-options li.active,
.cbmat_right .shop-options .select-options li.active {
    background-color: #5eb948;
    color: #fff;
}

.tab_content .shop-options .select-options li:hover,
.cbmat_right .shop-options .select-options li:hover {
    cursor: pointer;
}

#addtovbasket .d,
.shop_content .d {
    height: 100px;
    width: 20%;
    max-width: 220px;
    top: -40px;
    right: -24px;
    margin: 0px;
    position: absolute;
    transform: rotate(20deg);
    border-radius: 0px;
}

#addtovbasket .d:before,
#addtovbasket .d:after,
.shop_content .d:before,
.shop_content .d:after {
    content: "";
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    background: #e7f5e3;
    transition: all 0.5s;
}

#addtovbasket .d:before,
.shop_content .d:before {
    left: 4px;
    transform: skew(0deg, 20deg);
    border-radius: 0px 0px 8px 16px;
    top: -9px;
}

#addtovbasket .d:after,
.shop_content .d:after {
    right: 4px;
    transform: skew(0deg, -10deg);
    border-radius: 0px 0px 0px 8px;
    top: 0px;
}

#addtovbasket .img,
.shop_content .img {
    display: block;
    position: absolute;
    width: 20%;
    max-width: 60px;
    height: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    top: 15px;
    right: 5%;
    opacity: 0.2;
}

ul.spisokfunkcmagaz,
ul.spisokbezopas,
ul.spisokmodule,
ul.sposobioplati {
    display: table;
    width: calc(100% + 15px);
    margin: -7.5px -7.5px 12.5px -7.5px;
    padding: 0px;
}

#tab1 ul.spisokfunkcmagaz li,
#tab1 ul.spisokbezopas li,
#tab1 ul.spisokmodule li,
#tab1 ul.sposobioplati li {
    height: 40px;
    float: left;
    margin: 7.5px;
    display: block;
    text-align: center;
    width: calc(16.666% - 15px);
    line-height: 40px;
    background-color: #f3f7fa;
    background-position: center;
    background-size: auto 30px;
    font-size: 0px;
    background-repeat: no-repeat;
    position: relative;
}

#tab1 ul.spisokfunkcmagaz li,
#tab1 ul.spisokbezopas li,
#tab1 ul.spisokmodule li {
    font-size: 13px;
    padding: 0px 10px;
    width: calc(25% - 35px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#tab1 ul.spisokfunkcmagaz li {
    width: calc(50% - 35px);
}

#tab1 ul.sposobioplati li {
    color: transparent;
}

#tab1 ul.sposobioplati.text li {
    color: #000;
    font-size: 13px;
}

.shop_ul_r {
    line-height: 0px;
    margin: 0px;
    padding: 0px 0px;
    margin-bottom: 10px;
}

.shop_ul_r li {
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 30px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #f3f7fa;
}

.shop_ul_r li:before {
    display: block;
    width: 30px;
    height: 100%;
    content: '';
    position: absolute;
    left: 0px;
    z-index: 1;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 0px center;
    opacity: 0.5;
}

.shop_ul_r li.surl_chip:before { background-image: url(/whole/icon/shop/chip.png);}
.shop_ul_r li.surl_idea:before { background-image: url(/whole/icon/shop/idea.png);}
.shop_ul_r li.surl_rech:before { background-image: url(/whole/icon/shop/rech.png);}
.shop_ul_r li.surl_gant:before { background-image: url(/whole/icon/shop/gant.png);}

.shop_ul_r li span {
    border-radius: 50px;
    padding: 0px;
    float: right;
}

.shop_ul_r li span i {
    display: inline-block;
    padding: 0px;
    margin-right: 0px;
    background-repeat: no-repeat;
    background-position: left 0px center;
    padding-left: 18px;
    background-size: 14px auto;
    line-height: 20px;
    font-style: normal;
    text-transform: capitalize;
}

.formirzakaza {
    display: block;
    padding: 20px 20px 20px 20px;
    background: #d9eeff;
    border-radius: 0px 0px 4px 4px;
}

.formirzakaza.oldpri_stl {padding: 30px 20px 20px 20px;}

.formirzakaza .oplata {
    display: table;
    color: #000;
    width: 100%;
    margin-bottom: 10px;
}

.sumzakaz {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 30px;
}

.oplata .newprices {
    display: block;
    position: relative;
    text-align: right;
}

.formirzakaza .oplata .newprices span {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
}

.oldprices {
    display: table;
    position: absolute;
    top: -18px;
    right: 0px;
    line-height: 20px;
    cursor: help;
    text-align: center;
    padding: 0px 3px;
}

.newprices [data-title]:hover {position: absolute;}

.formirzakaza .oplata .oldprices line {
    display: block;
    width: 100%;
    background: #e13d3d;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0px;
    transform: rotate(2deg);
    opacity: 0.5;
}

.formirzakaza .oplata .oldprices span {
    font-size: 13px;
    line-height: 16px;
    color: #000;
}

.formirzakaza .buyzakaz {
    display: block;
    background: #3297db;
    color: #fff;
    padding: 0px 0px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    transition: all .5s ease;
    border-radius: 4px;
}

.formirzakaza .buyzakaz:hover {
    background: #5eb948;
    color: #fff;
    cursor: pointer;
}

#uspeh {
    display: block;
    position: fixed;
    background: #1e8bc38f;
    width: 100%;
    height: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    opacity: 0;
}

#addtovbasket {
    max-width: 460px;
    position: relative;
    text-align: justify;
}

#addtovbasket h4 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 24px;
}

#addtovbasket .pereikatalog,
#addtovbasket .oformleniebasket {
    float: left;
    display: table;
    border: 2px solid #5eb948;
    background-color: #5eb948;
    color: #fff;
    padding: 8px 0px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 4px;
    width: calc(50% - 9px);
    margin-top: 0px;
    text-align: center;
}

#addtovbasket .pereikatalog {
    border: 2px solid #dfecf5;
    margin-right: 10px;
    background-color: #fff;
    color: #000;
}

#addtovbasket .oformleniebasket:hover {
    background-color: #5eb948;
    color: #fff;
    opacity: 0.8;
}
#addtovbasket .pereikatalog:hover {
        background-color: #dfecf5;
    color: #000;
}



.colichestvo_style {
    display: table;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f3f7fa;
}


.colichestvo_style .opt {
    display: inline-block;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 24px;
}

.cs_number {
    display: table;
    width: 100%;
    line-height: 34px;
}

.cs_number a {
    display: inline-block;
    background-color: #d9eeff;
    color: #000;
    width: 20%;
    text-align: center;
    border-radius: 4px;
    float: left;
    height: 34px;
}

.cs_number a:hover {
    background-color: #5eb948;
    color: #fff;
}

.shop_content .cs_number a {
    color: transparent;
    background-image: url(/whole/icon/shop/minusb.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px auto;
}

.shop_content .cs_number a.wcnt-minus:hover {
    color: transparent;
    background-image: url(/whole/icon/shop/minus.png);
}

.shop_content .cs_number a.wcnt-plus {
    background-image: url(/whole/icon/shop/addb.png);
}

.shop_content .cs_number a.wcnt-plus:hover {
    background-image: url(/whole/icon/shop/add.png);
}

.cs_number a.disabled:hover {
    background-color: #e30013;
    color: #fff;
}

.shop_content .cs_number a.disabled:hover {
    color: transparent;
}

.wcnt-value {
    background-color: #fff;
    display: inline-block;
    width: calc(60% - 22px);
    text-align: center;
    line-height: 32px;
    border: 1px solid #d9eeff;
    margin: 0px 10px;
    cursor: default;
    border-radius: 4px;
    float: left;
    height: 32px;
}


/* РћС‚Р·С‹РІС‹ */


/* Список категорий */

#shopcatlist .cat-tree, #shop-hmenu {
    display: flex !important;
    margin: -5px;
    width: calc(100% + 10px);
    position: relative;
    transition: all 0.5s;
    flex-wrap: wrap;
        justify-content: flex-start;
}

#shopcatlist .cat-tree li,
#shop-hmenu .hmenu-item {
    display: block;
    float: left;
    width: calc(25% - 50px);
    margin: 5px;
    transition: all 0.5s;
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
    height: 160px;
    overflow: hidden;
}

#shopcatlist .cat-tree li::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 94px);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    top: 20px;
    left: 0px;
    opacity: 0.2;
    transition: all 0.5s;
    z-index: 3;
}

#shopcatlist .cat-tree li:hover::before {
    opacity: 0.2;
}

/* Иконки категорий */

#cid-1::before {
    background-image: url();
}

#cid-2::before {
    background-image: url(/whole/icon/shop/13.png);
}

#cid-3::before {
    background-image: url(/whole/icon/shop/12.png);
}

#cid-4::before {
    background-image: url();
}

#cid-5::before {
    background-image: url();
}

#cid-6::before {
    background-image: url();
}

#cid-7::before {
    background-image: url();
}

/* */

#shopcatlist .cat-tree li i {
    height: 120px;
    width: 200%;
    max-width: 220px;
    top: -24px;
    right: -48px;
    margin: 0px;
    position: absolute;
    transform: rotate(20deg);
    border-radius: 0px;
}

#shopcatlist .cat-tree li i:before,
#shopcatlist .cat-tree li i:after {
    content: "";
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    background: #e7f5e3;
    transition: all 0.5s;
}

#shopcatlist .cat-tree li i:before {
    left: 4px;
    transform: skew(0deg, 20deg);
    border-radius: 0px 0px 8px 16px;
    top: -9px;
}

#shopcatlist .cat-tree li i:after {
    right: 4px;
    transform: skew(0deg, -10deg);
    border-radius: 0px 0px 0px 8px;
    top: 0px;
}

#shopcatlist .cat-tree li b {
    display: none;
    float: right;
    background-color: #e8f6ff;
    line-height: 24px;
    border-radius: 4px;
    width: 50px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

#shopcatlist .cat-tree li .catref {
    line-height: 20px;
    color: #b8c4b5;
    font-size: 18px;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 90px);
    width: 140px;
    text-align: center;
    z-index: 1;
    padding: 20px;
    font-weight: 700;
}

#shopcatlist .cat-tree li .catref:hover {
    color: #5eb948;
}

#shopcatlist .cat-tree .cat-tree {
    margin: 0px;
    padding: 0px;
    display: none !important;
    justify-content: start;
    flex-wrap: wrap;
}

#shopcatlist .cat-tree .cat-tree li {
    width: auto;
    padding: 0px 10px;
    float: none;
    display: inline-block;
    background-color: #e8f6ff;
}

/* */

.pbn_1 {
background-image: url(/poloman/img/pretty_image-3-.jpg);
}

.pbn_2 {
background-image: url(/demo/img/1.jpg);
}

.pbn_3 {
background-image: url(/demo/img/1.jpg);
}

.pbn_4 {
background-image: url(/demo/img/1.jpg);
}

.pbn_5 {
background-image: url(/demo/img/1.jpg);
}

.pbn_6 {
background-image: url(/demo/img/1.jpg);
}

.pbn_7 {
background-image: url(/demo/img/1.jpg);
}

.pbn_8 {
background-image: url(/demo/img/1.jpg);
}

.pbn_9 {
background-image: url(/demo/img/1.jpg);
}

.pbn_10 {
background-image: url(/demo/img/1.jpg);
}

.pbn_11 {
background-image: url(/demo/img/1.jpg);
}

/* Код блоков */

.poloman_block {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 10px;
}

.poloman_block a {
    color:#000;
}

.poloman_block a:hover {
    color:#ffa801;
}

.poloman_block img,
.poloman_block img {
min-width:100%;
height: 100%;
}

.mainitem:hover .polomb_img,
.item:hover .polomb_img {
transform: scale(1.1);
}

.mainitem:hover .polomb_title::before,
.item:hover .polomb_title::before {
    width: calc(100% + 2px);
background-color: #15873a;
}

.polomb_img {
position: absolute;
    display: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
}

.polomb_img::after {
    content: '';
    position: absolute;
    z-index: 2;
    background-color: rgb(0 0 0 / 50%);
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.poloman_block .imgst {
    display: block;
    position: absolute;
    width: 20%;
    max-width: 100px;
    height: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    top: 20px;
    right: 5%;
    opacity: 0.2;
}

/* */

.pbis1 {
    background-image: url(/pageset/shop/uicon/1.png)
}

.pbis5 {
    background-image: url(/pageset/shop/uicon/5.png)
}

.pbis6 {
    background-image: url(/pageset/shop/uicon/6.png)
}

.pbis7 {
    background-image: url(/pageset/shop/uicon/7.png)
}

.pbis4 {
    background-image: url(/pageset/shop/uicon/4.png)
}

.pbis11 {
    background-image: url(/pageset/shop/uicon/11.png)
}

/* */

.shopcat_1 {background-image: url(/pageset/shop/uicon/a1.png)}
.shopcat_2 {background-image: url(/pageset/shop/uicon/a2.png)}
.shopcat_3 {background-image: url(/pageset/shop/uicon/a3.png)}
.shopcat_4 {background-image: url(/pageset/shop/uicon/a4.png)}
.shopcat_5 {background-image: url(/pageset/shop/uicon/a5.png)}
.shopcat_6 {background-image: url(/pageset/shop/uicon/a6.png)}
.shopcat_7 {background-image: url(/pageset/shop/uicon/a7.png)}
.shopcat_8 {background-image: url(/pageset/shop/uicon/a8.png)}
.shopcat_9 {background-image: url(/pageset/shop/uicon/a9.png)}
.shopcat_10 {background-image: url(/pageset/shop/uicon/a10.png)}
.shopcat_11 {background-image: url(/pageset/shop/uicon/a11.png)}
.shopcat_12 {background-image: url(/pageset/shop/uicon/a12.png)}

/* */

.polomb_abs {
display: block;
    text-align: left;
    z-index: 1;
    width: calc(100% - 80px);
    padding: 30px 40px;
}

.polomb_title {
    display: table;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

.minib .polomb_title {
    font-size: 20px;
}

.polomb_desc {
    display: table;
    line-height: 24px;
    margin-top: 10px;
position: relative;
    max-width: 400px;
}

.polomb_title::before {
    display: block;
    content: ' ';
    background: rgba(255, 255, 255, .5);
    width: 0%;
    height: 2px;
    bottom: -4px;
    left: -1px;
    position: absolute;
    transition: all .5s ease;
border-radius:4px;
}

.poloman_block .mainitem,
.poloman_block .item {
    flex-grow: 1;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 4px;
    overflow: hidden;
    flex-basis: 25%;
    position: relative;
    transition: all 0.5s;
}

.poloman_block .mainitem:hover,
.poloman_block .item:hover {
    box-shadow: 0 20px 30px -20px rgb(15 23 51 / 25%);
}

.poloman_block .mainitem {
    flex-grow: 2;
    transition: all 0.5s;
line-height:0px;
}

.poloman_block .sideitem {
    flex-basis: calc(50% - 5px);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.poloman_block .lastitem {
    flex-basis: calc(100% - 0px);
    display: flex;
    gap: 10px;
}



.poloman_block .item {
    flex-basis: 25%;
    transition: all 0.5s;
line-height:0px;
}

.poloman_block .lastitem .item:last-child {
    flex-basis: calc(50% + 10px);
}

/* */

.poloman_block i {
    height: 120px;
    width: 200%;
    max-width: 220px;
    top: -24px;
    right: -48px;
    margin: 0px;
    position: absolute;
    transform: rotate(20deg);
    border-radius: 0px;
}

.poloman_block .minib i {
    max-width: 160px;
    top: -44px;
    right: -48px;
}

.poloman_block .minib {
        flex-basis: calc(50% - 5px);
}

.poloman_block i:before,
.poloman_block i:after {
    content: "";
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    background: #ffecba;
    transition: all 0.5s;
}

.poloman_block i:before {
    left: 4px;
    transform: skew(0deg, 20deg);
    border-radius: 0px 0px 8px 16px;
    top: -9px;
}

.poloman_block i:after {
    right: 4px;
    transform: skew(0deg, -10deg);
    border-radius: 0px 0px 0px 8px;
    top: 0px;
}

/* */

h1#ex0 {
    max-width: 88%;
    position: relative;
    z-index: 1;
}

#tab1 h3, #tab1 h2 {
    border-top: 1px solid #f3f7fa;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#tab1 ul.h2list {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    margin-bottom: 20px;
}

#tab1 ul.h2list li {
    display: block;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px 0px 0px 15px;
    font-size: 14px;
    line-height: 24px;
}

#tab1 ul.h2list li:last-child {
    margin-bottom: 0px;
}

#tab1 ul.h2list li::before {
    display: block;
    content: ' ';
    background: url(/whole/img/arright.png) center no-repeat;
    background-size: 5px 8px;
    float: left;
    height: 24px;
    width: 5px;
    padding: 0px;
    margin-left: -15px;
    transition: all 0.5s;
}

#image-list .belt {
        position: relative !important;
}

#image-list img {
    min-width: auto !important;
    min-height: auto !important;
}

/* */

.shoplist_ul {
display: flex;
    width: calc(100% + 10px);
    margin: -5px;
    padding: 0px;
    margin-top: 15px;
    border-top: 1px solid #f3f7fa;
    padding-top: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shoplist_ul li {
    float: left;
    display: table;
    line-height: 20px;
    margin: 5.75px 5px;
    padding: 0px;
    padding-left: 15px;
    position: relative;
    min-width: calc(50% - 25px);
}

.shoplist_ul.ul4 li {
    min-width: auto;
}


.shoplist_ul li:after {
    content: '';
    display: block;
    width: 5px;
    height: 20px;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1;
    transition: all 0.5s;
    background: url(/whole/img/arright.png) center no-repeat;
    background-size: 5px 8px;
}

.shoplist_ul li:hover:after {
    left: 5px;
}

.fosleft,
.fosright {
    line-height: 0px;
}

/* */


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

.poloman_block .mainitem {
    flex-basis: 50%;
}

.poloman_block .sideitem {
    flex-basis: calc(100% - 0px);
}

    h1#ex0 {
    max-width: 100%;
    position: relative;
}

}

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

.polomb_title {
    font-size: 20px;
    line-height: 24px;
}


}


/* РђРґР°РїС‚Р°С†РёСЏ */

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

    #tab1 ul.sposobioplati li {
            background-size: auto 24px;
    }

    #tab1 ul.spisokfunkcmagaz li {
    width: calc(100% - 35px);
}

    #tab1 ul.spisokbezopas li,
    #tab1 ul.spisokmodule li {
        width: calc(50% - 35px);
    }

        .poloman_block .sideitem {
    flex-basis: calc(100% - 5px);
}

    .sumzakaz {
        font-size: 14px;
    }

    .formirzakaza .oplata .newprices span {
        font-size: 22px;
    }

    .formirzakaza .oplata .oldprices span {
        font-size: 13px;
    }

    #shopcatlist .cat-tree li,
#shop-hmenu .hmenu-item {
    width: calc(25% - 50px);
}

}

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

    #tab1 ul.sposobioplati li {
    background-size: auto 24px;
    width: calc(33.333% - 15px);
}

    .shoplist_ul li {
    min-width: calc(100% - 25px);
}

    .poloman_block .minib {
    flex-basis: calc(100% - 0px);
}

    .polomb_abs {
    width: calc(100% - 40px);
    padding: 20px;
}

    #addtovbasket .d,
    #addtovbasket .img,
    .shop_content .d,
    .shop_content .img {
        display: none;
    }

        #shopcatlist .cat-tree li,
#shop-hmenu .hmenu-item {
    width: calc(50% - 50px);
}
}

@media only screen and (max-width:699px) {
    #addtovbasket .pereikatalog,
    #addtovbasket .oformleniebasket {
        width: calc(100% - 4px);
    }
    #addtovbasket .pereikatalog {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    #addtovbasket,
    #addtovbasket h4 {
        text-align: center;
    }
}
