* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

header {
    background: #12438B;
    width: 100%;
    position: fixed;
    z-index: 2;
}

nav a {
    color: #fff;
    text-decoration: underline;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Roboto';
}

nav a:hover {
    color: #609DF9;
    text-decoration: none;
}

h1 {
    font-size: 32px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
}

h2 {
    font-size: 26px;
    color: #000;
    font-weight: 500;
}

b {
    color: #454545;
}

p {
    line-height: 16px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}


/* FF 4-18 */

input:focus::-moz-placeholder {
    color: transparent;
}


/* FF 19+ */

input:focus:-ms-input-placeholder {
    color: transparent;
}


/* IE 10+ */

.wrapper {
    overflow: hidden;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

#header {
    height: 64px;
    -webkit-box-shadow: 0px 4px 12px rgba(48, 60, 77, 0.3);
    -ms-box-shadow: 0px 4px 12px rgba(48, 60, 77, 0.3);
    box-shadow: 0px 4px 12px rgba(48, 60, 77, 0.3);
}

.section-faq ul,
.section-faq ol,
.section-how ul,
.section-how ol {
    padding-left: 30px;
}

.bg {
    background: #F8FAFC;
}

.row-card {
    margin: 0;
}

.card-bl {
    padding-left: 65px;
    position: relative;
}


.card-icon {
    position: absolute;
    top: 5px;
    left: 0;
}

.card-txt-title {
    font-size: 18px;
    font-weight: 500;
    color: #454545;
    padding: 0;
    margin: 0 0 5px 0;
}

.card-txt {
    font-size: 14px;
    font-weight: 300;
    color: #454545;
    margin-bottom: 5px;
    padding-right: 30px;
}

.card-txt-link {
    font-size: 14px;
    font-weight: 300;
    color: #454545;
    text-decoration: underline;
}

.card-txt-link:hover {
    text-decoration: none;
    color: #609DF9;
}


.Check-card {
    padding-top: 50px !important;
}


.txt-logo {
    color: #12438B;
    font-weight: 900;
    font-style: italic;
}

.logo {
    width: 210px;
}

.menu-cross {
    display: none;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 15px;
    height: 15px;
    background-image: url(../img/close.svg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.hamburger {
    display: none;
    width: 20px;
    height: 15px;
    background-image: url(../img/menu_icon.svg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.section-header .home-title {
    margin-bottom: 30px !important;
}

.section-prepaid {
    padding-bottom: 10px;
    background: rgba(221, 230, 242, 0.2);
}

.section-header {
    padding-top: 115px;
    padding-bottom: 50px;
}


.ft_nav li a {
    color: #fff;
    text-decoration: underline;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Roboto';
}

.ft_nav li a:hover {
    color: #609DF9;
    text-decoration: none;
}


.card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 2px;
    position: relative;
    border: none;
}


.sale {
    background: url(../img/sale.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 41px;
}

.sale-table {
    border: 1px solid lightseagreen;
}


.card-main {
    padding: 20px;
    height: 110px;
    position: relative;
}

.value-card {
    position: absolute;
    top: 15px;
    left: 25px;
    text-align: center;
}

.value {
    color: #609DF9;
    font-weight: 900;
    font-size: 32px;
    text-transform: uppercase;
}

.currency {
    color: #609DF9;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
}

.choose-title {
    color: #454545;
}

.card-main .price-name {
    font-size: 12px;
    color: #ABB5C2;
    text-align: left;
}

.card-main .price-sum {
    font-size: 18px;
    color: #454545;
    text-align: right;
    font-weight: 900;
    line-height: 18px;
}


.card-main .quantity-name {
    font-size: 12px;
    color: #ABB5C2;
    text-align: left;
}

.card-main .value-sum {
    font-size: 18px;
    color: #454545;
    text-align: right;
    font-weight: 900;
    line-height: 18px;
}



.card-footer {
    padding: .563rem 1.25rem;
    margin-bottom: 0;
    background-color: #F6FAFF;
    background-image: url(../img/visa.svg);
    background-repeat: no-repeat;
    background-position: 20px 47%;
    border-radius: 0px 0px 2px 2px;
    border: none;
}

.card-footer .value-name {
    font-size: 12px;
    color: #ABB5C2;
    text-align: left;
}

.card-footer .value-sum {
    font-size: 16px;
    color: #ABB5C2;
    text-align: right;
    line-height: 16px;
    border: none;
}

.card-footer-act {
    padding: .563rem 1.25rem;
    background: #12438B;
    background-image: url(../img/visa_act.svg);
    background-repeat: no-repeat;
    background-position: 20px 47%;

    border-radius: 0px 0px 2px 2px;
    border: none;
}


.card-footer-act .value-name {
    font-size: 12px;
    color: #fff;
    text-align: left;
}

.card-footer-act .value-sum {
    font-size: 16px;
    color: #fff;
    text-align: right;
    line-height: 16px;
}

.scr {
    color: #609DF9;
    font-weight: 500;
    font-size: 18px;
}

.about-scr {
    font-size: 14px;
    color: #fff;
}

.about-title {
    font-weight: bold;
}

.description-block {
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    line-height: 16px;
}

.rd img {
    transform: translateY(-10%);
    margin: 0 10px;
}

.btn {
    width: 100%;
    padding: 15px;
    border: none;
    background: #609DF9;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.value-button {
    display: inline-block;
    border: 1px solid #F4F7FC;
    margin: 0px;
    width: 25px;
    height: 25px;
    text-align: center;
    /*vertical-align: middle;*/
    padding: 3px 0;
    background: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    color: #C4CCD7;
}

.value-button:hover {
    cursor: pointer;
}

form #decrease {
    margin-right: -5px;
    border-radius: 2px 0 0 2px;
    border-right: none;
}

form #increase {
    margin-left: -5px;
    border-radius: 0 2px 2px 0;
    border-left: none;
}

form #input-wrap {
    margin: 0px;
    padding: 0px;
}

input#number {
    text-align: center;
    border: none;
    border: 1px solid #F4F7FC;
    margin: 0px;
    margin-top: -1px;
    width: 25px;
    height: 25px;
    font-size: 14px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.card-title {
    width: 165px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 12px;
    color: #ABB5C2;
    padding-bottom: 8px;
    text-align: center;
}

.card-title-order {
    width: 181px;
}

.card-empty {
    width: 95px;
}

.card-empty-order {
    width: 120px;
}

.card-title-one {
    padding-left: 30px;
    text-align: left;
}

.card-right {
    text-align: right;
}

.card-title-trash-order {
    width: 88px;
}

.card-right .input-group {
    justify-content: center;
}

.input-group-center {
    display: inline-block;
}

.card-total {
    padding-right: 45px;
}
















/*.check-order .card-check-quantity .input-group {
    display: none;
}*/

.card-center,
.card-check-quantity-center {
    text-align: center;
}

.menu-item-active {
    color: #609DF9;
    text-decoration: none;
}
















/* Section FAQ*/

.faq-item {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #454545;
}

.faq-bg-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 26px;
    text-align: center;
    color: #454545;
}

