﻿@charset "UTF-8";
@font-face {
  font-family: 'rta';
  src: url("") format("embedded-opentype"), url("RTA-Light.woff2") format("woff2"), url("RTA-Light.woff") format("woff"), url("RTA-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'rta';
  src: url("") format("embedded-opentype"), url("RTA-Regular.woff2") format("woff2"), url("RTA-Regular.woff") format("woff"), url("RTA-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'rta';
  src: url("") format("embedded-opentype"), url("RTA-Bold.woff2") format("woff2"), url("RTA-Bold.woff") format("woff"), url("RTA-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'rta';
  src: url("") format("embedded-opentype"), url("RTA-Black.woff2") format("woff2"), url("RTA-Black.woff") format("woff"), url("RTA-Black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
	font-family: 'password';
	src: url("") format("truetype");
	font-weight: 400;
	font-style: normal;
}

/*global style*/
html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  font-family: 'rta', sans-serif;
  font-weight: 300;
  line-height: 1.4em;
  direction: rtl;
}

@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

button,
[type=reset],
[type=submit],
[type=image],
a {
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

i,
em {
  font-style: italic;
}

p {
  margin: 0 0 15px;
}

button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
textarea {
  -webkit-appearance: none;
}

.main-nav__items, .main-nav__drop-links, .rta-nav, .rta-nav__drop-col ul, .services {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content-wrap:after, .content-wrap-small:after, .content-wrap-medium:after, .header__t:after, .header__b:after, .header__services-bar:after, .input-double:after, .rta-nav:after, .rta-nav__drop:after, .services:after, .vcode:after, .violations-form:after, .violations-form-row:after, .dashboard--tabs:after, .vehicle-db-header:after, .vehicle-db.tag-order a.tag-link:after, .vehicle-db .user-form-row:after, .trips-form:after {
  content: '';
  display: table;
  clear: both;
}

.list-point a,
.list-number a,
.list-done a,
.table-wrap a,
blockquote a,
p a {
  text-decoration: underline;
}

    .list-point a:hover,
    .list-number a:hover,
    .list-done a:hover,
    .table-wrap a:hover,
    blockquote a:hover,
    p a:hover {
        text-decoration: none;
        color: #95C7DC;
    }

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
}

.wrapper {
  overflow: hidden;
}

h1 {
  color: #000;
  font-size: 4rem;
  line-height: 1.2;
  margin: 1em 0 0.5em;
  font-family: 'rta', sans-serif;
  font-weight: 600;
}

h2 {
  color: #000;
  font-size: 3.4rem;
  line-height: 1.2;
  margin: 1em 0 0.5em;
  font-family: 'rta', sans-serif;
  font-weight: 600;
}

h3 {
  color: #000;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 1em 0 0.5em;
  font-family: rta, sans-serif;
  font-weight: 600;
}

h4 {
  color: #000;
  font-size: 1.9rem;
  line-height: 1.2;
  margin: 1em 0 0.5em;
  font-family: 'rta', sans-serif;
  font-weight: 600;
}

.subtitle {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #000;
  margin: 0 0 20px;
  display: block;
}

.skip-to-content {
  padding: 10px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 3.5rem;
    line-height: 1.14286;
    color: #53565a;
  }
  h2 {
    font-size: 2.9rem;
  }
  h3 {
    font-size: 2.3rem;
  }
  h4 {
    font-size: 2rem;
  }
  .row {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .container-fluid {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

.fancybox-inner {
  overflow: auto !important;
}

.text-alert {
  display: block;
  margin: 0 0 68px;
}

.text-alert_paper {
  color: #53565a;
  font-size: 1.6rem;
}

.text-alert_paper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  width: 20px;
  height: 19px;
  background: url("");
  position: relative;
  top: -3px;
}

.text-alert_normal {
  color: #666666;
}

@media (max-width: 767px) {
  .text-alert {
    margin-bottom: 30px;
  }
}

.arrow {
  width: 19px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  background: url("") no-repeat;
}

.uploadLabel span {
  position: relative;
  padding-right: 36px;
}

.uploadLabel span:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("");
}

.fsz14 {
  font-size: 1.4rem !important;
}

.fontSz_16 {
  font-size: 1.6rem;
}

.clrGrey {
  color: #666666;
}

.form-wizard-success-message {
    padding: 20px;
    color: #95C7DC;
    font-size: 17px;
    font-weight: normal;
    background: rgba(23,28,143,0.1);
    border: 1px solid rgba(23,28,143,0.3);
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.content p a, .content li a, .content label a {
  text-decoration: underline;
}

.content p a:hover, .content li a:hover, .content label a:hover {
  text-decoration: none;
}

a:focus, a:active, button:focus, button:active, input:focus, input:active {
  outline-style: dashed;
  outline-color: #95C7DC;
  outline-width: 1px;
}

/*content wrap*/
.content-wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.content-wrap-small {
  margin: 0 auto;
  max-width: 784px;
}

.content-wrap-medium {
  margin: 0 auto;
  max-width: 992px;
}

/*header*/
.header {
  position: relative;
  z-index: 98;
}

.header .btn-login, .header .balance-btn {
  margin: 19px 10px 0 0;
  float: left;
}

@media (max-width: 767px) {
  .header .btn-login {
    padding-right: 25px;
  }
}

.header .balance-btn {
  font-size: 1.4rem;
  padding: 0.8em 1em 0.6em 1em;
  transition: 0.3s ease-out all;
}

@media (max-width: 420px) {
  .header .balance-btn {
    position: absolute;
    left: 155px;
  }
}

.header__t {
  background: #fff;
}

.header__logos {
  border-bottom: 1px solid #b8b8b8;
  padding-top: 20px;
  padding-bottom: 12px;
}

.header__services-bar {
  position: relative;
  border-bottom: 1px solid transparent;
}

.rta-opened .header__services-bar {
  background: #e00;
  border-bottom: 1px solid #50565d;
}

.header__b {
    background: rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: static;
    right: 0;
    top: 100%;
    width: 100%;
}

.header__b .content-wrap {
  position: relative;
}

.header__b .lang-switch {
  margin-top: 28px;
  float: left;
}

.header .position {
  position: absolute;
  background: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(0,0,0,0.1);
}

@media (max-width: 1023px) {
  .header .btn-login, .header .balance-btn {
    margin-right: 10px;
    margin-top: 11px;
  }
  .header .btn-logout {
    margin-right: 5px;
    margin-top: 11px;
  }
  .header__b .lang-switch {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .header__logos {
    padding: 10px 15px 9px !important;
  }
  .header__b .content-wrap {
    position: static;
  }
  .header__services-bar {
    -webkit-transition: background-color .4s linear;
    transition: background-color .4s linear;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
    .header .balance-btn {
        background: none;
        font-size: 12px;
        padding: 11px 0 0 0;
        color: #4F5063;
        margin-left: 10px;
        padding: 11px 10px 7px;
    }
}


.header .balance-open {
  padding-bottom: 16px;
  background: #fff !important;
  color: #4F5063 !important;
  border: 1px solid #95C7DC;
  border-bottom-color: transparent;
  transition: 0.3s ease-in all;
  z-index: 999999;
  border-radius: 4px;
}

@media (min-width: 420px) {
  .header .balance-open {
    position: relative;
  }
}

.header .balance-open:hover {
  background: #fff;
  color: #e00;
}

@media (max-width: 767px) {
  .header .balance-open {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 17px;
  }
  .header .balance-open:hover {
    background: #fff;
    color: #e00;
  }
}

/*footer*/
.footer {
  background: #edeeee;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #53565a;
}

.footer p {
  margin: 0 0 10px;
}

.footer-top {
  background: #ddddde;
  padding-top: 23px;
  padding-bottom: 21px;
}

.footer-bottom {
  padding-top: 42px;
  padding-bottom: 27px;
}

.footer-menu {
  border-bottom: 1px solid #b7b8b8;
  padding: 0 0 38px;
  margin-bottom: 44px;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.2;
}

.footer-menu ul li {
  margin: 0 0 15px;
}

.footer-menu ul a {
  color: #53565a;
}

.footer-menu ul a:hover, .footer-menu ul a:focus {
  color: #2d2e30;
}

.footer .last-modified {
  display: block;
  color: #000;
}

@media (max-width: 767px) {
  .footer {
    line-height: 1.42857;
  }
  .footer p {
    margin: 0 0 5px;
  }
  .footer-top {
    padding-top: 25px;
    padding-bottom: 31px;
  }
  .footer-menu {
    padding: 0 0 22px;
    margin: 0 0 26px;
    border: none;
    position: relative;
  }
  .footer-menu:after {
    background: #b7b8b8;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 30px;
    left: 30px;
    display: block;
    content: '';
  }
  .footer-menu ul {
    font-size: 1.6rem;
  }
  .footer-menu ul li {
    margin-bottom: 21px;
  }
  .footer-bottom {
    padding-top: 46px;
    text-align: center;
  }
}

.signedOutBox {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 98;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: none;
}

.signedOutBox .signedOut {
  transform: translate(-50%, -50%);
  padding: 0 40px 14px;
  background: white;
  border-radius: 5px;
  position: absolute;
  width: 50%;
  right: 50%;
  top: 50%;
}

.urp-image .signedOut p:first-child {
    padding-top: 1.5em;
}

.signedOutBox .btn-link {
  display: inline-block;
  font-size: 14px;
  margin-top: 9px;
  margin-right: 10px;
  color: #95C7DC;
  text-decoration: none;
}

.signedOutBox .btn-link:hover {
  text-decoration: none;
  color: #000;
}

@media (max-width: 767px) {
  .signedOutBox .signedOut {
    width: 85%;
  }
}

/*buttons*/
.btn {
  display: inline-block;
  vertical-align: top;
  border: none;
  background: #95C7DC;
  color: #4F5063;
  font-size: 15px;
  line-height: 18px;
  padding: 11px 10px 7px;
  padding: 0.65em 1em 0.4em;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 600;
}

.btn:hover, .btn:focus {
  background: #E2EFF9;
  color: #4F5063;
}

.btn-reverse {
  background: #E2EFF9;
  color: #4F5063;
}

.btn-reverse:hover, .btn-reverse:focus {
  background: #95C7DC;
  color: #4F5063;
}

.btn-arrow {
  width: 30px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background: url("") no-repeat;
  background-size: 30px 16px;
}

.btn-arrow:hover, .btn-arrow:focus {
  background: url("") no-repeat;
}

.btn-frame {
  border: none;
  border-radius: 100px;  
  padding: 0.7em 1em 0.4em;
  background: #E2EFF9;
  color: #4F5063;
  font-weight: 600;
}

.btn-frame:hover, .btn-frame:focus {
  background: #95C7DC;
  color: #4F5063;
}

.btn-frame_rd {
  border: none;
}

.btn-frame_rd:hover {
  border: none;
}

.btn-border {
  border: none;
}

.btn-border:hover {
  border: none;
}

.btn-pdf {
  text-align: center;
}

.btn-pdf span {
  padding: 0 36px 0 0;
  position: relative;
}

.btn-pdf span:before {
  content: '';
  position: absolute;
  top: 0.5em;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("");
}

.btn-pdf:hover span:before, .btn-pdf:focus span:before {
  background: url("");
}

.btn-remove {
  width: 20px;
  height: 22px;
  position: relative;
  padding: 0;
  border: 0;
  background: none;
}

.btn-remove:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 22px;
  background: url("");
}

.btn-remove:hover {
  opacity: .8;
}

.btn-print_red {
  text-align: center;
}

.btn-print_red span {
  padding: 0 36px 0 0;
  position: relative;
}

.btn-print_red span:before {
  content: '';
  position: absolute;
  top: 0.5em;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 16px;
  background: url("");
}

.btn-print_red:hover span:before, .btn-print_red:focus span:before {
  background: url("");
}

.btn.full-width {
  width: 100%;
}

.btn-login {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1.4rem;
  padding: 0.8em 2.5em 0.6em 1em;
}

.btn-login span {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 20px;
  background-image: url("lock_gry.svg");
  background-repeat: no-repeat;
  background-size: 13px auto;
  margin-top: 1px;
}

.btn-login:hover span, .btn-login:focus span {
  background-image: url("lock_gry.svg");
}

@media (max-width: 1023px) {
  .btn-login {
    font-size: 1.3rem;
    padding: 11px 37px 10px 12px;
  }
}

@media (max-width: 767px) {
  .btn-login {
    background: none;
    font-size: 12px;
    padding-right: 34px;
  }
  .btn-login:hover, .btn-login:focus {
    background: transparent;
  }
  .btn-login span {
    background-size: 13px auto;
  }
}

@media (max-width: 374px) {
  .btn-login {
    margin-right: 5px;
  }
}

.btn-logout span {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 20px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 15px auto;
}

.btn-logout:hover span, .btn-logout:focus span {
  background-image: url("");
}

@media (max-width: 767px) {
  .btn-logout {
    padding-right: 27px;
  }
}

.btn-dubai {
  background: url("") 50% 43% no-repeat;
  background-size: 98px 16px;
  width: 130px;
}

.rta-opened .btn-dubai {
  background-image: url("");
}

@media (max-width: 767px) {
  .btn-dubai {
    width: 98px;
    background-size: 74px 12px;
  }
}

@media (max-width: 374px) {
  .btn-dubai {
    width: 90px;
  }
}

.btn-rta {
  font: 500 1.4rem/1 'rta', arial, helvetica, sans-serif;
  color: #e10000;
  background: none;
  border: 0;
}

.btn-rta .services__btn-inner {
  font-size: 1.4rem;
}

.btn-rta__txt {
  position: relative;
  top: -2px;
}

.btn-rta__txt > span,
.btn-rta__txt img {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0.5em;
}

.btn-rta__txt img {
  padding-top: 0.2em;
  margin: 0 7px 0 0;
  width: 10px;
}

.btn-rta__txt_active {
  display: none;
}

.rta-opened .btn-rta {
  color: #fff;
}

.rta-opened .btn-rta__txt_default {
  display: none;
}

.rta-opened .btn-rta__txt_active {
  display: block;
}

@media (max-width: 767px) {
  .btn-rta {
    font-size: 12px;
  }
  .btn-rta .services__btn-inner {
    font-size: 12px;
  }
}

.btn-print {
  background: none;
  border: 0;
  font-size: 1.4rem;
  padding: 0;
  white-space: nowrap;
}

.btn-print img {
  display: inline-block;
  margin: 0 0 0 13px;
}

.btn-menu {
  float: left;
  background: none;
  border: 0;
  color: #4F5063;
  font: 500 1.2rem/1 'rta', arial, helvetica, sans-serif;
  position: relative;
  padding: 11px 22px 10px 12px;
  margin: 12px 17px 0 -20px;
}

.btn-menu span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 12px;
  border-style: solid;
  border-color: #4F5063;
  border-width: 2px 0;
}

.btn-menu span:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: 2px;
  background: #4F5063;
}

.btn-menu:hover, .btn-menu:focus {
  color: #95C7DC;
}

.btn-menu:hover span, .btn-menu:focus span {
  border-color: #95C7DC;
}

.btn-menu:hover span:before, .btn-menu:focus span:before {
  background: #95C7DC;
}

@media (max-width: 767px) {
  .btn-menu {
    font-size: 12px;
  }
}

@media (max-width: 374px) {
  .btn-menu {
    margin-right: 5px;
    text-indent: -5000px;
  }
}

.btn-accessibility {
  color: #53565a;
  font: 1.5rem/1 'rta', arial, helvetica, sans-serif;
  background: none;
  border: 0;
}

.btn-accessibility .services__btn-inner {
  font-size: 1.5rem;
}

.btn-accessibility__inner {
  position: relative;
  padding: 0 27px 0 0;
}

.btn-accessibility__ico {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 23px;
  height: 20px;
  background: url("accessibility.svg") 50% 50% no-repeat;
}

.btn-accessibility__txt {
  position: relative;
  top: -1px;
  display: inline-block;
  padding-top: 0.5em;
}

@media (max-width: 767px) {
  .btn-accessibility__txt {
    top: 3px;
  }
}

.rta-opened .btn-accessibility {
  color: #fff;
}

.rta-opened .btn-accessibility__ico {
  background-image: url("");
}

.rta-opened.accessibility-opened .btn-accessibility__ico {
  background-image: url("accessibility.svg");
}

.buttons-holder_lg {
  margin: 0 0 28px;
  text-align: center;
}

.buttons-holder_lg .btn {
  min-width: 304px;
  margin: 0 7px;
  padding: 12px 10px;
}

@media (max-width: 767px) {
  .buttons-holder_lg .btn {
    min-width: 230px;
    font-size: 1.6rem;
    margin: 0 0 7px;
  }
}

.buttons-functional {
  text-align: center;
  margin: 37px 0px 48px;
}

.buttons-functional .btn {
  min-width: 228px;
  margin: 0 6px;
}

@media (max-width: 1023px) {
  .buttons-functional .btn {
    display: block;
    margin: 0 auto 7px;
    width: 100%;
  }
}

.buttons-functional_left {
  text-align: right;
  margin: 37px 0px 48px;
}

.buttons-functional_left .btn {
  padding: 14px 10px 9px;
  min-width: 228px;
  margin: 0;
}

/*radio buttons*/
.btn-radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #b8b8b8;
  background: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.btn-radio input {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.btn-radio input:focus + span {
  outline: 1px dashed #000;
  outline-offset: 4px;
}

.btn-radio span {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 62.5%;
  height: 62.5%;
  background: #95C7DC;
  border-radius: 50%;
  display: none;
}

.btn-radio input:checked + span {
  display: block;
}

.title-line {
  position: relative;
  margin: 1em 0 0.5em;
}

.title-line:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: #b8b8b8;
  z-index: -1;
}

	.title-line h3 {
		display: inline-block;
		vertical-align: top;
		margin: 0 !important;
		font-size: 2.4rem;
    color: #95C7DC;
		background: #fff;
		padding: 0 0 0 20px;
	}

.intl-tel-input {
  position: relative;
  display: inline-block;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 36px;
  margin-left: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 1px;
  direction: ltr;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 8px 0 0;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 -1px 0 0;
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-left: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel] {
    padding-left: 6px;
    margin-right: 0;
}

.intl-tel-input.allow-dropdown .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=tel] {
 padding-left: 90px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=tel] {
 padding-left: 110px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=tel] {
 padding-left: 110px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=tel] {
 padding-left: 120px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  right: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  right: 30px;
  left: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("flags@2x.png");
  }
}

.iti-flag.np {
  background-color: transparent;
}

.intl-tel-input .phone {
    font-size: 1.8rem;
    color: #000;
    font-weight: 600;
}

.phoneExt {
    font-weight: 100 !important;
}

.intl-tel-input .selected-flag .iti-arrow {
  border: none;
  width: 13px;
  height: 20px;
  top: 16px;
  background: url("ico-opener.svg") no-repeat 4% 50%;
}

.intl-tel-input .flag-container .selected-flag {
  width: 66px;
  padding: 0 0 0 15px;
}

.checkbox {
  display: inline-block;
}

.checkbox label {
  font-size: 1.8rem;
  color: #666666;
  font-weight: 400 !important;
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px 0 0;
}

.checkbox .check {
  position: relative;
  display: inline-block;
}

.checkbox .check input {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: auto;
  width: 18px;
  height: 18px;
  opacity: 0;
  cursor: pointer;
}

.checkbox .check input:checked + span {
  background: url("");
  border: none;
}

.checkbox .check input:focus + span {
  outline: 1px dashed #000;
}

.checkbox .check input:hover + span {
  outline: 1px dashed #000;
}

.checkbox .check span {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #b8b8b8;
  z-index: 0;
  border-radius: 2px;
}

.checkbox-border .checkbox {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.checkbox-border .checkbox .check {
  position: absolute;
  top: 0.9em;
  right: 1em;
  z-index: 1;
}

.checkbox-border label {
  color: #000;
  position: relative;
  top: -4px;
  font-weight: 700;
  border-style: dashed;
  border-color: #b8b8b8;
  border: 1px dashed #b8b8b8;
  padding: 1em 3em 0.7em 1em;
  margin: 0;
  width: 100%;
}

.checkbox-border label:hover {
  background: #EDEEEE;
}


.checkbox .check input[disabled] {
    cursor: default;
}
.checkbox .check input[disabled] + span {
  background: #EDEEEE;
  border: none;
}
.checkbox .check input[disabled]:hover + span {
  outline: none;
}
.checkbox .check input[disabled]:checked + span {
  background: url("");
  border: none;
}
.default-cursor{
    cursor: default !important;
}


/*accessibility*/
.accessibility .btn-accessibility .services__btn-inner {
  font-size: 1.5rem;
}

.accessibility-opened .accessibility .btn-accessibility {
  color: #53565a !important;
  background-color: #edeeee !important;
  z-index: 100;
}

.accessibility-opened .accessibility .btn-accessibility-ico {
  background: url("") 50% 50% no-repeat !important;
}

.accessibility__drop {
  display: none;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 100%;
  width: 100%;
  background: #edeeee;
  color: #000;
  padding: 44px 0;
}

.accessibility__drop p {
  margin-bottom: 21px;
}

.accessibility__drop a {
  color: #95C7DC;
  font-weight: 600;
}

.accessibility__drop .row {
  font-size: 0;
}

.accessibility__drop [class^="col-"] {
  font-size: 1.6rem;
  line-height: 1.5;
}

.accessibility__drop .content-wrap {
  padding: 0 80px;
}

.accessibility-opened .accessibility__drop {
  display: block;
}

.accessibility__head {
  position: relative;
}

.accessibility__head .btn-print {
  position: absolute;
  left: 9%;
  top: 5px;
}

.accessibility__title {
  font: 600 2.4rem/1 'rta', arial, helvetica, sans-serif;
  display: block;
  margin: 0 0 40px;
}

.accessibility__sub-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.1;
  display: block;
  margin: 0 0 3px;
}

@media (max-width: 1023px) {
  .accessibility__drop [class^="col-"] {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    float: none;
    width: 50%;
  }
  .accessibility__head .btn-print {
    left: 0;
  }
  .accessibility__drop {
    padding: 24px 0;
  }
  .accessibility__drop .content-wrap {
    padding: 0 24px;
  }
}

@media (max-width: 767px) {
  .accessibility__drop {
    top: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s linear;
    transition: transform .4s linear;
    display: block;
    padding: 0;
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }
  .accessibility__drop [class^="col-"] {
    margin-bottom: 20px;
    display: block;
    width: auto;
    float: none;
  }
  .accessibility__drop .content-wrap {
    padding: 0;
  }
  .accessibility__drop .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .accessibility-opened .accessibility__drop {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .accessibility__head {
    background: #f6f6f6;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 0 10px;
  }
  .accessibility__head .accessibility-toggle {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .accessibility__title {
    height: 50px;
    line-height: 30px;
    padding: 10px;
    font-size: 1.6rem;
    color: #212121;
    margin: 0;
    position: relative;
    font-weight: 700;
  }
  .accessibility__title:after {
    content: '\e079';
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .accessibility__sub-title {
    padding: 10px 0;
    margin: 0 0 10px;
  }
}

/*accordion*/
.accordion-wrap {
  padding: 20px 0 20px;
}

.accordion-wrap .accordion-title {
  color: #000;
  font: 3.2rem 'rta', sans-serif;
  margin: 0 0 24px;
  display: block;
}

.accordion-wrap .accordion {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
  color: #53565a;
}

.accordion-wrap .accordion__item {
  border-bottom: 1px solid #ddddde;
  font-size: 1.8rem;
  font-weight: 400;
}

.accordion-wrap .accordion__item:first-child {
  content: "";
  border-top: 1px solid #ddddde;
}

.accordion-wrap .accordion__item .accordion__title {
  display: block;
  color: #53565a;
  position: relative;
  padding: 0.8em 2em 0.5em 0;
  cursor: pointer;
}

.accordion-wrap .accordion__item .accordion__title:hover, .accordion-wrap .accordion__item .accordion__title:focus {
  color: #95C7DC;
}

.accordion-wrap .accordion__item .accordion__title i {
  position: absolute;
  right: 10px;
  top: 1.35em;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  speak: none;
}

.accordion-wrap .accordion__item .accordion__title i:before, .accordion-wrap .accordion__item .accordion__title i:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin: -1px 0 0;
  width: 10px;
  height: 2px;
  background: #3d3d3d;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  speak: none;
}

.accordion-wrap .accordion__item .accordion__title i:after {
  width: 2px;
  height: 10px;
  right: 4px;
}

.accordion-wrap .accordion__item .accordion__slide {
  padding: 5px 32px 7px 10px;
}

.accordion-wrap .accordion .active .accordion__title {
  color: #95C7DC;
}

.accordion-wrap .accordion .active .accordion__title i:after {
  display: none;
}

@media (max-width: 767px) {
  .accordion-wrap {
    padding: 0px 0 20px;
  }
  .accordion-wrap .accordion-title {
    font-size: 2.9rem;
    margin: 0 0 11px;
    padding: 6px 0px 8px 0px;
  }
  .accordion-wrap .accordion li {
    line-height: 1.4;
  }
  .accordion-wrap .accordion li:last-child {
    border: none;
  }
  .accordion-wrap .accordion li .accordion__slide {
    padding: 5px 32px 7px;
    font-size: 1.6rem;
  }
}

/*breadcrumb*/
.breadcrumb-section {
  background: #f6f6f6;
}

.breadcrumb-section .breadcrumb {
  background: #f6f6f6;
  margin: 0;
  padding: 13px 0 9px 0;
}

.breadcrumb-section .breadcrumb li {
  line-height: 1;
  margin: 0 0 0 4px;
  font: 1.4rem/1 'rta', arial, helvetica, sans-serif;
  color: #53565a;
  padding: 0;
}

.breadcrumb-section .breadcrumb li:before {
  color: #53565a;
  margin-left: 4px;
  padding: 0;
}

.breadcrumb-section .breadcrumb li:first-child {
  float: right;
  margin-top: 2px;
}

.breadcrumb-section .breadcrumb li:nth-child(2):before {
  display: none;
}

.breadcrumb-section .breadcrumb li a {
  color: #53565a;
}

.breadcrumb-section .breadcrumb li a:hover {
  color: #95C7DC;
  text-decoration: none;
}

.breadcrumb-section .breadcrumb li .breadcrumbs-home {
  margin: 0 0 0 10px;
  text-indent: -9999px;
  display: block;
  width: 18px;
  height: 16px;
  background: url("") no-repeat;
  background-size: 18px 16px;
}

.breadcrumb-section .breadcrumb li .breadcrumbs-home:hover {
  background: url("") no-repeat;
}

.breadcrumb-section .breadcrumb .active {
  color: #000;
}

@media (max-width: 767px) {
  .breadcrumb-section {
    display: none;
  }
}

/*blockquote*/
blockquote {
  padding: 50px 80px 50px 80px;
  border: none;
  font-size: 2rem;
  line-height: 1.65;
  font-weight: 600;
  position: relative;
}

blockquote:before {
  content: "“";
  position: absolute;
  top: 9px;
  right: 25px;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
  font-family: 'rta', sans-serif;
}

blockquote:after {
  content: "„";
  position: absolute;
  top: -34px;
  left: 25px;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
  font-family: 'rta', sans-serif;
}

blockquote footer {
  font-size: 1.8rem;
  padding: 10px 10px 10px 0;
  color: #666;
  font-weight: 600;
}

blockquote footer:before {
  content: "";
  display: none;
}

@media (max-width: 767px) {
  blockquote {
    padding: 10px 30px 20px 30px;
    line-height: 1.5;
  }
  blockquote:before {
    top: 7px;
    right: -13px;
  }
  blockquote:after {
    top: -37px;
    left: -18px;
  }
  blockquote footer {
    padding: 13px 0px 10px 0px;
  }
}

/*contrast switch*/
.contrast-switch {
  line-height: 1.1;
}

.contrast-switch p {
  margin-bottom: 5px;
}

.contrast-switch label {
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0.2em 0 0;
}

.contrast-switch .btn-radio {
  margin: 0 0 0 8px;
  float: right;
}

/*content*/
.content {
  padding: 41px 0 10px;
}

.content h1 {
  margin: 0 0 20px 0;
}

.content .subtitle {
  font-size: 2rem;
  line-height: 1.6;
  margin: 0 0 30px;
  display: block;
}

.content .subtitle-margin_btm {
  margin-bottom: 5px;
}

.content-user h2 {
  font-size: 3.2rem;
  margin-bottom: 27px;
}

.content-user h3 {
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .content {
    line-height: 1.4;
    padding: 36px 0 20px;
  }
  .content h1 {
    margin: 0 0 17px;
  }
  .content .subtitle {
    line-height: 1.5;
  }
  .content h2 {
    margin: 0 0 6px;
  }
  .content h3 {
    margin: 0 0 8px;
  }
  .content h4 {
    margin: 0 0 27px;
  }
  .content-user h2 {
    font-size: 2.7rem;
    margin-bottom: 27px;
  }
}

.no-js .btn-rta__txt img {
  padding: 1px;
  width: 10px;
}

html[data-useragent*='MSIE 10.0'] .btn-rta__txt img {
  padding: 1px !important;
  width: 10px !important;
}

/*faqs*/
.faqs-section {
  padding: 41px 30px 27px;
}

.faqs-section .accordion-wrap {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  margin: 24px 0 0;
}

.faqs-section .accordion-wrap:first-child {
  margin: 0;
}

/*form search*/
.form-search {
  float: left;
  height: 72px;
  margin: 0 29px 0 0;
}

.form-search__inner {
  height: 100%;
  position: relative;
}

.form-search.opened .form-search__inner:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: -1px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #eee transparent;
}

.form-search__opener {
  position: relative;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  height: 100%;
  text-align: center;
  border: none;
  background: none;
  width: 32px;
  height: 32px;
  padding: 0;
  background: url("search_gry.png") 50% 50% no-repeat;
  background-size: 20px 20px;
  top: 5px;
  color: #fff;
}

.form-search__opener:hover, .form-search__opener:focus {
  background-image: url("search_blue.png");
}

.form-search.opened .form-search__opener {
  background-color: #11151a;
  background-image: url("");
  background-size: 18px 18px;
}

.form-search.opened .form-search__opener:hover, .form-search.opened .form-search__opener:focus {
  background-image: url("");
}

.form-search__input {
  display: none;
  position: absolute;
  left: -14px;
  top: 100%;
  background: #eee;
  border-radius: 2px;
  padding: 0 0 0 56px;
  width: 510px;
  margin: -1px 0 0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.7);
}

.form-search__input input {
  height: 53px;
  color: #53565a;
  font: normal 18px 'rta', arial, helvetica, sans-serif;
  display: block;
  width: 100%;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  background: none;
}

.form-search__input input::-webkit-input-placeholder {
  font-style: italic;
}

.form-search__input input::-moz-placeholder {
  font-style: italic;
}

.form-search__input input:-ms-input-placeholder {
  font-style: italic;
}

.form-search__input button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 56px;
  height: 100%;
  border: 0;
  background: url("search_gray.svg") 50% 50% no-repeat;
  background-size: 24px 24px;
}

.form-search__input button:focus {
  outline: 1px dotted #000;
}

.form-search.opened .form-search__input {
  display: block;
}

@media (max-width: 1023px) {
  .form-search {
    height: 54px;
    margin-right: 10px;
  }
  .form-search__opener {
    top: -8px;
  }
}

.select-field {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  font-weight: 600;
  color: #53565a;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff;
}

.select-field select {
  padding: 0.7em 0.8em 0.5em 1.5em;
  width: 100%;
  height: 47px;
  border: 1px solid #53565a;
  border-radius: 3px;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("ico-opener.svg") no-repeat 4% 50%;
}

.select-field select:focus {
  outline: none;
  border: 2px solid #95C7DC;
  padding: 0.65em 0.75em 0.5em 1.5em;
}

.select-field:hover {
  border-color: #95C7DC;
}

.select-field.half {
  float: right;
  width: 90px;
}

.select-field.half select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ie9 .select-field select {
  padding: 0.7em 0.8em 0.5em 3em;
  width: 110%;
  background: url("") no-repeat 13% 50%;
}

select::-ms-expand {
  display: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
.text-field {
  padding: 0.7em 0.8em 0.5em 0.8em;
  width: 100%;
  border: 1px solid #53565a;
  border-radius: 3px;
  color: #666;
  height: 47px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
.text-field:focus {
  border: 2px solid #95C7DC;
  outline: none;
  padding: 0.65em 0.75em 0.5em 0.75em;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
.text-field:hover {
  border-color: #95C7DC;
}

input[type="text"].input-search,
input[type="password"].input-search,
input[type="number"].input-search,
input[type="email"].input-search,
.text-field.input-search {
  height: 42.5px;
}

textarea {
  width: 100%;
  border: 1px solid #53565a;
  font-size: 1.8rem;
  color: #666666;
  font-weight: 400;
  padding: 0.7em 0.8em;
  border-radius: 3px;
  -webkit-overflow-scrolling: touch;
}

textarea:focus {
  border: 2px solid #95C7DC;
  outline: none;
  padding: 0.65em 0.75em;
}

.input-double .intl-tel-input {
  width: 128px;
  float: left;
}

.input-double .intl-tel-input .phone {
  border-radius: 0 3px 3px 0;
}

.input-double.fullwidth .intl-tel-input {
  width: 100%;
}

.input-double.fullwidth .intl-tel-input input {
  border-radius: 3px;
}

.input-double > input {
  width: 169px;
  float: right;
  border-radius: 3px 0 0 3px;
  border-right: none;
}

@media (max-width: 767px) {
  .input-double {
    position: relative;
    height: 60px;
  }
  .input-double .intl-tel-input {
    top: 0;
    right: 0;
    width: 100%;
  }
  .input-double .intl-tel-input .phone {
    border-radius: 3px;
  }
  .input-double > input {
    width: 100%;
    padding-right: 137px;
  }
}

.input-select:after {
  content: '';
  display: table;
  clear: both;
}

.input-select .select-field {
  float: right;
  width: 40%;
  border: none;
}

.input-select input {
  float: left;
  width: 59%;
}

.input-select-three:after {
  content: '';
  display: table;
  clear: both;
}

.input-select-three .select-field {
  float: right;
  width: 33.6%;
  border: none;
  margin-right: -1px;
}

.input_small[type="text"] {
  width: 150px;
}

.input-triple {
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  position: relative;
}

.input-triple input {
  width: 11.7em;
  display: inline-block;
  vertical-align: top;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 3px;
  border-radius: 3px;
  font-family: monospace !important;
  padding-top: 0.6em;
}

.input-triple input:focus {
  outline: none;
  border: 1px solid #53565a;
  padding-top: 0.6em;
  padding-right: 0.8em;
}

.input-triple i.ico {
  background: url("") no-repeat;
  background-size: 100%;
  position: absolute;
  width: 15px;
  height: 6px;
  top: -1px;
}

.input-triple i.ico.t1, .input-triple i.ico.b1 {
  right: 7.1rem;
}

.input-triple i.ico.t2, .input-triple i.ico.b2 {
  right: 14.1rem;
}

.input-triple i.ico.b1 {
  top: auto;
  bottom: -1px;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.input-triple i.ico.b2 {
  top: auto;
  bottom: -1px;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.input-triple.validate__ span.req-imp {
  display: block;
  position: absolute;
  right: 0;
  bottom: -12px;
}

.input-triple.validate__ span.req-imp span {
  color: #AF1D1D;
}

.content .subtitle.password-discprition {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  margin: 15px 0 0;
  margin-top: 50px;
}

.errorblock {
  display: none;
}

.showerrorblock {
  display: block;
}

.datepicker {
  font-size: 1.6rem;
}

.ui-datepicker-trigger {
  float: left;
  width: 22px;
  margin-top: -35px;
  position: relative;
  margin-left: 8px;
  cursor: pointer;
}

@media (max-width: 767px) {
  label {
    padding: 0.5em 0 0.25em;
  }
}

input.phone {
  padding-top: 0.7em;
  padding-bottom: 0.5em;
}

.input-triple input {
  letter-spacing: 2px;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) and (min-width: 736px) {
  .input-triple input {
    letter-spacing: 3px;
  }
}

.input-triple input::-ms-clear {
  display: none;
}

/* IE9 and IE10 rule sets go here */
@media screen and (min-width: 0\0) {
  .input-triple input {
    letter-spacing: 2px;
  }
}

@-moz-document url-prefix() {
  .input-triple input {
    letter-spacing: 2px;
  }
}

/*hero*/
.hero {
  position: relative;
  height: 532px;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  top: 63%;
  right: 55%;
  width: auto;
  height: auto;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}

.hero .content-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  width: 100%;
}

.hero-left-bar {
  display: none;
  position: absolute;
  top: 51%;
  right: -24px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: rgba(83, 86, 90, 0.9);
  z-index: 2;
  min-width: 416px;
  width: 34.7%;
  color: #fff;
  border-top: 3px solid #e00;
  padding: 23px 23px;
}

.hero-left-bar:hover .btn-arrow {
  background: url("") no-repeat;
}

.hero-left-bar-line {
  height: 3px;
  position: relative;
  margin: 0 -23px 0 43px;
}

.hero-left-bar-line:after {
  width: 100%;
  display: block;
  height: 100%;
  background: #fff;
  content: '';
}

.hero-left-bar-line .btn-arrow {
  position: absolute;
  top: -6px;
  left: -42px;
}

.hero-left-bar p {
  font-weight: 44;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 23px;
}

.hero-right-bar {
  position: absolute;
  top: 72px;
  bottom: 0;
  left: -11px;
  background: rgba(79, 80, 99, 0.9);
  z-index: 2;
  min-width: 272px;
  width: 22.7%;
}

.hero-right-bar-center {
  position: absolute;
  top: 50%;
  width: 100%;
  right: 0;
  padding: 41px 34px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hero-right-bar-center:after, .hero-right-bar-center:before {
  position: absolute;
  top: 0;
  right: 26px;
  left: 26px;
  background: #E2EFF9;
  height: 3px;
  content: '';
}

.hero-right-bar-center:after {
  top: auto;
  bottom: 0;
}

.hero-right-bar .hero-title {
  margin-bottom: 25px;
}

.hero-right-bar .btn {
  width: 100%;
  margin: 0 0 14px;
}

.hero-balance-bar {
  display: none;
  position: absolute;
  margin-top: 63px;
  left: 0;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #95C7DC;
  z-index: 9999;
  padding: 10px;
  width: 340px;
}

@media (max-width: 767px) {
  .hero-balance-bar {
    width: calc(100% - 20px);
    right: 10px;
  }
}

.hero-balance-bar label.error {
  color: #AF1D1D;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 0;
}

.hero-balance-bar__close {
  float: left;
  width: 15px;
  height: 15px;
}

.hero-balance-bar form {
  margin-top: 10px;
  font-size: 16px;
}

.hero-balance-bar select, .hero-balance-bar input {
  margin: 5px 0;
}

@media (max-width: 425px) {
  .hero-balance-bar select, .hero-balance-bar input {
    font-size: 15px;
  }
}

.hero-balance-bar input {
  font-size: 18px;
}

.hero-balance-bar .check-balance {
  margin: 8px 0;
  border: 1px solid #95C7DC;
}

.hero-balance-bar .check-balance:hover {
  border: none;
}

.hero-balance-bar label {
  color: #53565a;
  font-weight: 400;
  font-size: 18px;
}

.hero-balance-bar .mob-section {
  top: 18px !important;
}

@media (max-width: 767px) {
  .hero-balance-bar .mob-section {
    top: 20px !important;
  }
}

@media (max-width: 1023px) {
  .hero-balance-bar {
    margin-top: 54px;
  }
}

.hero-balance-info {
  display: none;
  position: absolute;
  top: 63px;
  left: 0;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #95C7DC;
  z-index: 9999;
  padding: 10px;
  width: 340px;
}

@media (max-width: 767px) {
  .hero-balance-info {
    width: calc(100% - 20px);
    right: 10px;
    top: 128px;
  }
  .header__b.position .hero-balance-info {
    top: -7px;
  }
}

.hero-balance-info__close {
  float: left;
  width: 15px;
  height: 15px;
}

.hero-balance-info .top-widget-balance-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  text-align: center;
}

.hero-balance-info__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-balance-info__actions button {
  font-size: 1.4rem;
  padding: 0.8em 1em 0.6em 1em;
}

.hero-balance-info__actions .btn-reset {
  margin-left: 10px;
}

.hero-balance-progressbar {
    margin: 0 auto;
    width: 30px;
}

.hero-title {
  font-family: 'rta', sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 11px;
  color: #fff;
  display: block;
  text-decoration: none !important;
}

.hero-title:hover {
  color: #fff;
}

.hero-title:focus {
  color: #fff;
}

.hero-title:focus ~ .hero-left-bar-line .btn-arrow {
  background: url("") no-repeat;
}

.hero a.hero-title:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
}

.hero-link-list {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  padding: 17px 0 2px;
  margin: 0;
  list-style: none;
}

.hero-link-list li {
  margin: 0 0 14px;
}

.hero-link-list a {
  display: inline-block;
  vertical-align: top;
  padding: 0 25px 0 0;
  position: relative;
  color: #E2EFF9;
  text-decoration: none;
}

.hero-link-list a:hover, .hero-link-list a:focus {
  color: #95C7DC;
}

.hero-link-list a:hover:after, .hero-link-list a:focus:after {
  border-right-color: #E2EFF9;
}

.hero-link-list a:after {
  border-right: 6px solid #95C7DC;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 0.2em;
  right: 2px;
  content: '';
}

@media (max-width: 1250px) {
  .hero-left-bar {
    right: 0;
  }
}

@media (max-width: 1023px) {
  .hero-right-bar {
    top: 54px;
  }
}

@media (max-width: 767px) {
  .hero {
    margin: 0;
    height: auto;
  }
  .hero-image {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    min-height: 0;
    min-width: 0;
    width: 100%;
  }
  .hero .content-wrap {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    background: #333;
    border-top: 3px solid #ccc;
    padding: 27px 30px 25px;
    text-align: center;
  }
  .hero-left-bar {
    background: none;
    border: none;
    width: 100%;
    min-width: 0;
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0;
  }
  .hero-left-bar p {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 30px 25px;
  }
  .hero-right-bar {
    background: none;
    width: 100%;
    min-width: 0;
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .hero-right-bar-center {
    padding: 0;
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .hero-right-bar-center:after, .hero-right-bar-center:before {
    display: none;
  }
  .hero-right-bar .btn {
    margin: 0 0 10px;
  }
  .hero-right-bar .btn-reverse {
    background: #666;
    color: #E2EFF9;
  }
  .hero-right-bar .btn-reverse:hover, .hero-right-bar .btn-reverse:focus {
    color: #666;
    background: #fff;
  }
  .hero-title {
    padding: 0.7em 1em 0.5em;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.2;
    background: #fff;
    color: #e00;
    text-align: center;
    border-radius: 5px;
    margin: 0 0 15px;
  }
  .hero-title:hover, .hero-title:focus {
    background: #e00;
    color: #fff;
  }
  .hero-title:after {
    display: none;
  }
  .hero-link-list {
    padding: 0;
    font-size: 15px;
    line-height: 19px;
  }
  .hero-link-list li {
    margin: 0 0 10px;
  }
  .hero-link-list a {
    display: block;
    padding: 0.7em 1em 0.5em;
    background: #666;
    border-radius: 100px;
  }
  .hero-link-list a:after {
    display: none;
  }
  .hero-link-list a:hover, .hero-link-list a:focus {
    color: #666;
    background: #fff;
  }
}

.w-100 {
  width: 100%;
}
/*info section*/
.info-section {
  padding-top: 44px;
  padding-bottom: 57px;
  text-align: center;
}

.info-section h1 {
  margin-bottom: 9px;
}

.info-section .subtitle {
  margin-bottom: 62px;
  font-weight: 400;
}

.info-list {
  padding: 0 3%;
  margin: 0;
  list-style: none;
  text-align: justify;
  font-size: 1px;
  line-height: 1px;
}

.info-list:after {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  content: '';
}

.info-list p {
  margin: 0 0 11px;
}

.info-list > li {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  font-size: 1.8rem;
  line-height: 1.555;
  text-align: center;
  min-width: 210px;
}

.info-list-title {
  font-family: 'rta', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 0 14px;
  color: #000;
  display: block;
  font-weight: 600;
}

.info-list-ico {
  margin: 0 auto 28px;
  width: 45px;
  height: 45px;
  position: relative;
}

.info-list-ico img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.info-list-link {
  padding: 0 4%;
  margin: 0;
  list-style: none;
  text-align: right;
}

.info-list-link a {
  display: block;
  border-bottom: 1px solid #b8b8b8;
  padding: 0.7em 1em 0.5em;
  color: #666;
  text-decoration: none;
  position: relative;
  font-weight: 600;
}

.info-list-link a:before {
  position: absolute;
  top: 1.1em;
  right: 0;
  border-right: 6px solid #999;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: '';
}

.info-list-link a:hover, .info-list-link a:focus {
  color: #95C7DC;
  border-bottom-color: #95C7DC;
}

.info-list-link a:hover:before, .info-list-link a:focus:before {
  border-right-color: #95C7DC;
}

.info-list-link a:hover:after, .info-list-link a:focus:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #95C7DC;
  content: '';
}

.info-list-link .info-list-link_phone,
.info-list-link .info-list-link_mail,
.info-list-link .info-list-link_service,
.info-list-link .info-list-link_questions {
  padding-right: 32px;
}

.info-list-link .info-list-link_phone:before,
.info-list-link .info-list-link_mail:before,
.info-list-link .info-list-link_service:before,
.info-list-link .info-list-link_questions:before {
  border: none;
}

.info-list-link .info-list-link_phone:before {
  background: url("") no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  top: 18px;
}

.info-list-link .info-list-link_phone:hover:before, .info-list-link .info-list-link_phone:focus:before {
  background-image: url("");
}

.info-list-link .info-list-link_mail:before {
  background: url("") no-repeat;
  background-size: 17px 11px;
  width: 17px;
  height: 11px;
  top: 20px;
}

.info-list-link .info-list-link_mail:hover:before, .info-list-link .info-list-link_mail:focus:before {
  background-image: url("");
}

.info-list-link .info-list-link_service:before {
  background: url("") no-repeat;
  background-size: 19px 16px;
  width: 19px;
  height: 16px;
  top: 17px;
}

.info-list-link .info-list-link_service:hover:before, .info-list-link .info-list-link_service:focus:before {
  background-image: url("");
}

.info-list-link .info-list-link_questions:before {
  background: url("") no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  top: 16px;
}

.info-list-link .info-list-link_questions:hover:before, .info-list-link .info-list-link_questions:focus:before {
  background-image: url("");
}

@media (max-width: 767px) {
  .info-section {
    padding-top: 42px;
    padding-bottom: 13px;
  }
  .info-section h1 {
    margin: 0 13px 24px;
  }
  .info-section .subtitle {
    line-height: 1.38889;
    margin-bottom: 42px;
  }
  .info-list {
    padding: 0;
  }
  .info-list-ico {
    margin-bottom: 12px;
  }
  .info-list > li {
    display: block;
    width: 100%;
    min-width: 0;
    line-height: 1.38889;
    margin: 0 0 35px;
  }
  .info-list-title {
    margin: 0 0 12px;
  }
  .info-list-link {
    padding: 0;
  }
  .info-list-link a {
    padding: 0.7em 1em 0.5em;
  }
  .info-list-link a:before {
    top: 1.1em;
    right: 0;
    border-right: 6px solid #999 !important;
    border-top: 4px solid transparent !important;
    border-bottom: 4px solid transparent !important;
    background: none;
    width: auto !important;
    height: auto !important;
    content: '';
  }
  .info-list-link a:hover:before, .info-list-link a:focus:before {
    border-right-color: #e00 !important;
  }
  .info-list p {
    margin: 0 0 15px;
  }
}

/*keywords*/
.keywords-filter {
  padding: 12px 0 12px;
  margin: 0 0 10px;
}

.keywords-filter .filter {
  margin: 0 0 8px;
  font: 1.8rem 'rta',Helvetica,Arial,sans-serif;
}

@media (max-width: 767px) {
  .keywords-filter .filter .select-field {
    margin: 0 0 15px;
  }
}

/*lang switch*/
.lang-switch {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 991px) {
  .services .lang-switch {
    color: #53565a;
  }
}
.lang-switch:hover, .lang-switch:focus {
  color: #95C7DC;
  text-decoration: none;
}

/*last news*/
.last-news {
  background: #f6f6f6;
  padding-top: 47px;
  padding-bottom: 45px;
  text-align: center;
}

.last-news h1 {
  margin: 0 0 33px;
}

.last-news-item {
  text-align: right;
  background: #fff;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin: 0 0 30px;
}

.last-news-item:hover, .last-news-item:focus {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, 0.3);
}

.last-news-item:hover .last-news-content, .last-news-item:focus .last-news-content {
  border: none;
}

.last-news-item .last-news-item-wrap {
  color: #000;
  display: block;
  text-decoration: none;
}

.last-news-item a {
  text-decoration: none;
}

.last-news-content {
  padding: 23px 23px 65px;
  border: solid #ddddde;
  border-width: 0 1px 1px;
}

.last-news-title {
  font-weight: 600;
  display: block;
}

.last-news-link-more {
  position: absolute;
  bottom: 28px;
  right: 22px;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #9EA4B0;
  font-weight: 600;
}

.last-news-link-more:hover {
  color: #95C7DC;
}

.last-news-wrap {
  margin-bottom: 35px;
}

.last-news .btn {
  min-width: 204px;
}

.last-news .btn-frame {
  color: #9EA4B0;
}

.last-news .btn-frame:hover {
  color: #4F5063;
}

@media (max-width: 1023px) {
  .last-news .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .last-news .col-xs-1, .last-news .col-sm-1, .last-news .col-md-1, .last-news .col-lg-1, .last-news .col-xs-2, .last-news .col-sm-2, .last-news .col-md-2, .last-news .col-lg-2, .last-news .col-xs-3, .last-news .col-sm-3, .last-news .col-md-3, .last-news .col-lg-3, .last-news .col-xs-4, .last-news .col-sm-4, .last-news .col-md-4, .last-news .col-lg-4, .last-news .col-xs-5, .last-news .col-sm-5, .last-news .col-md-5, .last-news .col-lg-5, .last-news .col-xs-6, .last-news .col-sm-6, .last-news .col-md-6, .last-news .col-lg-6, .last-news .col-xs-7, .last-news .col-sm-7, .last-news .col-md-7, .last-news .col-lg-7, .last-news .col-xs-8, .last-news .col-sm-8, .last-news .col-md-8, .last-news .col-lg-8, .last-news .col-xs-9, .last-news .col-sm-9, .last-news .col-md-9, .last-news .col-lg-9, .last-news .col-xs-10, .last-news .col-sm-10, .last-news .col-md-10, .last-news .col-lg-10, .last-news .col-xs-11, .last-news .col-sm-11, .last-news .col-md-11, .last-news .col-lg-11, .last-news .col-xs-12, .last-news .col-sm-12, .last-news .col-md-12, .last-news .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .last-news {
    padding-top: 39px;
    padding-bottom: 52px;
  }
  .last-news-content {
    padding: 0;
    height: auto !important;
    border: none;
  }
  .last-news-item {
    background: none;
    line-height: 1.38889;
    margin: 0 0 45px;
  }
  .last-news-item:hover, .last-news-item:focus {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: none;
  }
  .last-news-title {
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 1px;
  }
  .last-news-img {
    margin: 0 0 17px;
  }
  .last-news-link-more {
    position: static;
  }
  .last-news-wrap {
    margin-bottom: 6px;
  }
  .last-news .btn {
    width: 100%;
  }
}

/*last news2col*/
.last-news2col h1 {
  margin: 0 0 33px;
}

.last-news2col .last-news {
  background: #fff;
  padding-top: 41px;
  padding-bottom: 15px;
  text-align: right;
}

.last-news2col .last-news-item {
  text-align: right;
  background: #fff;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin: 0 0 30px;
}

.last-news2col .last-news-item:hover, .last-news2col .last-news-item:focus {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, 0.3);
}

.last-news2col .last-news-item:hover .last-news-content, .last-news2col .last-news-item:focus .last-news-content {
  border: none;
}

.last-news2col .last-news-item .last-news-item-wrap {
  color: #000;
  display: block;
  text-decoration: none;
}

.last-news2col .last-news-item a {
  text-decoration: none;
}

.last-news2col .last-news-content {
  padding: 20px 23px 65px;
  border: solid #ddddde;
  border-width: 0 1px 1px;
}

.last-news2col .last-news-title {
  font-weight: 600;
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 4px 0;
}

.last-news2col .last-news-link-more {
  position: absolute;
  bottom: 28px;
  right: 22px;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #95C7DC;
  font-weight: 600;
}

.last-news2col .last-news-link-more:hover {
  color: #000;
}

.last-news2col .last-news-wrap {
  margin-bottom: 10px;
}

.last-news2col .last-news-img img {
  width: 100%;
}

@media (max-width: 1023px) {
  .last-news2col .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .last-news2col .col-xs-1, .last-news2col .col-sm-1, .last-news2col .col-md-1, .last-news2col .col-lg-1, .last-news2col .col-xs-2, .last-news2col .col-sm-2, .last-news2col .col-md-2, .last-news2col .col-lg-2, .last-news2col .col-xs-3, .last-news2col .col-sm-3, .last-news2col .col-md-3, .last-news2col .col-lg-3, .last-news2col .col-xs-4, .last-news2col .col-sm-4, .last-news2col .col-md-4, .last-news2col .col-lg-4, .last-news2col .col-xs-5, .last-news2col .col-sm-5, .last-news2col .col-md-5, .last-news2col .col-lg-5, .last-news2col .col-xs-6, .last-news2col .col-sm-6, .last-news2col .col-md-6, .last-news2col .col-lg-6, .last-news2col .col-xs-7, .last-news2col .col-sm-7, .last-news2col .col-md-7, .last-news2col .col-lg-7, .last-news2col .col-xs-8, .last-news2col .col-sm-8, .last-news2col .col-md-8, .last-news2col .col-lg-8, .last-news2col .col-xs-9, .last-news2col .col-sm-9, .last-news2col .col-md-9, .last-news2col .col-lg-9, .last-news2col .col-xs-10, .last-news2col .col-sm-10, .last-news2col .col-md-10, .last-news2col .col-lg-10, .last-news2col .col-xs-11, .last-news2col .col-sm-11, .last-news2col .col-md-11, .last-news2col .col-lg-11, .last-news2col .col-xs-12, .last-news2col .col-sm-12, .last-news2col .col-md-12, .last-news2col .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .last-news2col {
    padding-bottom: 2px;
  }
  .last-news2col h1 {
    margin: 0 0 29px;
  }
  .last-news2col .last-news {
    padding-top: 39px;
    padding-bottom: 5px;
  }
  .last-news2col .last-news-content {
    padding: 0;
    height: auto !important;
    border: none;
  }
  .last-news2col .last-news-item {
    background: none;
    line-height: 1.38889;
    margin: 0 0 40px;
  }
  .last-news2col .last-news-item:hover, .last-news2col .last-news-item:focus {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: none;
  }
  .last-news2col .last-news-title {
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 1px;
  }
  .last-news2col .last-news-img {
    margin: 0 0 18px;
  }
  .last-news2col .last-news-img img {
    width: auto;
  }
  .last-news2col .last-news-link-more {
    position: static;
  }
  .last-news2col .last-news-wrap {
    margin-bottom: 3px;
  }
}

/*list-done*/
.list-done {
  border: 1px dashed #b8b8b8;
  padding: 32px 33px 34px 20px;
  margin: 0 0 41px;
}

.list-done li {
  position: relative;
  padding: 0 37px 0 0;
}

.list-done li:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  background: url("");
  width: 16px;
  height: 15px;
  background-size: 100%;
}

@media (max-width: 767px) {
  .list-done {
    margin: 0 -15px 41px;
    padding: 23px 8px 28px 8px;
  }
  .list-done li:before {
    right: 7px;
  }
}

/*list news*/
.list-news-section {
  padding: 18px 0 18px;
}

.list-news-section .list-news ul {
  width: 100%;
  padding: 0;
  margin: 0 0 34px;
  list-style: none;
  font-size: 1.8rem;
  line-height: 1.22;
  font-weight: 600;
  font-family: 'rta',Helvetica,Arial,sans-serif;
}

.list-news-section .list-news ul li {
  padding: 12px 0 13px;
  border-bottom: 1px solid #ddddde;
}

.list-news-section .list-news ul li:first-child {
  border-top: 1px solid #ddddde;
}

.list-news-section .list-news ul li a {
  display: inline-block;
  vertical-align: top;
  color: #53565a;
  padding: 0 25px 0 0;
  position: relative;
}

.list-news-section .list-news ul li a:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.9px 6px 4.9px 0;
  border-color: transparent #757575 transparent transparent;
}

.list-news-section .list-news ul li a:hover {
  color: #95C7DC;
  text-decoration: none;
}

.list-news-section .list-news ul li a:hover:before {
  border-color: transparent #333 transparent transparent;
}

.list-news-section .list-news ul li a time {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  color: #666;
  font-weight: 300;
  margin: 0 0 0 15px;
  width: 104px;
  text-align: center;
}

@media (max-width: 767px) {
  .list-news-section {
    padding: 5px 0 5px;
  }
  .list-news-section .list-news ul {
    margin: 0 0 25px;
  }
  .list-news-section .list-news ul li {
    padding: 17px 0 10px;
  }
  .list-news-section .list-news ul li:last-child {
    border: none;
  }
  .list-news-section .list-news ul li a {
    line-height: 1.7;
    color: #95C7DC;
    padding: 0;
  }
  .list-news-section .list-news ul li a:before {
    display: none;
  }
  .list-news-section .list-news ul li a time {
    margin: 0 0 3px;
    font-size: 1.4rem;
    text-align: right;
    display: block;
    width: 100%;
  }
}

/*list-number*/
.list-number {
  padding: 20px 0 20px 0;
  margin: 0 0 16px;
  counter-reset: item;
  clear: both;
}

.list-number li {
  position: relative;
  padding: 0 40px 1em 0;
}

.list-number li:before {
  content: counters(item, ".");
  position: absolute;
  top: -1px;
  right: 3px;
  counter-increment: item;
  color: #000;
  font-weight: 600;
  font-size: 1.8rem;
}

.list-number li ol {
  padding: 0.6em 0 0;
  margin: 0;
}

.list-number li ol li {
  padding: 3px 40px 0 0;
  font-size: 1.6rem;
}

.list-number li ol li:before {
  content: counters(item, ".");
  position: absolute;
  top: 0.2em;
  right: 3px;
  counter-increment: item;
}

.list-number li ol li:nth-child(1)::before {
  content: 'a';
}

.list-number li ol li:nth-child(2)::before {
  content: 'b';
}

.list-number li ol li:nth-child(3)::before {
  content: 'c';
}

.list-number li ol li:nth-child(4)::before {
  content: 'd';
}

.list-number li ol li:nth-child(5)::before {
  content: 'e';
}

.list-number li ol li:nth-child(6)::before {
  content: 'f';
}

.list-number li ol li:nth-child(7)::before {
  content: 'g';
}

.list-number li ol li:nth-child(8)::before {
  content: 'h';
}

.list-number li ol li:nth-child(9)::before {
  content: 'i';
}

.list-number li ol li:nth-child(10)::before {
  content: 'j';
}

@media (max-width: 767px) {
  .list-number {
    padding: 22px 0 20px 0;
    margin: 0 0 20px;
  }
  .list-number li {
    padding: 0 29px 0 0;
  }
  .list-number li ol li {
    padding: 0px 26px 0px 0;
    line-height: 1.6;
  }
  .list-number li ol li:before {
    top: 0;
    right: 3px;
  }
}

/*list-point*/
.list-point {
  margin: 0;
  padding: 17px 0 17px 0;
  clear: both;
}

.list-point li {
  position: relative;
  padding: 0 40px 1em 0;
}

.list-point li:before {
  content: "";
  position: absolute;
  top: 0.3em;
  right: 4px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}

.list-point li ul {
  padding: 0.6em 0 0;
  margin: 0;
}

.list-point li ul li {
  padding: 0.2em 2em 0.5em 0;
  font-size: 1.6rem;
}

.list-point li ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #6e6e6e;
  border-radius: 50%;
  background: none;
  top: 0.6em;
}

