/*LG SCREEN*/

@media screen and (min-width:1200px) and (max-width:1600px) {
    .table-body {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .footer ul li {
        font-size: 14px;
    }
    .header .container-fluid {
        padding-right: 50px;
        padding-left: 50px;
    }
    .header .container-fluid .row>div {
        width: 100%;
        margin-left: 0;
    }
    .main .container-fluid {
        padding-right: 50px;
        padding-left: 50px;
    }
    .footer .container-fluid>div {
        width: 100%;
        padding-right: 50px;
        padding-left: 50px;
        margin-left: 0;
    }
    .header-item span {
        padding-left: 35px;
    }
    .adress {
        line-height: 84px;
    }
    li.mail,
    li.phone {
        border-left: none !Important;
    }
    .card-item p {
        margin-top: 15px;
    }
    .show-1200 {
        display: inline-block;
    }
    .show-1200-text {
        display: none;
        opacity: 0;
    }
}

@media screen and (min-width:1200px) {
    .header {
        min-height: 180px !Important;
    }
    div.use-this.card-item {
        border: 4px solid #b2d2e8;
    }
    div.use-this {
        padding: 38px 11px 0px 20px;
    }
    .card-item p {
        margin-top: 10px;
    }
    .adress li {
        padding-left: 12px;
        padding-right: 12px;
    }
    li.mail,
    li.phone {
        border-left: 1px solid black;
    }
    .footer {
        min-height: 90px;
        line-height: 90px;
    }
    .header-item span {
        padding-left: 40px;
    }
    .groups {
        margin-top: -40px;
    }
    .pay-master img {
        margin-top: 64px;
    }
    .card-item img {
        display: block;
    }
    .card-item p {
        font-size: 14px;
        display: table;
        height: 65px;
    }
    .card-item p span {
        display: table-cell;
        vertical-align: bottom;
        width: 100%;
        text-align: left;
    }
    .card-blocks>.row {
        margin-right: -20px;
        margin-bottom: -1px;
    }
    .card-item {
        padding-top: 42px;
        padding-left: 24px;
        min-height: 210px;
        border-right: 1px dashed rgb(219, 219, 219);
        border-bottom: 1px dashed rgb(219, 219, 219);
        margin-left: -1px;
        margin-top: -1px;
        border-collapse: separate;
        position: relative;
        z-index: 1;
        transition: transform, box-shadow 0.1s;
    }
    .pick-item {
        height: 22px;
        width: 22px;
        border-radius: 11px;
        background: #efefef;
        color: white;
        line-height: 22px;
        text-align: center;
    }
    .item-price {
        color: #9b9a9a;
    }
    .right-column--header {
        margin-left: 30px;
        border-bottom: 1px dashed #c4c4c5;
    }
    .right-column--header h6 {
        font-weight: 100;
        font-size: 16px;
        margin: 0;
    }
    .pay-grn {
        font-size: 36px;
    }
    .pay-grn sup {
        font-size: 12px;
        color: black;
        top: -20px;
    }
    .pay-usd {
        font-size: 18px;
        color: black;
        padding-left: 0px;
    }
    .pay-usd:before {
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        margin: 10px 0;
        border-top: 1px dashed #c4c4c5;
    }
    .pay-usd sup {
        font-size: 12px;
        color: #908f8f;
    }
    .order-cost li {
        font-size: 14px;
        margin: 8px 0;
    }
    .comission-grn,
    .grn-small {
        font-size: 18px;
    }
    .order-id-numb {
        font-size: 14px;
    }
    .description {
        margin-left: 30px;
    }
    .description h4 {
        font-size: 16px;
        color: #006fac;
    }
    .description p {
        font-size: 14px;
    }
    .description h4:after {
        width: 20px;
        height: 20px;
        top: 2px;
    }
    .form {
        margin-left: 30px;
    }
    .form label {
        display: inline-block;
        width: 49%;
        padding-right: 20px;
    }
    .form label span {
        margin-bottom: 12px;
        white-space: nowrap;
    }
    .form input[type=text] {
        display: inline-block;
        width: 108%;
        height: 45px;
        border: 1px solid #dedfe0;
        border-radius: 5px;
    }
    .order-cost li>span:first-child {
        display: inline-block;
        width: 130px;
        margin-bottom: 5px;
    }
    .form label:last-of-type {
        width: 200px;
        float: left;
    }
    .send {
        height: 60px;
    }
}

@media screen and (min-width:1400px) {
    .comission-grn,
    .grn-small {
        font-size: 22px;
    }
    .order-cost li>span:first-child {
        display: inline-block;
        width: 140px;
    }
    .header-item span {
        padding-left: 40px;
    }
    .header-item span {
        font-size: 16px;
    }
}

@media screen and (min-width:1885px) {
    .form label:last-of-type {
        width: 220px;
    }
    .order-cost li>span:first-child {
        width: 140px;
    }
    .description h4 {
        font-size: 18px;
    }
    .pick-item {
        margin-right: 10px;
    }
    .pay-usd {
        padding-left: 30px;
    }
    .pay-usd:before {
        content: '';
        width: 2px;
        border-left: 1px dashed #c4c4c5;
        height: 37px;
        display: inline-block;
        position: relative;
        left: -28px;
        top: 14px;
    }
    .pay-grn {
        font-size: 42px;
    }
    .order-cost li>span:first-child {
        display: inline-block;
        width: 175px;
    }
    .order-cost li {
        font-size: 16px;
        margin: 10px 0;
    }
    .comission-grn,
    .grn-small {
        font-size: 22px;
    }
    .order-id-numb {
        font-size: 16px;
    }
    .form input[type=text] {
        width: 100%;
        height: 45px;
    }
    .send {
        height: 65px;
    }
}


/*MD SCREEN*/

@media screen and (min-width:992px) and (max-width:1199px) {
    .card-blocks {
        padding: 4px 4px 5px;
    }
    div.use-this.card-item {
        outline: 4px solid #b2d2e8;
        border: none;
    }
    .main-logo {
        height: 120px;
        line-height: 120px;
    }
    .header h1 {
        margin-top: 55px;
    }
    .pay-master img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 35px;
        width: 90px;
    }
    .footer-logos {
        margin: 20px auto;
    }
    .header-item span {
        font-size: 16px;
    }
    .card-blocks .row {
        margin: 0;
    }
    .groups {
        margin-top: 30px;
    }
    .right-column--header {
        margin-left: 40px;
    }
    .right-column--header h6 {
        font-weight: 100;
        font-size: 16px;
        margin: 0;
    }
    div.pay-master img {
        margin-top: 35px;
    }
    .pay-grn {
        font-size: 30px;
    }
    .pay-grn sup {
        font-size: 12px;
        color: black;
        top: -20px;
    }
    .pay-usd {
        font-size: 18px;
        color: black;
        padding-left: 0px;
    }
    .pay-usd:before {
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        margin: 10px 0;
        border-top: 1px dashed #c4c4c5;
    }
    .pay-usd sup {
        font-size: 12px;
        color: #908f8f;
    }
    .order-cost li {
        font-size: 14px;
        margin: 8px 0;
    }
    .order-id-numb {
        font-size: 14px;
    }
    .description {
        margin-left: 10px;
    }
    .description h4 {
        font-size: 16px;
        color: #006fac;
    }
    .description p {
        font-size: 14px;
        color: #565656;
    }
    .description h4:after {
        width: 20px;
        height: 20px;
        top: 2px;
    }
    .form {
        margin-left: 10px;
    }
    .form label {
        display: inline-block;
        width: 100%;
        padding-right: 20px;
    }
    .form label span {
        margin-bottom: 12px;
        white-space: nowrap;
    }
    .form input[type=text] {
        display: inline-block;
        width: 108%;
        height: 45px;
        border: 1px solid #dedfe0;
        border-radius: 5px;
    }
    .order-cost li>span:first-child {
        display: inline-block;
        width: 118px;
    }
    .form label:last-of-type {
        float: left;
    }
    .send {
        height: 60px;
    }
    .pick-item {
        height: 22px;
        width: 22px;
        border-radius: 11px;
        background: #efefef;
        color: white;
        line-height: 22px;
        text-align: center;
        margin-top: 25px;
    }
    .card-item {
        height: 70px;
        line-height: 70px;
        border-bottom: 1px dashed #e9e9ea;
    }
    .card-item:last-child {
        border: none;
    }
    .card-item p span {
        display: inline-block;
        line-height: 15px;
    }
    .right-column {
        padding-right: 0;
    }
    .right-column--header {
        margin-left: 10px;
    }
    .order-cost ul {
        padding-left: 10px;
    }
    .table-body {
        padding-right: 8px;
    }
    .comission-grn,
    .grn-small {
        font-size: 18px;
    }
    .card-item p {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }
    .card-item p span {
        display: inline-block;
        line-height: 14px;
        font-size: 14px;
        vertical-align: middle;
    }
    .adress {
        text-align: center;
    }
    li.mail,
    li.phone {
        border-left: 1px solid #9d9d9d;
    }
    .header-item span {
        padding-left: 35px;
        font-size: 14px;
    }
    .footer ul li {
        padding-right: 15px;
    }
}