.faq-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
    padding: 0;
    color: inherit;
}

.faq-txt {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
    margin-bottom: 0;
    color: inherit;
}



























/* Section How*/

.section-how,
.section-faq {
    padding-top: 115px;
}

.section-how li {
    font-size: 14px;
    font-weight: 300;
}

.section-how b {
    font-weight: 500;
}

.section-how img {
    border: 1px solid lightseagreen;
    max-width: 100%;
}


























/*.how-title {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #454545;
    margin-bottom: 30px;
}*/

.how-bg-title,
.faq-bg-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 26px;
    text-align: center;
    color: #454545;
}

.faq-bg-title {
    margin-bottom: 30px;
}

.how-item-descr {
    position: relative;
    padding-left: 55px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
    color: #454545;
    max-width: 538px;
    min-height: 67px;
}

.hid-1:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 15px;
    width: 20px;
    height: 20px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/num1.png);
}

.hid-2:before {
    content: '';
    background-image: url(../img/num2.png);
    position: absolute;
    top: 5px;
    left: 15px;
    width: 20px;
    height: 20px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.hid-3:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 15px;
    width: 20px;
    height: 20px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/num3.png);
}

.hid-4:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 15px;
    width: 20px;
    height: 20px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/num4.png);
}



.section-how .how-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    padding: 0;
    color: #454545;
}

.how-txt {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
    margin-bottom: 20px;
    color: #454545;
}

.how-txt a {
    text-decoration: underline;
}

.how-txt b {
    font-weight: bold;
}

.how-txt:last-child {
    margin-bottom: 0;
}

.rounded-blue li {
    color: #609DF9;
}


.rounded-blue li span {
    color: #000;
}




.rounded {
    counter-reset: li;
    list-style: none;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.rounded li {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    /* margin: .5em 0; */
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: .3s ease-out;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto';
}

.rounded li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1em;
    top: 50%;
    margin-top: -1em;
    background: #E43838;
    color: #fff;
    height: 2em;
    width: 2em;
    line-height: 2.1em;
    /* border: 0.1em solid white; */
    text-align: center;
    /* font-weight: bold; */
    border-radius: 2em;
    transition: all .3s ease-out;
    font-size: 12px;
}



























/*common styles for inputs*/

input {
    outline: none;
}

input[type='text'],
input[type='email'],
input[type='submit'],
.g-input {
    height: 50px;
    padding: 0 15px;
}

.secret-input {
    border: none;
    margin: 0;
    padding: 0 !important;
    height: initial !important;
    width: 30px;
}

.related-form {
    font-size: 13pt;
}

.related-form input[type='text'],
.related-form input[type='email'] {
    width: 55%;
    color: #282828;
    border: 1px solid transparent;
    height: 40px;
    margin-left: 5px;
}

.related-form input[type='submit'] {
    border-radius: 0 5px 5px 0;
    width: 35%;
    position: relative;
    left: -7px;
    top: -2px;
    font-size: 14px;
    color: #fff;
    background: #609DF9;
    border: none;
    height: 40px;
    text-transform: uppercase;
    cursor: pointer;
}

.related-form input[type='submit']:hover {
    background: #286ACD;
}

.subscribe .related-form input[type='submit'] {
    background: #f5cc43;
}

.inner-container {
    /*    border: 1px solid #e4e4e4;
    border-radius: 5px;
    background: #ffffff;*/
    padding: 30px 50px;
    /*    margin-bottom: 30px;
    margin-top: 30px;*/
}