@media (max-width: 747px) {
  .list-point {
    padding: 7px 0 7px;
  }
  .list-point li {
    padding: 0 30px 0 0;
  }
  .list-point li:before {
    top: 9px;
    right: 2px;
  }
  .list-point li ul li {
    padding: 2px 25px 0 0;
    line-height: 1.5;
  }
}

/*link-download*/
.link-download {
  padding: 0;
  margin: 0 0 52px;
  border-top: 1px solid #ddddde;
}

.link-download li a {
  padding: 0.8em 2.7em 0.5em 0;
  display: block;
  vertical-align: top;
  position: relative;
  border-bottom: 1px solid #ddddde;
  color: #53565a;
  font-weight: 600;
}

.link-download li a:hover {
  color: #ee0000;
  border-bottom: 1px solid #ee0000;
  text-decoration: none;
}

.link-download li a:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}

.link-download li a span {
  float: left;
  color: #666;
  font-size: 1.6rem;
  margin: 0 0 0 15px;
}

.link-download li .pdf:before {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  background: url("");
  width: 22px;
  height: 22px;
}

.link-download li .pdf:hover:before {
  background: url("");
}

.link-download li .exel:before {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  background: url("");
  width: 22px;
  height: 22px;
}

.link-download li .exel:hover:before {
  background: url("");
}

