#main_popup_container {
    display:none;
}

.main_popup_container_virtula {
    display:none;
}

.popUp {
    font-size: 10px;
    color: #777777;
    font-family: "Ruda", "Open Sans";
    text-align: center;
    z-index: 12;
}

.popUp h1 {
    font-size: 34px;
    color: #555555;
}

.popUp p {
    text-align: center;
}

.popUp div {
    text-align: center;
}

.popUp a:link {
    color: #34536A;
}

.popUp a:visited {
    color: #34536A;
}

.popUp a:active {
    color: #34536A;
}

.popUp a:hover {
    color: #34536A;
}

.popUp p, .popUp h1 {
    margin: 0;
    padding: 0;
}

.popUp {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(72, 72, 72, 0.89);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: auto;
}

.popUp .contentPopUp {
    width: 987px;
    /*height: 820px;*/
    height: auto;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

/*start title*/
.popUp .title {
    background-color: #4285f4;
    width: 100%;
    position: relative;
}

.popUp .title > h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.11;
    margin: 0;
    color: #ffffff;
    padding: 12.5px 0;
}

.popUp .title > img {
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 10px;
    transform: translate(0, -50%);
}

/*end title*/
/*tabel*/
.popUp .table {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    box-sizing: border-box;
    padding-bottom: 0;
}

.popUp .title-table {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 20px;
    border-bottom: 1px solid #b7b7b7;
    padding-right: 10px;
    padding-bottom: 8px;
}

.popUp .title-table > p {
    font-size: 14px;
    margin: 0;
    line-height: 1.43;
    color: #656565;
    position: relative;
}

.popUp .title-table .cantitate{
    margin-right: 70px;
    /*font-size: 11px;*/
    /*font-weight: 600;*/
    /*line-height: 20px;*/
}

.popUp .title-table > p:nth-child(2) {
    margin-right: auto;
    margin-left: 45px;
}

/*post*/
.popUp .item-post {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-bottom: 1px solid #b7b7b7;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-top: 6px;
}

.popUp .item-last {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}

.popUp .item-last > span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    color: #383737;
    margin-top: 12px;
}

.popUp .post img {
    width: 30px;
}
.popUp .post > p, .popUp span {
    font-size: 14px;
    line-height: 1.43;
    color: #313131;
}
.popUp .sorting{
    display: flex;
    margin-right: 41px;
    /*top: 2px;*/
}
.popUp .sorting span > strong{
    margin-left: 0 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}
.popUp .post {
    position: relative;
}
.popUp .post span > strong{
    color: #df2126;
    font-size: 11px;
    font-weight: 600;
    margin-left: 7px;
    position: absolute;
    left: -71px;
    top: 6px;
}
.popUp .post:first-of-type:after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 23px);
    width: 2px;
    height: calc(100% + 9px);
    background: #dbdada;
    transform: translate(0, -50%);
}

.popUp .post:last-of-type:after {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(100% + 23px);
    width: 2px;
    height: calc(100% + 9px);
    background: #dbdada;
    transform: translate(0, -50%);
}

.popUp .post:nth-child(2) {
    margin-right: 28px;
    margin-left: 42px;
}

.popUp .post:nth-child(3) {
    margin-right: auto;
}

