@font-face {
    font-family: 'extrasquare';
    src: url('../font/extrasquare/BPGExtraSquareMtavruli.eot');
    src: url('../font/extrasquare/BPGExtraSquareMtavruli.eot?#iefix') format('embedded-opentype'),
    url('../font/extrasquare/BPGExtraSquareMtavruli.woff2') format('woff2'),
    url('../font/extrasquare/BPGExtraSquareMtavruli.woff') format('woff'),
    url('../font/extrasquare/BPGExtraSquareMtavruli.ttf') format('truetype'),
    url('../font/extrasquare/BPGExtraSquareMtavruli.svg#BPGExtraSquareMtavruli') format('svg');
    font-weight: normal;
    font-style: normal;
}

a, a:visited, a:hover, a:active {
    color: inherit;
}

@charset "utf-8";
* {
    margin: 0;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html, body {
    height: 100%;
    margin: 0;
}

.main-wrapper {
    min-height: calc(100vh - 170px);

    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
}

#footer {
    height: 50px;
}

body {
    position: relative;
    margin: 0;
    min-height: 100%;
    height: 100%;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}

#footer,
.push {
    height: 173px;
!important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

img {
    border: 0
}

a {
    text-decoration: none
}

ul {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

table {
    border-width: 1px;
    border-color: #dcdcdc;
}

td, tr {
    border-width: 1px;
    border-color: #dcdcdc;
}

.page-section {
    width: 100%;
    display: block;
    position: relative;
    padding: 20px 0 5px 0;
    float: left;
}

.container {
    margin: 0px 20px;
    padding: 20px 0px 10px 0px; /*	float:left*/
}

/*HEADER**********************************************/

#header {
    width: 100%;
    padding: 20px 0px 10px 0px;
    display: block;
    float: left
}

#header_left_cont {
    width: 50%;
    float: left;
}

#header_logo {
    margin-left: 20px;
    float: left
}

#header_logo img {
    height: 40px;
}

#header_slogan {
    height: 40px;
    display: table;
    vertical-align: middle;
    font-family: 'extrasquare';
    font-size: 14px;
    letter-spacing: 1px;
    color: #A7A7A7;
    margin-left: 30px;
    float: left
}

#header_slogan p {
    display: table-cell;
    vertical-align: middle;
}

#header_right_cont {
    width: 50%;
    float: right;
}

.header_divide {
    height: 30px;
    border-left: 1px solid #E5E5E5;
    background-color: #ECECEC;
    float: right;
}

#header_facebook_btn {
    margin-right: 20px;
    float: right;
}

#header_facebook_btn img {
    height: 30px;
}

/*Header Language Menu*/

#lang_menu_cont {
    float: right
}

.lang_sub-menu-parent {
    position: relative;
}

.lang_sub-menu-parent {
    font-family: 'extrasquare';
    font-size: 12px;
}

.lang_sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 8px;
    transform: translateY(-2em);
    z-index: 1000;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.lang_sub-menu-parent:hover .lang_sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

nav a {
    color: #949494;
    display: block;
    padding: 0 1em 0.5em 1em;
    text-decoration: none;
}

nav a:hover {
    color: #047dd8;
}

nav ul,
nav ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav > ul {
    background: #FFFFFF;
    text-align: center;
}

nav > ul > li {
    display: inline-block;
    border-left: solid 1px #aaa;
}

nav > ul > li:first-child {
    border-left: none;
}

.lang_sub-menu {
    left: -1px;
    background: #FFFFFF;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.lang_sub-menu-parent span {
    width: 45%;
    display: table-cell;

    font-family: 'extrasquare';
    font-size: 12px;
    padding-top: 8px;
    float: left;
}

.lang_sub-menu-parent img {
    width: 45%;
    margin-right: 5px;
    float: left
}

.lang_sub_menu_cont {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;

    float: left

}

.lang_sub_menu_cont img {
    width: 45%;
    margin-right: 5px;
    float: left
}

.lang_sub_menu_cont span {
    width: 45%;
    display: table-cell;
    float: left
}

/*Header Authorisation Registration*/

.header_menu_link {
    height: 30px;
    display: table;
    vertical-align: middle;
    font-family: 'extrasquare';
    margin-left: 10px;
    float: right
}

.header_menu_link p {
    display: table-cell;
    vertical-align: middle;
}

.header_menu_link a {
    color: #047dd8;
    text-decoration: none
}

.header_menu_link a:hover {
    color: #00c2ff;
}

/*HEADER USER NAVIGATION MENU*************************/