.message-container {
    border: 1px solid #f5cc43;
    border-radius: 5px;
    background: #fefaec;
    padding: 30px 55px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.title-message {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
    color: rgb(65, 64, 66);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    padding: 10px 0px 0px 0px;
}

.body-message {
    line-height: 1.2;
    text-align: left;
}

.icon-message {
    background-image: url("../images/message.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 55px;
}

.container-nav+.inner-container,
.inner-container+.inner-container {
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#order-form {
    padding-top: 50px;
}

.order-form .col-lg-4 {
    padding: 0;
}

.pay-button {
    text-transform: uppercase;
    width: 270px;
}

.btn {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    /*border-radius: 5px;*/
    text-transform: uppercase;
    color: #fff;
}

.btn:hover {
    background: #286ACD;
}

.color-btn {
    background: #609DF9;
    padding: 10px 30px;
    color: #fff;
    width: 349px;
}

#footer {
    background: #0D1B31;
    margin-bottom: 0;
}

.footer {
    background: #333238;
}

.footer .copyright {
    color: rgba(254, 254, 254, 0.25);
}

.footer .links {
    margin-left: 24px;
}

.footer .links,
.footer .links a {
    color: rgba(255, 255, 255, 0.59);
}

.container-nav {
    width: 90%;
}

.prepaid-title {
    padding-bottom: 0 !important;
    margin-bottom: 30px;
    color: #454545;
}


.border-bottom-faq {
    border-bottom: 1px solid rgba(171, 181, 194, 0.2);
    ;
}
























/*desktop card-picker*/

.cards-wrap {
    text-align: justify;
}

@media (max-width: 990px) {
    .cards-wrap {
        text-align: center;
    }
}

.card {
    padding: 0 0px;
    margin: 0 0 40px 0;
    /*display: inline-block;*/
    text-align: center;
    background: transparent;
}

.card-mobile {
    display: block;
    padding: 0;
    width: 100%;
}

.card table {
    margin: 0;
    /*border-collapse: separate;*/
    position: relative;
    overflow: hidden;
    text-align: center;
}

.table-flex {
    width: 255px;
    height: 147px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 12px rgba(48, 60, 77, 0.15);
    -ms-box-shadow: 0px 4px 12px rgba(48, 60, 77, 0.15);
    box-shadow: 0px 4px 12px rgba(48, 60, 77, 0.15);
    border-radius: 2px;
    transition: all 0.3s;
    bottom: 0;
}

.table-flex:hover {
    -webkit-box-shadow: 0px 8px 30px rgba(48, 60, 77, 0.25);
    -ms-box-shadow: 0px 8px 30px rgba(48, 60, 77, 0.25);
    box-shadow: 0px 8px 30px rgba(48, 60, 77, 0.25);
    bottom: 5px;
    transition: all 0.3s;
}


.table-flex-active {
    background: linear-gradient(180deg, #E1F1FC 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
    transition: all 0.3s;
}

.card-buttom-line-active {
    background: linear-gradient(0deg, #12438B, #12438B), #609DF9;
    transition: all 0.3s;
}

.input-number-active {
    font-weight: bold;
}

.input-number-quantity-order {
    border: none !important;
}

.card-buttom-line-active .td-flex .label,
.card-buttom-line-active .td-flex .value-sum {
    position: relative;
    color: #fff;
}

.td-flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    height: 55px;
    padding-right: 20px;
}

.td-visa {
    background-image: url(../img/visa.svg);
    background-repeat: no-repeat;
    background-position: 20px 47%;
}

.cl-cad {
    color: #E8A24D;
}

.hidden {
    display: none;
}

.card table tr {
    /*height: 34px;*/
    vertical-align: middle;
    min-width: 250px;
}

.card table tr:first-child {
    /*height: 34px;*/
}

.card table td {
    border: 0;
    text-align: left;
}

.card-buttom-line {
    background-color: #F6FAFF;
}

.card table tr:first-child td:first-child {
    border-top-left-radius: 5px;
}

.card table tr:first-child td:last-child {
    border-top-right-radius: 5px;
}

.card table tr:last-child td:first-child {
    height: 37px;
}

.card table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
    height: 37px;
}

table .js-heading-label {
    text-align: center;
    /*font-family: 'Roboto';*/
    font-weight: 900;
    font-size: 32px;
    color: #609DF9;
    /*background: linear-gradient(to bottom, #fafafa, #dfdfdf);*/
    /*padding-top: 4px !important;*/
    padding: 0px 30px 15px 25px;
    width: 100px;
    line-height: 25px;
}

.card table .action-icon {
    position: absolute;
    left: 0;
    top: 0;
}

#scrollTab {
    width: 100%;
}

#scrollTab td,
#scrollTab th {
    padding: 8px;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #fafafa, #dfdfdf);
    border-bottom: 1px solid #fafafa;
}

#scrollTab .strikethrough {
    text-decoration: line-through;
}

#scrollTab a {
    color: #333;
}

#scrollTab a:hover {
    cursor: default;
    text-decoration: none;
}

#scrollTab .description,
#scrollTab .transdate,
#scrollTab .postdate,
#scrollTab .reference,
#scrollTab .amount {
    text-align: center;
}

#sortby_description,
#sortby_amount {
    position: relative;
    top: -5px;
}

li#card_balance ul {
    min-width: 80px;
    width: 85%;
    border-top: 3px solid #f5cc43;
}

li#card_balance ul li a {
    color: #dededf;
    position: relative;
    left: 25%;
    padding: 5px 10px 5px 10px;
    font-family: 'Roboto';
    font-weight: 400;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: transparent;
}

.nav li a:focus,
.nav li a:active,
.nav li a:hover,
#card_balance ul li a:focus,
#card_balance ul li a:active,
#card_balance ul li a:hover {
    color: #f5cc43;
}

li#card_balance a:first-child:focus {
    background: none !important;
}

li#card_balance ul.dropdown-menu li a:focus {
    outline: none;
}

.dropdown-menu {
    background-color: rgb(36, 35, 39);
    opacity: 0.902
}

.card table .label {
    /*display: inline-block;*/
    padding: 0;
    /*width: 130px;*/
    padding-top: 3px;
    font-size: 12px;
    color: #ABB5C2;
    text-align: left;
}

.card table .value {
    /*display: inline-block;*/
    /*font-size: 14px;*/
    vertical-align: middle;
    padding-top: 2px;
    /*padding-bottom: 2px;*/
    font-size: 18px;
    color: #454545;
    text-align: right;
    font-weight: 600;
    line-height: 18px;
    padding-top: 20px;
}

.input-group-wrapp {
    line-height: 18px;
}