/**/
.popUp .box-post {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.popUp .box-post p > a {
    display: flex;
}

/*credit tipul*/
.popUp .tipul-creditului {
    width: 48%;
    height: auto;
    border-radius: 5px;
    background-color: #ebebeb;
    margin-left: 35px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    /*margin-bottom: 20px;*/
}

.popUp .conten-credit {
    width: 410px;
    /*border: 1px solid red;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popUp .conten-credit > h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    color: #313131;
    display: flex;
    width: 314px;
    text-align: left;
}

.popUp .conten-credit h2 > span,
.popUp .conten-credit h2 > span > span {
    font-size: 16px;
    margin-left: auto;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    color: #4285f4;
}

.popUp .conten-credit > select {
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: #4285f4;
    width: 314px;
    margin-bottom: 20px;
    padding: 10px 13px;
    border-radius: 5px;
    background-color: #ffffff;
    margin-top: 7px;
    outline: 0;
    border: none;
}

/**/
.popUp .range-input {
    width: 312px;
    position: relative;
}

.popUp .minus {
    width: 22px;
    height: 22px;
    background-color: #4285f4;
    border: solid 1px #4285f4;
    display: flex;
    font-size: 27px;
    color: #ffffff;
    border-radius: 50px;
    line-height: 18px;
    transition: 150ms linear all;
    justify-content: center;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 1;
    left: 0;
    transform: translate(0, -50%);
    margin-top: -14px;
    margin-left: -47px;
}

.popUp .minus:hover {
    opacity: 0.5;
}

.popUp .plus {
    width: 22px;
    height: 22px;
    background-color: #4285f4;
    border: solid 1px #4285f4;
    display: flex;
    font-size: 21px;
    color: #ffffff;
    border-radius: 50px;
    line-height: 22px;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transition: 150ms linear all;
    transform: translate(0, -50%);
    margin-top: -14px;
    margin-right: -47px;
}

.popUp .plus:hover {
    opacity: 0.5;
}

.popUp .slidecontainer {
    width: 100%;
}

/*range*/
.popUp .position {
    margin-top: 18px;
    margin-bottom: 18px;
}

.popUp .ui-widget-content {
    height: 10px !important;
    border: none !important;
    outline: 0 !important;
    border-radius: 8px !important;
}

.popUp .ui-state-default {
    width: 21px !important;
    height: 21px !important;
    border-radius: 50px !important;
    background: rgb(66, 133, 251) !important;
    border: none !important;
    outline: 0 !important;
    position: relative;
}

.popUp .ui-state-default:before {
    content: '';
    position: absolute;
    top: 0;
    width: 11px;
    left: 0;
    margin-top: 5px;
    height: 11px;
    background: #fff;
    border-radius: 50px;
    margin-left: 5px;
}

/*range*/
/*.theme-green .back-bar .pointer-label{*/
/*display: none !important;*/
/*}*/
/*.theme-green .back-bar .pointer{*/
/*width: 21px !important;*/
/*height: 21px !important;*/
/*}*/
/*.theme-green .back-bar .pointer{*/
/*background-image: linear-gradient(to bottom, #4285f4, #4285f4) !important;*/
/*border: 1px solid #4285f4 !important;*/
/*}*/
/*.back-bar{*/
/*height: 10px !important;*/
/*}*/
/*.scale{*/
/*height: 26px;*/
/*display: flex;*/
/*align-items: flex-end;*/
/*justify-content: space-between;*/
/*}*/
/*.scale > span::before{*/
/*position: absolute;*/
/*top:0;*/
/*}*/
/*.pointer{*/
/*position: relative;*/
/*}*/
/*.pointer:before{*/
/*content: '';*/
/*position: absolute;*/
/*top: 0;*/
/*width: 11px;*/
/*left: 0;*/
/*margin-top: 4px;*/
/*height: 11px;*/
/*background: #fff;*/
/*border-radius: 50px;*/
/*margin-left: 4px;*/
/*}*/
/*.slider-container{*/
/*width: auto !important;*/
/*}*/
/*.slider-container .clickable-dummy{*/
/*cursor: pointer !important;*/
/*position: absolute;*/
/*height: 10px !important;*/
/*z-index: 1;*/
/*background: #fff;*/
/*top: 0;*/
/*border-radius: 10px;*/
/*left: 50%;*/
/*transform: translate(-50%, 0);*/
/*}*/
/*range*/
/*.selected-bar{*/
/*background-image: linear-gradient(to bottom, #ffffff, #ffffff) !important;*/
/*}*/
/*.single-slider {*/
/*-webkit-appearance: none;*/
/*width: 100%;*/
/*height: 15px;*/
/*border-radius: 5px;*/
/*background: #d3d3d3;*/
/*outline: none;*/
/*opacity: 0.7;*/
/*height: 9px;*/
/*border-radius: 4.5px;*/
/*background-color: #ffffff;*/
/*-webkit-transition: .2s;*/
/*transition: opacity .2s;*/
/*}*/

/*.title-range {*/
/*margin-bottom: 18px;*/
/*}*/

/*.title-range:last-of-type {*/
/*margin-top: 20px;*/
/*}*/

/*.single-slider:hover {*/
/*opacity: 1;*/
/*}*/

/*.single-slider::-webkit-slider-thumb {*/
/*-webkit-appearance: none;*/
/*appearance: none;*/
/*width: 20px;*/
/*height: 20px;*/
/*background-color: #4285f4;*/
/*border-radius: 50px;*/
/*position: relative;*/
/*}*/

/*.single-slider::-moz-range-thumb {*/
/*width: 25px;*/
/*height: 25px;*/
/*border-radius: 50%;*/
/*background: #4CAF50;*/
/*cursor: pointer;*/
/*position: relative;*/
/*}*/
.popUp .ui-slider-horizontal.ui-slider-pips {
    margin-bottom: 50px !important;
}

/**/
.popUp .number {
    width: 314px;
}

.popUp .text-numebr {
    width: 100%;
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
}

.popUp .text-numebr > span {
    font-size: 12px;
    line-height: 1.67;
    color: #656565;
    position: relative;
    width: 12%;
}

/*.text-numebr > span:first-of-type {*/
/*width: 10px;*/
/*}*/

/*.text-numebr > span:nth-child(2) {*/
/*width: 10px;*/
/*}*/

.popUp .text-numebr > span:before {
    content: '';
    position: absolute;
    top: calc(-100%);
    width: 1px;
    height: 9px;
    background-color: #b7b7b7;
    left: 50%;
    transform: translate(-50%, 0);
}

/**/

.popUp .categori-title {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 5px;
    align-items: flex-end;
    margin-top: 16px;
}

.popUp .categori-title > span {
    color: #606060;
    font-size: 13px;
    font-weight: 500;
    width: 25%;
}

.popUp .categori-title > span:nth-child(2) {
    /*width: 18%;*/
}

.popUp .categori-title > span:nth-child(1) {
    width: 40%;
}

.popUp .box-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*padding-top: 23px;*/
    /*border-top: 1px solid #b7b7b7;*/
    /*margin-top: 24px;*/
    width: 100%;
    height: 180px;
    overflow: scroll;
    overflow-x: hidden;
}

.popUp .itm {
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #959595;
    display: flex;
    cursor: pointer;
    align-items: center;
    transition: 150ms linear all;
    width: 100%;
    justify-content: flex-start;
    padding: 10px 12px;
    flex-wrap: wrap;
    max-height: 32px;
}

.popUp .itm .round {
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 50%;
    position: relative;
    border: 2px solid #4285f4;
}

.popUp .active-circle:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    background-color: #4285f4;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.popUp .select-logo {
    width: 28%;
    justify-content: center;
}
.popUp .select-logo > img{
    max-width: 100%;
}
.popUp .select-click {
    width: 7%;
}

