iframe.mobile-banner{display:none;}
/*div.item-card{font-size:17px;}*/
div.item-card div.main-info{}
div.item-card div.main-info div.image{
    float:left;
    max-width: 570px;
    width:40%
}
div.item-card div.main-info div.image img{
    width:100%;
}
div.modal-dialog div.item-card div.main-info div.image img{
    width:100%;
}
div.item-card div.main-info div.item-info{
    float:right;
    width: calc(100% - 40% - 40px);
}
div.item-card h1{
    text-align: left;
    margin:0 0 10px 0;
    padding:0;
    font-size:28px;
}

div.item-card div.main-info div.art{margin:0 0 10px 0;}
div.item-card div.main-info div.price{float:left;color:#d53565;font-family: 'PT Sans', sans-serif;font-size:30px;}
div.item-card div.main-info div.price span.oldPrice{margin:0 20px 0 0;font-size:22px;text-decoration: line-through;color:#afafaf;}
div.item-card div.main-info div.price span.currentPrice{margin:0 20px 0 0;font-size:22px;color:#afafaf;}
div.item-card div.main-info div.price span.possiblePrice{margin:0 20px 0 0;font-size:30px;}
div.item-card div.main-info div.delivery-price {clear:both;margin:0 20px 0 0;font-size:12px;}
div.item-card div.main-info div.price span.showDiscountApp{margin:0 20px 0 0;font-size:14px;cursor: pointer;}
div.item-card div.main-info div.price span.showDiscountApp:hover{margin:0 20px 0 0;font-size:14px;cursor: pointer;text-decoration: underline}
div.item-card div.main-info div.rate{float:right}
div.item-card div.main-info div.param-str{margin-bottom:20px;}
div.item-card div.string.dotted{
    width:100%;
    border-bottom:1px #afafaf dotted;
    margin-top:20px;
    margin-bottom:20px;
}
div.item-card div.param-str div.title{float:left;line-height: 1.8em;margin-right:20px;width:60px;}
div.item-card div.param-str div.selector{float:left;width:calc(100% - 80px - 160px);}
div.item-card div.param-str a.right{float:right;line-height: 1.8em;width:160px;}
div.item-card div.param-str div.note{font-size:12px;}

div.item-card #add-2-basket{float:left;}
div.item-card #add-2-basket.size{height:65px;}
div.item-card #add-2-basket.cloth{height:80px;}
div.item-card #add-2-basket.cloth-color{height:100px;}
div.item-card #add-2-basket:before{
    content: "";
    display: block;
    width:25px;
    height:25px;
    background: url(../img/sprites.png) -263px -14px;
    margin-right:20px;
    float:left;
}
div.item-card div.item-param{font-size:14px; color:#505050}
div.item-card div.item-size{}
div.item-card div.item-cloth{}
div.item-card div.item-color{}
div.item-card div.art-and-count{
    float:left;
    margin-left:20px;
}
div.item-card div.full-item-art{
    line-height: 1.4em;
    color:#5f9600;
}
div.item-card div.item-count{
    line-height: 1.4em;
    color:#afafaf;
    float:left;
}
div.item-card div.get-count-in-stock{
    /*float:right;*/
    /*margin-left:10px;*/
    margin-top:10px;
}
div.item-card div.get-count-in-stock a{
    font-size: 14px;
    font-family: "Lato Medium";
}
div.item-card div.param-str.price-info{
    background: #fae6ec;
    padding:10px;
}
div.item-card div.param-str.gray{
    color:#a0a0a0;
}

div.item-card ul.catalog{}
div.item-card ul.catalog li{
    float:left; margin-left:0;
}

div.item-card div.tabs{margin-bottom:40px;}
div.item-card div.tabs ul.tab{/*margin:0 auto;*/margin:0;padding:0; list-style-type: none;/*max-width:680px;*/}
div.item-card div.tabs ul.tab li{float:left;padding:20px;padding-bottom:0px;cursor:pointer;}
div.item-card div.tabs ul.tab li.active div.string{border-color: #000;}
div.item-card div.tabs ul.tab li.active{color:#d53565;}
div.item-card div.tabs ul.tab li div.string{
    margin-top:20px;width:100%;border-bottom:1px #fff solid;margin-bottom:0;
}
div.item-card div.tabs div.tab{padding-top:20px;border-top:1px #d5d5d5 solid;display: none;}
div.item-card div.tabs div.tab.active{display: block;}

div.catalog{}
div.catalog div.left{
    float:left;
    width:349px;
    padding: 0px 10px 10px;
}
div.catalog div.left button.filter-button{display:none;}
div.catalog div.left div.clear-filter-button{margin-top:20px;margin-bottom:20px;text-align: center;}
div.catalog div.left button.clear-filter-button{}
div.catalog div.right{
    float:right;
    width:calc(100% - 369px);
}
div.catalog div.right p{
    font-size:18px;text-align: center;
}
div.catalog h1{
    margin:0;
    text-align: left;
    font-size:35px;
}
div.catalog h3{
    text-align: left;
    font-family: 'PT Sans', sans-serif;
    font-style: normal; font-size:18px;
}
div.catalog div.block{
    margin-top:40px;
    font-size:17px;
}
div.catalog div.block label{
    display: block;
    margin-bottom: 10px;
}
div.catalog div.block label span{
    color:#afafaf;
}
div.catalog div.block.price label{
    display: inline;
}
div.catalog div.block.price label input{
    /*width:calc(50% - 30px);*/
    width: 80px;
    padding:0 0 0 5px;

}
div.catalog div.height-limit{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
}


div.catalog div.right div.description{
    font-size:16px;
    padding-top:20px;
    line-height: 1.5;
}
div.catalog div.right div.description h2{

}
div.colors input[type=radio],
div.colors input[type=checkbox]{
    display: none;
}

/*
COLOR CIRCLE
*/

div.colors label,
div.color{
    width:25px;
    height:25px;
    /*border:3px #e8e8e8 solid;*/
    border:3px #979494 solid;
    float:left;
    border-radius: 50px;
    background-color: inherit;
    transition: 0.3s linear;
    margin:0 5px 5px 0;
    overflow: hidden;
}
div.color2{
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width:25px;
    height:12px;
    margin-top:13px;
}
div.colors label{cursor: pointer;}
div.colors input[type=radio]:checked + label,
div.colors input[type=checkbox]:checked + label{
    border-color:#d53565;
    opacity: 1;
}
div.colors label input{
    display: none;
}

/*
INPUT SELECTOR
*/
label.selector{
    min-width:15px;
    height:25px;
    border:3px transparent solid;
    float:left;
    border-radius: 50px;
    background-color: inherit;
    transition: 0.3s linear;
    margin:0 5px 5px 0;
    cursor:pointer;
    text-align: center;
    line-height: 1.5em;
    padding:0 5px;
}
div.colors label.disable,
label.selector.disable{
    border:3px #e8e8e8 solid;
    opacity: 0.35;
    cursor: auto;
}
.zero-in-stock {
    border:3px #e8e8e8 solid;
    opacity: 0.5;
}
input[type=radio]:checked + label.selector{
    background-color:#d53565;
    color:#fff;
    opacity: 1;
}
input[type=radio]:checked + label.selector span.gray{color:#fff;}
label.selector span.gray{color:#afafaf;transition: 0.3s linear;}
div.selector input{
    display: none;
}

div.right-side-content div.recently,
div.catalog div.recently{margin-top:40px;}
div.right-side-content div.recently h2,
div.catalog div.recently h2{margin:0;text-align: left;/*color:#000*/}
div.right-side-content div.recently div.string,
div.catalog div.recently div.string{width:100%;margin-top:10px;}
div.right-side-content div.recently a.item,
div.catalog div.recently a.item{
    margin-top:20px;
    display: flex;
    gap:1rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
div.right-side-content div.recently a.item img,
div.catalog div.recently a.item img{
    width: 140px;
}
div.right-side-content div.recently a.item div.info,
div.catalog div.recently a.item div.info{
    /*float:right;*/
    width: calc(100% - 160px)
}
div.right-side-content div.recently a.item div.info h2,
div.right-side-content div.recently a.item div.info h5,
div.catalog div.recently a.item div.info h2{
    font-size:17px;
    font-style: normal;
    font-weight: normal;
}
div.right-side-content div.recently a.item div.info div.brand,
div.catalog div.recently a.item div.info div.brand{
    text-align: left;
    color:#afafaf;
    font-size:17px;
}
div.right-side-content div.recently a.item div.info div.price,
div.catalog div.recently a.item div.info div.price{
    font-family: 'PT Sans', sans-serif;
    color:#d53565;
    font-style: italic;
    font-size:22px;
    text-align: left;
    margin-top:10px;
}

/*
CATALOG CATALOG CATALOG CATALOG CATALOG CATALOG CATALOG CATALOG
*/
ul.catalog{margin:0;padding:0;list-style-type: none;}
ul.catalog li{
    display: block;
    float:left;
    width:369px;
    margin-left:28px;
    color:#000;
    font-family: 'PT Sans', sans-serif;
    margin-bottom:40px;
}
ul.catalog li div.img-float{
    height:580px;
    overflow: hidden;
    text-align: center;
    width:calc(100% - 20px)
}
ul.catalog li div.img-float a{
    text-align: center;
    display: block;

}
ul.catalog li div.img-float img{
    height:374px;
    width:auto;
    margin:0 auto;
    /*width:100%;
    height:auto;*/
}
div.tab.ib {
    height:700px;
}
/*
LABELS
*/
ul.catalog li div.super-price {
    position: absolute;
    margin-top:-130px;
    margin-left:10px;
}
ul.catalog li div.super-price img {width: auto;height:130px;}

div.label.discount{background: #ef4545;width:auto!important;}
div.label.new{background: #98c400;margin-top:40px!important;}
div.label.hit{background: #1c3d8c;}
div.label.season{background: #538c72;margin-top:40px!important;}

div.labels div.discount{background: #ef4545;width:auto!important;}
div.labels div.new{background: #98c400;}
div.labels div.hit{background: #1c3d8c;}
div.labels div.season{background: #538c72;}
div.labels div {padding:5px}

ul.catalog li div.img-float div.labels{
    position: absolute;
    color:white;
    margin:10px 0 0 10px;
    padding:3px 6px 3px 6px;
    text-transform: uppercase;
    /*width:70px;*/
    opacity: 0.9;
    display: flex;
    gap: 1rem;
}

div.item-card div.image div.label,
ul.catalog li div.img-float div.label{
    position: absolute;
    color:white;
    margin:10px 0 0 10px;
    padding:3px 6px 3px 6px;
    text-transform: uppercase;
    /*width:70px;*/
    opacity: 0.9;
}

div.item-card div.image div.label.cardbonus,
ul.catalog li div.img-float div.label.cardBonus{
    padding:3px 40px 3px 6px;
}
div.item-card div.image div.label.cardbonus:after,
ul.catalog li div.img-float div.label.cardBonus:after{
    content: ' ';
    width:25px;
    height:25px;
    position:absolute;
    margin-left:10px;
    margin-top:-3px;
    background: url('/assets/themes/original/img/discount-card25x25.png');
}
/*
ul.catalog li div.img-float div.art{
    position: absolute;
    color:#1c3d8c;
    background: #fff;
    margin:10px 0 0 10px;
    padding:3px 6px 3px 6px;
    text-transform: uppercase;

}
*/
ul.catalog li div.float{
    width:100%;
    height:160px;
    position: relative;
    margin-top:-140px;
    text-align: center;
    /*background: #fff;
    opacity: 0.5;*/
    /*display: none;*/
    opacity: 0;
    transition: 0.3s linear;
}
ul.catalog li:hover div.float{
    /*display: block;*/
    opacity: 1;
}
ul.catalog li div.float:before{
    content: "";
    display: block;
    width:100%;
    height:100%;
    background: #fff;
    opacity: 0.7;
    position: absolute;
    z-index: 0;
}
ul.catalog li div.float.nosize{
    height:80px;
    margin-top:-60px;
}
ul.catalog li div.float.nosize p,
ul.catalog li div.float.nosize div.sizes{display:none;}
ul.catalog li div.float div.over{
    z-index: 1;
    position: absolute;
    width:100%;
}
ul.catalog li div.float p{
    font-weight: bold;
    font-size:14px;
}
ul.catalog li div.float div.string{
    border-bottom:1px #d53565 solid;
    width:100%;
    margin:20px 0 10px 0;
}
ul.catalog li div.float .sizes{
    word-spacing: 20px;
    padding:0 20px 0 20px;
    height:35px;
}
ul.catalog li a{
    text-decoration: none;
}
ul.catalog li h2{
    font-size:17px;
    font-style: normal;
    font-weight: normal;
    margin-top:0px;
    height:30px;
}
ul.catalog li div.brand{
    text-align: center;
    color:#afafaf;
    font-size:17px;
}
ul.catalog li div.cloth{
    height:20px;color:#505050;
    font-size: 12px;
    line-height: 1em;
}
ul.catalog li div.colorTxt{height:20px;color:#505050;}
ul.catalog li div.art{
    color:#1c3d8c;
    text-transform: uppercase;

}
ul.catalog li div.price{
    font-family: 'PT Sans', sans-serif;
    color:#d53565;
    font-style: italic;
    font-size:22px;
    text-align: center;
    margin:10px;
}
ul.catalog li div.price.black{
    color:#454545;
}
ul.catalog li div.price.fl{
    float:left;
    width:calc(50% - 20px);
}
ul.catalog li div.showDiscountApp{
    font-size: 11px;
    cursor: pointer;
    text-align: center;
    display:block;
    width:50%;
    height:30px;
    float:right;
    margin-top:-10px;
    color:#d53565;
}
ul.catalog li div.showDiscountApp:hover{
    text-decoration: underline;
}
ul.catalog li div.price.oldPrice{
    text-decoration: line-through;
    color:#c0c0c0;
    /*font-size:16px;*/
}
ul.catalog li ul.color-slider{
    padding:0;
    margin:0;
    /*width:200px;
    margin:0 auto;*/
    height:35px;
}
ul.catalog li ul.color-slider li{
    margin:0;
    float:left;
}
ul.catalog li ul.color-slider div.color{
    float:none;
}

div.colors.selector span{
    font-size:10px;
    line-height: 2.6em;
    position: absolute;
    width:25px;
    /*margin-left: -12px;*/
    text-align: center;
    height:20px;
}
div.colors.selector span.top{margin-top:-5px;}
div.colors.selector span.bottom{margin-top:5px;}
div.colors.selector span.light{color:#fff;}
div.colors.selector span.dark{color:#000;}

/*CART*/
div.cart-main {}
div.cart-main h2 {
    text-align: left;
    font-size:35px;
}
div.cart-main div.left,
div.cart-main div.right{float:left;}
div.cart-main div.left {width:calc(70% - 40px);}
div.cart-main div.right {width:30%;margin-left:40px;}

div.cart-main div.cart-header{
    font-size:18px;
    text-transform: uppercase;
    color: #818181;
    border-bottom:1px #818181 solid!important;
    width:100%;
}
div.cart-main div.label{float:left;width:130px;}
div.cart-main div.label.lleft {width: calc(100% - 320px)}
div.cart-main div.label.lcenter {width:150px;}
div.cart-main div.label.lright {float:right;width:auto;}

div.cart-main div.basket-item {
    margin-top:20px;font-size:18px;border-bottom:1px #afafaf dotted;padding-bottom:10px;
}
div.cart-main div.basket-item div.mobile{display:none;}
div.cart-main div.basket-item.null {
    opacity: 0.5;
}
div.cart-main div.basket-item div.lleft img{float:left;}
div.cart-main div.basket-item div.lleft div.item-desc{float:left;margin-left:20px; }
div.cart-main div.basket-item div.price span.possiblePrice{
    color:#c0c0c0;
    /*text-decoration: line-through;*/
    font-size:16px;
}
div.cart-main div.basket-item div.price span.old-price{
    color:#c0c0c0;
    text-decoration: line-through;
    font-size:16px;
}
div.cart-main div.basket-item div.price span.new-price{
     /*color:#454545;*/
    display:block;
    color:#4cae4c;
     font-size:24px;
 }
div.cart-main div.basket-item div.price span.txt{
    font-size:14px;
}
div.cart-main div.basket-item div.price{
    color:#d53565;font-family: 'Alice', sans-serif;font-size: 16px;
    line-height: 1.2em;
    text-align: right;
}
div.cart-main div.basket-item img.item-img{width:145px;}
div.cart-main div.basket-item div.item-desc{}
div.cart-main div.basket-item div.item-desc div.name{}
div.cart-main div.basket-item div.item-desc div.brand{color:#afafaf;font-size:14px;margin-bottom:10px;}
div.cart-main div.basket-item div.item-desc div.param{font-weight: bold;}
div.cart-main div.basket-item div.item-desc div.param span{font-weight: normal;}
div.cart-main div.basket-item div.originalPrice{text-align: center}
div.cart-main input.count-input {width:25px;border:0;text-align: center;font-size:20px;}
div.cart-main button.count-input-button  {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    font-size: 26px;
    line-height: 0;
    margin: 7px;
    padding: 0;
}
div.cart-main button.count-input-button:focus { outline: none; }
div.cart-main div.itog-background{margin-top:20px;background: #eefafe;padding:20px 40px 20px 40px;}
div.cart-main div.itog{float:left;}
div.cart-main div.itog div.discount{margin-top:10px;font-size:18px;color:#ef4545}
div.cart-main div.itog div.discountMedical{margin-top:10px;font-size:18px;}
div.cart-main div.itog div.discountMedical.inactive{color:#afafaf}
div.cart-main div.itogo{font-size:18px;margin-top:10px;}
div.cart-main div.final{font-size:26px;margin-top:10px;color:#4cae4c;}
div.cart-main div.promocode{font-size:18px;margin-top:20px;}
div.cart-main div.promocode-activate{margin-top:5px;}
div.cart-main div.promocode input{height:43px;padding:0 10px 0 10px;border:1px #afafaf solid;color:#afafaf}
div.cart-main div.button-confirm-holder{float:right;margin-top:20px;}

div.cart-main div.right h3{text-align: left;margin:0;}
div.cart-main div.right img{}

div.button-confirm-holder button.button,
div.button-confirm-holder a.button{
    width:200px;/*height:70px;*/
    font-size:18px;
    text-align: center;
    line-height: 2.8em;
}

div.order{}
div.order h2{text-align: left;}
div.order div.order-string{margin-bottom:40px;}
div.order div.order-string div.label{float:left;width:120px;font-size:16px;font-weight:bold;}
div.order div.order-string div.data{float:left;width:calc(100% - 120px - 20px);margin-left:20px;}
div.order div.order-string div.data select,
div.order div.order-string div.data input[type=text]{
    padding:5px 10px 5px 10px;
    min-width: 150px;
}
div.order div.order-string div.data select{margin-bottom:20px;}
div.order div.order-string div.data input[name=address]{
    width:auto;
}
div.order div.order-string div.data label{
    font-size:16px;margin-bottom:10px;display: block;
    min-height:30px;
}
div.order div.order-string div.data span{color:#c0c0c0;}
div.order div.order-string div.data div.delivery-title{
    font-size:16px;
    font-weight: bold;
    margin-bottom: 10px;
}
div.order div.order-string div.data div.metro,
div.order div.order-string div.data div.addr{
    display: inline-block;
}
div.order div.order-string div.data div.metro{width:180px;}
/*div.order div.order-string div.data label.delivery{border-bottom:1px solid;}*/
div.order div.itog-background div.oferta{float:left;width:calc(100% - 270px)}
div.order div.itog-background div.oferta p{text-align: justify}
div.order div.itog-background div.itog-description a{
    font-size:14px;
    margin-top:10px;
    display: block;
}
div.order div.itog-background div.itog-description{
    float:right;
    font-size:18px;
    width:230px;
    line-height: 1.5em;
}

div.order div.phone-msg a,
div.order div.add-phone-msg a{
    text-decoration: underline;
}
div.order div.order-error {
    float:right;
    font-size: 20px;
}

div.review {
    font-size: 17px;

    padding:20px 0 20px 0;
    /*border-top:1px #e8e8eb solid;*/
    border-bottom:1px #e8e8eb solid;
}
div.review div.left{width:360px;float:left;}
div.review div.left span.date{color:#a0a0a0;display: block;}
div.review div.right{float:left;width: calc(100% - 380px);}
div.tab ul.catalog li div.img-float {height: auto}


div.order-confirm{}
div.order-confirm h2{}
div.order-confirm p{font-size:18px;line-height: 1.5em}

div.promo {
    padding:0 5px;
    font-size:1.3em;
}
div.promo p{
    text-align: justify;
}


div.back-color {
    background: #edfbff;
    padding: 10px;
    border-radius: 10px;
    margin-top:20px;
}

#orderForm {counter-reset: block-title;}

#orderForm h2.block-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
    /*margin-top: -6px;*/
    padding-left: 32px;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
}
#orderForm h2.block-title:before{
    counter-increment: block-title;
    content: counter(block-title);
    position: absolute;
    /*left: 0;*/
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 50%;
    background-color: #2d3133;
    color: #fff;
    text-align: center;
    margin-left:-30px
}

#orderForm div.order div.order-block div.data p.data{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
#orderForm div.order div.order-block div.data p.data.bottom{
    font-size: 12px;
    line-height: 16px;
    color: #777;
    margin: 4px 0 0;
}
#orderForm div.order div.order-block div.data a.edit-button {
    position: absolute;
    right:0;
    top:0;
    margin:10px;
}

#orderForm div.order div.order-block div.editable{display:none;}

#orderForm div.order div.order-block input{
    width:100%;
    padding: 4px 10px 6px;
    margin: 1px 0;
    border: none;
    font-size: 14px;
    box-shadow: none;
    background-color: #fff;
    outline: 2px solid transparent;
    outline-offset: 0;
}

#orderForm div.order div.disclaimer,
#orderForm div.order div.itogo-block,
#orderForm div.order div.payment-block,
#orderForm div.order div.order-block {
    /*float:left;*/
    /*padding:20px;*/
    background-color: #f9f9f9;
    border-radius: 10px;
    min-width: 300px;
    width:50%;
    border: 1px solid #ebeef0;
    position: relative;
    transition: 0.3s linear;
    margin-bottom:20px;
}
#orderForm div.order div.order-block.delivery-info {
    background-color: #fefefe;
}
#orderForm div.order div.payment-block div.padding-block,
#orderForm div.order div.order-block div.padding-block{padding:20px;}

#orderForm div.order div.payment-block div.input-block,
#orderForm div.order div.order-block div.input-block{
    margin-bottom:16px;
}
#orderForm div.order div.payment-block div.form-label,
#orderForm div.order div.order-block div.form-label {
    color: #777;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .05em;
    margin-bottom: 2px;

}
#orderForm div.order div.payment-block-block div.container-input,
#orderForm div.order div.order-block div.container-input {
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

#orderForm div.order div.payment-block div.payment-type,
#orderForm div.order div.order-block div.delivery-type{
    transition: 0.3s linear;border-radius: 10px;
    cursor: pointer;
}
#orderForm div.order div.payment-block div.payment-type{
    border: 1px solid #d7dcdf;
    margin-bottom:20px;
}
#orderForm div.order div.payment-block /*div.delivery-type*/ p.name,
#orderForm div.order div.order-block /*div.delivery-type*/ p.name{
    font-size: 16pt;
    font-weight: 700;
    line-height: 24px;
    font-family: 'PT Sans', sans-serif;
    margin: 0;
    margin-bottom:5px;
}
#orderForm div.order div.payment-block /*div.delivery-type*/ p.name span,
#orderForm div.order div.order-block /*div.delivery-type*/ p.name span{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color:#4CAE4C;
    margin-top:5px;
}
#orderForm div.order div.payment-block /*div.delivery-type*/ p.name span{font-size:14px;color:#999;}
#orderForm div.order div.payment-block div.payment-type.active,
#orderForm div.order div.order-block div.delivery-type.active{
    box-shadow: inset 0 0 0 2px #4CAE4C;border-radius: 10px;
    background: #d0e0d0;
}


#orderForm div.order div.order-block div.delivery-type input[name=delivery]{visibility: hidden;}
#orderForm div.order div.order-block div.change-point,
#orderForm div.order div.order-block div.change-address{
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #bbdbab;
}
#orderForm div.order div.order-block div.address{}
#orderForm div.order div.order-block div.address h4{font-size:12px;font-weight:bold;text-transform: uppercase;}

#orderForm div.order div.order-block div.count-items{
    font-size: 14px;
    line-height: 20px;
    color: #939da3;
    margin-bottom:10px;
}

#orderForm div.order div.order-block div.order-item {
    float:left;
    width:calc(25% - 6px );
    margin: 3px 3px;
}
#orderForm div.order div.order-block div.order-item p{
    font-size: 14px;
    line-height: 1.5em;
    color: #939da3;
    text-align: center;
    /*margin-bottom:10px;*/
}
#orderForm div.order div.order-block div.order-item img{
    width:100%;
}

#orderForm div.order div.order-block .checkout-radio-button.radio.m-active {
    font-weight: 700;
}
#orderForm div.order div.order-block .checkout-radio-button.radio {
    padding-left: 26px;
    font-size: 14px;
    line-height: 20px;
}
#orderForm div.order div.order-block .checkout-radio-button.radio {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#orderForm div.order div.order-block .radio {
    display: inline-block;
    font-size: 14px;
    font-family: GTEestiProText,Arial,sans-serif;
    padding-left: 21px;
    position: relative;
    cursor: pointer;
    color: #333;
}
#orderForm div.order div.order-block .checkout-radio-button.radio.mActive:before {
    left: 5px;
    background-color: #fff;
}
#orderForm div.order div.order-block .checkout-radio-button.radio:after,
#orderForm div.order div.order-block .checkout-radio-button.radio:before {
    top: 11px!important;
}

#orderForm div.order div.order-block .radio.mActive:before {
    content: "";
    position: absolute;
    display: block;
    height: 6px;
    width: 6px;
    z-index: 1;
    left: 4px;
    top: 50%;
    margin-top: -3px;
    border-radius: 50%;
    background: #4CAE4C;
}
#orderForm div.order div.order-block .radio-input {
    position: absolute;
    z-index: -100;
}
#orderForm div.order div.order-block .info {
    font-size: 12px;
    line-height: 16px;
    color: #999;
    font-weight: 400;
}
#orderForm div.order div.order-block .checkout-radio-button.radio.mActive:after {
    background-color: #4CAE4C;
}