.user_nav {
    width: 100%;
    text-align: center;
    background-color: #0079d4;
    float: left
}

.user_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.user_nav a:link, .user_nav a:visited {
    font-family: 'extrasquare';
    color: #FFFFFF;
    display: inline-block;
    padding: 1em;
}

.user_nav ul li {
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.user_nav_active ul li {
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 1em;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.user_nav ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0066b3;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.user_nav ul li:hover, .user_nav ul li:focus, .user_nav ul li:active {
    /*background-color:#FF0004;*/
    color: white;
}

.user_nav ul li:hover:before, .user_nav ul li:focus:before, .user_nav ul li:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.button_active {
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #F08600;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
}

/*HEADER SUB LINE*************************************/

#header_sub_line {
    width: 100%;
    background-color: #0066b3;
    padding: 5px 0px 5px 0px;
    display: block;
    float: left
}

#header_sub_line_right_cont {
    width: 50%;
    float: right;
}

#header_sub_line_left_cont {
    width: 50%;
    float: left;
}

/*Search*/

#header_search_txt {
    height: 40px;
    display: table;
    vertical-align: middle;
    font-family: 'extrasquare';
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 20px;
    float: left
}

#header_search_txt p {
    display: table-cell;
    vertical-align: middle;
}

#header_search_txt input {
    width: 205px;
    margin-top: 10px;
    float: left
}

#header_search_btn {
    height: 40px;
    display: table;
    vertical-align: middle;
    font-family: 'extrasquare';
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 10px;
    float: left
}

#header_search_btn p {
    display: table-cell;
    vertical-align: middle;
}

#header_search_btn a {
    color: #ffffff;
    text-decoration: none
}

#header_search_btn a:hover {
    color: #00c2ff;
}

ul.ui-autocomplete.ui-menu {
    width: 205px;
    color: #A7A7A7;
    font-family: extrasquare;
    font-size: 13.3333px;
}

#header_search_divide {
    height: 20px;
    width: 1px;
    background-color: #0079d4;
    margin-left: 25px;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
}

.searchInput {
    float: left;
    margin-left: 10px;
}

/*Basket*/

.basket_btn {
    margin: 4px 20px 0px 0px;
    padding: 5px 10px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'extrasquare';
    letter-spacing: 1px;
    font-size: 16px;
    border: 2px solid #047dd8;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    float: right;
}

.basket_btn:hover, .basket_btn:focus, .basket_btn:active .basket_btn a:link {
    background-color: #2098D1;
    color: white;
}

.basket_btn a {
    color: white;
}

#basket_note_btn {
    min-width: 10px;
    padding: 4px;
    margin-left: 5px;
    background-color: #F08600;
    z-index: 1000;
    font-family: Arial;
    font-size: 11px;
    text-align: center;
    color: #FFFFFF;
    float: right;
}

.basket_btn_active {
    background-color: #2098D1;
    color: #FFFFFF;
    margin: 4px 20px 0px 0px;
    padding: 5px 10px;
    text-decoration: none;
    font-family: 'extrasquare';
    letter-spacing: 1px;
    font-size: 16px;
    border: 2px solid #047dd8;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    float: right;
}

.basket_btn_info {

    margin: 4px 0px 0px 0px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    z-index: 1000;
}

/*BODY*******************************************/

/*Main Page*/

#main_categories {
    margin-top: 20px;
    float: left
}

/* Filter controls */

.filtr-container {
    width: 100%;
}

.simplefilter li, .multifilter li, .sortandshuffle li {
    color: #636363;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
}

.simplefilter li {
    width: 12%;
    font-size: 13px;
    text-align: center;
    font-family: 'extrasquare';
    padding-bottom: 10px;
    vertical-align: top;
}

.simplefilter li:first-child {
    padding-left: 1.5vw;
}

.simplefilter li img {
    width: 90%;
    margin-left: 5%;
!important;
    margin-top: 5%;
!important;
    margin-bottom: 5px;
    float: left
}

.simplefilter li.active {
    color: #FF0004;
    font-weight: bold;
}

.multifilter li {
    background-color: #4b9eff;
}

.multifilter li.active {
    background-color: #2265b4;
}

select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}

.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}

.sortandshuffle .sort-btn {
    background-color: #de0000;
}

.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}

.search-row {
    margin-left: 2.5rem;
}

.filtr-search {
    padding: 0.5rem;
    text-transform: uppercase;
}

.filtr-item {
    padding: 5px;
}

.icon {
    width: 10%;
    float: left;
    color: #767676;
    font-size: 14px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 173px;
}