.card table .value-sum {
    font-size: 16px;
    color: #ABB5C2;
    text-align: right;
    line-height: 16px;
    border: none;
    font-weight: 400;
    padding: 0;
}

.cad {
    margin-left: 5px;
}

.button-wrap {
    margin-bottom: 20px;
}

.card table .old-price {
    /*text-decoration: line-through;*/
    color: #454545;
    font-size: 12px;
    padding-right: 5px;
    font-weight: 300;
}

.js-quantity .value {
    padding-top: 2px;
}

.input-group input.input-number {
    width: 25px;
    height: 25px;
    font-weight: 500;
    border: 1px solid #D7DFEA;
    text-align: center;
    font-size: 14px;
    padding: 0;
    line-height: 25px;
    background: #ffffff;
    margin-right: -1px;
    color: #454545 !important;
    opacity: 1 !important;
    box-shadow: none;
}

.input-group-btn .btn-number {
    display: inline-block;
    text-align: center;
    width: 25px;
    height: 25px;
    border: 1px solid #D7DFEA;

    cursor: pointer;
    vertical-align: middle;
    font-size: 14px;
    background: #ffffff;
    padding: 0;
    cursor: pointer;
    position: relative;
    color: #C4CCD7;
}

.btn-number[data-type='minus'] {
    border-radius: 3px 0 0 3px;
    cursor: pointer;
    margin-right: -1px;
}

.btn-number[data-type='plus'] {
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.input-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}




























/* BEGIN payment method block*/

input[type=radio] {
    display: none;
}

input[type=radio]+label>img {
    cursor: pointer;
    margin-top: -5px;
}

.form-payment-wrapp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.form-payment-method {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.form-payment-method img {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0 !important;
    padding: 0;
    /*transform: translateY(-20%);*/
}

.form-payment-method:not(:first-child) {
    padding-left: 50px;
}

.form-small-text {
    font-size: 10px;
    display: inline-block;
    line-height: 15px;
    margin-top: 10px;
    text-align: right;
}



























/* END payment method block*/


/* BEGIN discount code block*/

.form-discount {
    padding: 0;
}

.form-discount-txt {
    font-size: 14px;
    line-height: 14px;
}

.form-discount-txt p {
    margin-bottom: 0;
}

.block-dec {
    background: #F4F7FC;
    padding: 30px 30px 10px 30px;
}

#discount-code {
    margin-right: 0;
    margin-left: 0;
}

#discount-code input[type='text'] {
    /*border: 1px solid #e4e4e4;*/
}

#discount-code input[type='submit'] {
    position: relative;
}


























/* END discount code block*/


/* BEGIN cart block*/

.js-check.check {
    display: none;
}

.cart {
    width: 100%;
    font-size: 18px;
    margin: 0 auto;
}

.cart .line {
    padding-top: 21px;
    padding-bottom: 17px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #F4F7FC;
    box-sizing: border-box;
}

.cart .line:nth-last-child(3) {
    border-top: none;
    border-bottom: 3px solid #609DF9;
}

.check .cart .result-order {
    border-bottom: none;
    border-top: 3px solid #609DF9;
}

.table-top{
    width: 99.9%;
    margin-right: 1px;
}

.line+.result {
    line-height: 70px;
    font-size: 14px;
    font-family: 'Roboto';
    /*font-weight: 700;*/
    color: #454545;
    text-align: center;
}

.result-order {
    border-bottom: 3px solid #609DF9;
}

.check-card-name {
    width: auto;
    font-size: 18px;
    font-weight: normal;
    padding-left: 30px;
    font-family: 'Roboto';
    color: #454545;
}

.check-card-name-two {
    width: auto;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto';
    color: #454545;
}


.additional-line-name,
.payment-order,
.total,
.discount-line-name {
    text-align: left;
    color: #454545;
    font-size: 14px;
}

.additional-line-name,
.total,
.payment,
.discount-line-name {
    width: 130px;
}

.payment-metod {
    text-align: right;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    font-size: 20px;
    text-align: right;
    text-transform: uppercase;
    color: #454545;
}

.check-card-price-quantity {
    width: auto;
    font-size: 18px;
    text-align: center;
}

.card-check-subtotal-summary {
    font-size: 18px;
    font-weight: 900;
    padding-right: 45px;
}

.card-check-subtotal-summary-pos {
    min-width: 100px;
}

.card-check-subtotal-summary-order,
.js-total-sum-order,
.payment-metod {
    width: 150px;
    text-align: right;
    padding-right: 45px;
}


.card-check-trash {
    width: 10px;
    padding-right: 26px;
    text-align: center;
}

.free-space {
    padding-right: 40px;
}

.card-quantity-order {
    padding: 0;
}

.card-check-trash i {
    cursor: pointer;
    color: #909090;
    transition: color 0.3s ease;
}

.card-check-trash i:hover {
    color: #000000;
}


.card-titles-wrapp {
    width: 100%;
}

.card-title-last {
    text-align: right;
    padding-right: 92px;
}

























/* END cart block*/

.show-on-mobile,
.show-inline-on-mobile {
    display: none;
}

.inner-form__fieldset {
    margin: 14px 0;
}

strong,
.strong {
    font-family: 'Roboto';
    font-weight: 700;
    font-weight: bold;
}

.g-input_regular {
    height: 50px;
    border: none;
    padding: 0 15px;
    border-radius: 5px;
    width: 380px;
    color: #282828;
    border: 1px solid #e9e9e9;
}

.inner-form__input_small {
    width: 190px;
}

.inner-form__label {
    font-size: 18px;
    line-height: 50px;
}

.inner-form__small-text_upped {
    display: block;
    margin-top: -20px;
    float: left;
}

.data-table {
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    font-size: 10px;
}

.curved-table tr:first-child td:last-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.data-table__row {
    border: 1px solid #e9e9e9;
}