#orderForm div.order div.order-block .checkout-radio-button.radio:after,
#orderForm div.order div.order-block .checkout-radio-button.radio:before {
    top: 11px!important;
}
#orderForm div.order div.order-block .checkout-radio-button.radio:after {
    width: 16px;
    height: 16px;
    margin-top: -8px;
}
#orderForm div.order div.order-block .radio.mActive:after {
    background: #ecf5fc;
}
#orderForm div.order div.order-block .radio.mActive:after,
#orderForm div.order div.order-block .radio:not(.mDisabled).\:hover:after,
#orderForm div.order div.order-block .radio:not(.mDisabled):hover:after {
    border-color: #4CAE4C;
}
#orderForm div.order div.order-block .radio:after {
    content: "";
    position: absolute;
    display: block;
    height: 14px;
    width: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #c9d9d8;
    background: #fff;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

div#getMagazinePickup div#ymap {
    width:100%;
    height: 400px;
}

div#getMagazinePickup ymaps button.button{display:block;width:100%;}

#orderForm div.order-block div.delivery-price-total{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 12px;
    background-color: #eaeaea;
    border-radius: 4px;
}
#orderForm div.order-block div.delivery-price-total div.content{font-size:14px;font-weight:bold;}
#orderForm div.order-block div.delivery-price-total div.date div.content{}
#orderForm div.order-block div.delivery-price-total div.price div.content{color: #4CAE4C;}
#orderForm div.order-block div.delivery-methods-main p {font-size:16px;text-transform: uppercase}