/*SM SCREEN*/

@media screen and (min-width:768px) and (max-width:991px) {
    .card-blocks {
        padding: 3px;
    }
    div.use-this.card-item {
        outline: 3px solid #b2d2e8;
        border: none;
    }
    .footer ul li {
        padding-right: 35px;
        padding-left: 30px;
        font-size: 15px;
    }
    .footer-logos {
        margin: 25px 0;
    }
    .adress {
        text-align: center;
    }
    li.mail,
    li.phone {
        border-left: 1px solid #9d9d9d;
    }
    .footer ul li {
        padding-right: 15px;
    }
    .header-item span {
        padding-left: 35px;
        font-size: 14px;
    }
    .cash span {
        background-size: 16px 14px;
    }
    .data span {
        background-size: 17px 11px;
    }
    .accept span {
        background-size: 13px 13px;
    }
    .above-header {
        height: 6px;
    }
    .lang-select {
        top: 3px;
    }
    .header h1 {
        font-size: 24px;
    }
    .pay-master img {
        margin-left: auto;
        margin-right: auto;
    }
    .main-logo {
        height: 50px;
        line-height: 110px;
    }
    .header-item span {
        font-size: 16px;
        padding-left: 25px;
    }
    .groups {
        margin-top: 30px;
    }
    .right-column--header h6 {
        font-size: 14px;
    }
    .pay-grn {
        font-size: 30px;
    }
    .pay-usd {
        font-size: 18px;
    }
    .pay-usd:before {
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        margin: 10px 0;
        border-top: 1px dashed #c4c4c5;
    }
    .order-cost ul {
        padding-left: 0;
    }
    .comission-grn,
    .grn-small {
        font-size: 22px;
    }
    .table-body {
        padding-right: 1px;
    }
    .order-cost li>span:first-child {
        display: inline-block;
        width: 140px;
    }
    .description h4:after {
        width: 18px;
        height: 16px;
        top: 4px;
    }
    .order-cost li>span:first-child {
        margin-bottom: 5px;
    }
    .description h4 {
        font-size: 14px;
    }
    .description p {
        font-size: 12px;
    }
    label span:first-child {
        text-indent: 5px;
    }
    .form input[type=text] {
        display: inline-block;
        width: 98%;
        height: 45px;
        border: 1px solid #dedfe0;
        border-radius: 5px;
    }
    .form label {
        width: 100%;
    }
    .form label:last-of-type {
        /*margin-left: 20px;*/
    }
    .card-item {
        height: 65px;
        line-height: 65px;
        border-bottom: 1px dashed #e9e9ea;
    }
    .card-item:last-child {
        border-bottom: none;
    }
    .card-item p {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }
    .card-item p span {
        display: inline-block;
        line-height: 14px;
        font-size: 14px;
        vertical-align: middle;
    }
    .pst-item img {
        width: 75px;
    }
    .terminal img {
        width: 17px;
    }
    .price-menu {
        text-align: center;
        line-height: 65px;
        max-height: 65px;
    }
    /* .pst-item instead of .pumb, .privat24-parts, .in-credit */
    /*.pumb img,
    .privat24-parts img,
    .in-credit img {
        width: 26px;
    }*/
    .pick-item {
        position: absolute;
        right: -5%;
        top: 50%;
        margin-top: -11px;
    }
    .card-blocks .row {
        margin: 0;
    }
    .pay-grn sup {
        top: -14px;
    }
    .main-logo img {}
    .header h1 {
        margin-top: 55px;
    }
    .pay-master img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 35px;
        width: 90px;
    }
}

