@import url('https://fonts.googleapis.com/css?family=Exo+2:300,400,600,800&display=swap&subset=cyrillic');
@import url('jquery-ui.css');
@import url('jquery-confirm.css');
@import url('nouislider.css');

* {outline: none;font-family: 'Exo 2', sans-serif;color: #444444;font-weight: 300;}
*, ::after, ::before {box-sizing: border-box;}

footer, header, main, section, nav {display: block;}


a,li,button, .login-head-button, .loader-main {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@font-face {
  font-family: 'font-aw';
  font-style: normal;
  font-weight: 100;
  font-display: auto;
  src: url("fonts/fa-thin-100.ttf") format("truetype"), url("fonts/fa-thin-100.svg#fontawesome") format("svg"); 
}

@font-face {
  font-family: 'font-aw';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("fonts/fa-light-300.woff2") format("woff2"), url("fonts/fa-light-300.ttf") format("truetype"); 
}

@font-face {
  font-family: 'font-aw';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.ttf") format("truetype"); 
}

@font-face {
  font-family: 'font-aw';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.ttf") format("truetype"); 
}


.fa {font-family: 'font-aw';font-weight: 300;font-style: normal;}

.fa-facebook:before{content:"\f082"}

main {
  padding: 0 10px;
  display: grid;
  margin-top: 45px;
}

.main-block, .orders-block {
  width: 100%;
  display: grid;
}

.off-canvas-content {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .2s -webkit-transform;
  transition: .2s transform;
}

a {text-decoration: none;}
a:hover {text-decoration: none;}

a#viewSource {
  border-top: 1px solid #999;
  display: block;
  margin: 1.3em 0 0 0;
  padding: 1em 0 0 0;
}

div#links a {
  display: block;
  line-height: 1.3em;
  margin: 0 0 1.5em 0;
}

@media (min-width: 1000px) {
  /* hack! to detect non-touch devices */
  div#links a {
    line-height: 0.8em;
  }
}

h1 a {font-weight: 300;white-space: nowrap;}

audio {max-width: 100%;}

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  word-break: break-word;
  padding-bottom: 2em;
  overflow-x: hidden;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: lightgray;
  width: 100%;
  padding: 0.5em 2em 1em 2em;
  font-size: 16px;
  max-height: 27px;
  white-space: nowrap;
}

button, .button {
  background-color: #4DA347;
  border: none;
  border-radius: 2px;
  color: white;
  font-size: 0.8em;
  margin: 0 0 1em 0;
  padding: 0.6em;
  cursor: pointer;
}

button:active, button:hover, .button:active, .button:hover {background-color: #cf402f;}
button[disabled] {color: #ccc;}
button[disabled]:hover {background-color: #4DA347;}

canvas {
  background-color: #ccc;
  max-width: 100%;
  width: 100%;
}

code {font-weight: 400;}

div#container {
  margin: 0 auto 0 auto;
  max-width: 600px;
  padding: 1em 1.5em 1.3em 1.5em;
}

div#highlight {
  background-color: #eee;
  font-size: 1.2em;
  margin: 0 0 50px 0;
  padding: 0.5em 2em;
}

div#links {padding: 0.5em 0 0 0;}

h1 {
  border-bottom: 1px solid #ccc;
  font-weight: 800;
  margin: 0 0 0.8em 0;
  padding: 0 0 0.2em 0;
}

h2 {
  color: #444;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 0.8em 0;
}

h3 {
  color: #666;
  font-size: 0.9em;
  font-weight: 600;
  margin: 20px 0 10px 0;
  padding: 10px 0 0 0;
}

html {overflow-y: scroll;}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}

input {height: 1.5em;padding: 0.4em;}
input: -webkit-autofill,
input: -webkit-autofill:hover,
input: -webkit-autofill:focus {font-family: 'Exo 2', sans-serif;}

input[type=radio] {position: relative;top: -1px;}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

label {}

ol {padding: 0 0 0 20px;}

p {
  color: #444;
  font-weight: 300;
  line-height: 1.6em;
}

p#data {
  border-top: 1px dotted #666;
  font-family: Courier New, monospace;
  line-height: 1.3em;
  max-height: 1000px;
  overflow-y: auto;
  padding: 1em 0 0 0;
}

p.borderBelow {
  border-bottom: 1px solid #eee;
  padding: 0 0 20px 0;
}

section p:last-of-type {margin: 0;}
section {
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
}

h1 span {white-space: nowrap;}

strong {font-weight: 800;}

ul {padding: 0 0 0 20px;}