@media (max-width: 767px) {
  .link-download {
    padding: 20px 0 12px 0;
    margin: 0 0 10px;
    border: none;
  }
  .link-download li a {
    font-weight: 600;
    color: #ee0000;
    padding: 10px 33px 10px 0;
    line-height: 1.25;
    border-bottom: none;
  }
  .link-download li a:hover {
    border: none;
    text-decoration: none;
  }
  .link-download li a span {
    float: none;
    display: block;
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0;
  }
  .link-download li .pdf:before {
    width: 21px;
    height: 21px;
    right: -2px;
    background: url("");
  }
  .link-download li .exel:before {
    width: 21px;
    height: 21px;
    right: 0;
    background: url("");
  }
}

.link {
  margin: 0 0 78px;
  border: 1px dashed #b8b8b8;
  padding: 26px 10px 22px;
  text-align: center;
}

.link span {
  line-height: 1;
}

.link a {
  font-weight: 600;
}

.link-marginBtm {
  margin-bottom: 49px;
}

.link.top {
  margin-top: 22px;
  margin-bottom: 20px;
}

.link.top2 {
  margin-top: 5px;
  margin-bottom: 20px;
}

.link.sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  right: 0;
  margin-bottom: 0;
  background: white;
  padding: 30px 10px 30px;
  z-index: 1;
}

.link.sticky strong {
  margin-bottom: 10px;
  display: inline-block;
}

@media (max-width: 767px) {
  .link {
    margin: 0 0 55px;
  }
  .link-margin0 {
    margin-right: 0;
    margin-left: 0;
  }
  .link.sticky {
    padding: 20px 10px 20px;
  }
}

/*logo block*/
.logo-block {
  padding-top: 71px;
  padding-bottom: 49px;
}

.logo-block-holder {
  overflow: hidden;
  text-align: center;
}

.logo-block-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0 20px;
}

.logo-block-item:after, .logo-block-item:before {
  width: 999px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 43%;
  right: -1023px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: '';
}

.logo-block-item:after {
  right: auto;
  left: -1023px;
}

@media (max-width: 767px) {
  .logo-block {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .logo-block-holder {
    margin: 0 -15px;
  }
  .logo-block-item:after, .logo-block-item:before {
    top: 46%;
  }
  .logo-block-item:after {
    left: -958px;
  }
  .logo-block-item:before {
    right: -958px;
  }
}

/*logo brand*/
.logo-brand {
  float: right;
  margin: 0 -24px 0 29px;
  width: 145px;
}

.logo-brand img {
  width: 100%;
}

@media (max-width: 1023px) {
  .logo-brand {
    width: 109px;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .logo-brand {
    width: 111px;
    margin-right: -20px;
  }
}

@media (max-width: 374px) {
  .logo-brand {
    margin-right: -20px;
    margin-left: 0;
  }
}

/*logo gov*/
.logo-gov {
  display: block;
}

@media (max-width: 767px) {
  .logo-gov {
    width: 74px;
  }
}

/*logo list*/
.logo-list {
  line-height: 0;
  text-align: left;
  margin: -5px 0 0;
  padding: 0;
  list-style: none;
}

.logo-list li {
  display: inline-block;
  vertical-align: middle;
}

.logo-list li:not(:last-child) {
  margin: 0 0 0 97px;
}

@media (max-width: 1023px) {
  .logo-list li:not(:last-child) {
    margin: 0 0 0 20px;
  }
}

@media (max-width: 767px) {
  .logo-list {
    text-align: center;
    margin-top: 38px;
  }
  .logo-list li:not(:last-child) {
    margin-left: 37px;
  }
  .logo-list li:nth-child(1) {
    width: 183px;
  }
  .logo-list li:nth-child(2) {
    width: 75px;
  }
}

@media (max-width: 374px) {
  .logo-list li:nth-child(1) {
    width: 163px;
  }
  .logo-list li:nth-child(2) {
    width: 65px;
  }
  .logo-list li:not(:last-child) {
    margin-left: 17px;
  }
}

/*logo rta*/
.logo-rta {
  margin-left: -10px;
  display: block;
}

@media (max-width: 767px) {
  .logo-rta {
    width: 182px;
    margin-left: 0;
  }
}

/*main nav*/
.main-nav {
  float: right;
}

.main-nav__items {
  height: 72px;
}

.main-nav__items > li {
  height: 100%;
  float: right;
  position: relative;
}

.main-nav__items > li > a {
  position: relative;
  height: 100%;
  display: block;
  color: #4F5063;
  font-weight: 500;
  font-size: 0;
  font-family: 'rta', arial, helvetica, sans-serif;
  white-space: nowrap;
  padding: 0 17px;
}

.main-nav__items > li > a span, .main-nav__items > li > a:after {
  display: inline-block;
  vertical-align: middle;
}

.main-nav__items > li > a:after {
  content: '';
  height: 100%;
}

.main-nav__items > li > a span {
  position: relative;
  top: -3px;
  font-size: 16px;
  white-space: normal;
  padding: 0.5em 0 0 18px;
}

.main-nav__items > li.has-drop > a span {
  position: relative;
}

.main-nav__items > li.has-drop > a span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #4F5063 transparent transparent transparent;
  margin: 2px 0 0;
  transition: border-color .2s;
}

@media (min-width: 768px) {
  .main-nav__items > li:hover .main-nav__drop,
  .main-nav__items > li.focus .main-nav__drop {
    display: block;
  }
  .main-nav__items > li:hover > a,
  .main-nav__items > li.focus > a {
    color: #95C7DC;
  }
  .main-nav__items > li.has-drop:hover > a:before,
  .main-nav__items > li.has-drop.focus > a:before {
    content: '';
    position: absolute;
    z-index: 101;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    margin: -1px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #eee transparent;
  }
  .main-nav__items > li.has-drop:hover > a span:after,
  .main-nav__items > li.has-drop.focus > a span:after {
    border-top-color: #95C7DC;
  }
}

.main-nav__drop {
  display: none;
  position: absolute;
  z-index: 100;
  background: #eee;
  right: 0;
  top: 100%;
  border-radius: 2px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.7);
  padding: 15px 0;
  font-size: 0;
  margin: -1px 0 0;
}

.main-nav__drop-inner {
  overflow: hidden;
  white-space: nowrap;
}

.main-nav__drop-title {
  display: block;
  padding: 0.3em 0.9em 0.5em;
  font-size: 1.9rem;
  color: #000;
}

.main-nav__drop-col {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 16px;
  font: 600 1.6rem/1.1 'rta', arial, helvetica, sans-serif;
  width: 224px;
}

.main-nav__drop-col:not(:first-child):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 2000px;
  background: #e1e2e3;
}

.main-nav__drop-links a {
  display: block;
  padding: 0.75em 1em 0.5em;
  color: #53565a;
}

.main-nav__drop-links a:hover, .main-nav__drop-links a:focus {
  color: #95C7DC;
  background: #fff;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .main-nav__items > li > a span {
    font-size: 1.4rem;
  }
  .main-nav__items > li > a {
    padding: 0 9px;
  }
  .form-search {
    margin-left: 10px;
  }
  .lang-switch{
    font-size: 1.4rem;
  }
}
@media (max-width: 1150px) {
  .main-nav__drop-col {
    width: 180px;
    font-size: 1.4rem;
  }
  .main-nav__drop-title {
    font-size: 1.7rem;
    padding: 0 10px 10px;
  }
  .main-nav__drop-links a {
    padding: 10px;
  }
}

@media (max-width: 1023px) {
  .main-nav__items {
    height: 54px;
  }
  .main-nav__items > li.large-drop {
    position: static;
  }
  .main-nav__items > li > a {
    padding: 0 10px;
  }
  .main-nav__items > li > a span {
    font-size: 1.4rem;
  }
}

/*media-box*/
.media-box {
  margin: 0 0 20px;
  padding: 19px 0 20px;
}

.media-box-video {
  position: relative;
  display: block;
  margin: 0 0 12px;
  background: rgba(0, 0, 0, 0.01);
}

.media-box-video img {
  width: 100%;
}

.media-box-video .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.media-box-video .video-content {
  position: absolute;
  bottom: 23px;
  right: 23px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.media-box-video .video-content .video-play {
  display: block;
  width: 61px;
  height: 61px;
  position: relative;
  text-indent: -99999px;
}

.media-box-video .video-content .video-play:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 16px 11px 0;
  border-color: transparent #ffffff transparent transparent;
}

.media-box .caption-text {
  font-size: 1.6rem;
  font-family: 'rta',Helvetica,Arial,sans-serif;
  font-weight: 600;
  line-height: 1.555;
  color: #53565a;
}

.media-box .lightbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.media-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  border: none;
}

@media (max-width: 767px) {
  .media-box {
    margin: 0 0 24px;
    padding: 19px 0 15px;
  }
  .media-box-video {
    margin: 0 0 7px;
  }
  .media-box-video .video-content {
    bottom: 17px;
    right: 18px;
  }
  .media-box-video .video-content .video-play {
    height: 50px;
    width: 50px;
  }
  .media-box .lightbox {
    display: none;
  }
  .media-box .mobile-video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
  }
}

.media-box-small {
  overflow: hidden;
  margin: 0 0 28px;
}

.media-box-small .lightbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.media-box-small iframe {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  border: none;
}

@media (max-width: 767px) {
  .media-box-small {
    margin: 0 0 12px;
  }
  .media-box-small .img-box-left, .media-box-small .img-box-right {
    float: none;
    width: 100%;
    display: block;
    margin: 0 0 17px;
  }
  .media-box-small p {
    margin: 0 0 5px;
  }
  .media-box-small .lightbox {
    display: none;
  }
  .media-box-small .mobile-video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
  }
}

.img-box-left, .img-box-right {
  width: 47%;
  float: right;
  position: relative;
  margin: 0 0 40px 48px;
}

.img-box-left img, .img-box-right img {
  width: 100%;
}

.img-box-left .video-overlay, .img-box-right .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.img-box-left .video-content, .img-box-right .video-content {
  position: absolute;
  bottom: 23px;
  right: 23px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.img-box-left .video-content .video-play, .img-box-right .video-content .video-play {
  display: block;
  width: 43px;
  height: 43px;
  position: relative;
  text-indent: -99999px;
}

.img-box-left .video-content .video-play:before, .img-box-right .video-content .video-play:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 12px 8.5px 0;
  border-color: transparent #ffffff transparent transparent;
}

.img-box-right {
  float: left;
  margin: 0 48px 40px 0;
}

@media (max-width: 767px) {
  .img-box-left, .img-box-right {
    float: none;
    width: 100%;
    display: block;
    margin: 0 0 17px;
  }
}

.text-block {
  padding: 3px 0 3px;
}

/*mobile nav*/
.mobile-nav {
  display: inline;
}

.mobile-nav__inner {
  display: inline;
}