#orderForm div.order div.itogo-block div.padding-block div.row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 16px 0;
    font-size: 16px;
    line-height: 22px;
    color: #2d3133;
    font-weight: 700;
    width:100%;
}
#orderForm div.order div.itogo-block div.padding-block div.row:before{content:none}
#orderForm div.order div.itogo-block div.padding-block div.row:after{content:none}
#orderForm div.order div.itogo-block div.padding-block div.row.itog{
    margin: 24px 0;
    padding-top: 16px;
    border-top: 2px solid #2d3133;
    font-size: 24px;
    line-height: 32px;
}
#orderForm div.order div.itogo-block div.padding-block div.row div.cell div.top.discount{color:#ef4545}
#orderForm div.order div.itogo-block div.padding-block div.row div.cell div.top.delivery{color:#4CAE4C}
#orderForm div.order div.itogo-block div.padding-block div.row div.cell div.bottom {
    font-size: 14px;
    line-height: 20px;
    color: #777;
    font-weight: 400;
}
#orderForm div.order div.itogo-block div.padding-block {
    display: flex;
    max-width: 1472px;
    /*margin: 24px auto 0;*/
    width: 100%;
    padding: 0 28px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#orderForm div.order div.itogo-block div.confirm {
    margin:10px;
    width:100%;
}
#orderForm div.order div.itogo-block div.confirm button{
    width:calc(100% - 20px);
    min-height:50px;
    font-size:20px;
}
#orderForm div.order div.itogo-block div.confirm button[disabled]{
    background: silver;
}