.data-table__date {
    background: #efefef;
}

.data-table__heading-label {
    text-transform: uppercase;
    background: linear-gradient(to bottom, #fafafa, #dfdfdf);
}

.balance-info {
    font-size: 18px;
    background: #f5f5f5;
    padding: 18px 22px;
}

.margin-32 {
    margin: 32px 0;
}

.nav-tabs {
    border-bottom: none;
    margin-top: 30px;
}

.nav-tabs>li:first-child {
    margin-left: -30px;
}

.site ul,
.site ol {
    padding-left: 0;
}

.container-nav {
    padding-left: 0;
    padding-right: 0;
}

.register-star {
    font-size: 18px;
    font-weight: bold;
}

.curved-table {
    list-style-type: none !important;
}

.list-heading {
    text-transform: uppercase;
    background: linear-gradient(to bottom, #fafafa, #dfdfdf);
    border-bottom: 1px solid #fafafa
}

.list-line {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

.transaction-date {
    background: #efefef;
}

.transaction-date span {
    font-weight: bold
}

.table {
    border-radius: 0 !important;
}

.list-heading span,
.list-item span {
    display: inline-block;
    width: 10%;
}

.list-heading span:nth-child(3),
.list-item span:nth-child(3) {
    width: 48%;
}

.transaction-description-runningbalance span:nth-child(1),
.transaction-description-runningbalance span:nth-child(2) {
    width: auto;
}

.first-address {
    padding-bottom: 14px;
}

.zip-plus-4 {
    margin-top: -6px;
}

.zip-dash {
    margin-left: 8px;
}

.inner-form__input_x-small {
    width: 100px;
}

.phone-dash {
    margin-left: 14px;
}

.phone-offset {
    margin-top: -4px;
}

.dashed-zip::before {
    content: "-";
    display: inline-block;
    width: 10px;
    height: 10px;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 11px;
    left: -15px;
}

.dashed-phone::before {
    content: "-";
    display: inline-block;
    width: 10px;
    height: 10px;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 11px;
    left: -24px;
}

#registercardvalidform-homeareacode-error {
    width: 190px;
    max-width: none;
}

#registercardvalidform-homenum1-error,
#registercardvalidform-homenum2-error {
    display: none !important;
}

#registercardvalidform-city-error {
    display: block;
}

#registercardvalidform-address2-error {
    display: block;
}

#registercardvalidform-country-error {
    display: block;
}

.info-cancelled-order {
    font-size: 10px;
    float: right;
    margin-top: 30px;
}

.error {
    color: #a94442;
    font-weight: normal;
}

.to-uppercase {
    text-transform: uppercase;
}

.go-to-top {
    display: none;
}

.first-name {
    margin-bottom: 0;
}

.last-name {
    margin-top: 0;
}

#registercardvalidform-address2 {
    margin-bottom: 14px;
}

.additional-nav-wrapper {
    padding-top: 30px;
}

.additional-nav {
    background-color: #c3c1c5;
    font-size: 16px;
    font-weight: bold;
    color: #515156;
}

.balance {
    padding: 23px 188px;
    margin-right: 0.8421052631578947%;
}

.register {
    padding: 23px 175px;
}

.active-additional {
    background-color: #f5cc43;
}


#form-footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
}



























/*_________________________MEDIA QUERIES________________________________*/

@media (max-width: 768px) {
    .card-mobile table .label {
        width: 160px;
    }

    .icon-message {
        margin-right: -25px;
    }
}