.icon img {
    position: relative;
    width: 100%;
    display: block;
    vertical-align: middle;
    border: 0;
    cursor: pointer;
}

.banner {
    width: 5%;
    float: left;
    color: #767676;
    font-size: 14px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner img {
    position: relative;
    width: 100%;
    display: block;
    vertical-align: middle;
    border: 0;
}

.icon a, .icon a:visited {
    color: #767676
}

/*FOOTER*********************************/

#footer {
    width: 100%;
    float: left;
    height: 170px;
}

#footer_logo {
    width: 100%;
    color: #FFFFFF;
    background-color: #0066b3;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 12px;
    padding: 10px 0 10px 0;
}

#footer_logo img {
    height: 25px;
}

.bottom_agreement {
    width: 100%;
    font-size: 16px;
    color: #0066b3;
    margin-top: 20px;
    text-align: center;
    font-family: 'extrasquare';
}

.footer_agreement {
    width: 100%;
    font-size: 16px;
    color: #0066b3;
    margin-top: 20px;
    text-align: center;
    font-family: 'extrasquare';
}

.footer_agreement p {
    margin: 0;
}

.footer_agreement a {
    color: #767676;
    text-decoration: none
}

.footer_agreement a:hover {
    color: #00c2ff;
}

.footer_copyright {
    width: 100%;
    height: 20px;
    color: #FFFFFF;
    background-color: #0066b3;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 12px;
    padding-top: 6px;
}

/*FOOTER NAVIGATION MENU*/
.footer_nav {
    text-align: center;
    margin-top: 20px;
    background-color: #0079d4;
}

.footer_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.footer_nav a:link, .footer_nav a:visited {
    font-family: 'extrasquare';
    color: #FFFFFF
}

.footer_nav ul li {
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 1em;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.footer_nav ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0066b3;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.footer_nav ul li:hover, .footer_nav ul li:focus, .footer_nav ul li:active {
    color: white;
}

.footer_nav ul li:hover:before, .footer_nav ul li:focus:before, .footer_nav ul li:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/*PAY******************************************/

/*PAY PAGE*/

#pp_company_logo {
    width: 100%;
    text-align: center;

}

#pp_company_logo img {
    height: 100px;

}

#pp_company_name {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'extrasquare';
    font-size: 24px;
    text-align: center;
}

.pp_company_note {
    width: 100%;
    font-family: 'extrasquare';
    color: #0079d4;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
}

.pp_company_txt {
    width: 100%;
    font-family: 'extrasquare';
    color: #A7A7A7;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.pp_company_input {
    width: 100%;
    color: #0079d4;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center
}

.pp_company_input select {
    padding: 0.5em;
    font-size: 16px;
    font-weight: bold;
}

.pp_company_input input {
    padding: 0.5em;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #A7A7A7;
    text-align: center;

}

.pp_company_btn_cont {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    text-align: center;
    float: left
}

