/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
}
a {
  outline: none;
}
input[type='button'],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  background: #ffffff;
  font: 14px/21px Arial, Tahoma, sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #316dad;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #29933c;
  text-decoration: underline;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: normal;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 10.5px;
}
.content h1 {
  font-size: 24px;
  margin-bottom: 21px;
  line-height: 32px;
}
.content h2 {
  padding-top: 10.5px;
  font-size: 20px;
}
.content h3 {
  font-size: 16px;
  color: #357d00;
}
.content h4 {
  font-size: 17px;
}
.content h5 {
  font-size: 16px;
}
.content h6 {
  font-size: 15px;
}
.content p,
.content ul,
.content .p {
  margin-bottom: 21px;
}
.content li {
  margin: 10.5px 0 10.5px 25px;
}
.text-black {
  color: #000 !important;
}
.text-red {
  color: #cf0000 !important;
}
.text-green {
  color: #357d00 !important;
}
.text-gray {
  color: #888888 !important;
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
a.text-red:hover,
a.text-green:hover {
  color: #555;
}
@media only screen and (max-width: 800px) {
  .content h1 {
    font-size: 22px !important;
  }
}
body {
  min-width: 1250px;
}
.main-layout {
  position: relative;
  width: 1230px;
  margin: 0 auto;
}
.content {
  padding: 0 0 30px 265px;
}
.content_no-aside {
  margin-left: 0;
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0.01;
  z-index: -100;
}
@media only screen and (min-width: 800px) {
  .hide-on-desktop {
    display: none!important;
  }
}
@media only screen and (max-width: 800px) {
  body {
    min-width: 300px;
  }
  .main-layout {
    width: auto;
  }
  .content {
    padding: 0 10px 40px 10px;
  }
  .content h1 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 12px;
  }
  .hide-in-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 801px) {
  .header {
    overflow: hidden;
    height: 230px;
  }
  .header__logo {
    position: relative;
    float: left;
    width: 245px;
    height: 196px;
    margin-top: 10px;
    background: url("/res/i/ribbon_bg.png") no-repeat 0 140px;
    text-align: center;
    user-select: none;
  }
  .header__logo a {
    margin-top: 15px;
    display: inline-block;
    width: 176px;
    height: 167px;
    background: url("/res/i/logo_desktop.png");
    background-size: 176px;
  }
  .header__logo a:hover {
    text-decoration: none;
  }
  .header__headline {
    position: relative;
    float: left;
    width: 435px;
    margin: 27px 0 0 20px;
  }
  .header__headline h2 {
    font: 40px/30px Arial;
    margin-bottom: 12px;
  }
  .header__headline h3 {
    font: 17px/20px Arial;
    color: #357d00;
  }
  .header__headline .free-phone {
    background: #357d00;
    border-radius: 5px;
    color: #fff;
    margin-top: 4px;
    padding: 2px 10px;
    display: inline-block;
  }
  .header__headline .free-phone a {
    color: #fff;
  }
  .header__headline .hours {
    position: absolute;
    top: 12px;
    left: 178px;
    font-size: 18px;
    color: #999;
  }
}
@media only screen and (max-width: 800px) {
  .header {
    position: relative;
  }
  .header__logo {
    position: absolute;
    top: 7px;
    left: 10px;
  }
  .header__logo a {
    display: block;
    width: 40px;
    height: 38px;
    background: url("/res/i/logo_mobile.png");
    background-size: 40px;
  }
  .header__headline h2 {
    font: 32px/32px Arial;
    margin: 0;
    padding: 10px 0 0 65px;
  }
  .header__headline .hours {
    position: absolute;
    top: 21px;
    left: 208px;
    font-size: 15px;
    color: #777;
  }
  .header__headline h3 {
    margin: 8px 0 25px 0;
    padding: 1px 10px;
    box-sizing: border-box;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background: #fbfbfb;
    color: #357d00;
    text-align: center;
    font: 13px/15px Arial;
  }
  .header__headline .free-phone {
    background: #357d00;
    border-radius: 5px;
    color: #fff;
    margin-top: 2px;
    margin-left: 65px;
    padding: 2px 18px;
    display: inline-block;
  }
  .header__headline .free-phone a {
    color: #fff;
  }
}
.header-transfers {
  float: right;
  width: 520px;
  margin-top: 7px;
}
.header-transfers__title {
  font-size: 15px;
  margin-bottom: 5px;
  color: #616366;
}
.header-transfers__title .full-list {
  float: right;
  font-size: 12px;
  display: block;
  border: 1px solid;
  border-radius: 5px;
  padding: 2px 10px;
}
.header-transfers table {
  width: 100%;
  font-size: 11px;
  color: #919497;
}
.header-transfers table .date {
  width: 125px;
  white-space: nowrap;
  padding-right: 10px;
}
.header-transfers table td {
  border-bottom: 1px solid #d5d9dd;
}
.header-transfers table tr:last-child td {
  border: none;
}
@media only screen and (min-width: 801px) {
  .nav {
    position: absolute;
    z-index: 10;
    top: 150px;
    left: 0;
    width: 100%;
    user-select: none;
  }
  .nav__mobile-button {
    display: none;
  }
  .nav > ul {
    border: 1px solid #d5d9dd;
    border-radius: 5px;
    margin-left: 265px;
    background: #f6f8f9;
  }
  .nav > ul > li {
    list-style: none;
    display: inline-block;
  }
  .nav > ul > li > a,
  .nav > ul > li > span {
    display: block;
    padding: 11px 15px;
    color: #316dad;
    font-size: 15px;
  }
  .nav > ul > li:hover > a,
  .nav > ul > li:hover span {
    background: #e7ebef;
    text-decoration: none;
  }
  .nav > ul > li:hover:first-child a {
    border-radius: 5px 0 0 5px;
  }
  .nav > ul > li.sel > a,
  .nav > ul > li.sel > span {
    color: #000;
  }
  .nav > ul li:hover ul {
    display: block !important;
  }
  .nav > ul ul {
    display: none;
    position: absolute;
    background: #e7ebef;
    padding: 5px 30px 10px 30px;
    border-radius: 0 0 5px 5px;
  }
  .nav > ul ul li {
    list-style: disc;
    margin: 4px 0;
    font-size: 13px;
  }
}
@media only screen and (max-width: 800px) {
  .nav {
    user-select: none;
  }
  .nav__mobile-button {
    position: absolute;
    z-index: 10;
    top: 14px;
    right: 10px;
    width: 33px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    outline: none;
    user-select: none;
  }
  .nav__mobile-button span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  .nav__menu {
    display: none;
    padding: 20px;
  }
  .nav__menu > li {
    margin: 0 0 14px 0;
    display: block;
  }
  .nav__menu > li > a,
  .nav__menu > li > span {
    font-size: 22px;
    line-height: 22px;
    color: #316dad;
    cursor: pointer;
  }
  .nav__menu > li.sel > a,
  .nav__menu > li.sel > span {
    color: #000 !important;
  }
  .nav__menu ul {
    display: none;
    margin: 5px 0 0 14px;
  }
  .nav__menu ul li {
    margin: 3px 0;
    font-size: 13px;
    list-style: disc;
  }
  .opened-menu .header,
  .opened-menu .content,
  .opened-menu .footer,
  .opened-menu .aside,
  .opened-menu jdiv {
    display: none;
  }
  .opened-menu .nav__menu {
    display: block;
  }
}
.aside {
  overflow: hidden;
  float: left;
  width: 215px;
  margin: 0 0 30px 15px;
}
.aside-button {
  display: block;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px 0;
  border-radius: 5px;
  background: #929ea1;
  line-height: 18px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  color: #fff;
  user-select: none;
}
.aside-button:hover {
  color: #fff;
  text-decoration: none;
}
.aside-button_white {
  border: 1px solid;
  padding: 9px 0;
  background: #fff;
  color: #316dad;
}
.aside-button_white:hover {
  background: #ebf8f3;
  color: #29933c;
}
.aside-button_gray {
  background: #929ea1;
}
.aside-button_gray:hover {
  background: #adb6b9;
}
.aside-button_green {
  background: #2c9f41;
}
.aside-button_green:hover {
  background: #32b349;
}
.aside-button_dark-green {
  background: #2e573c;
}
.aside-button_dark-green:hover {
  background: #407853;
}
.aside-button_blue {
  background: #316dad;
}
.aside-button_blue:hover {
  background: #4e8ccd;
}
.aside-button_orange {
  background: #ff4901;
}
.aside-button_orange:hover {
  background: #ff753e;
}
.aside-button small {
  display: block;
  font-weight: normal;
  font-size: 12px;
  opacity: 0.7;
}
.aside p .aside-button:last-child,
.aside div .aside-button:last-child {
  margin-bottom: 0;
}
.aside p {
  margin: 0 0 15px 0;
}
.aside-box {
  overflow: hidden;
  border: 1px solid #e7ebef;
  border-radius: 5px;
  margin-bottom: 15px;
  text-align: center;
}
.aside-box__title {
  background: #e7ebef;
  padding: 10px;
}
.aside-box__content {
  background: #fbfbfb;
  padding: 10px;
  font-size: 13px;
}
.aside-box__content p {
  margin: 0 0 5px 0;
}
.aside-box__content p:last-child {
  margin: 0;
}
.aside-box__content p.aside-balance {
  margin-bottom: 10px;
}
.aside-photo {
  margin-top: 20px;
}
.aside-photo img {
  max-width: 100%;
  border: 1px solid #999;
  border-radius: 5px;
  box-sizing: border-box;
}
.aside-notice {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #dad3d0;
  border-radius: 5px;
  background: #fff8f8;
  color: #652a28;
}
.aside-notice p:last-child {
  margin-bottom: 0;
}
p.aside-account-info {
  margin: 5px 0 15px 0;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 10px;
  font-size: 13px;
  color: #555;
}
@media only screen and (max-width: 800px) {
  .aside {
    float: none;
    width: auto;
    margin: 10px 10px 40px 10px;
  }
  .aside-box__title {
    padding: 3px;
    font-size: 13px;
  }
  .aside-box__content {
    padding: 5px;
  }
  .aside-box__content .aside-button {
    font-size: 12px;
    width: 48%;
    display: inline-block;
    margin-bottom: 0;
  }
  .aside-box_enter .aside-button {
    width: 100%;
  }
  .aside-other {
    overflow: hidden;
  }
  .aside-other .aside-button {
    float: left;
    font-size: 12px;
    width: 49.4%;
    display: inline-block;
    margin-bottom: 0;
  }
  .aside-other .aside-button:last-child {
    float: right;
  }
  .aside-button {
    padding: 7px 0;
  }
  .aside-button_white {
    padding: 6px 0;
  }
}
.footer {
  clear: both;
  border-top: 1px solid #d6dade;
  padding: 15px 0 8px 0;
  background: #ebeff3;
  text-align: center;
  color: #63696b;
}
.footer .mobile-download,
.footer .fssprus {
  display: inline-block;
  margin: 0 5px;
}
.footer .mobile-download:hover,
.footer .fssprus:hover {
  text-decoration: none;
}
.footer .mobile-download img,
.footer .fssprus img {
  height: 50px;
}
.footer .cards {
  display: inline-block;
  margin: 0 180px 0 5px;
  padding-top: 0;
  vertical-align: top;
  line-height: 18px;
  font-size: 12px;
  text-align: left;
}
.footer .cards img {
  height: 25px;
}
@media only screen and (max-width: 800px) {
  .footer {
    padding: 10px 0 5px 0;
    line-height: 16px;
    font-size: 13px;
    text-align: center;
  }
  .footer .mobile-download img {
    height: 45px;
  }
}
.table {
  width: 100%;
}
.table th,
.table td {
  padding: 10px;
  vertical-align: middle;
}
.table th {
  background: #e7ebef;
  font-weight: bold;
  color: #585b5c;
}
.table td {
  border-bottom: 1px solid #d5d9dd;
}
.table_bordered td,
.table_bordered th {
  border: 1px solid #d5d9dd;
}
.error-message {
  border: 1px solid #d99;
  background: #fee;
  color: #400;
}
.success-message {
  border: 1px solid #357d00;
  background: #efffe3;
  color: #1f4a00;
}
.success-message,
.error-message {
  border-radius: 5px;
  padding: 15px;
  font-size: 13px;
  margin-bottom: 25px;
}
.success-message p,
.error-message p {
  margin-bottom: 10px;
}
.success-message ul,
.error-message ul {
  margin-left: 0;
}
.success-message li,
.error-message li {
  margin-top: 0;
  margin-left: 15px;
}
.success-message ul:last-child,
.error-message ul:last-child,
.success-message li:last-child,
.error-message li:last-child,
.success-message p:last-child,
.error-message p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.notice-box {
  box-sizing: border-box;
  border: 1px solid #dfe3e7;
  border-radius: 5px;
  background: #f6f8f9;
  padding: 12px;
  margin-bottom: 25px;
  color: #555;
}
.notice-box hr {
  border-top: 1px solid #dfe3e7;
}
.notice-box h3 {
  margin-top: 20px;
}
.notice-box h3:first-child {
  margin-top: 0;
}
.notice-box p {
  margin: 0 0 10px 0;
}
.notice-box ul {
  margin: 0;
}
.notice-box li {
  padding: 0;
  margin: 0 0 5px 15px;
}
.notice-box ul:last-child,
.notice-box li:last-child,
.notice-box p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.notice-box_gray {
  border: 1px solid #d2d5d7;
  background: #f5f5f5;
  color: #555;
}
.notice-box_green {
  border: 1px solid #b7cbb7;
  background: #f0f7e9;
  color: #2c6303;
}
.notice-box_red {
  border: 1px solid #d9c7c7;
  background: #ffebeb;
  color: #652a28;
}
.notice-box_red hr {
  border-top: 1px solid #d9c7c7;
}
.tabs {
  border-bottom: 3px solid #316dad;
  vertical-align: bottom;
}
.tabs__item {
  display: inline-block;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 20px;
  vertical-align: bottom;
}
.tabs__item_active {
  height: 40px;
  line-height: 40px;
  background: #316dad;
  color: #ffffff !important;
  font-size: 15px;
  border: none;
}
.tabs__item:hover {
  text-decoration: none;
}
@media only screen and (max-width: 800px) {
  .tabs__item {
    padding: 0 5px;
  }
  .tabs__item_active {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    background: #316dad;
    color: #ffffff !important;
    font-size: 13px;
    border: none;
  }
}
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
}
.flat-link {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 16px;
  border: 1px solid;
  border-radius: 5px;
  padding: 6px 10px;
  text-decoration: none;
}
.flat-link span {
  font-size: 12px;
}
.button,
.form-submit {
  background: #316dad;
  border: 0 none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font: 14px/21px Verdana, Arial;
  padding: 7px 25px 8px 25px;
  text-align: center;
  user-select: none;
}
.button[disabled],
.form-submit[disabled] {
  background: #aaa !important;
}
.button:hover,
.form-submit:hover {
  background: #4686cb;
  color: #fff;
  text-decoration: none;
}
.button_orange {
  background: #ff4901;
}
.button_orange:hover {
  background: #ff6e34;
}
.button_red {
  background: #a82800;
}
.button_red:hover {
  background: #db3400;
}
.button_green {
  background: #357d00;
}
.button_green:hover {
  background: #4bb000;
}
.button_gray {
  background: #888888;
}
.button_gray:hover {
  background: #a2a2a2;
}
.button_flat {
  background: transparent !important;
  border: 1px solid;
  color: #316dad;
}
.button_small {
  font-size: 12px;
  padding: 5px 10px 6px 10px;
}
/* Forms */
form .form-separator {
  border-bottom: 1px solid;
  margin-top: 30px;
  margin-bottom: 20px;
  max-width: 470px;
}
form .form-separator:first-child {
  margin-top: 0;
}
form .form-separator small {
  color: #666;
  margin-left: 10px;
  font-size: 13px;
}
form .field {
  margin-bottom: 20px;
  line-height: 18px;
}
form .field label {
  width: 150px;
  display: inline-block;
  font-size: 13px;
  padding: 8px 10px 3px 0;
  text-align: right;
  vertical-align: top;
  color: #666;
}
form .field label b {
  color: red;
}
form .field label.radio-label {
  width: auto !important;
  float: none !important;
  line-height: 25px !important;
  margin: 0 !important;
  text-align: left;
}
form .field select,
form .field input[type='text'],
form .field input[type='password'],
form .field textarea {
  box-sizing: border-box;
  width: 305px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #aaa;
  border-radius: 3px;
  vertical-align: top;
  font: 15px/21px Arial;
  color: #000;
  box-shadow: inset 0 0 5px 0 rgba(130, 130, 130, 0.2);
}
form .field select:focus,
form .field input[type='text']:focus,
form .field input[type='password']:focus,
form .field textarea:focus {
  border-color: #555;
  outline: none;
}
form .field select.error-input,
form .field input[type='text'].error-input,
form .field input[type='password'].error-input,
form .field textarea.error-input {
  border-color: #cf0000;
}
form .field .selected-flag {
  border-right: 1px solid #aaa;
}
form .field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* remove default arrow */
  background: url(/res/img/select.png) no-repeat right 15px;
  cursor: pointer;
}
form .field select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
form .field textarea {
  padding: 5px 12px;
  height: 200px;
  outline: none;
}
form .field-text {
  display: inline-block;
  padding-top: 7px;
  font-size: 14px;
  max-width: 300px;
}
form .field-notice {
  display: block;
  line-height: 16px;
  font-size: 11px;
  color: #666;
  max-width: 300px;
  padding-top: 3px;
}
form .field-box {
  display: inline-block;
}
form .field-submit {
  padding: 0 0 0 164px;
}
form.form-horizontal .form-separator {
  margin-top: 0;
  max-width: 100%;
}
form.form-horizontal .field select,
form.form-horizontal .field input[type='text'],
form.form-horizontal .field input[type='password'],
form.form-horizontal .field .field-box,
form.form-horizontal .field .intl-tel-input,
form.form-horizontal .field textarea,
form.form-horizontal .field .field-text {
  width: 100%;
  font-size: 16px;
}
form.form-horizontal .field select,
form.form-horizontal .field input[type='text'],
form.form-horizontal .field input[type='password'] {
  height: 40px;
}
form.form-horizontal .field label {
  display: block;
  text-align: left;
  padding: 0 0 3px 0;
  width: auto;
}
form.form-horizontal .field span {
  padding-left: 0;
}
form .form-row {
  overflow: hidden;
}
form .form-row .field {
  box-sizing: border-box;
  float: left;
  padding-right: 30px;
}
form .form-row__25 .field {
  width: 25%;
}
form .form-row__33 .field {
  width: 33.3%;
}
form .form-row__37 .field {
  width: 37.5%;
}
@media only screen and (max-width: 800px) {
  form.form-horizontal .form-separator {
    margin-top: 20px;
  }
  form.form-horizontal .form-separator:first-child {
    margin-top: 0;
  }
  form .field select,
  form .field input[type='text'],
  form .field input[type='password'],
  form .field .field-box,
  form .field .intl-tel-input,
  form .field textarea,
  form .field .field-text {
    width: 100%;
    max-width: 470px;
    font-size: 16px;
  }
  form .field select,
  form .field input[type='text'],
  form .field input[type='password'] {
    height: 40px;
  }
  form .field label {
    display: block;
    text-align: left;
    padding: 0 0 3px 0;
    width: auto;
  }
  form .field span {
    padding-left: 0;
  }
  form .field-notice {
    max-width: 100%;
  }
  form .field-submit {
    padding: 0;
  }
  form .form-row .field {
    padding-right: 0;
    float: none;
    width: auto;
  }
}
.index-page .table {
  margin-bottom: 30px;
}
.index-page .table .table-title {
  font-weight: bold;
  text-align: center;
  width: 120px;
}
.index-page .table .table-title a {
  display: block;
}
.index-page .table .table-title_orange {
  color: #ff4901;
  background: #ffede6;
}
.index-page .table .table-title_red {
  color: #a82800;
  background: #ffebe5;
}
.index-page .table .table-title_green {
  color: #357d00;
  background: #efffe3;
}
.index-page .table .table-title_blue {
  color: #316dad;
  background: #e1ecf7;
}
.index-page h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.scenario {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
}
.scenario_plus {
  color: green;
}
.scenario_minus {
  color: red;
}
.balance-page .paymform {
  color: #000;
}
.balance-page .paymform em {
  font-weight: bold;
}
.balance-page .paymform label {
  cursor: pointer;
}
.balance-page .paymform label strong {
  color: #0078bc;
  text-decoration: underline;
}
.balance-page .paymform label:hover strong {
  color: #357d00;
}
.balance-page .paymform label b {
  color: #900;
}
.balance-page .row {
  overflow: hidden;
}
.balance-page .pay-box {
  display: block;
  border: 1px solid #777;
  border-radius: 5px;
  /*width: 260px;
        float: left;*/
  margin: 0;
}
.balance-page .pay-box-or {
  text-align: center;
  padding: 20px 0;
  border: none;
}
.balance-page .form-head {
  position: relative;
  background: #999;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
}
.balance-page .form-head .balance-sticker {
  display: none;
  position: absolute;
  top: -17px;
  right: -15px;
  background: #ffd700;
  border: 1px solid #998200;
  border-radius: 50%;
  color: #332b00;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
.balance-page .form-body {
  padding: 30px 20px 10px 20px;
  text-align: center;
}
.balance-page .pay-field {
  margin: 0 auto;
}
.balance-page .pay-field .p-sum,
.balance-page .pay-field .p-submit {
  display: inline-block;
  vertical-align: top;
}
.balance-page .pay-field .p-submit {
  margin-left: 20px;
}
.balance-page .p-total {
  margin-bottom: 10px;
}
.balance-page .sum-input {
  font: 16px/21px Arial;
  padding: 7px 15px 6px 15px;
  width: 70px;
  border: 1px solid #ddd;
  border-bottom: 1px solid #666;
}
.balance-page .form-foot {
  background: #eee;
  font: 13px/16px Arial;
  padding: 10px 20px;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  font-style: italic;
}
.pay-system {
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
  margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
  .pay-system_diners {
    height: 18px !important;
    margin-right: 0;
  }
  .form-head,
  .box h2,
  .box img {
    cursor: pointer;
  }
  .form-body,
  .form-foot {
    display: none;
  }
  .active .form-body,
  .active .form-foot {
    display: block !important;
  }
}
.history-transfer-item {
  border: 1px solid #e7ebef;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.history-transfer-item__header {
  padding: 10px 20px;
  font-size: 16px;
  background: #e7ebef;
}
.history-transfer-item__body {
  padding: 20px;
}
.history-transfer-item__row {
  overflow: hidden;
}
.history-transfer-item__left,
.history-transfer-item__rigt {
  float: left;
  width: 49%;
}
.history-transfer-item__left {
  padding-right: 20px;
  box-sizing: border-box;
}
.history-transfer-item__sum {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px !important;
}
.history-transfer-item__status {
  font-size: 16px;
}
.history-transfer-item__org {
  margin-top: 5px;
  color: #666;
}
.history-transfer-item .button {
  display: inline-block;
  white-space: nowrap;
  padding: 0 10px;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  box-sizing: border-box;
}
.history-transfer-item .button_white {
  border: 1px solid;
  color: #316dad;
  background: #fff;
  line-height: 28px;
}
.history-transfer-item .transfer-intervals__item {
  border-left: 2px solid;
  padding-left: 10px;
  font-size: 12px;
  line-height: 22px;
}
.history-transfer-item .transfer-intervals__item_past {
  color: #78ad97;
}
.history-transfer-item .transfer-intervals__item_future {
  color: #999;
  border-left: 2px solid #ccc;
}
.history-transfer-item .transfer-intervals__item_current {
  border-left: 2px solid #357d00;
  color: #357d00;
  font-weight: bold;
  font-size: 14px;
}
.history-transfer-item .transfer-intervals__item_current:before {
  position: absolute;
  content: ' ';
  display: block;
  border: 11px solid transparent;
  border-left: 7px solid #357d00;
  margin-left: -12px;
}
@media only screen and (max-width: 800px) {
  .history-transfer-item__left,
  .history-transfer-item__right {
    float: none;
    width: 100%;
    padding: 0;
  }
  .history-transfer-item__right {
    margin-top: 20px;
  }
}
.content .transfer-form__info {
  font-size: 13px;
  color: #000;
}
.content .transfer-form__agreement {
  font-size: 12px;
  line-height: 17px;
  color: #777;
}
.content .transfer-form__agreement a {
  color: #265485;
}
.content .transfer-form__agreement p {
  margin-bottom: 8px;
}
.content .transfer-form__agreement p:last-child {
  margin-bottom: 0;
}
.content .transfer-form__payment-type {
  overflow: hidden;
  border: 1px solid #dfe3e7;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  background: #f6f8f9;
}
.content .transfer-form__payment-type.last {
  margin-top: 20px;
}
.content .transfer-form__payment-type.cur {
  background: #efffe3;
}
.content .transfer-form__payment-type input {
  float: left;
  margin-top: 5px;
}
.content .transfer-form__payment-type label {
  display: block;
  cursor: pointer;
}
.content .transfer-form__payment-type-content {
  margin-left: 25px;
}
.content .transfer-form__payment-type-commission {
  display: block;
  font-size: 13px;
  color: #777;
  font-style: italic;
  margin: 5px 0 0 0;
}
.content .transfer-form__payment-type-commission strong {
  color: #006100;
}
.content .transfer-form .sum-currency {
  display: inline-block;
  padding: 7px 0 0 5px;
}
.content .transfer-form__total {
  position: relative;
  max-width: 470px;
  margin-bottom: 30px;
  line-height: 30px;
}
.content .transfer-form__total p {
  margin: 0 0 10px 0;
  text-align: right;
  font-size: 13px;
  line-height: 18px;
  height: 18px;
}
.content .transfer-form__total p .dots {
  border-bottom: 1px dotted #aaa;
  width: 88px;
  font-size: 14px;
}
.content .transfer-form__total p span,
.content .transfer-form__total p strong {
  background: #fff;
  display: inline-block;
  box-sizing: border-box;
  line-height: 18px;
  height: 18px;
}
@media only screen and (min-width: 801px) {
  .content .transfer-form__info {
    float: right;
    width: 380px;
    margin-right: 100px;
  }
  .content .transfer-form form {
    width: 400px;
    float: left;
  }
  .content .transfer-form form .field label {
    text-align: right;
    padding-right: 10px;
    width: 100px;
  }
  .content .transfer-form form .field select,
  .content .transfer-form form .field input[type='text'],
  .content .transfer-form form .field input[type='password'],
  .content .transfer-form form .field textarea {
    width: 280px;
  }
}
@media only screen and (max-width: 800px) {
  .content .transfer-form__info {
    line-height: 18px;
  }
  .content .transfer-form .field-sum label {
    display: inline-block;
    line-height: 40px;
    margin-right: 10px;
  }
  .content .transfer-form .field-sum .field-box {
    display: inline-block;
    width: auto;
  }
}
.transfer-page .confirm-form,
.transfer-page .form-back,
.transfer-page .form-send {
  display: none;
}
.transfer-page .form-back {
  background: none;
  border: 1px solid #316dad;
  box-sizing: border-box;
  color: #316dad;
  padding: 6px 25px 7px 25px;
  margin-right: 15px;
}
.transfer-page .addr {
  display: none;
  width: 100%;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 8px;
  background: #fafafa;
  border: 1px solid #ddd;
  color: #999;
  border-radius: 5px;
  font-size: 12px;
}
.transfer-page .fields-lawsuit .field:last-child {
  margin-bottom: 0;
}
.transfer-page .sum-currency {
  display: inline-block;
  padding: 7px 0 0 5px;
}
.transfer-page .confirm-form__text {
  padding: 15px;
  border: 1px solid #0d990f;
  background: #edffdf;
  border-radius: 5px;
  margin: 10px 0 30px 0;
  font-size: 13px;
}
.transfer-page .confirm-form__text h2 {
  padding-top: 0;
}
.transfer-page .confirm-form__data p {
  line-height: 2;
}
.transfer-page .confirm-form__data label {
  display: inline-block;
  width: 120px;
}
.transfer-page .confirm-form__data span {
  font-size: 18px;
}
.transfer-page .transfer-from-left {
  width: 400px;
  float: left;
}
.transfer-page .transfer-from-left .field label {
  text-align: right;
  padding-right: 10px;
  width: 100px;
}
.transfer-page .transfer-from-left .field select,
.transfer-page .transfer-from-left .field input[type='text'],
.transfer-page .transfer-from-left .field input[type='password'],
.transfer-page .transfer-from-left .field textarea {
  width: 280px;
}
.transfer-page .transfer-notice {
  float: right;
  width: 380px;
  box-sizing: border-box;
  margin-right: 100px;
  padding: 15px;
  font-size: 13px;
  background: #fafafa;
  border: 1px solid #aaa;
  border-radius: 10px;
}
.transfer-page .transfer-notice li {
  margin: 5px 15px !important;
}
.transfer-page .transfer-notice p:last-child {
  margin-bottom: 0;
}
.transfer-page .agreement {
  color: #888888;
  font-size: 12px;
  padding: 0 0 20px 0;
}
.transfer-page .agreement input {
  margin: 0 5px 0 0;
}
.transfer-page .agreement div {
  line-height: 18px;
  overflow: hidden;
  margin: 8px 0;
}
.transfer-page .transfer-payment-type {
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
.transfer-page .transfer-payment-type.last {
  margin-top: 20px;
}
.transfer-page .transfer-payment-type.cur {
  background: #efffe3;
}
.transfer-page .transfer-payment-type input {
  float: left;
  margin-top: 5px;
}
.transfer-page .transfer-payment-type__content {
  margin-left: 25px;
}
.transfer-page .transfer-payment-type .commission {
  display: none;
  font-size: 13px;
  color: #777;
  font-style: italic;
  margin-top: 5px;
}
.transfer-page .transfer-payment-type .commission strong {
  color: #006100;
}
.transfer-page .transfer-payment-type label {
  display: block;
  cursor: pointer;
}
.transfer-page .transfer-payment-type.transfer-payment-type_fsin24 .commission {
  display: block;
}
.transfer-page .total-money {
  text-align: right;
  line-height: 30px;
  position: relative;
  margin-bottom: 30px;
}
.transfer-page .total-money__dots {
  color: #999;
}
.transfer-page .total-money__sum {
  position: absolute;
  right: 0;
  display: inline-block;
  padding-left: 3px;
  background: #fff;
  font-size: 15px;
}
@media only screen and (max-width: 800px) {
  .content .transfer-page {
    /*.total-money {
            text-align: left;
            &__dots {
                display: none;
            }
            &__sum {
                position: static;
            }
        }*/
  }
  .content .transfer-page .transfer-from-left {
    width: auto;
    float: none;
  }
  .content .transfer-page .transfer-from-left label {
    text-align: left;
  }
  .content .transfer-page .transfer-from-left h3 {
    margin-bottom: 5px !important;
  }
  .content .transfer-page .min-sum {
    padding-left: 0;
  }
  .content .transfer-page .transfer-notice {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
    line-height: 18px;
  }
  .content .transfer-page .total-money {
    font-size: 13px;
  }
  .content .transfer-page form .field label {
    text-align: left !important;
    color: #777;
  }
  .content .transfer-page form .field select,
  .content .transfer-page form .field input[type="phone"],
  .content .transfer-page form .field input[type="text"] {
    width: 100%;
    height: 40px;
    font-size: 16px;
    box-shadow: inset 0 0 5px 0 rgba(130, 130, 130, 0.2);
  }
  .content .transfer-page form .field select {
    background-position: right 16px;
  }
  .content .transfer-page form .field .intl-tel-input {
    width: 100%;
  }
  .content .transfer-page .form-submit {
    padding: 10px 20px 11px 20px;
  }
}
.contacts-page {
  position: relative;
  overflow: hidden;
}
.contacts-page .support {
  float: left;
  max-width: 500px;
}
.contacts-page .support__item {
  margin-bottom: 45px;
  font-size: 17px;
  line-height: 27px;
}
.contacts-page .support__label {
  display: block;
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 17px;
  line-height: 27px;
}
.contacts-page .support__phone {
  display: block;
  color: #357d00;
  font-size: 24px;
  margin-bottom: 5px;
}
.contacts-page .support__phone small {
  color: #888888;
  font-size: 14px;
}
.contacts-page .support__notice {
  margin-top: 5px;
  display: block;
  color: #555;
  font-size: 14px;
  line-height: 20px;
}
.contacts-page .support__feedback h2 {
  margin: 40px 0 20px 0;
}
.contacts-page .support__feedback textarea {
  width: 470px;
}
.contacts-page .company-operator {
  float: right;
  width: 300px;
}
.contacts-page .company-operator__title {
  background: #ddd;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}
.contacts-page .company-operator__content {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}
.contacts-page .company-operator__content p {
  margin-bottom: 12px;
}
.contacts-page .company-operator__content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .company-operator {
    width: 100% !important;
    margin-top: 40px;
  }
  .contacts-page .support .support__feedback textarea {
    width: 100%;
  }
}
.region-list {
  column-count: 4;
  column-gap: 40px;
}
.region-list li {
  margin: 0 0 10px 18px;
  line-height: 18px;
}
.region-list li span {
  font-weight: bold;
  font-size: 16px;
  color: red;
}
.org-list li {
  margin-bottom: 20px;
  font-size: 15px;
}
.org-list li span {
  font-size: 12px;
  color: #999;
}
@media only screen and (max-width: 800px) {
  .region-list {
    column-count: 1;
    column-gap: 40px;
  }
}
.compose-form {
  margin-top: 20px;
}
.compose-form .field textarea {
  resize: vertical;
  min-height: 200px;
  max-height: 600px;
  height: 300px;
  border-radius: 5px 5px 0 0;
}
.compose-form__counter_list {
  overflow: hidden;
  padding: 2px 10px;
  border: 1px solid #aaa;
  border-top: none;
  border-radius: 0 0 5px 5px;
  background: #f6f8f9;
  color: #777;
  user-select: none;
}
.compose-form__counter {
  margin-right: 15px;
  font-size: 12px;
}
.compose-form__photos {
  overflow: hidden;
}
.compose-form__photos img {
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  cursor: zoom-in;
}
.compose-form__photos input {
  width: 80%;
  box-sizing: border-box;
}
.compose-form__photos-item {
  float: left;
  width: 250px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.compose-form__photos .photo {
  line-height: 30px;
  height: 30px;
}
.compose-form__photos .photo .upload-button {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #357d00;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.compose-form__photos .photo .upload-button input {
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: red;
  cursor: pointer;
  width: 100% !important;
  height: 30px;
  line-height: 30px;
  opacity: 0;
}
.compose-form__photos .no-photo,
.compose-form__photos .photo-info {
  margin-top: 10px;
  font-size: 13px;
  border: 1px solid #eee;
  background: #f9f8f8;
  padding: 10px;
  border-radius: 3px;
}
.compose-form__photos .photo-info {
  display: none;
}
.compose-form__photos .photo-info .photo-filename {
  color: #888888;
}
.compose-form__photos .photo-info .photo-cancel {
  color: #316dad;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.compose-form__photos .photo-info .photo-cancel:hover {
  color: #29933c;
}
.mail-form {
  margin-top: 20px;
  padding-right: 160px;
}
.mail-form h2 {
  color: #357d00;
  border-bottom: 1px solid rgba(41, 147, 60, 0.53);
  font-size: 16px;
}
.mail-form .photo {
  line-height: 30px;
  height: 30px;
}
.mail-form .photo .upload-button {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #357d00;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.mail-form .photo .upload-button input {
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: red;
  cursor: pointer;
  width: 100% !important;
  height: 30px;
  line-height: 30px;
  opacity: 0;
}
.mail-form .photo-info {
  display: none;
  margin-top: 10px;
  font-size: 13px;
  border: 1px solid #eee;
  background: #f9f8f8;
  padding: 10px;
  border-radius: 3px;
}
.mail-form .photo-info .photo-filename {
  color: #888888;
}
.mail-form .photo-info .photo-cancel {
  color: #316dad;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.mail-form .photo-info .photo-cancel:hover {
  color: #29933c;
}
.mail-form .mail-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  margin-top: 25px;
}
.mail-form .mail-row__photos img {
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  cursor: zoom-in;
}
.mail-form .mail-row__photos input {
  width: 80%;
  box-sizing: border-box;
}
.mail-form .mail-row__photos-item {
  float: left;
  width: 250px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.mail-form .mail-row .mail-field:last-child {
  margin-right: 0 !important;
}
.mail-form .mail-row h2 small {
  color: #666;
  margin-left: 10px;
  font-size: 13px;
}
.mail-form .mail-field {
  float: left;
  box-sizing: border-box;
  width: 23%;
  margin-right: 2%;
}
.mail-form .mail-field_big {
  width: 48%;
}
.mail-form .mail-field__label {
  display: block;
  color: #777;
}
.mail-form .mail-field__note {
  font-size: 11px;
  color: #333;
}
.mail-form textarea,
.mail-form select,
.mail-form input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 3px;
  font: 14px Arial;
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
}
.mail-form textarea:focus,
.mail-form select:focus,
.mail-form input[type="text"]:focus {
  outline: none;
  border-color: #000;
  background: rgba(255, 253, 189, 0.3);
}
.mail-form textarea {
  height: 300px;
  min-height: 300px;
  max-height: 600px;
  resize: vertical;
  line-height: 20px;
  padding: 10px;
}
.mail-form .mail-max-length {
  float: right;
}
.mail-form .mail-submit {
  margin-top: 20px;
}
.mail-form .mail-submit p {
  margin-bottom: 10px;
  font-size: 16px;
}
.mail-form .red {
  color: #cf0000;
}
.zoom {
  cursor: zoom-in;
}
.empty-mailbox {
  text-align: center;
  margin-top: 50px;
}
.empty-mailbox p {
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 0;
}
.send-link {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}
.mail-view__sent {
  padding: 12px 20px;
  border-bottom: 1px solid #357d00;
  background: #efffe3;
  color: #357d00;
}
.mail-view__sent h3 {
  font-weight: bold;
  margin: 0 0 6px 0;
}
.mail-view__sent h3.mail-view__sent-answer-title {
  margin-top: 20px;
}
.mail-view__sent p {
  font-size: 14px;
  margin: 0 0 6px 0;
}
.mail-view__sent p:last-child {
  margin-bottom: 0;
}
.mail-view__header {
  padding: 12px 20px;
  border-bottom: 2px solid #bec9cc;
  background: #deecee;
}
.mail-view__header p {
  margin-bottom: 6px;
}
.mail-view__header-from {
  color: #7b8386;
}
.mail-view__header table th {
  font-weight: bold;
  text-align: right;
  font-size: 13px;
  padding-right: 14px;
}
.mail-view__status {
  padding: 12px 20px;
  border-bottom: 1px solid #bec9cc;
  background: #f6f6f6;
}
.mail-view__status h3 {
  margin-bottom: 6px;
}
.mail-view__services {
  padding: 12px 20px;
  margin-bottom: 20px;
  background: #f6f6f6;
  border-bottom: 2px solid #ccc;
}
.mail-view__services h3 {
  margin-bottom: 6px;
}
.mail-view__services table {
  margin-bottom: 12px;
}
.mail-view__services table th {
  padding-right: 30px;
  color: #666;
}
.mail-view__services table td {
  text-align: right;
}
.mail-view__services-total {
  font-weight: bold;
}
.mail-view__buttons {
  border-top: 1px solid #bec9cc;
  border-bottom: 1px solid #bec9cc;
  background: #eee;
  text-align: center;
  padding: 20px;
}
.mail-view__buttons a {
  margin-right: 20px;
  white-space: nowrap;
}
.mail-view__no-money,
.mail-view__not-send {
  background: #ffeeee;
  padding: 20px;
  font-size: 14px;
  line-height: 19px;
  color: #690000;
}
.mail-view__no-money h2,
.mail-view__not-send h2 {
  padding: 0;
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #cf0000;
}
.mail-view__no-money p,
.mail-view__not-send p {
  margin-bottom: 12px;
}
.mail-view__not-send {
  margin-bottom: 20px;
  text-align: left;
}
.mail-view__text {
  font-size: 15px;
  line-height: 26px;
}
.mail-view__photos {
  overflow: hidden;
}
.mail-view__photos .photo-view {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.mail-view__photos .photo-view img {
  margin: 0;
}
.mail-view__photos .photo-view:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 800px) {
  .mail-form {
    padding-right: 0;
  }
  .mail-form .mail-row {
    margin-bottom: 10px;
  }
  .mail-form .mail-field {
    float: none;
    box-sizing: border-box;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .mail-form .mail-submit {
    margin-top: 30px;
  }
  .mail-view__options a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .mail-outbox-services th {
    padding-right: 15px !important;
  }
}
.answer-blank-counter,
.button_count {
  text-align: center;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.button_count {
  padding: 0;
  width: 40px;
  font-size: 18px;
}
.answer-blank-counter {
  width: 50px !important;
}
.compose-index {
  overflow: hidden;
  margin-top: 30px;
}
.compose-index .compose-service {
  display: block;
  border: 1px solid #e7ebef;
  border-radius: 5px;
  padding: 20px;
  background: #fbfbfb;
  max-width: 400px;
  margin-bottom: 20px;
  text-align: center;
  color: #000;
}
.compose-index .compose-service:hover {
  text-decoration: none;
  background: #e7ebef;
}
.compose-index .compose-service__title {
  display: block;
  font-size: 18px;
}
.compose-index .compose-service__description {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  color: #657585;
}
.religion-link {
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  height: 360px;
  text-align: center;
  border: 1px solid #00572c;
  border-radius: 5px;
  padding: 10px;
  margin-right: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  color: #00572c;
}
.religion-link img {
  margin-bottom: 20px;
  max-width: 100%;
}
.load-photo {
  position: relative;
  background: #fff;
  line-height: 30px;
}
.load-photo input {
  position: absolute;
  width: 100%;
  height: 30px;
  opacity: 0;
  cursor: pointer;
}
.load-photo__label {
  text-align: center;
  color: #316dad;
}
.christianity a {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
}
.christianity a img {
  max-width: 100%;
  max-height: 340px;
  margin-bottom: 10px;
}
.saint-box__header_mobile {
  display: none;
}
.saint-box {
  margin-bottom: 50px;
  overflow: hidden;
}
.saint-box__photo-block,
.saint-box__photos {
  position: sticky;
  top: 10px;
  width: 300px;
  margin-bottom: 50px;
}
.saint-box__photo-block {
  float: left;
}
.saint-box__photos {
  float: right;
}
.saint-box__photos .saint-box__photo {
  display: none;
}
.saint-box__text {
  margin: 0 50px;
  margin-bottom: 50px;
}
.saint-box__icon {
  line-height: 0;
  border-radius: 5px 5px 0 0;
  padding: 15px 15px 0 15px;
  background: #000;
}
.saint-box__icon img {
  width: 100%;
}
.saint-box__candle {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 0 0 5px 5px;
  background: #000;
  cursor: pointer;
  overflow: hidden;
}
.saint-box__candle img {
  width: 100%;
}
.saint-box__candle-ani {
  z-index: 2;
  opacity: 0;
}
.saint-box__candle-noani {
  z-index: 1;
}
.saint-box__candle p {
  width: 100%;
  color: #fff4be;
  text-align: center;
  margin: 2px 0 8px 0;
}
.saint-box__candle .candle__noani {
  display: block;
}
.saint-box__candle .candle__ani {
  display: none;
}
.saint-box__candle .candle__on {
  display: block;
}
.saint-box__candle .candle__off {
  display: none;
}
.saint-box__candle.active .candle__noani {
  display: none;
}
.saint-box__candle.active .candle__ani {
  display: block;
}
.saint-box__candle.active .candle__on {
  display: none;
}
.saint-box__candle.active .candle__off {
  display: block;
}
.saint-box__photo {
  width: 100%;
  line-height: 0;
}
.saint-box__photo img {
  width: 100%;
  border: 8px ridge #ffd700;
  border-radius: 5px;
  box-sizing: border-box;
}
.dua-box__photos {
  position: sticky;
  top: 10px;
  float: right;
  width: 300px;
}
.prayer {
  max-width: 600px;
}
.prayer-item {
  margin-bottom: 10px;
}
.prayer-item__title span {
  border-bottom: 1px dashed;
  color: #316dad;
  cursor: pointer;
}
.prayer-item__title span:hover {
  color: #29933c;
}
.prayer-item__text {
  display: none;
  max-width: 600px;
}
.prayer-item.active .prayer-item__title {
  font-size: 20px;
  margin-bottom: 10px;
}
.prayer-item.active .prayer-item__title span {
  color: #000;
}
.prayer-item.active .prayer-item__text {
  display: block;
  margin-bottom: 30px;
}
.news__item {
  margin-bottom: 40px;
}
.news__title {
  margin: 0 0 0 0 !important;
}
.news__date {
  font-size: 12px;
  color: #357d00;
}
.news-article__date {
  font-size: 12px;
  color: #357d00;
  margin-bottom: 0;
}
.reference {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bbb;
}
.reference:last-child {
  border-bottom: none!important;
}
.reference__title {
  font-size: 18px!important;
  margin: 0 !important;
}
.reference__url {
  margin: 0 0 10px 0 !important;
}
.reference__url a {
  color: #357d00;
  font-size: 12px;
}
.reference__descr {
  margin: 0 !important;
}
.reference__buttons {
  padding: 20px 0 10px 0;
}
.notifications-list__item {
  padding-bottom: 40px;
  color: #999;
}
.notifications-list__date {
  display: inline-block;
  background: #ccc;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 13px;
  margin-bottom: 10px;
}
.notifications-list__item_unread {
  font-weight: bold;
  color: #000;
}
.notifications-list__item_unread .notifications-list__date {
  background: #ff4901;
}
@media only screen and (max-width: 800px) {
  .balance-page .pay-box {
    float: none;
    margin: 0 auto;
  }
  .balance-page .pay-box-or {
    padding: 10px 0;
  }
  .table-tariff {
    font-size: 13px;
  }
  .table-tariff .table-title {
    padding: 0;
    width: 80px !important;
    font-size: 11px;
    line-height: 16px;
  }
  .mail-max-length {
    float: none !important;
    display: block !important;
  }
  .mail-view__buttons a {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .religion-link {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .saint-box__header_mobile {
    display: block;
  }
  .saint-box__header_desktop {
    display: none;
  }
  .saint-box {
    margin-bottom: 50px;
    overflow: hidden;
  }
  .saint-box__photo-block,
  .saint-box__photos {
    position: static;
    width: 100%;
  }
  .saint-box__photo-block {
    display: none;
  }
  .saint-box__photos {
    float: none;
    width: 100%;
  }
  .saint-box__photos .saint-box__photo {
    display: block;
  }
  .saint-box__text {
    margin: 0;
    float: none;
  }
  .dua-box__text {
    float: none;
  }
  .dua-box__photos {
    position: static;
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
}
/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.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-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.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-left: 3px solid transparent;
  border-right: 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 0 0 -1px;
  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-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .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.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -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;
  left: 30px;
  right: 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), 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("/res/img/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), 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("/res/img/flags@2x.png");
  }
}
.iti-flag.np {
  background-color: transparent;
}
@media print {
  .nav,
  .aside,
  .header-last-transfers,
  .footer {
    display: none;
  }
  .header {
    height: 170px;
  }
  .header__logo img {
    width: 115px;
  }
  .content {
    border-top: 1px solid #000;
    margin: 0;
    font-size: 16px;
  }
}