@media (max-width: 640px) {
    header {
        position: fixed;
        z-index: 8;
        width: 100%;
    }

    .site-about,
    .site-faq,
    .site-contact-us,
    .site-how-to-pay,
    .site-error {
        padding-top: 100px;
    }

    .site-index {
        margin-top: 0;
    }

    div#mob__left_open {
        display: block;
    }

    .hide-on-mobile {
        display: none;
    }

    .show-on-mobile {
        display: block;
    }

    .show-inline-on-mobile {
        display: inline-block;
    }

    img[src='images/bitcoin-logo-small.svg'] {
        width: 80px;
    }

    .navbar li a {
        font-size: 10px;
        float: right;
    }

    .page-cover {
        background-position: 20% 60%;
        padding-top: 150px;
    }

    .page-cover h1 {
        font-family: 'Roboto';
        font-weight: 400;
    }

    .page-cover .lead {
        font-size: 18px;
        font-family: 'Roboto';
        font-weight: 400;
    }

    html,
    body {
        font-size: 12px;
    }

    .heading {
        font-family: 'Roboto';
        font-weight: 900;
        font-size: 20px;
        text-align: left;
    }

    .menu-item {
        margin-right: 30px;
    }

    .menu-item:last-child {
        margin-left: 0;
    }

    .subheading {
        font-size: 16px;
        text-align: left;
    }

    .color-btn {
        width: 100%;
    }

    input[type=radio]+label {
        line-height: 40px;
    }

    .related-form input[type='submit'] {
        margin-top: 7px;
    }

    .center-block {
        display: table;
    }

    .card table tr:not(:nth-child(3)) .value {
        padding-top: 5px;
    }

    .card table tr .value {
        float: right;
    }

    .input-group input {
        left: 1px;
        font-size: 15px;
    }

    .js-price-current {
        float: right;
    }

    .card table .old-price {
        margin-right: 8px;
    }

    .block {
        padding: 30px 0;
    }

    .block-no-top-padding {
        padding: 0 0 30px 0;
    }

    .block-no-bottom-padding {
        padding: 30px 0 0 0;
    }

    .subscribe .subheading {
        margin: 0 0 14px 0;
        text-align: center;
    }


    .denomination {
        height: 34px;
        width: 108px;
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 34px;
        text-align: center;
        border: 1px solid #bbbbbb;
        border-radius: 5px;
        cursor: pointer;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .denomination.active-card {
        background: #f5cc43;
    }

    .active-card::after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 100px 100px 0 100px;
        border-color: #000 transparent transparent transparent;
        position: absolute;
        z-index: 100;
        display: block;
    }

    .action-icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .inner-container {
        border: none;
        padding: 0 14px;
        margin: 0;
    }

    .form-small-text {
        text-align: left;
        font-size: 12px;
        margin: 0;
    }

    .wrap {
        overflow: hidden;
    }

    .collapse {
        float: right;
    }

    .navbar {
        height: 75px;
    }

    .navbar-brand>img {
        height: 40px;
        margin: 0 auto;
        display: block;
    }

    .navbar-brand {
        padding: 0;
        width: fit-content;
        display: block;
        margin: 16.5px auto;
        height: 40px;
        float: none;
    }

    .navbar-nav {
        margin-left: -35px;
    }

    .navbar-nav li:nth-child(4) {
        position: absolute;
        top: 0px;
        right: -26px;
    }

    .navbar-nav li:nth-child(5) {
        text-transform: uppercase;
        position: absolute;
        top: -46px;
        right: -29px;
    }

    .navbar-nav li:nth-child(4) a,
    .navbar-nav li:nth-child(5) a {
        padding-right: 0;
    }

    .navbar-nav li:nth-child(6) {
        text-transform: uppercase;
        position: absolute;
        top: -46px;
        right: 42px;
    }

    .navbar-nav li:nth-child(1) {
        position: absolute;
        top: 0;
        right: 238px;
    }

    .navbar-nav li:nth-child(1) a {
        border-bottom: 0;
    }

    .navbar-nav li:nth-child(2) {
        position: absolute;
        top: 0;
        right: 172px;
    }

    .navbar-nav li:nth-child(3) {
        position: absolute;
        top: 0;
        right: 88px;
    }

    .navbar li a {
        padding: 16px 14px;
    }

    .btn {
        line-height: 0.928571;
    }

    .form-payment-method:not(:first-child) {
        padding-left: 31px;
    }

    input[type=radio]+label:before {
        line-height: 100%;
    }

    input[type=radio]:checked+label:before {
        font-size: 17px;
    }

    .footer {
        min-height: 151px;
        padding-top: 115px;
    }

    .container-nav {
        width: auto;
    }

    .footer .pull-left {
        display: none;
    }

    .footer .links {
        position: absolute;
        display: block;
        top: -20px;
        width: 100%;
        margin: 0;
    }

    .center-block {
        position: relative;
    }

    .go-to-top {
        position: absolute;
        top: -86px;
        left: 50%;
        margin-left: -18.5px;
        display: block;
        width: 37px;
        height: 37px;
        background-image: url(../images/back-to-top.svg);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .site ol,
    .site ul {
        padding-left: 14px;
    }

    #registercardvalidform-email {
        height: 50px;
        border: none;
        padding: 0 15px;
        border-radius: 5px;
        width: 380px;
        color: #282828;
        border: 1px solid #e9e9e9;
    }

    .additional-nav {
        width: 100%;
        background-color: #c3c1c5;
        line-height: 0.228571;
    }

    .active-additional {
        background-color: #f5cc43;
    }

    .message-container {
        margin: 10px;
    }

    .icon-message {
        display: none;
    }

    /*************************************************FORM MEDIA*****************************************************************************/
    .nav-tabs>li:first-child {
        margin-left: 0;
    }


    .g-input_regular {
        width: 290px;
        height: 35px;
        -webkit-appearance: none;
    }

    .site ul.nav-tabs {
        padding: 0;
    }

    .nav-tabs>li>a {
        border: 1px solid rgb(221, 221, 221);
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 1px;
    }

    .card-statement {
        border-bottom: none !important;
    }

    .card-registration {
        border-bottom: none !important;
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border: 1px solid rgba(230, 230, 230, 1);
        ;
    }

    .nav-tabs.nav-justified>li>a:first-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .nav-tabs.nav-justified:first-child>.active>a,
    .nav-tabs.nav-justified:first-child>.active>a:hover,
    .nav-tabs.nav-justified:first-child>.active>a:focus {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .nav-tabs.nav-justified>li>a:last-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .nav-tabs.nav-justified:last-child>.active>a,
    .nav-tabs.nav-justified:last-child>.active>a:hover,
    .nav-tabs.nav-justified:last-child>.active>a:focus {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .submit-button {
        width: 100%;
        margin-bottom: 30px;
    }

    .nav-tabs>li>a.card-statement {
        padding: 10px 13px;
    }

    .nav-tabs.nav-justified>li>a.card-register {
        margin-bottom: 10px;
    }

    #registercardvalidform-zip,
    #registercardvalidform-zipplus4 {
        width: 144px;
    }

    .field-registercardvalidform-zip,
    .field-registercardvalidform-zipplus4 {
        display: inline-block;
        width: 49%;
    }

    .dashed-zip::before {
        display: none;
    }

    .field-registercardvalidform-homeareacode,
    .field-registercardvalidform-homenum1,
    .field-registercardvalidform-homenum2 {
        display: inline-block;
    }

    .field-registercardvalidform-homenum1 {
        margin-left: -18px;
        width: 31%;
    }

    .field-registercardvalidform-homenum2 {
        margin-left: 4px;
    }

    #registercardvalidform-homeareacode {
        width: 84%;
    }

    #registercardvalidform-homenum1 {
        width: 105%
    }

    #registercardvalidform-homenum2 {
        width: 131%;
    }

    .dashed-phone::before {
        display: none;
    }

    .field-registercardvalidform-busareacode,
    .field-registercardvalidform-busnum1,
    .field-registercardvalidform-busnum2 {
        display: inline-block;
    }

    .field-registercardvalidform-busnum1 {
        margin-left: -28px;
        width: 31%;
    }

    .field-registercardvalidform-busnum2 {
        margin-left: 4px;
    }

    #registercardvalidform-busareacode {
        width: 77%
    }

    #registercardvalidform-busnum1 {
        width: 105%;
    }

    #registercardvalidform-busnum2 {
        width: 131%;
    }

    .phone-dash {
        display: none;
    }

    #emailsubscriptions-email {
        width: 100% !important;
    }

    /* ****************************************HOW TO PAY****************************************************** */
    .site-how-to-pay h3 {
        text-transform: uppercase;
        font-family: 'Roboto';
        font-weight: 600;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        line-height: 20px;
        font-size: 16px;
        text-align: left;
    }

    .navbar-toggle,
    ul.navbar-nav {
        display: none;
    }

    .site-about input[type="text"],
    .site-about input[type="email"],
    .site-about input[type="password"],
    #registercardvalidform-email,
    .g-input_regular {
        width: 100%;
        height: 35px;
        font-size: 130%;
        color: #4a4a4a;
    }

    .inner-form__label {
        font-size: 18px;
        line-height: normal;
    }

    .inner-form__fieldset {
        margin: 0;
    }

    .form-group {
        margin-bottom: 0;
    }

    .card {
        margin: 15px 0 30px 0;
    }

    .field-balancevalidform-captcharesponse>img,
    .field-registercardvalidform-captcha>img {
        margin: 5px 0 5px 0;
    }

    .navbar {
        margin-bottom: 0;
    }
}




