#orderForm div.order div.disclaimer {
    background: none;
    border:0px;
}

div.item-info div.getCountInStock{
    float:right;
}


svg.ProductFeature-arrow{
    transition:all .3s ease-out;

}
svg.ProductFeature-arrow.rotate{
    transform: rotate(-90deg);

}
svg.ProductFeature-arrow.rotate path{
    stroke: #000;
}

#orderForm div.dont-call-me{
    padding: 10px 15px;
    font-size: 16px;
}

div.param-str input.itemCount{
    float:left;
    display: block;
    width:50px;
    height:45px;
    margin-left:10px;
    text-align: center;
    font-weight: bold;
}

div.tab ul.catalog li div.float div.string{
    border-bottom:1px #d53565 solid;
    width:70%;
    margin: 20px auto;
    /*margin:20px 0 10px 0;*/
}





/** НОВЫЙ ДИЗАЙН СТРАНИЦЫ ТОВАРА **/
ul.breadcrumbs{
    list-style: none;
    display: flex;
    margin-left:0;
    padding:0;
    flex-direction: row;
    gap: 1rem;
    color:#8b8b8b;
}
ul.breadcrumbs li {

}
ul.breadcrumbs li a{color: #8b8b8b;}
div.item-card h1.item-name{text-align: left;font-size: 46px;margin:20px 0;}
div.main-info-item {
    display: flex;
    gap:1rem;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: "Lato Medium", sans-serif;
}

div.main-info-item div.image-placeholder{
    max-width: calc(50% - 1rem);
    width: calc(50% - 1rem);
    display: flex;
    gap:1rem;
}
div.main-info-item div.image{
    width:100%;
    /*position:relative;*/

    /*min-width: 50%;*/
    /*max-width: calc(50% - 2rem);*/
}
div.main-info-item div.image div.video-wrapper {
    height: 85vh;
}
div.main-info-item div.image div.video-wrapper video{
    margin-top: -20vh;
}
div.main-info-item div.image img{
    width:100%;
}
div.main-info-item div.ext-images {
    /*position:absolute;*/
    /*margin-top:10px;*/
    /*margin-left:10px;*/
    width:100px;
    display: flex;
    gap:1rem;
    /*justify-content: space-between;*/
    /*justify-content: center;*/
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    /*z-index: 9999;*/
}
div.main-info-item div.ext-images img{
    /*max-width: calc(25% - 1rem);*/
    max-width: 100%;
    cursor: pointer;
    border:2px transparent solid;
    border-radius: 4px;
}
div.main-info-item div.ext-images div.video-wrapper.active,
div.main-info-item div.ext-images img.active{
    border:2px #d53565 solid;
}




div.main-info-item div.item-info{
    /*max-width: calc(50% - 40px);*/
    width: calc(50%);
    /*width:100%;*/
    display: flex;
    flex-direction: column;
    gap:1rem;
    /*background: rgba(10, 14, 20, 0.1);*/
    /*border-radius: 20px;*/
    /*padding: 10px;*/
}
div.main-info-item div.item-info div.price-rate{
    display: flex;
    font-family: "PT Sans";
    gap: 2rem;
    font-weight: bold;
    flex-wrap: wrap;
    min-height: 52px;
    /*margin-bottom:20px;*/
    align-items: center;
}
div.main-info-item div.item-info div.price-rate div.possiblePrice,
div.main-info-item div.item-info div.price-rate div.discountPrice{color: #d53565;font-size: 40px}
div.main-info-item div.item-info div.price-rate div.oldPrice{
    /*margin-left:20px;*/
    font-size: 22px;
    text-decoration: line-through;color: #8b8b8b;font-weight: normal;
    padding-top:6px;
}
div.main-info-item div.item-info div.price-rate div.lastPrice{font-size: 22px;color: #8b8b8b;}
div.main-info-item div.item-info div.price-rate div.price{font-size: 40px;color: #454545;}
div.main-info-item div.item-info div.price-rate div.showDiscountApp{width: 100%}
div.main-info-item div.item-info div.logo-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.main-info-item div.item-info div.button-div button#add-2-basket,
div.main-info-item div.item-info div.button-div div.art-and-count {
    float:none;
}
div.error.item-add-error{width:100%;}
div.main-info-item div.item-info div.button-div button#add-2-basket{
    width:40%;
    height:55px;
    font-size:24px;
    border-radius: 10px;
    min-width: 284px;
}
div.item-card #add-2-basket:before{
    margin-top:5px;
    margin-right: 0;
}

div.main-info-item div.item-info div.button-div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
div.item-card h1.item-name-mobile {display: none;margin-top:20px;}
div.main-info-item div.item-info div.brand{width:20%;}
div.main-info-item div.item-info div.brand img{width:100%;}
div.main-info-item div.item-info div.param-str {
    padding:10px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
}
div.main-info-item div.item-info div.param-str.name-price {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 500px){
    div.main-info-item div.item-info div.price-rate{
        margin-bottom: 5px;min-height: 30px;
        gap:0.5rem;

    }
    div.main-info-item div.item-info div.price-rate div.possiblePrice,
    div.main-info-item div.item-info div.price-rate div.discountPrice{font-size: 24px}
    div.main-info-item div.item-info div.price-rate div.oldPrice{font-size: 14px;padding-top:4px;}
    div.main-info-item div.item-info div.price-rate div.lastPrice{font-size: 14px;}
    div.main-info-item div.item-info div.price-rate div.price{font-size: 24px;}


    div.main-info-item div.item-info div.brand{width:40%;}
    ul.breadcrumbs {
        /*display: none*/
        gap:0.4rem;
    }
    div.item-card h1.item-name {
        display: none
    }
    div.item-card h1.item-name-mobile {
        font-family: "Lato Black";
        font-size:22px;
        margin:0;
        /*font-weight:bold;*/
    }
    div.item-card h1.item-name-mobile {display: block}
    div.main-info-item div.item-info{padding:0 0;}
    div.main-info-item div.item-info div.button-div{
        /*flex-direction: column;*/align-items: flex-start;
        gap:1rem;
    }
    div.main-info-item div.item-info div.param-str {
        margin-bottom: 0;
    }
    div.main-info-item div.item-info div.button-div button#add-2-basket{width:100%;}
    div.main-info-item div.item-info div.button-div div.art-and-count{margin-left: 0;max-width: 53%}
    div.main-info-item div.image{
        width: 100%;
        max-width: inherit;
    }
    div.main-info-item div.image div.video-wrapper {
        height: auto;
    }
    div.main-info-item div.image div.video-wrapper video{
        margin-top: 0;
    }
    div.main-info-item div.item-info{
        max-width: 100%;
        width: 100%;
    }
    div.main-info-item div.item-info div.param-str div.title{color:#8b8b8b}

    div.main-info-item div.image-placeholder {
        max-width: 100%;
        width: 100%;
        flex-direction: column-reverse;
    }
    div.main-info-item div.ext-images {
        /*margin-top:10px;*/
        align-content: flex-start;
        flex-wrap: nowrap;
        width:100%;
    }
    div.main-info-item div.ext-images div.video-wrapper,
    div.main-info-item div.ext-images img{
        /*width: fit-content;*/
        /*max-width: 100px;*/
        width: fit-content;
        max-width: 60px;
        height: fit-content;
        max-height: 60px;
    }


}
@media screen and (max-width: 600px){
    div.item-card div.brand {
        display: block!important;
    }
}

@media screen and (max-width: 1100px){
    div.main-info-item div.item-info div.param-str.name-price {
        flex-direction: column;
    }
}

/*NEW CART*/
div.cart-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap:1rem;
}
div.cart-wrapper div.new-cart{
    width:100%;
}
div.new-cart {
    padding:20px;
    background: rgba(0, 0, 0, 0.01);
    border-radius: 10px;
}
div.new-cart div.cart-header{
    display: flex;
    justify-content: space-between;
}
div.new-cart div.cart-header div{
    align-items: center;
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
}
div.new-cart div.cart-header div:nth-child(1){
    align-items: center;
    display: flex;
    flex-direction: row;
    height: available;
    justify-content: center;
}
div.new-cart div.cart-body{
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
div.new-cart div.cart-body div.cart-row{
    width:100%;
    display: flex;
    justify-content: space-between;
    padding-bottom:10px;
    border-bottom: 1px #c4c4c4 solid;
}
div.new-cart div.cart-body div.cart-row.disabled{
    /*opacity: 0.5;*/
}
div.new-cart div.cart-body div.cart-row div.item-image{min-width: 150px; width: 150px}
div.new-cart div.cart-body div.cart-row div.item-main{
    display: flex;
    gap: 0.2rem;
    flex-direction: column;
}
div.new-cart div.cart-body div.cart-row.disabled div.item-image,
div.new-cart div.cart-body div.cart-row.disabled div.item-main{
    opacity: 0.5;
}
div.new-cart div.cart-body div.cart-row div.item-main div {
    color: #696969;
}
div.new-cart div.cart-body div.cart-row div.item-main div:nth-child(1){
    color:#001a34;
    font-weight: bold;
    font-size: 1.8rem;
}
div.new-cart div.cart-body div.cart-row div.item-main div:nth-child(2){
    font-weight: bold;
}
div.new-cart div.cart-body div.cart-row div.item-image img{width: 100%;border-radius: 10px}
div.new-cart div.cart-body div.cart-row div.item-main-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

div.new-cart div.cart-body div.cart-row div.item-price {
    min-width: 170px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

div.new-cart div.cart-body div.cart-row div.item-price div.item-price-wrapper {
    display: flex;
    gap: 1rem;
    align-items: center;
}

div.new-cart div.cart-body div.cart-row div.item-price div.item-main-price{
    padding: 5px 10px;
    font-weight: bold;
}
div.new-cart div.cart-body div.cart-row div.item-price div.item-discount-price{
    padding: 5px 10px;
    background: #10c44c;
    border-radius: 10px;
    color: white;
    font-weight: bold;
}
div.new-cart div.cart-body div.cart-row div.item-price div.item-discount {
    /*color: #696969;*/
    display:flex;
    gap:1rem;
    color: #d82057;
}
div.new-cart div.cart-body div.cart-row div.item-price div.item-discount div:nth-child(2){
    font-weight: bold;
}
div.new-cart div.cart-body div.cart-row div.item-price div.item-price-old {
    position: relative;
}
div.new-cart div.cart-body div.cart-row div.item-price div.item-price-old:before {
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(-3deg);
    width: 100%;
    background: #d82057;
}
div.new-cart div.cart-body div.cart-row div.item-count input{
    width:70px;
    font-weight: bold;
    border:1px #d82057 solid;
    border-radius: 10px;
    text-align: center;
    padding: 5px 10px;
}

div.cart-footer {
    padding:20px;
    background: #eefafe;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    /*flex-direction: column-reverse;*/
    gap: 1rem;
    max-width: 300px;
}
div.cart-footer div.sum {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    font-size:16px;
    width: 100%;
}
div.cart-footer div.sum div.price{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
div.cart-footer div.sum div.discount{
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #d82057;
}
div.cart-footer div.sum div.sum{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size:20px;
    font-weight: bold;
    color:#10c44c;
    flex-wrap: nowrap;
    flex-direction: row;
}
div.cart-footer div.confirm-button{}
div.cart-footer div.confirm-button a.button{
    float:none;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 18px;
    width:auto;
    /*height:50px;*/
    margin-bottom:10px;
    line-height: 2.5em;
    text-align: center;
    cursor: pointer;
}
div.cart-footer div.confirm-button span {
    color: #696969;
}
div.cart-footer div.delimiter {
    height:1px;
    background: #c4c4c4 ;
}
div.cart-manage {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
}
div.delete-from-cart a {}

@media screen and (max-width: 500px){
    div.cart-wrapper div.new-cart{
        padding: 10px;
        width: calc(100% - 20px);
    }
    div.cart-wrapper {
        flex-direction: column;
        padding:10px;
    }
    div.new-cart div.cart-body div.cart-row {
        flex-direction: column;
        gap:2rem;
    }
    div.new-cart div.cart-body div.cart-row div.item-image {
        width:100px;
        min-width:100px;
    }
    div.cart-footer {
        width: 100%;
        max-width: calc(100% - 40px);
    }
    div.new-cart div.cart-body div.cart-row div.item-price div.item-discount {

    }
}



/* NEW ORDER FORM */
#orderForm {
    font-family: GTEestiProText,Arial,sans-serif;
}
#orderForm div.order div.order-block h4{
    text-align: left;
}
#orderForm div.order div.order-block input{
    padding: 8px 10px 8px 35px;
    font-size: 16px;
}
div.order div.flex{
    gap:2rem;
    justify-content: space-between;
}
div.order div.flex div.col-1{
    display: flex;
    gap: 1rem;
    flex-direction: column;
    min-width: 300px;
}
div.order div.flex div.col-2 {
    min-width: 300px;
    max-width: 400px;
}
#orderForm div.order div.disclaimer, #orderForm div.order div.payment-block, #orderForm div.order div.order-block {
    width: auto;
    margin-bottom: 0;
}
#orderForm div.order div.itogo-block {
    width: 100%;
    margin-bottom: 0;
}