.pp_pay_btn {
    min-width: 200px;
    margin: 5px;;
    background-color: #028635;
    color: #FFFFFF;
    padding: 10px 10px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'extrasquare';
    letter-spacing: 1px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.pp_pay_btn:hover, .pp_pay_btn:focus, .pp_pay_btn:active .pp_pay_btn a:link {
    background-color: #00b345;
    color: white;
}

.pp_pay_btn a {
    color: white;
}

/*PF Pay Form*/

.pf {
    width: 50%;
    margin: 0 auto;

}

.pf_disabled {
    width: 100%;
    border-top: 1px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
    margin-bottom: 10px;
    padding-top: 20px;
    background-color: #EDEDED;
    float: left;

}

.pf_current {
    width: 100%;
    border-top: 1px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
    margin-bottom: 10px;
    padding-top: 20px;

    float: left;

}

.pf .input-container {
    width: 50%;
    margin-left: 25%;
    position: relative;
    text-align: center;
    float: left

}

.pf_form_title {
    width: 100%;
    color: #A7A7A7;
    font-family: 'extrasquare';
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 10px;
    float: left
}

.pf .input-container input {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 40px;
    border: 0;
    color: #212121;
    font-family: 'extrasquare';
    font-size: 20px;
    text-align: center;

}

.pf .input-container input:focus ~ label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.pf .input-container input:focus ~ .bar:before, .pf .input-container input:focus ~ .bar:after {
    width: 50%;
}

.pf .input-container input:valid ~ label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.pf .input-container label {
    position: absolute;
    font-family: 'extrasquare';
    top: 5px;
    left: 0%;
    color: #757575;
    font-size: 15px;
    line-height: 45px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.pf .input-container .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0079d4;
    width: 100%;
    height: 1px;
}

.pf .input-container .bar:before, .pf .input-container .bar:after {
    content: '';
    position: absolute;
    background: #0079d4;
    width: 0;
    height: 2px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.pf .input-container .bar:before {
    left: 50%;
}

.pf .input-container .bar:after {
    right: 50%;
}

/*PF SMALL Pay Form*/

.pf_small {
    width: 32%;
    margin: 20px auto;

}

.pf_small .input-container {
    width: 20%;
    margin-left: 10%;
    position: relative;
    text-align: center;
    float: left

}

.pf_small_form_title {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
    color: #A7A7A7;
    font-family: 'extrasquare';
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
    float: left
}

.pf_small .input-container input {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 40px;
    border: 0;
    color: #212121;
    font-family: 'extrasquare';
    font-size: 20px;
    text-align: center;

}

.pf_small .input-container input:focus ~ label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.pf_small .input-container input:focus ~ .bar:before, .pf_small .input-container input:focus ~ .bar:after {
    width: 50%;
}

.pf_small .input-container input:valid ~ label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.pf_small .input-container label {
    position: absolute;
    font-family: 'extrasquare';
    top: 0;
    left: 0%;
    color: #757575;
    font-size: 15px;
    line-height: 45px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.pf_small .input-container .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0079d4;
    width: 100%;
    height: 1px;
}

.pf_small .input-container .bar:before, .pf_small .input-container .bar:after {
    content: '';
    position: absolute;
    background: #0079d4;
    width: 0;
    height: 2px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.pf_small .input-container .bar:before {
    left: 50%;
}

.pf_small .input-container .bar:after {
    right: 50%;
}

/* Hover tooltips */
.tooltip_cont {
    padding-top: 15px;
    float: left
}

.field-tip {
    position: relative;
    cursor: help;
}

.field-tip .tip-content {
    position: absolute;
    z-index: 1000;
    top: -10px; /* - top padding */
    right: 9999px;
    width: 200px;
    margin-right: -220px; /* width + left/right padding */
    padding: 10px;
    color: #fff;
    background: #0079d4;
    -webkit-box-shadow: 2px 2px 5px #aaa;
    -moz-box-shadow: 2px 2px 5px #aaa;
    box-shadow: 2px 2px 5px #aaa;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
}

/* <http://css-tricks.com/snippets/css/css-triangle/> */
.field-tip .tip-content:before {
    content: ' '; /* Must have content to display */
    position: absolute;
    top: 50%;
    left: -16px; /* 2 x border width */
    width: 0;
    height: 0;
    margin-top: -8px; /* - border width */
    border: 8px solid transparent;
    border-right-color: #0079d4;
}

.field-tip:hover .tip-content {
    right: -20px;
    opacity: 1;
}

/**/

#footer_copyright {
    width: 100%;
    height: 20px;
    color: #0066b3;

    text-align: center;
    text-transform: uppercase;
    font-family: 'extrasquare';
    /*	font-family: Arial;*/
    font-size: 12px;
    margin-top: 15px;
    padding-top: 5px;
}

/*BASKET / SHABLON**********************************/

#shablon_page_title {
    width: 90%;
    font-family: 'extrasquare';
    margin-left: 5%;
    margin-bottom: 10px;
    text-align: center;
    float: left

}

#shablon_page_title p {
    margin: 0

}

#shablon_page_title a:link, #shablon_page_title a:visited {
    color: #0079d4
}

#shablon_page_title a:hover {
    color: #00c2ff
}

.shablon_basket_container {
    width: 100%;
}

.shablon_basket_container_title {
    padding: 10px;
    background-color: #0079d4;
    font-family: 'extrasquare';
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #FFFFFF
}

.shablon_basket_container table {
    width: 90%;
    margin-left: 5%;
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: center;

}

.shablon_basket_container tr, .shablon_basket_container td {
    padding: 10px;
    word-wrap: break-word;
    max-width: 200px;
}

@-moz-document url-prefix() {

    .popup .close {
        font-size: 21px !important;
        top: 18px !important;
        right: 20px !important;
    }

}