video {background: #222;margin: 0 0 20px 0;width: 100%;}

@media (max-width: 650px) {
  h1 {font-size: 24px;}
}

@media (max-width: 550px) {
  button:active {background-color: darkRed;}
  h1 {font-size: 22px;}
}

@media (max-width: 450px) {
  h1 {font-size: 20px;}
}

.hidden{display: none;}

.manual-check {
  font-size: 1.2em;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.ticket-error {
  font-weight: 600;
  color: red;
}

.ticket-okey {
  color: #0079ff;
}

#send-btn {
  padding-left: 2em;
  padding-right: 2em;
}

.login-container{
  display: grid;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.login-container{
  background-image: url("../img/bg-img1.jpg");
  background-size: cover;
  background-position: center;   
}

.login-box {
  justify-self: center;
  align-self: center;
  width: 80%;
  max-width: 400px;
  display: grid;
  margin-left: 15px;
}

.login-form-head {
  background: #e4e4e4d6;
  border-radius: 10px 10px 0 0;
  text-align: center;
  position: relative;
}

.login-form-head2 {
  background: #e4e4e4d6;
  padding: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.formGrid {
  display: grid;
  grid-template-columns:1fr;
  grid-auto-flow: row;
  grid-gap: 1em;
}

.formGrid > label {grid-column: labels;grid-row: auto;}
.formGrid input, .formGrid > select {padding: 0.3em;height: unset;}

.login-head-button{
  padding: 10px;
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 1.2em;
}

.login-head-button-1 {background-color: #fff;position: relative;
  -moz-box-shadow: 4px -5px 10px -5px rgba(57, 50, 33,.5);
  -webkit-box-shadow: 4px -5px 10px -5px rgba(57, 50, 33,.5);
  box-shadow: 4px -5px 10px -5px rgba(57, 50, 33, 0.5)
}

div#login.login-head-button-1  {
  border-radius: 0 20px 0 0;
  color: #4da347;
}

div#register.login-head-button-1  {border-radius: 20px 0 0 0;color: #184589;}

.login-head-button-1::after {
  width: 10px;
  height: 10px;
  background: transparent;
  position: absolute;
  content: '';
  box-shadow: 0px 0px 0px 50px #fff;
  clip: rect(0px, 10px, 10px, 0px);
  display: block;
  z-index: 10;
}

span.login-close {
  position: absolute;
  right: 5px;
  top: 5px;
}

span.login-close::before {
  content: '\f00d';
  display: block;
  top: 5px;
  margin: auto;
  right: 5px;
  cursor: pointer;
  color: #184589;
  font-size: 1.5em;
  vertical-align: sub;
  font-family: 'font-aw';
  padding-right: 10px;
}

div#login.login-head-button-1::after    {right: -10px;border-bottom-left-radius: 100%;}
div#register.login-head-button-1::after {left: -10px;border-bottom-right-radius: 100%;}

.login-head-button-0 {position: relative;cursor: pointer;}


div#login.login-head-button-0 {color: #4da347;}
div#register.login-head-button-0 {color: #184589;}

div#register.login-head-button-0:hover, div#register.login-head-button-0:active  {
  background-color: #184589;
  color: #fff;
  border-radius: 10px 0 0 0;
}
div#login.login-head-button-0:hover, div#register.login-head-button-0:active  {
  background-color: #4da347;
  color: #fff;
  border-radius: 0 10px 0 0;
}

.login-checkbox-area {
  padding-top: 15px;
}
.main-chekbox-checked, .main-chekbox {
  padding-right: 10px;
}

.main-chekbox::before, .main-chekbox-checked::before {
  content: '\f0c8';
  font-family: "font-aw";
  font-size: 1.5em;
  color: #184589;
}

.main-chekbox-checked::before {
  content: '\f14a';
}

.myForm {
  padding: 1.2em;
  border-top: none;
  border-radius: 0 0px 10px 10px;
  background-color: #fff;
}

.myForm input {
  height: 1.8em;
  font-size: 1.2em;
  align-self: center;
  width: 100%;
  min-width: 120px;
  border: none;
  border-bottom: 1px #c0c0c0 solid;
  background-color: unset;
  outline: none;
}

.myForm input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #000 !important; 
  color: #000 !important;
  font-family: 'Exo 2', sans-serif;
}

.myForm input:focus::placeholder {
  color:transparent;
}

.login-container h2 {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  margin-top: 0.8em;
  font-size: 1.4em;
  font-weight: 300;
}

.input-line-verify input {
  width: 150px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.6em;
}

.input-line-verify {
  justify-self: center;
}

.input-line {position: relative;}
.input-focus-icon{
  position: absolute;
  left: -57px;
  height: 38px;
  width: 38px;
  z-index: 0;
  overflow: hidden;
}

.input-focus-icon-mail, .input-focus-icon-pass{
  position: absolute;
  left: 38px;
  height: 38px;
  width: 38px;
  background: #e4e4e4d6;
  z-index: 1;
  padding: 5px;
  border-radius: 10px 0 0 10px;
  border-left: 1px solid white;
}

.input-focus-icon-mail::before{
  content: "\f0e0";
  font-family: 'font-aw';
  font-size: 26px;
  color: #626262;
}

.input-focus-icon-pass::before{
  content: "\f30d";
  font-family: 'font-aw';
  font-size: 26px;
  color: #626262;
}


.myForm > button {
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 1.1em;
  padding: 0.6em;
  min-width: 120px;
  margin: 0;
  cursor: pointer;
  margin-top: 10px;
}

#form-reg {display: none;}