#orderForm div.order div.order-block div.editable {
/*    display: flex;*/
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

#orderForm div.order div.payment-block div.input-block, #orderForm div.order div.order-block div.input-block{
    margin: 0;
    /*max-width: 33%;*/
    /*width: 33%;*/
    /*min-width: 200px;*/
    flex-grow: 1;
}

div.payment-block input[type=radio],
div.order-block input[type=radio] {
    position: absolute;
    left: -9999px;
}
div.order-block label {
    display: block;
    cursor: pointer;
}


#orderForm div.order div.payment-block div.payment-type:not(.active):hover,
#orderForm div.order div.order-block div.delivery-type:not(.active):hover{
    /*box-shadow: 0 0 10px #d7dcdf;*/
    box-shadow: 0 0 10px rgba(136, 205, 225, 0.25);
    /*border: 1px solid #d7dcdf;*/
    background: rgba(136, 205, 225, 0.25);
    cursor: pointer;
}

div.payment-block input[type=radio]:checked + label div.payment-type,
div.order-block input[type=radio]:checked + label div.delivery-type{
    box-shadow: 0 0 10px rgba(136, 205, 225, 0.45);
    background: rgba(136, 205, 225, 0.45);
}



div.order-block div.address,
div.order-block div.input-address {
    display:none!important;
}