/***************************************** mob menu start *****************************************/

#mob__left_open {
    display: none;
    width: 28px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 28px;
    cursor: pointer;
    z-index: 29;
    transition: opacity 250ms ease-in-out;
}

#mob__left_open span {
    width: 100%;
    margin-bottom: 5px;
    height: 3px;
    display: block;
    background-color: #fff;
    border-radius: 3px;
}

#mob__left_open span:last-child {
    margin-bottom: 0;
}

#mob__box {
    width: 250px;
    height: 100%;
    overflow: hidden;
    position: fixed;
    background: transparent;
    display: block;
}

#mob__left_menu {
    overflow-y: auto;
    position: fixed;
    width: 250px;
    height: 100%;
    left: -250px;
    background-color: rgba(35, 35, 35, 0.95);
    z-index: 30;
    transition: left 500ms ease-in-out;
}

#mob__left_menu .text-uppercase {
    text-transform: uppercase !important;
}

#mob__left_close {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    width: 100%;
    text-align: right;
    padding: 5px 25px 25px 0;
    cursor: pointer;
}

#mob__left_close:hover {
    color: #f5cc43;
}

#mob__left_menu>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a.mob__nav_link {
    width: 100%;
    padding: 10px 20px 10px 40px !important;
    font-size: 18px;
    color: white;
}

a.mob__nav_link:hover {
    background-color: #3f3e44;
}

#mob__left_menu footer {
    padding: 25px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.mob__nav_facebook {
    position: relative;
    color: #7d7e84;
    font-size: 14px;
    padding-left: 40px;
}

.mob__nav_facebook:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/fb_icon.png);
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 5px -5px 0;
}

.mob__nav_facebook:hover {
    border-color: #f5cc43;
}

a.mob__nav_link,
.mob__nav_facebook {
    text-decoration: none;
    text-transform: capitalize;
}

a.mob__nav_link:hover {
    background-color: transparent !important;
}

a.mob__nav_link:hover,
.mob__nav_facebook:hover {
    text-decoration: none;
    color: #f5cc43;
}

.mob__nav_more_space {
    margin: 0 0 30px 0;
}



























/***************************************** radio buttons *****************************************/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    margin-top: 20px;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: 1px solid #C3D9F3;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #609DF9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}



























/***************************************** mob menu end *****************************************/

#registercardvalidform-checkbox {
    position: absolute;
    left: 34%;
}

.form-inp {
    width: 70%;
    background: #1A273A;
    border: none;
    border: 1px solid #454E59;
    border-radius: 2px;
    padding: 6px 15px;
    color: #eaeaea;
    font-size: 14px;
}

.btn-scr {
    width: 28%;
    background: #609DF9;
    border: 1px solid #609DF9;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 8px;
    cursor: pointer;
}

.btn-scr:hover {
    background: #286ACD;
}

footer input[type='text'],
footer input[type='email'],
footer input[type='submit'],
.g-input {
    height: 35px;
    padding: 8px;
}

.tool {
    width: 240px;
    height: auto;
    /*height: 150px;*/
    position: absolute;
    right: -167px;
    top: -214px;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    padding: 23px 18px 20px 20px;
    /*border-top: 4px solid #B32734;*/
    visibility: inherit;
    font-size: 14px;
    letter-spacing: 0.3px;
    background: #609DF9;
    color: #fff;
    box-sizing: content-box;
}

.tool a {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: underline;
}


.tooltip-link {
    position: relative;
    cursor: pointer;
}

.tooltip-link .arrow {
    position: absolute;
    top: 98%;
    right: 215px;
    height: 10px;
    overflow: hidden;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 9px solid transparent;
    border-top: 20px solid #609df9;
}

.tooltip-link .arrow:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    bottom: -1px;
    left: 50%;
    background: #B32734;
    -webkit-transform: rotate(-45deg) translateX(-50%);
    -ms-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
}