@media screen and (max-width:958px) and (min-width:768px) {
    .order-cost li>span:first-child {
        width: 37%;
    }
    .grn-small {
        position: relative;
        top: -10px;
    }
}


/*XS SCREEN*/

@media screen and (min-width:0px) and (max-width:767px) {
  .middle_page img {
    margin-bottom: 20px;
  }
  .w8-window {
    width: 320px;
    height: 280px;
    margin-left: -160px;
    margin-top: -140px
  }
  .w8-window h5 {
    font-size: 18px;
  }
    .card-blocks {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    div.use-this.card-item {
        outline: 3px solid #b2d2e8;
        border: none;
    }
    .header-item span {
        padding-left: 35px;
        font-size: 12px;
    }
    .pick-item {
        height: 15px;
        width: 15px;
        border-radius: 8px;
        background: #efefef;
        color: white;
        line-height: 15px;
        text-align: center;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        right: -15px;
    }
    .card-blocks .row {
        margin: 0;
    }
    .right-column--header h6 {
        margin-top: 0;
        font-size: 14px;
    }
    .pay-grn {
        font-size: 30px;
        /*margin-left: -5px;*/
    }
    .right-column--header p {
        margin-top: -10px;
    }
    .order-cost li {
        font-size: 14px;
        margin: 8px 0;
    }
    .pay-usd:before {
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        margin: 10px 0;
        border-top: 1px dashed #c4c4c5;
    }
    .pay-grn sup {
        top: -14px;
    }
    .comission-grn,
    .grn-small {
        font-size: 22px;
    }
    .order-id-numb {
        font-size: 14px;
    }
    .order-cost ul {
        padding-left: 0;
    }
    .above-header {
        height: 5px;
    }
    .lang-select {
        top: 2px;
        right: 20px;
    }
    .header h1 {
        font-size: 16px;
        margin-top: 30px;
    }
    .pay-master img {
        margin-left: auto;
        margin-right: auto;
    }
    .main-logo {
        margin-top: 7px;
    }
    .main-logo img {
        margin-bottom: 10px;
    }
    .header-panel {
        padding: 0;
    }
    .main>.container-fluid {
        padding: 0;
       /* overflow: hidden; */
    }
    .cash,
    .data {
        width: 32%;
        float: left;
    }
    .accept {
        width: 36%;
        float: left;
    }
    .header-item {
        background-size: 16px 16px;
        font-size: 11px;
        height: 45px;
        line-height: 45px;
    }
    .header-item span {
        padding-left: 12px;
    }
    .pay-master img {
        width: 42px;
        height: 34px;
        margin-left: 0;
    }
    .description h4:after {
        width: 17px;
        height: 15px;
        top: 2px;
    }
    .description h4 {
        margin-top: 30px;
        font-size: 14px;
    }
    .description p {
        font-size: 12px;
    }
    .table-body {
        padding: 30px 10px;
    }
    .order-cost li>span:first-child {
        width: 140px;
        display: inline-block;
    }
    .pay-usd {
        font-size: 18px;
    }
    .form input[type=text] {
        display: inline-block;
        width: 98%;
        height: 45px;
        border: 1px solid #dedfe0;
        border-radius: 5px;
    }
    .form label {
        width: 98%;
        margin-left: 5px;
    }
    .information-block{
        width: 98%;
        margin-left: 1px;
        padding: 0 4px;
    }
    .card-item {
        max-height: 65px;
        border-bottom: 1px dashed #e9e9ea;
        line-height: 65px;
    }
    .card-item:hover{
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
    }
    
    .card-item p {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        padding-left: 1px;
        padding-right: 1px;
    }
    .card-item p span {
        display: inline-block;
        line-height: 12px;
        font-size: 12px;
        vertical-align: middle;
    }
    .price-menu {
        display: inline-block;
        line-height: 67px;
        text-align: left;
        padding-left: 1px;
        padding-right: 0;
    }
    .price-menu span {
        display: inline-block;
        line-height: 12px;
        font-size: 12px;
    }
    .pst-item img {
        width: 55px;
    }
    .terminal img {
        width: 17px;
    }
    .price-menu {
        text-align: center;
        line-height: 65px;
        max-height: 65px;
    }
    /* .pst-item instead of .pumb, .privat24-parts, .in-credit */
    /*
    .pumb img,
    .privat24-parts img,
    .in-credit img {
        width: 26px;
    }*/
    .header-item span {
        padding-left: 20px;
        line-height: 12px;
    }
    .cash span {
        background-size: 16px 14px;
    }
    .data span {
        background-size: 17px 11px;
    }
    .accept span {
        background-size: 13px 13px;
    }
    .footer {
        background: transparent;
    }
    .use-this .pick-item strong {
        line-height: 15px;
        font-size: 10px;
    }
}

@media screen and (min-width:480px) and (max-width:487px) {
    .card-blocks{
        width: calc(98% - 9px);
    }
}
@media screen and (min-width:480px) and (max-width:767px) {
    .card-blocks {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    div.use-this.card-item {
        outline: 2px solid #b2d2e8;
        border: none;
    }
    .use-this .pick-item strong {
        line-height: 15px;
        font-size: 10px;
    }
    .like-br {
        display: block !Important;
        width: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }
    .adress {
        margin-top: 20px;
        text-align: center;
    }
    .footer p {
        margin: 10px 0;
    }
    ul.adress li {
        font-size: 14px;
        padding-left: 0;
    }
    .footer-logos {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .card-item p span {
        display: inline-block;
        line-height: 14px;
        font-size: 14px;
    }
    .table-body {
        padding: 30px 15px;
    }
    .right-column--header p {
        margin-top: -30px;
    }
    .order-cost li>span:first-child {
        width: 145px;
        display: inline-block;
    }
    .pay-usd {
        margin-left: 15%;
    }
    .pay-usd:before {
        content: '';
        width: 2px;
        border-left: 1px dashed #c4c4c5;
        height: 37px;
        display: inline-block;
        position: relative;
        left: -28px;
        top: 14px;
    }
    .pay-grn:before {
        content: '';
        height: 47px;
        display: inline-block;
        position: relative;
    }
    .main-logo {
        margin-top: 14px;
    }
    .header h1 {
        font-size: 22px;
        margin-top: 28px;
    }
    .header-item {
        background-size: 16px 16px;
        font-size: 12px;
        height: 55px;
        line-height: 55px;
    }
    .cash,
    .accept {
        width: 30%;
        float: left;
    }
    .data {
        width: 40%;
        float: left;
    }
    .groups {
        margin-top: 10px;
    }
    .pay-master img {
        /*width: 60px;
        height: 45px;*/
    }
    .form label {
        width: 100%;
        padding-left: 15px;
        padding-right: 25px;
        margin-top: 35px;
    }
    .form label span {
        display: inline-block;
        width: 140px;
    }
    .form input[type=text] {
        position: relative;
        top: -8px;
        width: calc(100% - 150px);
        height: 45px;
        border: 1px solid #dedfe0;
        border-radius: 5px;
        display: inline-block;
    }
    .form label:last-of-type {
        margin: 5px 0px 15px 5px;
    }
    .pick-item {
        position: absolute;
        top: 50%;
        margin-top: -7px;
        right: 0;
    }
    .card-blocks {
        margin: 20px 0 !important;
        padding: 2px 2px;
        margin-left: 5px !important;
    }
    .table-header {
        height: 55px;
        box-shadow: none;
    }
    .main-logo {
        height: 80px;
        line-height: 100px;
        margin-top: 0;
    }
    .footer {
        padding-top: 10px;
    }
}

@media screen and (min-width:0px) and (max-width:479px) {
    .footer {
        padding-top: 10px;
    }
    .table-header {
        height: 45px;
        box-shadow: none;
    }
    .main-logo {
        height: 40px;
        line-height: 60px;
        margin-top: 0;
    }
    .card-item>.row>div {
        margin-left: -12px;
    }
    .card-blocks {
        margin-top: 35px;
        margin-bottom: 10px;
        margin-left: calc(-1% - 3px);
        padding-right: calc(2% - -7px);
    }
    .card-blocks .row {
        margin: 0;
    }
    .card-blocks p span {
        word-wrap: break-word;
        margin-left: -9px;
    }
    button#next-step{
        margin-left: 1% !important;
        width: 96% !important;
    }
    .adress {
        text-align: left;
        margin-top: 20px;
    }
    .footer-logos {
        margin-top: 5px;
    }
    ul.adress li {
        font-size: 14px;
        padding-left: 0;
        display: block;
        margin: 3px 0;
    }
    .header>.container-fluid>.row>div {
        padding-left: 7px;
        padding-right: 7px;
    }
    li.header-item {
        padding-left: 5px;
    }
    ul li.header-item:first-child span {
        padding-left: 25px;
    }
    div.absolute-center h1 {
        margin-top: 10px;
    }
}

.testmode {
    background: #FF8D0E;
    padding-top: 8px;
    width: 100%;
    height: 40px;
    display: block;
    color: #fff;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    text-align: center;
    border-bottom: 1px solid rgba(131,77,0,1.00);
    text-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5);
}