div.order-block input[type=radio]:checked + label div.address,
div.order-block input[type=radio]:checked + label div.input-address {
    display: block!important;
}


#orderForm div.order div.order-block div.address{
    /*display: flex;*/
    /*gap: 1rem;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
}
#orderForm div.order div.order-block div.address div.flex{

}
#orderForm div.order div.order-block div.address div.flex div.input-block:nth-child(1){
    max-width: 120px;
}
#orderForm div.order div.order-block div.address div.flex div.input-block:nth-child(3){
    max-width: 100px;
}

#orderForm div.delivery-types {
    /*padding: 0 20px 20px;*/
}
#orderForm div.delivery-types input[type=radio]{
    position: inherit;
    width: auto!important;
}
#orderForm div.delivery-types div.delivery-types-flex {
    justify-content: flex-start;
    gap: 1rem;
    flex-wrap: nowrap;
}
#orderForm div.delivery-types div.delivery-types-flex span{
    margin: 0;
    padding: 0;

    font-size: 14px;
    line-height: 20px;
}
#orderForm div.delivery-types div.delivery-types-flex p{
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    color: #999;
    font-weight: 400;
}
#orderForm div.order div.itogo-block div.confirm button {
    border-radius: 10px;
}
#orderForm div.order div.disclaimer {
    font-size: 12px;
    line-height: 16px;
    color: #999;
    font-weight: 400;
    padding:10px;
}
#orderForm div.order div.order-items div.order-item img{
    margin-bottom:5px;
}