@-webkit-keyframes autofill {
    to {
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.shablon_basket_container tr:hover td {
    background: #ebf6ff;
}

/*
.shablon_basket_container input {
	width:80%;
	text-align:center
}
*/

.shablon_btn_container {
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    text-align: center;
}

.shablon_btn_container p {
    width: 90%;
    font-family: 'extrasquare';
    margin-left: 5%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.shbablon_calculate_btn {
    min-width: 200px;
    margin: 5px;
    background-color: #c50003;
    color: #FFFFFF;
    padding: 10px 10px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'extrasquare';
    letter-spacing: 1px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.shbablon_calculate_btn:hover, .shbablon_calculate_btn:focus, .shbablon_calculate_btn:active .shbablon_calculate_btn a:link {
    background-color: #ff0003;
    color: white;
}

.shbablon_calculate_btn a {
    color: white;
}

.shbablon_add_btn {
    position: relative;
    min-width: 200px;
    margin: 5px;
    background-color: #ff6700;
    color: #FFFFFF;
    padding: 10px 10px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'extrasquare';
    letter-spacing: 1px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.shbablon_add_btn:hover, .shbablon_add_btn:focus, .shbablon_add_btn:active .shbablon_add_btn a:link {
    background-color: #ff9619;
    color: white;
}

.shbablon_add_btn a {
    color: white;
}

/**/
.shbablon_name_btn {
    min-width: 200px;
    margin: 5px;
    background-color: #A7A7A7;
    color: #FFFFFF;
    padding: 10px 10px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'extrasquare';
    letter-spacing: 1px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.shbablon_name_btn:hover, .shbablon_name_btn:focus, .shbablon_name_btn:active .shbablon_name_btn a:link {
    background-color: #dcdcdc;
    color: white;
}

.shbablon_name_btn a {
    color: white;
}

/**/

.shablon_btn_pay {
    min-width: 30%;
    margin: 20px 0px 0px 0px;
    text-align: center;
    background-color: #028635;
    color: #FFFFFF;
    padding: 10px 0 10px 0;
    cursor: pointer;
    text-decoration: none;
    font-family: 'extrasquare';
    letter-spacing: 1px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.shablon_btn_pay:hover, .shablon_btn_pay:focus, .shablon_btn_pay:active .shablon_btn_pay a:link {
    background-color: #00b345;
    color: white;
}

.shablon_btn_pay a {
    color: white;
}

#shablon_menu_bg {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #0079d4;
    margin-bottom: 20px;
    float: left;
}

.shablon_menu_nav {
    width: 100%;
    text-align: center;
    background-color: #efefef;
    float: left
}

.shablon_menu_nav ul li a:link {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: 'extrasquare';
    color: #0079d4
}

.shablon_menu_nav ul li a:visited {
    color: #0079d4
}

.shablon_menu_nav ul li:hover a {
    color: #FFFFFF
}

.shablon_menu_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.shablon_menu_nav_active, .shablon_menu_nav_active a:link, .shablon_menu_nav_active a:visited {
    font-family: 'extrasquare';
    background-color: #0066b3;
    color: #FFFFFF
}

.shablon_menu_nav_add {
    background-color: #028635;
    color: #FFFFFF
}

.shablon_menu_nav ul li {
    max-width: 15%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    text-decoration: none;
    padding: 0.5em;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.shablon_menu_nav ul li:before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFFFFF;
    background: #0079d4;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.shablon_menu_nav ul li:hover:before, .shablon_menu_nav ul li:focus:before, .shablon_menu_nav ul li:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/*BASKET*/

.basket_container {
    width: 100%;
}

.basket_container input {
    width: 80%;
    text-align: center
}

.basket_container_title {
    padding: 10px;
    background-color: #0079d4;
    font-family: 'extrasquare';
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #FFFFFF
}

.basket_container table {
    width: 90%;
    margin-left: 5%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    text-align: center;

}

.basket_container tr, .basket_container td {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 4px;
    padding-right: 4px;
    word-wrap: break-word;
    max-width: 300px;
}

.basket_container tr:hover td {
    background: #ebf6ff;
}

.basket_btn_container {
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: 50px;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    text-align: center;
}

.basket_btn_clear {
    min-width: 200px;
    margin: 4px 20px 0px 0px;
    background-color: #c50003;
    color: #FFFFFF;
    padding: 15px 10px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'extrasquare';
    letter-spacing: 1px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.basket_btn_clear:hover, .basket_btn_clear:focus, .basket_btn_clear:active .basket_btn_clear a:link {
    background-color: #ff0003;
    color: white;
}

.basket_btn_clear a {
    color: white;
}

.basket_btn_add {
    min-width: 200px;
    margin: 4px 20px 0px 0px;
    background-color: #ff6700;
    color: #FFFFFF;
    padding: 15px 10px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'extrasquare';
    letter-spacing: 1px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.basket_btn_add:hover, .basket_btn_add:focus, .basket_btn_add:active .basket_btn_add a:link {
    background-color: #ff9619;
    color: white;
}

.basket_btn_add a {
    color: white;
}

.basket_btn_pay {
    min-width: 200px;
    margin: 4px 20px 0px 0px;
    background-color: #028635;
    color: #FFFFFF;
    padding: 15px 10px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'extrasquare';
    letter-spacing: 1px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.basket_btn_pay:hover, .basket_btn_pay:focus, .basket_btn_pay:active .basket_btn_pay a:link {
    background-color: #00b345;
    color: white;
}

.basket_btn_pay a {
    color: white;
}

/*PAGE TITLE*/

#page_title {
    width: 90%;
    font-family: 'extrasquare';
    margin-left: 5%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
    text-align: center;

}

#page_title p {
    margin: 0

}

#page_title a:link, #page_title a:visited {
    color: #0079d4
}

#page_title a:hover {
    color: #00c2ff
}

/*AUTHORIZATION REMINDER*/

.aut_reminder {
    position: relative;
    width: 80%;
    z-index: 1;
    margin-bottom: 20px;
    margin-left: 5px;
    padding: 0px 0 0 50px;
    color: #A7A7A7;
    font-family: 'extrasquare';
    font-size: 18px;
}

.aut_reminder_link {
    height: 30px;
    display: table;
    vertical-align: middle;
    font-family: 'extrasquare';
}

.aut_reminder_link p {
    display: table-cell;
    vertical-align: middle;
}

.aut_reminder_link a {
    color: #047dd8;
    text-decoration: none
}

.aut_reminder_link a:hover {
    color: #00c2ff;
}

/*UNITED UTILITIES PAGE TITLE*/

#uu_page_title {
    width: 90%;
    font-family: 'extrasquare';
    margin-left: 5%;
    margin-bottom: 20px;

}

#uu_page_title p {
    margin: 0;

}

/*AUTORISED USER PROFILE*/

#profile_container {
    width: 90%;
    padding: 0px 5% 20px 5%;
    margin-bottom: 20px;
    float: left

}

.profile_column_three {
    width: 29%;
    min-height: 330px;
    padding: 0px 2% 10px 2%;
    border-left: 1px solid #A7A7A7;
    float: left

}

.profile_txt {
    width: 100%;
    font-family: 'extrasquare';
    min-height: 25px;
    float: left

}

.profile_txt_input {
    width: 97%;
    height: 25px;
    font-family: 'extrasquare';
    margin-bottom: 10px;
    padding-left: 5px;
    float: left

}

#profile_btn_safe_cont {
    width: 90%;
    margin-left: 5%;
    text-align: center;
    float: left

}

.profile_btn_safe {
    min-width: 100%;
    margin: 20px 0px 0px 0px;
    text-align: center;
    background-color: #00b345;
    color: #FFFFFF;
    padding: 10px 0 10px 0;
    cursor: pointer;
    text-decoration: none;
    font-family: 'extrasquare';
    letter-spacing: 1px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.profile_btn_safe:hover, .profile_btn_safe:focus, .profile_btn_safe:active .profile_btn_safe a:link {
    background-color: #028635;
    color: white;
}

.profile_btn_safe a {
    color: white;
}

/*INPUT*/

.amount_input input {
    width: 60%;
    text-align: center

}

/*HISTORY*************************************/

#history_data_picker_container {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    float: left
}

.history_column_three {
    min-height: 25px;
    padding: 0px 2% 2px 2%;
    /*border-left: 1px solid #A7A7A7;*/
    float: left

}

.history_column_three_middle {
    min-height: 25px;
    padding: 0px 2% 2px 2%;
    border-left: 1px solid #A7A7A7;
    border-right: 1px solid #A7A7A7;
    float: left

}

.datapiker_txt {
    font-family: 'extrasquare';
    font-size: 14px;
    margin-top: 3px;
    margin-right: 10px;
    float: left
}

.datapiker_txt_input {
    margin-left: 10px;
    float: left
}

.datapiker_txt_chekbox {
    margin-left: 10px;
    margin-top: 5px;
    float: left
}

.history_calculate_btn {
    min-width: 20%;
    margin: 0px 20px 0px 0px;
    background-color: #ff6700;
    color: #FFFFFF;
    padding: 5px 10px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'extrasquare';
    letter-spacing: 1px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.history_calculate_btn:hover, .history_calculate_btn:focus, .history_calculate_btn:active .history_calculate_btn a:link {
    background-color: #ff9619;
    color: white;
}

.history_calculate_btn a {
    color: white;
}

.category-link:visited, .category-link:link, .category-link:hover, .category-link:active {
    color: #636363;
}

.payment_image {
    margin: 1% 42% 1% 42%;
}

.payment_image > img {
    width: 100%;
}

.payment-input-container {
    position: relative;
    width: 33%;
    margin: 0 auto;
}

.payment-input-container input {
    outline: none;
    position: relative;
    background: none;
    width: 100%;
    height: 40px;
    border: 0;
    color: #212121;
    font-family: 'extrasquare';
    font-size: 20px;
}

.payment-input-container input:focus ~ label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.payment-input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after {
    width: 100%;
}

.payment-input-container input:valid ~ label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.payment-input-container input:read-only ~ label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.payment-input-container input:-moz-read-only ~ label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.payment-input-container label {
    position: absolute;
    font-family: 'extrasquare';
    top: 0;
    left: 0;
    color: #757575;
    font-size: 15px;
    line-height: 30px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.row {
    position: relative;
    background: #ffffff;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.payment-input-container .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0079d4;
    width: 100%;
    height: 1px;
}

.payment-input-container .bar::before, .payment-input-container .bar::after {
    content: '';
    position: absolute;
    background: #0079d4;
    width: 0;
    height: 2px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.payment-input-container button {
    outline: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    background: 0;
    border: 2px solid #e3e3e3;
    padding: 10px 50px 10px 50px;
    font-family: 'extrasquare';
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.form-steps {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-direction: row;
    justify-content: space-between;
}

.form-step {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    background-color: silver;
    color: #fff;
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    z-index: 9999;
}

.hr {
    position: absolute;
    top: 12px;
    width: 100%;
    flex-direction: row;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
}

.hr-partial {
    height: 2px;
    width: 100%;
    background-color: #0079d4
}

.hr-partial-grey {
    height: 2px;
    width: 100%;
    background-color: #C0C0C0;
}

.active-form-step {
    background-color: #0079d4 !important;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

/*New CSS*/

@charset "utf-8";
/* CSS Document */

/*--Payment All Steps---*/

.payment_service_title {

    width: 100%;
    text-align: center;
    font-family: 'extrasquare';
    margin: 10px 0 30px 0;

}

.payment_service_btn_cont {
    position: relative;
    width: 33%;
    margin: 0 auto;
}

.payment_service_btn_cont_large {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

/*--Payment Step 1---*/

.payment_service_submit_btn {

    min-width: 100%;
    margin: 20px 0px 0px 0px;
    border: none;
    background-color: #028635;
    color: #FFFFFF;
    padding: 15px 0px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-family: 'extrasquare';
    letter-spacing: 1px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.get_overdraft_btn {

    min-width: 100%;
    margin: 20px 0px 0px 0px;
    border: none;
    background-color: #c50003;
    color: #FFFFFF;
    padding: 15px 0px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-family: 'extrasquare';
    letter-spacing: 1px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.overdraft_info_btn {

    min-width: 100%;
    margin: 20px 0px 0px 0px;
    border: none;
    background-color: #ff6700;
    color: #FFFFFF;
    padding: 15px 0px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-family: 'extrasquare';
    letter-spacing: 1px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.payment_service_submit_btn:hover, .payment_service_submit_btn:focus, .payment_service_submit_btn:active .payment_service_submit_btn a:link {
    background-color: #00b345;
    color: white;
}

.payment_service_submit_btn a {
    width: 100%;
    color: white;
}

/*--Payment Step 2---*/

.payment_service_btn_3 {

    width: 32.33333333333333%;
    margin: 20px 0.5% 0px 0.5%;
    border: none;
    color: #FFFFFF;
!important;
    padding: 15px 0px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    word-wrap: break-word;
    font-family: 'extrasquare';
    letter-spacing: 1px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    float: left
}

.payment_service_back_btn {

    background-color: #9C9C9C;
}

.payment_service_back_btn:hover, .payment_service_back_btn:focus, .payment_service_back_btn:active .payment_service_back_btn a:link {
    background-color: #C9C9C9;
    color: white;
}

.payment_service_back_btn a {
    width: 100%;
    color: white;
}

.payment_service_basket_btn {

    background-color: #ff6700;
}

.payment_service_basket_btn:hover, .payment_service_basket_btn:focus, .payment_service_basket_btn:active .payment_service_basket_btn a:link {
    background-color: #ff9619;
    color: white;
}

.payment_service_basket_btn a {
    width: 100%;
    color: white;
}

.payment_service_shablon_btn {

    background-color: #c50003;
}

.payment_service_shablon_btn:hover, .payment_service_shablon_btn:focus, .payment_service_shablon_btn:active .payment_service_shablon_btn a:link {
    background-color: #ff0003;
    color: white;
}

.payment_service_shablon_btn a {
    width: 100%;
    color: white;
}

.card_select_menu {
    position: relative;
    width: 33%;
    margin: 0 auto;
    border-bottom: 1px solid #0079d4;

}

.card_select_menu select {

    padding: 1rem 1rem;
    text-transform: uppercase;
    width: 80%;
    margin-left: 20%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: menulist;
    moz-appearance: none;
    font-size: 18px;

}

.card_select_menu label {

    position: absolute;
    font-family: 'extrasquare';
    top: 10px;
    left: 0;
    color: #757575;
    font-size: 15px;
    line-height: 30px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;

}

.card_select_menu option {
    border: none;
    font-size: 20px;
    padding: 5px;
    background-color: white;

}

/**/

.popup_shablon_check_cont {
    position: relative;
    width: 80%;
    z-index: 1;
    padding: 15px 0 15px 50px;
    color: #0066b3;
    font-family: 'extrasquare', serif;
    font-size: 18px;

}

.popup_shablon_check_cont input {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 20px;

}

.bg_gray {
    background-color: #f3f3f3
}

.no-link-a-class, .no-link-a-class:hover, .no-link-a-class:visited, .no-link-a-class:active {
    color: #949494;
    cursor: default;
}

.service_name {
    text-align: center;
    margin-top: 20px;
    font-family: 'extrasquare', serif;
    margin-bottom: 20px;
}

.hidden {
    display: none;
}

.center-text {
    width: 60%;
    margin: 3% auto;
}

.error-text {
    color: red;
    font-family: extrasquare;
    text-align: center;
}

.center {
    margin: auto;
    width: 60%;
    border: 3px solid #2265b4;
    padding: 10px;

}

.text_place {

}

.left {
    float: left;
    width: 40%;
    text-align: center;
    margin: 1% 1%;
    display: inline;
}

.right {
    float: right;
    text-align: center;
    margin: 1% 3%;
    display: inline;
    margin-top: 2%;
}

/*overdraft css*/
h1.overdraft_info_title_h1 {
    color: #c7c7c7;
    font-weight: 200;
    text-align: center;
    position: absolute;
    top: 45%;
    width: 100%;
}

h2.overdraft_info_title_h2 {
    color: #007fed;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

p.overdraft_p {
    color: #001818;
}

.overdraft_wrap {
    position: absolute;
    overflow: hidden;
    top: 10%;
    right: 10%;
    /*bottom: 85px;*/
    left: 10%;
    padding: 20px 50px;
    display: block;
    border-radius: 4px;
    transform: translateY(20px);
    transition: all 0.5s;
    visibility: hidden;
    overflow: visible;
    cursor: default;
    /*height: 150px;*/
}

.overdraft_wrap .overdraft_content {
    opacity: 0;
    overflow: visible;
}

.overdraft_wrap:before {
    position: absolute;
    width: 1px;
    height: 1px;
    background: white;
    z-index: 999;
    content: "";
    bottom: 10px;
    left: 50%;
    top: 95%;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: visible;
}

.overdraft_wrap.active {
    display: block;
    visibility: visible;
    box-shadow: 2px 3px 16px silver;
    transition: all 600ms;
    transform: translateY(0px);
    transition: all 0.5s;
    overflow: visible;
}

.overdraft_wrap.active:before {
    height: 2000px;
    width: 2000px;
    z-index: 999;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -1000px;
    margin-top: -1000px;
    display: block;
    -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: visible;
}

.overdraft_wrap.active .overdraft_content {
    position: relative;
    z-index: 999;
    opacity: 1;
    transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    overflow: visible;
}

a.info_button {
    padding: 11px 11px 13px 13px;
    outline: none;
    border-radius: 50%;
    background: #007fed;
    color: #fff;
    font-size: 24px;
    display: block;
    position: fixed;
    left: 50%;
    bottom: 20px;
    top: auto;
    margin-left: -25px;
    transition: transform 0.25s;
}

a.info_button:hover {
    text-decoration: none;
    background: #2198ff;
}

a.info_button.active {
    /*transform: rotate(135deg);*/
    transition: transform 0.5s;
}