.myForm > button:hover, .myForm > button:active{background-color: #50764d;}

button.btn-reg {background-color: #184589;}
button.btn-reg:hover, button.btn-reg:active {background-color: #283a55;}

.login-container img {
  max-width: 200px;
  margin: 1em;
}

.recovery-area2, .recovery-area {
  text-align: center;
/*  display: none;*/
}

.recovery-button {
  margin: 0;
  background-color: #184589;
  border-radius: 4px;
  cursor: pointer;
  padding: 9px 16px;
}

.recovery-button:hover {background-color: #1450ac;}

nav.top-menu {
  width: 100%;
  position: fixed;
  display: grid;
  background: #848484;
  z-index: 100;
  border-bottom: 1px solid #a2a2a2;
}

.menu-global-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  justify-self: center;
  font-size: 1.2em;
}

.menu-global-top a {
  flex-grow: 1;
  display: block;
  transition: all 500ms ease-in-out;
  border-right: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

.menu-global-top span {padding-left: 10px}
.menu-global-top * {color: #e2e2e2;}
.menu-global-top a:first-child{border-left: 1px solid #ccc;}

a.menu-item-selected:hover, a.menu-item-active:hover{flex-grow: 5; background-color: #989797 !important;}
a.menu-item-active span {display: none;}
a.menu-item-active:hover span {display: inline;}

a.menu-item-selected {flex-grow: 5; background-color: #848484;}
a.menu-item-selected span{display: inline;}

.menu-global-top:hover a.menu-item-selected {flex-grow: 1 !important; background-color: transparent;}
.menu-global-top:hover a.menu-item-selected span {display: none !important;}
.menu-global-top a.menu-item-selected:hover {flex-grow: 5 !important;}
.menu-global-top a.menu-item-selected:hover span {display: inline !important;}

a[id^="menu-item-"]:before, [class^="icon-"]:before {font-family: 'font-aw';}

#menu-item-orders:before, .icon-orders:before {content: "\f658";}
#menu-item-police:before, .icon-police:before {content: "\f389";}
#menu-item-profile:before, .icon-profile:before {content: "\f47f";}
#menu-item-exit:before {content: "\f52b";}

a.menu-item-active {background-color: #989797 !important;}


@media screen and (max-width: 620px) {
  a.menu-item-selected span {display: none;}
}
/*ORDER_REQUEST*/

.orders-block-wrapper {
  position: absolute;    
  top: 0;    
  bottom: 0;    
  left: 0;
  right: 0;
  height: 100%; 
  padding: 0;   
  padding-top: 45px;
  display: grid;

}
.orders-block {
  display: table;    
  max-width: 1200px;    
  justify-self: center;    
  height: 100%;
}

aside#orders-info-area {
  overflow: hidden;
}

.orders-block-section {
  display: table-cell;
  transition: width 500ms ease-in-out;
  padding: 12px;
  position: relative;
  min-width: 12px;
  width: 30%;
}

.orders-block-section-open {width: 70%;}

section#orders-request-new {border-right: 1px solid #184589;}

#orders-area-switcher{
  position: absolute;
  top: 150px;
  right: -17px;
  pointer-events: all;
  cursor: pointer;
  z-index: 900;
}

#orders-area-switcher::after{
  font-family: 'font-aw';
  background: #184589;
  border-radius: 50%;
  font-size: 34px;
  color: #ccc;
}
.orders-area-switcher-left::after {content: '\f0a8';}
.orders-area-switcher-right::after {content: '\f0a9';}

ul.order-list-menu {
  display: grid;
  margin: 20px 0;
  padding: 0;
  list-style: none;
  grid-gap: 10px;
}

.order-list-menu li {
  background: #ccc;
  padding: 10px;
  border-radius: 2px;
  margin-right: 12px;
  font-size: 1.2em;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: width 500ms ease-in-out;
  position: relative;
}

li.order-point-active {
  background: #4DA347;
  color: #fff;
}

li.order-point-active span{color: #fff;}

.order-list-menu li:not(.order-point-active):hover {
  color: #fff;
  background-color: #4DA347;
  transition: all 300ms ease-in-out;
}

.order-list-menu li:hover span{color: #fff;}

.order-list-menu li::before {
  font-family: 'font-aw';
  font-size: 1.2em;
}

.order-list-doctor::before, .type-doctor::before {content: '\f80d';}
.order-list-hosp::before, .type-hosp::before {content: '\f0f8';}
.order-list-medicine::before, .type-medicine::before {content: '\f484';}
.order-list-analis::before, .type-analis::before {content: '\f493';}
.order-list-docs::before, .type-docs::before {content: '\f4c0';}
.order-list-call::before, .type-call::before {content: '\f82d';}
.order-list-report::before, .type-report::before {content: '\f659';}

#orders-request-new h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  max-width: 100%;
  color: #184589;
}

span.order-list-text {
  padding-left: 15px;
}

span.order-point-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

span.order-point-close::before {
  content: "\f057";
  font-family: "font-aw";
  font-size: 22px;
  color: #fff;
}

#order-header {
  position: relative;
}

.order-info {
  font-size: 18px;
}

@media screen and (min-width: 1000px){
  .orders-block-section{width: 20%;}
  .orders-block-section-open {width: 80%;}
}

@media screen and (max-width: 850px){
 .order-list-switch span {display: none;}
 .order-list-menu li {}
}

@media screen and (max-width: 768px){
  .order-list-switch span {display: none;}
  .order-list-switch {text-align: center;}
  .orders-block-section{width: 20%;}
  .orders-block-section-open {width: 80%;}
  #orders-area-switcher::after{font-size: 34px}
  #orders-area-switcher{right: -17px;}
}

@media screen and (max-width: 550px){
 .order-list-switch span {display: none;}
 .order-list-switch {text-align: center;}
}

@media screen and (max-width: 450px){
 #orders-request-new h2 {font-size: 0}
 .orders-block-section {width: 0%;}
 .orders-block-section .orders-request-wrap{display: none}
 .orders-block-section-open .orders-request-wrap{display: block}
 .orders-block-section-open {width: 100%;}
}


/***************************************
***
*** NEW REQUEST 
***/

.order-form {
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
}

.order-call-input {
  border: 1px solid #ccc !important;
  font-size: 20px;
  padding: 5px 10px !important;
}

ul.order-form-type-selector {
  padding: 0;
  list-style-type: none;
  display: grid;
  margin: 0;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
}

.order-doc-choice {
  justify-self: center;
  align-self: unset;
  text-align: center;
  background-color: #ddd;
  border: 1px solid #999;
  border-radius: 3px;
  color: #666;
  padding: 14px;
  cursor: pointer;
}

.order-doc-choice-act, .order-doc-choice:hover {
  background: #4da347;
  color: #ececec;
}

.order-text-helper {
  text-align: center;
}

#order-form-doctors-inputs .user-input-wrp {
  background-color: #ccc;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.user-input-wrp textarea {
  width: 100%;
  min-height: 59px;
  border: none;
  height: max-content;
}

h4.input-head {padding: 0;margin: 0 0 10px 0;}


.input-line.user-input-wrp.order-filled {
  background-color: #94b392 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.input-line.user-input-wrp.order-filled::before {
  content: "\f14a";
  font-family: "font-aw";
  font-size: 22px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.request-times-wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.input-line.user-input-wrp input[type=text] {border: none;width: 100%;}
.request-time-cell {display: grid;grid-gap: 10px;}
#my_time {padding-top: 10px;}

.request-upload-cancel::before {
  content: "\f057";
  font-family: "font-aw";
  font-size: 15px;
  color: #cf402f;
  padding-left: 10px;
}

.upload_file_list {margin-bottom: 5px;}
form#form-request-doc button {font-size: 17px;margin-bottom: 20px;}
input.file_loader {width: 100%;}

.request-emegrency-area, .request-callback-area {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.request-callback-area div {
  margin: 15px 0;
}


.alert-button {
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 20px;
  background-color: red;
  border-radius: 20px;
  display: inline-block;
  padding: 10px 10px 15px 10px;
  margin: 10px 11px 10px 0px; 
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 
  1px 0px 1px #977c7c, 0px 1px 1px #999, 
  2px 1px 1px #977c7c, 1px 2px 1px #999, 
  3px 2px 1px #977c7c, 2px 3px 1px #999, 
  4px 3px 1px #977c7c, 3px 4px 1px #999, 
  5px 4px 1px #977c7c, 4px 5px 1px #999, 
  6px 5px 1px #977c7c, 5px 6px 2px #999, 
  7px 6px 2px #977c7c;
}

.alert-button:hover {
  transform: scale(0.97) translate3d(11px, 7px, 0);
  z-index: 1000;
  box-shadow: 2px 2px 1px #848484;
}
.alert-button::before {
  content: "\e02e";
  font-family: "font-aw";
  padding-right: 10px;
}

.callback-button {
  display: inline-grid;
  cursor: pointer;
  /*grid-gap: 10px;*/
  grid-template-columns: .4fr 1.6fr;
  /*max-width: 300px;*/
  background-color: #184589;
  padding: 10px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.callback-button span{
  color: #fff; 
  justify-self: center;
  align-self: center;
}

.callback-button:hover {
  background-color: #4da347;
}

.callback-button::before {
  content: "\f10b";
  font-family: "font-aw";
  font-size: 32px;
  color: #fff;
  justify-self: center;
  align-self: center;
}


.request-hist-block {
  background-color: #fff;
  padding: 10px;
  border-radius: 2px;
  margin-bottom: 15px;
}

.request-hist-type span::before {
  font-family: "font-aw";
  font-size: 17px;
  justify-self: center;
  align-self: center;
  color: #184589;
  padding-right: 5px;
}

.orders-request-wrap {
  position: absolute;
  top: 0;
  bottom: 43px;
  right: 10px;
  left: 10px;
  /*overflow: hidden;*/
}
.orders-request-history {
  position: relative;
}

.orders-hist-slide-top, .orders-hist-slide-down {
  display: none;
  position: absolute;
  top: 0;
  z-index: 998;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  text-align: center;
  background: rgb(204 204 204 / 77%);;
  padding: 0 10px 10px 10px;
  border-radius: 0 0 5px 5px;
  box-shadow: 1px 4px 20px -1px rgb(0 0 0 / 11%);
}
.orders-hist-slide-down {
  top: unset;
  bottom: -16px;
  padding: 10px 10px 0px 10px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px -5px 20px -1px rgb(0 0 0 / 11%);
}

.orders-hist-slide-top::before, .orders-hist-slide-down::before {
  content: "\e032";
  font-family: 'font-aw';
  font-size: 1.5em;
  color: #4da347;
  align-self: center;
  cursor: pointer;
}
.orders-hist-slide-down::before {
  content: "\e031";
}

.request-hist-text.text-full {display: none;}

span.request-hist-more {display: none;}

span.request-hist-more::before {
  content: "\f13a";
  font-family: 'font-aw';
  font-size: 21px;
  color: #184589;
  align-self: center;
  cursor: pointer;
  padding-left: 10px;
  vertical-align: -3px;
}

.request-hist-status {
  display: inline-block;
  padding: 3px 5px;
  background-color: #4da347;
  border-radius: 3px;
  margin: 7px 0;
  color: #fff;
}

.request-hist-time {
  padding: 7px 0;
  font-size: 14px;
}

span.request-hist-date::before {
  content: "\f783";
  font-family: 'font-aw';
  font-size: 16px;
  padding-right: 6px;
}

span.request-hist-time::before {
  content: "\f017";
  font-family: 'font-aw';
  font-size: 16px;
  padding-right: 6px;
  padding-left: 12px;
}


/***************************************
***
*** MAIN - CARD
***/

div#main-background {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/bgr.jpg);
  background-position: left bottom;
  background-size: cover;
  z-index: -1;
}

section.main-section, section.error-section {
  position: relative;
  justify-self: center;
  max-width: 1200px;
  align-self: center;
  width: 100%;
  background: #fff;
  margin: 20px !important;
  padding: 20px !important;
  border-radius: 10px;
  -moz-box-shadow: 3px 2px 10px -5px rgba(57, 50, 33,.3);
  -webkit-box-shadow: 3px 2px 10px -5px rgba(57, 50, 33,.3);
  box-shadow: 3px 2px 10px -5px rgba(57, 50, 33, 0.3);
}

section.error-section {
  background: rgb(238 238 238 / 50%);

}

section.error-section p {
  margin-bottom: 10px;
  font-size: 18px;
}

section.sub-section {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

section.sub-section h2 {
  font-weight: 300;
  color: #9a9a9a;
  font-size: 18px;
  border-bottom: 1px dotted #ccc;
}

.section-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 15px;
}

@media screen and (min-width: 450px) {
  .section-content {grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
}

section h2 {
  font-size: 20px;
  margin-bottom: 0px;
}


.create-area {
  margin-top: 15px;
}

#multicontact-wrap {
  display: grid;
  grid-template-columns: 10% 90%;
}

#multicontact-wrap::before {
  content: "\f2b9";
  font-family: 'font-aw';
  font-size: 1.5em;
  padding-right: 15px;
  color: #6b6b6b;
  align-self: center;
}

ul.contact-list {
  list-style: none;
  padding: 0;
}

ul.contact-list li {
  margin-bottom: 12px;
  display: grid;
  grid-template-columns: 29px auto 29px 29px;
  grid-gap: 10px;
}

.contact-list li::before {
  content: "\f2b9";
  font-family: 'font-aw';
  font-size: 1.5em;
  padding-right: 15px;
  color: #6b6b6b;
  align-self: center;
}

.contact-list li.contact_sex::before {content: "\f228";}
.contact-list li.contact_name::before {content: "\f507";}
.contact-list li.contact_bd::before {content: "\f783";}
.contact-list li.contact_adress::before {content: "\f5a0";}

.contact-edit::before {
  content: "\f044";
  font-family: 'font-aw';
  font-size: 1.5em;
  color: #6b6b6b;
  align-self: center;
  justify-self: center;
  cursor: pointer;
} 

.contact-unverify::after, .contact-delete::after {
  cursor: pointer;
}

.contact-unverify::after, .contact-verified::after, .contact-delete::after {
  content: "\f3c2";
  font-family: 'font-aw';
  font-size: 20px;
  align-self: center;
  color: #ccc
}

.contact-verified::after {
  content: "\f30d";
  color: #4da347;
}
.contact-delete::after {
  content: "\f2ed";
  color: #ff0000;
}

button.profile-save, button.profile-ad-save {
  background-color: #184589;
  display: none;
}

.contact-list li input, .contact-list li textarea  {
  font-size: 16px;
  padding: 15px 5px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  background-color: #f4fff3;
}

span.profile-sex span {
  text-decoration: underline;
  padding-right: 10px;
  cursor: pointer;
}

.select-sex-act {font-weight: 900;color: #184589;}

.multicontact-phone::before {content: "\f10b" !important;}
.multicontact-email::before {content: "\f1fa" !important;}

/** MODAL*/

div#modal-order-area {
  position: fixed;
  display: grid;
  width: 100%;
  min-height: 100%;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  background: #d7d7d791;
  z-index: 10000;
  overflow-y: scroll;
}

span.close-order {
  position: absolute;
  right: 5px;
  top: 5px;
}

span.close-order::before {
  content: '\f00d';
  display: block;
  top: 5px;
  margin: auto;
  right: 5px;
  cursor: pointer;
  color: #184589;
  font-size: 1.5em;
  vertical-align: sub;
  font-family: 'font-aw';
  padding-right: 10px;
}

section#form {
  border-top: #184589 solid 5px;
  align-self: center;
  justify-self: center;
  width: 100%;
  max-width: 450px;
  background-color: #fff;
  padding: 20px;
  position: relative;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.10);
}

/*****************
WARNING
****/

.section-warning-order {
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 4px;
  font-size: 18px;
  border-top: 3px solid #ff0000;
}

.section-warnining-area {
  position: fixed;
  display: grid;
  top: 0;
  width: 100%;
  left: 0;
  animation: showDiv 5s forwards;
  overflow: hidden;
  z-index: 1000;
}

.section-warnining-wrapper {
  width: 90%;
  max-width: 600px;
  position: relative;
  display: grid;
  justify-self: center;
  background: rgb(255 0 0);
  padding: 10px;
  padding-right: 20px;
  border-radius: 0 0 5px 5px;
  -moz-box-shadow: 3px 2px 10px -5px rgba(0, 0, 0,.3);
  -webkit-box-shadow: 3px 2px 10px -5px rgba(0, 0, 0,.3);
  box-shadow: 3px 2px 10px -5px rgba(0, 0, 0, 0.3);
}

.section-warnining-wrapper h2 {
  color: #fff;
}

.section-warnining-wrapper article {
  color: #fff;
  font-size: 18px;
}

.section-warnining-wrapper article button {
  background-color: #184589;
  margin-top: 12px;
}

@keyframes showDiv {
  0%, 50% {max-height: 0;}
  100% {max-height: 999px;}
}

span.section-warnining-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

span.section-warnining-close::before {
  content: "\f057";
  font-family: "font-aw";
  font-size: 22px;
  color: #fff;
}


/*

CARDS


*/

#cards-area {
  display: grid;
  width: 100%;
  margin-top: 15px;
  justify-self: center;
}



.cards-wrapper {
  justify-self: center;
  width: 100%;
  margin-bottom: 40px;
}

.card-block, .card-block-no {
  width: 100%;
  transition: all .5s ease;
  transform: scale(.96); 
  perspective: 1200px;
}

.card-block {cursor: pointer;z-index: 100;}

.card {
  width: 100%;
  display: grid;
  justify-self: center;
  position: relative;
  transition: all 1s ease;
  transform-style: preserve-3d;
}

.card-block-no .side{box-shadow: 0px 0px 5px 1px rgba(0, 0, 0,.1);}

.card-block:hover {transform: scale(1) translate3d(0, -5px, 0);z-index: 1000;}
.card-block:hover .side{box-shadow: -7px 10px 21px -4px rgba(0, 0, 0,.4);z-index: 1000;}

.side {
  width: 100%;
  max-width: 500px;
  border-radius: 14px;
  background-color: #fff;
  padding: 10px;
  transition: all .3s ease;
  display: block;
  backface-visibility: hidden; 
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0,.3);
  justify-self: center;
}

.side:before {
  display: block;
  content: ""; 
  width: 100%; 
  padding-top: 56.25%;
}

.side>.side-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 13% 20px 20px 20px;
  background-image: url('../img/card-background.svg');
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  overflow: hidden;
  display: grid;
}

.card-block-no .side-inner {
  background-image: url('../img/card-background-g.svg') !important;
}

.side.front>.side-inner  {
  background-image: url('../img/card-background-back.svg') !important;
  padding: 20px;
  padding-left: 50%;
  grid-template-rows: 1.3fr 0.7fr;
  grid-template-columns: 1fr;
}

.card-block-no .side-inner h2 {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  color: #9e9e9e;
}

.side-inner a {color: #184589;}

.back {position: relative;}
.front {position: absolute;top: 0;transform: rotateY(180deg);}
.flip {transform: rotateY(180deg);}

.img-qr, .card-insurance {
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}

h3.card-name {
  color: #194788;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 29px;
  text-shadow: 
  1px 0px 1px #ccc, 0px 1px 1px #eee, 
  2px 1px 1px #ccc, 1px 2px 1px #eee,
  3px 2px 1px #ccc, 2px 3px 1px #eee,
  4px 3px 1px #ccc, 3px 4px 1px #eee,
  5px 4px 1px #ccc, 4px 5px 1px #eee,
  6px 5px 1px #ccc, 5px 6px 1px #eee,
  7px 6px 1px #ccc;
}

.user-name {
  font-size: 1.3em;
  color: #2d2d2d;
  font-weight: 600;
}

.card-date {font-size: 0.9em;}
.card-date-text {font-size: 0.9em;}

section.cards-thumds {
  width: 100%;
  display: grid;
  justify-self: center;
  margin-top: 60px;
}

section.cards-thumds .side {
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
  max-width: 400px;
  width: 100%;
  position: relative;
}

.cards-cell-all {position: relative;}

section.cards-thumds .side-inner{background-image: url(../img/card-background-g.svg);}
section.cards-thumds .card-block {transform: scale(.90);}
section.cards-thumds .card-block:hover {transform: scale(1) translate3d(0, -10px, 0);}
section.cards-thumds .card-block:hover .side{-webkit-filter: grayscale(0%); filter: grayscale(0%);}
section.cards-thumds .card-block:hover .side-inner{background-image: url(../img/card-background.svg);}

section.cards-thumds h3 {
  align-self: end;
  padding: 0;
  margin: 0;
  font-size: 17px;
  border:none;
  line-height: 1;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

section.cards-thumds .user-name {font-size: 17px;}

/*CARDS MEDIA*/
@media screen and (max-width: 768px) {
  section.cards-thumds h3, section.cards-thumds .user-name {font-size: 3.7vw;}
}

@media screen and (max-width: 550px) {
  section.cards-thumds {
    grid-template-columns: repeat(auto-fit, minmax(204px, 1fr));
  }

  #cards-area {margin-top: 25px;}
  .side>.side-inner {padding-top: 14%;}

  h3.card-name {
    font-size: 5vw;
    text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #eee, 2px 1px 1px #ccc, 1px 2px 1px #eee, 2px 2px 1px #ccc, 2px 2px 1px #eee, 2px 3px 1px #ccc, 3px 2px 1px #eee, 3px 3px 1px #ccc, 2px 2px 1px #eee, 3px 3px 1px #ccc, 4px 2px 1px #eee;
  }

}

@media screen and (max-width: 450px) {
  .card-date-text {display: none;}
  .user-name {font-size: 6vw;font-weight: 600;}
  .card-date, .card-holder {font-size: 4vw;}
  .card-block-no .side-inner h2 {font-size: 16px;}

  .card-block-no .side-inner p {
    font-size: 4vw;
    line-height: 1.2em;
  }
}

/*carsds table*/

section.card-program-table table {
  width: 100%;
  max-width: 1200px;
  justify-self: center;
  border-spacing: 1px;
  table-layout: fixed;
}

section.card-program-table, section.card-info-options {display: grid;}

section.card-program-table th:before {
  font-family: 'font-aw';
  font-size: 30px;
  position: absolute;
  top: 5px;
  color: #fff;
  left: 0;
  right: 0;
}

.card-program-blocks-option span:before {
  font-family: 'font-aw';
  color: #194788;
  padding-right: 10px;
}

th.OptionName:before {content: "\f022";}
span.OptionFr:before, th.OptionFr:before {content: "\f646";}
span.OptionLevel:before, th.OptionLevel:before {content: "\f5fd";}
span.OptionLimitValue:before, th.OptionLimitValue:before {content: "\f256";}
span.OptionBalance:before, th.OptionBalance:before {content: "\f555";}
span.OptionCurrency:before, th.OptionCurrency:before {content: "\f6f2";}

section.card-program-table table thead {background-color: #194788;}
section.card-program-table table tbody {background-color: #fff;}
section.card-program-table tbody tr:nth-child(even) {background: #e8e8e8;}

section.card-program-table th, section.card-program-table td{
  width: 10%;
  min-width: 100px;
  padding: 5px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

section.card-program-table td {text-align: right;}
section.card-program-table td:first-child{text-align: left;}

section.card-program-table th {
  white-space: nowrap;
  font-size: 10px;
  position: relative;
  height: 58px;
  vertical-align: bottom;
}

section.card-program-table th>* {color: #fff !important;}

section.card-program-table th:first-child, section.card-program-table td:first-child{
  width: auto !important;
  white-space: unset;
}

.card-program-table h2, .card-info-options h2, .card-program-block h2{
  justify-self: center;
  margin: 0;
  font-weight: 300;
  font-size: 1.2em;
  background-color: #fff;
  padding: 5px 20px 10px;
  border-radius: 3px 3px 0 0;
  max-width: 90%;
  border-top: 3px solid #194788;
  color: #194788;
}

.card-info-options-block {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  border-top: 10px solid #194788;
  min-height: 50px;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 3px;
  justify-self: center;
}

.card-info-options-block article {
  margin-bottom: 10px;
  font-size: 15px;
}

.card-program-blocks-option h3 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: 300;
  color: #194788;
}

.card-program-blocks-option {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #194788;
  font-size: 15px;
  display: grid;
  grid-gap: 5px;
}

.card-info-closed::after, .card-info-opened::after {
  content: "\f0ab";
  font-family: 'font-aw';
  color: #194788;
  padding-left: 10px;
  cursor: pointer;
}
.card-info-opened::after {content: "\f0a9"}

.cards-program-block-info {display: none;}

section.card-program-block {display: none;}

@media screen and (max-width: 1200px) {
  section.card-program-table td {font-size: 1.8vw;}
  section.card-program-table th, section.card-program-table td {width: 12%;}
}

@media screen and (max-width: 768px) {

  section.card-program-block {display: grid;}
  section.card-program-table {display: none}
  .hiden-on-mobile {display: none}
}

.file-pdf::before {
  content: "\f1c1";
  font-family: 'font-aw';
  padding-right: 10px;
}

.cards-show-all-button { justify-self: center;}

button#cards-show-all {
  font-size: 1.1em;
  font-weight: 300;
  border: #4DA347 1px solid;
}

button#cards-show-all:hover {
  background: transparent;
  color: #4DA347;
}

#cards-menu {
  display: none; 
  position: absolute;
  width: 70%;
  max-width: 500px;

  height: 110%;
  min-height: 110%;
  /* height: auto; */
  top: 0;
  right: -100%;
  /* left: 0; */
  bottom: 0; 
  background: rgb(223 223 223); 
  z-index: 1001;
  overflow-y: scroll;
  box-shadow: -7px 10px 21px -4px rgba(0, 0, 0,.4);
}

div.cards-wrapper-thumds {
  display: grid;
}

.cards-wrapper-close::before {
  content: "\f057";
  font-family: 'font-aw';
  padding-right: 10px;
  padding-left: 20px;
  cursor: pointer;
}

.cards-wrapper-thumds h4 {
  /*text-align: center;*/
  justify-self: center;
  color: #194788;
  font-size: 1.3em;
  font-weight: 300;
  position: fixed;
  z-index: 1000;
  background: #ccc;
  margin: 0;
  width: 70%;
  padding: 10px;
  max-width: 500px;
}

/*ERROR*/

.error-wrap {
  display: grid;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  grid-template-rows: 1.5fr .5fr;
  min-height: 300px;
}

.error404 {
  text-align: left;
  font-size: 30px;
  justify-self: center;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-self: center;
}

[class^="error-icon-"]::before {
  font-family: 'font-aw';
  font-size: 113px;
  top: 0px;
  color: #ff8b57;
  justify-self: right;
  align-self: center;
}

.error-icon-404:before {content: "\f57a";}
.error-icon-disconnect:before {content: "\e060";}

.back-button404 {
  font-size: 1.4em;
  justify-self: center;
  align-self: center;
}

.back-button404>a::before  {
  content: "\f30a ";
  font-family: "font-aw";
  color: #ff9869;
}

@media screen and (max-width: 768px) {
  [class^="error-icon-"]::before {font-size: 100px;}
  .error404 {font-size: 24px;}
  .error-wrap {min-height: 250px;}
}
@media screen and (max-width: 550px) {
  [class^="error-icon-"]::before {font-size: 80px;}
  .error404 {font-size: 20px;}
  .back-button404 {font-size: 1.2em;}
  .error-wrap {min-height: 200px;}
}
@media screen and (max-width: 450px) {
  [class^="error-icon-"]::before {font-size: 70px;}
  .error404 {font-size: 18px;}
  .back-button404 {font-size: 1.0em;}
  .error-wrap {min-height: 150px;}
}

.tech-info {
  max-width: 100%;
  overflow: hidden;
  border-top: 16px #ccc solid;
  background-color: #eaeaea;
  padding: 5px;
  margin: 10px 0;
  font-size: 14px;
}


.confirm-request .jconfirm-box {
  width: 50%;
  min-width: 300px;
}

section.mysmart-section {
  display: grid;
  margin: 30px 0 0 0;
}

.mysmart-section h2 {
  justify-self: center;
  margin: 0;
  font-weight: 300;
  font-size: 1.2em;
  background-color: #fff;
  padding: 5px 20px 10px;
  border-radius: 3px 3px 0 0;
  max-width: 90%;
  border-top: 3px solid #194788;
  color: #194788;
  text-align: center;
}

.mysmart-container  {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  border-top: 10px solid #194788;
  min-height: 50px;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 3px;
  justify-self: center;
}

form.form-smart-test label {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

form.form-smart-test>div{
  display: grid;
  margin-bottom: 20px;

}

form.form-smart-test textarea { 
  display: block;
}

textarea.quizFormInputTextArea {
  width: 100%;
  min-height: 65px;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 18px;
}

.fa-star, .fa-thumbs, .fa-thumbs-down {
  color: #ccc;
  margin: 4px;
  font-size: 28px;
}

.fa-star:before {
  content: "\f005";
}
.fa-star-rated:before {
  color: rgb(255, 193, 7);
  font-weight: 900;
}

.fa-thumbs:before {
  content: "\f164";

}
.fa-thumbs-down:before {
  content: "\f165";
  position: relative;
  top: 7px;
  left: 10px;
}

.fa-thumbs-rated:before {
  color: rgb(255, 193, 7);
  font-weight: 900;
}

div#rate-slider {
  margin-bottom: 30px;
}


form.form-smart-test {
  display: grid;
  grid-gap: 10px;
}


form.form-smart-test button {
  justify-self: left;
}

form.form-smart-test button:disabled {
  background-color: lightgrey;
  color: #fff;
}

#notes-area {
  position: absolute;
  width: 43px;
  height: 32px;
  cursor: pointer;
  top: 6px;
  right: 5px;
  z-index: 10;
}

.notes_counter {
  padding-top: 3px;
  font-size: 12px;
  height: 22px;
  width: 22px;
  background-color: #eb0505;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  justify-self: center;
  align-self: center;
  /*cursor: pointer;*/
  position: relative;
  right: -21px;
}

.notes_counter::after {
  content: '\f0e0';
  font-family: 'font-aw';
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: -1;
  color: #ffffff;
  cursor: pointer;
}

survey-info>div {
  margin-bottom: 20px;
}

.recovery-button-hidden {
  color: #184589 !important;
  background: unset !important;
}


a.menu-item-selected {position: relative;}

card-require {
  display: grid;
  padding: 0 15px 20px 15px;
  width: 100%;
}

ask-card-area {
  justify-self: center;
  align-self: center;
  display: grid;
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 10px;
}

button-ask-card {
  justify-self: center;
  align-self: center;
  display: block;
  padding: 7px 15px 10px 15px;
  background-color: #194788;
  color: aliceblue;
  border-radius: 10px;
  margin-top: 20px;
  cursor: pointer;
}

/******************************************loader*/
.loader-main {position: fixed; overflow: hidden;min-height: 100%;min-width: 100%;top: 0;left: 0;z-index: 10000;display: grid;background-color: rgb(240 248 255 / 90%);}
.fading-circle {width: 4em;height: 4em;position: relative;margin: auto;align-self: center;justify-self:center;}
.fading-circle .circle {width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.fading-circle .circle:before {content: '';display: block;margin: 0 auto;width: 15%;height: 15%;background-color: #184589;border-radius: 100%;-webkit-animation: fading-circle-delay 1.2s infinite ease-in-out both;animation: fading-circle-delay 1.2s infinite ease-in-out both;}
.fading-circle .circle-2 {-webkit-transform: rotate(30deg);transform: rotate(30deg);}
.fading-circle .circle-3 {-webkit-transform: rotate(60deg);transform: rotate(60deg);}
.fading-circle .circle-4 {-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.fading-circle .circle-5 {-webkit-transform: rotate(120deg);transform: rotate(120deg);}
.fading-circle .circle-6 {-webkit-transform: rotate(150deg);transform: rotate(150deg);}
.fading-circle .circle-7 {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.fading-circle .circle-8 {-webkit-transform: rotate(210deg);transform: rotate(210deg);}
.fading-circle .circle-9 {-webkit-transform: rotate(240deg);transform: rotate(240deg);}
.fading-circle .circle-10 {-webkit-transform: rotate(270deg);transform: rotate(270deg);}
.fading-circle .circle-11 {-webkit-transform: rotate(300deg);transform: rotate(300deg);}
.fading-circle .circle-12 {-webkit-transform: rotate(330deg);transform: rotate(330deg);}
.fading-circle .circle-2:before {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}
.fading-circle .circle-3:before {-webkit-animation-delay: -1s;animation-delay: -1s;}
.fading-circle .circle-4:before {-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}
.fading-circle .circle-5:before {-webkit-animation-delay: -0.8s;animation-delay: -0.8s;}
.fading-circle .circle-6:before {-webkit-animation-delay: -0.7s;animation-delay: -0.7s;}
.fading-circle .circle-7:before {-webkit-animation-delay: -0.6s;animation-delay: -0.6s;}
.fading-circle .circle-8:before {-webkit-animation-delay: -0.5s;animation-delay: -0.5s;}
.fading-circle .circle-9:before {-webkit-animation-delay: -0.4s;animation-delay: -0.4s;}
.fading-circle .circle-10:before {-webkit-animation-delay: -0.3s;animation-delay: -0.3s;}
.fading-circle .circle-11:before {-webkit-animation-delay: -0.2s;animation-delay: -0.2s;}
.fading-circle .circle-12:before {-webkit-animation-delay: -0.1s;animation-delay: -0.1s;}

@-webkit-keyframes fading-circle-delay {0%, 39%, 100% {opacity: 0;}40% {opacity: 1;}}
@keyframes fading-circle-delay {0%, 39%, 100% {opacity: 0;}40% {opacity: 1;}}

/**************************************************loader*/