#orderForm div.order div.itogo-block div.certificate{
    padding:10px;
}
#orderForm div.order div.itogo-block div.certificate div#giftCertDiv button,
#orderForm div.order div.itogo-block div.certificate a.button{
    background: #3c763d;
}
#orderForm div.order div.itogo-block div.certificate a#activateGiftCert{
    text-align: center;
    display: block;
    width: 100%;
}
#orderForm div.order div.itogo-block div.certificate div#giftCertDiv button:hover,
#orderForm div.order div.itogo-block div.certificate a.button:hover{
    background: #2d582e;
}
#orderForm div.order div.itogo-block div.certificate div#giftCertDiv {
    display: flex; gap: 1rem;
}
#orderForm div.order div.itogo-block div.certificate div#giftCertDiv.hide {
    display: none
}
#orderForm div.order div.itogo-block div.certificate div#giftCertDiv button.cancel-cert {
    background: #ef4545;
}

div.order div.pay-flex {
    display: flex;
    gap: 1rem;
    align-items: center;
}
div.order div.pay-flex div.pay-logo {

}
div.order div.pay-flex div.pay-name {
    font-weight: bold;
    font-size:16pt;
}
div.order div.pay-description {
    margin-top:20px;
}

div.order div.pay-graph{}
div.order div.pay-graph p.info{
    margin-top:10px;
    color: #999;
    font-size:12px;
}
div.order div.pay-graph div.graph{
    display: flex;
    gap:1rem;
    flex-wrap: wrap;
    justify-content: space-around;
    /*justify-content: space-evenly;*/
}
div.order div.pay-graph div.graph div.line{
    position: absolute;
    width:70%;
    height:3px;
    background: linear-gradient(90deg,#6ad832,#C7F2E4,#C7F2E4,#C7F2E4);
    margin-top:20px;
    z-index: 0;
    opacity: 0.7;
}
div.order div.pay-graph div.graph div.month{
    display: flex;
    /*gap:1rem;*/
    flex-direction: column;
    align-items: center;
    z-index: 1;
    /*width: 22%;*/
}
div.order div.pay-graph div.graph div.month.inactive{
    /*opacity: 0.7;*/
}
div.order div.pay-graph div.graph div.month.inactive:hover{
    /*opacity: 1;*/
}
div.order div.pay-graph div.graph div.month div.circle{
    width: 45px;
    height: 45px;
    border-radius: 45px;
    /*background: linear-gradient(45deg, rgb(236, 236, 78), rgba(255,0,0,0) 70.71%),*/
    /*linear-gradient(127deg, rgb(106, 216, 50), rgba(0,255,0,0) 70.71%),*/
    /*linear-gradient(250deg, rgb(43, 223, 110), rgba(0,0,255,0) 70.71%),*/
    /*linear-gradient(336deg, rgb(52, 216, 189), rgba(255,0,0,0) 70.71%),*/
    /*linear-gradient(336deg, rgb(16, 155, 221), rgba(0,255,0,0) 70.71%);*/
    background: linear-gradient(45deg,#ECEC4E,#6AD832,#2BDF6E,#34D8BD,#109BDD);
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 2.2em;
}
div.order div.pay-graph div.graph div.month.inactive div.circle {
    /*background: linear-gradient(0deg, rgb(162, 238, 220), rgb(205, 239, 228) 50.0%),*/
    /*linear-gradient(360deg, rgb(132, 245, 209), rgb(192, 243, 227) 100.0%);*/
    background: linear-gradient(45deg,#CDEFE4,#C0F3E3);
}
div.order div.pay-graph div.graph div.month div.price{
    margin-top:10px;
    font-weight: bold;
    font-size: 16px;
}
div.order div.pay-graph div.graph div.month div.pay-date{
    margin-top:5px;
    font-weight: bold;
    font-size: 12px;
}

@media screen and (max-width: 1100px){
    #orderForm div.order div.order-block div.address div.flex{
        flex-direction: column;
    }
    #orderForm div.order div.order-block div.address div.flex div.input-block:nth-child(1){
        max-width: 100%;
    }
    #orderForm div.order div.order-block div.address div.flex div.input-block:nth-child(3){
        max-width: 100%;
    }
}