.tooltip-link .tooltip {
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.tooltip-link:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.info {
    margin-top: 24px;
    color: #454545;
}

.info p {
    display: inline-block;
}

.info img {
    position: relative;
    top: -2px;
    width: 20px;
    height: 20px;
}

.info-txt {
    color: #ABB5C2;
    font-size: 12px;
    padding-top: 30px;
    margin-bottom: 0;
}

.js-total-sum {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    font-size: 26px;
    text-transform: uppercase;
    text-align: right;
    color: #609DF9;
}

#sr-basket-widget,
#sr-location-widget {
    top: 40%;
    right: 0px;
    position: fixed;
    border: 0;
    padding: 15px 14px 17px 20px;
    z-index: 2;
    cursor: pointer;
    color: #fff;
    background: #609DF9;
    width: 135px;
    min-height: 87px;
}

.basket-title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 11px;
}

.basket-title img {
    top: -2px;
    position: relative;
    left: 10px;
}

.basket-price {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
}

.arrow-price {
    width: 14.07px;
    height: 8.49px;
    margin: 0 0 2px 10px;
}

.arrow-price-center {
    display: block;
    margin: 10px auto 0;
}

.arrow-price.arrow-price-visible {
    display: block;
}

.basket-link:hover {
    text-decoration: none;
    text-transform: none;
}

#sr-basket-widget:hover {
    background: #286ACD;
}

.header-menu {
    z-index: 3;
}


.header-menu .p-3 {
    padding: 0 !important;
    margin-right: 30px;
}

.header-menu .p-3:nth-child(7) {
    margin-right: 0;
}

.mr-md-3,
.mx-md-3 {
    margin-right: 0 !important;
}

.Check-cards {
    padding-top: 50px;
    margin-bottom: 0;
    padding-bottom: 30px;
    color: #454545;
}

.total {
    text-align: left;
}


.pay-button {
    font-weight: 500;
    margin-top: 50px;
}

.inputHidden {
    display: none;
}

.card-title-rel {
    padding-right: 22px;
}

.order-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 26px;
    text-align: center;
    color: #454545;
    padding-top: 115px;
    padding-bottom: 30px;
    background-color: #fff;
}

.order {
    background-color: #F8FAFC;
}

.timer-wrapp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 30px;
    margin: auto;
}

.timer-info {
    max-width: 338px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
    color: #454545;
    margin-bottom: 0;
}

.timeTo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    height: 24px;
}

.timeTo.timeTo-white div {
    width: 20px;
    height: 24px;
    background: linear-gradient(180deg, #F6FAFF 0%, rgba(246, 250, 255, 0) 0%, #F6FAFF 100%), #FFFFFF;
    border: 1px solid #E2E9F5;
    box-sizing: border-box;
}

.timeTo ul {
    top: 4px !important;
    left: 5px !important;
}

.timeTo ul li {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    color: #454545;
}

.timeTo span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    color: #000000;
    padding-left: 2px;
    padding-right: 2px;
}

.timer-info-two {
    max-width: 165px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 12px;
    color: #454545;
    margin-bottom: 0;
}

.timer-info-two span {
    font-weight: 500;
}

#check-card-form input.input-number {
    font-weight: 400;
}

#check-card-form input.input-number-order {
    border: none;
}

.check-card-form-two {
    display: block;
    padding-bottom: 50px;
}

.cart-two {
    margin-bottom: 50px;
}

.btn-order-wrapp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding-top: 50px;
}

.order-btn {
    margin: 0;
    width: 250px;
    height: 56px !important;
    line-height: 56px !important;
    border-radius: 2px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.order-btn:hover {
    color: #fff;
    text-decoration: none;
}

.order-btn-pay {
    margin-right: 30px;
}

.order-btn-cancel {
    background: #ABB5C2;
}

.pay-button-two {
    margin-top: 0;
}

.img-wrapp {
    position: relative;
}

.basket-label {
    position: absolute;
    top: -10px;
    left: 25px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #E43838;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 5px;
}

.mar-b-30 {
    margin-bottom: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.pop-up-wrapp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(13, 27, 49, .7);
    z-index: -1;
    opacity: 0;
    text-align: center;
    transition-duration: .3s;
}

.pop-up-wrapp.visible {
    z-index: 10;
    opacity: 1;
    transition-duration: .3s;
}

.pop-up {
    position: relative;
    display: block;
    padding: 40px;
    background: #FFFFFF;
    margin: 0 auto;
}

.pop-up-info {
    text-align: left;
}

.pop-up-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #609DF9;
    margin: 0 0 10px 0;
}

.pop-up-descr {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #454545;
}

#pop-up-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: left;
    -ms-align-items: center;
    align-items: center;
}

#pop-up-form .pop-up-form-inp {
    width: 300px;
    height: 40px;
    float: left;
    background: #FFFFFF;
    border: 1px solid #D0D4D8;
    box-sizing: border-box;
    border-radius: 2px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #454545;
}

#pop-up-form .pop-up-form-inp::placeholder {
    color: #ABB5C2;
}

#pop-up-form .pop-up-form-btn {
    height: 40px;
    background: #609DF9;
    border-radius: 0px 2px 2px 0px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: none;
}

.pop-up-cross {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(../img/cross.svg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.section-content {
    padding-top: 50px;
    padding-bottom: 35px;
}

.how-content-title {
    max-width: 999px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
    color: #454545;
    margin-bottom: 30px;
}

.how-item-descr {
    margin-bottom: 18px;
}

.how-item-one,
.how-item-two {
    margin-bottom: 48px;
}

.how-item-img {
    max-width: 540px;
}

.table-order-bottom {
    width: 100%;
    margin-top: -2px;
}

.free-place {
    width: 665px;
}

.js-total-sum-pos {
    padding-right: 40px;
}


.js-total-sum-order {
    padding-right: 75px;
}


.form-subheading {
    font-family: 'Roboto';
    font-weight: bold;
    text-transform: none;
    font-size: 14px;
    line-height: 40px;
}

#cart .card-check-quantity {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #454545;
    border-radius: 5px
}