.fly-dyn .vmCartContainer {
    float:right;
    margin-right:25px;
}
div.ask-dyn{
    display:inline-block !important;
}
div.ord_call {
    margin-bottom:7px;
    margin-top:6px;
    background: #7CDF4F repeat scroll 0 0 transparent; /* Для старых браузров */
    background: -moz-linear-gradient(top, #7CDF4F, #06CB07) repeat scroll 0 0 transparent; /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, 
        color-stop(0%,#7CDF4F), color-stop(100%,#06CB07)) repeat scroll 0 0 transparent;
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #7CDF4F, #06CB07) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(top, #7CDF4F, #06CB07) repeat scroll 0 0 transparent; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7CDF4F, #06CB07) repeat scroll 0 0 transparent; /* IE10 */
    background: linear-gradient(top, #7CDF4F, #06CB07) repeat scroll 0 0 transparent; /* CSS3 */ 
    background: linear-gradient(to bottom, #7CDF4F 0%, #06CB07 100%) repeat scroll 0 0 transparent;
    border: 1px solid #00A000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    color: #FFFFFF;
    display:inline-block;
    line-height: 24px;
    font-size: 95%;
    padding: 3px 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    vertical-align: bottom;
    width: 152px;
}

div.ord_call:hover {
    box-shadow: 1px 1px 2px #000000;
}
#backgroundPopup {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #CECECE;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}
#popupContact {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #CECECE;
    display: none;
    font-size: 13px;
    height: 550px;
    padding: 12px;
    position: fixed;
    width: 800px;
    z-index: 9999;
}
#popupContactClose, #ContactClose_OneClick, #closelogin {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    position: absolute;
    right: 6px;
    top: 4px;
}
#window {
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9000;
}
#contactForm_oneclick, .statusMessage {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
    color: #666666;
}
#contactForm_oneclick {
    height: 300px;
    padding: 10px 0px 0px 0px;
    margin: 0 auto;
    width: 350px;
    z-index: 9999;
}
#contactForm_oneclick.positioned {
    background-color: #FFFFFF;
    bottom: 0;
    left: 0;
    margin-bottom: auto;
    margin-top: auto;
    position: fixed;
    right: 0;
    top: 0;
}
.statusMessage {
    bottom: 0;
    display: none;
    height: 2em;
    left: 0;
    margin: auto;
    padding: 1.5em;
    position: fixed;
    right: 0;
    top: 0;
    width: 30em;
    z-index: 9999;
}
.statusMessage p {
    margin: 0;
    padding: 0;
    text-align: center;
}
#contactForm_oneclick h4 {
    text-align: center;
    font-size: 23px;
}
#contactForm_oneclick ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#contactForm_oneclick ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    list-style: none outside none;
    margin: 0.9em 0 0;
    padding: 0 12px;
}
#contactForm_oneclick input, #contactForm_oneclick label {
    line-height: 1em;
}
#contactForm_oneclick label {
    clear: left;
    color: #333333;
    display: inline-block;
    float: left;
    font-weight: 400;
    font-size: 12px;
    margin: 0.15em 0.5em 0 0;
    padding: 0.4em 0 0;
    text-align: left;
    width: 100px;
}
#contactForm_oneclick input, #contactForm_oneclick textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0 -1px #D2D2D2;
    color: #999999;
    display: inline-block;
    font-family: arial;
    font-size: 11px;
    margin: 0;
    padding: 0.4em;
    width: 200px;
}
#contactForm_oneclick textarea {
    height: 5em;
    line-height: 1.5em;
    resize: none;
}
#contactForm_oneclick *:focus {
    border: 1px solid #000000;
    box-shadow: none;
    outline: medium none;
}
/*#contactForm_oneclick input:valid, #contactForm_oneclick textarea:valid {
    background: none repeat scroll 0 0 #DDFFDD;
}*/

#contactForm_oneclick input[type="submit"]:hover {
    background: #81B748;
    color: #FFF;
}
#contactForm_oneclick input[type="submit"] {
    display: inline-block;
    background: #FA8268;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    padding: 6px 15px 6px 15px!important;
    text-transform: none;
    border-radius: 0px!important;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    height: 28px;
    width: 95px;
}
#contactForm_oneclick input[type="button"], #contactForm_oneclick input[type="submit"] {
    border: medium none;
    box-shadow: 0 0;
    cursor: pointer;
    margin: 10px 38px 0;
}


#contactForm_oneclick input[type="button"]:hover {
    background: #EEE;
    text-decoration: none;
    color: #333;
    border: 1px solid #CCC;	
}
#contactForm_oneclick input[type="button"] {
    background: #777;
    color: #FFF;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    padding: 0px 20px 0px 20px;
    height: 27px;
    width: auto;
    border: none;
    font-style: normal !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-family: 'Asap', sans-serif;
    font-weight: normal;
    float: none;
    border: 1px solid #777;
    letter-spacing: 0px;
    border-radius: 0px;
    height: 28px;
    width: 95px;
}
#virtuemart_shipmentmethod_id,#virtuemart_paymentmethod_id{
    width:210px;
}
#label_name:after {
font-family: 'FontAwesome';
display:block;
content:'\f069';
color:red;
font-size: 10px;
float:right;
}
#label_phone:after {
    font-family: 'FontAwesome';
display:block;
content:'\f069';
color:red;
font-size: 10px;
float:right;
}