@media (max-width: 991px) {
  .mobile-nav {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 101;
    top: 0;
    right: 0;
    padding: 41px 30px 35px;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: -webkit-transform 0.4s linear;
    transition: transform 0.4s linear;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .mobile-nav .main-nav {
    float: none;
    margin: 0 0 45px;
  }
  .mobile-nav .main-nav__items {
    height: auto;
  }
  .mobile-nav .main-nav__items > li {
    height: auto;
    float: none;
    border-bottom: 1px solid #b8b8b8;
  }
  .mobile-nav .main-nav__items > li > a {
    padding: 1em 0 0.4em;
    white-space: normal;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
  }
  .mobile-nav .main-nav__items > li > a:before {
    display: none;
  }
  .mobile-nav .main-nav__items > li > a > span {
    padding: 0 0 0 24px;
    font-size: 1.8rem !important;
  }
  .mobile-nav .main-nav__items > li > a > span:after {
    border-top-color: #53565a !important;
    top: 0.4em;
  }
  .mobile-nav .main-nav__drop {
    position: static;
    background: none;
    box-shadow: none;
    padding: 0 0 10px;
  }
  .mobile-nav .main-nav__drop-col {
    width: 100%;
    display: block;
    font-size: 1.6rem;
  }
  .mobile-nav .main-nav__drop-col:before {
    display: none;
  }
  .mobile-nav .main-nav__drop-links a {
    padding: 0.6em 0.6em;
    color: #000;
    font-weight: 300;
  }
  .mobile-nav .main-nav__drop-links a:hover {
    color: #95C7DC;
  }
  .mobile-nav .btn-accessibility {
    font-family: 'rta', sans-serif;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 24px;
    color: #53565a;
  }
  .mobile-nav .form-search {
    margin: 0;
    float: none;
    height: auto;
  }
  .mobile-nav .form-search__input {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0;
    width: 100%;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  .mobile-nav .form-search__input input {
    height: 50px;
    color: #53565a;
    font-style: normal;
    font-weight: 400;
    padding: 0 16px 0 66px;
    border-radius: 5px;
    background: #ddddde;
    border: 2px solid #ddddde;
  }
  .mobile-nav .form-search__input input:focus {
    background: none;
    border-color: #00b0b9;
    color: #000;
  }
  .mobile-nav .form-search__input button {
    width: 50px;
    background-size: 16px 16px;
  }
  .mobile-nav .btn-menu {
    font-size: 0;
    line-height: 0;
    float: none;
    position: absolute;
    top: 17px;
    left: 18px;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
  }
  .mobile-nav .btn-menu span {
    border: none;
    width: 100%;
    height: 100%;
  }
  .mobile-nav .btn-menu span:before, .mobile-nav .btn-menu span:after {
    width: 2px;
    height: 18px;
    background: #53565a;
    position: absolute;
    top: 50%;
    right: 50%;
    content: '';
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
  }
  .mobile-nav .btn-menu span:after {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
  }
}

.mobile-nav .top-bar-menu {
  margin: 0;
  float: none;
}

.mobile-nav .top-bar-menu li {
  float: none;
  border-bottom: 1px solid #b8b8b8;
}

.mobile-nav .top-bar-menu li a {
  padding: 12px 0;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  border: none;
}

.mobile-nav .top-bar-menu li a:hover {
  border: none;
}

@media (max-width: 767px) {
  .mobile-nav .top-bar-menu li.active {
    border-bottom: 2px solid #95C7DC;
  }
}

.mobile-nav .account-info {
  text-align: center;
  margin: 0 0 7px;
}

.mobile-nav .account-info br {
  display: block;
}

.mobile-nav .account-info span {
  display: inline-block;
  vertical-align: top;
}

.mobile-nav .btn {
  display: block;
  margin: 0 auto;
  color: #4F5063;
  text-align: center;
  background: #95C7DC;
}

.mobile-nav .btn:hover {
  color: #4F5063;
  background: #E2EFF9;
}

.menu-opened {
  overflow: hidden;
}

.menu-opened .mobile-nav {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.page-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
}

/*notifications*/
.notifications {
  padding: 41px 0 95px;
}

.notifications time {
  display: block;
  margin: 0 0 20px 0;
  color: #666666;
}

.notifications .subtitle {
  font-size: 2rem;
  line-height: 1.6;
}

.notifications p {
  margin: 0 0 20px;
}

.notifications .link-overview {
  font-weight: 600;
}

@media (max-width: 767px) {
  .notifications {
    padding: 36px 0 32px;
  }
  .notifications h1 {
    margin: 0 0 14px;
  }
  .notifications time {
    font-family: 'rta', sans-serif;
    font-weight: 400;
  }
  .notifications .subtitle {
    line-height: 1.5;
    margin: 0 0 22px;
  }
  .notifications p {
    line-height: 1.4;
    margin: 0 0 25px;
  }
}

/*rta nav*/
.rta-nav-wrap {
  height: 47px;
  float: right;
  display: none;
}

.rta-opened .rta-nav-wrap {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199px) {
  .rta-nav-wrap {
    float: none;
    margin-right: -24px;
    margin-left: -24px;
  }
}

@media (max-width: 767px) {
  .rta-nav-wrap {
    overflow: hidden;
    display: block;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 100%;
    height: auto;
    margin: 0;
    visibility: hidden;
    -webkit-transition: visibility .4s linear;
    transition: visibility .4s linear;
    width: 100%;
  }
}

.rta-nav {
  height: 100%;
}

.rta-nav_subtitle {
  display: none;
}

.rta-nav .noBorder {
  border: none;
}

.rta-nav li {
  padding: 0px 0;
}

.rta-nav__drop-col-holder {
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
}

.rta-nav__drop-col-holder .rta-nav__sub-drop .rta-nav__sub-drop .rta-nav__sub-drop {
  border-left: none;
}

.rta-nav .rta-nav__drop-col li.active > a,
.rta-nav .rta-nav__sub-item.active > a {
  color: #db383c;
  background: #fbf5f5;
}

.rta-nav .rta-nav__drop-col li.active > a:after,
.rta-nav .rta-nav__sub-item.active > a:after {
  display: block;
  background: url("") no-repeat;
}

.rta-nav .rta-nav__drop-col li .text,
.rta-nav .rta-nav__sub-item .text {
  overflow: hidden;
  display: block;
  margin-top: 10px;
}

.rta-nav .rta-nav__drop-col li .ico,
.rta-nav .rta-nav__sub-item .ico {
  width: 45px;
  height: 32px;
  float: right;
  text-align: center;
  white-space: nowrap;
}

.rta-nav .rta-nav__drop-col li .ico:after,
.rta-nav .rta-nav__sub-item .ico:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}

.rta-nav .rta-nav__drop-col li .ico i,
.rta-nav .rta-nav__sub-item .ico i {
  display: inline-block;
  vertical-align: middle;
}

.rta-nav .rta-nav__drop-col li .ico-licensing i,
.rta-nav .rta-nav__sub-item .ico-licensing i {
  width: 33px;
  height: 21px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-board i,
.rta-nav .rta-nav__sub-item .ico-board i {
  width: 25px;
  height: 25px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-awards i,
.rta-nav .rta-nav__sub-item .ico-awards i {
  width: 33px;
  height: 21px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-policies i,
.rta-nav .rta-nav__sub-item .ico-policies i {
  width: 25px;
  height: 22px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-customers i,
.rta-nav .rta-nav__sub-item .ico-customers i {
  width: 25px;
  height: 25px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-media i,
.rta-nav .rta-nav__sub-item .ico-media i {
  width: 25px;
  height: 24px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-work i,
.rta-nav .rta-nav__sub-item .ico-work i {
  width: 25px;
  height: 25px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-contract i,
.rta-nav .rta-nav__sub-item .ico-contract i {
  width: 25px;
  height: 25px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-pages i,
.rta-nav .rta-nav__sub-item .ico-pages i {
  width: 25px;
  height: 25px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-rta i,
.rta-nav .rta-nav__sub-item .ico-rta i {
  width: 25px;
  height: 25px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-fines i,
.rta-nav .rta-nav__sub-item .ico-fines i {
  width: 26px;
  height: 18px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-accessibility i,
.rta-nav .rta-nav__sub-item .ico-accessibility i {
  width: 22px;
  height: 25px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-feedback i,
.rta-nav .rta-nav__sub-item .ico-feedback i {
  width: 25px;
  height: 25px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-survey i,
.rta-nav .rta-nav__sub-item .ico-survey i {
  width: 25px;
  height: 25px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-help i,
.rta-nav .rta-nav__sub-item .ico-help i {
  width: 25px;
  height: 25px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-tram i,
.rta-nav .rta-nav__sub-item .ico-tram i {
  width: 25px;
  height: 25px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-metro i,
.rta-nav .rta-nav__sub-item .ico-metro i {
  width: 25px;
  height: 25px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-nol i,
.rta-nav .rta-nav__sub-item .ico-nol i {
  width: 33px;
  height: 21px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-bus i,
.rta-nav .rta-nav__sub-item .ico-bus i {
  width: 25px;
  height: 25px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-bus-water i,
.rta-nav .rta-nav__sub-item .ico-bus-water i {
  width: 25px;
  height: 25px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-abra i,
.rta-nav .rta-nav__sub-item .ico-abra i {
  width: 25px;
  height: 25px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-water-taxi i,
.rta-nav .rta-nav__sub-item .ico-water-taxi i {
  width: 25px;
  height: 25px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-ferri i,
.rta-nav .rta-nav__sub-item .ico-ferri i {
  width: 25px;
  height: 25px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-files i,
.rta-nav .rta-nav__sub-item .ico-files i {
  width: 25px;
  height: 25px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-inst i,
.rta-nav .rta-nav__sub-item .ico-inst i {
  width: 33px;
  height: 21px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li .ico-noc i,
.rta-nav .rta-nav__sub-item .ico-noc i {
  width: 33px;
  height: 21px;
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-licensing i,
.rta-nav .rta-nav__drop-col li a:hover .ico-licensing i,
.rta-nav .rta-nav__sub-item.active .ico-licensing i,
.rta-nav .rta-nav__sub-item a:hover .ico-licensing i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-board i,
.rta-nav .rta-nav__drop-col li a:hover .ico-board i,
.rta-nav .rta-nav__sub-item.active .ico-board i,
.rta-nav .rta-nav__sub-item a:hover .ico-board i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-awards i,
.rta-nav .rta-nav__drop-col li a:hover .ico-awards i,
.rta-nav .rta-nav__sub-item.active .ico-awards i,
.rta-nav .rta-nav__sub-item a:hover .ico-awards i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-policies i,
.rta-nav .rta-nav__drop-col li a:hover .ico-policies i,
.rta-nav .rta-nav__sub-item.active .ico-policies i,
.rta-nav .rta-nav__sub-item a:hover .ico-policies i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-customers i,
.rta-nav .rta-nav__drop-col li a:hover .ico-customers i,
.rta-nav .rta-nav__sub-item.active .ico-customers i,
.rta-nav .rta-nav__sub-item a:hover .ico-customers i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-media i,
.rta-nav .rta-nav__drop-col li a:hover .ico-media i,
.rta-nav .rta-nav__sub-item.active .ico-media i,
.rta-nav .rta-nav__sub-item a:hover .ico-media i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-work i,
.rta-nav .rta-nav__drop-col li a:hover .ico-work i,
.rta-nav .rta-nav__sub-item.active .ico-work i,
.rta-nav .rta-nav__sub-item a:hover .ico-work i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-contract i,
.rta-nav .rta-nav__drop-col li a:hover .ico-contract i,
.rta-nav .rta-nav__sub-item.active .ico-contract i,
.rta-nav .rta-nav__sub-item a:hover .ico-contract i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-pages i,
.rta-nav .rta-nav__drop-col li a:hover .ico-pages i,
.rta-nav .rta-nav__sub-item.active .ico-pages i,
.rta-nav .rta-nav__sub-item a:hover .ico-pages i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-fines i,
.rta-nav .rta-nav__drop-col li a:hover .ico-fines i,
.rta-nav .rta-nav__sub-item.active .ico-fines i,
.rta-nav .rta-nav__sub-item a:hover .ico-fines i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-accessibility i,
.rta-nav .rta-nav__drop-col li a:hover .ico-accessibility i,
.rta-nav .rta-nav__sub-item.active .ico-accessibility i,
.rta-nav .rta-nav__sub-item a:hover .ico-accessibility i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-feedback i,
.rta-nav .rta-nav__drop-col li a:hover .ico-feedback i,
.rta-nav .rta-nav__sub-item.active .ico-feedback i,
.rta-nav .rta-nav__sub-item a:hover .ico-feedback i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-survey i,
.rta-nav .rta-nav__drop-col li a:hover .ico-survey i,
.rta-nav .rta-nav__sub-item.active .ico-survey i,
.rta-nav .rta-nav__sub-item a:hover .ico-survey i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-help i,
.rta-nav .rta-nav__drop-col li a:hover .ico-help i,
.rta-nav .rta-nav__sub-item.active .ico-help i,
.rta-nav .rta-nav__sub-item a:hover .ico-help i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-tram i,
.rta-nav .rta-nav__drop-col li a:hover .ico-tram i,
.rta-nav .rta-nav__sub-item.active .ico-tram i,
.rta-nav .rta-nav__sub-item a:hover .ico-tram i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-metro i,
.rta-nav .rta-nav__drop-col li a:hover .ico-metro i,
.rta-nav .rta-nav__sub-item.active .ico-metro i,
.rta-nav .rta-nav__sub-item a:hover .ico-metro i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-nol i,
.rta-nav .rta-nav__drop-col li a:hover .ico-nol i,
.rta-nav .rta-nav__sub-item.active .ico-nol i,
.rta-nav .rta-nav__sub-item a:hover .ico-nol i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-bus i,
.rta-nav .rta-nav__drop-col li a:hover .ico-bus i,
.rta-nav .rta-nav__sub-item.active .ico-bus i,
.rta-nav .rta-nav__sub-item a:hover .ico-bus i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-bus-water i,
.rta-nav .rta-nav__drop-col li a:hover .ico-bus-water i,
.rta-nav .rta-nav__sub-item.active .ico-bus-water i,
.rta-nav .rta-nav__sub-item a:hover .ico-bus-water i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-abra i,
.rta-nav .rta-nav__drop-col li a:hover .ico-abra i,
.rta-nav .rta-nav__sub-item.active .ico-abra i,
.rta-nav .rta-nav__sub-item a:hover .ico-abra i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-water-taxi i,
.rta-nav .rta-nav__drop-col li a:hover .ico-water-taxi i,
.rta-nav .rta-nav__sub-item.active .ico-water-taxi i,
.rta-nav .rta-nav__sub-item a:hover .ico-water-taxi i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-ferri i,
.rta-nav .rta-nav__drop-col li a:hover .ico-ferri i,
.rta-nav .rta-nav__sub-item.active .ico-ferri i,
.rta-nav .rta-nav__sub-item a:hover .ico-ferri i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-files i,
.rta-nav .rta-nav__drop-col li a:hover .ico-files i,
.rta-nav .rta-nav__sub-item.active .ico-files i,
.rta-nav .rta-nav__sub-item a:hover .ico-files i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-inst i,
.rta-nav .rta-nav__drop-col li a:hover .ico-inst i,
.rta-nav .rta-nav__sub-item.active .ico-inst i,
.rta-nav .rta-nav__sub-item a:hover .ico-inst i {
  background: url("");
}

.rta-nav .rta-nav__drop-col li.active .ico-noc i,
.rta-nav .rta-nav__drop-col li a:hover .ico-noc i,
.rta-nav .rta-nav__sub-item.active .ico-noc i,
.rta-nav .rta-nav__sub-item a:hover .ico-noc i {
  background: url("");
}

.rta-nav__item {
  float: right;
  height: 100%;
}

.rta-nav__item-inner {
  position: relative;
  height: 100%;
  padding: 0 1px;
}

.rta-nav__item-inner > a {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.23;
}

.rta-nav__item-inner > a:hover {
  text-decoration: none;
}

.rta-nav__item-inner > a .ico,
.rta-nav__item-inner > a .txt {
  display: table-cell;
  vertical-align: middle;
  padding: 0 6px;
}

.rta-nav__item-inner > a .ico .active,
.rta-nav__item-inner > a .txt .active {
  display: none;
}

.rta-nav__item-inner > a .ico i {
  display: block;
}

.rta-nav__item-inner > a .ico-home i {
  width: 19px;
  height: 15px;
  background: url("");
}

.rta-nav__item-inner > a .ico-about i {
  width: 16px;
  height: 16px;
  background: url("");
  background-size: 100%;
}

.rta-nav__item-inner > a .ico-car i {
  width: 15px;
  height: 20px;
  background: url("") no-repeat;
  background-size: 100%;
}

.rta-nav__item-inner > a .ico-public i {
  width: 20px;
  height: 23px;
  background: url("") no-repeat;
  background-size: 100%;
}

.rta-nav__item-inner > a .ico-business i {
  height: 17px;
  width: 20px;
  background: url("") no-repeat;
  background-size: 100%;
}

.rta-nav__item-inner > a .ico-contact i {
  width: 19px;
  height: 21px;
  background: url("") no-repeat;
  background-size: 100%;
}

.rta-nav__item-inner > a .ico-data i {
  width: 20px;
  height: 20px;
  background: url("");
}

.rta-nav__item-inner > a .ico-services i {
  width: 20px;
  height: 20px;
  background: url("");
}

.rta-nav__item.focus .ico-home i {
  background: url("");
}

.rta-nav__item.focus .ico-about i {
  background: url("");
  background-size: 100%;
}

.rta-nav__item.focus .ico-car i {
  background: url("") no-repeat;
  background-size: 100%;
}

.rta-nav__item.focus .ico-public i {
  background: url("") no-repeat;
  background-size: 100%;
}

.rta-nav__item.focus .ico-business i {
  background: url("") no-repeat;
  background-size: 100%;
}

.rta-nav__item.focus .ico-contact i {
  background: url("") no-repeat;
  background-size: 100%;
}

.rta-nav__item.focus .ico-data i {
  background: url("");
}

.rta-nav__item.focus .ico-services i {
  background: url("");
}

.rta-nav__item:not(:first-child) {
  background: #e00;
}

.rta-nav__item.has-drop .rta-nav__item-inner:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent transparent #fff transparent;
}

.rta-nav__item.short-drop {
  position: relative;
}

.rta-nav__drop {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 14px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.1);
  padding: 20px 24px;
  color: #646464;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.143;
  font-weight: 700;
  margin: 0 auto;
  max-width: 1200px;
}

@media (min-width: 767px) and (max-width: 1120px) {
  .rta-nav__drop {
    padding: 0 10px;
  }
}

.rta-nav__drop a {
  color: inherit;
  display: block;
  position: relative;
  padding: 3px 0 3px 20px;
  overflow: hidden;
}

.rta-nav__drop a:hover, .rta-nav__drop a:focus {
  color: #db383c;
  text-decoration: none;
}

.rta-nav__drop .content-wrap {
  position: relative;
  height: 536px;
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (max-height: 675px) {
  .rta-nav__drop .content-wrap {
    height: 400px;
  }
}

.rta-nav__drop-col {
  position: relative;
}

.rta-nav__drop-col .back-arrow {
  display: none;
  width: 26px;
  height: 26px;
  background: url("") no-repeat 0 0;
  margin: 9px 0;
  cursor: pointer;
}

.rta-nav__drop-col > ul > .has-drop > a:after {
  display: none !important;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #646464 transparent transparent;
}

.rta-nav__drop-col > ul > .has-drop > a:hover:after, .rta-nav__drop-col > ul > .has-drop > a:focus:after {
  border-color: transparent #db383c transparent transparent;
}

.rta-nav__drop-col > ul > .active > a {
  color: #db383c;
  text-decoration: none;
}

.rta-nav__drop-col > ul > .active > a:after {
  border-width: 8px 5px 0 5px !important;
  border-color: #db383c transparent transparent transparent !important;
}

.rta-nav__item.short-drop .rta-nav__drop {
  width: 200px;
}

.rta-nav__item.short-drop .rta-nav__drop-col {
  float: none;
  width: auto;
}

.rta-nav__sub-drop {
  width: 100%;
  padding: 0 0 !important;
  position: absolute;
  top: 0;
  right: 100%;
  border-right: 1px solid #646464;
}

.rta-nav__sub-drop a {
  padding-top: 16px;
  padding-bottom: 7px;
  padding-right: 35px;
}

.rta-nav__sub-drop a:after {
  content: '';
  display: none;
  position: absolute;
  right: 10px;
  top: 13px;
  width: 9px;
  height: 13px;
  background: url("") no-repeat;
}

.rta-nav__sub-drop a:hover:after {
  background: url("") no-repeat;
}

@media (min-width: 768px) {
  .rta-nav__item:hover .rta-nav__drop,
  .rta-nav__item:focus .rta-nav__drop,
  .rta-nav__item.focus .rta-nav__drop {
    display: block;
  }
}

@media (max-width: 1199px) {
  .rta-nav {
    position: relative;
    display: table;
    width: 100%;
  }
  .rta-nav__item {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: none;
  }
  .rta-nav__item:last-child {
    border-left: 0;
  }
  .rta-nav__item.short-drop:last-child .rta-nav__drop {
    right: auto;
    left: 0;
  }
}

@media (max-width: 767px) {
  .rta-nav {
    display: block;
    font-size: 0;
    -webkit-transition: -webkit-transform .4s linear;
    transition: transform .4s linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .rta-nav_subtitle {
    display: block;
  }
  .rta-opened .rta-nav {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .rta-nav__item {
    display: block;
    width: 100%;
    background: #db383c;
    text-align: center;
    border-top: 1px solid #c63436;
  }
  .rta-nav__item-inner {
    display: table;
    width: 100%;
    height: 75px;
  }
  .rta-nav__item-inner > a {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
  .rta-nav__item-inner > a br {
    display: none;
  }
  .rta-nav__item-inner > a .ico {
    width: 38px;
    display: inline-block;
    margin: 0 0 5px;
  }
  .rta-nav__item-inner > a .txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
  }
  .rta-nav__drop {
    position: static;
    top: auto;
    box-shadow: none;
    padding: 15px;
    text-align: right;
  }
  .rta-nav__drop .content-wrap {
    position: relative;
    height: auto;
  }
  .rta-nav__item:nth-child(even) .rta-nav__drop {
    /* margin-left: -101%; */
  }
  .rta-nav__item:nth-child(odd) .rta-nav__drop {
    /* margin-right: -101%; */
  }
  .rta-nav__drop-col {
    float: none;
    width: auto;
    border: none;
    position: relative;
  }
  .rta-nav__drop-col ul {
    max-width: none;
  }
  .rta-nav__drop-col .back-arrow {
    display: block;
  }
  .rta-nav__drop-col-holder {
    width: 100%;
    padding: 0 10px;
    position: static;
  }
  .rta-nav .rta-nav__drop,
  .rta-nav .rta-nav__sub-drop {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0 !important;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 0 20px !important;
    z-index: 99;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: none;
  }
  .rta-nav .rta-nav__sub-drop {
    padding: 0 10px !important;
    margin: 0 !important;
    border: none;
  }
  .rta-nav .has-drop.active > .rta-nav__drop,
  .rta-nav .has-drop.active > .rta-nav__sub-drop,
  .rta-nav .rta-nav__sub-item.active > .rta-nav__drop,
  .rta-nav .rta-nav__sub-item.active > .rta-nav__sub-drop {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.no-touch .rta-nav__item:hover, .no-touch .rta-nav__item:focus, .no-touch .rta-nav__item.focus {
  background: #fff;
}

.no-touch .rta-nav__item:hover .rta-nav__item-inner:after,
.no-touch .rta-nav__item:focus .rta-nav__item-inner:after,
.no-touch .rta-nav__item.focus .rta-nav__item-inner:after {
  border-color: transparent transparent #db383c transparent;
}

.no-touch .rta-nav__item:hover .rta-nav__item-inner > a,
.no-touch .rta-nav__item:focus .rta-nav__item-inner > a,
.no-touch .rta-nav__item.focus .rta-nav__item-inner > a {
  text-decoration: none;
  color: #db383c;
}

.no-touch .rta-nav__item:hover .rta-nav__item-inner > a .default,
.no-touch .rta-nav__item:focus .rta-nav__item-inner > a .default,
.no-touch .rta-nav__item.focus .rta-nav__item-inner > a .default {
  display: none;
}

.no-touch .rta-nav__item:hover .rta-nav__item-inner > a .active,
.no-touch .rta-nav__item:focus .rta-nav__item-inner > a .active,
.no-touch .rta-nav__item.focus .rta-nav__item-inner > a .active {
  display: block;
}

.no-touch .rta-nav__item:hover .rta-nav__item-inner > a .ico-home i,
.no-touch .rta-nav__item:focus .rta-nav__item-inner > a .ico-home i,
.no-touch .rta-nav__item.focus .rta-nav__item-inner > a .ico-home i {
  background: url("");
}

.no-touch .rta-nav__item:hover .rta-nav__item-inner > a .ico-about i,
.no-touch .rta-nav__item:focus .rta-nav__item-inner > a .ico-about i,
.no-touch .rta-nav__item.focus .rta-nav__item-inner > a .ico-about i {
  background: url("");
  background-size: 100%;
}

.no-touch .rta-nav__item:hover .rta-nav__item-inner > a .ico-car i,
.no-touch .rta-nav__item:focus .rta-nav__item-inner > a .ico-car i,
.no-touch .rta-nav__item.focus .rta-nav__item-inner > a .ico-car i {
  background: url("") no-repeat;
  background-size: 100%;
}

.no-touch .rta-nav__item:hover .rta-nav__item-inner > a .ico-public i,
.no-touch .rta-nav__item:focus .rta-nav__item-inner > a .ico-public i,
.no-touch .rta-nav__item.focus .rta-nav__item-inner > a .ico-public i {
  background: url("") no-repeat;
  background-size: 100%;
}

.no-touch .rta-nav__item:hover .rta-nav__item-inner > a .ico-business i,
.no-touch .rta-nav__item:focus .rta-nav__item-inner > a .ico-business i,
.no-touch .rta-nav__item.focus .rta-nav__item-inner > a .ico-business i {
  background: url("") no-repeat;
  background-size: 100%;
}

.no-touch .rta-nav__item:hover .rta-nav__item-inner > a .ico-contact i,
.no-touch .rta-nav__item:focus .rta-nav__item-inner > a .ico-contact i,
.no-touch .rta-nav__item.focus .rta-nav__item-inner > a .ico-contact i {
  background: url("") no-repeat;
  background-size: 100%;
}

.no-touch .rta-nav__item:hover .rta-nav__item-inner > a .ico-data i,
.no-touch .rta-nav__item:focus .rta-nav__item-inner > a .ico-data i,
.no-touch .rta-nav__item.focus .rta-nav__item-inner > a .ico-data i {
  background: url("");
}

.no-touch .rta-nav__item:hover .rta-nav__item-inner > a .ico-services i,
.no-touch .rta-nav__item:focus .rta-nav__item-inner > a .ico-services i,
.no-touch .rta-nav__item.focus .rta-nav__item-inner > a .ico-services i {
  background: url("");
}

/*score block*/
.score-block {
  float: left;
  margin-top: 9px;
}

.score-block-label {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #53565a;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 5px 8px;
}

.score-block-item {
  margin: 0 12px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.score-block-item:focus {
  outline-color: #fff;
}

@media (max-width: 1024px) {
  .score-block {
    float: none;
    margin-top: -9px;
  }
  .score-block-label {
    display: block;
    margin: 0 0 10px;
  }
  .score-block-item {
    margin: 0 0 0 10px;
  }
}

@media (max-width: 767px) {
  .score-block {
    text-align: center;
    line-height: 0;
  }
  .score-block-label {
    margin-bottom: 16px;
  }
  .score-block-item {
    margin: -5px;
    width: 47%;
  }
  .score-block-item:nth-child(2n+1) {
    margin: 0 6% 0 0;
  }
  .score-block-item img {
    width: 100%;
  }
}

/*services*/
.services {
  float: left;
  height: 47px;
  margin: 0 0 0 -26px;
}

.services__item {
  float: right;
  height: 100%;
  margin: 0 0 0 -1px;
}

.services__item:not(:last-child) .services__item-inner:after {
  content: '';
  position: absolute;
  left: 0;
  height: 12px;
  width: 1px;
  background: #adadad;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.rta-opened .services__item:not(:last-child) .services__item-inner:after {
  background: #fff;
}

.services__item-inner {
  position: relative;
  height: 100%;
  z-index: 1;
}

.services__btn {
  display: block;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
  padding: 0 16px;
}

.services__btn-inner, .services__btn:after {
  display: inline-block;
  vertical-align: middle;
}

.services__btn:after {
  content: '';
  height: 100%;
}

.services__btn-inner {
  font-size: 1.4rem;
  white-space: normal;
}

@media (max-width: 1199px) {
  .services {
    float: none;
  }
}

@media (max-width: 767px) {
  .services {
    margin: 0;
    text-align: center;
    height: 39px;
    font-size: 0;
  }
  .services .lang-switch {
    color: #53565a;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
  }
  .services .lang-switch .services__btn-inner {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .rta-opened .services .lang-switch {
    color: #fff;
  }
  .services__item {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  .services__btn {
    padding: 0 10px;
  }
}

.searchResults ul {
  padding-right: 0px;
}

.searchResults ul li {
  padding-right: 0;
  margin-bottom: 30px;
  list-style: none;
}

.social-networks {
  padding: 0;
  margin: 0 -6px 20px 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.social-networks li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 12px;
}

.social-networks a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  color: #000;
}

.social-networks a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
}

.social-networks a.facebook:hover:after, .social-networks a.facebook:focus:after {
  background-image: url("facebook_d-gray.svg");
}

.social-networks a.facebook:after {
  background: url("facebook_gray.svg") no-repeat;
  background-size: 10px 20px;
  width: 10px;
  height: 20px;
}

.social-networks a.twitter:hover:after, .social-networks a.twitter:focus:after {
  background-image: url("twitter-x_d-gray.svg");
}

.social-networks a.twitter:after {
  background: url("twitter-x_gray.svg") no-repeat;
  background-size: 26px 20px;
  width: 26px;
  height: 20px;
}

.social-networks a.instagramm:hover:after, .social-networks a.instagramm:focus:after {
  background-image: url("instagramm_d-gray.svg");
}

.social-networks a.instagramm:after {
  background: url("instagramm_gray.svg") no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}

.social-networks a.youtube:hover:after, .social-networks a.youtube:focus:after {
  background-image: url("youtube_d-gray.svg");
}

.social-networks a.youtube:after {
  background: url("youtube_gray.svg") no-repeat;
  background-size: 21px 16px;
  width: 21px;
  height: 16px;
}

.social-networks a.linkedin:hover:after, .social-networks a.linkedin:focus:after {
  background-image: url("linkedin_d-gray.svg");
}

.social-networks a.linkedin:after {
  background: url("linkedin_gray.svg") no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}

@media (max-width: 767px) {
  .social-networks li {
    margin: 0 4px;
  }
  .social-networks a {
    width: 40px;
    height: 40px;
  }
  .social-networks a.facebook:after {
    background-image: url("facebook_d-gray.svg");
    background-size: 12px 24px;
    width: 12px;
    height: 24px;
  }
  .social-networks a.twitter:after {
    background-image: url("twitter-x_d-gray.svg");
    background-size: 30px 24px;
    width: 30px;
    height: 24px;
  }
  .social-networks a.instagramm:after {
    background-image: url("instagramm_d-gray.svg");
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
  }
  .social-networks a.youtube:after {
    background-image: url("youtube_d-gray.svg");
    background-size: 25px 20px;
    width: 25px;
    height: 20px;
  }
  .social-networks a.linkedin:after {
    background-image: url("linkedin_d-gray.svg");
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
  }
}

/*table*/
.table-wrap {
  margin: 0 0 40px;
}

.table-wrap .table {
  border: 1px solid #b8b8b8;
  font-size: 1.6rem;
}

.table-wrap .table thead {
  background: #ddddde;
}

.table-wrap .table thead th {
  padding: 10px 12px 10px;
}

.table-wrap .table tbody tr:nth-child(2n) {
  background: #f6f6f6;
}

.table-wrap .table tbody tr td {
  padding: 10px 12px 10px;
}

@media (max-width: 767px) {
  .table-wrap {
    margin: 0 -16px 40px;
  }
  .table-wrap .table tbody tr:nth-child(2n) {
    background: none;
  }
  .table-wrap .table tbody tr.mobile-gray-decore td {
    background: #f6f6f6;
  }
  .table-wrap .table tbody tr.footable-row-detail {
    background: #fff;
  }
  .table-wrap tr {
    cursor: pointer;
  }
  .table-wrap tr th:first-child span {
    display: none;
  }
  .table-wrap tr.footable-detail-show .mobile-hide {
    display: inline-block;
    vertical-align: top;
  }
  .table-wrap tr.footable-detail-show .ico:before {
    display: none;
  }
  .table-wrap tr.footable-detail-show .ico:after {
    background: #000;
  }
  .table-wrap .footable-row-detail .footable-row-detail-cell {
    border: none;
    padding-top: 6px;
  }
  .table-wrap .footable-row-detail-row {
    overflow: hidden;
  }
  .table-wrap .footable-row-detail-row .footable-row-detail-name,
  .table-wrap .footable-row-detail-row .footable-row-detail-value {
    float: right;
    width: 50%;
  }
  .table-wrap td {
    overflow: hidden;
  }
  .table-wrap .mobile-hide {
    display: none;
  }
  .table-wrap .ico {
    margin: 7px 10px;
    float: left;
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    position: relative;
  }
  .table-wrap .ico:after, .table-wrap .ico:before {
    position: absolute;
    content: "";
  }
  .table-wrap .ico:after {
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 2px;
    background: #AF1D1D;
  }
  .table-wrap .ico:before {
    top: 0;
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    width: 2px;
    background: #AF1D1D;
  }
}

/*text resize*/
.text-resize button {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #afb1b3;
  margin: 0 0 0 7px;
  color: #000;
  background: none;
  padding: 0;
}

.text-resize button:after {
  content: 'A';
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-family: 'rta', arial, helvetica, sans-serif;
  margin-top: 2px;
}

.text-resize button:hover, .text-resize button:focus {
  border-color: #727478;
}

.text-resize__dec {
  width: 4rem;
  height: 3.6rem;
}

.text-resize__dec:after {
  font-size: 1.4rem;
}

.text-resize__inc {
  width: 6.2rem;
  height: 5.2rem;
}

.text-resize__inc:after {
  font-size: 2.4rem;
}

/*maps*/
.maps {
  height: 517px;
  position: relative;
  overflow: hidden;
  background: #c2e0ff;
}

.maps h1 {
  font-size: 3.2rem;
  margin: 0 0 24px;
  font-weight: 400;
}

.maps .content-wrap {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1287px;
  padding: 0 20px;
  height: 0;
}

.maps #toll-gates-map {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.maps-info {
  width: 312px;
  height: 398px;
  background: #f9fcff;
  padding: 6px 6px 6px 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.maps-info-wrap {
  padding: 16px 18px 0 5px;
}

.maps-info .scroll-pane {
  height: 386px;
}

.maps-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ddddde;
}

.maps-info-list li {
  border-bottom: 1px solid #ddddde;
}

.maps-info-list li.active .maps-info-list-opener {
  color: #95C7DC;
}

.maps-info-list li.active .maps-info-list-opener:after {
  border-top-width: 0;
  border-bottom: 6px solid #95C7DC;
}

.maps-info-list-opener {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #53565a;
  background: none;
  border: none;
  width: 100%;
  padding: 0.8em 1.7em 0.5em 0;
  font-weight: 600;
  text-align: right;
  position: relative;
}

.maps-info-list-opener:hover, .maps-info-list-opener:focus {
  color: #95C7DC;
  outline: none;
}

.maps-info-list-opener:hover:after, .maps-info-list-opener:focus:after {
  border-top-color: #95C7DC;
}

.maps-info-list-opener:after {
  position: absolute;
  top: 50%;
  right: 12px;
  border-top: 6px solid #727475;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
}

.maps-info-list-slide {
  padding: 0 32px 0 5px;
  color: #000;
  font-size: 1.6rem;
  list-style: 1.75;
}

.maps-info-list-map {
  margin: 1px 0 17px;
  position: relative;
}

.maps-info-list-map img {
  display: block;
  width: 100%;
  height: auto;
}

.maps-info-list-map-popup {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 0 0 2px;
  background: #fff;
}

.maps .jspVerticalBar {
  width: 6px;
  background: none;
}

.maps .jspTrack {
  background: none;
}

.maps .jspDrag {
  background: #b8b8b8;
  border-radius: 5px;
}

.maps .info-window {
  position: relative;
  width: 219px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  padding: 1px;
}

.maps .info-window:after {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -5px;
  right: 50%;
  -webkit-transform: translate(-50%, 0) rotate(43deg);
  -ms-transform: translate(-50%, 0) rotate(43deg);
  transform: translate(-50%, 0) rotate(43deg);
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  z-index: -1;
  content: '';
}

.maps .info-window-overlay {
  position: absolute;
  right: 1px;
  left: 1px;
  bottom: 1px;
  height: 30%;
  background: url("");
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.07) 15%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.74) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.07) 15%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.74) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.07) 15%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.74) 100%);
}

.maps .info-window-title {
  font-size: 17px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  position: absolute;
  bottom: 11px;
  right: 17px;
  left: 17px;
  z-index: 3;
}

.maps .info-window img {
  display: block;
  width: 100%;
  height: auto;
}

.maps .gm-style-iw + .info-window {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: -1px;
  z-index: 10;
  width: 289px;
  overflow: hidden;
}

.maps .gm-style-iw + .info-window:after {
  display: none;
}

.maps-pin {
  position: absolute;
  top: 50%;
  right: 70%;
}

.maps-pin-opener {
  display: block;
  width: 32px;
  height: 35px;
  background: none;
  border: none;
  padding: 0;
}

.maps-pin-slide {
  width: 272px;
  background: #fff;
  position: absolute;
  right: 50%;
  bottom: 51px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  padding: 1px;
  z-index: 1;
}

.maps-pin-slide:after {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -5px;
  right: 50%;
  -webkit-transform: translate(-50%, 0) rotate(43deg);
  -ms-transform: translate(-50%, 0) rotate(43deg);
  transform: translate(-50%, 0) rotate(43deg);
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  z-index: -1;
  content: '';
}

.maps-pin-slide-overlay {
  position: absolute;
  right: 1px;
  left: 1px;
  bottom: 1px;
  height: 30%;
  background: url("");
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.07) 15%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.74) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.07) 15%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.74) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.07) 15%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.74) 100%);
}

.maps-pin-slide-title {
  font-size: 17px;
  height: 1.2;
  color: #fff;
  font-weight: 600;
  position: absolute;
  bottom: 11px;
  right: 17px;
  left: 17px;
  z-index: 3;
}

.maps-pin-slide img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .maps {
    height: auto;
    background: none;
    margin: 0 0 54px;
  }
  .maps .content-wrap {
    padding: 0 30px;
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    height: auto;
  }
  .maps-info {
    width: 100%;
    height: auto;
    background: none;
    padding: 34px 0 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .maps-info-wrap {
    padding: 0;
  }
  .maps-info h2 {
    font-size: 3.5rem;
    font-weight: 300;
    margin: 0 0 23px;
  }
  .maps-info .scroll-pane {
    height: auto;
  }
  .maps-info .scroll-pane .jspContainer {
    height: auto !important;
  }
  .maps-info .scroll-pane .jspContainer .jspPane {
    position: static !important;
  }
  .maps-info-list li.active .maps-info-list-opener:after {
    border: none;
  }
  .maps-info-list li.active .maps-info-list-opener:before {
    display: none;
  }
  .maps-info-list-opener {
    font-size: 2rem;
    padding: 14px 25px 14px 10px;
  }
  .maps-info-list-opener:after, .maps-info-list-opener:before {
    position: absolute;
    top: 50%;
    right: 0;
    border: none;
    width: 10px;
    height: 2px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #757575;
    content: '';
  }
  .maps-info-list-opener:before {
    width: 2px;
    height: 10px;
    right: 4px;
  }
  .maps-info-list-slide {
    padding: 0 0 9px;
    font-size: 1.8rem;
    line-height: 1.38889;
  }
}

.top-bar {
  background: #ddddde;
}

.top-bar-menu {
  float: right;
  margin: 0 -24px 0 0;
}

.top-bar-menu-item {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.top-bar .account-info {
  float: left;
  margin: 16px 0 0 -12px;
}

@media (max-width: 767px) {
  .top-bar {
    display: none;
  }
  .top-bar .top-bar-menu {
    float: none;
    margin: 0 -14px;
  }
  .top-bar .top-bar-menu li {
    width: 100%;
    float: none;
    text-align: center;
  }
  .top-bar .top-bar-menu li a {
    padding: 8px 9px 4px;
  }
  .top-bar .account-info {
    width: auto;
    margin: 17px -14px 0;
    float: none;
  }
}

.top-bar-menu {
  overflow: hidden;
  padding: 0;
}

.top-bar-menu li {
  list-style-type: none;
  font-family: 'rta', arial, helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  float: right;
}

.top-bar-menu li.active a {
  color: #000000;
  border-color: #95C7DC;
}

.top-bar-menu a {
  display: block;
  color: #606060;
  padding: 16px 20px 14px;
  border-bottom: 2px solid transparent;
}

.top-bar-menu a:hover {
  text-decoration: none;
  color: #000000;
  border-color: #95C7DC;
}

@media (max-width: 1023px) {
  .top-bar-menu li {
    font-size: 1.4rem;
  }
  .top-bar-menu li a {
    padding: 16px 7px 14px;
  }
}

.contact-heading {
  padding-top: 41px;
  padding-bottom: 72px;
  background: #fff;
}

.contact-heading h1 {
  margin: 0 0 31px;
  color: #000;
}

.contact-heading .questions {
  display: block;
  font-size: 2.4rem;
  margin: 0 0 13px;
  color: #000;
  line-height: 1.2;
  font-family: 'rta', sans-serif;
  font-weight: 400;
}

.contact-heading form {
  padding-top: 15px;
}

.contact-info {
  background: #fcfcfc;
  padding-top: 58px;
  padding-bottom: 47px;
}

.contact-info .info-list {
  padding: 0 1.7%;
}

.contact-info .info-list-ico {
  width: 110px;
  height: 83px;
  margin-bottom: 26px;
}

.contact-info .info-list p {
  margin: 0 0 24px;
}

.contact-info .info-list .btn {
  min-width: 224px;
}

.contact-info .info-list-contacts {
  padding: 0;
}

.contact-info .info-list-contacts li {
  list-style-type: none;
  margin: 0 0 10px;
}

.contact-info .info-list-contacts li a {
  font-weight: 600;
}

.contact-info .info-list-contacts li a:hover {
  text-decoration: none;
}

.contact-info .info-list-contacts li a.tel {
  pointer-events: none;
}

.contact-info .info-list-contacts li strong {
  font-weight: 600;
}

.contact-info .info-list-contacts li p {
  margin: 0 0 1px;
}

.contact-form {
  text-align: center;
  padding-top: 63px;
}

.contact-form h2 {
  font-size: 3.2rem;
}

.contact-form span.req-imp {
  text-align: right;
}

.contact-form form {
  padding: 16px 0 37px;
  border-bottom: 1px solid #b8b8b8;
}

.contact-form form .select-field {
  margin: 0 0 8px;
}

.contact-form form input {
  margin: 0 0 8px;
}

.contact-form form textarea {
  height: 269px;
}

.contact-form .textarea-counter {
  font-size: 1.6rem;
  color: #666666;
  display: block;
  text-align: left;
  font-weight: 400;
  padding: 4px 0px 1px;
}

.contact-form .btn {
  min-width: 202px;
}

.contact-form-footer {
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 30px 0 34px;
  text-align: center;
}

@media (max-width: 1040px) {
  .contact-info .info-list-contacts li {
    font-size: 1.5rem;
  }
  .contact-info .info-list-contacts li strong {
    display: block;
    text-align: center;
    margin: -9px 0;
  }
}

@media (max-width: 767px) {
  .contact-heading {
    padding-bottom: 47px;
  }
  .contact-heading h1 {
    text-align: right;
    margin: 0 0 19px;
  }
  .contact-heading .questions {
    font-size: 2rem;
    text-align: right;
    margin: 0 0 2px;
  }
  .contact-info {
    padding-top: 29px;
    padding-bottom: 9px;
  }
  .contact-info .info-list-ico {
    margin-bottom: 6px;
  }
  .contact-info .info-list-contacts li {
    font-size: 1.8rem;
  }
  .contact-info .info-list-contacts li .tel {
    pointer-events: auto !important;
  }
  .contact-info .info-list-contacts li strong {
    display: inline;
  }
  .contact-form {
    padding-top: 36px;
  }
  .contact-form h2 {
    font-size: 2.9rem;
    margin-bottom: 14px;
  }
  .contact-form p {
    line-height: 1.4;
  }
  .contact-form form {
    padding: 20px 0 78px;
  }
  .contact-form form .select-field {
    margin: 0 0 17px;
  }
  .contact-form form input {
    margin: 0 0 17px;
  }
  .contact-form form textarea {
    height: 214px;
  }
  .contact-form .textarea-counter {
    margin-bottom: 22px;
  }
  .contact-form .btn {
    min-width: 0;
    width: 100%;
  }
  .contact-form-footer {
    padding: 60px 0 69px;
    line-height: 1.6;
  }
}

@media (max-width: 360px) {
  .contact-info .info-list-contacts li strong {
    display: block;
  }
}

.account-info {
  font-weight: 700;
  font-size: 1.6rem;
}

.account-info br {
  display: none;
}

.account-info span {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 25px 0 0;
  margin: 0 0 0 7px;
  color: #4F5063;
  max-width: 190px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.account-info span:before {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  background: url("");
  width: 16px;
  height: 16px;
}

.account-info.loggendin {
  font-weight: 400;
  color: #fff;
}

.account-info.loggendin span {
  color: #fff;
  display: block;
}

.account-info.loggendin span:before {
  background: url("");
}

.account-info .loggedin-account-number,
.account-info i {
  font-style: normal;
}

@media (max-width: 767px) {
  .account-info.loggendin {
    margin-bottom: 15px;
  }
  .account-info.loggendin span {
    margin: 0 auto;
    max-width: 216px;
    padding-right: 0px;
  }
  .account-info.loggendin span:before {
    display: inline-block;
    margin-left: 7px;
    position: static;
    height: 13px;
    width: 13px;
  }
}

.top-widget {
  background: #edeeee;
  padding-top: 33px;
  padding-bottom: 31px;
}

.top-widget-account {
  width: 75.5%;
  border-left: 1px solid #b8b8b8;
  float: right;
  padding: 0 0 0 2.6%;
  margin-right: -17px;
}

.top-widget-account-heading {
  padding: 4px 0 44px 0;
}

.top-widget-account-heading:after {
  content: '';
  display: table;
  clear: both;
}

.top-widget-account-heading .h3 {
  float: right;
  color: #53565a;
  font-size: 2.4rem;
  margin: 11px 0 0 5.8%;
}

.top-widget-account-heading .select-field {
  width: 168px;
  float: right;
  background: #f8f8f8;
}

.top-widget-account-heading .select-field select {
  font-size: 1.6rem;
}

.top-widget-account-main {
  position: relative;
}

.top-widget-account-main:after {
  display: table;
  clear: both;
  content: "";
}

.top-widget-account-main .loader {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  display: none;
}

.top-widget-account-main.loading .top-widget-account-graph,
.top-widget-account-main.loading .top-widget-account-links {
  visibility: hidden;
}

.top-widget-account-main.loading .loader {
  display: block;
}

.top-widget-account-graph {
  width: 72.5%;
  float: right;
}

.top-widget-account-graph svg {
  background: transparent;
}

.top-widget-account-graph svg > text:last-child {
  display: none;
}

.top-widget-account-graph .highcharts-background {
  display: none;
}

.top-widget-account-graph .highcharts-tooltip {
  text-align: center;
  overflow: visible !important;
}

.top-widget-account-graph .highcharts-tooltip > span {
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-family: 'rta', arial, helvetica, sans-serif !important;
  color: #000 !important;
}

.top-widget-account-graph .highcharts-tooltip .divider {
  height: 1px;
  background: #000;
  display: block;
  margin: 10px 0;
}

.top-widget-account-links {
  width: 24.5%;
  float: left;
  padding: 71px 2.4% 44px 0;
}

.top-widget-account-links ul {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0 0 16px 0;
}

.top-widget-account-links li {
  display: table-row;
  list-style-type: none;
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0 0 3px 0;
  color: #000;
  font-family: 'rta', arial, helvetica, sans-serif;
}

.top-widget-account-links li span {
  display: table-cell;
  vertical-align: middle;
}

.top-widget-account-links li span:first-child {
  padding: 0 0 0 5px;
}

.top-widget-account-links li:last-child.loading span:first-child {
  font-size: 0;
}

.top-widget-account-links li:last-child.loading span:first-child:after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url("reload.gif");
  background-size: 100% 100%;
}

.top-widget-account-links .btn {
  width: 100%;
  font-size: 1.6rem;
}

.top-widget-balance {
  width: 22.5%;
  float: left;
  padding: 17px 0 0 0;
  margin: 0 0 0 -8px;
}

.top-widget-balance-heading {
  font-weight: 600;
  color: #95C7DC;
  line-height: 1.2;
  margin: 0 0 31px 0;
}

.top-widget-balance-heading strong {
  font-size: 2.4rem;
  position: relative;
  display: block;
}

.top-widget-balance-heading strong span {
  font-size: 4.4rem;
  font-family: 'rta', arial, helvetica, sans-serif;
  display: inline-block;
  min-width: 30px;
  min-height: 37px;
}

.top-widget-balance-heading strong span:before {
  background: url("reload.gif");
  content: '';
  position: absolute;
  top: 19px;
  right: 0;
  width: 18px;
  height: 18px;
  background-size: 100%;
}

.top-widget-balance-heading strong span.hide-pseudo:before {
  display: none;
}

.top-widget-balance-heading span {
  font-size: 1.8rem;
}

.top-widget-balance-links {
  padding: 0;
}

.top-widget-balance-links-holder .opener {
  display: none;
}

.top-widget-balance-links li {
  list-style-type: none;
  font-size: 1.8rem;
  font-weight: 600;
}

.top-widget-balance-links li a {
  display: block;
  padding: 0.7em 1em 0.5em 0;
  position: relative;
  color: #666;
  border-bottom: 1px solid #999;
}

.top-widget-balance-links li a:hover {
  text-decoration: none;
  color: #95C7DC;
  border-color: #95C7DC;
}

.top-widget-balance-links li a:hover:before {
  border-right: 5px solid #95C7DC;
}

.top-widget-balance-links li a:before {
  content: '';
  position: absolute;
  top: 1em;
  right: 0;
  border: 5px solid transparent;
  border-right: 5px solid #999;
}

@media (max-width: 1023px) {
  .top-widget-account-main {
    display: block;
  }
  .top-widget-account-graph {
    width: 100%;
    display: block;
    margin: 0 0 20px;
  }
  .top-widget-account-links {
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
  }
  .top-widget-account-links li span {
    display: inline;
    width: auto;
  }
  .top-widget-account-links .btn {
    max-width: 200px;
  }
  .top-widget-balance {
    width: 24.5%;
  }
  .top-widget-balance-heading strong {
    font-size: 2rem;
  }
  .top-widget-balance-heading strong span {
    font-size: 3.4;
  }
  .top-widget-balance-heading span {
    font-size: 1.5rem;
  }
  .top-widget-balance-links li {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .top-widget {
    padding-top: 5px;
    padding-bottom: 30px;
  }
  .top-widget-account {
    width: auto;
    height: auto !important;
    float: none;
    margin: 0 -14px;
    border: none;
    padding: 0;
  }
  .top-widget-account-heading {
    text-align: center;
  }
  .top-widget-account-heading .h3 {
    display: block;
    float: none;
    font-size: 2.3rem;
    margin: 0 0 15px;
  }
  .top-widget-account-heading .select-field {
    width: 100%;
  }
  .top-widget-balance {
    width: auto;
    height: auto !important;
    float: none;
    margin: 0 -14px 20px;
  }
  .top-widget-balance-heading {
    text-align: center;
  }
  .top-widget-balance-links {
    padding: 0 10px;
  }
  .top-widget-balance-links-holder .opener {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #666;
    padding: 0.7em 1em 0.3em;
    background: #fff;
  }
  .top-widget-balance-links-holder .opener span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px;
    position: relative;
  }
  .top-widget-balance-links-holder .opener span:before {
    content: '';
    position: absolute;
    top: 0.5em;
    left: 0;
    border: 4px solid transparent;
    border-top: 6px solid #666;
  }
  .top-widget-balance-links-holder.active span:before {
    top: 0.2em;
    border: 4px solid transparent;
    border-bottom: 6px solid #666;
  }
  .top-widget-balance-links li a:before {
    top: 17px;
  }
}

.items {
  border-top: 1px solid #b8b8b8;
  padding: 1.3em 0 0.5em;
  overflow: hidden;
}

.items-holder {
  padding: 11px 0 83px;
}

.items-title {
  width: 50%;
  float: right;
  padding: 0 0 0 25px;
}

.items-title P {
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
}

.items-title P strong {
  font-weight: 600;
  font-size: 2.4rem;
}

.items-title P strong span {
  font-family: 'rta', arial, helvetica, sans-serif;
  font-size: 4.4rem;
}

.items-title_red p {
  color: #AF1D1D;
}

.items-title_yellow p {
  color: #AF1D1D;
}

.items-content {
  width: 50%;
  float: right;
  padding: 20px 0 0 20px;
}

.items-content p {
  margin: 0 0 21px;
}

.items-content p .border {
  display: inline-block;
  padding: 0.3em 0.5em 0;
  margin: 0 4px;
  font-weight: 600;
  border: 1px solid #b8b8b8;
  border-radius: 2px;
  line-height: 1.4;
}

.items-content-list {
  padding: 0;
}

.items-content-list li {
  list-style-type: none;
  font-size: 1.8rem;
  font-weight: 600;
}

.items-content-list li a {
  display: block;
  padding: 0 1em 0.5em 0;
  position: relative;
  color: #666;
}

.items-content-list li a:hover {
  text-decoration: none;
  color: #95C7DC;
}

.items-content-list li a:hover:before {
  border-right: 5px solid #95C7DC;
}

.items-content-list li a:before {
  content: '';
  position: absolute;
  top: 0.3em;
  right: 0;
  border: 5px solid transparent;
  border-right: 5px solid #999;
}

.db-loader {
  margin: 0 auto;
  width: 30px;
  padding: 64px 0;
}

@media (max-width: 767px) {
  .items-holder {
    padding: 10px 0 15px;
  }
  .items-title {
    width: 100%;
    float: none;
    padding: 0;
  }
  .items-title p {
    font-size: 1.8rem;
  }
  .items-title strong {
    font-size: 2rem;
  }
  .items-title strong span {
    font-size: 3rem;
  }
  .items-content {
    width: 100%;
    float: none;
    padding: 0;
  }
}

.information {
  overflow: hidden;
  margin: 0 0 19px;
  font-size: 1.6rem;
}

.information-row {
  overflow: hidden;
  margin: 0 0 14px;
}

.information-title {
  color: #000;
  float: right;
  width: 36.6%;
}

.information-data {
  width: 62%;
  float: right;
  color: #53565a;
}

.information-data strong {
  display: block;
}

@media (max-width: 767px) {
  .information-title {
    width: 100%;
    float: none;
    margin: 0 0 2px;
  }
  .information-data {
    width: 100%;
    float: none;
  }
}

.edit {
  margin: 0 0 48px;
}

.edit-opener {
  width: 400px;
  display: block;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  vertical-align: middle;
  padding: 1em 0.8em 0.6em;
  position: relative;
  margin: 0 0 18px;
  white-space: nowrap;
}

.edit-opener:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.edit-opener-text {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  overflow: hidden;
}

.edit-opener strong {
  display: block;
  line-height: 1;
  font-size: 2rem;
  color: #000;
}

.edit-opener span {
  font-size: 1.6rem;
  color: #53565a;
  line-height: 1;
}

.edit-opener-btn {
  border: none;
  width: 79px;
  height: 100%;
  background: #edeeee;
  position: absolute;
  top: 0;
  left: 0;
}

.edit-opener-btn:hover {
  background: #dfe0e0;
}

.edit-opener-btn:focus {
  outline: 1px dashed #000;
}

.edit-opener-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("");
  width: 21px;
  height: 21px;
}

.edit-opener-btn-locked {
  border: none;
  width: 79px;
  height: 100%;
  background: #edeeee;
  position: absolute;
  top: 0;
  left: 0;
}

.edit-block {
  border-top: 1px solid #b8b8b8;
  margin-top: 18px;
}

.edit-block.toggle-inner {
  display: none;
}

.edit-block-row {
  margin-bottom: 16px;
}

.edit-block-row label {
  margin: 6px 0 0;
}

.edit-block-btns {
  margin-top: 38px;
}

.edit-block-col label {
  display: block;
}

.edit-block .description {
  display: block;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  color: #000;
  margin: 13px 0 0;
}

.edit-block-inner {
  background: #edeeee;
  padding: 1em;
  margin: 0 0 25px;
}

.edit-block-inner label {
  font-size: 1.8rem;
  color: #53565a;
  font-weight: 400;
  margin: 0 0 11px;
}

.edit-block-inner .checkbox {
  margin: 11px 0px 15px;
}

.edit-block-inner .checkbox .check {
  margin-top: 1px;
  float: right;
}

.edit-block-inner .btn {
  min-width: 104px;
}

.edit-block-inner .btn:hover {
  background: #E2EFF9;
  color: #4F5063;
}

.edit-block-inner .btn.btn-transparent:hover {
  background: none;
  color: #95C7DC;
}

.edit-block-inner .btn-transparent {
  background: transparent;
  color: #95C7DC;
}

.edit-block-inner .btn-transparent:hover {
  text-decoration: underline;
}

.edit-block-inner.transparent {
  background: transparent;
  padding: 22px 24px 32px;
}

.edit-block .btn-addNumber {
  width: 216px;
  padding: 13px 10px;
}

.edit-block legend {
  border-bottom: none;
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 11px;
}

.edit-block-row:after {
  content: '';
  display: table;
  clear: both;
}

.proTogg {
  position: relative;
}

.proTogg.contactOverlay:before {
  background: rgba(255, 255, 255, 0.7);
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.proTogg.contactOverlay:after {
  background: url("reload.gif");
  position: absolute;
  content: '';
  top: 50%;
  right: 50%;
  width: 30px;
  height: 30px;
  background-size: 100%;
  z-index: 10;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}

.res-code {
  margin-right: 15px;
}

.vfynum {
  margin-top: 15px;
}

.description-ch {
  display: block;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  color: #000;
  margin: 8px 0 0;
}

@media (max-width: 767px) {
  .edit-opener {
    display: block;
    width: 100%;
    height: 70px;
    margin: 0 0 7px;
  }
  .edit-opener button {
    width: 70px;
    height: 68px;
  }
  .edit-opener strong {
    font-size: 1.7rem;
  }
  .edit-opener span {
    font-size: 1.4rem;
  }
  .edit-block-btns {
    margin: 0;
  }
  .edit-block-email-btns {
	margin-top: 30px !important;
  }
}

.tags {
  display: table;
  width: 100%;
  padding: 0;
  table-layout: fixed;
  margin: 0 0 44px;
}

.tags-holder_1 {
  margin: 0 -7.4%;
}

.tags-holder_2 {
  margin: 0 -14.4%;
}

.tags-holder_3 {
  margin: 0 12.6%;
}

.tags-holder_4 {
  margin: 0 -7%;
}

@media (max-width: 920px) {
  .tags-holder {
    margin: 0;
  }
}

@media (max-width: 1235px) {
  .tags-holder_5 {
        margin: 0;
  }
}

.tags li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  position: relative;
  margin: 0 -1px 0 0;
}

.tags li > span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #666666;
}

.tags li > span .mob-step {
  font-style: normal;
  margin-left: 10px;
  display: none;
}

.tags li.active .tags-icon {
  background: #95C7DC;
  border-color: #95C7DC;
  color: #fff;
}

.tags li.active .tags-scale i {
  background: #95C7DC;
}

.tags li.active .tags-scale-lft i {
  margin-left: 0;
}

.tags li.active .tags-scale-rght i {
  margin-right: 0;
}

.tags li.active > span {
  color: #000;
}

.tags li.error .tags-icon {
  background: #fff;
  border-color: #AF1D1D;
  color: #AF1D1D;
}

.tags li.error .tags-scale i {
  background: #AF1D1D;
}

.tags li.error .tags-scale-lft i {
  margin-left: 0;
}

.tags li.error .tags-scale-rght i {
  margin-right: 0;
}

.tags li.error > span {
  color: #000;
}

.tags li.prev > span {
  color: #95C7DC;
}

.tags li.prev .tags-icon {
  border-color: #95C7DC;
}

.tags li.prev .tags-icon a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.tags li.prev .tags-icon span {
  font-size: 0;
  line-height: 0;
  width: 16px;
  height: 14px;
  margin: 0 5px 0 0;
  background: url("");
}

.tags li.prev .tags-scale i {
  background: #95C7DC;
}

.tags li.prev .tags-scale-lft i {
  margin-left: 0;
}

.tags li.prev .tags-scale-rght i {
  margin-right: 0;
}

.tags-icon {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  font-weight: 600;
  font-size: 1.5rem;
  color: #666;
  border: 3px solid #ddddde;
  border-radius: 50%;
  text-align: center;
  white-space: nowrap;
  position: relative;
  background: #fff;
}

.tags-icon:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.tags-icon a {
  display: none;
}

.tags-icon a:focus {
  outline: 1px dashed #AF1D1D;
}

.tags-icon span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1px;
  margin-top: 4px;
  margin-right: 0.1em;
  margin-top: 0.4em;
}

.tags-scale {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.tags-scale i {
  height: 4px;
  background: #ddddde;
  position: absolute;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tags-scale-transparent i {
  background: transparent !important;
}

.tags-scale-lft i {
  margin-left: 2px;
  margin-right: -2px;
}

.tags-scale-rght i {
  margin-right: 2px;
}

.tags-pin {
  width: 100%;
  display: table;
  margin: 0 0 7px;
  font-family: 'rta', arial, helvetica, sans-serif;
}

@media (max-width: 767px) {
  .tags li {
    display: none;
    margin: 0 0 10px;
  }
  .tags li.active {
    display: block;
  }
  .tags li .tags-pin {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    width: auto;
  }
  .tags li .tags-pin .tags-icon {
    display: none;
  }
  .tags li > span {
    display: inline-block;
    vertical-align: middle;
  }
  .tags li > span .mob-step {
    display: inline-block;
  }
  .tags li br {
    display: none;
  }
  .tags-icon {
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
  }
  .tags-scale {
    display: none;
  }
}

.panel-buttons {
  overflow: hidden;
  margin: 24px 0 50px;
  padding: 23px 0;
  border-top: 1px solid #b8b8b8;
}

.panel-buttons_left {
  float: right;
  margin: 0.7em 0 0 0;
}

.panel-buttons_left .btn {
  background: transparent !important;
  padding: 0;
  color: #95C7DC;
}

.panel-buttons_left .btn:hover, .panel-buttons_left .btn:focus {
  background: none;
  text-decoration: underline;
}

.panel-buttons_left .btn-back {
  padding-right: 31px;
  position: relative;
  margin-left: 17px;
}

.panel-buttons_left .btn-back:after {
  content: '';
  position: absolute;
  top: 0.45em;
  right: 0;
  width: 19px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background: url("ico-arrow_right_h.svg");
}

.panel-buttons.text-center .btn {
  background: transparent !important;
  padding: 0;
  color: #4F5063;
}

.panel-buttons.text-center .btn:hover, .panel-buttons.text-center .btn:focus {
  background: none;
  text-decoration: underline;
}

.panel-buttons.cntr {
  text-align: center;
  border-top: 0;
  padding-bottom: 0;
}

.panel-buttons.cntr .btn {
  min-width: 177px;
  text-align: right;
  padding: 0.65em 1.5em 0.4em 3em;
  position: relative;
}

.panel-buttons.cntr .btn:after {
  content: '';
  position: absolute;
  left: 24px;
  top: 50%;
  width: 19px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("ico-arrow_right.svg");
}

.panel-buttons.cntr .btn:hover:after, .panel-buttons.cntr .btn:focus:after {
  background: url("ico-arrow_right_h.svg");
}

.panel-buttons_right {
  float: left;
}

.panel-buttons_right .btn {
  min-width: 195px;
  text-align: right;
  position: relative;
}

.panel-buttons_right .btn.final-submit-btn {
    text-align: center;
}

.panel-buttons_right .btn.final-submit-btn.disabled {
    background: #E2EFF9;
    color: #4F5063;
    opacity: 1;
}

.panel-buttons_right .btn:after {
  content: '';
  position: absolute;
  left: 24px;
  top: 50%;
  width: 19px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("ico-arrow_right.svg");
}


.panel-buttons_right .btn.final-submit-btn:after {
    display: none;
}

.panel-buttons_right .btn:hover:after, .panel-buttons_right .btn:focus:after {
  background: url("ico-arrow_right_h.svg");
}

.panel-buttons_right .btn.final-submit-btn:focus, .panel-buttons_right .btn.final-submit-btn:active:focus {
    outline: none;
}

.panel-buttons_mrgn {
  margin-bottom: 14px;
}

.panel-buttons.nobdr {
  border-top: none;
}

@media (max-width: 767px) {
  .panel-buttons {
    margin-bottom: 10px;
  }
  .panel-buttons_large .panel-buttons_left {
    float: none;
    margin: 20px 0 0px;
    text-align: center;
  }
  .panel-buttons_large .panel-buttons_left .btn {
    text-align: center;
  }
  .panel-buttons_large .panel-buttons_right {
    float: none;
    text-align: center;
  }
  .panel-buttons_large .panel-buttons_right .btn {
    width: 100%;
  }
  .panel-buttons.cntr {
    padding-top: 0px;
  }
}

.button-loader {
    width: 20px;
    position: relative;
    top: -2px;
    right: 4px;
    display: inline-block;
}

.info-icon {
  display: inline;
  vertical-align: baseline;
  top: -0.1em;
  right: 0.2em;
  position: relative;
  cursor: pointer;
  z-index: 9;
  /* .popup-drop-wrap {
		opacity: 0;
		visibility: hidden;
		position:absolute;
		bottom:-174px;
		left:50%;
		z-index: 1000;
		width:276px;
		height: 184px;
		z-index: 1;
		cursor:default;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		-webkit-transition: .2s linear;
		-o-transition: .2s linear;
		transition: .2s linear;
		-webkit-box-shadow: 2px 5px 7px 1px rgba(195,195,195,1);
		-moz-box-shadow: 2px 5px 7px 1px rgba(195,195,195,1);
		box-shadow: 2px 5px 7px 1px rgba(195,195,195,1);

		.popup-drop {
			height: 184px;
			padding: 15px;
			background: #fff;
			border: 1px solid #202020;
			z-index: 1;

			&:after {
				content:"";
				display:table;
				clear:both;
				width:100%;
			}

			&:before {
				position:absolute;
				top:-7px;
				left: 50%;
				content:"";
				width: 15px;
				height: 15px;
				border-width: 1px 0 0 1px;
				border-color: #202020;
				border-style: solid;
				-webkit-transform: translateX(-50%)rotate(45deg);
				-ms-transform: translateX(-50%)rotate(45deg);
				-o-transform: translateX(-50%)rotate(45deg);
				transform: translateX(-50%)rotate(45deg);
				background: #fff;

			}

			.img-holder {

				img {
					width: 100%;
					height: auto;
				}
			}
			.text {
				overflow: hidden;
				&.no-link {
					p {
						margin: 0;
					}
				}
			}
		}
	}

	.popup-drop {
		box-shadow: 0px 0px 10px -4px rgba(50, 50, 50, 0.75);
	}

	&.left-position {
		.popup-drop-wrap {
			left: auto;
			right: -14px;
			transform: translate(0, 0);
			.popup-drop {
				&:before {
					left: auto;
					transform: translate(0, 0);
					right: 10px;
				}
			}
		}
	} */
}

.info-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 0px 0;
  background: #95C7DC;
  border-radius: 50%;
  content: 'i';
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  z-index: 0;
  height: 20px;
  width: 20px;
}

.info-icon.forform {
  padding-right: 26px;
  font-size: 1.4rem;
  color: #53565a;
  margin-top: -9px;
  display: block;
}

.info-icon .popup-drop-wrap {
  display: none;
  color: #000;
}

.info-icon .popup-drop-wrap .wecannot {
  color: #000;
}

.info-icon .popup-drop-wrap .wecannot span {
  display: block;
}

.recharge {
  padding: 8px 0px 38px;
}

.recharge-item {
  display: inline-block;
  vertical-align: top;
  width: 30.5%;
  height: 168px;
  border: 1px solid #ddddde;
  border-radius: 2px;
  text-align: center;
  padding: 20px 10px;
  text-decoration: none;
  position: relative;
}

.recharge-item:nth-child(2) {
  margin: 0 3.7%;
}

.recharge-item:hover, .recharge-item:focus {
  text-decoration: none;
  color: #000;
  border-color: #b8b8b8;
}

.recharge-item:hover:after, .recharge-item:focus:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border: 1px solid #b8b8b8;
  z-index: -1;
}

.recharge-item:active {
  border-color: #95C7DC;
}

.recharge-item:active:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border: 2px solid #95C7DC;
}

.recharge-item-icon {
  height: 89px;
  text-align: center;
  position: relative;
}

.recharge-item-icon img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.recharge-item-text {
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #000;
  white-space: nowrap;
}

.epaylink {
  text-align: center;
  margin-bottom: 29px;
}

@media (max-width: 767px) {
  .epaylink {
    margin-bottom: 16px;
  }
}

.epaylink a {
  font-weight: 600;
}

.epayBox {
  margin-bottom: 1.5em;
}

@media (max-width: 767px) {
  .recharge {
    padding-bottom: 10px;
  }
  .recharge-item {
    width: 100%;
    display: block;
    margin: 0 0 10px !important;
  }
}

.tooltipster-sidetip .tooltipster-box {
  background: #fff !important;
  border: 1px solid #c3c3c3 !important;
  border-radius: 0;
  -webkit-box-shadow: -2px 5px 7px 1px #c3c3c3;
  -moz-box-shadow: -2px 5px 7px 1px #c3c3c3;
  box-shadow: -2px 5px 7px 1px #c3c3c3;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  background-top-color: #c3c3c3 !important;
}

.tooltipster-sidetip .tooltipster-content {
  padding: 15px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  top: 3px;
}

.choise-select {
  padding: 10px 0 0;
  overflow: hidden;
}

.choise-select-list {
  padding-right: 0;
  display: table;
  table-layout: auto;
  vertical-align: middle;
  margin: -15px 0 0 15px;
  float: right;
}

.choise-select-list li {
  list-style-type: none;
  display: table-cell;
  table-layout: auto;
  vertical-align: top;
  padding-left: 5px;
}

.choise-select-list li input[type="radio"] {
  display: block;
  opacity: 0;
}

.choise-select-list li label {
  width: 100%;
  min-width: 79px;
  padding: 0.65em 0.5em 0.4em;
  text-align: center;
  font-size: 2.4rem;
  color: #666666;
  font-weight: 600;
  margin: 0;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  cursor: pointer;
}

.choise-select-list li label:hover {
  border-color: #95C7DC;
}

.choise-select-list li input[type="radio"]:checked + label {
  border: 3px solid #95C7DC;
  padding: 0.6em 0.43em 0.3em;
}

.choise-select-custom {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  color: #53565a;
  margin-top: 0.95em;
}

.choise-select.manual {
  position: relative;
  display: none;
}

.choise-select.manual a.closemenual {
  position: absolute;
  left: -33px;
  top: 18px;
  width: 20px;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.choise-select.manual span.guide {
  display: block;
  font-size: 14px;
  color: #53565a;
}

@media (max-width: 767px) {
  .choise-select-list {
    margin: 0;
    float: none;
    width: 100%;
  }
  .choise-select-list li {
    margin-bottom: 8px;
    max-width: 80px;
  }
  .choise-select-list li label {
    width: auto;
    font-size: 1.8rem;
    display: block;
    min-width: 0;
  }
  .choise-select-list li input[type="radio"]:checked + label {
    padding: 0.55em 0.4em 0.3em;
  }
  .choise-select-custom {
    display: block;
  }
  .choise-select.manual a.closemenual {
    left: 10px;
  }
}

.dynamicForm {
  position: relative;
}

.dynamicForm.formOverlay:before {
  background: rgba(255, 255, 255, 0.7);
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.dynamicForm.formOverlay:after {
  background: url("reload.gif");
  position: absolute;
  content: '';
  top: 50%;
  right: 50%;
  width: 30px;
  height: 30px;
  background-size: 100%;
  z-index: 10;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}

.user-form {
  padding: 11px 0;
}

.user-form-row {
  margin: 0 0 17px;
}

.user-form-row > div {
  display: inline-block;
  vertical-align: top;
}

.user-form .subtitle {
  margin-bottom: 10px;
}

.user-form-title {
  width: 37%;
  padding-left: 11px;
  font-size: 1.8rem;
  color: #53565a;
  font-weight: 400;
}

.user-form-title span {
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
}

.user-form-title span.vname {
  font-size: 20px;
  font-weight: bold;
}

.user-form-title span.sep {
  display: block;
  color: #53565a;
  font-size: 1.4rem;
  margin-top: -8px;
}

.user-form-title.full {
  width: 100%;
}

.user-form-data {
  width: 48%;
}

.user-form-data span {
  font-size: 1.6rem;
  color: #53565a;
  font-weight: 600;
}

.user-form-data-contact {
    width: 48%;
    direction: ltr;
    text-align: right;
}

.user-form-data-contact span {
    font-size: 1.6rem;
    color: #53565a;
    font-weight: 600;
}

.user-form-data label {
  font-weight: 600;
}

.user-form-data.three input {
  margin-bottom: 15px;
}

.user-form-data strong {
  font-size: 1.6rem;
}

.user-form-data.cs-valid {
  position: relative;
}

.user-form-data.cs-valid span.spinner {
  width: 14px;
  position: absolute;
  top: 16px;
  left: 10px;
}

.user-form-data.cs-valid span.check {
  width: 14px;
  position: absolute;
  top: 18px;
  left: 10px;
}

.user-form-data.cs-valid span.cross {
  width: 12px;
  position: absolute;
  top: 18px;
  left: 10px;
}

.user-form .input-double .intl-tel-input {
  float: none;
}

.user-form .input-double .intl-tel-input .flag-container .selected-flag {
  /* width: 125px;
					background: #f6f6f6;
					border-right: 1px solid #53565a; */
}

.user-form-btn-holder {
  margin: 50px 0;
}

.user-form .link-recent {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .user-form .link-recent {
    display: block;
    margin: .4em 0 0;
  }
}

.user-form .fsz14 {
  color: #000;
}

.user-form .border {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #95C7DC;
  border-radius: 3px;
  color: #95C7DC;
  padding: 0.5em 0.7em 0.2em;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

.user-form .add-text {
  font-size: 1.6rem;
  color: #53565a;
  font-weight: 400;
}

.user-form .add-text2 {
  font-size: 1.4rem;
  color: #53565a;
  font-weight: 400;
  display: block;
  line-height: 18px;
  margin-top: 5px;
}

.user-form-mrg_btm {
  margin: 0 0 42px;
}

.user-form_center {
  font-size: 1.5rem;
}

.user-form_center .subtitle {
  margin-bottom: 35px;
}

.user-form_center h3 {
  font-family: 'rta', Helvetica, Arial, sans-serif;
}

.user-form-payment {
  margin: 0 0 66px;
  font-size: 1.5rem;
  color: #53565a;
}

.user-form-payment span {
  display: block;
  margin: 0 0 16px;
}

.user-form-result {
  text-align: center;
  padding: 10px 0px 29px;
}

.user-form-result img {
  display: inline-block;
  vertical-align: top;
}

.user-form-radio {
  white-space: nowrap;
}

.user-form-radio p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5%;
}

.user-form-radio p:last-child {
  margin-left: 0;
}

.user-form-radio input[type="radio"]:focus + span {
  outline: 1px dashed #000;
  outline-offset: 4px;
}

.user-form-radio label {
  font-weight: 400;
  color: #000;
  font-size: 1.8rem;
  margin-right: 0.2em;
}

@media (max-width: 767px) {
  .user-form-radio {
    white-space: normal;
  }
  .user-form-radio p {
    display: block;
    margin: 0;
  }
}

.user-form-border_btm {
  border-bottom: 1px solid #b8b8b8;
}

span.req-imp {
  color: #AF1D1D;
  font-weight: 400;
  font-size: 14px;
  display: block;
}

span.req-imp span {
  color: #AF1D1D;
}

span.req-imp.success {
  color: #95C7DC;
}

span.req-imp.success img {
  width: 12px;
  float: right;
  margin-top: 6px;
  margin-left: 5px;
}

.validate__ .user-form-data input {
  border: 2px solid #AF1D1D;
}

.validate__ .user-form-data .select-field select {
  border: 2px solid #AF1D1D;
}

.validate__ .user-form-data span.req-imp {
  display: block;
  margin-top: 3px;
}

.validate__ .user-form-data span.req-imp span {
  color: #AF1D1D;
}

.ccode {
  position: relative;
}

.ccode .c-code {
  top: 0.7em;
  left: 14px;
  color: #53565a;
  font-size: 18px;
  position: absolute;
}

.ccode input[type="text"],
.ccode input[type="password"],
.ccode input[type="number"],
.ccode input[type="email"],
.ccode .text-field {
  padding-left: 3.3em;
  text-align:left;
}

.formRadio_box {
  display: none;
}

.vcode input {
  float: right;
}

.vcode .link-recent {
  margin-top: 14px;
  float: right;
}

@media (max-width: 767px) {
  .vcode .link-recent {
    margin-right: 11px;
  }
  .user-form-row > div {
    width: 100%;
    display: block;
  }
  .user-form-payment {
    text-align: center;
    margin-bottom: 29px;
  }
  .user-form-payment img {
    display: inline-block;
    vertical-align: middle;
  }
  .user-form h2 {
    margin: 26px 0 10px;
  }
  .ccode {
    position: relative;
  }
  .ccode .c-code {
    top: 0.7em;
  }
}

.hero.signin {
  background: #000;
}

.hero.signin .hero-image {
  opacity: 0.6;
  filter: alpha(opacity=6);
  /* For IE8 and earlier */
}

.hero.signin .content-wrap {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: transparent;
  position: absolute;
  width: 100%;
  right: 50%;
  bottom: 0;
  top: 0;
}

.signWrap {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin-top: 25px;
  top: 50%;
  right: 50%;
}

.signWrap h1 {
  color: #fff;
  text-align: center;
}

.si-form {
  margin: 0 auto;
  width: 368px;
}

.si-fm {
  margin-bottom: 2px;
}

.si-fm input {
  border: none;
  border-radius: 0px;
  width: 100%;
}

.si-fm input.bbtm {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.si-fm input.btop {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.si-fm .req-imp {
  background: #ececec;
  padding-right: 5px;
  display: block;
  padding-top: 3px;
  text-align: right;
  display: block;
}

.si-fm .req-imp span {
  color: #AF1D1D;
}

.forgot-create {
  margin-top: 16px;
}

.forgot-create:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.forgot-create a {
  font-size: 1.6rem;
  color: #fff;
  float: right;
}

.forgot-create a.cre-acc {
  float: left;
}

.sign-in-validation {
    position: relative;
    background: #f2dede;
    margin-bottom: 12px;
    color: #AF1D1D;
    font-weight: 300;
    font-size: 1.8rem;
    padding: 0.7em 0.8em 0.5em 1.8em;
    display: none;
    text-align: right;
    line-height: 1.4em;
    border: 1px solid #ebccd1;
    border-radius: 4px;
}

.sign-in-validation i.close-x {
  background: url("") no-repeat;
  cursor: pointer;
  position: absolute;
  top: 13px;
  left: 7px;
  width: 20px;
  height: 20px;
  background-size: 100%;
}

.sign-in-validation ul {
  margin-bottom: 0;
  padding-right: 0;
  list-style: none;
}

.sign-in-validation.active {
  display: block;
}

.pass-confirmation-center {
  margin-bottom: 64px;
  text-align: center;
  margin-top: 97px;
}

.pass-confirmation-center h2 {
  margin-bottom: 42px;
}

.pass-confirmation-center .panel-buttons_right {
  float: none;
}

@media (max-width: 767px) {
  .signWrap {
    max-width: 450px;
    width: 80%;
  }
  .signWrap .btn {
    width: 100%;
  }
  .si-form {
    width: 100%;
  }
  .pass-confirmation-center {
    margin-bottom: 64px;
    margin-top: 57px;
  }
  .sign-in-validation i.close-x {
    top: 11px;
  }
}

@media (max-width: 611px) {
  .hero.signin .hero-image {
    width: 170%;
  }
  .signWrap {
    margin-top: 20px;
  }
  .signWrap h1 {
    font-size: 2.5rem;
    margin: 0.5em 0 0.5em;
  }
}

@media (max-width: 410px) {
  .signWrap h1 {
    font-size: 1.8rem;
    margin: 0.5em 0 0.5em;
  }
  .hero.signin .hero-image {
    width: 190%;
  }
  .forgot-create {
    text-align: center;
  }
  .forgot-create a {
    float: none;
    display: block;
  }
  .forgot-create a.cre-acc {
    float: none;
  }
}

.paid {
  border: 1px solid #b8b8b8;
  margin: 0 0 20px 0;
}

.paid-header {
  background: #f3f4f4;
  padding: 15px 23px 15px 54px;
  overflow: hidden;
  position: relative;
}

.paid-header h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 6px 0 0 22px;
}

.paid-header .border {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
}

.paid-header .btn-remove {
  position: absolute;
  top: 21px;
  left: 20px;
}

.paid-content {
  padding: 9px 24px 33px;
}

.paid-content .user-form-row {
  margin: 0 0 0;
}

.paid-content .user-form-row span {
  color: #000;
  font-weight: 400;
}

.paid-content .user-form-title {
  width: 293px;
}

.paid-content .user-form-title span {
  position: relative;
  display: block;
}

.paid-content .user-form-title span:before {
  content: ':';
  position: absolute;
  left: 0;
  top: 0;
}

.paid-content .paid-row_input {
  margin-top: 1em;
}

.paid-content .paid-row_input .user-form-title {
  width: 275px;
}

.paid-content .paid-row_input .user-form-title span {
  padding-right: 0;
}

.paid-content .paid-row_input .user-form-title span:before {
  display: none;
}

.paid-content-acceptance .acceptance-date {
  display: block;
}

.paid_large .paid-content {
  padding-left: 270px;
  position: relative;
  padding: 9px 24px 20px;
}

.paid_large .user-form-title {
  width: 132px;
  vertical-align: top;
}

.paid_large .user-form-data {
  vertical-align: top;
}

.paid_large .paid-content-acceptance {
  position: absolute;
  top: 28px;
  left: 24px;
  text-align: left;
}

.paid_large .paid-content-acceptance .acceptance-date {
  margin: 0 0 14px;
}

.paid_large .paid-content-acceptance .btn {
  min-width: 255px;
}

@media (max-width: 767px) {
  .paid {
    margin-right: -21px;
    margin-left: -21px;
  }
  .paid-header h3 {
    display: block;
    margin: 0 0 9px 0;
  }
  .paid-header .btn-remove {
    position: absolute;
    top: 21px;
    left: 20px;
  }
  .paid-content .user-form-row {
    margin-bottom: 7px;
  }
  .paid-content .user-form-title span {
    display: inline-block;
    padding-left: 9px;
  }
  .paid_large .paid-content {
    padding-left: 0;
  }
  .paid_large .user-form-title {
    width: 100%;
  }
  .paid_large .paid-content-acceptance {
    position: static;
    text-align: right;
  }
  .paid_large .btn {
    min-width: 200px !important;
    font-size: 1.6rem;
  }
}

.inputFile {
  border: 1px solid #b8b8b8;
  position: relative;
  margin: 30px 0;
  /* &.upload {
		.inputFile-upload,
		.inputFile-info {
			display: none;
		}
		.inputFile-progress {
			display: block;
		}
	}

	&.uploaded {
		.inputFile-upload,
		.inputFile-progress {
			display: none;
		}

		.inputFile-info {
			display: block;
		}
	} */
}

.inputFile-title {
  color: #000;
  font-family: ubuntu, sans-serif;
  font-size: 2rem;
  background: #fff;
  padding: 0 18px;
  position: absolute;
  top: -17px;
  right: 20px;
}

.inputFile-upload {
  position: relative;
  text-align: center;
  height: 110px;
}

.inputFile-upload input[type="file"] {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.inputFile-upload input[type="file"]:hover + .uploadLabel span {
  text-decoration: underline;
}

.inputFile-upload .uploadLabel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 1.8rem;
  color: #95C7DC;
  font-family: ubuntu, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  z-index: 1;
}

	.inputFile-upload .uploadLabel span {
		position: absolute;
		bottom: 50%;
		right: 50%;
		-webkit-transform: translate(50%, 50%);
		-ms-transform: translate(50%, 50%);
		-o-transform: translate(50%, 50%);
		transform: translate(50%, 50%);
	}

.inputFile:hover {
  border-style: dashed;
  border-color: #000;
}

.inputFile-progress-heading {
  color: #666666;
  overflow: hidden;
  margin: 0 0 7px 0;
}

.inputFile-progress-name {
  float: right;
}

.inputFile-progress-name span {
  font-weight: 400;
}

.inputFile-progress-size {
  float: left;
  font-style: italic;
  font-size: 1.6rem;
}

.inputFile-progress-scale {
  height: 4px;
  background: #ddddde;
  border-radius: 2px;
  position: relative;
}

.inputFile-progress-scale span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #00b0b9;
  border-radius: 2px;
}

.inputFile-info {
  padding: 15px;
}

.inputFile-info-heading {
  margin: 0 0 10px 20px;
}

.inputFile-info-heading .btn-remove {
  position: absolute;
  top: 20px;
  left: 21px;
}

.inputFile-info-name {
  color: #95C7DC;
  font-weight: 600;
  float: right;
  padding-left: 5px;
}

.inputFile-info-name span {
  font-weight: 400;
  color: #666666;
}

@media (max-width: 767px) {
  .inputFile-upload .uploadLabel {
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .inputFile-progress-name {
    float: none;
    display: block;
  }
  .inputFile-progress-size {
    display: block;
    float: none;
  }
  .inputFile-info {
    padding: 7px 0 0 0;
  }
  .inputFile-info-heading {
    padding-left: 0;
  }
  .inputFile-info-heading .btn-remove {
    top: 8px;
    left: 8px;
  }
  .inputFile-info-name {
    color: #95C7DC;
    font-weight: 600;
  }
  .inputFile-info-name span {
    font-weight: 400;
    color: #666666;
  }
}

.inputFile-progress-scale {
  display: none !important;
}

.error-label {
  display: none;
  color: white;
  background: red;
  padding: 4px 0 0 0;
  position: absolute;
  bottom: -18px;
  width: 100%;
}

.invalid-file {
  margin-top: -22px;
  margin-bottom: 15px;
  display: none;
}

.inputFile-upload input {
  height: 100%;
}

.violations {
  margin-bottom: 60px;
}

.violations .tabset {
  padding: 0;
  font-size: 0;
  line-height: 0;
  border-bottom: 1px solid #b8b8b8;
  margin: 0 0 23px 0;
}

.violations .tabset li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  font-family: ubuntu, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  bottom: -1px;
  border-width: 1px;
  border-color: transparent;
  border-radius: 4px 4px 0 0;
  border-style: solid;
}

.violations .tabset li.active {
  border-color: #b8b8b8 #b8b8b8 #fff #b8b8b8;
}

.violations .tabset li.active a {
  color: #000;
  text-decoration: none;
}

.violations .tabset li a {
  display: block;
  color: #666666;
  padding: 16px 19px;
}

.violations .tabset li a:hover {
  text-decoration: none;
}

.violations-form-row {
  margin: 22px 0 20px 0;
}

.violations-form-row > div {
  display: inline-block;
  vertical-align: top;
}

.violations-form-row > input {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  height: 40px;
}

.violations-form-row_center {
  text-align: center;
}

.violations-form-row_center .medium {
  float: none !important;
}

.violations-form-row_center input[type="text"] {
  width: 236px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 767px) {
  .violations-form-row_center input[type="text"] {
    width: 100%;
  }
}

.violations-form-row_center button.btn {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.violations-form select {
  font-size: 1.6rem;
  height: 40px;
  padding: 0.55em 0.8em 0.5em 2em;
}

.violations-form select:focus {
  padding: 0.5em 0.75em 0.5em 2em;
}

.violations-form .large {
  width: 25%;
  margin-left: 1%;
  float: right;
}

.violations-form .medium {
  width: 17%;
  margin-left: 1%;
  float: right;
}

.violations-form .small {
  width: 17%;
  float: right;
  margin-left: 1%;
}

.violations-form .btn {
  height: 40px;
  min-width: 11%;
  width: 12%;
  float: left;
}

.violations-form .checkbox-border {
  float: left;
}

@media (max-width: 767px) {
  .violations {
    margin-bottom: 25px;
  }
  .violations .tabset li a {
    font-size: 1.4rem;
    padding: 16px 12px;
  }
  .violations-form-row > div {
    display: block;
  }
  .violations-form-row > input {
    display: block;
  }
  .violations-form .small,
  .violations-form .medium,
  .violations-form .large {
    float: none;
    width: 100%;
    margin: 0 0 7px 0;
  }
  .violations-form .btn {
    width: 100%;
    float: none;
    padding: 0 10px;
  }
  .violations-form .checkbox-border {
    float: none;
  }
}

input[type=submit]:disabled:hover,
button:disabled:hover {
  color: #4F5063;
  background: #E2EFF9;
}

.dashboard--tabs {
  list-style: none;
  padding-right: 0px;
  border-bottom: 1px solid #b8b8b8;
}

.dashboard--tabs li {
  float: right;
  padding: 13px 15px 7px;
  cursor: pointer;
  margin-bottom: -1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid transparent;
}

.dashboard--tabs li.active {
  border-color: #b8b8b8;
  border-bottom-color: #fff;
  font-weight: 600;
}

.custom-tabs-data .content-2 {
  display: none;
}

.custom-tabs-data .content-3 {
  display: none;
}

.custom-tabs-data .content-4 {
  display: none;
}

.custom-tabs-data .content-5 {
  display: none;
}

.custom-tabs-data .content-6 {
  display: none;
}

.custom-tabs-data .content-7 {
  display: none;
}

@media (max-width: 425px) {
  .dashboard--tabs {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    position: relative;
    border: none;
  }
  .dashboard--tabs:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #b8b8b8;
    z-index: -1;
    bottom: 0px;
    right: 0;
  }
  .dashboard--tabs li {
    margin-bottom: 0px;
    float: none;
    display: inline-block;
  }
  .dashboard--tabs li:first-child {
    margin-right: 10px;
  }
  .dashboard--tabs li:last-child {
    margin-left: 10px;
  }
}

.top-widget-account-graph .highcharts-tooltip[transform="translate(0,0)"] {
  opacity: 0;
}

.vehicle-db {
  border-bottom: 1px solid #b8b8b8;
  margin: 30px 0;
  padding-bottom: 22px;
}

.vehicle-db:last-child {
  border-bottom: none;
}

.vehicle-db-header {
  margin: 22px 0;
}

.vehicle-db-header .addbtn {
  min-width: 187px;
  float: right;
}

.vehicle-db-header .addbtn a {
  padding: 0.8em 1em 0.4em;
  height: 40px;
}

.vehicle-db-header .filterbtn {
  float: left;
  min-width: 104px;
}

.vehicle-db-header .filterbtn .btn-frame {
  height: 40px;
  padding: 0.6em 1em 0.4em;
}

.vehicle-db-header .filterbtn .btn {
  height: 40px;
  padding: 0.6em 1em 0.4em;
}

.vehicle-db-header .filterlist {
  float: right;
  min-width: 272px;
  max-width: 272px;
  margin-right: 205px;
  position: relative;
}

.vehicle-db-header .filterlist .fil-head {
  background: url("ico-opener.svg") #edeeee no-repeat 4% 50%;
  border: 1px solid #dedede;
  border-radius: 3px;
  height: 40px;
}

.vehicle-db-header .filterlist .fil-head label {
  text-overflow: ellipsis;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-top: .5em;
  padding-top: 0.5em;
  font-size: 1.6rem;
  color: #53565a;
  padding-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  font-weight: 400;
}

.vehicle-db-header .filterlist .fil-data {
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  width: 100%;
  background: #fff;
  padding: 15px 15px 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #dedede;
  border-top: 0;
  margin-top: -3px;
  z-index: 2;
  box-shadow: 2px 2px 4px -4px rgba(0, 0, 0, 0.9);
}

.vehicle-db-header .filterlist .fil-data .filterbox .filtertag input {
  height: 40px;
}

@media (max-width: 767px) {
  .vehicle-db-header .filterlist .fil-data {
    position: static;
  }
}

.vehicle-db-header .filterlist .fil-data .user-form-data {
  width: 100%;
  margin-bottom: 12px;
}

.vehicle-db-header .filterlist .fil-data .user-form-data .select-field select {
  height: 40px;
  padding: 0.5em 0.8em 0.5em 1.5em;
  font-size: 1.6rem;
  font-weight: 400;
}

.vehicle-db-header .filterlist .fil-data .filterbox .user-form-data {
  margin-bottom: 15px;
}

.vehicle-db-header .filterlist .number-lbl {
  height: 40px;
}

.vehicle-db-header .fl-right {
  float: left;
}

.vehicle-db-header .fl-right .filterlist {
  margin-left: 15px;
  margin-right: 0;
}

.vehicle-db-header_large .filterlist {
  width: 28.3%;
  min-width: 0;
  max-width: none;
  margin-right: 0 !important;
  margin-left: 1.2%;
}

.vehicle-db-header_large .filterlist .number-lbl {
  height: 40px;
  padding: 0.6em 0.8em 0.5em 0.8em;
  font-size: 16px;
  font-weight: 400;
}

.vehicle-db-header_large .btn {
  height: 39px;
}

.vehicle-db-header_large .select-field.large {
  float: right;
  width: 29%;
  margin-left: 1.2%;
}

.vehicle-db-header_large .filterbtn .btn {
  height: 39px;
  padding-top: 10px;
}

@media (max-width: 1023px) {
  .vehicle-db-header_large .filterbtn {
    min-width: 0;
    width: 10%;
  }
  .vehicle-db-header_large .filterbtn .btn {
    padding-top: 12px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 1.4rem;
  }
  .vehicle-db-header_large .user-form-radio p {
    display: block;
  }
}

@media (max-width: 767px) {
  .vehicle-db-header_large .select-field.large {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .vehicle-db-header_large .filterbtn .btn {
    padding: 0.7em 1em 0.4em;
    font-size: 1.8rem;
  }
}

.vehicle-db.tag-order {
  padding-bottom: 0px;
  padding-top: 0;
  margin: 0px;
}

.vehicle-db.tag-order a.tag-link {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.vehicle-db.tag-order a.tag-link:hover {
  background: #fbfbfb;
  outline-style: dashed;
  outline-color: #95C7DC;
  outline-width: 1px;
}

.vehicle-db .user-form-row {
  margin-bottom: 0px;
}

.vehicle-db span.red {
  color: #95C7DC;
}

.vehicle-db .veh-name {
  font-size: 2.8rem;
  color: #000;
}

.vehicle-db .border {
    float: left;
    padding: .6em .4em .4em;
    min-width: 90px;
    text-align:center;
}

.vehicle-db .rm-vehicle {
  margin-top: 15px;
}

.vehicle-db .rm-vehicle a {
  font-size: 14px;
  text-decoration: underline;
}

.vehicle-db .rm-vehicle a:hover {
  text-decoration: none;
}

.button-center {
  text-align: center;
  margin: 50px 0 40px;
}

span.numloader {
  position: relative;
  display: inline-block;
  width: 22px;
  min-height: 38px;
}

span.numloader:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url("reload.gif");
  background-size: 100% 100%;
  position: absolute;
  top: 13px;
  right: 2px;
}

@media (max-width: 832px) {
  .vehicle-db-header .filterlist {
    margin-right: 21%;
  }
}

@media (max-width: 767px) {
  .vehicle-db-header .filterbtn,
  .vehicle-db-header .addbtn {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 7px;
    min-width: inherit;
  }
  .vehicle-db-header .filterbtn .btn,
  .vehicle-db-header .addbtn .btn {
    padding: 11px 10px;
  }
  .vehicle-db-header .filterlist {
    width: 100%;
    margin-bottom: 10px;
    max-width: initial;
    min-width: inherit;
    margin-right: 0px;
  }
  .vehicle-db-header .fl-right {
    float: none;
  }
  .vehicle-db-header .fl-right .filterlist {
    margin-left: 0px;
  }
  .vehicle-db .veh-name {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .vehicle-db .border {
    float: none;
    margin-bottom: 17px;
  }
  .vehicle-db .user-form-row {
    margin-bottom: 17px;
  }
  .vehicle-db .rm-vehicle {
    text-align: center;
  }
}

.purchaseTag {
  margin-top: 68px;
  margin-bottom: 70px;
}

.purchaseTag h2 {
  margin-bottom: 10px;
}

.purchaseTag .buttons-functional_left {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .purchaseTag {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 10px;
  }
  .purchaseTag .buttons-functional_left {
    text-align: center;
  }
}

.fleetActivateTag {
	margin-top: 40px;
	padding: 20px;
	border: solid grey 1px;
}

.fleetActivateTag .buttons-functional_left .btn {
	min-width: 290px;
}

.fleetActivateTag .buttons-functional_left {
	margin: 20px 0px 10px !important;
}

.fleetActivateTag h2 {
	margin-bottom: 15px !important;
}

.fleettag-margin {
	margin-top: 25px !important;
}

@media (max-width: 767px) {
	.fleetActivateTag {
		text-align: center;
		margin-top: 28px;
		margin-bottom: 10px;
	}

	.fleetActivateTag .buttons-functional_left {
		text-align: center;
	}

	.fleetActivateTag h2 {
		margin: 1em 0 0.5em !important;
	}

	.fleettag-margin {
		margin-top: unset;
	}
}

.title-line.ptag {
  margin-top: 25px;
  margin-bottom: 15px;
}

.title-line.ptag-big {
  margin-top: 49px;
  margin-bottom: 27px;
}

.title-line.borderline {
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 13px;
}

.title-line.borderline:after {
  display: none;
}

.margin-cb {
  margin-top: 24px;
}

.order-details .cell {
  color: #53565A;
  font-size: 17px;
  min-height: 46px;
  padding: 0.8em 0 0.5em;
  font-weight: 400;
}

.order-details .cell.last {
  color: #000;
  font-weight: 600;
}

@media (max-width: 767px) {
  .order-details .cell.qty.last {
    text-align: right;
  }
}

.order-details .ordertitle span {
  display: block;
  font-size: 14px;
  margin-top: -3px;
}

.order-details .price {
  text-align: left;
}

.order-details .qty {
  text-align: left;
}

.order-details .border-verticle {
  margin-top: 15px;
  margin-bottom: 30px;
}

.order-details .border-verticle:before {
  margin-right: 24px;
  content: '';
  height: 1px;
  background: #b8b8b8;
  width: 100%;
  width: -webkit-calc(100% - 48px);
  width: -moz-calc(100% - 48px);
  width: calc(100% - 48px);
}

.order-details .border-verticle:after {
  margin-right: 24px;
  content: '';
  height: 1px;
  background: #b8b8b8;
  width: 100%;
  width: -webkit-calc(100% - 48px);
  width: -moz-calc(100% - 48px);
  width: calc(100% - 48px);
}

@media (max-width: 767px) {
  .order-details .border-verticle {
    margin-top: 0;
  }
  .order-details .border-verticle:before {
    margin-right: 20px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .order-details .border-verticle:after {
    margin-right: 20px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.fewmarmbtm {
  margin-bottom: 40px;
}

.stepb {
  margin: 2.5rem 0 1.5rem;
}

.remove-veh {
  padding-top: 31px;
  margin-bottom: 0;
  margin-top: 0;
}

.remove-veh.confirmation {
  border-top: 1px solid #b8b8b8;
}

.content .subtitle.password-discprition.rv-agree {
  margin-top: 20px;
  margin-bottom: 25px;
}

.trips {
  margin-bottom: 60px;
}

.trips .content-3 {
  margin-top: 22px;
}

.trips .vehicle-db-header > .select-field select {
  background-color: #fff;
  height: 40px;
  padding: 0.5em 0.8em 0.5em 1.5em;
  font-size: 1.6rem;
  font-weight: 400;
}

.trips .vehicle-db-header .filterbtn {
  float: right;
  width: 10.8%;
}

.trips-form .vehicle-db-header .filter-block-title,
.trips-form .vehicle-db-header .fil-head,
.trips-form .vehicle-db-header .fil-data,
.trips-form .vehicle-db-header .filter-block-drop {
  border-color: #53565a;
}

.trips-form-row {
  margin: 0 0 20px 0;
}

.trips-form-row > div {
  display: inline-block;
  vertical-align: top;
}

.trips-form-row > input {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  height: 40px;
}

.trips-form-row_center {
  padding: 24px 0 0;
  text-align: center;
}

.trips-form-row_center input[type="text"] {
  width: 236px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 767px) {
  .trips-form-row_center input[type="text"] {
    width: 100%;
  }
}

.trips-form-row_center button.btn {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.trips-form select {
  font-size: 1.6rem;
  height: 40px;
  padding: 0.55em 0.8em 0.5em 2em;
  background-color: #edeeee;
}

.trips-form select:focus {
  padding: 0.5em 0.75em 0.5em 2em;
}

.trips-form .checkbox-border {
  border: 1px dashed #b8b8b8;
  float: left;
}

@media (max-width: 767px) {
  .trips {
    margin-bottom: 25px;
  }
  .trips .vehicle-db-header .filterbtn {
    float: none;
    width: 100%;
  }
  .trips-form-row > div {
    display: block;
  }
  .trips-form-row > input {
    display: block;
  }
  .trips-form .checkbox-border {
    float: none;
  }
}

.trips .content-2 {
  padding-top: 30px;
}

.trips-table {
  width: 100%;
  font-size: 1.6rem;
  min-width: 960px;
}

.trips-table-withDrop td:last-child {
  width: 50px;
  position: relative;
}

.trips-table-withDrop td:nth-child(3) {
  width: 121px;
}

.trips-table-withDrop td:nth-child(5) {
  width: 155px;
  position: relative;
  padding-right: 30px;
}

.trips-table-withDrop td:nth-child(5) span {
  margin-right: -30px;
}

.trips-table-withDrop td:nth-child(6) {
  width: 170px;
}

.trips-table-withDrop .trips-table-drop td:nth-child(5) div {
  margin-right: -30px;
}

.trips-table-withDrop .trips-table-drop td:nth-child(5) span {
  margin-right: 0;
}

.trips-table thead tr {
  background: none;
  border-right: 2px solid transparent;
}

.trips-table tbody tr:first-child td,
.trips-table tbody tr:first-child th {
  border-top: none;
}

.trips-table tr {
  background: #edeeee;
  border-right: 3px solid #b8b8b8;
}

.trips-table tr th {
  font-weight: bold;
  padding: 10px 15px;
  white-space: nowrap;
}

.trips-table tr td, .trips-table tr th {
  border-top: 2px solid #fff;
  padding: 10px 15px;
}

.trips-table tr td > span,
.trips-table tr td > strong, .trips-table tr th > span,
.trips-table tr th > strong {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.2em;
}

.trips-table tr td > strong, .trips-table tr th > strong {
  display: block;
  margin-bottom: 5px;
}

.trips-table tr td .description, .trips-table tr th .description {
  white-space: normal;
}

.trips-table tr td:last-child, .trips-table tr th:last-child {
  text-align: left;
}

.trips-table tr td a, .trips-table tr th a {
  color: #95C7DC;
}

.trips-table tr.title {
  background: #fff;
  border: none;
  text-transform: uppercase;
}

.trips-table tr.active {
  background: #fff1cc;
  border-right-color: #95C7DC;
  height: auto;
}

.trips-table tr .opena {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  border: 0;
  background: transparent;
  width: 100%;
  height: 100%;
}

.trips-table tr .opena:before {
  background: #767777;
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.trips-table tr .opena:after {
  background: #767777;
  display: block;
  content: "";
  width: 2px;
  height: 10px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.trips-table tr.active .opena:after {
  display: none;
}

.trips-table tr.trips-table-drop {
  display: none;
  background: #fff1cc;
  border-right-color: #95C7DC;
}

.trips-table tr.trips-table-drop.active {
  display: table-row;
}

.trips-table tr.trips-table-drop td {
  border-top: none;
  padding-top: 0;
}

.trips-table tr.trips-table-drop .description {
  font-size: 1.5rem;
}

.trips-table .number {
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  padding: 0.5em 0.7em 0.2em;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 600;
}

.trips-table .direction-name:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("") 0 center no-repeat;
  width: 18px;
  height: 20px;
  margin-left: 25px;
}

.trips-table-holder {
  overflow-x: visible;
  overflow-y: auto;
  padding: 0 0 10px;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1024px) {
  .trips-table {
    font-size: 1.3rem;
  }
  .trips-table .trips-table-drop .description {
    font-size: 1.3rem !important;
  }
}

@media (max-width: 767px) {
  .trips-table-holder {
    overflow: visible;
  }
  .trips-table-withDrop {
    display: block;
    min-width: 0;
  }
  .trips-table-withDrop .active {
    border-bottom: none !important;
  }
  .trips-table-withDrop thead tr {
    border: none;
    display: none;
  }
  .trips-table-withDrop .direction-name {
    padding-right: 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .trips-table-withDrop .direction-name:before {
    position: absolute;
    right: 0;
    top: 10px;
    margin: 0;
    height: 11px;
    background-position: 0px 0px;
  }
  .trips-table-withDrop button.open:before, .trips-table-withDrop button.open:after {
    top: 20px;
  }
  .trips-table-withDrop td:nth-child(5) span {
    margin-right: 0;
  }
  .trips-table-withDrop tbody {
    display: block;
  }
  .trips-table-withDrop tr {
    display: block;
    position: relative;
    border-bottom: 2px solid #fff;
  }
  .trips-table-withDrop tr td,
  .trips-table-withDrop tr th {
    display: block;
    white-space: normal;
    padding: 5px 5px;
    border: none;
  }
  .trips-table-withDrop tr:not(.trips-table-drop) {
    overflow: hidden;
    padding-bottom: 55px;
    position: relative;
  }
  .trips-table-withDrop tr:not(.trips-table-drop) th:first-child,
  .trips-table-withDrop tr:not(.trips-table-drop) td:first-child {
    width: 53px;
    float: right;
    text-align: center;
  }
  .trips-table-withDrop tr:not(.trips-table-drop) th:nth-child(2),
  .trips-table-withDrop tr:not(.trips-table-drop) td:nth-child(2) {
    width: 50%;
    position: absolute;
    top: 0;
    right: 54px;
  }
  .trips-table-withDrop tr:not(.trips-table-drop) th:nth-child(3),
  .trips-table-withDrop tr:not(.trips-table-drop) td:nth-child(3) {
    width: 80px;
    position: absolute;
    top: 0;
    left: 50px;
  }
  .trips-table-withDrop tr:not(.trips-table-drop) th:nth-child(4),
  .trips-table-withDrop tr:not(.trips-table-drop) td:nth-child(4) {
    width: 45%;
    float: right;
    position: relative;
    top: 40px;
    padding-left: 30px;
  }
  .trips-table-withDrop tr:not(.trips-table-drop) th:nth-child(5),
  .trips-table-withDrop tr:not(.trips-table-drop) td:nth-child(5) {
    width: 30%;
    float: left;
    position: relative;
    top: 40px;
    left: 60px;
    text-align: left;
  }
  .trips-table-withDrop tr:not(.trips-table-drop) th:nth-child(6),
  .trips-table-withDrop tr:not(.trips-table-drop) td:nth-child(6) {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
  }
  .trips-table-withDrop tr:not(.trips-table-drop) th:nth-child(6) strong,
  .trips-table-withDrop tr:not(.trips-table-drop) td:nth-child(6) strong {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin: 0;
  }
  .trips-table-withDrop tr:not(.trips-table-drop) th:nth-child(6) strong:before,
  .trips-table-withDrop tr:not(.trips-table-drop) td:nth-child(6) strong:before {
    content: 'AED';
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: top;
  }
  .trips-table-withDrop tr:not(.trips-table-drop) th:nth-child(7),
  .trips-table-withDrop tr:not(.trips-table-drop) td:nth-child(7) {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 70px;
  }
  .trips-table-withDrop .trips-table-drop.active {
    display: block !important;
    border-bottom: 2px solid #fff !important;
  }
  .trips-table-withDrop .trips-table-drop td,
  .trips-table-withDrop .trips-table-drop th {
    width: 100% !important;
    padding: 5px 5px !important;
    text-align: center;
    white-space: nowrap;
  }
  .trips-table-withDrop .trips-table-drop .description {
    width: 263px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0 !important;
  }
  .trips-table-withDrop .trips-table-drop .description:after {
    content: '';
    display: table;
    clear: both;
  }
  .trips-table-withDrop .trips-table-drop .description *:first-child {
    float: left;
    width: 92px;
    text-align: right;
  }
  .trips-table-withDrop .trips-table-drop .description br {
    display: none;
  }
  .trips-table-withDrop .trips-table-drop .description *:last-child {
    width: 150px;
    float: right;
    text-align: right;
    margin-left: 10px;
  }
  .trips-table-static {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .trips-table-static tbody,
  .trips-table-static td,
  .trips-table-static th {
    width: 100%;
    display: block;
    border-top: none !important;
  }
  .trips-table-static tbody strong,
  .trips-table-static td strong,
  .trips-table-static th strong {
    padding: 0 !important;
    margin: 0 !important;
  }
  .trips-table-static tr {
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
  }
  .trips-table-static tr td {
    position: relative;
    padding-right: 50%;
  }
  .trips-table-static tr td:before {
    content: attr(data-td) " : ";
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.3rem;
    padding: 10px 10px;
  }
  .trips-table-static tr td:last-child {
    text-align: right;
  }
  .trips-table-static thead {
    display: none;
  }
  .trips-table-static.last tr {
    overflow: hidden;
  }
  .trips-table-static.last tr td {
    padding: 10px 10px;
    width: 50%;
    float: right;
  }
  .trips-table-static.last tr td:before {
    display: none;
    content: "";
    position: static;
    padding: 0;
  }
  .trips-table-static.last tr td:last-child {
    text-align: left;
  }
}

.filter-block {
  position: relative;
  z-index: 3;
}

.filter-block-title {
  background: url("ico-opener.svg") #edeeee no-repeat 4% 50%;
  border: 1px solid #dedede;
  border-radius: 3px;
  height: 39px;
}

.filter-block-title .label {
  text-overflow: ellipsis;
  font-size: 1.6rem;
  color: #53565a;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  max-width: 100%;
  padding: 0.7em 10px 0 30px;
  font-weight: 400;
  text-align: right;
}

.filter-block-drop {
  border: 1px solid #dedede;
  border-top: none;
  background: #edeeee;
  padding: 15px 20px;
  position: absolute;
  left: -9999px;
  top: 37px;
  z-index: 1000;
}

@media (max-width: 767px) {
  .filter-block-drop {
    width: 100%;
  }
}

.filter-block-drop.active {
  left: 0;
}

.filter-block-drop .drop-title {
  margin-bottom: 11px;
}

.filter-block .user-form-data {
  width: 100%;
  margin-bottom: 15px;
}

.filter-block .user-form-radio {
  white-space: normal;
}

.datepicker-wrapper {
  margin: 0 0 15px;
}

.datepicker-wrapper .datepicker-holder {
  margin: 0 0 5px;
}

.datepicker-wrapper .datepicker-holder input {
  height: 40px;
}

.datepicker-wrapper .datepicker-holder .ui-datepicker-trigger {
  margin-top: -31px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .datepicker-wrapper .datepicker-holder input {
    padding: 9px 10px 8px;
  }
  .vehicle-db-header_large .filterlist .number-lbl {
    padding: 8px 10px 8px;
  }
  .vehicle-db-header .filterlist .fil-data .user-form-data .select-field select {
    padding: 10px 10px 8px;
  }
  .vehicle-db-header .filterlist .fil-head label {
    padding-top: 0.6em;
  }
  .trips .vehicle-db-header > .select-field select {
    padding: 0.7em 0.7em 0.5em 1.5em;
  }
  .vehicle-db-header .filterlist .fil-data .filterbox .filtertag input {
    padding: 9px 10px 8px;
  }
}

.menu-number {
  background: #AF1D1D;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding-top: 2px;
  font-size: 1.4rem;
  text-align: center;
  color: #ffffff;
  border-radius: 12px;
}

.total-amount {
  text-align: left;
  padding-top: 25px;
  font-size: 1.8rem;
  color: #5b5e61;
}

.counter {
  width: 24px;
  height: 24px;
  background: #AF1D1D;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 1;
  padding: 8px 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  .dashboard--tabs .counter {
    width: 20px;
    height: 20px;
    font-size: 1.1rem;
    padding: 6px 0;
  }
}

.sitemaplist .s-area {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddddde;
  padding-bottom: 15px;
}

.sitemaplist .s-area:last-child {
  border-bottom: 0px;
}

.sitemaplist .s-area .list-point {
  padding: 0;
}

@media (max-width: 767px) {
  .sitemaplist {
    margin-top: -30px;
  }
}

.accessibility-opened.invert .btn-accessibility {
  background: #121111 !important;
}

.invert {
  background: #000;
}

.invert .info-list {
  color: #fff;
}

.invert .info-list-title {
  color: #fff;
}

.invert .info-list-ico > img {
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
  -webkit-filter: invert();
}

.invert .info-list-link a {
  color: #D7D7D7;
}

.invert .info-list-link a:hover, .invert .info-list-link a:focus {
  color: #6CFFFF;
  border-color: #6CFFFF;
}

.invert .info-list-link a:hover:after, .invert .info-list-link a:focus:after {
  background: #6CFFFF;
}

.invert .info-list-link a:hover:before, .invert .info-list-link a:focus:before {
  border-right-color: #1ff;
}

.invert .info-list-link_phone:before, .invert .info-list-link_questions:before, .invert .info-list-link_mail:before, .invert .info-list-link_service:before {
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
  -webkit-filter: invert();
}

.invert .logo-gov img,
.invert .logo-rta img,
.invert .btn-rta__txt_default img,
.invert .logo-brand img,
.invert .logo-list img,
.invert .btn-print img {
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
  -webkit-filter: invert();
}

.invert .btn-accessibility__txt {
  color: #1ff;
}

.invert .btn-rta__txt_default {
  color: #69FAF9;
}

.invert .header__t {
  background: #000;
}

.invert .header__b {
  background: rgba(0, 0, 0, 0.8);
}

.invert.rta-opened .header__services-bar {
  background: #1ff;
}

.invert.rta-opened .btn-rta {
  color: #000;
}

.invert.rta-opened .btn-rta img {
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
  -webkit-filter: invert();
}

.invert.rta-opened .services__item:not(:last-child) .services__item-inner:after {
  background: #000;
}

.invert.rta-opened .btn-accessibility__txt {
  color: #000;
}

.invert.rta-opened.accessibility-opened .btn-accessibility .btn-accessibility__txt {
  color: #fff !important;
}

.invert .rta-nav__drop {
  background: #000;
}

.invert .rta-nav__drop li.active > a {
  background: #040a0a;
}

.invert .rta-nav__drop li.active > a:after {
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
  -webkit-filter: invert();
}

.invert .rta-nav__drop li.active a {
  color: #1ff;
}

.invert .rta-nav__drop li.active a:after {
  border-right-color: transparent !important;
  border-top-color: #1ff !important;
}

.invert .rta-nav__drop a {
  color: #fff;
}

.invert .rta-nav__drop a:after {
  border-right-color: #fff !important;
}

.invert .rta-nav__drop a:hover, .invert .rta-nav__drop a:focus {
  color: #1ff;
}

.invert .rta-nav__drop a:hover:after, .invert .rta-nav__drop a:focus:after {
  border-right-color: #1ff !important;
}

.invert .rta-nav__item {
  border-left-color: #1ff;
}

.invert .rta-nav__item:hover, .invert .rta-nav__item:focus {
  background: #000 !important;
}

.invert .rta-nav__item:hover .rta-nav__item-inner > a, .invert .rta-nav__item:focus .rta-nav__item-inner > a {
  color: #1ff;
}

.invert .rta-nav__item:hover .rta-nav__item-inner:after, .invert .rta-nav__item:focus .rta-nav__item-inner:after {
  border-bottom-color: #1ff !important;
}

.invert .rta-nav__item-inner > a {
  color: #000;
}

.invert .rta-nav__item-inner .ico i {
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
  -webkit-filter: invert();
}

.invert .rta-nav__item.has-drop .rta-nav__item-inner:after {
  border-bottom-color: #000;
}

.invert .rta-nav__item:not(:first-child) {
  background: #1ff;
}

.invert .form-search__opener {
  background-color: transparent !important;
}

.invert .form-search__input {
  background: #111;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.7);
}

.invert .form-search__input input {
  color: #fff;
}

.invert .form-search__input button {
  -webkit-filter: invert();
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
}

.invert .form-search.opened .form-search__inner:after {
  border-bottom-color: #111;
}

.invert .main-nav__items > li:hover > a:before {
  border-bottom-color: #111;
}

.invert .main-nav__items > li:hover > a, .invert .main-nav__items > li.focus > a, .invert .main-nav__items > li:focus > a {
  color: #69FAF9;
}

.invert .main-nav__items > li:hover > a span:after, .invert .main-nav__items > li.focus > a span:after, .invert .main-nav__items > li:focus > a span:after {
  border-top-color: #69FAF9;
}

.invert .main-nav__drop {
  background: #111;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.7);
}

.invert .main-nav__drop-title {
  color: #fff;
}

.invert .main-nav__drop-links a {
  color: #aca9a5;
}

.invert .main-nav__drop-links a:hover, .invert .main-nav__drop-links a:focus {
  background: #000;
  color: #1ff;
}

.invert .main-nav__drop-col:not(:first-child):before {
  background: #1e1d1c;
}

.invert .hero-left-bar {
  background: rgba(0, 0, 0, 0.8);
  border-top-color: #11ffff;
}

.invert .hero-left-bar:hover .btn-arrow {
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
  -webkit-filter: invert();
}

.invert .hero-right-bar {
  background: rgba(0, 0, 0, 0.8);
}

.invert .hero-right-bar-center:before, .invert .hero-right-bar-center:after {
  background: #fff;
}

.invert .hero-link-list a:hover, .invert .hero-link-list a:focus {
  color: #11ffff;
}

.invert .hero-link-list a:hover:after, .invert .hero-link-list a:focus:after {
  border-right-color: #11ffff;
}

.invert h1, .invert h2, .invert h3, .invert h4 {
  color: #fff;
}

.invert .btn {
  background: #11ffff;
  color: #000;
}

.invert .btn:hover, .invert .btn:focus {
  color: #11ffff;
  background: #000;
}

.invert .btn-reverse {
  color: #11ffff;
  background: #000;
}

.invert .btn-reverse:hover, .invert .btn-reverse:focus {
  color: #000;
  background: #11ffff;
}

.invert .btn-frame {
  background: none;
  border-color: #1ff;
  color: #1ff;
}

.invert .btn-frame:hover, .invert .btn-frame:focus {
  color: #000;
  background: #1ff;
}

.invert .btn-frame_rd:hover {
  border-color: #1ff;
}

.invert .btn-login span {
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
  -webkit-filter: invert();
}

.invert .btn-border {
  border-color: #1ff;
}

.invert .btn-border:hover {
  border-color: #1ff;
}

.invert .last-news, .invert .last-news2col {
  background: #090909;
}

.invert .last-news-item, .invert .last-news2col-item {
  background: #000;
  color: #fff;
}

.invert .last-news-item:hover, .invert .last-news2col-item:hover {
  box-shadow: -3px 3px 7px 0 rgba(255, 255, 255, 0.3);
}

.invert .last-news-item-wrap, .invert .last-news2col-item-wrap {
  color: #fff;
}

.invert .last-news-content, .invert .last-news2col-content {
  border-color: #222221;
  color: #fff;
}

.invert .last-news-link-more, .invert .last-news2col-link-more {
  color: #1ff;
}

.invert .last-news-link-more:hover, .invert .last-news-link-more:focus, .invert .last-news2col-link-more:hover, .invert .last-news2col-link-more:focus {
  color: #fff;
}

.invert .last-news2col .last-news {
  background: #000;
}

.invert .logo-block-item img {
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
  -webkit-filter: invert();
}

.invert .content {
  color: #fff;
}

.invert .content a {
  color: #1ff;
}

.invert .footer {
  background: #121111;
  color: #aca9a5;
}

.invert .footer-top {
  background: #222221;
}

.invert .footer-menu {
  border-bottom-color: #484747;
}

.invert .footer-menu ul a {
  color: #aca9a5;
}

.invert .footer-menu ul a:hover, .invert .footer-menu ul a:focus {
  color: #1ff;
}

.invert .footer .last-modified {
  color: #fff;
}

.invert .score-block-label {
  color: #aca9a5;
}

.invert .score-block-item img {
  -webkit-filter: invert();
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
}

.invert .social-networks a:after {
  -webkit-filter: invert();
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
}

.invert .subtitle {
  color: #fff;
}

.invert .accessibility.opened .btn-accessibility {
  background: #121111 !important;
}

.invert .accessibility__drop {
  background: #121111;
  color: #fff;
}

.invert .accessibility__drop a {
  color: #1ff;
}

.invert .text-resize button {
  color: #fff;
}

.invert .notifications time {
  color: #fff;
}

.invert .notifications p {
  color: #fff;
}

.invert .notifications a {
  color: #0fffff;
}

.invert .breadcrumb-section {
  background: #090909;
}

.invert .breadcrumb-section .breadcrumb {
  background: #090909;
}

.invert .breadcrumb-section .breadcrumb li a:hover {
  color: #0affff;
}

.invert .breadcrumb-section .breadcrumb li .breadcrumbs-home:hover {
  background: url("") no-repeat;
}

.invert .breadcrumb-section .breadcrumb .active {
  color: #fff;
}

.invert .list-news-section ul li a {
  color: #fff;
}

.invert .list-news-section ul li a:before {
  border-color: transparent #fff transparent transparent;
}

.invert .list-news-section ul li a:hover {
  color: #1afcfb;
}

.invert .list-news-section ul li a:hover:before {
  border-color: transparent #1afcfb transparent transparent;
}

.invert .list-news-section ul li a time {
  color: #fff;
}

.invert .link span {
  color: #fff;
}

.invert .link a {
  color: #1afcfb;
}

.invert .list-item {
  color: #fff;
}

.invert .content p {
  color: #fff;
}

.invert blockquote {
  color: #fff;
}

.invert .list-point {
  color: #fff;
}

.invert .list-point li:before {
  background: #fff;
}

.invert .list-point li ul li:before {
  border: 2px solid #fff;
}

.invert .list-point li a {
  color: #0fffff;
}

.invert .list-number {
  color: #fff;
}

.invert .list-number li a {
  color: #0fffff;
}

.invert .list-number li:before {
  color: #fff;
}

.invert .list-done {
  color: #fff;
}

.invert .list-done li a {
  color: #0fffff;
}

.invert .table tr:nth-child(n) {
  background: #000;
}

.invert .table-wrap .table tbody tr:nth-child(2n) {
  background: #000;
}

.invert .link-download li a {
  color: #fff;
}

.invert .link-download li a:hover {
  color: #0fffff;
  border-bottom: 1px solid #0fffff;
}

.invert .accordion-wrap .accordion-title {
  color: #fff;
}

.invert .accordion-wrap .accordion li .accordion__title {
  color: #fff;
}

.invert .accordion-wrap .accordion li .accordion__slide {
  color: #fff;
}

.invert .maps-info {
  background: #000;
}

.invert .maps-info .maps-info-list-opener {
  color: #fff;
}

.invert .maps-info .maps-info-list-opener:hover {
  color: #11ffff;
}

.invert .maps-info .maps-info-list-opener:hover:after {
  border-top-color: #11ffff;
}

.invert .maps-info .maps-info-list-opener:after {
  border-top-color: #fff;
}

.invert .maps-info .active .maps-info-list-opener {
  color: #11ffff;
}

.invert .maps-info .active .maps-info-list-opener:after {
  border-bottom-color: #11ffff;
}

.invert .maps-info .maps-info-list-slide {
  color: #fff;
}

.invert .contact-heading .questions {
  color: #fff;
}

@media (max-width: 767px) {
  .invert .hero-left-bar, .invert .hero-right-bar {
    background: none;
  }
  .invert .hero .content-wrap {
    background: #ccc;
  }
  .invert .hero-title {
    background: #000;
    color: #1ff;
  }
  .invert .hero-title:hover, .invert .hero-title:focus {
    background: #1ff;
    color: #000;
  }
  .invert .btn-login {
    background: none !important;
    color: #000;
  }
  .invert .btn-menu {
    color: #000;
  }
  .invert .btn-menu:hover, .invert .btn-menu:focus {
    color: #1ff;
  }
  .invert .btn-menu:hover span, .invert .btn-menu:focus span {
    border-color: #1ff;
  }
  .invert .btn-menu:hover span:before, .invert .btn-menu:focus span:before {
    background: #1ff;
  }
  .invert .btn-menu span {
    border-color: #000;
  }
  .invert .btn-menu span:before {
    background: #000;
  }
  .invert .rta-nav__item {
    background: #1ff;
  }
  .invert .mobile-nav {
    background: #000;
  }
  .invert .mobile-nav .btn-menu span:before, .invert .mobile-nav .btn-menu span:after {
    background: #aca9a5;
  }
  .invert .mobile-nav .top-bar-menu li a {
    color: #fff;
  }
  .invert .mobile-nav button.btn.btn-login {
    background: #0CB2B2 !important;
    color: #000;
  }
  .invert .mobile-nav button.btn.btn-login:hover {
    background: transparent !important;
    color: #56CFCF;
  }
  .invert .mobile-nav .main-nav__items > li > a {
    color: #fff;
  }
  .invert .mobile-nav .main-nav__items > li > a > span:after {
    border-top-color: #aca9a5;
  }
  .invert .mobile-nav .main-nav__drop {
    background: none;
    box-shadow: none;
  }
  .invert .mobile-nav .main-nav__drop-links a {
    color: #fff;
  }
  .invert .mobile-nav .form-search__input {
    background: none;
    box-shadow: none;
  }
  .invert .mobile-nav .form-search__input input {
    border-color: #222221;
    background: #222221;
    color: #aca9a5;
  }
  .invert .mobile-nav .form-search__input input:focus {
    border-color: #ff4f46;
    background: none;
    color: #fff;
  }
  .invert .mobile-nav .form-search__input button {
    -webkit-filter: invert();
    filter: url("");
    filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
  }
  .invert .list-news-section ul li a {
    color: #1afcfb;
  }
  .invert .link-download li a {
    color: #0fffff;
  }
  .invert .link-download li a:hover {
    border-bottom: none;
  }
}

.invert .contact-heading {
  background: #000;
}

.invert .contact-heading select {
  color: #a09f9d;
}

.invert .contact-info {
  background: #030303;
}

.invert .contact-info .info-list-contacts li a {
  color: #11FFFF;
}

.invert .contact-form form {
  border-color: #474747;
}

.invert .contact-form p {
  color: #fff;
}

.invert .contact-form .select-field select {
  background: #000;
  color: #aaa9a7;
}

.invert .contact-form input {
  background: #000;
  color: #aaa9a7;
}

.invert .contact-form textarea {
  background: #000;
  color: #aaa9a7;
}

.invert .contact-form-footer {
  color: #fff;
}

.invert .select-field {
  background: #000 url("ico-opener.svg") no-repeat 4% 50%;
}

.invert .select-field select {
  color: #a09f9d;
}

.invert input,
.invert .text-field {
  background: #000;
  color: #a09f9d;
}

.invert .top-bar {
  background: #222221;
}

.invert .top-bar-menu li.active a {
  color: #fff;
  border-color: #11ffff;
}

.invert .top-bar-menu a {
  color: #999999;
}

.invert .top-bar-menu a:hover {
  color: #fff;
  border-color: #11ffff;
}

.invert .account-info {
  color: #11ffff;
}

.invert .account-info span {
  color: #11ffff;
}

.invert .top-widget {
  background: #121111;
}

.invert .top-widget-account-heading h3 {
  color: #a29f9b;
}

.invert .top-widget-account-links li {
  color: #fff;
}

.invert .top-widget-account-graph .highcharts-tooltip > span {
  color: #fff !important;
}

.invert .top-widget-account-graph .highcharts-tooltip path:last-child {
  fill: #000;
}

.invert .top-widget-account-graph .highcharts-series path:first-child {
  stroke: #FEFEDD;
}

.invert .top-widget-account-graph .highcharts-markers image {
  -webkit-filter: invert();
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
}

.invert .top-widget-account-graph .highcharts-axis-labels text {
  fill: #aca9a5 !important;
}

.invert .top-widget-account-graph .highcharts-axis text {
  fill: #aca9a5 !important;
}

.invert .top-widget .select-field {
  background: #121111 url("") no-repeat 4% 50%;
}

.invert .top-widget-balance-heading {
  color: #e8e370;
}

.invert .top-widget-balance-links-holder .opener {
  background: #000;
  color: #fff;
}

.invert .top-widget-balance-links-holder .opener span:before {
  border-top: 6px solid #fff;
}

.invert .top-widget-balance-links-holder.active span:before {
  border: 4px solid transparent;
  border-bottom: 6px solid #fff;
}

.invert .top-widget-balance-links li a {
  color: #999;
  border-color: #999;
}

.invert .top-widget-balance-links li a:before {
  border-right: 5px solid #999;
}

.invert .top-widget-balance-links li a:hover {
  color: #11ffff;
  border-color: #11ffff;
}

.invert .top-widget-balance-links li a:hover:before {
  border-right: 5px solid #11ffff;
}

.invert .items {
  border-color: #474747;
}

.invert .items-title_red p {
  color: #11ffff;
}

.invert .items-title_yellow p {
  color: #008eff;
}

.invert .items-content-list a {
  color: #999;
  border-color: #999;
}

.invert .items-content-list a:before {
  border-right: 5px solid #999;
}

.invert .items-content-list a:hover {
  color: #11ffff;
  border-color: #11ffff;
}

.invert .items-content-list a:hover:before {
  border-right: 5px solid #11ffff;
}

.invert .title-line h3 {
  color: #fff;
  background: #000;
}

.invert .title-line:after {
  background: #474747;
}

.invert .information-title {
  color: #fcfcfc;
}

.invert .information-data {
  color: #adacaa;
}

.invert .edit-opener {
  border-color: #53565a;
}

.invert .edit-opener strong {
  color: #ffffff;
}

.invert .edit-opener span {
  color: #acaba9;
}

.invert .edit-opener-btn {
  background: #121011;
}

.invert .edit-opener-btn:after {
  -webkit-filter: invert();
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
}

.invert .edit-opener-btn:focus {
  outline-color: #fff;
}

.invert .edit-block {
  border-color: #53565a;
}

.invert .edit-block-inner {
  background: #121011;
}

.invert .edit-block-inner legend {
  color: #fff;
}

.invert .edit-block-inner label {
  color: #aeada9;
}

.invert .edit-block-btns .btn:hover {
  background: #121011;
}

.invert .edit-block-btns .btn-transparent {
  background: transparent;
  color: #11ffff;
}

.invert .edit-block .description {
  color: #fff;
}

.invert .intl-tel-input .phone {
  color: #fff;
}

.invert .intl-tel-input .iti-flag {
  -webkit-filter: invert();
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
}

.invert .intl-tel-input .country-list {
  background: #000;
}

.invert .intl-tel-input .country-list .country-name,
.invert .intl-tel-input .country-list .dial-code {
  color: #fff;
}

.invert .checkbox-border label {
  color: #fff;
}

.invert .checkbox-border label:hover {
  color: #000;
}

.invert .tags-icon {
  border-color: #222222;
  background: #000;
  color: #fff;
}

.invert .tags-scale i {
  background: #222222;
}

.invert .tags .active .tags-icon {
  background: #e8e36e;
  border-color: #e8e36e;
  color: #000;
}

.invert .tags .active .tags-scale i {
  background: #e8e36e;
}

.invert .tags .prev .tags-icon {
  border-color: #e8e36e;
  color: #000;
}

.invert .tags .prev .tags-icon span {
  background: url("");
}

.invert .tags .prev .tags-scale i {
  background: #e8e36e;
}

.invert .tags li > span {
  color: #fff;
}

.invert .info-icon:after {
  background: #0fffff;
  color: #000;
}

.invert .info-icon .popup-drop-wrap .popup-drop {
  background: #000;
  border-color: #fff;
}

.invert .info-icon .popup-drop-wrap .popup-drop:before {
  background: #000;
  border-color: #fff;
}

.invert .info-icon .popup-drop-wrap .popup-drop .img-holder img {
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
  -webkit-filter: invert();
}

.invert .panel-buttons_left .btn {
  color: #11FFFF;
}

.invert .panel-buttons_left .btn:after {
  -webkit-filter: invert();
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
  -webkit-filter: invert();
}

.invert .panel-buttons_right .btn:after {
  -webkit-filter: invert();
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
  -webkit-filter: invert();
}

.invert .panel-buttons.text-center .btn {
  color: #11FFFF;
}

.invert .input-select {
  border-color: #e4e271;
}

.invert .user-form .border {
  color: #e7ea75;
  border-color: #e7ea75;
  background: #000;
}

.invert .user-form strong {
  color: #fff;
}

.invert .user-form-title span {
  color: #ffffff;
}

.invert .user-form-title strong {
  color: #aca9a5;
}

.invert .user-form-title label {
  color: #aca9a5;
}

.invert .user-form-data span {
  color: #fff;
}

.invert .text-alert {
  color: #fff;
}

.invert .text-alert a {
  color: #0fffff;
}

.invert .clrGrey {
  color: #fff;
}

.invert .recharge-item-icon img {
  -webkit-filter: invert();
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
}

.invert .recharge-item-text {
  color: #fff;
}

.invert .user-form_center {
  color: #fff;
}

.invert .choise-select-list label {
  border-color: #474747;
  color: #fff;
}

.invert .choise-select-list label:hover {
  border-color: #e6e473;
}

.invert .choise-select-list input[type="radio"]:checked + label {
  color: #e4e074;
  border-color: #e4e074;
}

.invert .choise-select-custom {
  color: #afaeac;
}

.invert .choise-select-custom a {
  color: #11FFFF;
}

.invert .user-form-payment {
  color: #747371;
}

.invert .user-form-payment img {
  -webkit-filter: invert();
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
}

.invert .user-form-result img {
  -webkit-filter: invert();
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
}

.invert .user-form-radio label {
  color: #aca9a5;
}

.invert .dashboard--tabs li {
  color: #fff;
}

.invert .btn-remove {
  -webkit-filter: invert();
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
}

.invert .paid {
  border-color: #494748;
}

.invert .paid-header {
  background: #0c0a0b;
}

.invert .inputFile {
  border-color: #474747;
  background: #000;
}

.invert .inputFile .uploadLabel {
  color: #E0E0E0;
}

.invert .inputFile .uploadLabel span:before {
  -webkit-filter: invert();
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
}

.invert .inputFile:hover {
  border-color: #9c9c9c;
}

.invert .inputFile-title {
  color: #fff;
  background: #000;
}

.invert .inputFile-progress-heading {
  color: #a0a0a0;
}

.invert .inputFile-progress-scale {
  background: #222222;
}

.invert .inputFile-progress-scale span {
  background: #fb534a;
}

.invert .inputFile-info-name {
  color: #15fffc;
}

.invert .violations .tabset {
  border-bottom: 1px solid #474747;
}

.invert .violations .tabset a {
  color: #9b9b9b;
}

.invert .violations .tabset .active {
  border-color: #474747 #474747 #000 #474747;
}

.invert .violations .tabset .active a {
  color: #fff;
}

.invert .violations-form select {
  background: #121011;
}

.invert .counter {
  background: #12fef2;
  color: #000;
}

.invert .trips-table {
  color: #fff;
}

.invert .trips-table thead tr {
  background: #000;
}

.invert .trips-table tr {
  background: #121212;
  border-color: #484848;
}

.invert .trips-table tr td,
.invert .trips-table tr th {
  border-color: #000;
}

.invert .trips-table tr.trips-table-drop, .invert .trips-table tr.active {
  background: #010e31;
}

.invert .trips-table tr.trips-table-drop.active {
  border-bottom: 2px solid #484848 !important;
}

.invert .trips-table tr.active {
  border-bottom-color: transparent;
}

.invert .trips-table .number {
  background: #000;
  color: #fff;
  border-color: #444444;
}

.invert .trips-table .direction-name:before {
  -webkit-filter: invert();
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
}

.invert .trips-table .open:before, .invert .trips-table .open:after {
  background: #888;
}

.invert .trips-table-withDrop tr {
  border-bottom: 2px solid #484848;
}

.invert .vehicle-db-header .filter-block-title,
.invert .vehicle-db-header .select-field select,
.invert .vehicle-db-header .fil-head,
.invert .vehicle-db-header .filter-block-drop,
.invert .vehicle-db-header .fil-data {
  background-color: #111111 !important;
}

.invert .vehicle-db-header .filter-block-title .label,
.invert .vehicle-db-header .fil-label,
.invert .vehicle-db-header .select-field select,
.invert .vehicle-db-header .drop-title {
  color: #9ba7b3 !important;
}

.invert .ui-datepicker-trigger {
  -webkit-filter: invert();
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
}

.invert .ui-datepicker {
  background-color: #111111 !important;
}

.invert .ui-datepicker .ui-content {
  color: #c4d0d0;
}

.invert .ui-datepicker .ui-state-default {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}

.invert .ui-datepicker .ui-state-default.ui-state-highlight {
  background-color: #feffff;
  color: #000;
}

.invert .ui-datepicker.ui-widget-content {
  color: #b2d0c4;
}

.invert .media-box .caption-text {
  color: #ffffff;
}

.invert .trips-table tr .opena:after, .invert .trips-table tr .opena:before {
  background: #fff;
}

.invert .lang-switch:hover, .invert .lang-switch:focus {
  color: #11ffff;
}

.invert .form-search__opener:hover, .invert .form-search__opener:focus {
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
  -webkit-filter: invert();
}

.invert .btn-accessibility__ico {
  background: url("");
}

.invert.rta-opened .btn-accessibility__ico {
  background: url("accessibility.svg");
}

.invert .user-form .link-recent {
  color: #1ff;
}

.invert .btn-pdf span:before {
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
  -webkit-filter: invert();
}

.invert .btn-print_red span:before {
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
  -webkit-filter: invert();
}

.invert .vehicle-db .rm-vehicle a {
  color: #1ff;
}

.invert .dashboard--tabs li.active {
  border-bottom-color: #000;
}

.invert .choise-select.manual span.guide {
  color: #ffffff;
}

.invert .content .subtitle.password-discprition {
  color: #fff;
}

.invert .panel-buttons.cntr .btn:hover:after, .invert .panel-buttons.cntr .btn:focus:after {
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
  -webkit-filter: invert();
}

.invert .account-info span:before {
  background: url("");
}

.invert .account-info.loggendin span:before {
  background: url("");
}

.invert .searchResults ul li {
  color: #fff;
}

.invert .searchResults ul li h3 a {
  color: #1ff;
}

.invert .vehicle-db .veh-name {
  color: white;
}

.invert .s-area h3 a {
  color: #1ff;
}

.invert .signedOutBox .signedOut {
  background: #000;
}

.invert .signedOutBox .signedOut p, .invert .signedOutBox .signedOut .text-center {
  color: #fff;
}

.invert .signedOutBox .btn-link {
  color: #1ff;
}

.invert .signedOutBox .btn-link:hover {
  color: #1ff;
}

.invert .rta-nav .rta-nav__drop-col li .ico i,
.invert .rta-nav .rta-nav__sub-item .ico i {
  filter: url("");
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
  -webkit-filter: invert();
}
.rta-nav .rta-nav__drop-col li.active > a:after, .rta-nav .rta-nav__sub-item.active > a:after {
    background: url("") no-repeat;
}

.rta-nav__drop-col .back-arrow {
    background: url("") no-repeat 0 0;
}
.rta-number p{
    font-weight: 300 !important;
    font-size: 15px !important;
}

/*# sourceMappingURL=maps/main.css.map */

.text-password {
	font-family: 'password';
}

.tags-box {
    text-align: center;
    border: 2px solid transparent;
}

.tags-count {
    border-style: solid;
    border-width: 2px 2px 0 2px;
    border-color: #DDDDDE;
    padding-bottom: 10px;
}

.tags-box:hover .tags-count {
    border-color: #95C7DC;
}

.tags-box.active .tags-count {
    border-color: #95C7DC;
}

.tags-box .other-tags {
    border: 2px solid #DDDDDE;
}

.tags-box:hover .other-tags {
    border: 2px solid #95C7DC;
}

.other-tags h2 {
    margin: 65px;
}

.tags-count h2 {
    margin-bottom: 10px;
}

.tags-count h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.tags-price {
    background-color: #95C7DC;
}

    .tags-price p {
        font-size: 25px;
        font-weight: 500;
        padding: 15px 0 10px;
        color: #FFFFFF;
    }

.m-b-30 {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .tags-count h2 {
        margin: 1em 0 0.5em;
    }

    .tags-count h3 {
        margin: 1em 0 0.5em;
    }
}

.custom-info {
    border-radius: 3px;
    background-color: #EDEEEE;
    padding: 18px 20px 8px;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .custom-info span strong {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.22px;
        font-weight: 500;
    }

#NumberOfTags {
    display: none;
}

.TitleCase {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.sucess-box-right-ar {
    border-right: 1px solid #ddd !important;
}

.info-icon-black-ar {
    margin-left: -70px !important;
    margin-right: 30px !important;
}

/* IE9, IE10, IE11 */
@media screen and (min-width:0\0) {
    .info-icon-black-ar {
        margin-left: -120px !important;
        margin-right: 30px !important;
    }
}

/* Edge */
@supports (-ms-ime-align: auto) {
    .info-icon-black-ar {
        margin-left: -120px !important;
        margin-right: 30px !important;
    }
}

.user-form-data-arabic {
    width: 37%;
}


.user-form-title-arabic {
    width: 48%;
    padding-left: 11px;
    font-size: 1.8rem;
    color: #53565a;
    font-weight: 400;
}

.user-form-title-arabic span {
    font-size: 1.6rem;
    color: #53565a;
    font-weight: 600;
}

.user-form-title-arabic label {
    font-weight: 600;
}

.user-form-title-arabic strong {
    font-size: 1.6rem;
}

.title-information {
	font-size: 13px;
}

/*Fleet Tag Activation Start*/

.tags-grid-container {
    border-radius: 3px;
    background-color: #EDEEEE;
    border: 1px solid #DDDDDE;
    padding: 25px 25px 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.search-input {
    max-width: 70%;
    background: transparent;
}

@media (min-width: 992px) {
    .tags-grid-list .row .col-md-2 {
        width: 20%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.tags-grid-list {
    margin: 15px 0;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
}

    .tags-grid-list .row {
        margin-right: 0;
        margin-left: -15px;
    }

    .tags-grid-list .tag-box {
        border: 1px solid #DDDDDE;
        border-radius: 2px;
        background-color: #FFFFFF;
        text-align: center;
        padding: 25px 15px 5px;
        margin-top: 15px;
        margin-bottom: 15px;
        height: 120px;
    }

        .tags-grid-list .tag-box:hover, .tags-grid-list .tag-box:active, .tags-grid-list .tag-box.active {
            border: 3px solid #95C7DC;
        }

        .tags-grid-list .tag-box a h3 {
            margin-bottom: 0;
            margin-top: 10px;
        }

        .tags-grid-list .tag-box:hover a h3, .tags-grid-list .tag-box:active a h3, .tags-grid-list .tag-box.active a h3 {
            color: #95C7DC;
        }

        .tags-grid-list .tag-box a:hover, .tags-grid-list .tag-box a:focus {
            text-decoration: none;
        }

        .tags-grid-list .tag-box a p {
            color: #666666;
            font-size: 15px;
            font-weight: 500;
            line-height: 25px;
        }

.save-and-continue-btn {
    background: transparent;
    color: #e00;
    margin-right: 15px;
}

    .save-and-continue-btn.btn:after {
        content: none;
    }

    .save-and-continue-btn.btn:hover, .save-and-continue-btn.btn:focus {
        text-decoration: underline;
    }


.disable-href {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.custom-info {
    border-radius: 3px;
    background-color: #EDEEEE;
    border: 1px solid #DDDDDE;
    padding: 18px 20px 8px;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .custom-info span strong {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.22px;
        font-weight: 500;
    }

.search-input {
    max-width: 70%;
    background: transparent;
}

.trips-table select {
    font-weight: 600;
    border: 1px solid #b8b8b8;
    border-radius: 3px;
    padding: 5px 10px 0;
    font-size: 1.6rem;
}

.activate-tags-table tr td span.table-code, .activate-tags-table tr td span.table-input {
    display: inline-block;
}

.activate-tags-table span.table-input {
    margin-left: 5px;
}

.activate-tags-table tr td span.table-category select {
    min-width: 95px;
}

.activate-tags-table tr td span.table-code select {
    min-width: 54px;
}

.activate-tags-table tr td span.table-tfn select {
    min-width: 111px;
}

.activate-tags-table tr td span.table-input input {
    font-weight: 600;
    border: 1px solid #b8b8b8;
    border-radius: 3px;
    padding: 5px 10px 0px;
    font-size: 1.6rem;
    height: auto;
    max-width: 100px;
    line-height: 1.35;
    color: #000;
}

.paging {
    width: 100%;
    text-align: center;
}

    .paging .pagination li a {
        border: 1px solid #979797;
        border-radius: 0;
        margin: 0px 3px;
        padding: 4px 9px 0;
        color: #888;
        font-size: 14px;
        text-decoration: none;
    }

        .paging .pagination li a.active, .paging .pagination > li > a:hover, .paging .pagination li a:focus, .paging .pagination li a:active {
            border: 1px solid transparent;
            background: #AF1D1D;
            color: #FFF;
        }

.btn.re-validate-btn {
    font-size: 14px;
    letter-spacing: 0.17px;
    line-height: 17px;
}

.activate-tags-table td .checkbox {
    position: relative;
    top: 3px;
}

.paging-info {
    position: relative;
    top: 15px;
    font-size: 16px;
    font-weight: 500;
}

.m-b-15 {
    margin-bottom: 15px;
}

.tag-activation-required {
    border: 1px solid #AF1D1D !important;
}

.plate-code-dropdown {
    min-width: 90px !important;
}

.error-row-tag-activation {
    border-width: inherit !important;
    text-align: left !important;
    line-height: 0px !important;
    color: #AF1D1D !important;
    display: none;
    border-top: 0px !important;
}

.fleet-activation-inprogress {
    margin: 0 auto;
    width: 30px;
}

.fleet-activation-failure {
	margin: 0 auto;
	font-size: 22px;
	color: red;
	vertical-align: middle;
	padding-top: 0px !important;
	font-weight: bold;
	padding-left: 15px;
}

.input-disabled {
    pointer-events: none;
    border: 1px solid grey;
    background-color: #edeeee;
}

.activate-tags-table tr td:last-child, .trips-table tr th:last-child {
    text-align: left;
}

.error-row-tag-activation span {
    padding-bottom: 12px !important;
}


.vehicle-detail-header {
    padding-top: 15px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.vehicle-detail {
    padding-top: 2px !important;
}
/*Fleet Tag Activation end*/


/*RTA Mega Menu Starts*/

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	.rta-icon-header > li em {
		display: none;
	}

	.rta-icon-header > li:nth-child(1) em {
		display: inline-block;
	}
}

@media(min-width:768px) {
	.services__btn {
		padding: 0 14px;
	}
}

@media(max-width:767px) {
	.services__btn {
		padding: 0 8px;
	}
}

@media(min-width: 992px) {
	.desktop-none {
		display: none !important;
	}

	.rta-opened .header__services-bar {
		background: #FFF;
		border-bottom: none;
	}

    .header__t .salik_header_wrap {
        margin-bottom: 5px;
    }

        .header__t .salik_header_wrap > .content-wrap {
            display: flex;
        }

	.header__t .content-wrap ul.services {
		margin-right: auto;
	}

	.rta-header-margin {
		margin-top: 66px;
	}

	.header__t .header__logos {
		margin-bottom: 10px;
	}
}

@media(max-width: 991px) {
	.mobile-none {
		display: none !important;
	}

	.rta-header-margin {
		margin-top: 0;
	}

	.rta-icon-header {
		display: none !important;
	}

	.header__services-bar {
		-webkit-transition: background-color .4s linear;
		transition: background-color .4s linear;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.rta-nav-wrap {
		overflow: hidden;
		display: block;
		position: absolute;
		z-index: 100;
		right: 0;
		top: 100%;
		height: auto;
		margin: 0;
		visibility: hidden;
		-webkit-transition: visibility .4s linear;
		transition: visibility .4s linear;
		width: 100%;
	}

	.rta-opened .rta-nav {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.rta-nav {
		display: block;
		font-size: 0;
		-webkit-transition: -webkit-transform .4s linear;
		transition: transform .4s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.rta-nav__item {
		display: block;
		width: 100%;
		background: #db383c;
		text-align: center;
		border-top: 1px solid #c63436;
		padding: 0px 5px 0 0 !important;
	}

	.rta-nav__item-inner {
		display: table;
		width: 100%;
		height: 53px;
	}

	.rta-nav__item.has-drop .rta-nav__item-inner:after {
		display: none;
	}

	.rta-nav__item:hover em svg {
		fill: #e00;
	}

	.rta-nav__item:hover, .rta-nav__item:focus, .rta-nav__item.focus {
		background: #fff;
	}

		.rta-nav__item:hover .rta-nav__item-inner .txt {
			color: #e00;
		}

	.rta-nav__item-inner > a {
		display: table-cell;
		vertical-align: middle;
		text-align: right;
	}

		.rta-nav__item-inner > a .ico {
			width: 38px;
			display: inline-block;
			margin: 0;
			visibility: visible;
		}

		.rta-nav__item-inner > a .txt {
			font-size: 1.5rem;
			font-weight: 600;
			padding-left: 25px !important;
			display: inline-block;
			vertical-align: middle;
		}

    .salik_header_wrap .services {
        margin: 0;
        text-align: center;
        height: 39px;
        font-size: 0;
    }

    .salik_header_wrap .services__item {
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

	.rta-nav__drop-col {
		height: 100%;
	}

	.rta-nav__sub-drop {
		min-height: 0 !important;
		height: auto;
	}
}

.rta-more-services-btn {
	font: 500 1.4rem/1 'rta', arial, helvetica, sans-serif;
	color: #e10000;
	background: none;
	border: 0;
}

.rta-icon-header {
	display: flex;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	align-items: center;
}

	.rta-icon-header > li {
		margin: 0 0 0 26px;
		display: flex;
	}

		.rta-icon-header > li:nth-child(3) > a, .rta-icon-header > li:nth-child(4) > a {
			max-width: 70px;
		}

		.rta-icon-header > li > a {
			font-weight: 600;
			font-size: 15px;
			line-height: 18px;
			color: #53565a;
			list-style-type: none;
			padding: 0;
			max-width: 100px;
			position: relative;
		}

	.rta-icon-header > li:nth-child(3) > a {
		max-width: 80px;
	}

	.rta-icon-header > li em {
		margin: .5rem 0 0 1rem;
		float: left;
	}

	.rta-icon-header > li:nth-child(1) em {
		margin-top: 0;
	}

	.rta-icon-header > li:nth-child(5) em {
		margin: .5rem 1rem 0 .5rem;
	}

	.rta-icon-header > li em svg {
		width: 2.8rem;
		height: 2.5rem;
		fill: #4e5660;
	}

	.rta-icon-header > li:hover > a {
		text-decoration: none;
		color: #AF1D1D;
	}

	.rta-icon-header > li:hover em svg {
		text-decoration: none;
		fill: #e00;
	}

	.rta-icon-header > li:nth-child(1).active > a:after {
		bottom: -16px;
	}

	.rta-icon-header > li.active > a:after {
		content: "";
		position: absolute;
		left: 1px;
		bottom: -11px;
		width: 0;
		height: 0;
		border-left: 11px solid transparent;
		border-right: 11px solid transparent;
		border-bottom: 11px solid #AF1D1D;
		right: 0;
		margin: 0 auto;
	}

.rta-icon-sub-header {
	height: 67px;
	background: #e00;
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	display: none;
	top: 52px;
	border-bottom: 1px solid #FB938D;
}

	.rta-icon-sub-header ul {
		list-style: none;
	}

		.rta-icon-sub-header ul.second-level {
			max-width: 1275px;
			margin: 1px auto 0 auto;
		}

			.rta-icon-sub-header ul.second-level > li {
				font-weight: 600;
				font-size: 15px;
				line-height: 18px;
				color: #FFF;
				float: right;
				display: table;
				position: relative;
			}

				.rta-icon-sub-header ul.second-level > li > a {
					color: #FFF;
					font-weight: 600;
					font-size: 16px;
					line-height: 16px;
					display: table-cell;
					height: 66px;
					float: none;
					vertical-align: middle;
					white-space: nowrap;
					padding: 0 18px;
					font-size: 16px;
				}

				.rta-icon-sub-header ul.second-level > li:hover {
					background-color: #FFF;
				}

					.rta-icon-sub-header ul.second-level > li:hover > a {
						text-decoration: none;
						color: #AF1D1D;
					}

				.rta-icon-sub-header ul.second-level > li:first-child > a {
					padding: 0 16px;
				}

	.rta-icon-sub-header .second-level-drop-menu {
		position: absolute;
		right: 0;
		top: 66px;
		z-index: 1;
		background: #fff;
		color: #AF1D1D;
		text-align: left;
		visibility: hidden;
		border-bottom: solid 5px #AF1D1D;
		height: auto;
		width: 320px;
	}

	.rta-icon-sub-header ul.second-level > li:hover .second-level-drop-menu {
		visibility: visible;
		text-align: right;
	}

	.rta-icon-sub-header ul.second-level .title-sub-menu {
		font-size: 16px;
		font-family: 'RTA';
		font-weight: 600;
		display: block;
		margin-top: 10px;
		padding: 7px 30px;
	}

		.rta-icon-sub-header ul.second-level .title-sub-menu:hover {
			background: #f5f5f5;
		}

		.rta-icon-sub-header ul.second-level .title-sub-menu a:hover {
			text-decoration: none;
		}

	.rta-icon-sub-header ul.third-level {
		position: relative;
		padding: 15px 0 15px;
		background: #fff;
	}

		.rta-icon-sub-header ul.third-level > li {
			font: 400 14px RTA;
			color: #53565b;
			padding: 7px 30px;
		}

			.rta-icon-sub-header ul.third-level > li:hover {
				background: #f5f5f5;
			}

			.rta-icon-sub-header ul.third-level > li > a {
				color: #53565b;
				text-decoration: none;
			}

			.rta-icon-sub-header ul.third-level > li:hover > a {
				color: #AF1D1D;
				text-decoration: none;
			}

ul.second-level > li .second-level-drop-menu .more-nav {
	font: bold 18px 'RTA';
	color: #FFF;
	background: #AF1D1D;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 7px 13px;
	display: inline-block;
}

	ul.second-level > li .second-level-drop-menu .more-nav:hover {
		background: #53565a;
		text-decoration: none;
	}

.rta-nav-wrap .header__icon svg {
	width: 28px;
	height: 28px;
	fill: #FFF;
}

.rta-nav__item-inner > a .ico, .rta-nav__item-inner > a .txt {
	padding: 12px 20px 12px 6px;
}

.rta-nav-wrap .rta-nav li {
	padding: 0 15px 0 0;
}

.rta-nav-wrap .rta-nav_subtitle > a {
	padding: 10px 0 10px 20px;
}

.services__item:nth-child(4) .services__item-inner::after {
	height: 0
}

@media (max-width: 991px) {
	.rta-nav {
		display: block;
		font-size: 0;
		-webkit-transition: -webkit-transform .4s linear;
		transition: transform .4s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.rta-nav_subtitle {
		display: block;
	}

	.rta-opened .rta-nav {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.rta-nav__item {
		display: block;
		width: 100%;
		background: #db383c;
		text-align: center;
		border-top: 1px solid #c63436;
	}

	.rta-nav__item-inner {
		display: table;
		width: 100%;
	}

	.rta-nav__drop {
		position: static;
		top: auto;
		box-shadow: none;
		padding: 15px;
		text-align: right;
	}

		.rta-nav__drop .content-wrap {
			position: relative;
			height: auto;
		}

	.rta-nav__drop-col {
		float: none;
		width: auto;
		border: none;
		position: relative;
	}

		.rta-nav__drop-col ul {
			max-width: none;
		}

		.rta-nav__drop-col .back-arrow {
			display: block;
		}

	.rta-nav__drop-col-holder {
		width: 100%;
		padding: 0 10px;
		position: static;
	}

	.rta-nav .rta-nav__drop,
	.rta-nav .rta-nav__sub-drop {
		display: block !important;
		position: absolute;
		top: 0;
		right: 0 !important;
		width: 100%;
		height: 100%;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		background: #fff;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 20px 0 20px !important;
		z-index: 99;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		display: none;
	}

	.rta-nav .rta-nav__sub-drop {
		padding: 0 10px !important;
		margin: 0 !important;
		border: none;
	}

	.rta-nav .has-drop.active > .rta-nav__drop,
	.rta-nav .has-drop.active > .rta-nav__sub-drop,
	.rta-nav .rta-nav__sub-item.active > .rta-nav__drop,
	.rta-nav .rta-nav__sub-item.active > .rta-nav__sub-drop {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

/* RTA Mega Menu ends*/

/* Pending Trips Starts */

.trips-table.validate tr.open td:nth-child(1) {
	position: relative;
}

.trips-table.validate tbody tr td span {
	font-size: 14px;
	line-height: 25px;
	color: #6E6E6E;
	font-weight: normal;
}

.pending-trips .trips-table tr.trips-table-drop {
	display: table-row;
	border-right-color: #b8b8b8;
}

.pending-trips .trips-table tr td:last-child, .trips-table tr th:last-child {
	text-align: right;
}

.pending-trips .trips-table tr {
	background-color: #F1F1F1;
}

	.pending-trips .trips-table tr td {
		padding: 0 15px;
	}

.pending-trips .trips-table .trips-table-drop {
	border-bottom: 20px solid #FFF;
}

	.pending-trips .trips-table .trips-table-drop td {
		padding-bottom: 20px;
	}

.pending-trips .trips-table.validate tr td p {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 15px;
}

	.pending-trips .trips-table.validate tr td p.strong {
		font-weight: 600;
	}

.pending-trips .trips-table .international-plates {
	border: none;
	background: transparent;
}

	.pending-trips .trips-table .international-plates .text-right {
		text-align: right !important;
		padding: 20px 0 0;
	}

        .pending-trips .trips-table .international-plates .text-right span {
            background: #95C7DC;
            color: #fff;
            font-size: 14px;
            width: 140px;
            float: right;
            text-align: center;
            padding: 3px 4px 0;
            border-radius: 4px 4px 0px 0px;
        }

.pending-trips .pending-amount {
	text-align: left;
	font-size: 14px;
	color: #555555;
	line-height: 21px;
	font-weight: normal;
	padding-top: 20px;
}

.pending-trips .table-drop td {
	padding-bottom: 20px !important;
}

.pending-trips .trips-table tr td {
	border-top: none;
}

/*responsive styles*/

.pending-trips .trips-table-static tr td:before {
	display: none;
}

@media(max-width:767px) {
	.pending-trips .trips-table.validate tbody tr td span {
		display: inline-block;
		width: 50%;
		line-height: 21px;
		padding: 0;
		font-size: 1.3rem;
		color: #000;
	}

	.pending-trips .trips-table.validate tbody tr.open td span:after, .pending-trips .trips-table.validate tbody tr.table-drop td span:after {
		content: ' : ';
		font-size: 1.3rem;
	}

	.pending-trips .trips-table.validate tr td p {
		display: inline-block;
		width: 50%;
		font-size: 1.3rem;
		line-height: 21px;
		vertical-align: top;
	}

	.pending-trips .trips-table-static tr {
		border-bottom: none;
	}

	.pending-trips .trips-table tr.open td {
		padding-bottom: 20px !important;
	}

		.pending-trips .trips-table tr.open td:last-child {
			padding-bottom: 0 !important;
		}

	.pending-trips .international-plates td.text-right {
		padding-top: 30px !important;
	}

	.pending-trips .pending-amount {
		padding-top: 20px;
	}

	.pending-trips .plate-details span:after {
		display: none;
	}

	.pending-trips .plate-box {
		padding-top: 20px !important;
	}

		.pending-trips .plate-box .plate-number, .pending-trips .plate-box .plate-emirate, .pending-trips .plate-box .plate-category {
			width: auto !important;
		}

		.pending-trips .plate-box .plate-details {
			width: 47% !important;
		}

		.pending-trips .plate-box .plate-number {
			display: block !important;
			font-weight: 600;
		}
}

@media(min-width: 768px) {
	.pending-trips .plate-box .plate-label {
		position: absolute;
		top: 52px;
		z-index: 80;
		right: 11px;
		width: 90%;
		padding: 10px 15px;
		text-align: center;
	}

	.pending-trips .plate-box .plate-details {
		background: #EDEEEE;
		height: 110px;
		padding: 15px 10px;
		border-radius: 2px;
		border: 1px solid #979797;
		width: 90%;
		text-align: center;
		position: relative;
		top: 44px;
		right: 10px;
	}

	.pending-trips .plate-box .plate-number {
		display: block;
		margin-top: 34px;
		position: relative;
		margin-bottom: -4px;
		font-size: 24px;
		color: #000;
		font-weight: 600;
	}

	.pending-trips .plate-box .plate-emirate, .pending-trips .plate-box .plate-category {
		color: #000;
	}
}

/* Pending Trips Ends */

a.customamount {
    position: absolute;
    left: -33px;
    top: 18px;
    width: 20px;
}

@media (max-width: 767px) {
    a.customamount {
        left: 10px;
    }
}

.c-amount {
    top: 0.7em;
    right: 14px;
    color: #53565a;
    font-size: 18px;
    position: absolute;
}

@media (max-width: 767px) {
    .c-amount {
        top: 0.7em;
    }
}

.dispute-comments {
    margin-bottom: 50px;
}

.dispute-comments .textarea-counter {
    font-size: 1.6rem;
    color: #666666;
    float: left;
    font-weight: 400;
    padding: 4px 0px 1px;
}

.dispute-comments .textarea-counter-error {
    float: right;
    font-size: 1.4rem;
    color: #AF1D1D;
    font-weight: 400;
    padding: 4px 0px 1px;
}

.dispute-note {
    margin-bottom: 40px;
}

.characters-count {
    direction: rtl;
}

.disputeRemarksFormat {
    white-space: pre-wrap;
}

/* new IPO changes */

.lang-switch {
    color: #53565a;
    font-weight: 600;
    font-size: 16px;
}

.services__item:not(:last-child) .services__item-inner:after {
    height: 0;
}

.header__t .salik_header_wrap {
    margin-bottom: 0;
    border: 0;
    padding-right: 15px;
}

    .header__t .salik_header_wrap .content-wrap.new-top-bar {
        display: flex;
        align-items: center;
    }

        .header__t .salik_header_wrap .content-wrap.new-top-bar .rta-nav-wrap {
            display: inline-block;
            height: auto;
            visibility: visible;
            position: relative;
            margin-right: 0;
            margin-left: 0;
        }

.header__t .logo-brand {
    margin: 15px 29px 15px 10px !important;
}

.header__t .services__item {
    margin: 0 !important;
}

.header__t .salik_header_wrap .services {
    display: flex;
    align-items: center;
    margin-right: auto;
}

@media(max-width: 767px) {
    .lang-switch {
        padding-left: 12px !important;
    }
}

@media(max-width: 991px) {
    .header__t .btn-accessibility {
        display: none;
    }

    .lang-switch {
        padding: 0;
    }

    .btn-menu {
        float: right;
        margin: 10px 0 0 2px
    }
}

@media (max-width: 1023px) {
    .header .btn-login, .header .balance-btn {
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 420px) {
    .header .balance-btn {
        position: relative;
        left: 0 !important;
    }
}

.btn-accessibility__txt {
    top: 1px;
    padding-top: 0;
}

/* new IPO changes ends */

.info-icon-keycode {
  right: 0.7em !important;
}

.vehicle-total-count {
    display: none;
    padding-top: 20px;
}