div .modal-content div.wpcf7 .screen-reader-response {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
    text-align: center;
    margin: 10px auto 0 auto !important;
}
div .modal-content div.wpcf7 .screen-reader-response ul {
    display:none;
}
/*express-sifarish-button*/
.ali-mobile-logo{
    display:none;
}
@media (max-width:991px){
    .express-div{
        margin: 35px 2px 0 0 !important;
    }
    .express-img{
        display: none !important;
    }
}
@media (max-width:768px){
    .ali-mobile-logo{
        width: 125px;
        display: block;
        margin: -16px auto;
    }
    .express-img{
        display:none !important;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr.active{
        border-bottom: 2px solid #5cff00 !important;
    }
    .express-div{
        margin: 0 auto !important;
        width: 100% !important;
        position: fixed !important;
        text-align: center !important;
    }
    .express-a{
        border-radius: 0 0 10px 10px !important;
    }
    .express-button {
        zoom: 0.8;
    }
    .express-button p {
        box-shadow:none !important;
        -webkit-box-shadow:none !important;
    }
    .express-button a {
        box-shadow:none !important;
        -webkit-box-shadow:none !important;
        margin-top: -2px !important;
        border: 3px solid #5cff00;
    }
    .express-button:hover .ebbottom {display:none !important;}
    .express-button:hover .ebtop {display:none !important;}
}
.express-div{
    float: right;margin: 35px 0 0 0;
    display: inline-block;
    position: relative !important;
    width: 268px;
    text-align: right;
}
.express-a{
    color: #5cff00;
    border:2px solid #5cff00;
    border-radius: 10px;
    padding: 15px;
    background: #0e53b2;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.express-a:hover, .express-a:active, .express-a:focus{
    color: #5cff00 !important;
    cursor:pointer !important;
    text-decoration:none !important;
    box-shadow: 0px 0px 70px rgba(255, 255, 255, 0.55) !important;background-color: #056bd4 !important;
}
.express-button {
    width: 200px;
    display: inline-block;
}
.express-button a {
    display: block;
    height: 50px;
    width: 200px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    /*GRADIENT
    background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3));
    background: -webkit-linear-gradient(top, #1d6ea4 0%,#105077 100%);
    background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
    background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
    background: linear-gradient(top, #00b7ea 0%,#009ec3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );*/
}
.express-button a {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.express-button p {
    background: #f4fcfe;
    display: block;
    height: 40px;
    width: 170px;
    margin: -50px 0 0 10px;
    /*TYPE*/
    text-align: center;
    color: #0e53b2;
    /*POSITION*/
    position: absolute;
    z-index: -1;
    /*TRANSITION*/
    -webkit-transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    -o-transition: margin 0.5s ease;
    -ms-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
}
/* HOVER
   ================================================== */
.express-button:hover .ebbottom { margin: -10px 0 0 10px;padding: 9px;
    border-radius: 0 0 10px 10px;}
.express-button:hover .ebtop {
    border-radius: 10px 10px 0 0;
    margin: -80px 0 0 10px;padding: 2px;
}
.ebbottom{
    border-radius: 0 0 10px 10px;
}
.ebtop{
    border-radius: 10px 10px 0 0;
}
/* ACTIVE
   ================================================== */
.express-button a:active {
    background: #00b7ea; /* Old browsers */
    background: -moz-linear-gradient(top,  #00b7ea 36%, #009ec3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00b7ea 36%,#009ec3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00b7ea 36%,#009ec3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00b7ea 36%,#009ec3 100%); /* IE10+ */
    background: linear-gradient(top,  #00b7ea 36%,#009ec3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */
}
.express-button:active .ebbottom { margin: -20px 0 0 10px }
.express-button:active .ebtop { margin: -70px 0 0 10px }
/*express-sifarish-button*/

/*express-sifarish*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 35px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 60; /* Sit on top */
    padding-top: 35px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
@media (max-width:840px){
    .modal {
        padding:0 !important;
    }
    .modal2 {
        padding:0 !important;
    }
    .modal-content {
        max-width: 100% !important;
        margin: 0 !important;
        width: 100% !important;
        border: 0 !important;
        height: 100% !important;
        margin-bottom: 0 !important;
        padding-top: 40px !important;
    }
    .modal-content2 {
        max-width: 100% !important;
        margin: 0 !important;
        width: 100% !important;
        border: 0 !important;
        height: 100% !important;
        margin-bottom: 0 !important;
        padding-top: 40px !important;
    }

}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #34ccff !important;
    margin: auto;
    max-width: 775px;
    color: #fff;
    margin-bottom:30px;
    padding: 0;
    border-radius: 0px !important;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal-content2 {
    position: relative;
    background-color: #34ccff !important;
    margin: auto;
    max-width: 400px;
    color: #fff;
    margin-bottom:30px;
    padding: 0;
    border-radius: 0px !important;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white !important;
    float: right;
    font-size: 28px;
    opacity: 1 !important;
    margin-right: 10px;
    font-size: 40px !important;
    font-weight: bold;
}
.close2 {
    color: white !important;
    float: right;
    font-size: 28px;
    opacity: 1 !important;
    margin-right: 10px;
    font-size: 40px !important;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*express-sifarish*/

/*calculator-for-express-sifarish*/
.order_block {
    background: url("http://shirinsu.az/wp-content/uploads/2017/03/catalogue_order_bg.png") no-repeat scroll 0 0 transparent;
    height: 151px;
    position: relative;	font-family: Tahoma;
    width: 465px;
}

.order_block .decrease_big {
    background: url("http://shirinsu.az/wp-content/uploads/2017/03/decrease_big.png") no-repeat scroll 0 -31px transparent;
    height: 31px;
    left: 39px;
    position: absolute;
    top: 58px;
    width: 31px;
    display: block;
    cursor:pointer;
    z-index: 100;
}

.order_block .decrease_big.active {
    background-position: 0 0;
}

.order_block .increase_big {
    background: url("http://shirinsu.az/wp-content/uploads/2017/03/increase_big.png") no-repeat scroll 0 0 transparent;
    height: 31px;
    left: 188px;
    position: absolute;
    top: 58px;
    width: 31px;
    display: block;
    cursor:pointer;
    z-index: 100;
}

.order_block .order_count {
    display: block;
    left: 55px;
    padding:10px 10px 0 10px;
    position: absolute;
    vertical-align:center;
    text-align: center;
    top: 0;
    width: 130px;
    height:130px;
}



.ali-price {
    display: block;
    left: 270px;
    position: absolute;
    top: 30px;
    padding-right:40px;
    white-space:nowrap;
}

.ali-price .total_price_int {
    float: left;
    font-size: 76px;
    height: 76px;
    line-height: 76px;
}

.ali-price .total_price_float {
    font-size: 42px;    height: 42px;    line-height: 42px;    position: absolute;    right: -7px;    top: 7px;
}


.ali-price .currency {
    bottom: 4px;    font-size: 24px;    line-height: 24px;    position: absolute;    right: -6px;
}

.order_block input[type="text"], .order_block input[type="text"]:focus  {
    float: left;	border:0 !important;
    font-size: 103px;	font-family:Arial;
    height: 130px;
    width: 130px;
    line-height:130px;
    padding:0;
    border:none;
    background:none;
    text-align:center;
    color:#3a505e;
}

.order_block input[type="text"].two_digit {
    font-size:72px;
}

input[type="text"], input[type="text"].form-control, input[type="email"], input[type="email"].form-control, input[type="tel"], input[type="tel"].form-control, input[type="search"], input[type="search"].form-control, textarea, textarea.form-control {
    font-size: 14px;
    line-height: 17px;
    padding: 10px 16px 9px;
    width: 100%;
    border: 1px solid #fff !important;
    background: #fff;
    outline: none !important;
    height: auto;
    color: #01399a;
    border-radius: 0;
    box-shadow: none !important;
    box-sizing: border-box;
    -webkit-appearance: none;
}
/*calculator-for-express-sifarish*/

button {
    -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: buttonface;
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

.button {
    background: transparent;
    position: relative;
    color: #183650;
    border: 2px solid #34ccff;
    padding: 15px 30px 15px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none !important;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    -ms-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
    outline: none !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button {
    overflow: visible;
}