@media screen and (max-width: 700px){
    div.order div.flex{
        gap: 1rem;
        flex-wrap: wrap;
    }
    div.order div.flex div.col-2 {
        min-width: 100%;
        max-width: 100%;
    }
    #orderForm div.order div.order-block div.address div.flex{

    }
    div.order div.pay-graph div.graph div.month{
        width: 48%;
    }
    div.order div.pay-graph div.graph div.line{
        display: none;
    }
}









/**
 *
 *    DARK THEME ON CART
 *
 */
/*html,*/
/*div.main.confirm-order {*/
/*    background: #0a0e14;*/
/*}*/
/*div.main {*/
/*    color: white!important;*/
/*}*/
/*#orderForm div.order-block div.delivery-price-total{*/
/*    background: #1c283d;*/
/*}*/
/*#orderForm div.order div.order-block.delivery-info,*/
/*#orderForm div.order div.disclaimer, #orderForm div.order div.itogo-block, #orderForm div.order div.payment-block, #orderForm div.order div.order-block{*/
/*    background: #111521;*/
/*    border: 1px solid #1c283e;*/
/*}*/
/*#orderForm div.order div.order-block div.delivery-type.active {*/
/*    box-shadow: inset 0 0 0 2px #1c283e;*/
/*    border-radius: 10px;*/
/*    background: #1c283e;*/
/*}*/
/*#orderForm div.order div.order-block div.delivery-type:not(.active):hover,*/
/*#orderForm div.order div.payment-block div.payment-type.active, #orderForm div.order div.order-block div.delivery-type.active {*/
/*    box-shadow: inset 0 0 0 2px #1c283e;*/
/*    border-radius: 10px;*/
/*    background: #1c283e;*/
/*}*/
/*#orderForm div.order div.order-block input{*/
/*    background-color: black;*/
/*}*/
/*#orderForm div.order div.payment-block p.name span, #orderForm div.order div.order-block p.name span {*/
/*    color: #6093fa;*/
/*}*/
/*#orderForm div.order div.order-block div.data p.data.bottom {*/
/*    color: #939da3;*/
/*}*/
/*#orderForm div.order div.itogo-block div.padding-block div.row{*/
/*    color:white*/
/*}*/
/*#orderForm div.order div.itogo-block div.confirm button{*/
/*    border-radius: 10px;*/
/*}*/
/*#orderForm div.order div.itogo-block div.confirm button[disabled] {*/
/*    background: #373642;*/
/*}*/
/*div.disclaimer div.padding-block{*/
/*    padding:10px;*/
/*}*/
/*a {*/
/*    color: #6093fa;*/
/*    transition: 0.3s linear;*/
/*}*/
/*.modal-content {*/
/*    width: inherit;*/
/*    height: inherit;*/
/*    margin: 0 auto;*/
/*    background: #111521;*/
/*    color: white;*/
/*}*/
/*div#userAddresses div.address-block{*/
/*    background: #1c283e;*/
/*    border: 1px solid #1c283e;*/
/*}*/
/*.modal-header .close {*/
/*    color: white;*/
/*    opacity: .5;*/
/*}*/
/*.modal-header .close:hover {*/
/*    opacity: 1;*/
/*}*/
/*#orderForm div.order div.order-block .radio{*/
/*    color: inherit;*/
/*}*/
/*#orderForm div.order div.payment-block div.payment-type{*/
/*    border:0;*/
/*}*/
div.img-count-line-flex {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*transition: all linear 0.2s;*/
}
div.img-count-line-flex div.img-count-line {
    background: rgba(0,0,0,0.20);
    width: 100%; height:7px;
    display:none;
    transition: all ease-in-out 0.2s;
}
@media screen and (max-width: 700px){
    div.img-count-line-flex div.addImg.active > div.img-count-line {
        display:block;
    }
    div.addImg.active > div.img-count-line {
        background: #d53565;
    }
    div.img-count-line-flex div.img-count-line {
        display: block;
    }
}
@media screen and (min-width: 701px) {
    div.img-count-line-flex:hover div.addImg > div.img-count-line {
        display: block;
    }

    div.addImg:hover > div.img-count-line {
        background: #d53565;
    }
}
/**
checkPointer
 */
label.checkPointer {
    position: relative;
    cursor: pointer;
    display: flex;
    transition: background-color .1s;
    align-items: center;
    vertical-align: baseline;
}
label.checkPointer span.frame{
    width: 40px;
    height: 24px;
    position: relative;
    flex: 0 0 auto;
    pointer-events: none;
}
label.checkPointer input{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
label.checkPointer span.frame span.back{
    background-color: rgba(92,90,87,.5);
    padding: 2px;
    border-radius: 12px;
    width: 40px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    /*background-color: #dcdcdc;*/
    transition: background-color .12s ease-in-out;
}

label.checkPointer span.frame span.back span.point{
    border-radius: 10px;
    left: 16px;
    transform: translate(-16px);
    width: 20px;
    height: 20px;
    background-color: #fff;
    transition-property: transform;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.8,0,.4,1.5);
    position: relative;
    display: block;
    pointer-events: none;
}

label.checkPointer input:checked ~ span.frame span.back span.point {
    transform: translate(0px);
}

label.checkPointer input:checked ~ span.frame span.back{
    background-color: rgb(213, 53, 101);
}

@media screen and (max-width: 700px){
    div.img-count-line-flex{
        /*display: none;*/
    }
}