.popUp .box-numer {
    width: 52%;
    margin-left: auto;
    justify-content: space-between;
    position: relative;
}

/*.box-numer:after {*/
/*content: '';*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*height: calc(100% + 7px);*/
/*width: 0.4px;*/
/*background-color: #b7b7b7;*/
/*transform: translate(-50%, -50%);*/
/*}*/

.popUp .item-number {
    width: 40%;
    justify-content: space-between;
}
.popUp .active-number {
    border-left: 1px solid #b7b7b7;
    display: flex;
    position: relative;
    padding-left: 12px;
    height: 27px;
    align-items: center;
    justify-content: right;
}
.popUp .active-number > span {
    color: #df2126 !important;
}

.popUp .select-div {
    height: 27px !important;
    width: 19%;
    justify-content: center;
    height: calc(100% + 10px);
    border-right: 1px solid #b7b7b7 !important;
    border-left: 1px solid #b7b7b7 !important;
}

.popUp .lunar {
    color: #252525;
    font-size: 14px;
    font-weight: 500;
}

.popUp .itm:hover,
.popUp .itm.active {
    border: 1px solid #4285f4;
    transition: 150ms linear all;
    border-bottom: 7px solid #4285f4;
    /*transition: 150ms linear all;*/
}

.popUp .itm:hover > div,
.popUp .itm.active > div {
    /*background-color: #4285f4;*/
    /*cursor: pointer;*/
    /*transition: 150ms linear all;*/
}

.popUp .itm{
    margin-top: 15px;
}


.popUp .itm:nth-last-child(3) {
    /*margin-top: 25px;*/
}

.popUp .itm > img {
    /*margin-top: 10px;*/
    height: 19px;
}

.popUp .itm > div {
    /*height: 26px;*/
    /*background-color: #959595;*/
    /*width: 100%;*/
    display: flex;
    transition: 150ms linear all;
    align-items: center;
    /*justify-content: center;*/
    border: none;
    outline: 0;
    text-align: center;
}

.popUp .itm > div .item-number > span {
    color: #252525;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.25;
}

/*formular de crediatre*/
.popUp .formular-text {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1ba012;
    flex-direction: column;
    border-radius: 7px;
    overflow: auto;
    border: 1px solid #1ba012;
    margin-bottom: 18px;
}

.popUp .formular-text > h4 {
    color: #252525;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    width: 100%;
    background-color: #fff;
    padding: 11px 0;
}

.popUp .cifra {
    font-size: 21px;
    color: #ffffff;
    line-height: 17px;
    height: 100%;
    width: 100%;
    border: none;
    outline: 0;
    text-align: center;
}

.popUp .final-amount {
    padding: 10.5px 0;
    height: 100%;
    width: 100%;
    border: none;
    background-color: #1ba012;

}

.popUp .formular {
    height: auto;
    width: 41%;
    /*border: 1px solid red;*/
    margin-right: 35px;
}

.popUp .formular > form > .first_p {
    font-size: 16px;
    font-weight: bold;
    line-height: 13px;
    color: #313131;
    margin-bottom: 27px;
}

.popUp .position-label {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.popUp .position-label > label {
    width: 46%;
    display: flex;
    text-align: left;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal;
    color: #313131;
    padding-left: 7px;
}

.popUp .position-label > label:nth-child(4) {
    margin-top: 11px;
}

.popUp .position-label > label:nth-child(3) {
    margin-top: 11px;
}

.popUp .position-label > label > input {
    padding: 11px;
    border-radius: 5px;
    border: solid 1px #acacac;
    outline: 0;
    margin-top: 7px;
    margin-left: -7px;
    width: 100%;
}
.popUp .position-label label > span{
    color: #df2126;
    font-size: 11px;
    margin-left: 7px;
}
.popUp .buletin_p {
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: #313131;
    padding-left: 7px;
    margin-top: 12px;
    margin-bottom: 14px;
}

.popUp .position-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.popUp .left_item {
    width: 194px;
    margin-right: 6px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*.left_item .upload{*/
/*width: 100%;*/
/*text-align: left;*/
/*padding-left: 0;*/
/*border-radius: 0;*/
/*margin-top: 17px;*/
/*border: none;*/
/*font-size: 12px;*/
/*color: #4285f4;*/
/*}*/
/*.left_item .upload:last-of-type{*/
/*margin-top: 0px;*/
/*}*/
.popUp .left_item > a {
    width: 100%;
    padding-left: 0;
    cursor: pointer;
    padding: 5px 0;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #acacac;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.43;
    color: #313131;
    position: relative;
    margin-bottom: 15px;
}
.popUp .left_item a > span{
    position: absolute;
    left: 12px;
    text-align: left;
    font-size: 12px;
    color: #4285f4;
}
.popUp .left_item a > img {
    margin-left: auto;
    margin-right: 10px;
    padding-left: 10px;
}

.popUp .left_item a > input {
    width: 100%;
    opacity: 0;
    z-index: 11111;
}


/*post right*/
.popUp .right_item {
    width: 200px;
}

.popUp .text_one {
    font-size: 12px;
    line-height: 1.75;
    text-align: left;
    color: #656565;
    padding-left: 10px;
    text-indent: -10px;
}

/**/
.popUp .last_p {
    font-size: 13px;
    line-height: 14px;
    color: #313131;
    margin-top: 21px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/*.last_p > input[type='checkbox']{*/
/*opacity: 0;*/
/*}*/
.popUp .last_p > a {
    color: #4285f4 !important;
    text-decoration: none;
    display: flex;
}

/*button*/
.popUp .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.popUp .buttons > button {
    width: 141px;
    padding: 8px 0;
    border-radius: 5px;
    background-color: #1ba012;
    border: none;
    outline: 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.18;
    color: #ffffff;
    transition: 150ms linear all;
    cursor: pointer;
}
.popUp .buttons > button:hover {
    opacity: 0.5;
}

.popUp .buttons > button:disabled,
.popUp .buttons > button[disabled] {
    background-color: #b5b5b5;
}

.popUp .buttons > button:disabled:hover,
.popUp .buttons > button[disabled]:hover {
    opacity: 1;
}



.popUp .buttons > button:last-of-type {
    margin-left: 30px;
    background-color: #df2126;
}

.popUp .item-post .price {
    min-width: 65px;
    text-align: right;
}
.Page_Product_Content_LeftColumn{
    float: none;
    width: 100%;
    position: static !important;
    margin-bottom: 50px;
}
.Page_Product_Content_RightColumn {
    padding-left: 0;
}
.image-product-container{
    width: 325px;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
}
.detail-product-container{
    max-width: 320px;

    width: calc(50% - 204px);
    display: inline-block;
    margin-left: 7px;
    min-height: 300px;
    border: 1px solid #ebebeb;
    padding: 7px 10px;
    background-color: rgba(224, 224, 224, 0.17);
    vertical-align: top;

}
.credit-container{
    max-width: 320px;
    width: calc(50% - 206px);
    display: inline-block;
    margin-left: 10px;
    height: 302px;
    padding: 10px;
    background-color: #eaf7e9;
    vertical-align: top;
}
.detail-product-container  .Page_Product_Content_Prices_Area{
    background-color: rgba(255, 255, 255, 0);
}
.detail-product-container .Page_Product_Content_Prices_Credit{
    display: none;
}
.detail-product-container .Page_Product_Content_Description_FbBox{
    /*padding: 20px 0 20px 7px;*/
}
.detail-product-container .Page_Product_Content_Prices_Complain{
    background-color: rgba(255, 255, 255, 0);
    clear: both;
}
.detail-product-container .Page_Product_Content_Prices_Online_Block{
    border-bottom: 0;
}
.detail-product-container .Page_Product_Content_Prices_Online_Buttons{
    margin-top: 20px;
}
.receives-credit{
    font-size: 16px;
    background: #1ba012;
    border: none;
    color: white;
    border-radius: 3px;
    padding: 11px 18px;
    display: block;
    margin: 5px auto;
    cursor: pointer;
    font-weight: bold;
}
.price-month{
    font-size: 19px;
    display: block;
    text-align: center;
    margin-top: 60px;
}
.receives-credit:hover{
    background: #17900f;
    cursor: pointer;
    position: relative;
    top: 1px;
}
.ui-slider-pips .ui-slider-line{
    height: 9px !important;
}
.ui-slider-pips .ui-slider-label{
    top: 15px !important;
}
#slider{
    width: calc(100% - 67px);
    display: block;
    vertical-align: middle;
    margin: 18px 56px 0px 31px;
    height: 9px;
    border: none;
    border-radius: 73px;
}
#increase{
    width: 22px;
    height: 22px;
    background-color: #4285f4;
    border: solid 1px #4285f4;
    display: flex;
    font-size: 21px;
    color: #ffffff;
    border-radius: 50px;
    line-height: 22px;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transition: 150ms linear all;
    transform: translate(0, -50%);
    margin-top: -46px;
    margin-right: -5px;

}
#decrease{
    width: 22px;
    height: 22px;
    background-color: #4285f4;
    border: solid 1px #4285f4;
    display: flex;
    font-size: 27px;
    color: #ffffff;
    border-radius: 50px;
    line-height: 18px;
    transition: 150ms linear all;
    justify-content: center;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 1;
    left: 0;
    transform: translate(0, -50%);
    margin-left: -6px;
    margin-top: -46px;
}
#slider.ui-slider .ui-slider-handle{
    left: 0%;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    border: 5px solid #4286f3;
    outline: none !important;
    cursor: pointer;
    background: #FFF !important;
}
#slider .ui-slider-pip-initial{
    /*font-weight: normal;*/
    /*color: #999;*/
    /*top: 16px;*/
}
.conten-credit h2{
    text-align:center;
    font-size:18px;
    color:#242424;
    margin-top:41px;

}
.conten-credit #runne{
    text-align:center;


}
.conten-credit #runne *{
    font-size:15px;
    color:#242424;
    font-weight:normal;
    margin-top:21px;
}
.Page_Product_Content_Prices_Online_BuyButtonPhone,
.Page_Product_Content_Prices_Online_BuyButton{
    width: 44%;
}
.range-input2{
    position: relative;
}
.Page_Product_Content_OldPrice_Block{
    border-top: 0;
}
.ctl00_ContentPlaceHolder1_imgMainDiv{
    margin-top: 2px;
}
.Page_Product_Content_Prices_Online_Price SPAN[type="value"],
.Page_Product_Content_Prices_Offline_Block SPAN[type="value"],
.Page_Product_Content_OldPrice_Block_Suma{
    float: right;
    /*margin-left: 10px;*/
}
.Page_Product_Content_Prices_Online_Price DIV[type="text"],
.Page_Product_Content_Prices_Offline_Block DIV[type="text"],
.Page_Product_Content_OldPrice_Block_Label{
    float: left;
}
.Page_Product_Content_Prices_Online_Block{
    clear: both;
}
.Page_Product_Content_OldPrice_Block_Suma:after,
.Page_Product_Content_Prices_Online_Price:after{
    content: "";
    display: block;
    clear: both;
}
@media screen and (max-width: 1200px) {
    .Page_Product_Content_MainImage {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .Page_Product_Content_Prices_Online_BuyButtonPhone,
    .Page_Product_Content_Prices_Online_BuyButton{
        width: 100%;
        float: none;
        max-width: 160px;
    }
    .Page_Product_Content_Prices_Online_Buttons {
        height: auto;
    }
    .credit-container{
        width: calc(50% - 25px);
        max-width: 100%;
        height: 341px;
    }
    .image-product-container{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .detail-product-container{
        width: calc(50% - 35px);
        margin-left: 0;
        margin-bottom: 30px;
        max-width: 100%;
        height: 345px;
    }
    .popUp .left_item a > img{
        display: none;
    }
    .popUp .item-post .price {
        min-width: 55px;
    }
    .popUp .left_item a > span{
        font-size: 11px;
    }

    .popUp .cantitate{
        margin-right: 62px !important;
    }

    .popUp .categori-title {
        margin-top: -15px;
        margin-bottom: -1px;
    }
    .popUp .itm:nth-last-child(2) {
        margin-top: 10px;
    }
    .popUp .itm:last-of-type {
        margin-top: 10px;
    }
    .popUp .lunar {
        font-size: 12px;
    }
    .popUp .itm > div .item-number > span {
        font-size: 14px;
    }
    /*p {*/
    /*font-size: 12px !important;*/
    /*}*/
    /*label{*/
    /*font-size: 12px !important;*/
    /*}*/
    /*a{*/
    /*font-size: 12px !important;*/
    /*}*/
    /*button{*/
    /*font-size: 12px !important;*/
    /*}*/
    /*span{*/
    /*font-size: 12px !important;*/
    /*}*/
    .popUp .formular-text > h4 {
        font-size: 12px;
    }

    .popUp .cifra {
        font-size: 12px;
    }

    .popUp .title-table > p {
        font-size: 12px;
    }

    .popUp .title > h1 {
        font-size: 14px;
        padding: 7px 0;
    }

    .popUp .item-post {
        padding: 3px 0 !important;
    }

    .popUp .position-label > label:nth-child(3) {
        margin-top: 5px;
    }

    .popUp .position-label > label:nth-child(4) {
        margin-top: 5px;
    }

    .popUp .title-table {
        padding-bottom: 0;
    }

    .popUp .buttons > button {
        font-size: 12px;
    }

    .popUp .table {
        padding-top: 0;
    }

    .popUp .itm > span {
        font-size: 12px;
    }

    .popUp .left_item {
        width: 100%;
    }

    .popUp .right_item {
        width: 100%;
    }

    .popUp .last_p {
        margin-top: 0px;
    }

    .popUp .buttons {
        margin-top: 13px;
    }

    .popUp .position-label > label > input {
        padding: 7px;
        width: 100%;
    }

    .popUp .left_item {
        justify-content: center;
    }

    .popUp .left_item > a:first-of-type {
        margin-right: 10px;
    }

    .popUp .position-label > label > input {
        margin-top: 0px;
    }

    .popUp .buletin_p {
        margin-top: 8px;
        margin-bottom: 6px;
        font-size: 12px;
    }

    .popUp .formular > form > .first_p {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .popUp .tipul-creditului > p, h1 {
        font-size: 12px !important;
    }

    .popUp .title-range {
        margin-bottom: 5px;
    }

    .popUp .conten-credit > select {
        margin-bottom: 10px;
    }

    .popUp .box-info {
        margin-top: 8px;
    }

    .popUp .post > p, .popUp span {
        font-size: 12px;
    }

    .popUp .title-table > p:nth-child(2) {
        margin-left: 59px;
    }

    .popUp .plus {
        width: 19px;
        height: 19px;
        font-size: 15px;
        line-height: 19px;
    }

    .popUp .minus {
        width: 19px;
        height: 19px;
        line-height: 15px;
        font-size: 15px;
    }

    .popUp .conten-credit h2 > span,
    .popUp .conten-credit h2 > span > span {
        font-size: 12px;
    }

    .popUp .left_item > a {
        font-size: 12px;
    }

    .popUp .last_p {
        font-size: 12px;
    }

    .popUp .position-label > label {
        font-size: 12px;
    }
}

@media screen and (max-width: 998px) {
    .popUp .contentPopUp {
        width: 100%;
        /*margin: 5px;*/
    }
}

@media screen and (max-width: 871px) {
    .credit-container{
        width: calc(100% - 20px);
        margin-left: 0;
        height: auto;
        min-height: auto;

    }
    .detail-product-container{
        width: calc(100% - 20px);
        margin-left: 0;
        margin-bottom: 30px;
        height: auto;
        min-height: auto;
    }
    .popUp .plus {
        margin-right: -29px;
    }

    .popUp .minus {
        margin-left: -29px;
    }

    .popUp .itm {
        width: 88%;
        padding: 5px 12px;
        margin: 0 auto;
    }

    .popUp .box-info {
        flex-direction: column;
    }

    .popUp .itm > img {
        height: 15px;
    }

    .popUp .itm > span {
        font-size: 15px;
    }

}

@media screen and (max-width: 827px) {
    .popUp .categori-title > span:nth-child(1) {
        /*width: 35%;*/
    }
    .popUp .categori-title > span {
        /*width: 16%;*/
    }
    .popUp .categori-title > span {
        /*color: #606060;*/
        font-size: 12px;
    }
    .popUp .active-number {
        border-left: none;
    }
    .popUp .select-click {
        width: 12%;
    }
    .popUp .select-logo {
        width: 18%;
    }
    .popUp .select-div {
        width: 35%;
        border-right: none !important;
        border-left: none !important;
    }

    .popUp .box-numer:after {
        display: none;
    }
    .popUp .box-numer {
        /*width: 32%;*/
        /*margin-left: 10px;*/
    }
    .popUp .position-item {
        flex-direction: column;
        align-items: center;
    }

    .popUp .right_item {
        margin-top: 5px;
    }


    .popUp .itm > img {
        height: 15px;
    }

    .popUp .itm > span {
        font-size: 15px;
    }

    /*.plus {*/
    /*margin-right: 0;*/
    /*margin-top: -12px;*/
    /*width: 10px;*/
    /*height: 10px;*/
    /*font-size: 10px;*/
    /*line-height: 10px;*/
    /*}*/
    /*.minus {*/
    /*margin-left: 0;*/
    /*margin-top: -12px;*/
    /*width: 10px;*/
    /*height: 10px;*/
    /*font-size: 10px;*/
    /*line-height: 10px;*/
    /*}*/
    .popUp .table {
        padding-top: 2px;
    }

    .popUp .title > h1 {
        font-size: 14px;
        padding: 6.5px 0;
    }

    .popUp .item-last > span {
        margin-top: 0px;
    }

    .popUp .item-post {
        padding-bottom: 1px;
        padding-top: 1px;
    }

    .popUp .post:nth-child(2) {
        margin-right: 15px;
    }

    .popUp .post > img {
        width: 22px;
    }
}

@media screen and (max-width: 792px) {
    .popUp .lunar {
        font-size: 11px;
    }
    .popUp .categori-title > span {
        font-size: 11px;
    }
    .popUp .itm > div .item-number > span {
        font-size: 11px;
    }
    .popUp .itm .round {
        width: 10px;
        height: 10px;
    }
    .popUp .box-numer {
        /*margin-left: 0px;*/
    }
    .popUp .select-click {
        width: 6%;
    }
    .popUp .select-div {
        width: 35%;
    }
    .popUp .categori-title > span:nth-child(1) {
        width: 42%;
    }
    .popUp .select-logo {
        width: 25%;
    }
    .popUp .range-input {
        width: 80%;
        position: relative;
    }

    .popUp .text-numebr {
        width: 80%;
    }

    .popUp .number {
        display: flex;
        justify-content: center;
    }

    .popUp .plus {
        font-size: 18px;
        line-height: 18px;
        width: 18px;
        height: 18px;
    }

    .popUp .minus {
        width: 18px;
        font-size: 17px;
        line-height: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 698px) {
    .popUp .formular > form > .first_p {
        margin-bottom: 5px;
    }

    .popUp .formular {
        margin-right: 20px;
    }

    .popUp .buletin_p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .popUp .position-label > label {
        font-size: 12px;
    }

    .popUp .position-label > label > input {
        padding: 6px;
    }

    .popUp .position-label > label:nth-child(3) {
        margin-top: 5px;
    }

    .popUp .position-label > label:nth-child(4) {
        margin-top: 5px;
    }

    .popUp .last_p {
        margin-top: 5px;
    }

    .popUp .tipul-creditului {
        width: 51%;
        padding-top: 6px;
        margin-left: 9px;
    }

    .popUp .box-info {
        /*padding-top: 13px;*/
    }

    .popUp .title-range:last-of-type {
        margin-top: 2px;
    }

    .popUp .conten-credit > select {
        margin-bottom: 5px;
        width: 100%;
    }

    .popUp .conten-credit > h2 {
        font-size: 14px;
        width: 100%;
    }

    .popUp .conten-credit h2 > span,
    .popUp .conten-credit h2 > span > span {
        font-size: 13px;
        /*width: 100%;*/
    }

    .popUp .post > p, .popUp span {
        font-size: 11px;
    }

    .popUp .table {
        padding-top: 2px;
    }

    .popUp .title > h1 {
        font-size: 14px;
        padding: 6.5px 0;
    }

    .popUp .item-last > span {
        margin-top: 0px;
    }

    .popUp .item-post {
        padding-bottom: 1px;
        padding-top: 1px;
    }

    .popUp .post:nth-child(2) {
        margin-right: 15px;
    }

    .popUp .post > img {
        width: 22px;
    }

    /*.range-input {*/
    /*width: 100%;*/
    /*}*/
    .popUp .number {
        width: 100%;
    }

    .popUp .conten-credit {
        padding: 5px;
    }
}

@media screen and (max-width: 611px) {
    .popUp .cantitate {
        margin-right: 70px !important;
    }
    .popUp .title-table {
        padding-left: 0;
        padding-right: 0;
    }

    /*.itm {*/
    /*width: 75px;*/
    /*}*/

    /*.itm > img {*/
    /*height: 12px;*/
    /*}*/

    .popUp .title-table > p:nth-child(2) {
        margin-right: auto;
        margin-left: 36px;
    }

    .popUp .post:nth-child(2) {
        margin-left: 38px;
    }

    .popUp .formular-text {
        margin-bottom: 4px;
    }
}

@media screen and (min-width: 532px) {

    .popUp .post > img {
        position: relative;
        top: 0;
        left: 0;
    }

    .popUp .element-query > i {
        display: none;
    }

    /*.post {*/
    /*padding-left: 0;*/
    /*display: flex;*/
    /*}*/
    .popUp .element-query {
        display: none;
    }

    .popUp .box-post {
        /*margin-top: 0;*/
    }

    .popUp .item-post {
        padding: 7px 0;
    }
}

@media screen and (max-width: 559px) {
    /*.post:last-of-type:after {*/
    /*right: calc(100% + 0px);*/
    /*}*/

}

@media screen and (max-width: 531px) {
    .popUp .box-post {
        flex-direction: column;
    }

    .popUp {
        align-items: flex-start;
        overflow: auto;
    }

    .popUp .tipul-creditului {
        width: 100%;
    }

    .popUp .formular {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .popUp .item-post {
        flex-direction: column;
        align-items: flex-start;
    }

    .popUp .post:after {
        display: none;
    }

    .popUp .post:nth-child(2) {
        margin-left: 0;
    }

    .popUp .title-table {
        display: none;
    }

    .popUp .title-table > p:nth-child(2) {
        margin-left: 0;
    }

    /*.itm:nth-last-child(3) {*/
    /*margin-top: 0;*/
    /*}*/

    /*.itm:nth-last-child(2) {*/
    /*margin-top: 0;*/
    /*}*/

    /*.itm:last-of-type {*/
    /*margin-top: 0;*/
    /*}*/

    /*.box-info {*/
    /*justify-content: space-around;*/
    /*}*/
    /*.itm {*/
    /*margin-right: 5px;*/
    /*!*align-items: flex-start;*!*/
    /*!*justify-content: flex-start;*!*/
    /*margin-bottom: 5px;*/
    /*width: 48%;*/
    /*height: 80px;*/
    /*}*/

    .popUp .itm > img {
        height: 23px;
        margin-top: 17px;
    }

    .popUp .post > img {
        /*width: 35px;*/
        position: absolute;
        top: -5px;
        left: 6px;
    }

    .popUp .element-query > i {
        display: block;
    }

    .popUp .post {
        padding-left: 45px;
        display: flex;
    }

    .popUp .flex-position > p {
        text-align: left;
        /*padding-left: 10px;*/
    }

    .popUp .element-query {
        padding-right: 2px;
        font-weight: bold;
    }

    /*.box-post{*/
    /*margin-top: 20px;*/
    /*}*/
    .popUp .item-post {
        padding: 7px 0;
    }

    .popUp .tipul-creditului {
        margin-left: 0;
    }

}

@media screen and (max-width: 418px) {
    /*.itm {*/
    /*width: 46% !important;*/
    /*}*/

    .popUp .flex-position {
        flex-direction: column;
        align-items: flex-start;
    }

    .popUp .post > img {
        width: 35px;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media screen and (max-height: 912px) {
    .popUp {
        /*justify-content: flex-start;*/
        overflow: auto;
        align-items: flex-start;
    }
}

@media screen and (max-height: 788px) {
    .popUp {
        /*justify-content: flex-start;*/
        overflow: auto;
        align-items: flex-start;
    }
}

.popUp .item-post.total {
    text-align: right;
    display: inline-block;
    font-size: 14px;
    line-height: 1.43;
    color: #313131;
    font-weight: bold;
    border-bottom: 0;

}

.popUp .no-types-found {
    text-align: center;
    font-size: 12px;
    color: #313131;
    width: 100%;
}

.static_page_content img {
    max-width: 100%;
    height: auto;
}
.static_page_content_item {
    max-width: 30%;
    height: 100%;
    float: left;
    margin-left: 5px;
    word-wrap: break-word;

}
.static_page_content_item p{
    text-align: center;

}

.static_page_content h2 {
    font-size: 18px;
}

.Components_Div{
    width: 100%;
}

.call-us{
    display:none;
    border: none;
    background-color: green;
    width:4rem;
    clear:right;
}
.call-us a{
    display:inherit;
    text-decoration: none;
}
.call-us a svg{
    padding: 5px 10px  0 0;

}
.receives-credit-virtula {
    cursor: pointer;
}

#btnFilterProducts{
    width: 100px;
    padding: 5px;
    background: lightgrey;
    color: black;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>li:not(.active)>a:hover {
    background-color: #ddd;
}

.pagination>li.disabled>span{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #b8bdc1;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.products-pagination{
    text-align: center;
}

#login_form .required_value.error{
    border: 1px solid #FF2C34;
}

#login_form label{
    display: inline;
}

#login_form .simple-line{
    display: block;
    margin: 5px 0;
}

#login_form .btn-submit:hover{
    background-color: #3863af;
}

.for-error-label.error+label+label,
.for-error-label.error+label+label{
    color: #FF2C34;
}

#login_form .reset-password-link{
    display: inline-block;
    float: right;
}

#login_form #dialogLoginProgress1,
#password_form #dialogLoginProgress1{
    display: inline-block;
}

#password_form #dialogLoginProgress1{
    margin: 0;
}

#login_form #dialogLoginBtnLogin:disabled{
    background-color: #536077;
}

.new-account{
    margin-bottom: 50px !important;
}

.new-account a{
    text-decoration: underline;
}

@media (max-width: 576px) {
    .content_data .condGroup .condBloc .condBloc_Form {
        max-width: 330px;
        margin: auto;
        padding-left: 0;
    }
}