@charset "UTF-8";
:root {
  --accent: #FF5C39;
  --blue: #0057B7; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:after {
    display: block;
    content: "";
    clear: both;
    float: none; }

.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
/* display:inline; */
/* Circle */
/* inner box-shadow */
@font-face {
  font-family: 'Bliss';
  font-display: swap;
  src: url("//cdn.eto.travel/i/fonts/BlissPro-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Bliss';
  font-display: swap;
  src: url("//cdn.eto.travel/i/fonts/BlissPro-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Bliss';
  font-display: swap;
  src: url("//cdn.eto.travel/i/fonts/BlissPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'PT Sans';
  font-display: swap;
  src: url("//cdn.eto.travel/i/fonts/PTSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'PT Sans';
  font-display: swap;
  src: url("//cdn.eto.travel/i/fonts/PTSans-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'icomoon';
  src: url("//cdn.eto.travel/i/fonts/icomoon.woff?qfvv9i") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
@keyframes loaderRotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-moz-keyframes loaderRotate {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes loaderRotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-o-keyframes loaderRotate {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }
@-ms-keyframes loaderRotate {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg); } }
html {
  overflow-y: scroll; }

body {
  color: #3d3d3d;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  box-sizing: border-box; }

* {
  color: inherit;
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

input,
textarea,
keygen,
select,
button {
  font-family: inherit; }

strong {
  font-family: 'bliss', 'PT Sans', sans-serif;
  font-weight: 700; }

p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px; }
  p:last-child {
    margin-bottom: 0; }

h1 + h3 {
  margin-top: 30px; }

p + h3 {
  margin-top: 45px; }

ol + h3 {
  margin-top: 45px; }

ul + h3 {
  margin-top: 45px; }

.column {
  padding: 0 15px;
  float: left;
  margin: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

.column {
  width: 33%; }

.text-wrapper {
  display: inline-block;
  margin-bottom: 30px; }

h1,
h2,
h3,
h4 {
  font-weight: bold;
  font-family: 'Bliss', 'PT Sans', sans-serif; }

h1 {
  margin-bottom: 16px;
  font-size: 34px; }

h3,
h4 {
  margin-bottom: 16px; }

b {
  font-weight: bold; }

.section {
  width: 100%;
  clear: both; }

.section-inn {
  width: 1100px;
  margin: 0px auto;
  padding: 0px 20px !important;
  position: relative; }
  .section-inn.content {
    z-index: 1; }

/********  headers  ********/
/* header */
/*
оформляем выбор офиса header.php
*/
.office-selector {
  user-select: none;
  position: absolute;
  top: 100%;
  background: white;
  line-height: 1.4;
  z-index: 123;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  font-size: 14px; }

.office-selector.hidden {
  display: none; }

.office-selector__city {
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 5px;
  transition: background 0.2s ease; }

.office-selector__city:hover {
  background: #ffefe2; }

[ui-sref="cashbox.return"] {
  display: none !important; }

/*
выпадайка в шапке
*/
div.user.Green::after {
  display: none; }

div.user.Red::after {
  background-color: #BE020D; }

div.user.Orange::after {
  background-color: #ed5a02; }

div.user.Yellow::after {
  background-color: #f2db00; }

.red {
  color: #aa0000; }

.check_form_status {
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  margin: 10px 0;
  position: relative;
  padding: 5px;
  padding-left: 30px; }

.check_form_status::after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  /*Green не показывается!*/
  position: absolute;
  left: 10px;
  top: 50%;
  border-radius: 50%;
  -webkit-animation: 0.75s linear 0s infinite blink;
  animation: 0.75s linear 0s infinite blink;
  margin-top: -4px; }

.check_form_status.Red::after {
  background-color: #BE020D; }

.check_form_status.Red {
  border: 1px solid  #BE020D; }

.check_form_status.Orange::after {
  background-color: #ed5a02; }

.check_form_status.Orange {
  border: 1px solid  #ed5a02; }

.check_form_status.Yellow::after {
  background-color: #f2db00; }

.check_form_status.Yellow {
  border: 1px solid  #f2db00; }

div.winPlace {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all; }

/*****************************************/
#sect-top1 {
  background-color: white;
  height: 70px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.25); }
  #sect-top1 .section-inn {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #sect-top1 .logo {
    margin: 17px 0;
    height: 36px; }
    #sect-top1 .logo .logo__img {
      object-fit: contain;
      height: 100%; }
  #sect-top1 .turkey3000-controls.logo:before {
    color: #b2212b !important; }
  #sect-top1 .fly-controls.logo:before {
    color: #11519c !important; }
  #sect-top1 .logo-default.logo:before {
    color: white !important; }
  #sect-top1 #cb-toppanel-contacts {
    float: right;
    list-style: none;
    text-align: right; }
  #sect-top1 #cb-toppanel-phone {
    font-size: 1.25em;
    margin-bottom: 0.15em;
    padding-top: 0.75em; }
  #sect-top1 #cb-toppanel-adress {
    font-size: 0.875em; }

#cb-toppanel a {
  color: #3978ca;
  display: inline-block;
  text-shadow: none;
  transition: color 0.15s linear; }
  #cb-toppanel a:hover {
    color: black; }
#cb-toppanel .button {
  padding: 7px 26px;
  border-radius: 5px;
  color: #ff7302;
  border: 2px solid #ff7302;
  line-height: 17px;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  transition: all 0.2s ease; }
  #cb-toppanel .button:hover {
    background: #ffefe2;
    color: #ff7302; }

header .sublogo {
  float: left;
  font-size: 12px;
  width: 212px;
  padding-top: 18px;
  color: #abacad;
  margin-left: 1em; }

#topAuth {
  font-size: 15px;
  position: relative;
  width: 600px;
  height: 35px;
  float: right;
  position: relative;
  top: 0; }

#tbFormAuth {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 10; }

.auth_top {
  width: 100%;
  height: 100%;
  text-align: right;
  background-color: white;
  position: absolute; }

.auth_top3 {
  display: none; }

.auth_bottom1 {
  display: none; }

.auth_bottom2 {
  position: absolute;
  top: 38px;
  width: 100%;
  background-color: white; }

.auth_bottom3 {
  position: absolute;
  top: 0px; }

#tbFormAuth__bottom input {
  border: solid black 1px; }

.auth_login {
  text-align: right; }

.auth_button button {
  width: 55px;
  height: 24px; }

.rates span {
  position: relative;
  top: 8px;
  font-size: 11.2px;
  margin-left: 12px; }

#copyright {
  font-size: 11.2px;
  color: #a1a1a1;
  padding: 20px 0 20px 0;
  line-height: 12px;
  float: left; }

.social-links {
  float: right;
  margin-top: 20px; }
  .social-links div {
    float: left;
    margin-right: 20px; }

/********  main page  ********/
/* big banners (carousel) */
#mainBannerCarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  margin: 0px auto; }
  #mainBannerCarousel > div {
    width: 10000em;
    position: absolute;
    list-style: none; }

.main-banner {
  float: left;
  /*width must be set in js*/
  height: 350px; }

.text-in-banner {
  display: block;
  position: relative;
  width: 45%;
  margin: 0 auto;
  text-align: center; }
  .text-in-banner * {
    color: white !important; }
  .text-in-banner h4 {
    padding-top: 40px;
    font-size: 39px; }
  .text-in-banner p {
    padding-top: 10px;
    font-size: 18px; }
  .text-in-banner .start-work-button {
    display: inline-block;
    margin-top: 50px;
    width: 314px;
    height: 55px;
    cursor: pointer;
    background: url(images/big-orange-.png) no-repeat;
    background-position: 0 0;
    text-align: left !important;
    font-size: 20px; }

.start-work-button:hover {
  background-position: 0 -55px; }
.start-work-button div {
  font-weight: bold;
  padding-top: 8px;
  font-size: 24px; }
  .start-work-button div span {
    display: inline-block;
    width: 40px;
    height: 26px;
    position: relative;
    top: 4px;
    background: url(images/controls.png) no-repeat; }

.jcarousel-clip {
  overflow: hidden; }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  background: url(images/controls.png) no-repeat;
  width: 28px;
  height: 28px;
  top: 161px;
  cursor: pointer;
  display: block; }

.carousel-control-prev {
  background-position: -115px -2px;
  left: 50px; }

.carousel-control-next {
  background-position: -154px -2px;
  right: 50px; }

/* custom banner */
.banner1 .banner-column {
  height: 350px;
  float: left;
  width: 45%;
  padding: 0 10px;
  text-align: left; }
  .banner1 .banner-column h4 {
    position: absolute;
    top: 55px;
    padding: 0; }
  .banner1 .banner-column ul {
    font-size: 16px;
    display: block;
    position: absolute;
    width: 300px;
    top: 120px; }
  .banner1 .banner-column .start-work-button {
    position: absolute;
    top: 195px; }
  .banner1 .banner-column img {
    position: absolute;
    top: 40px;
    right: 80px; }
.banner1 .text-in-banner {
  width: 940px; }
  .banner1 .text-in-banner li {
    display: block;
    line-height: 24px; }

/* search tours */
.search-header {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  margin: -5px 0; }

#sect-news-inn {
  overflow: auto;
  height: auto;
  max-height: 600px;
  max-height: 150px;
  /* tmp пока не будут нормальные новости */ }

#sect-news {
  background-color: white; }
  #sect-news .posts-container {
    width: 1600px;
    padding-top: 16px; }
  #sect-news .post {
    width: 300px;
    float: left;
    height: 100%;
    font-size: 14px;
    margin-right: 20px; }
    #sect-news .post h4 {
      font-size: 18px;
      font-weight: normal; }
    #sect-news .post .time {
      color: #a1a1a1;
      font-size: 11.2px; }

/* #sect-4articles h3 {
  font-size: 28px;
  font-weight: normal;
} */
/* misc */
#regFormContainer {
  display: inline-block;
  width: 760px;
  clear: right;
  padding-top: 30px;
  background: #fff;
  padding: 30px 40px;
  box-sizing: border-box;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.25);
  margin-top: 40px; }

#regFormHint {
  float: right;
  width: 260px;
  margin-top: 50px; }
  #regFormHint .callUs {
    font-size: 14px;
    margin-top: 26px;
    text-align: center; }
    #regFormHint .callUs span {
      display: block;
      font-size: 28px;
      color: #f36d21;
      font-weight: bold;
      padding: 15px 0;
      margin: 25px 0; }

/* unchecked */
html {
  background: white; }

body {
  background: #fbfbfb;
  min-width: 1100px;
  font-size: 14px;
  position: relative; }

.page-id-129 {
  min-width: 0; }

ol {
  font-size: 14px;
  line-height: 21px;
  margin-left: 20px; }
  ol ul {
    margin-left: 20px;
    list-style-type: disc; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 20px; }

.hero {
  font-size: 18px;
  text-align: left;
  line-height: 27px;
  margin: 20px 0;
  background: #f7f7f7;
  padding: 13px 30px 13px 20px;
  border-left: solid 5px #e1e1e1;
  font-style: italic; }

.hero-red {
  font-size: 18px !important;
  text-align: left;
  line-height: 1.5em !important;
  margin: 30px 0px !important;
  background: #f7f7f7;
  padding: 20px 50px 20px 50px;
  border-left: solid 5px #ff0000; }

#news-wide .vip,
.vip,
#news-wide .news-bigger .vip,
#news-wide .news-bigger .vip {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5em;
  border-bottom: 4px solid;
  border-top: 4px solid;
  padding: 25px 0;
  margin: 50px 0; }

.col-10 {
  font-weight: 400 !important; }

#tableResult .col-15 {
  display: none !important; }

a:hover {
  color: #f36d21;
  text-decoration: none; }

#sect-4articles p {
  color: #646464; }

.hint {
  font-style: normal !important;
  color: #8b8b8b !important; }

.tbx-tour-data {
  font-size: 14px !important; }

.div-search {
  background-color: #ebebeb;
  padding: 2em 0; }

.text-in-banner .start-work-button {
  display: inline-block;
  margin-top: 50px;
  padding-left: 20px;
  width: 294px;
  height: 55px;
  cursor: pointer;
  background: url(https://dl.dropboxusercontent.com/u/48180865/etc/ui/start-button.png) no-repeat;
  background-position: 0px 0px;
  text-align: left;
  font-weight: bold;
  line-height: 55px; }

.start-work-button:hover {
  background-position: 0 -55px; }

/* Форма ТБ, туристы */
input#tb_claim__addinfant {
  margin-right: 8px; }

.tbx-claim-person input[type='text'],
.tbx-claim-person select {
  border: 0px solid #cccccc !important;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  color: #555555;
  display: inline-block;
  font-weight: normal;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }

/* Слетать */
#SL_fullsearch {
  box-sizing: content-box;
  border-radius: 10px;
  border: 0px;
  margin-bottom: 10px; }

/*форма поиска на странице */
#p-search-tour #SL_fullsearch {
  box-shadow: 0px 10px 20px -10px rgba(110, 110, 120, 0.4); }

.fs_operators_block .tabs {
  height: 29px;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  width: 222px;
  z-index: 1;
  left: -2px; }

.fs_operators_block .tab.tab-active {
  color: #404040;
  background: #f3f6f7;
  border: 1px solid #c8c8c5;
  border-bottom-color: transparent;
  border-radius: 2px 2px 0 0; }

.fs_operators_block .tab {
  transition: all 0.25s;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  width: 89px;
  text-overflow: ellipsis;
  font-size: 13px;
  opacity: 0.5;
  float: left;
  cursor: pointer;
  padding: 6px 8px 5px 8px;
  line-height: 12px;
  font-weight: 700;
  background: #f36d21;
  color: #fff;
  border: 1px solid #cd5c1c;
  border-bottom-color: #c8c8c5; }

.fs_operators_block .tab:hover,
.fs_operators_block .tab-active {
  opacity: 1; }

.fs_operators_block .tab-active {
  cursor: default;
  border-bottom: 1px solid #f3f6f7; }

.fs_operators_block .tab2 {
  margin-left: 6px; }

.fs_operators_block .tabs-divider {
  width: 218px;
  height: 5px;
  background: #f3f6f7;
  margin-top: 24px;
  border: 1px solid #c8c8c5;
  border-bottom: none;
  left: -2px;
  position: absolute; }

#data-panel .filter a.active {
  /* закладки фильтра */
  background-color: #ffffff !important;
  color: #f36d21 !important;
  cursor: default !important; }

.search-result #search-status {
  /* ползунок поиска */
  width: 1060px !important;
  margin: 0px auto !important; }

#data-output .content-title {
  margin-left: 0px; }

/* зеленая штука */
.pagination ul li a {
  color: #3d3d3d !important; }
.pagination ul li a.disabled {
  color: #bebebe !important; }
.pagination ul li.active a {
  color: #fff !important;
  background: #f36e24 !important; }

/* правки краткой формы поиска */
.result-minimal #tableResult td {
  font-size: 12px; }

.result-minimal #tableResult thead *:before {
  font-size: 21px !important; }

/*banners*/
.text-in-banner p {
  font-size: 20px; }

.banner4 .start-work-button {
  margin-top: 260px; }

input[value='Назад'] {
  color: #3d3d3d !important;
  background-color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: underline;
  padding: 0 !important;
  margin-right: 20px !important;
  box-shadow: none !important; }
  input[value='Назад']:hover {
    color: #f36e24 !important;
    text-decoration: none; }

input[value='Назад'],
input[value='Далее'] {
  outline: none !important; }

/* краткая форма поиска */
.search-result .result-minimal table td,
.search-result .result-minimal table thead td span,
.search-result .result-minimal table td {
  text-align: left !important;
  padding: 0 !important; }

.search-result .result-minimal div.dd {
  padding: 0 !important; }

.search-result .result-minimal * {
  text-align: left !important; }

.search-result .result-minimal .col-1,
.search-result .result-minimal table .col-2,
.search-result .result-minimal table .col-4,
.search-result .result-minimal table .col-9,
.search-result .result-minimal table .col-11 {
  padding-left: 15px !important; }

.search-result .result-minimal table .col-5 {
  padding-left: 25px !important; }

.search-result .result-minimal table .col-3 {
  padding-left: 20px !important; }

.search-result .result-minimal table .col-10 {
  padding-right: 0px !important;
  text-align: right !important;
  width: 35px !important; }

.search-result .result-minimal table .col-11 {
  padding-right: 15px !important;
  text-align: right !important; }

.search-result .result-minimal table thead tr {
  height: 35px; }

/* Лого партнеров */
#logos.section {
  background: #f5f5f5; }

#logo-block {
  width: 1060px;
  margin: 0 auto;
  height: 150px; }
  #logo-block #partners {
    display: none; }
    #logo-block #partners li {
      display: inline-block; }
      #logo-block #partners li a img {
        -webkit-filter: grayscale(100%);
        opacity: 0.5;
        transition: all 0.5s; }
      #logo-block #partners li a:hover img {
        opacity: 1;
        -webkit-filter: grayscale(0%); }
  #logo-block .logo-partners-container {
    position: relative;
    max-width: 1060px;
    height: 150px; }
  #logo-block .logo-partners-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center; }
  #logo-block .logo-partners-inner {
    overflow: hidden;
    float: left;
    width: 100%;
    padding-top: 29px; }
  #logo-block .logo-partners-item {
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
    line-height: 0px; }
    #logo-block .logo-partners-item img {
      position: relative;
      margin-top: 10px;
      margin-bottom: 10px;
      max-width: 214px;
      max-height: 71px;
      object-fit: contain; }
  #logo-block .logo-partners-nav-left {
    width: 25px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.4;
    top: 61px;
    left: -10px;
    background: url(/i/etc/partners/images/nav-left.png) no-repeat; }
    #logo-block .logo-partners-nav-left:hover {
      opacity: 1; }
  #logo-block .logo-partners-nav-right {
    width: 25px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.4;
    top: 61px;
    right: -10px;
    background: url(/i/etc/partners/images/nav-right.png) no-repeat; }
    #logo-block .logo-partners-nav-right:hover {
      opacity: 1; }

/* end Лого партнеров */
.events-block {
  margin-top: 30px;
  display: inline-block; }

.events-col1 {
  width: 30%;
  float: left; }

.events-col2 {
  width: 65%;
  float: right; }

.events-text {
  height: 194px;
  overflow: hidden; }

.events-info-nod {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #3d3d3d; }

.events-info-nod span {
  font-size: 14px;
  color: #787878; }

.events-date {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700; }
  .events-date span {
    color: #f36d21;
    font-size: 77px;
    line-height: 60px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px; }

.events-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px; }

.events-more a {
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px dotted;
  user-select: none; }

.events-text-full {
  height: auto; }

.courier-cost {
  width: 158px;
  font-size: 21px;
  height: 37px;
  text-align: right;
  padding-right: 30px; }

.ml5 {
  margin-left: 0 !important;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px; }

.partners-logo {
  width: 195px;
  height: 70px;
  background: url("/i/logo-header-p.svg") 100% 50% no-repeat;
  float: right;
  background-size: 400px; }

#hero {
  background: #ff4632;
  color: #fff;
  height: 650px;
  position: relative; }
  #hero .hero-slide {
    height: 100%;
    background: #5884b5;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
    #hero .hero-slide.active {
      opacity: 1;
      z-index: 2; }
    #hero .hero-slide .section-inn {
      position: relative;
      height: 100%;
      padding: 8em 5em !important; }
    #hero .hero-slide .content {
      text-align: center;
      position: relative;
      top: 50%;
      transform: translateY(calc(-50% + 20px)); }
    #hero .hero-slide .title {
      font-family: 'Bliss';
      font-weight: bold;
      font-size: 3.5em;
      letter-spacing: 0.025em; }
    #hero .hero-slide .subtitle {
      margin: 0 auto;
      margin-top: 2em;
      font-size: 1.5em;
      max-width: 600px;
      line-height: 1.75; }
    #hero .hero-slide .buttons {
      display: inline-block;
      margin-top: 2em;
      font-size: 18px; }
    #hero .hero-slide .button {
      color: inherit;
      display: inline-block;
      border: 1px solid;
      border-radius: 20em;
      padding: 0.75em 1.75em;
      background: rgba(255, 255, 255, 0);
      font-family: 'Bliss';
      font-weight: 900;
      -webkit-transition: background 0.15s linear;
      transition: background 0.15s linear; }
      #hero .hero-slide .button:hover {
        background: rgba(255, 255, 255, 0.1); }
      #hero .hero-slide .button.primary {
        background: #f5042b;
        border-color: transparent;
        margin-left: 0.5em;
        color: white;
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.25); }
        #hero .hero-slide .button.primary:hover {
          background: red; }
  #hero .controls {
    height: 24px;
    z-index: 4;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 2em;
    text-align: center; }
    #hero .controls .wrapper {
      display: inline-block;
      padding: 0.5em 1.25em;
      border-radius: 5px 5px 0 0; }
    #hero .controls ul {
      float: left;
      height: 24px;
      display: block;
      list-style: none; }
      #hero .controls ul li {
        width: 24px;
        height: 24px;
        float: left;
        border-radius: 20px;
        text-align: center;
        -webkit-transition: all 0.15s linear;
        transition: all 0.15s linear;
        cursor: pointer;
        position: relative;
        border: 2px solid transparent;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center; }
        #hero .controls ul li:before {
          font-family: 'icomoon' !important;
          content: '\e902';
          display: block;
          color: white;
          font-size: 0.5rem; }
        #hero .controls ul li:hover:not(.active) {
          transform: scale(1.5);
          opacity: 0.5; }
        #hero .controls ul li:hover {
          -moz-transform: scale(1.5);
          -o-transform: scale(1.5);
          -ms-transform: scale(1.5);
          -webkit-transform: scale(1.5);
          transform: scale(1.5);
          opacity: 0.5; }
        #hero .controls ul li.active {
          opacity: 0.5;
          border-color: white; }
    #hero .controls .arrow {
      float: left !important;
      width: 70px;
      height: 90px;
      background: transparent 50% 50% no-repeat;
      background-size: auto 46px;
      -webkit-transition: all 0.15s linear;
      transition: all 0.15s linear;
      cursor: pointer;
      position: absolute;
      margin-top: -320px; }
      #hero .controls .arrow:hover {
        opacity: 0.5; }
      #hero .controls .arrow.left {
        margin-right: 0.5em;
        left: 2em;
        display: flex;
        justify-content: center;
        align-items: center; }
        #hero .controls .arrow.left:before {
          font-family: 'icomoon' !important;
          content: '\e900';
          display: block;
          color: white;
          font-size: 3rem;
          transform: rotate(180deg); }
      #hero .controls .arrow.right {
        margin-left: 0.5em;
        right: 2em;
        display: flex;
        justify-content: center;
        align-items: center; }
        #hero .controls .arrow.right:before {
          font-family: 'icomoon' !important;
          content: '\e900';
          display: block;
          color: white;
          font-size: 3rem; }

.about-page .about-header {
  text-align: center;
  background: #f27f67;
  color: white;
  padding: 10em 0;
  position: relative; }
  .about-page .about-header .content {
    display: inline-block;
    max-width: 700px;
    position: relative;
    z-index: 2; }
    .about-page .about-header .content .logo {
      width: 60px;
      height: 60px;
      float: none;
      margin: 0 auto;
      margin-bottom: 2em;
      background: url("/i/logo-square.svg"); }
    .about-page .about-header .content h1 {
      font-size: 3.5em;
      display: block; }
    .about-page .about-header .content .subtitle {
      font-size: 1.5em;
      line-height: 1.5;
      margin-top: 1em; }
  .about-page .about-header .cool-background,
  .about-page .about-header .cool-background .bak {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .about-page .about-header .bak {
    background: transparent 50% 50% no-repeat; }
  .about-page .about-header .bak-1 {
    background-image: url("/i/background/mes-01.png"); }
  .about-page .about-header .bak-2 {
    background-image: url("/i/background/mes-02.png"); }
  .about-page .about-header .bak-3 {
    background-image: url("/i/background/mes-03.png"); }
.about-page .about-content {
  padding: 3em 0;
  font-size: 16px;
  line-height: 1.75; }
  .about-page .about-content h2 {
    margin-bottom: 1em;
    line-height: 1.33; }
  .about-page .about-content a {
    border: 1px solid;
    padding: 0.25em 0.5em;
    border-radius: 5px; }
  .about-page .about-content .action {
    font-size: 1.5em;
    padding-top: 2em;
    clear: both; }
  .about-page .about-content .explainer {
    font-size: 21px; }
    .about-page .about-content .explainer ul {
      margin-top: 1em;
      display: block;
      font-size: 18px;
      margin-left: 1em; }

#cb_auth {
  display: inline-block;
  background: white;
  padding: 2em 3em;
  box-shadow: 0 1px 35px -18px;
  border-radius: 5px;
  margin: 2em;
  position: relative;
  line-height: 1;
  text-shadow: none;
  font-size: 14px;
  min-width: 340px; }
  #cb_auth h2 {
    font-family: 'Bliss';
    color: #000;
    margin-bottom: 0.75em; }
  #cb_auth form {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
  #cb_auth form.hidden {
    display: none; }
  #cb_auth:before {
    display: block;
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 200px;
    width: 10px;
    height: 10px;
    border: 4px solid transparent;
    border-left-color: #f26d31;
    border-right-color: #f26d31;
    opacity: 0;
    -webkit-transition: opacity 0.16s linear;
    transition: opacity 0.16s linear; }
  #cb_auth input {
    appearance: none;
    margin: 0;
    outline: none;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    font-size: 1rem;
    background: transparent; }
    #cb_auth input:focus + label {
      opacity: 0; }
  #cb_auth button {
    appearance: none;
    margin: 0;
    outline: none;
    border: none;
    font-size: 1rem;
    padding: 0.5em 0;
    background: transparent;
    font-family: 'Bliss';
    cursor: pointer;
    border-radius: 2px;
    color: white;
    background: #f26d31;
    margin-top: 1em;
    font-size: 1.15em;
    padding: 0.75em 0;
    transition: background 0.15s linear; }
    #cb_auth button:hover {
      background: #ff7e42; }
    #cb_auth button:active {
      background: #e15c20; }
  #cb_auth select {
    appearance: none;
    margin: 0;
    outline: none;
    border: none;
    font-size: 1rem;
    padding: 0.5em 0;
    background: transparent; }
  #cb_auth input[type='text'] {
    border-bottom: 1px solid #e0e0e0;
    border-radius: 5px;
    height: 58px;
    transition: box-shadow 0.2s ease; }
    #cb_auth input[type='text']:hover, #cb_auth input[type='text']:focus {
      box-shadow: 0 0px 0px 2px #565656 inset; }
  #cb_auth input[type='password'] {
    border-bottom: 1px solid #e0e0e0;
    border-radius: 5px;
    height: 58px;
    transition: box-shadow 0.2s ease; }
    #cb_auth input[type='password']:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px white inset; }
      #cb_auth input[type='password']:-webkit-autofill + label {
        transition: all 0s; }
    #cb_auth input[type='password']:hover, #cb_auth input[type='password']:focus {
      box-shadow: 0 0px 0px 2px #565656 inset; }
  #cb_auth input[type='email'] {
    border-bottom: 1px solid #e0e0e0;
    border-radius: 5px;
    height: 58px;
    transition: box-shadow 0.2s ease; }
    #cb_auth input[type='email']:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px white inset; }
      #cb_auth input[type='email']:-webkit-autofill + label {
        -webkit-transition: all 0s;
        transition: all 0s; }
    #cb_auth input[type='email']:hover, #cb_auth input[type='email']:focus {
      box-shadow: 0 0px 0px 2px #565656 inset; }
  #cb_auth input.valid {
    box-shadow: 0 0px 0px 2px #66bf3e inset; }
    #cb_auth input.valid + label {
      opacity: 0; }
  #cb_auth input.valid.btn {
    box-shadow: none; }
  #cb_auth input[type='submit'] {
    font-family: 'Bliss';
    cursor: pointer;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    background: #ff7302;
    margin-top: 1em;
    font-size: 16px;
    padding: 11px 0px;
    transition: 0.2s linear; }
    #cb_auth input[type='submit']:hover {
      background: #ffa054; }
  #cb_auth input[type='submit'].valid {
    border: 2px solid #ff7e42; }
  #cb_auth .fieldset {
    position: relative;
    clear: both;
    float: none; }
    #cb_auth .fieldset input {
      width: 100%; }
    #cb_auth .fieldset + .fieldset {
      margin-top: 1em; }
    #cb_auth .fieldset a {
      float: left; }
      #cb_auth .fieldset a:nth-child(2) {
        float: right; }
  #cb_auth .registration {
    display: flex;
    justify-content: space-between;
    margin-top: 1em; }
  #cb_auth .info-block {
    display: flex;
    align-items: center;
    margin-top: 1.6em; }
    #cb_auth .info-block i {
      display: block;
      background: url("/i/eto-icons/docs-icon.svg") no-repeat center center;
      width: 28px;
      height: 28px;
      background-size: contain; }
    #cb_auth .info-block a {
      margin-left: 7px;
      max-width: 240px;
      text-align: left;
      line-height: 1.3;
      font-size: 12px;
      transition: color 0.2s ease;
      width: calc(100% - 28px); }
  #cb_auth label {
    font-family: 'Bliss';
    font-size: 16px;
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    padding-left: 15px;
    text-align: left;
    color: #bdbdbd;
    pointer-events: none;
    transition: opacity 0.15s ease; }
  #cb_auth .error {
    background: red;
    padding: 0.5em;
    top: 100%;
    position: absolute;
    left: 0;
    right: 0;
    color: white;
    font-size: 0.875em;
    border-radius: 0 0 3px 3px;
    display: none; }
  #cb_auth .answer {
    max-width: 200px;
    line-height: 1.5;
    text-align: center; }
    #cb_auth .answer span {
      font-weight: bold;
      color: #f26d31;
      font-size: 1.25em;
      display: block;
      margin-top: 0.5em; }
  #cb_auth a.rem {
    cursor: pointer; }

#cb_auth.loading {
  pointer-events: none;
  cursor: default;
  user-select: none; }
  #cb_auth.loading:before {
    opacity: 1;
    animation: loaderRotate ease-in-out 1s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%; }
  #cb_auth.loading form {
    opacity: 0.5; }

#cb_remind {
  display: inline-block;
  background: white;
  padding: 2em;
  box-shadow: 0 1px 35px -18px;
  border-radius: 2px;
  text-align: left;
  position: relative;
  line-height: 1;
  text-shadow: none;
  font-size: 14px;
  width: 300px;
  margin: 2em; }
  #cb_remind h2 {
    color: #000;
    margin-bottom: 0.75em; }
  #cb_remind form {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
  #cb_remind form.hidden {
    display: none; }
  #cb_remind:before {
    display: block;
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 200px;
    width: 10px;
    height: 10px;
    border: 4px solid transparent;
    border-left-color: #f26d31;
    border-right-color: #f26d31;
    opacity: 0;
    -webkit-transition: opacity 0.16s linear;
    transition: opacity 0.16s linear; }
  #cb_remind input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    outline: none;
    border: none;
    font-size: 1rem;
    padding: 0.5em 0;
    background: transparent; }
    #cb_remind input:focus {
      border-color: #81d07a; }
    #cb_remind input:-webkit-autofill {
      border-color: #81d07a; }
  #cb_remind button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    outline: none;
    border: none;
    font-size: 1rem;
    padding: 0.5em 0;
    background: transparent;
    font-family: 'Bliss';
    cursor: pointer;
    border-radius: 2px;
    color: white;
    background: #f26d31;
    margin-top: 1em;
    font-size: 1.15em;
    padding: 0.75em 0;
    -webkit-transition: background 0.15s linear;
    transition: background 0.15s linear;
    width: 100%; }
    #cb_remind button:hover {
      background: #ff7e42; }
    #cb_remind button:active {
      background: #e15c20; }
  #cb_remind select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    outline: none;
    border: none;
    font-size: 1rem;
    padding: 0.5em 0;
    background: transparent; }
  #cb_remind input[type='text'] {
    border-bottom: 2px solid #dadada;
    padding-top: 1.5em;
    border-radius: 0; }
    #cb_remind input[type='text']:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px white inset; }
      #cb_remind input[type='text']:-webkit-autofill + label {
        -webkit-transition: all 0s;
        transition: all 0s; }
    #cb_remind input[type='text']:focus {
      border-color: #dadada; }
  #cb_remind input[type='password'] {
    border-bottom: 2px solid #dadada;
    padding-top: 1.5em;
    border-radius: 0; }
    #cb_remind input[type='password']:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px white inset; }
      #cb_remind input[type='password']:-webkit-autofill + label {
        -webkit-transition: all 0s;
        transition: all 0s; }
    #cb_remind input[type='password']:focus {
      border-color: #dadada; }
  #cb_remind input[type='email'] {
    border-bottom: 2px solid #dadada;
    padding-top: 1.5em;
    border-radius: 0; }
    #cb_remind input[type='email']:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px white inset; }
      #cb_remind input[type='email']:-webkit-autofill + label {
        -webkit-transition: all 0s;
        transition: all 0s; }
    #cb_remind input[type='email']:focus {
      border-color: #dadada; }
  #cb_remind input.valid {
    border: 2px solid #81d07a; }
  #cb_remind .pl-form-control.valid + label {
    transform: translateY(-200%);
    font-size: 0.8rem; }
  #cb_remind .pl-form-control.focus + label {
    transform: translateY(-200%);
    font-size: 0.8rem; }
  #cb_remind h4 {
    line-height: 1.5; }
    #cb_remind h4 span {
      opacity: 0.75; }
  #cb_remind .hint {
    line-height: 1.45em;
    font-size: 0.875em;
    margin-top: 0.5em; }
  #cb_remind input[type='submit'] {
    font-family: 'Bliss';
    cursor: pointer;
    border-radius: 2px;
    color: white;
    background: #f26d31;
    margin-top: 1em;
    font-size: 1.15em;
    padding: 0.75em 0;
    -webkit-transition: background 0.15s linear;
    transition: background 0.15s linear;
    width: 100%; }
    #cb_remind input[type='submit']:hover {
      background: #ff7e42; }
    #cb_remind input[type='submit']:active {
      background: #e15c20; }
  #cb_remind .fieldset {
    position: relative;
    clear: both;
    float: none; }
    #cb_remind .fieldset input {
      width: 100%; }
    #cb_remind .fieldset + .fieldset {
      margin-top: 1em; }
    #cb_remind .fieldset a {
      float: left; }
      #cb_remind .fieldset a:nth-child(2) {
        float: right; }
  #cb_remind label {
    display: block;
    font-family: 'Bliss';
    font-size: 1.15em;
    position: absolute;
    bottom: 0.75em;
    color: #aaa;
    pointer-events: none;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear; }
  #cb_remind .error {
    border: 2px solid #eb5757;
    padding: 0.5em;
    top: 100%;
    position: absolute;
    left: 0;
    right: 0;
    color: white;
    font-size: 0.875em;
    border-radius: 5px;
    box-shadow: 0px 6px 10px rgba(235, 87, 87, 0.16);
    display: none; }
  #cb_remind .answer {
    max-width: 200px;
    line-height: 1.5;
    text-align: center; }
    #cb_remind .answer span {
      font-weight: bold;
      color: #f26d31;
      font-size: 1.25em;
      display: block;
      margin-top: 0.5em; }
  #cb_remind a.rem {
    cursor: pointer; }

#cb_remind.loading {
  pointer-events: none;
  cursor: default;
  user-select: none; }
  #cb_remind.loading:before {
    opacity: 1;
    animation: loaderRotate ease-in-out 1s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%; }
  #cb_remind.loading form {
    opacity: 0.5; }

#topAuth2 {
  display: flex;
  justify-content: flex-end; }
  #topAuth2 > div {
    float: left; }
    #topAuth2 > div:not(:first-child) {
      margin-left: 0.5em; }
  #topAuth2 select {
    outline: none; }
  #topAuth2 .rates {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; }
    #topAuth2 .rates:before {
      content: url("/i/eto-icons/currency-rates.svg");
      display: block;
      width: 25px;
      height: 25px; }
    #topAuth2 .rates:hover {
      cursor: pointer; }
  #topAuth2 .money {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; }
    #topAuth2 .money:before {
      content: url("/i/eto-icons/wallet-icon.svg");
      display: block;
      width: 25px;
      height: 25px; }
    #topAuth2 .money:hover {
      cursor: pointer; }
  #topAuth2 .user {
    max-width: 40%;
    font-size: 12px;
    line-height: 1.4;
    text-transform: lowercase; }
  #topAuth2 .user-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #topAuth2 .user-icon:before {
      content: url("/i/eto-icons/person-icon.svg");
      display: block;
      width: 25px;
      height: 25px; }
  #topAuth2 .role {
    margin-right: 1em; }
  #topAuth2 a.btn {
    font-family: 'Bliss';
    padding: 5px 20px;
    border-radius: 5px;
    color: #3978ca;
    border: 2px solid #3978ca;
    line-height: 17px;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    transition: all 0.2s ease; }
    #topAuth2 a.btn:hover {
      background: rgba(57, 120, 202, 0.2); }
    #topAuth2 a.btn.logout {
      padding-left: 5px;
      padding-right: 5px; }
  #topAuth2 a.btn.primary {
    font-family: 'Bliss';
    background: #3978ca;
    border: 2px solid #3978ca;
    color: white; }
    #topAuth2 a.btn.primary:hover {
      background: #578cd1;
      border: 2px solid #578cd1; }
  #topAuth2:after {
    display: block;
    content: '';
    float: none;
    clear: both; }
  #topAuth2 .auth_overlay {
    display: none;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    margin-left: 0 !important;
    background: rgba(0, 0, 0, 0.85);
    text-align: center; }
  #topAuth2 .auth_overlay.visible {
    display: block;
    opacity: 1; }
  #topAuth2 .auth_t {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%; }
  #topAuth2 .auth_c {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }

.section-inn.auth-cont {
  text-align: center; }

.section.need-auth {
  padding: 60px 0;
  clear: both;
  float: none; }
  .section.need-auth h1 {
    margin-top: 2.5em; }
  .section.need-auth #cb_auth {
    width: 100%;
    margin: 0; }
  .section.need-auth .subtitle {
    font-size: 1.33em;
    line-height: 1.5; }

#passlimit-pt-page h1 {
  line-height: 26px;
  margin-bottom: 40px; }
#passlimit-pt-page label {
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block; }
#passlimit-pt-page input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  padding: 8px 30px 8px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  box-sizing: content-box;
  width: 148px;
  box-shadow: inset 0 0px 4px #dedede;
  transition: 0.3s linear border;
  -webkit-appearance: none;
  box-sizing: content-box !important; }
#passlimit-pt-page select {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  padding: 8px 30px 8px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  box-sizing: content-box;
  width: 148px;
  box-shadow: inset 0 0px 4px #dedede;
  transition: 0.3s linear border;
  -webkit-appearance: none;
  box-sizing: content-box !important;
  background: #fff url("/i/caret.svg") 100% 50% no-repeat; }
#passlimit-pt-page .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
#passlimit-pt-page .form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }
#passlimit-pt-page .form-control:-ms-input-placeholder {
  color: #999; }
#passlimit-pt-page .form-control::-webkit-input-placeholder {
  color: #999; }
#passlimit-pt-page .form-control[disabled] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1; }
#passlimit-pt-page .form-control[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1; }
#passlimit-pt-page fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1; }
#passlimit-pt-page textarea.form-control {
  height: auto; }
#passlimit-pt-page #passlimit-pt-page {
  display: inline-block;
  margin-top: 20px; }
#passlimit-pt-page #itog {
  font-size: 18px;
  font-weight: bold; }
  #passlimit-pt-page #itog:before {
    content: 'Паспорт должен быть действителен как минимум до ';
    font-weight: 400; }
#passlimit-pt-page .form-group {
  margin-right: 20px;
  float: left; }
#passlimit-pt-page .date-out {
  float: left; }
#passlimit-pt-page .tb-date-icon {
  background: url("/i/icon-calendar.svg") 25% 50% no-repeat;
  display: inline-block;
  height: 35px;
  width: 30px;
  float: right;
  margin-left: -40px;
  z-index: 2;
  position: relative; }
#passlimit-pt-page .itog-limit {
  clear: both;
  margin-top: 20px;
  display: inline-block;
  padding: 20px;
  background: #f2f8f8;
  border-radius: 10px; }
#passlimit-pt-page .pad15 {
  display: inline-block; }
#passlimit-pt-page .datepicker-switch {
  font-weight: 700;
  font-size: 16px; }
#passlimit-pt-page .datepicker table tr td {
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: none; }
#passlimit-pt-page .datepicker table tr th {
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: none; }
#passlimit-pt-page .popover {
  position: absolute;
  width: 100%;
  top: 100% !important;
  left: 0 !important;
  font-size: 11px; }

.oblako {
  text-align: center;
  font-size: 16px; }
  .oblako * {
    box-sizing: border-box; }
  .oblako ul {
    list-style: none; }
  .oblako h1 {
    font-size: 3em;
    margin: 0; }
  .oblako h2, .oblako h3 {
    font-weight: normal; }
  .oblako .section {
    display: inline-block; }
  .oblako .title {
    background: #333;
    padding: 3em 0;
    background: #333 url(/i/oblako/background.jpg) 50% 50%;
    background-size: cover; }
    .oblako .title * {
      color: white; }
    .oblako .title .exclusive {
      margin-bottom: 6em; }
      .oblako .title .exclusive .ologo {
        background: url(/i/oblako/ologo.png) 50% 50% no-repeat;
        height: 50px;
        width: 300px;
        display: inline-block; }
      .oblako .title .exclusive .forus {
        font-weight: 700;
        font-size: 0.75em; }
    .oblako .title .subtitle {
      font-weight: 700;
      font-size: 1.5em;
      margin-bottom: 3em; }
    .oblako .title ul {
      display: inline-block; }
      .oblako .title ul li {
        float: left;
        margin: 1em 2em 0;
        padding-top: 5em;
        background: 50% 0% no-repeat; }
      .oblako .title ul li:nth-child(1) {
        background-image: url(/i/oblako/icon-01.png); }
      .oblako .title ul li:nth-child(2) {
        background-image: url(/i/oblako/icon-02.png); }
      .oblako .title ul li:nth-child(3) {
        background-image: url(/i/oblako/icon-03.png); }
      .oblako .title ul li:nth-child(4) {
        background-image: url(/i/oblako/icon-04.png); }
      .oblako .title ul li:nth-child(5) {
        background-image: url(/i/oblako/icon-05.png); }
  .oblako .explain {
    background: #f5f4f3;
    color: #5b5b5b;
    font-size: 1.15em;
    padding: 2em 0;
    line-height: 1.5em; }
    .oblako .explain .section-inn {
      color: #5b5b5b; }
  .oblako .worth {
    padding: 4em 0;
    border-bottom: 1px solid #e5e5e5; }
    .oblako .worth ul li {
      padding-top: 7em;
      background: 50% 0 no-repeat;
      margin-top: 4em; }
      .oblako .worth ul li h3 {
        font-size: 1.5em; }
      .oblako .worth ul li .subtitle {
        max-width: 27em;
        font-size: 14px;
        display: inline-block;
        color: #818181;
        line-height: 1.5em; }
    .oblako .worth ul li:nth-child(1) {
      margin-top: 0;
      padding-top: 8em; }
      .oblako .worth ul li:nth-child(1) h3 {
        font-size: 2em; }
      .oblako .worth ul li:nth-child(1) .subtitle {
        max-width: 45em; }
    .oblako .worth ul li:nth-child(1) {
      background-image: url(/i/oblako/big-icon-01.png); }
    .oblako .worth ul li:nth-child(2) {
      background-image: url(/i/oblako/big-icon-02.png); }
    .oblako .worth ul li:nth-child(3) {
      background-image: url(/i/oblako/big-icon-03.png); }
    .oblako .worth ul li:nth-child(4) {
      background-image: url(/i/oblako/big-icon-04.png); }
    .oblako .worth ul li:nth-child(5) {
      background-image: url(/i/oblako/big-icon-05.png); }
  .oblako .geography {
    text-align: left;
    overflow: hidden;
    max-width: 1400px; }
    .oblako .geography * {
      color: #fff; }
    .oblako .geography .s01 {
      background: url(/i/oblako/birch.jpg) 50% 50%;
      background-size: cover;
      padding: 2em 4em 2em 6em;
      text-align: left;
      height: 100%; }
      .oblako .geography .s01 .image {
        background: url(/i/oblako/map.png) 0 0 no-repeat;
        height: 260px;
        width: 400px; }
      .oblako .geography .s01 h2 {
        font-size: 2em; }
        .oblako .geography .s01 h2 span {
          font-size: 3em;
          display: block;
          line-height: 1em; }
    .oblako .geography .s02, .oblako .geography .s03 {
      width: 100%;
      padding: 2em 3em; }
    .oblako .geography .s02 {
      background: #86c745;
      padding: 4em 3em; }
      .oblako .geography .s02 h2 {
        font-size: 2.5em;
        padding-left: 3.5em;
        background: url(/i/oblako/sberlogo.png) 0 50% no-repeat; }
    .oblako .geography .s04 {
      padding: 0; }
    .oblako .geography .s03 {
      background: #7dc038;
      text-align: left; }
      .oblako .geography .s03 ul {
        width: 100%; }
        .oblako .geography .s03 ul li {
          padding: 0.35em 0 0.45em;
          float: left;
          font-size: 2.25em; }
          .oblako .geography .s03 ul li span {
            display: block;
            font-size: 0.33em; }
  .oblako .simplicity {
    padding: 4em 0 6em; }
    .oblako .simplicity h2 {
      font-size: 2em;
      line-height: 2em; }
    .oblako .simplicity h4 {
      margin: 0;
      line-height: 2em; }
    .oblako .simplicity ul li {
      margin-top: 2em; }
      .oblako .simplicity ul li .image {
        height: 10em;
        width: 100%;
        background: 50% 50% no-repeat;
        margin-bottom: 1em; }
      .oblako .simplicity ul li .subtitle {
        font-size: 14px;
        display: inline-block;
        color: #818181;
        line-height: 1.5em; }
    .oblako .simplicity ul li:nth-child(1) .image {
      background-image: url(/i/oblako/device-icon-01.png); }
    .oblako .simplicity ul li:nth-child(2) .image {
      background-image: url(/i/oblako/device-icon-02.png); }
    .oblako .simplicity ul li:nth-child(3) .image {
      background-image: url(/i/oblako/device-icon-03.png); }
    .oblako .simplicity ul li:nth-child(4) .image {
      background-image: url(/i/oblako/device-icon-04.png); }
  .oblako .offer {
    padding: 2em 0;
    font-size: 0.875em; }
  .oblako .clear {
    clear: both; }

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: none; } }
body .TVAskMobile {
  display: none; }

body .TVChildren .TVImageBox {
  margin: 0 0 0 43px;
  padding-top: 7px; }

body .TVAdults .TVImageBox {
  margin-left: 17px;
  margin-top: 3px; }

body .TVChildren,
body .TVAdults {
  padding: 7px 4px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d1d0d0;
  border-top: 1px solid #d1d0d0; }

body .TVChildAge {
  float: left;
  margin-left: 9px; }

body .TVAdults .TVImageBox,
body .TVChildren .TVImageBox {
  cursor: pointer; }

body .TVChildAge .TVTextBox {
  font-size: 12px; }

body .TVSearchingForm {
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  line-height: 1.39; }

body .TVSearchingForm * {
  box-sizing: content-box; }

body .tv_drop_panel * {
  box-sizing: content-box; }

body .TVInterfaceWrapper {
  border-radius: 5px 5px 5px 5px;
  overflow: hidden; }

body .TVResultPanel .TVSearchingForm {
  margin: 0 auto; }

body .TVMainForm {
  padding: 15px 5%;
  color: #fff;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: -1px -1px 0 #777;
  background: #f26d31;
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  text-align: left; }
  body .TVMainForm input {
    color: #000; }

body .TVFilterForm {
  background: #ddd;
  background-repeat: repeat;
  padding: 10px 5% 20px;
  color: #444;
  color: rgba(58, 58, 58, 0.8);
  text-shadow: 1px 1px 0 #f1f1f1;
  text-align: left; }

body .TVSearchingForm .TVLabel {
  float: none;
  font-size: 9pt;
  margin-bottom: 5px;
  padding: 0;
  /*    vertical-align: top;*/
  display: inline-block; }

body .TVButton.TVSearchButton {
  background-color: #f1c702;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABQCAYAAADYxx/bAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAgSURBVChTY/j3799MhqFMtIFcnw0ifEGEHogQZhiqAAChKJg0oeG5zAAAAABJRU5ErkJggg==");
  background-position: left center;
  background-repeat: repeat-x;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #444;
  font-size: 18px;
  font-weight: 300;
  padding: 7px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  cursor: pointer;
  margin: 25px 0 0 0;
  float: none; }

body .TVButton.TVSearchButton:hover {
  box-shadow: 1px 1px 4px #222;
  background-color: #f1c702; }

body .TVButton.TVSearchButton.TVActive {
  box-shadow: 1px 1px 4px #222 inset;
  background-color: #f1c702; }

body .TVFormBlock {
  float: left;
  text-align: left;
  position: relative; }

body .TVFilterForm .TVFormBlock {
  margin-right: 8%; }

body .TVMainForm .TVFormBlock {
  margin-right: 4%; }

body .TVFormBlock.TVLast {
  margin-right: 0;
  float: right; }

body .TVLocationBox {
  font-size: 17px;
  text-align: left;
  margin-bottom: 10px;
  cursor: pointer;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif; }

body .TVLocationBox .TVArrow {
  font-size: 5pt;
  height: 8px;
  width: 8px;
  display: inline-block;
  padding: 3px;
  position: relative;
  top: -4px;
  left: 2px; }

body .TVLocationBox .TVContent {
  display: inline;
  font-size: 20px; }

body .TVLocationBox .TVPrefix {
  margin-right: 5px; }

body .TVLocationBox .TVContent:hover {
  text-decoration: underline; }

body .TVChildCombo .TVListBoxItem {
  padding: 3px 9px;
  font-size: 10pt; }

body .TVDetailPanel .TVLabel,
body .TVDetailPanel .TVCheckBoxContent {
  color: #454545;
  text-shadow: 1px 1px 0 #f1f1f1; }

body .tv_drop_panel .TVLabel.TVBoxLabel {
  padding: 7px;
  color: #5b5b5b; }

body .TVLabel.TVBoxLabel.TVNoChildren {
  position: absolute;
  right: 0;
  top: 88px;
  text-decoration: underline;
  cursor: pointer;
  color: #afaeae; }

body .tv_drop_panel .TVNightLabel {
  float: none;
  margin-top: 6px;
  margin-bottom: 11px;
  padding-left: 10px;
  text-align: left;
  color: #5e5c5c;
  font-size: 17px;
  font-weight: 300; }

body .TVSmartTextBox {
  background-color: #fff;
  border: 1px solid #979494;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  box-shadow: 1px 1px 2px #888 inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 16px;
  padding: 7px 15px 3px 15px;
  text-align: left;
  position: relative;
  margin-bottom: 12px;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  height: 33px;
  text-shadow: none; }

body .TVSmartTextBox input {
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 1px;
  width: 100%;
  line-height: 1.39;
  box-shadow: none;
  color: #444; }

body .TVSmartTextBox input:focus {
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 1px;
  width: 100%;
  line-height: 1.39;
  box-shadow: none;
  color: #444; }

body .TVSmartTextBox .TVSearchIcon {
  background-image: url("https://tourvisor.ru/module/newform/images/sprite.png");
  background-position: 0 -76px;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  float: left;
  height: 25px;
  width: 25px; }

body .TVSmartTextBox .TVArrow {
  background-image: url("https://tourvisor.ru/module/newform/images/sprite.png");
  background-position: 0 -59px;
  background-repeat: no-repeat;
  float: right;
  height: 15px;
  position: relative;
  top: 8px;
  width: 15px;
  cursor: pointer; }

body .TVSmartTextBox .TVArrow:hover {
  background-image: url("https://tourvisor.ru/module/newform/images/sprite.png");
  background-position: -14px -44px; }

body .TVSmartTextBox .TVChoose {
  position: relative;
  top: 6px;
  float: right;
  margin-right: 15px;
  text-decoration: underline;
  font-size: 10pt;
  color: #888;
  cursor: pointer; }

body .TVUndoButton {
  background-image: url("https://tourvisor.ru/module/newform/images/sprite.png");
  background-position: 93px 0;
  cursor: pointer;
  float: right;
  height: 15px;
  position: relative;
  top: 7px;
  width: 15px; }

body .TVFilterForm .TVHotelRaiting .TVContainer {
  width: 130px; }

body .TVSearchList .TVListBoxItem {
  padding-left: 39px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal; }

body .TVSearchList .TVListBoxItem span {
  color: #b3b3b3;
  font-size: 12px;
  font-weight: 300; }

body .TVSearchList.TVHotels .TVListBoxItem span {
  display: block; }

body .TVDelimiter {
  border-bottom: 1px solid #bbb; }

body .TVSearch .TVDelimiter {
  width: 100%;
  margin: 4px 0;
  float: left; }

body .TVListBox.TVSearchList {
  float: left; }

body .TVSearch .TVLabel {
  float: right;
  margin-left: 4px;
                    /*.TVSmartTextBox img {
	position: relative;
	top: 9px;
	margin: 0 7px 0 0;
	float: left;
}*/ }

body .TVSmartTextBox .TVInput {
  float: left;
  margin: 4px;
  width: 90%; }

body .TVMainContent {
  font-size: 16px;
  font-weight: 500;
  /*padding: 1px;*/
  line-height: 31px;
  float: left;
  margin-right: 5px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000; }

body .TVDetailContent {
  float: left;
  color: #b3b3b3;
  line-height: 29px;
  padding: 1px;
  font-size: 14px;
  font-weight: 300; }

body .TVSearch .TVCountryIcon {
  background-image: url("https://tourvisor.ru/module/newform/images/sprite.png");
  background-position: 58px 0;
  width: 24px;
  height: 24px;
  float: right; }

body .TVSearch .TVResortIcon {
  background-image: url("https://tourvisor.ru/module/newform/images/sprite.png");
  background-position: 35px 0;
  width: 18px;
  height: 24px;
  float: right; }

body .TVSearch .TVHotelIcon {
  background-image: url("https://tourvisor.ru/module/newform/images/sprite.png");
  background-position: 77px 0;
  width: 18px;
  height: 24px;
  float: right; }

body .TVCountryIcon {
  background: url("https://static.tourvisor.ru/flags/flags-calendar.png");
  width: 18px;
  height: 14px;
  position: relative;
  top: 9px;
  margin: 0 7px 0 0;
  float: left;
               /*.TVListBoxItem .TVCountryFlag {
	width: 18px;
	height: 14px;
	float: left;
	margin-right: 5px;
	background-repeat: no-repeat;
	position: relative;
	top: 3px;
}

.TVChooseCountry {
	float: left;
}

.TVChooseCountry .TVListBox {
	float: left;
	margin-right: 18%;
}

.TVChooseCountry .TVListBox.TVEnd {
	margin-right: 0;
}*/ }

body .TVHotels .TVListBoxItem > span {
  display: block;
  font-size: 12px;
  font-weight: 300; }

body .TVHotels .TVItemSelected > span {
  color: #fff; }

body .TVPopCountries {
  background-color: #e4e4e4;
  float: left;
  border: solid 1px #bbb;
  margin-right: 1%; }

body .TVPopCountries .TVLabel {
  float: none;
  padding: 8px; }

body .TVPopCountries .TVListBox {
  background-color: #f7f6f6;
  padding-top: 5px; }

body .TVOtherCountries {
  float: left; }

body .TVOtherCountries .TVListBox {
  margin-right: 0; }

body .TVOtherCountries .TVLabel {
  float: none;
  background-color: #eee;
  padding: 8px; }

body .TVOtherCountries .TVListBoxItem {
  padding-left: 20px; }

body .TVOtherCountries .TVListBoxItem:hover {
  background-color: #efefef; }

body .TVOtherCountries .TVListBoxItem:active {
  background-color: #cef7a7; }

body .TVPopCountries .TVListBoxItem:hover {
  background-color: #efefef; }

body .TVPopCountries .TVListBoxItem:active {
  background-color: #cef7a7; }

body .TVFixDiv {
  float: left; }

body .TVDetailPanel .TVResortBox {
  margin-right: 4px;
  border: solid 1px #bbb;
  float: left;
  background-color: #fcfcfc; }

body .TVDetailPanel .TVHotelBox {
  margin-left: 3px;
  float: left; }

body .TVDetailPanel .TVResortBox .TVResortHeader {
  background-color: #e4e4e4;
  padding: 8px 10px; }

body .TVResortBox .TVListBox,
body .TVOperatorBox .TVListBox {
  background-color: #fcfcfc;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  height: 140px; }

body .TVDetailPanel .TVHotelBox .TVHotelHeader {
  background-color: #eee;
  margin-bottom: 8px;
  padding: 8px 10px; }

body .TVHotelBox .TVListBox {
  overflow: scroll;
  overflow-x: hidden;
  border: medium none;
  background-color: #fcfcfc;
  padding: 4px 0;
  height: 94px; }

body .TVDetailPanel .TVHotelBox .TVListBox {
  height: 250px; }

body .TVResortBox .TVLabel,
body .TVHotelBox .TVLabel,
body .TVOperatorBox .TVLabel {
  float: left; }

body .TVResortBox .TVCheckBoxImg,
body .TVHotelBox .TVCheckBoxImg,
body .TVOperatorBox .TVCheckBoxImg {
  margin: 0 1px 0 6px;
  top: 3px; }

body .TVResortBox .TVCheckBox,
body .TVHotelBox .TVCheckBox,
body .TVOperatorBox .TVCheckBox {
  padding: 0;
  line-height: 20px;
  cursor: pointer; }

body .TVHotelBox .TVInput input {
  background-color: #fcfcfc;
  border: medium none;
  color: #555;
  font-family: trebuchet ms;
  font-size: 14px;
  font-style: italic;
  padding: 5px;
  margin: 2px;
  box-shadow: none;
  text-indent: 0;
  height: auto;
  background-image: none; }

body .TVDetailPanel .TVButton {
  margin: 25px 10px 10px; }

body .TVPlaceHolderWarning input {
  /**TVExtSearchForm**/ }

body .TVPlaceHolderWarning input::-webkit-input-placeholder,
body .TVPlaceHolderWarning input:-moz-placeholder,
body .TVPlaceHolderWarning input::-moz-placeholder,
body .TVPlaceHolderWarning input:-ms-input-placeholder {
  color: red; }

body .TVExtSearchForm .TVLocationBox {
  margin-top: 10px; }

body .TVExtSearchForm .TVLocationBox .TVContent {
  font-size: 18px; }

body .TVExtSearchForm .TVMainForm {
  padding: 15px 3%; }

body .TVExtSearchForm .TVMainForm .TVBigBox,
body .TVExtSearchForm .TVMainForm .TVTextBox {
  box-shadow: 1px 1px 2px #a7430a; }

body .TVExtSearchForm .TVMainForm .TVBigBox.TVActive,
body .TVExtSearchForm .TVMainForm .TVTextBox.TVActive {
  box-shadow: 1px 1px 4px #a7430a inset; }

body .TVExtSearchForm .TVFilterForm {
  padding: 10px 3% 15px; }

body .TVExtSearchForm .TVFilterForm .TVBigBox,
body .TVExtSearchForm .TVFilterForm .TVTextBox {
  box-shadow: 1px 1px 2px rgba(34, 34, 34, 0.5); }

body .TVExtSearchForm .TVFilterForm .TVBigBox.TVActive,
body .TVExtSearchForm .TVFilterForm .TVTextBox.TVActive {
  box-shadow: 1px 1px 4px rgba(34, 34, 34, 0.5) inset; }

body .TVExtSearchForm .TVMainForm .TVFormBlock {
  margin-right: 3%; }

body .TVExtSearchForm .TVFilterForm .TVFormBlock {
  margin-right: 2%; }

body .TVExtSearchForm .TVFormBlock.TVLast {
  margin-right: 0; }

body .TVExtSearchForm .TVFilterForm .TVHotelRaiting {
  margin-bottom: 5px;
  float: left; }

body .TVExtSearchForm .TVFilterForm .TVFeed {
  margin-bottom: 15px; }

body .TVExtSearchForm .TVSearchButton {
  margin-top: 27px;
  padding: 10px; }

body .TVPopCountries .TVListBoxItem,
body .TVOtherCountries .TVListBoxItem {
  padding: 0 9px;
  height: 23px; }

body .TVCountryBox .TVTextBox,
body .TVCountryBox .TVBigBox {
  text-transform: none; }

body .TVFormBlock .TVSlider {
  margin-top: 10px; }

body .TVFormBlock.TVFormBottom {
  margin-top: 20px; }

body .TVResultPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  margin-top: 50px;
  border-radius: 3px; }

body .TVResulContent {
  width: 980px;
  margin: 0 auto;
  padding: 30px 15px 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px #000;
  position: relative; }

body .TVResulContent .TVUndoButton {
  top: 10px;
  right: 10px;
  position: absolute; }

body .TVWrapper {
  background-color: #fcfcfc;
  border: 1px solid #bbb;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #dcdcdc inset;
  height: auto;
  padding: 2px;
  overflow: hidden; }

body .TVWrapper .TVCheckBoxContent {
  font-family: trebuchet ms, arial;
  font-size: 13px;
  text-shadow: none; }

body .TVWrapper.TVInputWrap {
  margin-bottom: 5px; }

body .TVWrapper.TVHotelTypes {
  padding: 10px 0;
  box-shadow: none;
  border: medium none;
  background-color: rgba(255, 255, 255, 0.5); }

body .TVHTypeContent {
  padding-right: 10px; }

body .TVHotelTypeBox .TVCheckBox {
  width: 88px;
  padding-left: 9px;
  float: none;
  display: inline-block; }

body .TVDetailPanel .TVWrapper.TVResortWrap {
  border: medium none;
  border-radius: 0;
  box-shadow: none; }

body .TVDetailPanel .TVLabel {
  padding: 0; }

body .TVShowOnlyChecked .TVCheckBox {
  display: none !important; }

body .TVShowOnlyChecked .TVCheckBox.TVCheckedItem {
  display: block !important; }

body .TVResortCombo .TVTextBox {
  text-transform: none; }

body .tv_drop_panel .TVResortHeader {
  padding: 7px; }

body .TVSmartTextBox .TVPlaceHolder {
  color: #999;
  font-size: 15px;
  font-weight: 400; }

body .TVPlaceHolderWarning .TVPlaceHolder {
  color: red !important; }

body .TVLocationPanel .tv_content {
  padding: 5px;
  /*------------------------VERTICAL FORM --------------------------*/ }

body .TVVerticalForm {
  /*--------------------- END VERTICAL FORM --------------------------*/
  /*-------------------- WIDE FORM --------------------------*/ }

body .TVVerticalForm .TVSearchingForm {
  width: 250px;
  margin: 0 auto; }

body .TVVerticalForm .TVFilterForm {
  padding: 10px 5% 15px; }

body .TVVerticalForm .TVTextBox,
body .TVVerticalForm .TVBigBox {
  margin-bottom: 10px;
  font-size: 15px; }

body .TVVerticalForm #TVStars .TVLabel {
  text-align: center;
  display: block; }

body .TVVerticalForm .TVSearchButton {
  margin: 30px 5% 10px; }

body .TVVerticalForm #TVCountry .TVLabel {
  display: none; }

body .TVVerticalForm .TVContainer {
  float: none;
  margin: 0 auto;
  width: 130px;
  height: 26px; }

body .TVVerticalForm .TVLocationBox {
  font-size: 15px; }

body .TVVerticalForm .TVLocationBox .TVContent {
  font-size: 16px; }

body .TVVerticalForm .TVDepDateBlock {
  width: 63%; }

body .TVVerticalForm .TVNightsBlock {
  width: 33%; }

body .TVWideForm {
  /*-------------------- END WIDE FORM --------------------------*/
  /*-------------------- WIDE_FILTER FORM --------------------------*/ }

body .TVWideForm .TVSearchingForm {
  width: 900px;
  margin: 0 auto; }

body .TVWideForm .TVMainForm,
body .TVWideForm .TVFilterForm {
  padding: 15px 3%; }

body .TVWideForm .TVMainForm .TVFormBlock {
  margin-right: 3%; }

body .TVWideForm .TVFilterForm .TVFormBlock {
  margin-right: 5%; }

body .TVWideForm .TVFormBlock.TVLast {
  margin-right: 0px; }

body .TVWideForm .TVLocationBox {
  margin-top: 10px; }

body .TVWideForm .TVLocationBox .TVContent {
  font-size: 17px; }

body .TVWideForm .TVLocationBlock {
  width: 17%; }

body .TVWideForm .TVCountryBlock {
  width: 14%; }

body .TVWideForm .TVDepDateBlock {
  width: 17%; }

body .TVWideForm .TVNightsBlock {
  width: 9%; }

body .TVWideForm .TVTouristsBlock {
  width: 13%; }

body .TVWideForm .TVSearchButtonBlock,
body .TVWideForm .TVStarsBlock {
  width: 15%; }

body .TVWideForm .TVResortListBlock,
body .TVWideForm .TVFeedBlock,
body .TVWideForm .TVHotelTypeCmbBlock {
  width: 17%; }

body .TVWideForm .TVRaitingBlock {
  width: 14%; }

body .TVWideFilterForm {
  /*-------------------- END WIDE_FILTER FORM --------------------------*/
  /*-------------------- MINI FORM --------------------------*/ }

body .TVWideFilterForm .TVSearchingForm {
  width: 900px;
  margin: 0 auto; }

body .TVWideFilterForm .TVMainForm {
  padding: 15px 3%; }

body .TVWideFilterForm .TVFilterForm {
  padding: 15px 3%;
  border-radius: 5px; }

body .TVWideFilterForm .TVMainForm .TVFormBlock {
  margin-right: 3%; }

body .TVWideFilterForm .TVFilterForm .TVFormBlock {
  margin-right: 5%; }

body .TVWideFilterForm .TVFormBlock.TVLast {
  margin-right: 0px; }

body .TVWideFilterForm .TVLocationBox {
  margin-top: 10px; }

body .TVWideFilterForm .TVLocationBox .TVContent {
  font-size: 17px; }

body .TVWideFilterForm .TVFilterForm {
  margin-top: 10px;
  padding: 10px 2% 20px;
  width: 17%;
  float: left; }

body .TVWideFilterForm .TVTextBox {
  margin-bottom: 10px; }

body .TVWideFilterForm #TVResortList,
body .TVWideFilterForm #TVHotelList,
body .TVWideFilterForm #TVPrice {
  margin: 10px 0; }

body .TVWideFilterForm .TVOnlyChecked {
  display: none; }

body .TVWideFilterForm .TVWrapper .TVCheckBoxContent {
  height: 20px;
  overflow: hidden;
  white-space: nowrap; }

body .TVWideFilterForm .TVHotelBox .TVListBox {
  height: 200px !important; }

body .TVWideFilterForm #TVResultPanel {
  float: right;
  width: 78%; }

body .TVWideFilterForm .TVLocationBlock {
  width: 17%; }

body .TVWideFilterForm .TVCountryBlock {
  width: 14%; }

body .TVWideFilterForm .TVDepDateBlock {
  width: 17%; }

body .TVWideFilterForm .TVNightsBlock {
  width: 9%; }

body .TVWideFilterForm .TVTouristsBlock {
  width: 13%; }

body .TVWideFilterForm .TVSearchButtonBlock {
  width: 15%; }

body .TVMiniForm {
  /*-------------------- END MINI FORM --------------------------*/
  /*-------------------- STANDART FORM --------------------------*/ }

body .TVMiniForm .TVSearchingForm {
  width: 500px;
  margin: 0 auto; }

body .TVMiniForm .TVFormBlock {
  margin-right: 6%; }

body .TVMiniForm .TVFormBlock.TVLast {
  margin-right: 0px;
  float: left; }

body .TVMiniForm .TVSearchButton {
  margin: 13px 0 0; }

body .TVMiniForm .TVInput {
  width: 80%; }

body .TVMiniForm .TVDepDateBlock {
  width: 35%; }

body .TVMiniForm .TVNightsBlock {
  width: 18%; }

body .TVMiniForm .TVTouristsBlock {
  width: 35%; }

body .TVMiniForm .TVStarsBlock {
  width: 32%; }

body .TVMiniForm .TVFeedBlock {
  width: 25%; }

body .TVMiniForm .TVSearchButtonBlock {
  width: 31%; }

body .TVStandartForm {
  /*-------------------- END STANDART FORM --------------------------*/
  /*-------------------- FULL FORM --------------------------*/ }

body .TVStandartForm .TVSearchingForm {
  width: 750px;
  margin: 0 auto; }

body .TVStandartForm .TVDepDateBlock {
  width: 23%; }

body .TVStandartForm .TVNightsBlock {
  width: 12%; }

body .TVStandartForm .TVTouristsBlock {
  width: 23%; }

body .TVStandartForm .TVSearchButtonBlock {
  width: 30%; }

body .TVStandartForm .TVStarsBlock {
  width: 20%; }

body .TVStandartForm .TVFeedBlock {
  width: 19%; }

body .TVStandartForm .TVRaitingBlock {
  width: 13%; }

body .TVStandartForm .TVHotelTypeCmbBlock {
  width: 24%; }

body .TVExtSearchForm {
  /*-------------------- END FULL FORM --------------------------*/ }

body .TVExtSearchForm .TVSearchingForm {
  width: 100%;
  margin: 0 auto; }

body .TVExtSearchForm .TVLocationBlock {
  width: 22%; }

body .TVExtSearchForm .TVCountryBlock {
  width: 21%; }

body .TVExtSearchForm .TVDepDateBlock {
  width: 20%; }

body .TVExtSearchForm .TVNightsBlock {
  width: 10%; }

body .TVExtSearchForm .TVTouristsBlock {
  width: 15%; }

body .TVExtSearchForm .TVResortListBlock {
  width: 23%; }

body .TVExtSearchForm .TVStarsBlock {
  width: 18%; }

body .TVExtSearchForm .TVHotelListBlock {
  width: 100%; }

body .TVExtSearchForm .TVPriceBlock {
  width: 23%; }

body .TVExtSearchForm .TVHotelTypeBlock {
  width: 360px; }

body .TVExtSearchForm .TVFormBlock.TVFormBottom.TVHotelTypeBlock {
  width: 48%;
  margin-right: 0; }

body .TVExtSearchForm .TVSearchButtonBlock {
  width: 20%; }

body .ts_block_hotel .ts_def_link {
  display: inline; }

body .TVAskMobile {
  width: 100% !important;
  position: relative;
  z-index: 999;
  background-color: #777 !important;
  color: #fff !important;
  font-size: xx-large !important;
  font-size: 30px !important;
  font-weight: bold !important;
  text-align: center !important;
  line-height: 50px !important;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-top: 20px; }

body .TVAskMobile .TVButton {
  width: 180px;
  height: 51px;
  font-size: 30px !important;
  margin: 16px 30px !important;
  line-height: 47px !important; }

body .TVAskMobilButtons {
  width: 510px;
  margin: 0 auto; }

body .TVUpdListBox {
  position: relative; }

body .TVListBoxWaiter {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("https://tourvisor.ru/module/newform/images/waiter.gif");
  top: 8px;
  right: 23px;
  background-size: 15px 15px; }

body .TVCurrencySwitcher {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  float: right; }

body .TVCurrencySwitcher:after {
  display: inline-block;
  vertical-align: top;
  font-size: 9pt;
  margin-left: 5px;
  margin-top: -2px; }

body .TVCurrencySwitcher:before {
  display: inline-block;
  vertical-align: top;
  font-size: 9pt;
  margin-top: -1px;
  margin-right: 2px; }

body .TVAdultImage1 div {
  width: 16px;
  height: 31px;
  background-image: url("https://tourvisor.ru/module/newform/images/sprite.png");
  background-position: -33px -39px; }

body .TVAdultImage1 .TVImageActive {
  background-position: -33px -76px; }

body .TVAdultImage2 div {
  width: 26px;
  height: 31px;
  background-image: url("https://tourvisor.ru/module/newform/images/sprite.png");
  background-position: -52px -39px; }

body .TVAdultImage2 .TVImageActive {
  background-position: -52px -76px; }

body .TVAdultImage3 div {
  width: 39px;
  height: 31px;
  background-image: url("https://tourvisor.ru/module/newform/images/sprite.png");
  background-position: -82px -39px; }

body .TVAdultImage3 .TVImageActive {
  background-position: -83px -76px; }

body .TVAdultImage4 div {
  width: 53px;
  height: 31px;
  background-image: url("https://tourvisor.ru/module/newform/images/sprite.png");
  background-position: 77px -39px; }

body .TVAdultImage4 .TVImageActive {
  background-position: 77px -76px; }

body .TVChildImage1 div {
  width: 10px;
  height: 19px;
  background-image: url("https://tourvisor.ru/module/newform/images/sprite.png");
  background-position: 165px 88px; }

body .TVChildImage1 .TVImageActive {
  background-position: 165px 65px; }

body .TVChildImage2 div {
  width: 21px;
  height: 19px;
  background-image: url("https://tourvisor.ru/module/newform/images/sprite.png");
  background-position: 154px 88px; }

body .TVChildImage2 .TVImageActive {
  background-position: 154px 65px; }

body .TVChildImage3 div {
  width: 30px;
  height: 19px;
  background-image: url("https://tourvisor.ru/module/newform/images/sprite.png");
  background-position: 130px 88px; }

body .TVChildImage3 .TVImageActive {
  background-position: 130px 65px; }

body #ts_search_result *,
body #ts_search_result :after,
body #ts_search_result :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

body .TVSRContainer {
  margin: 0 0 10px auto;
  width: 100%;
  box-shadow: 0 1px 8px -4px #7f7f7f;
  border-radius: 4px;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  float: left;
  background-color: #fff;
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  position: relative;
  text-align: left;
  position: relative;
  z-index: 0;
  line-height: 1.39; }

body .TVSRContainer:hover {
  background-position: center 50px; }

body .TVSRMainContent {
  margin: 20px 0 0 20px;
  float: left;
  z-index: 0;
  position: relative; }

body .TVSRHotelImg {
  float: left;
  position: relative; }

body .TVSRHotelImg img {
  width: 130px;
  border: 3px solid #fff;
  box-shadow: 0 0 2px #bbb;
  padding: 0;
  margin: 0; }

body .TVSRHotelRecommend {
  background: rgba(0, 0, 0, 0) url("https://tourvisor.ru/module/newform/images/sprite.png") repeat scroll -2px 21px;
  bottom: -22px;
  display: inline-block;
  height: 20px;
  left: 18px;
  position: absolute;
  width: 104px; }

body .TVSRHotelStars {
  height: 13px;
  margin: 4px 0; }

body .TVSRHotelParams {
  position: relative;
  margin-left: 155px;
  padding-right: 114px; }

body .TVSRAboutHotel {
  position: relative;
  top: -11px;
  margin-bottom: -11px;
  padding-right: 65px; }

body .TVSRHotelName {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase; }

body .TVSRHotelName a {
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  cursor: pointer;
  text-decoration: none;
  color: #444; }

body .TVSRHotelName a:link,
body .TVSRHotelName a:visited {
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  cursor: pointer;
  text-decoration: none;
  color: #444; }

body .TVSRHotelName a:hover {
  text-decoration: underline; }

body .TVSRHotelName span {
  color: #bbb;
  margin-right: 5px; }

body .TVSRHotelResort {
  color: #bbb;
  font-size: 11px; }

body .TVSRHotelRaiting {
  float: left;
  position: relative;
  right: 20px;
  top: -18px;
  background-color: #fff; }

body .TVSRHotelDescr {
  margin-top: 5px;
  font-size: 13px;
  color: #555;
  float: left;
  position: relative;
  font-weight: 300;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif; }

body .TVSRButtonContainer {
  margin-left: 170px;
  float: left; }

body .TVSRRightBlock {
  right: 0px;
  top: 25px;
  position: absolute; }

body .TVSRPrice {
  position: relative;
  float: right; }

body .TVSRPriceValue {
  width: 112px;
  background-color: #38a1e7;
  color: #fff;
  height: 30px;
  line-height: 31px;
  text-align: center;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  position: absolute;
  left: -6px;
  border-radius: 2px 0 0 2px;
  font-size: 18px;
  cursor: pointer;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  padding: 2px 0px; }

body .TVSRPriceValue:before {
  font-size: 11px;
  color: #b3b1b1;
  text-align: center;
  position: absolute;
  top: -25px;
  text-shadow: none;
  left: 36px;
  font-weight: normal;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif; }

body .TVSRPriceValue:hover {
  text-decoration: underline; }

body .TVSRPriceValue span {
  font-size: 14px;
  font-weight: normal; }

body .TVSRArrow {
  left: 100px;
  top: 33px;
  z-index: -1;
  position: absolute;
  border: 3px solid transparent;
  border-left: 3px solid #615e5e;
  border-top: 3px solid #615e5e; }

body .TVSRRpiceType {
  margin-top: 36px; }

body .TVSRNormalText {
  font-size: 11px;
  color: #b3b1b1;
  text-align: center;
  width: 100px; }

body .TVSRRaitingValue {
  font-size: 18px;
  font-weight: 500;
  color: #7ee27e;
  text-align: center;
  padding: 5px 12px;
  border: 1px solid #eee;
  margin-top: 18px;
  position: relative;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif; }

body .TVSRRaitingValue:before {
  font-size: 11px;
  color: #b3b1b1;
  position: absolute;
  top: -18px;
  left: 5px;
  font-weight: normal; }

body .TVSRNavButton {
  float: left;
  padding: 3px 16px;
  margin: 10px 5px;
  font-size: 12px;
  color: #959292;
  border-radius: 1px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  cursor: default;
  border: 1px solid #e1e1e1;
  font-weight: 300;
  cursor: pointer;
  line-height: 1.5;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif; }

body .TVSRContainer:hover .TVSRNavButton {
  color: #222; }

body .TVSRNavButton:hover {
  border: 1px solid #cacaca; }

body .TVSRNavButton:active {
  box-shadow: 0 0 4px #bbb inset; }

body .TVRSActiveButton {
  background: none repeat scroll 0 0 #fff;
  padding-bottom: 3px;
  margin-bottom: -1px;
  box-shadow: none;
  border: 1px solid #e1e1e1; }

body .TVSRNavButton.TVRSActiveButton:active {
  box-shadow: none; }

body .TVRSActiveButton:after {
  height: 10px;
  position: relative;
  top: 9px;
  background-color: #fff;
  width: 100%;
  left: -16px;
  padding: 0 16px;
  display: block; }

body .TVSRRight {
  float: right;
  margin-right: 10px; }

body .TVSRDetailPanel {
  float: left;
  width: 100%;
  background-color: #fff;
  color: #5f5e5e;
  font-size: 12px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  border-top: 1px solid #e1e1e1; }

body .TVSRHotelWrap *,
body .TVSRReviwWrap * {
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif; }

body .TVSRListContent {
  float: left;
  width: 100%;
  position: relative; }

body .TVSRMapContainer {
  padding: 10px; }

body .TVSRMap {
  height: 200px;
  width: 100%;
  border: 1px solid #bbb; }

body .TVSRMap img {
  max-width: none; }

body .TVSRMap.TVSRBigMap {
  height: 400px; }

body .TVSRBottomCenter {
  float: left;
  background-color: #fafafa;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  position: relative; }

body .TVSRBottomCenter a {
  text-decoration: none;
  display: block;
  width: 190px;
  margin: 0 auto; }

body .TVSRBottomCenter .TVSRNavButton {
  float: none;
  width: 160px;
  margin: 10px auto;
  text-align: center; }

body .TVSRBottomCenter .TVSRCloseVal {
  position: absolute;
  right: 10px;
  top: 0;
  width: 50px; }

body .TVSRPriceContainer {
  margin: 5px 0;
  width: 100%; }

body .TVSRPriceContainer table {
  color: #555;
  font-weight: 500;
  width: 95%;
  border-collapse: collapse; }

body .TVSRPriceContainer tbody tr {
  background-color: #f2f2f2; }

body .TVSRPriceContainer tbody tr.TVSRWhiteRow {
  background-color: #fff; }

body .TVSRPriceContainer th {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  border-color: #fff;
  background: none; }

body .TVSRPriceContainer td {
  font-size: 12px;
  display: table-cell;
  list-style-type: none;
  vertical-align: middle;
  text-align: center;
  padding: 10px 5px;
  border-left: 2px solid #fff;
  font-family: Trebuchet MS;
  border-color: #fff; }

body .TVSRTourName {
  color: #808080;
  font-weight: normal;
  text-align: center; }

body .TVSRPriceContainer td div,
body .TVSRPriceContainer th {
  color: #808080;
  font-weight: normal;
  text-align: center; }

body td.TVSRWhiteCell,
body .TVSRPriceContainer tr:nth-child(odd) {
  background-color: #fff; }

body td.TVSRTourPrice {
  font-weight: 500;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif; }

body td.TVSRTourPrice:hover {
  text-decoration: underline; }

body .TVSRTourPrice:after {
  text-transform: uppercase;
  font-size: 10px;
  color: #888;
  font-family: Trebuchet MS; }

body .TVSRBButton {
  padding: 0;
  margin: 0; }

body .TVSRBasket {
  padding: 0;
  margin: 0; }

body .TVSRBasket div {
  background-image: url("//tourvisor.ru/module/newform/images/sprite.png");
  background-position: 148px 44px;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 auto;
  cursor: pointer; }

body .TVCartAdded div {
  background-image: url("//tourvisor.ru/module/newform/modules/images/module-sprite.png");
  background-position: 84px -112px;
  cursor: default; }

body .TVSRBButton div {
  background-image: url("//tourvisor.ru/module/newform/images/sprite.png");
  background-position: 92px 88px;
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 auto;
  cursor: pointer; }

body .TVSRPriceContainer tr:hover .TVSRBButton div {
  background-position: 63px 88px; }

body .TVSRAboutHotelBlock {
  margin: 15px;
  float: left;
  position: relative;
  font-size: 12px;
  font-weight: 300; }

body .TVSRPicturesBlock {
  float: left;
  margin-left: 3px; }

body .TVSRPicturesBlock table {
  border-collapse: collapse;
  border-spacing: 0; }

body .TVSRDiscriptionBlock {
  margin-left: 156px;
  position: relative;
  color: #5f5e5e; }

body .TVSRDiscriptionBlock ul:after {
  margin-left: -5px;
  background-color: #fff; }

body .TVSRDiscriptionBlock br {
  display: none; }

body .TVSRReviewContent br {
  display: none; }

body .TVSRDiscriptionBlock p {
  color: #5f5e5e;
  font-size: 12px;
  text-indent: 0; }

body .TVSRPicturesBlock td div {
  height: 41px;
  overflow: hidden;
  width: 41px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fff; }

body .TVSRPicturesBlock img {
  height: 41px;
  width: 41px;
  padding: 0;
  margin: 0; }

body .TVSRPicturesBlock a {
  margin: 5px;
  color: #4a86ef; }

body .TVSRDiscriptionBlock ul {
  padding: 0;
  margin: 0;
  display: inline; }

body .TVSRDiscriptionBlock ul > li {
  display: inline;
  background-image: none;
  padding: 0; }

body .TVSRBr {
  margin-top: 10px; }

body .TVSRBuildDate:before {
  margin-right: 5px; }

body .TVSRRepairDate:before {
  margin-right: 5px; }

body .TVSRPlace:before {
  margin-right: 5px; }

body .TVSRTerritory:before {
  margin-right: 5px;
  font-weight: 500;
  font-size: 13px; }

body .TVSRStandRoom:before {
  margin-right: 5px;
  font-weight: 500;
  font-size: 13px; }

body .TVSRRaintigHotelVal {
  margin-bottom: 15px; }

body .TVSRRaintigHotelVal span {
  font-size: 17px;
  font-weight: 500;
  color: #7ee27e;
  margin-right: 5px; }

body .TVSRRaintigHotelVal:before {
  content: 'Рейтинг отеля:';
  font-weight: normal;
  margin-right: 5px;
  color: #000; }

body .TVSRReviewMark {
  color: #000;
  font-weight: 500;
  float: right; }

body .TVSRReviewMark:before {
  font-weight: 300;
  color: #5f5e5e;
  font-size: 11px;
  padding: 5px; }

body .TVSRReviewContent {
  margin-top: 5px;
  height: 142px;
  overflow: hidden;
  text-align: justify;
  line-height: 14px; }

body .TVSRReviewContainer {
  margin: 15px;
  margin-left: 167px;
  font-size: 12px;
  font-weight: 300; }

body .TVSRReviewContainer a {
  color: #4a86ef; }

body .TVSRReviewBlock {
  width: 46%;
  float: left;
  margin-right: 2%;
  margin-bottom: 15px; }

body .TVSRReviewName {
  margin-right: 5%;
  color: #000;
  font-weight: normal; }

body .TVSRReviewDate {
  font-size: 11px; }

body .TVSRStar {
  background-image: url("//tourvisor.ru/module/newform/images/sprite.png");
  background-position: -25px 40px;
  width: 13px;
  height: 13px;
  margin-right: 2px;
  float: left; }

body .TVHide {
  display: none; }

body .TVSRZoomImg {
  position: absolute;
  left: 168px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  right: -168px;
  z-index: 1;
  margin-right: 177px;
  margin-bottom: 70px;
  bottom: -18px;
  top: 5px;
  margin-top: 3px;
  text-align: center; }

body .TVSRZoomImg div {
  width: 100%;
  height: 100%;
  background-position: center; }

body .TVClearFix {
  clear: both; }

body .TVSRContainer:hover .TVSRNavButton.TVSRRight.TVSRChooseVal {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkZWI4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNWM5NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); }

body .TVSRContainer:hover .TVSRNavButton.TVSRRight.TVSRChooseVal.TVSRClose {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); }

body .TVRatingBad {
  color: #c99; }

body .TVRatingNormal {
  color: #afa857; }

body .TVRatingGood {
  color: #9c9; }

body .TVRatingExcellent {
  color: #7ee27e;
  /*PROGRESS BAR*/ }

body #ts_search_fuel_warning {
  color: #cf1919;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  font-size: 9pt;
  font-weight: 300;
  margin: 10px 10px 10px 0;
  text-align: right; }

body .TVSRStatusbar {
  position: absolute;
  width: 210px;
  padding-left: 10px; }

body #TVSRStatusbarBack {
  margin: 0px 0px 0px 0px;
  width: 160px;
  height: 22px;
  border: 0px solid #999;
  padding: 3px 0px 3px 3px;
  background-image: url("https://tourvisor.ru/module/pics/search_status_line.png");
  background-position: left center;
  background-repeat: no-repeat;
  float: left; }

body #TVSRProgressFill {
  margin: 3px 0px 0px;
  height: 17px;
  width: 0;
  background-image: url("https://tourvisor.ru/module/pics/search_status_line2.png");
  background-position: left center;
  background-repeat: no-repeat; }

body #TVSRPrecentVal {
  color: #716f6f;
  font-size: 18px;
  float: left;
  padding-left: 5px; }

body #TVSRPrecentVal:after {
  font-size: 12px; }

body .TVSRStatus {
  width: 100%;
  font-size: 11pt;
  color: #716f6f;
  text-align: center;
  float: left;
  font-weight: 300;
  padding: 2px; }

body .TVSRListUpdate {
  border-radius: 3px;
  box-shadow: 0px 1px 2px #555;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 9px 0;
  position: absolute;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
  top: 10px;
  right: 10px;
  width: 200px; }

body .TVSRListUpdate.TVSRActiveButton {
  background-color: #8fc400; }

body .TVSRListUpdate.TVSRHiddenButton {
  background-color: #ddd;
  opacity: 0.5;
  cursor: default; }

body .TVSRListUpdate.TVSRActiveButton:hover {
  box-shadow: 0px 1px 2px #333;
  opacity: 0.9; }

body .TVSRListUpdate.TVSRActiveButton:active {
  box-shadow: 0px 0px 3px #777 inset; }

body .TVSRContainer.TVSRProgressbar {
  padding: 15px 0;
  line-height: 1.5;
  float: none;
  margin: 10px 0 auto;
  /*ORDER FORM*/ }

body .TVSRContainer.TVSRProgressbar:hover {
  background-position: center top;
  box-shadow: 0 1px 2px #7f7f7f; }

body a.ts_hotel_name {
  color: black;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  text-shadow: none; }

body a.ts_hotel_name:link,
body a.ts_hotel_name:visited {
  color: black;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  text-shadow: none; }

body a.ts_hotel_name:hover {
  text-decoration: underline; }

body #ts_country_region_name {
  color: #888 !important;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  font: 9pt 'Tourvisor' !important; }

body .ts_order_inputs_label,
body .ts_order_inputs_value,
body .ts_order_inputs td {
  /*'Tourvisor';*/
  font-family: verdana, Tahoma; }

body .ts_order_divblock {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  box-shadow: 0 0 4px #333;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  font-family: 'Tourvisor' !important; }

body .ts_order_textheader {
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  font-size: 15pt;
  font-weight: 300;
  margin: 20px 10px 15px 20px; }

body .ts_newresults {
  border: medium none;
  box-shadow: 0 0 10px #000; }

body .TVGoogleMapButton {
  border: 1px solid black;
  background-color: #fff;
  margin-top: 5px;
  padding: 1px 6px;
  color: #000;
  -webkit-user-select: none;
  cursor: pointer;
  /*-------------------- FREE REQUEST PANEL --------------------------*/ }

body .TVSRRequestPanel {
  color: #555;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  font-size: 15px;
  line-height: 36px;
  margin: 0 auto;
  padding: 6px;
  vertical-align: middle;
  width: 420px;
  text-align: center;
  cursor: pointer; }

body .TVSRShowRequestPanel {
  float: right;
  margin: 6px; }

body .TVSRContainer:hover .TVSRShowRequestPanel {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkZWI4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNWM5NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); }

body .TVSRRequestInput {
  padding: 9px 5px; }

body .TVSRRequestInput > input::-webkit-input-placeholder,
body .TVSRRequestInput > input::-moz-placeholder {
  color: #999; }

body .TVSRRequestPanelWrap .TVSRRequestInput textarea {
  font-size: 10pt;
  color: #555;
  background-color: #fff;
  height: 110px;
  line-height: 1.39; }

body .TVSRRequestPanelWrap .TVSRRequestInput input {
  font-size: 11pt;
  color: black;
  background-color: #fff;
  height: 23px; }

body .TVSRRequestFormHeader {
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  color: #777;
  font-size: 17pt;
  font-weight: 300;
  padding: 20px 0 5px 35px; }

body .TVSRRequestPanelWrap .TVFreeRequestButton {
  width: 200px;
  margin: 10px auto 20px; }

body .TVSRRequestFormNoToursHeader {
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  color: #333;
  font-size: 12pt;
  font-weight: 600;
  padding: 20px 0 0px 35px; }

body .TSFreeReqCommentsTitle {
  color: #999;
  font-size: 11pt;
  font-weight: 300;
  padding-top: 12px; }

body .TVSRRequestPanelWrap .TVSRContainer:hover {
  background-position: center 10px;
  /* стили для кнопки менеджеров */ }

body .TVSRNavButton.TVSREdit {
  padding: 5px 0;
  vertical-align: middle;
  width: 31px; }

body .TVSRNavButton.TVSREdit div {
  height: 14px;
  background: url("//tourvisor.ru/module/newform/images/sprite.png");
  width: 15px;
  background-position: -91px 40px;
  margin: 0 auto;
  opacity: 0.6; }

body .TVSRContainer:hover .TVSRNavButton.TVSREdit div {
  opacity: 1; }

body .TVSREditContainer {
  margin: 15px 20px; }

body .TVSREditHeader {
  position: relative;
  height: 30px; }

body .TVSREditLeft {
  width: 60%;
  display: table-cell; }

body .TVSREditLeft .TVSEEditText {
  padding: 5px 0;
  font-size: 13px; }

body .TVSREditRight {
  width: 34%;
  min-width: 216px;
  display: table-cell;
  vertical-align: top;
  padding-left: 1%; }

body .TVSREditHelp {
  position: absolute;
  right: 40%;
  top: 3px; }

body .RVSRHelpTitle {
  color: #38a1e7;
  border-bottom: 1px dotted #38a1e7;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 12px; }

body .RVSRHelpTitle a {
  text-decoration: none; }

body .RVSRHelpTitle a:visited,
body .RVSRHelpTitle a:hover {
  text-decoration: none; }

body .TVSRHelpIcon {
  width: 15px;
  height: 15px;
  background: url("//tourvisor.ru/module/newform/images/sprite.png");
  display: inline-block;
  background-position: -74px 40px;
  margin-right: 5px; }

body .TVSREditLeft textarea {
  width: 90%;
  font-size: 13px;
  line-height: 1.4;
  height: 130px;
  resize: none;
  border: 1px solid #e1e1e1;
  background: #fbfafa;
  padding: 11px 3%;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif; }

body .TVSRRecIcon {
  width: 31px;
  height: 26px;
  background: url("//tourvisor.ru/module/newform/images/sprite.png");
  display: inline-block;
  background-position: -165px 88px;
  vertical-align: bottom;
  margin-right: 18px; }

body .TVSRRecButton {
  float: none;
  line-height: 23px;
  color: #444;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 16px;
  min-width: 183px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

body .TVSRRecAbout {
  color: #555;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  line-height: 21px;
  margin-bottom: 20px; }

body .TVSRRecIconGreen {
  width: 104px;
  height: 16px;
  background: url("//tourvisor.ru/module/newform/images/sprite.png");
  display: inline-block;
  background-position: -2px 21px;
  margin-top: -2px;
  margin-left: 4px; }

body a.TVSRAddReview {
  bottom: 0;
  text-align: center;
  height: 43px;
  font-size: 14px;
  font-weight: 400;
  background: #8fc400;
  color: #fff;
  line-height: 44px;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 #444;
  -webkit-text-shadow: 0 1px 1px #444;
  text-shadow: 0 1px 1px #444;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block; }

body a.TVSRAddReview:hover {
  background: #9aca1a; }

body a.TVSRAddReview:active {
  box-shadow: 0 1px 3px 0 #444 inset; }

body .TVSRReviewIcon {
  width: 30px;
  height: 28px;
  background: url("//tourvisor.ru/module/newform/images/sprite.png");
  display: inline-block;
  background-position: -166px 55px;
  margin-top: 8px;
  margin-right: 10px; }

body .TVSRReviewText {
  display: inline-block;
  vertical-align: top; }

body .TVSRSaveHotel {
  margin-left: 0; }

body .TVSRSaveHotelInfo {
  float: left;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5;
  margin: 10px 5px;
  padding: 3px 16px;
  color: #999;
  display: none; }

body .TVSREditWrap .TVSRBottomCenter {
  height: 47px; }

body .TVSREdit.TVRSActiveButton:after {
  padding: 0;
  left: 0; }

body .TVSEEditText {
  font-size: 15px;
  font-weight: 400; }

body a.TVSRNextPage {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  border: 1px solid #ddd;
  padding: 7px 50px;
  color: #555;
  font-size: 13px;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 400; }

body a.TVSRNextPage:hover {
  color: #333;
  border-color: #cacaca; }

body a.TVSRNextPage:active {
  color: #333;
  border-color: #999;
  box-shadow: 0 0 4px #bbb inset; }

body a.TVSRSearchLink {
  color: #555;
  text-decoration: none;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  font-size: 13px;
  position: relative; }

body a.TVSRSearchLink:hover {
  text-decoration: underline; }

body .TVSRSearchLink:before {
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAFCSURBVDhPY2QgAoQAAVBZAiMjo8T///8/AtlrgGA6EVohSoD6p4WGhv5Hx0DxjUAxZoIGARX2wjQD2auBuAjIP4BkYBpeQ4AK+YHYGKjRG0jDFYNsB4rthRp0AKchQAUGQIUtQNwOxLFAzImsGMjPBxkCpG9jNQSkGYv/nwDFLWEagOwVUEO2YxgClJyMFAZXgfztQPwHqmECNKDBroCKhaMYghwLQHYmkq1OUMNBYYFswGR0AyYgmZ4DtRHkLWMkw6qR1MxBNyAciwFgQ4E2/4SmB3i0AvkzsYXDeaiGaUi22gPFPmAJYLgadJf8hBoSiCwBSidAW0tBNkMTHdxr2FzyBDn0kVzjBwoTaKLjwZsy0WKlF8gHAXh+AbLnE8wjQEWiQHwP3f9Q12EGIi4nQQ2aBqTfQjUfA7KTCeZQaioAALfw7byaqIghAAAAAElFTkSuQmCC);
  height: 17px;
  width: 17px;
  left: -20px;
  top: 0px; }

body .TVSRRequestPanelWrap {
  display: none; }

body .TVOrderWindow * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

body .TVOrderWindow *:after,
body .TVOrderWindow *:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

body .TVTourIsGone {
  height: 400px; }

body .TVTourIsGone > div {
  padding-top: 170px;
  text-align: center;
  font-size: 25px;
  color: #444; }

body .TVFOTourIsInActive {
  text-align: center;
  margin: 16px;
  color: #626262; }

body .TVOFBackToSearch {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  margin-bottom: 14px;
  text-decoration: underline;
  color: #00acde; }

body .TVOrderWindow {
  z-index: 100001;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px #000;
  overflow: hidden;
  line-height: normal; }

body .TVOrderHeader {
  padding: 21px 25px 18px 25px;
  font-size: 18px;
  font-weight: 300;
  color: #646464;
  position: relative; }

body .TVOrderTourParams {
  display: inline-block; }

body .TVOrderIncludeFlight {
  margin-bottom: 20px; }

body .TVOrderIncludeButton,
body .TVOrderShareBlock,
body .TVOrderOperator,
body .TVOrderShareIcon {
  display: inline-block;
  vertical-align: middle; }

body .TVOrderIncludeButton {
  background-color: #5ac0de;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px 5px 30px;
  position: relative;
  border-radius: 3px;
  margin-left: 30px;
  cursor: pointer; }

body .TVOrderIncludeButton:hover {
  background-color: #53b3cf; }

body .TVOrderIncludeButton.TVExpanded {
  background-color: #999; }

body .TVOrderIncludeButton.TVExpanded:hover {
  background-color: #999; }

body .TVOrderIncludeButton:before {
  position: absolute;
  height: 16px;
  width: 16px;
  background: url("//tourvisor.ru/module/newform/modules/images/module-sprite.png");
  background-position: 32px -60px;
  left: 10px;
  top: 6px; }

body .TVExpanded.TVOrderIncludeButton:before,
body .TVOrderIncludeButtonActive.TVOrderIncludeButton:before {
  background-position: 16px -60px; }

body .TVOrderShareBlock {
  position: absolute;
  left: 410px; }

body .TVOrderShareIcon {
  height: 29px;
  width: 28px;
  margin: 0px 4px;
  background: url("//tourvisor.ru/module/newform/modules/images/module-sprite.png");
  cursor: pointer;
  border-radius: 28px; }

body .TVOrderMail {
  background-position: 115px -29px; }

body .TVOrderFacebook {
  background-position: 86px -29px; }

body .TVOrderTwitter {
  background-position: 57px -29px; }

body .TVOrderVkontakte {
  background-position: 28px -29px; }

body .TVOrderError {
  background-position: 115px -165px; }

body .TVOrderMail:hover {
  background-position: 115px 0px; }

body .TVOrderFacebook:hover {
  background-position: 8px; }

body .TVOrderTwitter:hover {
  background-position: 57px 0px; }

body .TVOrderVkontakte:hover {
  background-position: 28px 0px; }

body .TVOrderError:hover {
  background-position: 115px -135px; }

body .TVOrderOperator IMG {
  height: 40px;
  position: absolute;
  right: 25px;
  top: 17px; }

body .TVOrderIncludeBlock {
  font-size: 14px;
  font-weight: 300;
  padding: 20px 0 0 0; }

body .TVOrderIncludePrice,
body .TVOrderIncludeAvia {
  display: inline-block;
  vertical-align: top; }

body .TVOrderHeader .TVOrderIncludePrice {
  border-right: 1px solid #ccc;
  padding-right: 30px;
  margin-right: 30px;
  width: 380px; }

body .TVOrderHeader .TVOrderIncludeAvia {
  border-left: 1px solid #ccc;
  padding-left: 30px;
  margin-left: -31px;
  width: 447px; }

body .TVOFWarning {
  color: red; }

body .TVOrderIncludeHeader {
  color: #aeaeae;
  margin-bottom: 10px;
  margin-top: 10px; }

body .TVOrderIncludeText SPAN {
  font-weight: 500;
  color: #000; }

body .TVOrderIncludeFlightIcon,
body .TVOrderIncludeFlightInfo {
  display: inline-block;
  vertical-align: bottom;
  width: 310px; }

body .TVOrderIncludeFlightIcon {
  width: 130px;
  padding-bottom: 9px; }

body .TVOrderIncludeFlightIcon > img {
  max-width: 100px; }

body .TVFlyAirBlock > img {
  max-width: 100px; }

body .TVEmptyFlightIcon {
  height: 32px;
  width: 50px;
  background: url("//tourvisor.ru/module/newform/modules/images/module-sprite.png");
  margin-left: 30px; }

body .TVEmptyFlightIcon.TVFlyReverse {
  background-position: 21px; }

body .TVEmptyFlightIcon.TVFlyForward {
  background-position: 165px 1px; }

body .TVFlyAirBlock .TVEmptyFlightIcon {
  margin-top: -8px; }

body .TVOrderHotelBlock {
  background-color: #f36311;
  padding: 25px;
  position: relative;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-repeat: repeat-x;
  text-shadow: 1px 1px 1px #555;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  color: #fff; }

body .TVOrderHotelName {
  /*text-shadow: 1px 1px 1px #555;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);*/
  font-weight: 500;
  display: inline-block;
  font-size: 30px;
  font-family: 'Bliss'; }

body .TVOrderHotelName > span {
  text-transform: capitalize; }

body .TVOrderHotelStarWrap {
  display: inline-block;
  margin-left: 10px; }

body .TVOrderHotelStar {
  display: inline-block;
  background: url("//tourvisor.ru/module/newform/modules/images/module-sprite.png");
  width: 17px;
  height: 17px;
  /*margin-right: -3px;*/
  background-position: -218px 326px; }

body .TVOrderHotelRegion {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 14px;
               /*color: #fff;
text-shadow: 1px 1px 1px #555;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);*/
  font-weight: 400;
  position: relative;
  text-transform: uppercase; }

body .TVOrderHotelRegion > div {
  display: inline-block;
  vertical-align: top; }

body .TVOrderRecommend {
  background: url("//tourvisor.ru/module/newform/modules/images/module-sprite.png");
  width: 25px;
  height: 25px;
  background-position: 28px 293px;
  margin-left: 10px; }

body .TVOrderTourInfo {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #555;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  padding: 10px;
  position: relative;
  min-height: 101px;
  text-shadow: none; }

body .TVOrderTourDetail,
body .TVOrderTourDetailColumn1,
body .TVOrderTourDetailColumn2,
body .TVOrderTourPriceBlock {
  display: inline-block;
  vertical-align: text-top; }

body .TVOrderTourDetail {
  padding: 5px;
  color: #303030;
  font-size: 14px;
  font-weight: 500; }

body .TVOrderTourDetailText {
  margin: 10px;
  padding-left: 30px;
  position: relative; }

body .TVOrderTourDate {
  text-transform: lowercase; }

body .TVOrderTourDetailText:before {
  position: absolute;
  background: url("//tourvisor.ru/module/newform/modules/images/module-sprite.png"); }

body .TVOrderTourDeparute.TVOrderTourDetailText:before {
  height: 16px;
  width: 25px;
  background-position: 101px -84px;
  left: 0px;
  top: 1px; }

body .TVOrderTourDate.TVOrderTourDetailText:before {
  height: 16px;
  width: 15px;
  background-position: 74px -85px;
  left: 4px;
  top: 1px; }

body .TVOrderTourMeal.TVOrderTourDetailText:before {
  height: 17px;
  width: 13px;
  background-position: 56px -86px;
  left: 5px;
  top: 2px; }

body .TVOrderTourMeal span {
  text-transform: lowercase; }

body .TVOrderTourRoom.TVOrderTourDetailText:before {
  height: 13px;
  width: 18px;
  background-position: 41px -87px;
  left: 3px;
  top: 3px; }

body .TVOrderTourPlace.TVOrderTourDetailText:before {
  height: 12px;
  width: 17px;
  background-position: 22px -87px;
  left: 4px;
  top: 4px; }

body .TVOrderTourProgramm.TVOrderTourDetailText {
  padding-left: 0px;
  color: #908e8e;
  font-weight: 300; }

body .TVOrderTourDetailColumn1 {
  margin-right: 50px;
  width: 208px; }

body .TVOrderTourDetailColumn2 {
  padding-right: 20px;
  width: 345px;
  border-right: 1px solid #ccc; }

body .TVOrderTourPrice {
  font-size: 30px;
  font-weight: 500;
  color: #303030;
  margin-bottom: 13px;
  position: relative;
  height: 31px; }

body .TVOrderTourPrice:after {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #908e8e;
  width: 40px;
  display: inline-block;
  margin-left: 4px; }

body .TVOrderAddPay {
  font-size: 12px;
  color: #2fb6dd;
  margin-bottom: 14px;
  cursor: pointer;
           /*position: absolute;
top: 38px;*/
  text-shadow: none; }

body .TVOrderAddPay:after {
  width: 15px;
  height: 16px;
  background: url("//tourvisor.ru/module/newform/modules/images/module-sprite.png");
  background-position: 70px -60px;
  display: inline-block;
  vertical-align: top;
  /*margin-top: -2px;*/
  margin-left: 3px; }

body .TVOrderTourPriceType {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #908e8e;
  width: 40px;
  position: absolute;
  right: 20px;
  top: 5px; }

body .TVOrderButton {
  font-size: 18px;
  text-shadow: 1px 1px 1px #555;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 500;
  padding: 10px 35px;
  color: #fff;
  background-image: url("//tourvisor.ru/module/newform/images/trans_grey_grad.png");
                                                                                 /*  	
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiZGMyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NmMxMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+") repeat scroll 0 0 rgba(0, 0, 0, 0);
*/
  background-color: #79c321;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #555;
  cursor: pointer;
  text-align: center;
                    /*.TVOrderButton.TVInActiveButton, .TVOrderButton.TVInActiveButton:hover {
	background-color: #E1E1E1;
}*/ }

body .TVOrderButton:hover {
  box-shadow: 1px 1px 2px #222;
  background-color: #7fcd21; }

body .TVOrderButton:active {
  box-shadow: 1px 1px 3px #222 inset; }

body .TVButtonDisabled {
  background-color: #e3dfdf;
  box-shadow: none;
  text-shadow: none; }

body .TVButtonDisabled:hover,
body .TVButtonDisabled:active {
  box-shadow: none;
  text-shadow: none;
  background-color: #e3dfdf; }

body .TVOrderButton.TVOrderContinue {
  margin-bottom: 5px; }

body .TVOrderTourPriceBlock {
  width: 182px;
  /*position: relative;*/
  margin-left: 50px; }

body .TVOrderCart {
  background: url("//tourvisor.ru/module/newform/modules/images/module-sprite.png");
  width: 25px;
  height: 25px;
  background-position: 28px 293px;
  position: absolute;
  /*left: -45px;*/
  top: 8px;
  right: 203px;
  cursor: pointer; }

body .TVOrderSelectBlock {
  margin: 50px auto;
  width: 700px; }

body .TVOrderBook,
body .TVOrderRequest,
body .TVOrderButtonDescription {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 30px; }

body .TVOrderButton.TVOrderBook {
  font-size: 24px;
  width: 240px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 0px; }

body .TVOrderButton.TVOrderRequest {
  font-size: 18px;
  width: 240px;
  text-align: center;
  vertical-align: middle;
  padding: 18px 0px;
  color: #343434;
  background-color: #eaeaea;
  text-shadow: none; }

body .TVOrderButtonDescription {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  line-height: 20px;
  padding-left: 30px;
  width: 420px; }

body .TVOrderButtonDescription SPAN {
  color: #28ad21;
  font-size: 18px;
  font-weight: 400; }

body .TVOrderFormArea {
  padding: 25px 40px; }

body .TVForHeader {
  font-size: 24px;
  color: #858585;
  font-weight: 300; }

body .TVOnFlyFormHeader {
  margin-bottom: 25px; }

body .TVOFFlyBody.TVOFBody {
  margin-bottom: 25px;
  padding: 25px;
  padding-top: 5px; }

body .TVFOShowAllBlock {
  text-align: center;
  background-color: white;
  width: 200px;
  margin: -24px auto 24px;
  padding: 4px 0;
  color: #939393;
  border: 1px solid #dfdfdf;
  border-top-width: 0;
  font-weight: 300;
  border-radius: 0 0 3px 3px;
  background-image: url("//tourvisor.ru/module/newform/images/trans_grey_grad.png");
  background-position: left -40px;
  background-repeat: repeat-x;
  cursor: pointer;
  position: relative; }

body .TVFOShowAllShadow {
  background-image: url("//tourvisor.ru/module/newform/modules/images/minprice-sprite.png");
  height: 4px;
  position: absolute;
  top: -1px;
  background-position: -26px 59px;
  overflow: hidden;
  left: 1%;
  right: 1%;
  margin: 0 auto;
  width: 168px; }

body .TVFOFlightsBlock {
  overflow: hidden; }

body .TVFOFlyBlock {
  display: inline-block;
  width: 405px;
  margin: 1;
  vertical-align: top; }

body .TVFOFlyTitleBlock {
  display: inline-block;
  /*margin-left: 16px;*/
  width: 385px;
  margin-top: 16px; }

body .TVFOFlyTitleBlock.TVFORight {
  margin-left: 32px; }

body .TVOFFlyTitle {
  color: #999;
  font-size: 17px;
  font-weight: 300; }

body .TVOFFlyTitle > span {
  color: #626262; }

body .TVFOPayWarning {
  border: 1px solid #fa9494;
  border-radius: 4px;
  padding: 20px 15px;
  font-size: 14px;
  color: #f65050;
  /* margin: 0 auto; */
  /*width: 746px;*/
  /*margin-left: 4px;*/
  background-color: #fdebeb;
  text-align: center;
  margin-top: 20px; }

body .TVFOPayWarning .TVFOCurrency {
  color: #000;
  font-weight: 500; }

body .TVFOPayWarning .TVFOBoldPrice {
  color: #000;
  font-weight: 500;
  font-size: 16px; }

body .TVFlyCheckBlock {
  float: left; }

body .TVFlyDescBlock {
  margin-left: 33px; }

body .TVFlyItem {
  width: 360px;
  padding: 15px 15px 5px 15px;
  cursor: pointer;
  border: 1px solid #efefef; }

body .TVFORight .TVFlyItem {
  margin-left: 13px; }

body .TVFlyTime {
  font-size: 14px; }

body .TVFlySelected.TVFlyItem {
  background-color: white;
  border: 1px solid #cbcbcb;
  border-radius: 5px; }

body .TVFlyDepartArriv,
body .TVFlyTime > span {
  color: #999;
  font-weight: 300;
  font-size: 14px; }

body .TVFlyDetailBlock {
  display: inline-block;
  /*margin-right: 19px;*/
  vertical-align: top;
  margin-bottom: 10px;
  width: 220px; }

body .TVFlyAirBlock {
  display: inline-block;
  vertical-align: top;
  /* padding-left: 19px; */
  padding-top: 8px;
  width: 105px;
  text-align: center; }

body .TVOrderInputBlock {
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #efefef;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 25px;
  position: relative; }

body .TVTouristOrderForm .TVBigInput {
  display: inline-block; }

body .TVOrderRequestForm .TVBigInput {
  display: inline-block;
  margin-right: 25px; }

body .TVOrderRequestForm input {
  width: 187px; }

body .TVOrderInput {
  display: inline-block;
  margin-right: 25px;
  /*.TVOrderInput input, .TVOrderRequestBlock textarea {*/ }

body .TVBigInput input,
body .TVOrderRequestBlock textarea {
  height: 27px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  /*margin-right: 25px;*/
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif; }

body .TVInvalidInput input,
body .TVInvalidInput select {
  border-color: red; }

body .TVOrderRequestBlock TEXTAREA {
  margin-top: 25px;
  width: 664px;
  height: 50px;
  resize: none; }

body .TVOrderRequestAddComent {
  position: absolute;
  color: #9e9e9e;
  font-size: 12px;
  font-weight: 300;
  width: 100px;
  top: 27px;
  right: 0px;
  cursor: pointer; }

body .TVOrderRequestAddComent:hover {
  color: #999;
  text-decoration: underline; }

body .TVOrderRequestInfo {
  display: inline-block;
  width: 548px;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-right: 40px; }

body .TVOrderRequestButtonBlock {
  display: inline-block;
  vertical-align: top;
  position: relative;
  float: right;
  margin-bottom: 78px; }

body .TVOrderRequestSubmit {
  padding: 15px 30px;
  border: none;
  font-size: 24px;
  font-weight: 500;
                /*position: relative;
    float: right;
	margin-bottom: 78px;*/
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
                                                             /*.TVOrderRequestSubmit:after {
	
}*/ }

body .TVOrderRequestSubmitAfter {
  width: 280px;
  position: absolute;
  top: 75px;
  right: -15px;
  line-height: 11px; }

body .TVOrderRequestSubmitAfter:after {
  color: #989898;
  font-size: 12px;
  font-weight: 300;
  text-shadow: none; }

body .TVOrderInline500 {
  display: inline-block;
  width: 500px; }

body .TVOrderRequestForm {
  position: relative; }

body .TVTouristOrderForm {
  position: relative;
  margin-top: 30px; }

body .TVOnlineFormNum {
  /*height: 84px;*/
  width: 30px;
  background-color: #dbdbdb;
  position: absolute;
  top: 30px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-top: 1px solid #bbb;
  padding: 24px 0;
  display: block;
  text-align: center;
  font-size: 24pt;
  color: #7b7a7a; }

body .TVOFBody {
  background-color: #efefef;
  border-radius: 3px;
  padding: 10px 25px 25px;
  box-shadow: 0 0 4px 0px #b0aeae;
  z-index: 2;
  position: relative; }

body .TVTouristOrderForm .TVOFBody {
  margin-left: 31px; }

body .TVOFBody .TVBigInput {
  margin-top: 31px;
  position: relative; }

body .TVOFMissDates.TVOFDateEnd:after {
  display: block;
  font-size: 9px;
  color: red; }

body .TVFORow1 {
  width: 227px;
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  margin-left: 10px; }

body .TVFORow2 {
  width: 235px;
  display: inline-block;
  vertical-align: top; }

body .TVFORow3 {
  width: 265px;
  display: inline-block;
  vertical-align: top;
  padding-left: 2px; }

body .TVOFVisaIncludeBlock {
  margin: 18px auto 0;
  width: 300px; }

body .TVOFVisaInclude {
  color: #626262;
  font-size: 14px;
  font-weight: 300;
  padding-left: 31px;
  line-height: 1.39; }

body .TVOFVisaInclude .TVFOCurrency {
  font-weight: 500;
  color: #000; }

body .TVOFVisaAlert {
  color: #626262;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 50px 0;
  line-height: 1.39;
  text-align: center; }

body .TVOFVisaAlert > div {
  color: red; }

body .TVOFPasportNum.TVBigInput {
  margin-right: 29px; }

body .TVOFBody .TVBigInput:before {
  position: absolute;
  top: -20px;
  color: #626262;
  font-size: 14px;
  font-weight: 300;
  width: 193px; }

body .TVOFFamily > input,
body .TVOFName > input,
body .TVOFBirthday > input {
  width: 188px; }

body .TVOFDateBegin > input,
body .TVOFDateEnd > input {
  width: 161px; }

body .TVOFPasportNum > input {
  width: 30px; }

body .TVRussianPassport .TVOFPasportNum > input {
  width: 40px; }

body .TVOFPasportSer > input {
  width: 75px; }

body .TVRussianPassport .TVOFPasportSer > input {
  width: 65px; }

body .TVOFCountryBirth > input,
body .TVOFCountryLive > input {
  width: 81px; }

body .TVOFPasportOrg > input {
  width: 222px; }

body .TVOFMale:before {
  position: absolute;
  top: -20px;
  color: #626262;
  font-size: 14px;
  font-weight: 300; }

body .TVOFCountryBirth {
  margin-right: 33px;
  display: inline-block;
  vertical-align: top; }

body .TVOFCountryLive {
  margin-right: 0;
  display: inline-block;
  vertical-align: top; }

body .TVOFBody .TVBigInput input {
  font-size: 18px;
  text-transform: uppercase;
  color: #000; }

body .TVOFBody .TVOFCountryBirth input,
body .TVOFBody .TVOFCountryLive input {
  font-size: 14px;
  text-transform: capitalize; }

body .TVOFMale {
  height: 42px;
  position: relative;
  margin-top: 30px; }

body .TVOFMale > div {
  margin-top: 9px;
  display: inline-block;
  margin-right: 12px; }

body .TVOFMale input {
  margin-right: 7px;
  display: inline-block;
  vertical-align: top; }

body .TVOFMale span {
  font-size: 13px;
  display: inline-block;
  vertical-align: top; }

body .TVOFConnectionBlock {
  margin-top: 30px;
  display: inline-block;
  vertical-align: top; }

body .TVConnectionForm .TVInput {
  margin-bottom: 15px; }

body .TVOFEMail.TVBigInput {
  margin-bottom: 0; }

body .TVFOPayBlock {
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
  margin-left: 53px;
  width: 340px;
              /*.TVFOPayPriceBlock {
	margin-top: 20px;
}*/ }

body .TVFOToPayPrice {
  font-size: 30px;
  font-weight: 500;
  color: #303030;
  margin-bottom: 10px; }

body .TVFOComplicatedPrice .TVFOToPayPrice {
  text-align: right;
  border-top: 1px solid #575757;
  margin-top: 17px; }

body .TVFOPayItem {
  color: #858585;
  font-weight: 300;
  margin: 5px 0; }

body .TVFOPayItem .TVFOCurrency {
  /*font-weight: 500;*/
  float: right;
  color: #000; }

body .TVFOToPayPrice:after {
  color: #858585;
  font-weight: 300;
  margin-left: 5px;
  font-size: 19px; }

body .TVFOComplicatedPrice .TVFOToPayPrice:before {
  font-size: 18px;
  font-weight: 300;
  float: left;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 10px; }

body .TVFOChoosePayWay {
  margin: 25px 0 15px; }

body .TVFOPayType {
  display: inline-block;
  margin: 7px 1px; }

body .TVFOPayTypeLabel {
  font-size: 13px;
  vertical-align: top;
  /*width: 111px;*/
  padding-top: 3px;
  display: inline-block;
  margin-left: 11px; }

body .TVFOAgreement {
  margin: 24px 0; }

body .TVFOAgreeText {
  display: inline; }

body .TVFOAgreeText:after {
  font-size: 14px;
  color: #858585;
  padding-left: 8px; }

body .TVFOAgreeLink {
  display: inline;
  cursor: pointer; }

body .TVFOAgreeLink:after {
  font-size: 14px;
  color: #2fb6dd;
  text-decoration: underline; }

body .TVOrderButton.TVOrderOnline {
  width: 170px;
  text-align: center; }

body .TVQuestionForm {
  display: none;
  border: 1px solid #ddd;
  /*margin-top: 25px;*/
  background-color: #efefef;
  padding: 20px; }

body .TVQuestionForm input {
  width: 209px; }

body .TVQHaveQeustions {
  font-size: 20px;
  font-weight: 700;
  color: #777; }

body .TVQComment {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  margin: 7px 0; }

body .TVOrderTextArea {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

body .TVQuestionForm .TVBigInput {
  margin-bottom: 10px; }

body .TVQuestionForm .TVOrderTextArea {
  width: 209px;
  font-weight: normal;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif; }

body .TVOrderButton.TVQuestionSend {
  text-align: center;
  font-weight: 300;
  margin-top: 10px; }

body .TVQuestionSend:after {
  /*****************add review form********************/ }

body .TVRevFWrap {
  width: 100%;
  display: table;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  color: #777; }

body .TVRevFWrap textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  resize: none;
  word-wrap: break-word;
  display: table-cell;
  outline: 0;
  overflow: hidden;
  padding: 0; }

body .TVRevLeftBlock {
  display: inline-block;
  display: table-cell;
  height: 100%;
  vertical-align: top;
  height: 448px; }

body .TVRevRightBlock {
  display: inline-block;
  display: table-cell;
  height: 100%;
  vertical-align: top;
  height: 448px;
  width: 215px; }

body .TVRevLeftCol,
body .TVRevRightCol {
  border: 1px solid #bbb; }

body .TVRevLeftCol {
  margin-right: 10px; }

body .TVRevFReviewDescr {
  position: relative;
  height: 100%; }

body .TVRevRightCol {
  padding: 0 13px;
  position: relative;
  height: 447px; }

body .TVRevFDarkBG {
  background: #faf9f9; }

body .TVRevFReviewBlock {
  padding: 18px;
  border-bottom: 1px solid #bbb;
  position: relative;
  height: 19px; }

body .TVRevFBigBlock {
  border-bottom: none;
  /*margin-bottom: 75px;*/
  height: 167px; }

body .TVRevFDateBlock {
  bottom: 0px;
  border-top: 1px solid #bbb;
  width: 100%; }

body .TVRevFBlockTitle {
  display: inline-block;
  width: 100px; }

body .TVRevFTextAreaWrap {
  margin-top: 9px;
  position: absolute;
  top: 10px;
  left: 148px;
  right: 16px;
  bottom: 16px; }

body .TVRevFRightTitle {
  margin: 17px 0 25px; }

body .TVRevFBold {
  font-size: 17px;
  font-weight: 700;
  color: #3e3d3d;
  line-height: 17px; }

body .TVRevFStarsBlock {
  display: inline-block; }

body .TVRevFSelector {
  width: 30px;
  height: 11px;
  background: #d8dada;
  box-shadow: 0 1px 3px 0 #5e5e5e inset;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer; }

body .TVRevFActiveSelector {
  background: #5bbfd2;
  box-shadow: none; }

body .TVRevFSubmit {
  position: absolute;
  bottom: 10px;
  text-align: center;
  left: 15px;
  right: 15px;
  height: 43px;
  font-size: 16px;
  font-weight: 500;
  background: #7acd3e;
  color: #fff;
  line-height: 44px;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0px #444;
  text-shadow: 0px 1px 1px #444;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

body .TVRevFSubmit:hover {
  background: #8add4e; }

body .TVRevFSubmit:active {
  box-shadow: 0 1px 3px 0px #444 inset; }

body .TVRevFChooseDate select,
body .TVRevFNameBlock input {
  padding: 8px;
  margin: 0 10px;
  border: solid 1px #bbb; }

body .TVRevFChooseDate {
  display: inline-block;
  width: 330px;
  padding: 18px 0 18px 18px;
  margin-right: -18px; }

body .TVRevFNameBlock {
  display: inline-block;
  width: 290px;
  padding: 18px 0;
  margin-left: 18px;
  margin-top: -18px; }

body .TVRevFNameBlock input {
  width: 170px; }

body .TVRevFStandartText {
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  color: #777; }

body .TVRevFTextArea {
  width: 100%;
  height: 19px;
  overflow: hidden;
  background: transparent;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
  display: inline-block; }

body .TVRevFHelp {
  position: absolute;
  left: -9999px;
  overflow: hidden;
  word-wrap: break-word; }

body .TVRevFStar {
  width: 29px;
  height: 28px;
  background: url("https://tourvisor.ru/module/newform/modules/images/module-sprite.png");
  display: inline-block;
  background-position: -174px -137px;
  font-size: 0;
  margin-left: 4px; }

body .TVRevFActiveStar {
  background-position: -145px -137px; }

body .TVRevFStarsBlock {
  position: relative;
  left: 145px;
  top: -22px; }

body .TVRevSelectorBlock {
  margin-bottom: 10px; }

body .TVCatHotelReviewSuccess {
  text-align: center;
  margin: 10px;
  color: #626262;
  font-size: 16px;
  font-weight: 300; }

body .TVCatHotelReviewBack {
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
  color: #626262;
  font-size: 14px;
  font-weight: 300; }

body .TVCatHotelReviewMore {
  text-align: center;
  margin-top: 20px;
  color: #777;
  text-decoration: underline;
  cursor: pointer; }

body .TVActualizingTour {
  width: 36px;
  height: 36px;
  background-image: url("//tourvisor.ru/module/newform/images/waiter.gif");
  background-repeat: no-repeat;
  background-position: center; }

body .TVOrderTourPriceBlock .TVActualizingTour:after {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  padding: 5px;
  width: 106px;
  color: #908e8e;
  margin-left: 35px; }

body .TVOrderMesAfterSend .TVActualizingTour,
body .TVCatAboutHotel .TVActualizingTour {
  margin: 0 auto; }

body .TVOrderMesAfterSend {
  margin: 50px auto;
  text-align: center; }

body .TVQuestionAfterSend {
  border: 1px solid #7fcd21;
  padding: 25px;
  text-align: center;
  background-color: #dff7c2;
  color: #444;
  font-weight: 300; }

body .TVOrderOffices {
  display: inline-block;
  width: 400px;
  margin: 0 0 25px 0;
  font-size: 16px; }

body .TVOrderOffices > select {
  font-size: 15px;
  padding: 5px;
  display: block;
  margin-top: 5px;
  width: 500px; }

body .TVAgreement {
  padding: 40px; }

body .TVFOAgreementText {
  margin-bottom: 20px; }

body .TVFOAgreementBack {
  position: absolute;
  left: 40px;
  color: #999;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer; }

body #TVFOAgreementBack1 {
  top: 12px; }

body #TVFOAgreementBack2 {
  bottom: 12px; }

body .TVFOAgreementHead > p {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0; }

body .TVOnlineOrderInstruction {
  padding: 40px;
  text-align: center;
  color: #444;
  font-weight: 300;
  font-size: 21px; }

body .TVFOAgreementHead > span {
  /* width: 100%; */
  text-align: center;
  display: block; }

body .TVFOAgreementDate {
  text-align: right;
  text-transform: lowercase;
  margin: 10px 0; }

body .TVFOAgreementText > p {
  text-align: justify; }

body .TVOrderWarningMessage {
  background-color: #fff9e9;
  border: 1px solid #f2e5b3;
  color: #a19263;
  font-size: 14px;
  padding: 20px;
  margin-top: 10px;
  border-radius: 5px; }

body .TVOFCurrencyBYN .TVOrderTourPrice:after,
body .TVOFCurrencyBYR .TVOrderTourPrice:after {
  width: 43px;
  font-size: 10px; }

body .TVERNameLabel,
body .TVERContactsLAbel,
body .TVERCommentLabel {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  margin: 12px 0 3px;
  color: #777; }

body .TVDialogWindow input {
  padding: 10px;
  width: 255px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-weight: 300;
  font-size: 15px;
  color: #000;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif; }

body .TVDialogWindow textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-weight: 300;
  font-size: 15px;
  color: #000;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  width: 255px;
  height: 58px;
  padding: 10px;
  resize: none; }

body .TVDWSendButton {
  padding: 8px 42px;
  background: #ec9214;
  display: inline-block;
  margin: -25px 26px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  line-height: normal;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #db8103; }

body .TVDWSendButton:hover {
  background: #f5a02a; }

body .TVERSuccess .tv_content,
body .TVERSuccess .TVDWSendButton {
  display: none; }

body .TVERSuccess .TVERSuccessMessage {
  padding: 25px; }

body .TVOFCurrencyBYN .TVOrderTourPrice,
body .TVOFCurrencyBYR .TVOrderTourPrice {
  font-size: 27px;
  height: 27px;
  margin-top: 4px; }

body .TVOFCurrencyBYN .TVOrderTourPriceBlock,
body .TVOFCurrencyBYR .TVOrderTourPriceBlock {
  width: 184px; }

body .TVOperTourLink {
  position: absolute;
  top: 30px;
  right: 40px; }

body .TVOperTourLink a {
  color: #2fb6dd;
  font-size: 14px; }

body .TVBCMainTitle {
  text-align: center;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
  margin-bottom: 40px; }

body .TVBCMainTitle:before {
  display: block;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 10px; }

body .TVBCMainTitle:after {
  display: block;
  font-size: 15px;
  color: #777; }

body .TVBookingButton {
  font-size: 18px;
  text-shadow: 1px 1px 1px #555;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 500;
  padding: 16px 55px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #555;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  background: #eee;
  margin-left: 54px; }

body .TVBookingButton a {
  background-image: url("//tourvisor.ru/module/newform/modules/images/cblogo.png");
  width: 180px;
  height: 34px;
  display: block;
  background-repeat: no-repeat; }

body .TVBookingDescr {
  display: inline-block;
  width: 415px;
  margin-left: 50px;
  font-size: 14px;
  vertical-align: top;
  line-height: 23px;
  color: #333; }

body .TVBookingDescr a {
  color: #2fb6dd;
  cursor: pointer; }

body .TVBookingButton:hover {
  box-shadow: 1px 1px 2px #111; }

body .TVBookingButton:active {
  box-shadow: 1px 1px 2px #555 inset; }

.subheader {
  font-size: 18px; }

.invisible {
  display: none !important; }

.lefter {
  position: absolute;
  left: -10000; }

a {
  color: #0056bc;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease; }

a:hover {
  color: #3d3d3d;
  text-decoration: none; }

hr {
  background: transparent !important; }

/* inpbut */
.standard-input,
.standard-textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px rgba(150, 150, 150, 0.3);
  font-size: 16px;
  padding: 10px 15px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  resize: none; }

input.standard-input[name='contact-name'],
input.standard-input[name='contact-email'] {
  width: 240px; }

input.standard-input[name='contact-message'] {
  width: 400px; }

textarea.standard-textarea[name='contact-message'] {
  width: 400px;
  height: 100px; }

input.standard-input:required,
.standard-textarea:required {
  background: #fff url("/i/etc/req.png") top right no-repeat; }

.column-1 {
  width: 45%;
  float: left; }

.column-2 {
  width: 45%;
  float: right; }

.inblock {
  display: inline-block;
  width: 100%; }

.inrel {
  display: inline-block;
  position: relative; }

.entry-title {
  margin-bottom: 30px; }

.standard-wide {
  width: 700px;
  float: left;
  margin-bottom: 35px; }

.standard-sidebar {
  width: 250px;
  float: right; }

.standard-sidebar .nav-container {
  padding-left: 30px;
  border-left: solid 1px #e3e3e3;
  margin-top: 30px; }

.standard-sidebar a {
  display: block;
  line-height: 1.5em;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  color: #3d3d3d;
  margin: 15px 0;
  text-transform: lowercase; }
  .standard-sidebar a:first-letter {
    text-transform: uppercase; }

.standard-sidebar a:hover,
.scroll.active {
  color: #f26d31; }

.standard-wide h3 span {
  font-weight: 700; }

.page-template-page-spring2017-php {
  background: white; }

.page-template-page-special-offer-php {
  background: white; }
  .page-template-page-special-offer-php .text-content {
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.15em;
    line-height: 1.5; }
    .page-template-page-special-offer-php .text-content p {
      font-size: inherit;
      line-height: inherit; }
    .page-template-page-special-offer-php .text-content .button {
      border-radius: 40px;
      padding: 0.5em 1.5em 0.65em;
      font-family: 'Bliss';
      color: white;
      background: #f26d31;
      display: inline-block;
      margin-top: 2em;
      display: inline-block;
      box-shadow: 0 2px 10px -5px #f26d31; }
      .page-template-page-special-offer-php .text-content .button:hover {
        background: #ff7e42; }
  .page-template-page-special-offer-php #hero {
    z-index: 0; }
    .page-template-page-special-offer-php #hero .content {
      padding-bottom: 1.5em; }
    .page-template-page-special-offer-php #hero:after {
      content: '';
      display: block;
      width: 100%;
      height: 100px;
      background: white;
      transform: skewY(2deg) translateY(50%);
      bottom: 0;
      position: absolute;
      z-index: 2; }

.home header {
  box-shadow: none;
  position: absolute;
  width: 100%;
  z-index: 4; }
  .home header .sublogo {
    color: white;
    opacity: 0.5; }
.home #sect-top1 {
  box-shadow: none;
  background: transparent; }

.whitehead header {
  box-shadow: none;
  position: absolute;
  width: 100%;
  z-index: 4; }
  .whitehead header .logo img {
    content: url(/i/logo-header-white.svg);
    width: auto;
    height: 40px; }
  .whitehead header .sublogo {
    color: white;
    opacity: 0.5; }
.whitehead #sect-top1 {
  box-shadow: none;
  background: transparent; }
.whitehead .top-links1 a {
  color: #f3f4f5; }
  .whitehead .top-links1 a:hover {
    opacity: 0.5; }

.page-template-page-spring2017-php header {
  box-shadow: none;
  position: absolute;
  width: 100%;
  z-index: 4; }
  .page-template-page-spring2017-php header .logo img {
    content: url(/i/logo-header-white.svg);
    width: auto;
    height: 40px; }
  .page-template-page-spring2017-php header .sublogo {
    color: white;
    opacity: 0.5; }
.page-template-page-spring2017-php #sect-top1 {
  box-shadow: none;
  background: transparent; }
.page-template-page-spring2017-php .top-links1 a {
  color: #f3f4f5; }
  .page-template-page-spring2017-php .top-links1 a:hover {
    opacity: 0.5; }

.page-template-page-special-offer-php header {
  box-shadow: none;
  position: absolute;
  width: 100%;
  z-index: 4; }
  .page-template-page-special-offer-php header .logo img {
    content: url(/i/logo-header-white.svg);
    width: auto;
    height: 40px; }
  .page-template-page-special-offer-php header .sublogo {
    color: white;
    opacity: 0.5; }
.page-template-page-special-offer-php #sect-top1 {
  box-shadow: none;
  background: transparent; }
.page-template-page-special-offer-php .top-links1 a {
  color: #f3f4f5; }
  .page-template-page-special-offer-php .top-links1 a:hover {
    opacity: 0.5; }

/* news */
.home #news {
  padding: 15px 0 15px 0;
  display: inline-block;
  background: #fff;
  margin-top: -10px; }

#page {
  padding-bottom: 2em; }
  .home #page, .page-id-9344 #page {
    padding-bottom: 0; }

#news {
  padding: 5em 0 15px 0;
  display: inline-block;
  width: 100%; }
  #news .our-promo,
  #news .news-our,
  #news .news-market,
  #news .news-partners {
    padding: 1em 1.5em; }

#news a {
  color: #3d3d3d;
  transition: color 0.2s ease; }

#news a:hover {
  color: #0056bc; }

#news .news-name {
  font-size: 16px;
  font-weight: bold;
  padding-right: 2em; }

#news .news-name a,
#news .news-bigger a {
  font-weight: bold;
  text-decoration: none;
  display: block; }

#news a.news-bigger-lin {
  text-decoration: none;
  transition: 0.2s ease; }

#news .news-bigger-lin:hover .news-name {
  color: #0056bc; }

#news .news-bigger .news-name {
  font-size: 18px; }

#news img {
  width: 100%;
  height: auto; }

#news .news-col-1 p img {
  display: none; }

.news-time,
.st-time {
  font-size: 12px;
  color: #808080;
  margin-bottom: 5px; }

.news-time span {
  color: #ed5a02;
  margin-right: 5px; }

.news-item {
  margin: 0 0 20px; }

.news-col-1 {
  width: 243px;
  float: left;
  padding: 5px 13px;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.news-col-name {
  display: flex; }

.news-col-name h3, .news-col-name h2 {
  color: #3d3d3d;
  font-size: 13px;
  text-transform: uppercase;
  width: 60%;
  margin-bottom: 16px; }

.news-col-name a {
  text-align: right;
  flex-grow: 1;
  font-size: 12px; }

.news-text {
  margin-top: 10px;
  color: #3d3d3d; }

.news-short {
  /*max-height:125px;overflow:hidden;*/
  font-size: 14px;
  line-height: 21px; }

.news-full > * {
  color: #3d3d3d; }

.news-full {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 24px; }

.news-full a {
  display: inline-block !important; }

.news-full span {
  display: block; }

.news-full span.news-notice,
.news-notice,
.standard-page .news-notice,
#news-wide .news-bigger .news-notice {
  color: #3d3d3d;
  font-size: 1.25em;
  line-height: 30px !important; }

.news-full span.little-header,
.news-full h4 {
  font-size: 18px;
  margin: 15px 0 10px;
  font-weight: bold; }

.news-full p {
  max-width: 600px;
  margin-top: 10px; }

#news .news-bigger p a {
  font-weight: 400;
  color: #f26d31; }

#news .news-bigger p a:hover {
  color: #3d3d3d; }

.news-shortest {
  max-height: 30px;
  overflow: hidden;
  margin-top: 5px;
  line-height: 15px;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis; }

.news-name span,
.news-time span.news-tag {
  float: left;
  font-size: 12px;
  text-decoration: none;
  height: 15px;
  margin-top: 2px;
  line-height: 15px;
  margin: 5px 10px 0px 0px;
  padding: 0 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.tag-sletat {
  color: #fff !important;
  background-color: #00aeef !important; }

.tag-tbg,
.tag-set-tbg {
  color: #e2e2e2 !important;
  background-color: #e85a0a !important; }

.tag-vazhno {
  color: #000 !important;
  background-color: #fff600 !important; }

.tag-tourbox {
  color: #fff !important;
  background-color: #4eb848 !important; }

.tag-pay-travel {
  color: #fff !important;
  background-color: #0f2c52 !important; }

.tag-profi-travel {
  color: #fff !important;
  background-color: #8fd300 !important; }

.news-shortest-item .news-name span {
  margin-top: 3px; }

.news-time span.news-tag {
  margin-top: -1px; }

.tag-akciya {
  background: #f51720 !important;
  color: #fff !important; }

/*news block */
.news-our, .news-partners {
  background: #f4f4f4; }

.news-market .news-item {
  margin-bottom: 30px; }

.news-events {
  margin-right: 0; }

/*calendar*/
.event-block {
  background-color: #8fd300;
  border-radius: 10px;
  height: 120px; }

.event-block .event-date,
.event-block .event-links {
  padding: 20px; }

.event-block .event-date {
  margin-top: 10px; }

.event-block a {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  display: block; }

.event-date {
  display: inline-block;
  font-weight: 700; }

.event-links {
  background: #f2f2f2;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }
  .event-links a:hover {
    color: #8fd300 !important; }

#event-day {
  font-size: 77px;
  float: left;
  color: #fff;
  line-height: 54px;
  margin-right: 4px;
  font-weight: 700; }

#event-month {
  font-size: 22px;
  color: #fff;
  font-weight: 700; }

#event-week {
  color: #fff;
  font-weight: 400; }

.event-days {
  float: left;
  margin-left: 5px; }

/* sidebar */
#news-sidebar {
  width: 250px;
  float: right; }

#news-sidebar .news-col-1 {
  margin-bottom: 30px; }

#news-sidebar .news-events {
  display: none; }

#news-sidebar .news-short {
  font-size: 14px;
  line-height: 21px; }

/* news wide*/
#news-wide {
  width: 700px;
  float: left;
  padding-right: 100px; }
  #news-wide ul {
    margin-left: 20px; }
  #news-wide h1 {
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 1em; }
  #news-wide .news-bigger {
    margin: 35px 0; }
  #news-wide .news-bigger {
    margin: 35px 0; }
  .single-post #news-wide .news-bigger {
    margin-top: 0; }
  #news-wide > .news-bigger + .news-bigger {
    border-top: 1px solid #ebebeb;
    padding-top: 30px; }
  #news-wide .news-bigger p,
  #news-wide .news-bigger .news-short {
    font-size: 16px;
    line-height: 24px; }
  #news-wide .news-bigger .news-name {
    font-size: 24px; }
  #news-wide .news-shortest-item {
    display: block;
    padding: 30px 0;
    border-top: 1px solid #ebebeb;
    margin-bottom: 0px; }
  #news-wide .news-shortest-item .news-name {
    font-size: 18px;
    line-height: 21px; }
  #news-wide .news-shortest {
    font-size: 14px;
    white-space: normal;
    max-height: 60px;
    line-height: 21px;
    margin-top: 10px; }
  #news-wide img {
    width: 700px;
    height: auto; }
  #news-wide p img {
    margin: 25px 0; }
  #news-wide .news-image-container img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  #news-wide .news-image-container {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin: 15px 0 30px; }
  #news-wide .news-column-1 {
    float: left;
    width: 300px;
    padding-right: 40px; }
  .news-columns {
    display: inline-block; }
  #news-wide .news-link-to {
    float: right; }
  #news-wide .news-link-back {
    display: none; }
  #news-wide .news-link-to a, #news-wide .news-link-back a {
    font-size: 11px; }
  #news-wide *:hover + .news-text {
    color: #0056bc !important; }
  #news-wide .media-links__link {
    width: 32px;
    height: 32px; }
    #news-wide .media-links__link img {
      height: 32px;
      width: 32px; }

/*.single-post #news-wide .news-bigger {
  margin-top: 0;
}*/
#news.news-full-article .news-bigger {
  margin-top: 0px; }

/* end news */
/*pagination*/
.pagination {
  font-size: 12px;
  padding-top: 30px; }

.pagination ul {
  list-style: none; }

.pagination ul li {
  display: inline; }

.pagination ul li a {
  display: inline-block;
  padding: 0 6px;
  height: 18px;
  color: #3d3d3d; }

.pagination ul li a {
  /*css3*/
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.pagination ul li.active a {
  background: #f36e24;
  color: #fff;
  text-decoration: none; }

.pagination ul li.prev {
  margin-right: 10px; }

.pagination ul li.next {
  margin-left: 10px; }

.pagination ul li a.disabled {
  color: #bebebe;
  text-decoration: none;
  cursor: default; }

.l_st_nextPage:after {
  content: 'следующая >>'; }

.l_st_prevPage:after {
  content: '<< предыдущая'; }

/* end pagination */
.hint-ul li {
  margin-left: 15px; }

/*toppanel */
#cb-toppanel {
  position: static;
  padding: 3px 0;
  font-size: 12px;
  font-family: 'Bliss';
  box-sizing: border-box;
  background-color: #f4f4f4; }

#cb-toppanel .section-inn {
  display: flex;
  justify-content: space-between; }

#cb-toppanel ul {
  color: #3d3d3d;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0; }

#cb-toppanel li {
  float: left;
  padding: 0 8px; }

#cb-toppanel-phone {
  font-weight: 700; }

#cb-toppanel-city {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #3978ca;
  cursor: pointer;
  position: relative;
  user-select: none; }
  #cb-toppanel-city .icon {
    height: 15px;
    margin-right: 5px;
    margin-bottom: 3px; }

#cb-toppanel-currency {
  float: left;
  background: #f1f1f1; }

#cb-toppanel #cb-toppanel-currency * {
  text-shadow: #fafafa 0 1px 0; }

#cb-toppanel .dollar:before {
  content: '$ '; }

#cb-toppanel .euro {
  margin-left: 8px; }
  #cb-toppanel .euro:before {
    content: '€ '; }

#cb-toppanel-currency div {
  float: left; }

#cb-toppanel .cb-toppanel-currency-name {
  font-weight: 700;
  margin-right: 15px; }

#cb-toppanel .cb-toppanel-currency-info {
  margin-top: 5px;
  text-align: right; }

#cb-toppanel .cb-toppanel-currency-info > * {
  float: none;
  font-size: 11.2px;
  line-height: 12px; }

#cb-toppanel .cur-change {
  width: 10px;
  height: 10px;
  float: right;
  margin-left: 2px; }

#cb-toppanel .cur-change-up,
#cb-toppanel .cur-change-down {
  background: url("/i/etc/ui-icon-toppanel.png") -20px 3px no-repeat; }

#cb-toppanel .cur-change-down {
  background-position: -20px 3px; }

#cb-toppanel .cur-change-up {
  background-position: -31px 3px; }

#cb-toppanel .cur-today:before {
  content: 'Сегодня';
  margin-right: 5px;
  color: #b0b0b0;
  float: left; }

#cb-toppanel .cur-tomorrow:before {
  content: 'Завтра';
  margin-right: 5px;
  color: #b0b0b0;
  float: left; }

#cb-toppanel #cb-toppanel-currency .cur-button {
  background: #fc5050;
  padding: 0 25px;
  color: #fff;
  font-weight: bold;
  text-shadow: #c83f03 0 1px 0;
  cursor: pointer; }

#cb-toppanel #cb-toppanel-currency .cur-button:hover {
  background: #df4347; }

/* end toppanel */
header {
  box-shadow: 0 0 2px rgba(6, 8, 8, 0.15);
  position: relative; }

.standard-page {
  padding: 60px 0;
  display: inline-block; }

.standard-page h1 {
  font-size: 32px; }

/* rates*/
.rates-name {
  margin-bottom: 16px;
  margin-top: 60px;
  height: 30px; }

.rates-name h2 {
  float: left;
  display: block; }

.rates-name h2 span {
  font-weight: 700; }

.rates-container + .rates-name {
  margin-top: 0; }

#rates-toggle,
#rates-tools {
  line-height: 30px;
  float: right;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#rates-tools {
  margin-top: 10px; }

.rates-tool {
  float: left;
  width: 20px;
  height: 20px;
  background: url("/i/etc/rates-tools.png") 0 0;
  margin-left: 10px;
  transition: none; }

.rates-tool-print {
  background-position: 0 0; }

.rates-tool-print:hover {
  background-position: 0 -20px; }

.rates-tool-save {
  background-position: -20px 0; }

.rates-tool-save:hover {
  background-position: -20px -20px; }

#rates-toggle .active {
  text-decoration: none;
  font-weight: 700;
  color: #646464;
  border-color: #e0e0e0; }

.rates-toggle-1 {
  border-radius: 10px;
  float: left;
  padding: 3px 13px;
  margin-left: 10px;
  text-decoration: underline;
  color: #f26d31;
  border: solid;
  border-color: transparent;
  font-weight: 700; }

.rates-toggle-1:hover {
  color: #000; }

.rates-wrapper,
.rates-wrapper tr,
.rates-wrapper tr td {
  border-collapse: collapse;
  vertical-align: top; }

.rates-wrapper {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: #646464; }

.rates-wrapper > * {
  border: 0; }

.rates-wrapper td {
  padding: 0 15px; }

.rates-head,
.rates-head td {
  font-weight: 700;
  margin-bottom: 30px; }

.rates-head td {
  vertical-align: top;
  color: #3d3d3d !important;
  opacity: 1;
  height: 35px; }

.rates-values {
  width: 200px; }

.rates-change {
  text-align: right;
  padding-right: 50px !important; }

.rates-today {
  font-size: 18px;
  color: #3d3d3d; }

.rates-date {
  opacity: 0.8;
  padding-left: 0 !important; }

.rates-wrapper tr td tr + tr:hover,
.rates-to tr + tr:hover {
  background: #f4f4f4;
  cursor: default; }

.rates-container,
.rates-to {
  margin-top: 40px; }

.rates-to-name {
  color: #000; }

.rates-space {
  width: 0px; }

#rates-eur,
#rates-usd {
  display: none; }

#rates-eur.active,
#rates-usd.active {
  display: block; }

.rates-to-name {
  padding-left: 0px !important; }

span.r-eur.active:before {
  content: 'EUR ЦБ'; }

span.r-usd.active:before {
  content: 'USD ЦБ'; }

.rates-to .rates-value {
  padding-left: 5%;
  text-align: right; }

.rates-green {
  color: #00870d;
  font-weight: 700; }

.rates-red {
  color: #f70000;
  font-weight: 700; }

.rates-values {
  padding-left: 0 !important; }

.rates-graph {
  position: relative;
  padding: 0 !important; }

.cornstyle {
  width: 20px;
  height: 20px;
  position: absolute; }

/* end rates */
/*  partners */
.partners-postheader {
  min-height: 300px;
  background: #f4f4f4; }

.partners-postheader h1 {
  font-size: 34px;
  margin-bottom: 15px; }

.partners-image {
  width: 250px;
  height: 300px;
  float: left;
  margin-right: 100px; }

.partners-profile {
  padding: 75px 0 45px; }

.partners-excerpt a {
  display: inline-block;
  margin-bottom: 36px; }

.partners-postheader,
.partners-postheader p {
  font-size: 18px;
  line-height: 24px; }

.partners-postheader {
  padding: 3em 0; }

.partners-sidebar {
  width: 250px;
  float: left; }

.partners-sidebar a {
  display: block;
  line-height: 42px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  color: #3d3d3d; }

.partners-sidebar a:hover {
  color: #f26d31; }

/*.partners-sidebar a.active {color:#f26d31;text-decoration:none;} */
.partners-sidebar .nav-container {
  padding-left: 30px;
  border-left: solid 1px #e3e3e3;
  margin-top: 30px; }

.fixed {
  position: fixed;
  top: 0; }

.partners-wide {
  width: 700px;
  float: left;
  padding-right: 80px;
  margin-bottom: 35px;
  padding-left: 20px; }

.partners-wide h3 {
  font-size: 20px; }

.partners-wide h3 span {
  font-weight: 700; }

.partners-page .partners-excerpt {
  display: none; }

#p-tbg .partners-postheader {
  background: url("/i/etc/tbg-background.jpg"); }
  #p-tbg .partners-postheader a,
  #p-tbg .partners-postheader h1,
  #p-tbg .partners-postheader p {
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15); }
#p-tbg .partners-image {
  background: url("/i/etc/tbg-logo.png") 50% 70% no-repeat;
  height: 325px; }

#p-sletat .partners-postheader {
  background: url("/i/etc/sletat-background.jpg");
  background-size: contain; }
  #p-sletat .partners-postheader a,
  #p-sletat .partners-postheader h1,
  #p-sletat .partners-postheader p {
    color: #3d3d3d;
    text-shadow: 0 -1px rgba(255, 255, 255, 0); }
#p-sletat .partners-image {
  background: url("/i/etc/sletat-logo.png") 23px 66% no-repeat;
  height: 300px; }

#p-tourbox .partners-postheader {
  background: #62b43b; }
  #p-tourbox .partners-postheader a,
  #p-tourbox .partners-postheader h1,
  #p-tourbox .partners-postheader p {
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15); }
#p-tourbox .partners-image {
  background: url("/i/etc/tb-logo.png") 50% 50% no-repeat;
  height: 300px; }

#p-tbg .partners-postheader a:hover,
#p-sletat .partners-postheader a:hover,
#p-tourbox .partners-postheader a:hover {
  text-decoration: underline; }

#p-profi-travel .partners-postheader {
  background: #8fd300;
  min-height: initial; }
  #p-profi-travel .partners-postheader a {
    color: #050303;
    text-shadow: 0 1px rgba(250, 250, 250, 0.15); }
    #p-profi-travel .partners-postheader a:hover {
      text-decoration: underline; }
  #p-profi-travel .partners-postheader h1,
  #p-profi-travel .partners-postheader p {
    color: #050303;
    text-shadow: 0 1px rgba(250, 250, 250, 0.15); }
#p-profi-travel .partners-image {
  background: url("/i/etc/pt-logo.png") 50% 50% no-repeat;
  height: 301px; }

#p-pay-travel .partners-postheader {
  background: #0f2c52 url("/i/etc/pay-background.jpg");
  background-size: cover; }
  #p-pay-travel .partners-postheader a,
  #p-pay-travel .partners-postheader h1,
  #p-pay-travel .partners-postheader p {
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15); }
#p-pay-travel .partners-image {
  background: url("/i/etc/pay-logo.png") 50% 50% no-repeat;
  height: 350px; }
#p-pay-travel .partners-postheader a:hover {
  text-decoration: underline; }

#p-hott-travel .partners-postheader {
  background: #ec008c;
  background-size: cover; }
  #p-hott-travel .partners-postheader a,
  #p-hott-travel .partners-postheader h1,
  #p-hott-travel .partners-postheader p {
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15); }
#p-hott-travel .partners-image {
  background: url("/i/partners/p-hott-large.png") 50% 50% no-repeat;
  background-size: 100%;
  height: 350px;
  width: 350px; }
#p-hott-travel .partners-postheader a:hover {
  text-decoration: underline; }

.partners .partners-feature-cont {
  float: left;
  width: 25%;
  padding: 1em; }
.partners .partners-feature,
.partners .coll-feature {
  background-color: #fafafa;
  padding: 20px 20px 15px 20px;
  -webkit-box-shadow: 0 1px 3px -1px #aaa;
  -moz-box-shadow: 0 1px 3px -1px #aaa;
  box-shadow: 0 1px 3px -1px #aaa;
  transition: all 0.5s;
  height: 290px;
  position: relative; }
.partners .coll-feature {
  height: auto;
  width: auto;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.partners .partners-feature-cont .partners-feature p {
  font-size: 13px;
  line-height: 20px; }
.partners a.partners-f-link {
  text-decoration: none; }
.partners .partners-feature {
  position: relative; }
  .partners .partners-feature h4 {
    text-decoration: none;
    margin-bottom: 8px; }
  .partners .partners-feature a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .partners .partners-feature:hover {
    box-shadow: 0 10px 44px rgba(0, 0, 0, 0.25); }
  .partners .partners-feature .image {
    width: 100%;
    height: 150px;
    background: 50% 50% no-repeat;
    background-size: 100%;
    margin-bottom: 2em; }
    .partners .partners-feature .image.sletat {
      background-image: url(/i/partners/p-sletat.png); }
    .partners .partners-feature .image.sletat {
      background-image: url(/i/partners/p-sletat.png); }
    .partners .partners-feature .image.tbg {
      background-image: url(/i/partners/p-tbg.png); }
    .partners .partners-feature .image.tb {
      background-image: url(/i/partners/p-tb.png); }
    .partners .partners-feature .image.profi {
      background-image: url(/i/partners/p-profi.png); }
    .partners .partners-feature .image.oblako {
      background-image: url(/i/partners/p-oblako.png); }
    .partners .partners-feature .image.hott {
      background-image: url(/i/partners/p-hott.png); }
.partners .coll-feature:hover {
  background: #fff;
  box-shadow: 0 10px 44px rgba(0, 0, 0, 0.25); }
.partners .partners-feature-cont a {
  text-decoration: none;
  color: #3d3d3d; }

#p-partners .subheader {
  width: 800px;
  line-height: 1.75em; }

#p-partners header + .section .section-inn {
  padding-top: 50px !important; }

/*banner5*/
.banner5 {
  background: #2593c6 url("/i/etc/banner-work.jpg") 100% 0; }

.banner5 *,
.banner5 a {
  color: #fff;
  font-size: 18px;
  line-height: 24px; }

.left-side {
  width: 1%;
  height: 100%;
  position: relative;
  float: left; }

.right-side {
  background: #2593c6;
  float: right;
  width: 500px;
  padding: 0 0 0 5%;
  position: relative;
  height: 100%; }

.banner-w-text {
  margin-top: 40px;
  font-size: 32px;
  max-width: 450px;
  line-height: 38px; }

.banner5 span {
  font-weight: bold;
  font-size: 32px; }

.banner-button-green {
  text-shadow: 0 1px rgba(0, 0, 0, 0.31);
  margin-top: 30px;
  text-align: center;
  line-height: 45px !important;
  font-weight: 700;
  width: 266px;
  height: 48px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #48be1a;
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px rgba(0, 0, 0, 0.15);
  display: block;
  text-decoration: none; }

.banner-button-green:hover {
  background: #64d015; }

.test-drive-link {
  margin-top: 20px;
  padding: 1px 25px;
  background: url("/i/etc/banner-work-icon.png") 0 0 no-repeat; }

.test-drive-link,
.test-drive-link a {
  font-size: 14px;
  line-height: 21px; }

.test-drive-link a {
  border-bottom: 1px dotted; }

.test-drive-link a:hover {
  border-color: transparent; }

/* contacts */
.contact-page {
  display: inline-block;
  width: 60%;
  float: right;
  box-sizing: border-box; }

.contact-page .section-inn {
  width: 100%;
  padding: 30px 0px 10px 40px !important; }

#p-contacts p {
  font-size: 16px;
  line-height: 24px;
  clear: both; }

.contacts-info {
  width: 70%;
  float: left; }

.contacts-form {
  float: right; }

/* page employers */
#p-employers .standard-page {
  display: inline-block; }

.empl-employer {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  background: #fff;
  line-height: 24px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  margin-bottom: 10px; }

.empl-name {
  font-size: 20px;
  font-weight: 700; }

.empl-job {
  margin-bottom: 15px; }

.empl-list {
  clear: both;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px; }

.empl-wide {
  width: 700px;
  float: left;
  margin-bottom: 35px; }

.empl-sidebar {
  width: 250px;
  float: right; }

.empl-sidebar .nav-container {
  padding-left: 30px;
  border-left: solid 1px #e3e3e3;
  margin-top: 30px; }

.empl-sidebar a {
  display: block;
  line-height: 1.5em;
  padding: 0.5em 0;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  color: #3d3d3d; }

.empl-sidebar a:hover {
  color: #f26d31; }

.empl-wide h3 span {
  font-weight: 700; }

.empl-col {
  float: left;
  display: inline-block;
  width: 40%;
  margin-right: 50px; }

/* jobs */
.job-item,
.job-item p,
.standard-page,
.standard-page p {
  line-height: 24px;
  font-size: 16px; }

.job-item {
  width: 520px;
  float: left;
  display: inline-block;
  margin-bottom: 20px; }

.job-item:nth-child(2n + 2) {
  margin-right: 20px; }

.job-item h4 {
  margin: 10px 0; }

.job-req {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #f4f4f4;
  padding: 20px;
  margin: 30px 0 15px;
  font-size: 20px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.job-req span {
  font-size: 16px;
  opacity: 0.8; }

.job-req-i {
  float: left;
  display: inline-block;
  margin-right: 70px; }

.job-req-i + .job-req-i {
  margin: 0; }

.job-name {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px dotted;
  color: #f26d31;
  display: inline-block;
  cursor: pointer; }

.job-name:hover {
  border-bottom-color: transparent; }

.job-item ul,
ul.okul {
  list-style-image: url("/i/etc/gal-pt-16.png");
  margin-bottom: 20px; }

.job-item ul li,
ul.okul li {
  margin-left: 20px;
  padding-left: 5px; }

.job-desc {
  clear: both;
  margin-bottom: 30px; }

.st-time {
  line-height: 11px; }

.wysija-submit-button {
  float: right;
  width: 463px;
  text-align: right; }

.wysija-cont-b {
  padding: 3px;
  background: #3d90ff;
  border-radius: 12px;
  background-image: url("/i/post2.png");
  box-sizing: border-box; }

.wysija-label-b {
  float: left;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-left: 10px; }

.widget_wysija_cont {
  background: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 1px 6px -3px inset; }

form.widget_wysija {
  display: inline-block;
  margin-bottom: -6px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box; }

.subscribe-section {
  padding: 10px 0 20px;
  background: #fff;
  margin-top: -10px;
  border-bottom: 1px solid #f4f4f4; }

.wysija-in,
.wysija-bu {
  width: 100%;
  margin-bottom: 0;
  font-size: 14px; }

.widget_wysija_cont .wysija-submit {
  font-size: 16px;
  float: left;
  font-family: 'PT Sans', sans-serif;
  -webkit-appearance: none;
  margin-top: 0;
  border: none;
  padding: 10px 18px;
  cursor: pointer;
  line-height: 24px;
  border-radius: 0 5px 5px 0;
  outline: none;
  background-color: #f47d47;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px #bd5120; }

.widget_wysija_cont .wysija-submit:hover {
  background-color: #f26d31; }

.wysija-input {
  font-size: 16px;
  padding: 10px 15px;
  width: 300px;
  float: left;
  border-radius: 5px 0 0 5px;
  border: 2px solid #d3d3d3;
  border-right: none; }

.wysija-input:focus {
  outline: none;
  border-color: #00bbff; }

.widget_wysija_cont .updated,
.widget_wysija_cont .login .message {
  background-color: #ffffe0;
  border-color: #fff;
  font-size: 16px;
  padding: 15px 20px;
  margin: inherit;
  border-radius: 10px;
  text-align: center; }

.wysija-msg .allmsgs {
  line-height: 0;
  font-size: 0;
  margin: 0;
  padding: 0; }

.formError .formErrorContent {
  display: none; }

.popup-alert {
  top: initial;
  bottom: 0;
  margin: 0;
  width: 100%;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 72px;
  line-height: 60px;
  text-align: center;
  font-size: 23px; }

.mailpoet-info {
  border: 1px solid #ededed;
  padding: 50px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff; }

.page404 * {
  font-size: 24px;
  outline: none; }

.text404 * {
  color: #231f20; }

.error404 {
  color: #f26d31; }

.error404 header {
  box-shadow: none; }

.error404 .text404 {
  margin: 45px 0; }

.modern-button {
  color: #f26d31;
  padding: 15px;
  display: inline-block;
  border-radius: 10px;
  border: 3px solid #f26d31; }

.modern-button:hover,
a.modern-button:hover {
  background: #f26d31;
  color: #fff;
  border-color: #f26d31; }

.modern-button + .modern-button {
  margin-left: 30px; }

.not-ready {
  width: 100%;
  height: 350px;
  background: url("/i/etc/const.gif") 650px center no-repeat;
  border: 3px dotted;
  border-radius: 10px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 70px;
  font-size: 28px;
  position: relative;
  line-height: 1.3em;
  padding-top: 115px;
  margin-top: 30px; }

.not-ready span {
  font-weight: 700; }

.ul-documents .doc-but {
  margin-left: 20px;
  padding: 5px 12px;
  float: right; }

.map-canvas {
  background: url("/i/load.png"); }

#ptList .event {
  margin: 15px 0; }

.star {
  width: 26px;
  height: 26px;
  display: inline-block;
  opacity: 0.2;
  transition: all 0.25s;
  cursor: pointer;
  padding: 2px;
  background: url("http://lsnq.ru/i/star.svg") 50% 50% no-repeat; }

.star:hover {
  opacity: 1; }

.star-active {
  opacity: 1; }

.rate-stars {
  display: inline-block;
  margin-left: 40px !important; }

.rate-stars label {
  font-size: 16px; }

.rate-us {
  display: inline-block;
  width: 1060px;
  box-sizing: border-box; }

.rateResults .valr {
  float: left;
  padding: 20px; }

.claim-edit-line select {
  max-width: 250px; }

.promo-button2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #dedede;
  -webkit-box-shadow: 0 5px 10px -5px #55430b, inset 0 -2px rgba(32, 90, 29, 0.75);
  -moz-box-shadow: 0 5px 10px -5px #55430b, inset 0 -2px rgba(32, 90, 29, 0.75);
  box-shadow: 0 5px 10px -5px #55430b, inset 0 -2px rgba(32, 90, 29, 0.75);
  background-image: -webkit-linear-gradient(bottom, #6db420, #6deb50);
  background-image: -moz-linear-gradient(bottom, #6db420, #6deb50);
  background-image: -o-linear-gradient(bottom, #6db420, #6deb50);
  background-image: linear-gradient(to top, #6db420, #6deb50);
  font-weight: bold;
  font-size: 1.5em;
  padding: 0.75em 1.25em;
  color: #fafafa !important;
  display: inline-block;
  text-shadow: 0 1px #5d6d5d;
  margin-top: 35px;
  opacity: 0.9; }

.promo-button2:hover {
  opacity: 1; }

#p-sweetcosts .standard-page {
  padding: 40px 0; }

.ad-225 {
  display: inline-block;
  height: 360px;
  box-sizing: border-box;
  border: 5px solid #94d228;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  width: 235px;
  float: right;
  position: relative;
  padding: 0px;
  margin: 0px; }

.sc-cont {
  clear: both; }

.sc-item {
  display: inline-block;
  width: 340px;
  background: #fff;
  margin: 5px;
  padding: 25px 30px;
  box-sizing: border-box;
  box-shadow: 0 1px 5px -3px #111;
  border-radius: 3px;
  font-size: 18px;
  position: relative;
  overflow: hidden; }

.sc-item-new:before {
  content: 'новое!';
  position: absolute;
  font-size: 11px;
  top: 13px;
  right: -17px;
  line-height: 11px;
  color: #fff;
  padding: 2px 24px 4px;
  -webkit-transform: rotate(45deg);
  font-weight: 700;
  background: #f00;
  text-shadow: 1px 1px 10px #830c0c; }

.sc-item h3 {
  margin-bottom: 0;
  font-size: 18px; }

.sc-city {
  font-weight: 700;
  font-size: 24px; }

.sc-params {
  margin-top: 20px;
  margin-bottom: 25px; }

.sc-cost {
  padding-top: 25px;
  border-top: 1px solid #f2f2f2;
  position: relative; }

.sc-button {
  width: 32px;
  height: 32px;
  background: #fd8123;
  position: absolute;
  right: 0;
  top: 22px;
  border-radius: 50px;
  transition: all 0.15s ease-in-out;
  overflow: hidden;
  background: #fd8123 url("/i/sc-button-arrow.png") no-repeat 100% 100%; }

.sc-item:hover .sc-button {
  width: 110px; }

.sc-button:before {
  content: 'Показать';
  font-size: 14px;
  position: absolute;
  right: 36px;
  line-height: 31px;
  top: 0;
  color: #fff;
  font-weight: 700; }

tr.selected_row td {
  background: #fff !important; }

.tb_page .tb_result .tb_table th.td-sortable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer; }

.tb_page .tb_result .tb_table th.td-sortable:hover {
  background: #ddd; }

.avia-title .section-inn {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding: 30px !important; }

.search-header ul {
  list-style: none; }

.search-header ul li {
  float: left;
  position: relative;
  padding: 17px 22px;
  cursor: pointer;
  opacity: 0.7;
  font-size: 16px; }

.search-header ul li.active,
.search-header ul li:hover {
  opacity: 1; }

.search-header ul li.active {
  cursor: default;
  color: #f26d31; }

.search-header ul li.active:after {
  position: absolute;
  width: 80%;
  bottom: 0;
  left: 50%;
  margin-left: -40%;
  height: 4px;
  background: #f26d31;
  content: ''; }

.search-header ul li.new:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: 15px;
  right: 15px;
  border-radius: 10px;
  background: #f26d31; }

.search-header ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.tb_ticket_info_area2 {
  padding: 20px !important;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #f26d31 !important;
  box-shadow: 0 0 5px -2px #aaa;
  background: #fff;
  outline: none;
  font-size: 12px !important; }

.tb_ticket_info_area {
  border: 0 !important;
  background: transparent !important; }

#p-terms h3 {
  display: block;
  position: relative; }

h3.active,
h3.active span {
  color: #f26d31; }

#lk-news {
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0; }

#lk-news .lk-news-item {
  border-left: 5px solid #f26d31;
  padding: 5px 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700; }

#lk-news .lk-news-item a {
  font-weight: 700; }

a.tb-list-button[onclick='tbListClaim.ev_s_posync_claim(); return false;'] {
  display: none; }

#avia__info h2 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.3;
  font-size: 18px;
  margin-top: -15px; }
#avia__info .section.title {
  background: white;
  padding: 6em 0 4em;
  text-align: center; }
  #avia__info .section.title h1 {
    font-size: 4em;
    margin: 0; }
#avia__info .menu-avia {
  background: white;
  font-size: 18px;
  text-align: center;
  padding: 1em 0; }
  #avia__info .menu-avia ul {
    list-style: none; }
    #avia__info .menu-avia ul li {
      display: inline-block;
      padding: 0 1em; }
  #avia__info .menu-avia .current_page_item {
    padding: 0; }
    #avia__info .menu-avia .current_page_item a {
      padding: 0.333em 1em;
      border: 2px solid;
      border-radius: 40px; }
#avia__info .standard-page {
  text-align: center;
  padding: 0;
  margin-top: 2em; }
  #avia__info .standard-page .section-inn {
    background: white;
    display: inline-block;
    box-shadow: 0 0 17px -5px rgba(0, 0, 0, 0.15);
    text-align: left;
    padding: 3em !important;
    box-sizing: border-box; }
  #avia__info .standard-page h3 {
    font-size: 1.35em;
    margin-top: 1em; }
#avia__info .point h4 {
  color: #f26d31;
  display: inline-block;
  cursor: pointer;
  font-weight: 400; }
  #avia__info .point h4:hover {
    border-color: transparent; }
#avia__info .point > div {
  display: none;
  margin-bottom: 2em; }
#avia__info .point.selected h4 {
  border-bottom: 4px solid;
  font-weight: bold;
  padding-bottom: 0.25em; }
#avia__info .point.selected > div {
  display: block; }
#avia__info .standard-wide {
  padding-right: 3em;
  margin: 0;
  box-sizing: border-box; }

.section.tb-menu {
  display: inline-block;
  font-family: 'Bliss';
  width: 100%;
  left: 0;
  right: 0;
  background: #3978ca;
  padding: 0;
  transition: all 0.25s;
  box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.25);
  z-index: 10;
  position: relative;
  margin-bottom: 2em;
  z-index: 1; }
  .section.tb-menu .section-inn {
    position: static; }
  .section.tb-menu a {
    color: #fff; }

#menu-agent {
  list-style: none;
  margin: 0; }
  #menu-agent li {
    float: left;
    cursor: pointer; }
    #menu-agent li a {
      padding: 0.5em 1em;
      display: inline-block;
      transition: background 0.2s ease; }
      #menu-agent li a:hover {
        background: #0056bc; }
    #menu-agent li.current-menu-item > a, #menu-agent li.current-menu-parent > a {
      background: #fff !important;
      color: #0056bc; }
    #menu-agent li.current-menu-parent .sub-wrapper {
      display: block; }
  #menu-agent .sub-menu {
    list-style: none;
    position: absolute;
    left: 0;
    top: 2.33em;
    background: #ff5a1d;
    width: 100%; }
    #menu-agent .sub-menu li {
      float: left; }
      #menu-agent .sub-menu li a {
        padding: 0.5em 1em;
        display: inline-block; }
        #menu-agent .sub-menu li a:hover {
          background: #e93f00; }
  #menu-agent .sub-wrapper {
    height: 33px;
    display: none; }

ol.bonus-terms {
  max-width: 600px; }
  ol.bonus-terms p {
    font-size: 16px;
    line-height: 1.5; }
  ol.bonus-terms .h4 {
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 2em;
    margin-bottom: 1em; }
    ol.bonus-terms .h4:first-child {
      margin-top: 0; }

#system__wait {
  display: none !important; }

#menu-notification {
  position: relative;
  float: right; }

#menu-notification .message-icon {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6YT0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZVNWR1ZpZXdlckV4dGVuc2lvbnMvMy4wLyIKCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMThweCIgdmlld0JveD0iMCAwIDI0IDE4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNCAxODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8ZGVmcz4KPC9kZWZzPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjAuNiwwSDMuNEMxLjUsMCwwLDEuNSwwLDMuNHYxMS4yQzAsMTYuNSwxLjUsMTgsMy40LDE4aDE3LjJjMS45LDAsMy40LTEuNSwzLjQtMy40VjMuNEMyNCwxLjUsMjIuNSwwLDIwLjYsMAoJeiBNMjAuOSw1LjJsLTgsNmMtMC4zLDAuMi0wLjYsMC4zLTAuOSwwLjNzLTAuNi0wLjEtMC45LTAuM2wtOC02QzIuNCw0LjcsMi4zLDMuOCwyLjgsMy4xYzAuNS0wLjcsMS40LTAuOCwyLjEtMC4zTDEyLDguMWw3LjEtNS4zCgljMC43LTAuNSwxLjYtMC40LDIuMSwwLjNTMjEuNiw0LjcsMjAuOSw1LjJ6Ii8+Cjwvc3ZnPg==") 50% 50% no-repeat;
  background-size: 20px;
  float: right;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  opacity: 0.7; }

#menu-notification .message-icon:hover {
  background-color: #1f68c3; }

#menu-notification .message-icon_active,
#menu-notification .message-icon_active:hover {
  background-color: #0056bc; }

#menu-notification .message-icon_new {
  opacity: 1; }

#menu-notification .message-icon_new:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background: #ff7e4f;
  border-radius: 5px;
  left: 21px;
  position: absolute;
  top: 18px;
  animation: opacityAnimation linear 1s;
  animation-iteration-count: infinite; }

#message-block {
  padding: 0.35em 0.5em;
  background: white;
  width: 320px;
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 5px;
  box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.5);
  cursor: default;
  font-family: 'Bliss';
  user-select: none;
  z-index: 999; }

.message-block {
  max-height: 300px;
  overflow-y: auto; }

.message-block__message {
  position: relative;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5); }

.message-block__message_new {
  color: #000; }

.message-block__message:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.message-block__message:hover {
  background-color: rgba(200, 210, 220, 0.15); }

.message-block__message-date {
  font-size: 0.75em;
  opacity: 0.5; }

.message-block__message-title {
  padding-right: 1em; }

.message-container_hidden {
  display: none; }

.message-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999; }

.message-popup__title {
  font-family: 'Bliss';
  font-size: 2em;
  margin-bottom: 0.5em; }

.message-popup__text {
  font-size: 1rem; }

.message-popup__content {
  border-radius: 10px;
  background: white;
  width: 650px;
  text-align: center;
  padding: 40px; }
  @media screen and (max-width: 768px) {
    .message-popup__content {
      position: relative; } }
  @media screen and (max-width: 375px) {
    .message-popup__content {
      padding: 20px; } }
  .message-popup__content p {
    font-size: 1rem; }

.message-popup__body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 20px;
  max-width: 100%; }

.message-popup__button {
  font-family: 'Bliss';
  background: #f26d31;
  display: inline-block;
  color: white;
  padding: 10px 50px;
  font-size: 1.33em;
  border-radius: 3px;
  margin-top: 2em;
  cursor: pointer;
  margin: 20px auto 0;
  display: block;
  border: none;
  transition: .2s ease background; }
  @media screen and (max-width: 768px) {
    .message-popup__button {
      position: sticky;
      bottom: 30px;
      box-shadow: 0px 0px 10px 0px #00000080; } }

.message-popup__button:hover {
  background: #f58f61; }

@keyframes opacityAnimation {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* footer */
.footer {
  padding: 20px 0 0; }
  .footer__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 30px;
    background: linear-gradient(90deg, #faddbb 0%, #f6e3a6 35%, #ff7e42 100%);
    border-radius: 5px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .footer__top {
        flex-direction: column;
        background: none;
        gap: 0; } }
  .footer__side-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../images/planeonbeach4.webp);
    background-position: left center;
    background-size: 520px;
    background-repeat: no-repeat;
    padding: 30px 20px;
    width: 500px; }
    @media only screen and (max-width: 767px) {
      .footer__side-left {
        background-size: cover;
        width: 100%;
        height: 220px; } }
  .footer__side-right {
    padding: 30px 20px; }
    @media only screen and (max-width: 767px) {
      .footer__side-right {
        padding: 30px 20px 0 20px; } }
  .footer__side-title {
    color: white;
    text-shadow: 0px 0px 1px #0056bc, 0px 0px 2px #0056bc, 0px 0px 6px #0056bc;
    text-transform: uppercase;
    font-size: 22px; }
  .footer__side-subtitle {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    max-width: 330px; }
    @media only screen and (max-width: 767px) {
      .footer__side-subtitle {
        max-width: fit-content; } }
  .footer__side-text {
    color: white;
    text-shadow: 0px 0px 1px #0056bc, 0px 0px 2px #0056bc, 0px 0px 6px #0056bc;
    width: 60%;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .footer__side-text {
        width: fit-content; } }
    @media only screen and (max-width: 420px) {
      .footer__side-text {
        width: 60%; } }
  .footer__text-box {
    padding: 10px 0;
    border-top: 1px solid #e3e3e3;
    line-height: 1.4;
    letter-spacing: normal; }
    .footer__text-box:last-child {
      padding: 10px 0; }
    .footer__text-box p {
      font-size: 0.75rem;
      margin: 0 0 1em;
      color: rgba(0, 0, 0, 0.4); }
      .footer__text-box p:last-child {
        margin-bottom: 0; }
  .footer__nav {
    display: flex; }
    @media screen and (max-width: 767px) {
      .footer__nav {
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 10px; } }
    .footer__nav .footer-section {
      margin-right: 50px; }
      .footer__nav .footer-section__caption {
        font-size: 1rem;
        font-weight: bold; }
      .footer__nav .footer-section__list {
        list-style: none; }
      .footer__nav .footer-section__link {
        color: black;
        margin: 0 0 0.5rem;
        display: block; }
      .footer__nav .footer-section:last-child {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .footer__nav .footer-section {
          margin-bottom: 20px;
          width: 50%;
          margin-right: 0; } }
      @media screen and (max-width: 400px) {
        .footer__nav .footer-section {
          width: 100%; } }

.social-links {
  float: unset;
  margin: 0; }

.media-links {
  display: flex;
  margin-bottom: 20px; }
  .media-links__list {
    display: flex; }
  .media-links__link {
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 10px;
    transition: 0.2s ease; }
    .media-links__link:hover {
      transform: translateY(-6px); }
  .media-links__img {
    object-fit: contain;
    width: 100%; }

.ad-tbg {
  display: inline-block;
  height: 400px;
  box-sizing: border-box;
  width: 250px;
  float: right;
  position: relative;
  padding: 0px;
  margin: 0px;
  transition: opacity 0.15s linear; }
  .ad-tbg:hover {
    opacity: 0.85; }
  .ad-tbg img {
    width: 100%; }

.hidden-title {
  position: absolute;
  top: -99999;
  left: -99999; }

@media only screen and (max-width: 767px) {
  .fly-top-links1 .menu-top1-container {
    position: absolute;
    right: 20px;
    top: 35px;
    display: none; }
    .fly-top-links1 .menu-top1-container.active {
      display: block; } }
.fly-top-links1 ul {
  list-style: none;
  margin: 0; }
.fly-top-links1 .top-links1 {
  font-family: 'Bliss';
  display: flex;
  align-items: center;
  text-transform: uppercase;
  height: 50px; }
  @media only screen and (max-width: 767px) {
    .fly-top-links1 .top-links1 {
      flex-direction: column;
      height: auto;
      position: absolute;
      right: 0;
      top: 10px;
      width: 200px;
      margin: 0;
      background: #f4f4f4;
      padding: 20px 20px;
      align-items: stretch;
      box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2); } }
  .fly-top-links1 .top-links1 a {
    color: #828282;
    text-shadow: none;
    transition: 0.2s ease;
    will-change: color;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .fly-top-links1 .top-links1 a {
        color: #555;
        font-size: 13px; } }
    .fly-top-links1 .top-links1 a:hover {
      color: #0057b7; }
    .home .fly-top-links1 .top-links1 a {
      color: #fff; }
      .home .fly-top-links1 .top-links1 a:hover {
        opacity: 0.8; }
      @media only screen and (max-width: 767px) {
        .home .fly-top-links1 .top-links1 a {
          color: #555; }
          .home .fly-top-links1 .top-links1 a:hover {
            color: #0057b7; } }
    .fly-top-links1 .top-links1 a[data-color='blue'] {
      color: #3978ca; }
    .fly-top-links1 .top-links1 a[data-color='red'] {
      color: #ff7e42; }
    .fly-top-links1 .top-links1 a[data-color='white'] {
      color: #fff; }
    .fly-top-links1 .top-links1 a[data-shadow='shadow'] {
      color: #fff;
      text-shadow: 2px 2px 4px #000; }
  .fly-top-links1 .top-links1 li.current_page_item,
  .fly-top-links1 .top-links1 li.current-menu-item > a {
    color: #0057b7; }
  .fly-top-links1 .top-links1 li.current_page_parent > a {
    color: #0057b7; }
  .fly-top-links1 .top-links1 > li {
    margin: 10px; }
    @media only screen and (max-width: 767px) {
      .fly-top-links1 .top-links1 > li {
        margin: 5px 0 10px 0; }
        .fly-top-links1 .top-links1 > li:last-child {
          margin-bottom: 0; } }
    .fly-top-links1 .top-links1 > li .sub-menu {
      display: none; }
    .fly-top-links1 .top-links1 > li.current_page_parent > .sub-menu, .fly-top-links1 .top-links1 > li.current_page_item > .sub-menu {
      position: absolute;
      display: flex;
      align-items: center;
      text-transform: none;
      left: 0;
      right: 0;
      background: #f0f0f0;
      padding: 0;
      transition: all 0.25s;
      box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.15);
      top: 70px; }
      @media only screen and (max-width: 767px) {
        .fly-top-links1 .top-links1 > li.current_page_parent > .sub-menu, .fly-top-links1 .top-links1 > li.current_page_item > .sub-menu {
          position: static;
          flex-direction: column;
          align-items: flex-start;
          background: none;
          box-shadow: none;
          margin-top: 10px; } }
      .fly-top-links1 .top-links1 > li.current_page_parent > .sub-menu > li, .fly-top-links1 .top-links1 > li.current_page_item > .sub-menu > li {
        padding: 0px 10px;
        border-right: 1px solid rgba(155, 155, 155, 0.2);
        height: 40px;
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .fly-top-links1 .top-links1 > li.current_page_parent > .sub-menu > li, .fly-top-links1 .top-links1 > li.current_page_item > .sub-menu > li {
            height: auto;
            border-right: none;
            padding-left: 10px;
            margin: 5px 0; } }
        .fly-top-links1 .top-links1 > li.current_page_parent > .sub-menu > li.li.current_page_item, .fly-top-links1 .top-links1 > li.current_page_parent > .sub-menu > li.current-menu-item, .fly-top-links1 .top-links1 > li.current_page_item > .sub-menu > li.li.current_page_item, .fly-top-links1 .top-links1 > li.current_page_item > .sub-menu > li.current-menu-item {
          background: #f4f4f4; }
          @media only screen and (max-width: 767px) {
            .fly-top-links1 .top-links1 > li.current_page_parent > .sub-menu > li.li.current_page_item, .fly-top-links1 .top-links1 > li.current_page_parent > .sub-menu > li.current-menu-item, .fly-top-links1 .top-links1 > li.current_page_item > .sub-menu > li.li.current_page_item, .fly-top-links1 .top-links1 > li.current_page_item > .sub-menu > li.current-menu-item {
              background: none; } }
        .fly-top-links1 .top-links1 > li.current_page_parent > .sub-menu > li a, .fly-top-links1 .top-links1 > li.current_page_item > .sub-menu > li a {
          font-weight: normal; }
    .home .fly-top-links1 .top-links1 > li.current_page_parent > .sub-menu, .home .fly-top-links1 .top-links1 > li.current_page_item > .sub-menu {
      display: none; }

.burger {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  height: 20px;
  width: 22px;
  margin: 4px;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .burger {
      z-index: 1;
      position: relative;
      display: flex; } }
  .burger:hover .burger__line:nth-child(1) {
    transform: translateY(2px); }
  .burger:hover .burger__line:nth-child(3) {
    transform: translateY(-2px); }
  .burger__line {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    display: block;
    background: #000;
    transition: transform 0.3s ease; }
    .home .burger__line {
      background: #fff; }
    .burger__line:nth-child(1) {
      transform-origin: right; }
    .burger__line:nth-child(2) {
      transform: scaleX(1);
      transform-origin: center; }
    .burger__line:nth-child(3) {
      transform-origin: right; }
  .burger.active .burger__line:nth-child(1) {
    transform: rotate(-45deg) scale(1.15) !important; }
  .burger.active .burger__line:nth-child(2) {
    transform: scaleX(0) !important; }
  .burger.active .burger__line:nth-child(3) {
    transform: rotate(45deg) scale(1.15) !important; }

.info-page .section-inn {
  position: relative; }

.aside-block {
  position: sticky;
  top: 40px;
  left: 0;
  float: right;
  display: flex;
  padding: 10px; }

.info-page__aside {
  padding: 0 0 0 30px;
  border-left: solid 1px #e3e3e3;
  margin-top: 30px; }
  .info-page__aside a {
    display: block;
    line-height: 1.5em;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #3d3d3d;
    margin: 15px 0 0;
    text-transform: lowercase;
    transition: 0.2s ease; }
    .info-page__aside a:first-letter {
      text-transform: uppercase; }
    .info-page__aside a:hover {
      color: #f26d31; }

.main-block {
  width: 60%;
  display: block;
  position: relative; }

#tb_claim_tourist {
  display: none !important; }

div#greatbutt * {
  display: none !important; }

.showmore__info {
  margin-top: 0.5rem;
  height: 0;
  transition: height 0.2s;
  overflow: hidden; }
  .showmore__info .tb_table {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    font-family: 'Bliss';
    font-size: 14px;
    line-height: 1.4;
    border-spacing: 0;
    overflow: hidden; }
    .showmore__info .tb_table .tb_tr_header1 {
      display: none; }
    .showmore__info .tb_table .tb_tr_header2 {
      font-weight: 700;
      background-color: rgba(0, 0, 0, 0.03); }
      .showmore__info .tb_table .tb_tr_header2 .payments-w {
        text-align: right; }
      .showmore__info .tb_table .tb_tr_header2 td {
        border-bottom: 1px solid #d8d8d8; }
    .showmore__info .tb_table td {
      padding: 6px 8px; }
  .showmore__info--show {
    height: 100%; }

#tb_object .tb_claim {
  font-family: 'Bliss'; }
  #tb_object .tb_claim h4 {
    font-size: 16px;
    margin-bottom: 15px; }
  #tb_object .tb_claim .tb_table td {
    transition: 0.2s ease; }

.hidden {
  display: none; }

.upWin {
  position: absolute;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  font-size: 14px;
  top: 100%;
  z-index: 10;
  line-height: 1.4;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2); }
  .upWin .account-balance__header, .upWin .bonus-balance__header {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px; }
  .upWin .account-balance__available, .upWin .bonus-balance__available {
    margin-bottom: 0; }
  .upWin .account-balance__money-more, .upWin .bonus-balance__money-more {
    font-size: 12px;
    font-family: 'PT Sans';
    color: #333;
    /*      opacity: 0.7;*/ }
  .upWin .bonus-balance {
    margin-top: 15px;
    margin-bottom: 24px; }
  .upWin .btn {
    font-family: 'Bliss';
    padding: 5px 20px;
    border-radius: 5px;
    color: #3978ca;
    border: 2px solid #3978ca;
    line-height: 17px;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    transition: all 0.2s ease; }
    .upWin .btn:hover {
      background: rgba(57, 120, 202, 0.2); }
  .upWin .bold {
    font-weight: 700; }
  .upWin__block {
    margin-bottom: 10px; }

.ashow1,
.ahide0 {
  display: block; }

.ashow0,
.ahide1 {
  display: none; }

.arrow-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  transition: 0.2s ease;
  z-index: -1;
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: 0.2s ease;
  color: #3978ca; }
  .arrow-to-top:hover {
    border-color: #3978ca;
    transform: translateY(-10px); }
  .arrow-to-top.active {
    z-index: 111;
    opacity: 1; }

.flapper {
  display: flex; }
  .flapper .digit {
    font-weight: bold; }
    .flapper .digit div {
      color: #f26d31 !important; }

.cashback-widget {
  border-radius: 4px;
  background-color: #2c3642;
  padding: 20px 10px;
  user-select: none;
  display: block; }
  .cashback-widget__title {
    color: #fff;
    font-weight: 700;
    margin: 0 0 16px;
    font-size: 22px; }
  .cashback-widget__text {
    color: #fff;
    font-size: 16px;
    margin: 0;
    margin: 0 0 5px;
    font-weight: 700; }
  .cashback-widget__item {
    margin-bottom: 8px; }
    .cashback-widget__item:last-child {
      margin-bottom: 0; }

.cashback-widget__value {
  font-size: 22px !important;
  line-height: 26px !important;
  height: 26px !important; }
  .cashback-widget__value .digit {
    width: 18px !important;
    height: 26px !important;
    margin: 0 2px 0 0 !important; }
    .cashback-widget__value .digit:first-child {
      margin: 0; }
    .cashback-widget__value .digit .top {
      clip: rect(0px, auto, 12px, 0px) !important; }
    .cashback-widget__value .digit .bottom {
      clip: rect(13px, auto, 54px, 0px) !important; }

.cashback-widget__value .digit .top {
  clip: rect(0px, auto, 12px, 0px) !important; }

.cashback-widget__value .digit .bottom {
  clip: rect(13px, auto, 54px, 0px) !important; }

.claim-icons {
  width: 20px; }

.claim-offer {
  display: block; }
  .claim-offer span {
    height: 24px;
    display: inline-block;
    vertical-align: middle; }

.cashbox-filter {
  margin-bottom: 30px; }
  .cashbox-filter input {
    border: 1px solid #e0e0e0;
    font-family: 'Bliss';
    font-size: 1rem;
    line-height: 1.62;
    padding: 6px 12px;
    box-shadow: none;
    border-radius: 5px;
    margin: 0 10px 15px 0;
    color: #555;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    min-width: 100px; }
    .cashbox-filter input:focus, .cashbox-filter input:hover {
      outline: none;
      box-shadow: 0 0px 0px 2px #565656 inset; }
  .cashbox-filter button {
    padding: 5px 20px;
    background: #3978ca;
    border: 1px solid #3978ca;
    border-radius: 5px;
    line-height: 17px;
    color: white;
    font-size: 14px;
    font-family: 'Bliss';
    font-weight: 600;
    transition: all 0.2s ease;
    cursor: pointer;
    margin-bottom: 15px;
    user-select: none; }
    .cashbox-filter button:hover {
      background: #578cd1;
      border-color: #578cd1; }
  .cashbox-filter a {
    font-family: 'Bliss';
    color: #3978ca;
    border-bottom: 1px dashed #3978ca;
    transition: border-bottom 0.2s ease; }
    .cashbox-filter a:hover {
      border-bottom: 1px dashed transparent; }

.table-cashbox {
  border-spacing: 0px;
  border-radius: 5px;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  font-family: 'Bliss';
  box-shadow: 0 1px 3px -1px #aaa; }
  .table-cashbox thead {
    background-color: #3978ca;
    color: #fff;
    font-size: 16px; }
    .table-cashbox thead th {
      text-align: center;
      position: sticky;
      top: 0;
      background-color: #3978ca;
      font-size: 14px;
      border-right: 1px solid #e2e2e2; }
      .table-cashbox thead th:first-child {
        border-radius: 5px 0 0; }
      .table-cashbox thead th:last-child {
        border-radius: 0 5px 0 0; }
  .table-cashbox tr:last-child td:first-child {
    border-radius: 0 0 0 5px; }
  .table-cashbox tr:last-child td:last-child {
    border-radius: 0 0 5px 0; }
  .table-cashbox tbody tr:hover {
    background-color: #ebebeb; }
  .table-cashbox tbody tr td:nth-child(n + 3) {
    text-align: right; }
  .table-cashbox td,
  .table-cashbox th {
    padding: 10px;
    border-bottom: 1px solid #e2e2e2; }
  .table-cashbox tr {
    transition: 0.2s ease; }
    .table-cashbox tr:nth-child(even) {
      background-color: rgba(0, 0, 0, 0.03); }

.cashbox-pagination button {
  padding: 5px 20px;
  background: #3978ca;
  border: 1px solid #3978ca;
  border-radius: 5px;
  line-height: 17px;
  color: white;
  font-size: 14px;
  font-family: 'Bliss';
  font-weight: 600;
  transition: all 0.2s ease;
  cursor: pointer;
  margin: 0 10px 15px 0;
  user-select: none; }
  .cashbox-pagination button:hover {
    background: #578cd1;
    border-color: #578cd1; }

.filght-filters-info {
  margin: 0 0 20px; }
  .filght-filters-info__wrapper {
    display: flex;
    flex-wrap: wrap; }
    .filght-filters-info__wrapper .flight-filter {
      width: calc(100% / 4 - 15px);
      margin-right: 15px;
      margin-bottom: 20px; }
      .filght-filters-info__wrapper .flight-filter:last-child {
        width: calc(100% / 4);
        margin-right: 0; }
  .filght-filters-info__header {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0.5rem; }
  .filght-filters-info__more {
    display: none;
    right: 0;
    top: 0;
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    margin-top: 20px; }
    .filght-filters-info__more.active {
      display: block; }
    .filght-filters-info__more .flight-filter {
      width: 100%;
      margin: 0 0 10px; }
      .filght-filters-info__more .flight-filter:last-child {
        margin: 0;
        width: 100%; }

.flight-filter {
  font-size: 16px;
  position: relative;
  text-align: center; }
  .flight-filter__name {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    font-size: 1rem;
    font-weight: 500;
    background: transparent;
    color: #000 !important;
    transition: 0.2s ease;
    display: block;
    text-align: center;
    cursor: pointer; }
    .flight-filter__name:hover {
      background: rgba(57, 120, 202, 0.2);
      box-shadow: 0 0px 0px 2px #3978ca inset; }
    .flight-filter__name.active {
      color: white !important;
      background: #3978ca;
      border: 1px solid #3978ca; }
  .flight-filter__name-text {
    user-select: none;
    outline: none; }
  .flight-filter__transfer-box {
    margin-top: 10px; }
  .flight-filter .nav-tabs {
    border-bottom: 2px solid #eee !important; }
    .flight-filter .nav-tabs li.ng-scope:nth-child(n + 2) {
      padding-left: 10px; }
    .flight-filter .nav-tabs li.ng-scope.active a {
      background: #4c88cf;
      color: #fff !important; }
      .flight-filter .nav-tabs li.ng-scope.active a:hover, .flight-filter .nav-tabs li.ng-scope.active a:focus {
        background-color: #4c88cf !important;
        border: 2px solid #ededed;
        border-bottom: none; }
    .flight-filter .nav-tabs li.ng-scope a {
      transition: 0.25s ease;
      border: 2px solid #ededed;
      border-bottom: none;
      color: #4c88cf !important; }
  .flight-filter .dropdown-box {
    border-radius: 3px !important;
    left: 0;
    top: 40px; }
    .flight-filter .dropdown-box--price {
      padding: 10px 50px; }
    .flight-filter .dropdown-box .ngrs-range-slider .ngrs-handle.ngrs-over i {
      background: #f36d21;
      padding: 2px;
      border-radius: 10px;
      width: 80%;
      height: 80%;
      position: relative;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .flight-filter .dropdown-box .ngrs-range-slider.ngrs-focus,
    .flight-filter .dropdown-box .ngrs-range-slider .ngrs-handle.ngrs-down {
      box-shadow: none; }
    .flight-filter .dropdown-box .ngrs-range-slider .ngrs-value {
      font-size: 16px;
      color: #000; }
    .flight-filter .dropdown-box .ngrs-range-slider .ngrs-join {
      background: #3978ca; }
    .flight-filter .dropdown-box .btn {
      transition: 0.2s ease;
      font-size: 16px; }
      .flight-filter .dropdown-box .btn:hover {
        cursor: pointer;
        background: rgba(57, 120, 202, 0.2);
        box-shadow: 0 0px 0px 2px #3978ca inset; }
      .flight-filter .dropdown-box .btn.active {
        color: white;
        background: #3978ca;
        border: 1px solid #3978ca;
        box-shadow: none; }
    .flight-filter .dropdown-box .dropdown-box-select {
      margin: 0;
      padding: 20px 10px;
      border: 2px solid #e3e3e3;
      border-top: none;
      border-radius: 0 0 4px 4px; }
      .flight-filter .dropdown-box .dropdown-box-select .btn:last-child {
        margin-bottom: 0; }

.fly-set {
  display: flex;
  font-size: 12px; }

.fly-set-item {
  margin-right: 6px; }

.link-dash {
  color: #3978ca !important;
  border-bottom: 1px dashed #3978ca;
  cursor: pointer;
  user-select: none;
  transition: border-bottom 0.2s ease; }
  .link-dash:hover {
    border-bottom: 1px dashed transparent; }

.arrow-to-open {
  content: '';
  width: 32px;
  height: 32px;
  border-radius: 5px;
  margin-right: 10px;
  background: url(/i/eto-icons/arrow-drop-icon.svg) center center;
  background-repeat: no-repeat;
  border: 1px solid #e0e0e0;
  outline: none;
  transition: 0.2s ease box-shadow;
  margin: 0 10px;
  display: inline-block; }
  .arrow-to-open:hover {
    box-shadow: 0 0px 0px 2px #3978ca inset; }

.user {
  position: relative; }
  .user.info:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ed5a02;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    animation: 0.75s linear 0s infinite blink; }

@keyframes blink {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
#tb_currency_operator > .pad15 > div:first-child {
  display: flex;
  border-bottom: 2px solid #4c88cf; }
  #tb_currency_operator > .pad15 > div:first-child button {
    font-family: 'Bliss';
    font-size: 14px;
    border-radius: 5px 5px 0px 0px;
    text-decoration: none;
    border: 2px solid #4c88cf;
    color: #4c88cf;
    margin-right: 15px;
    padding: 6px 13px;
    position: relative;
    top: 2px;
    transition: 0.2s ease; }
    #tb_currency_operator > .pad15 > div:first-child button:hover {
      color: white;
      background: #4c88cf; }
    #tb_currency_operator > .pad15 > div:first-child button.act {
      background: #4c88cf;
      color: white; }

.search-block {
  height: 408px;
  width: 100%; }

.search-block__search-pic {
  width: 100%;
  height: 100%;
  filter: blur(3px);
  object-fit: cover; }
  .search-block__search-pic .cover {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.section__front-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
.section__title {
  color: #686868;
  line-height: 1.2;
  font-size: 3.75rem;
  margin-bottom: 1.75rem;
  text-align: center; }
.section__btn {
  text-align: center;
  display: block;
  color: #fff;
  background: #ff7e42;
  width: max-content;
  padding: 12px 40px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  transition: 0.25s ease; }
  .section__btn:hover {
    color: #fff;
    background: #ffa054; }

.about-page .about-header .content {
  z-index: 0; }

.tableTourSR tr:first-of-type > td:first-of-type {
  width: 100px; }
.tableTourSR tbody > tr > td {
  padding: 4px !important;
  vertical-align: middle !important; }
.tableTourSR tbody > tr:nth-child(odd) > td {
  background: none !important; }
.tableTourSR .btn {
  transition: 0.2s ease;
  will-change: background, color, border;
  padding: 3px 4px; }
  .tableTourSR .btn:hover {
    background: rgba(57, 120, 202, 0.2);
    box-shadow: 0 0px 0px 2px #3978ca inset; }
  .tableTourSR .btn:active {
    background: rgba(57, 120, 202, 0.2);
    box-shadow: 0 0px 0px 2px #3978ca inset; }
  .tableTourSR .btn:focus {
    background: rgba(57, 120, 202, 0.2);
    box-shadow: 0 0px 0px 2px #3978ca inset; }
.tableTourSR .btn-success {
  background: #3978ca; }
  .tableTourSR .btn-success:hover {
    background: #578cd1;
    box-shadow: none; }
  .tableTourSR .btn-success:active {
    background: #578cd1;
    box-shadow: none; }
  .tableTourSR .btn-success:focus {
    background: #578cd1;
    box-shadow: none; }
.tableTourSR small {
  font-size: 14px; }
.tableTourSR .real-price {
  font-weight: bold; }
.tableTourSR .date-from {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
.tableTourSR .date-to {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 6px; }
.tableTourSR .date-to__date {
  display: flex; }
.tableTourSR .date-to__day {
  display: flex; }
.tableTourSR .fly-comp {
  opacity: 0.75; }

.price-table-block__table {
  margin-top: 30px; }

.swiper-button-next,
.swiper-button-prev {
  filter: contrast(0);
  transition: 0.2s ease;
  will-change: filter; }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 22px !important;
    font-weight: bold; }

.swiper-button-next:hover,
.swiper-button-prev:hover {
  filter: contrast(1); }

.section-banner {
  position: relative;
  color: #fff; }
  .section-banner .swiper-button-next,
  .section-banner .swiper-button-prev {
    filter: contrast(1);
    color: #fff; }
    .section-banner .swiper-button-next:after,
    .section-banner .swiper-button-prev:after {
      font-size: 48px !important;
      font-weight: bold; }
    .section-banner .swiper-button-next:hover,
    .section-banner .swiper-button-prev:hover {
      filter: contrast(0.5); }

.front-banner[data-color='blue'] .swiper-button-next,
.front-banner[data-color='blue'] .swiper-button-prev {
  color: #3978ca; }
.front-banner[data-color='blue'] .swiper-pagination-bullet {
  background-color: #3978ca; }
.front-banner[data-color='red'] .swiper-button-next,
.front-banner[data-color='red'] .swiper-button-prev {
  color: #ff7e42; }
.front-banner[data-color='red'] .swiper-pagination-bullet {
  background-color: #ff7e42; }
.front-banner[data-color='white'] .swiper-button-next,
.front-banner[data-color='white'] .swiper-button-prev {
  color: #fff; }
.front-banner[data-color='white'] .swiper-pagination-bullet {
  background-color: #fff; }
.front-banner .swiper-pagination-bullet {
  background: #fff;
  transition: 0.2s ease;
  will-change: transform, opacity;
  cursor: pointer; }
  .front-banner .swiper-pagination-bullet:hover {
    transform: scale(1.5);
    opacity: 0.5; }
  .front-banner .swiper-pagination-bullet.active {
    opacity: 0.5;
    transform: scale(1.5); }
.front-banner__slide {
  overflow: hidden;
  min-height: 635px;
  max-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  font-family: 'Bliss', 'PT Sans', sans-serif; }
  .front-banner__slide::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ff4632;
    z-index: -1; }
  .front-banner__slide--baloon .front-banner__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .front-banner__slide--baloon .front-banner__content .title {
      font-size: 4.5rem;
      line-height: 0.9;
      margin-bottom: 10px;
      letter-spacing: -0.015em;
      text-align: left;
      cursor: default;
      user-select: none;
      color: white;
      text-shadow: 1px 1px 1px #00000099, 2px 2px 5px #00000066, 2px 4px 8px #0000004d; }
    .front-banner__slide--baloon .front-banner__content .subtitle {
      font-size: 2rem;
      text-align: left;
      color: white;
      line-height: 1.25;
      user-select: none;
      letter-spacing: -0.015em;
      margin-top: 10px;
      text-shadow: 1px 1px 1px #00000099, 2px 2px 5px #00000066, 2px 4px 8px #0000004d; }
    .front-banner__slide--baloon .front-banner__content .btn {
      margin-top: 30px;
      box-shadow: 2px 2px 4px #00000033; }
      .front-banner__slide--baloon .front-banner__content .btn:hover {
        cursor: pointer;
        background-color: white;
        color: #df0000;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2), 2px 4px 8px rgba(0, 0, 0, 0.1); }
      .front-banner__slide--baloon .front-banner__content .btn:focus {
        transform: scale(0.95); }
  .front-banner__slide--sber .front-banner__content {
    max-width: 50%;
    color: #222324; }
    .front-banner__slide--sber .front-banner__content .title {
      font-size: 6.25rem;
      text-transform: uppercase;
      margin-bottom: 20px; }
      .front-banner__slide--sber .front-banner__content .title .small {
        font-size: 0.5em; }
    .front-banner__slide--sber .front-banner__content .subtitle {
      font-size: 1.875rem;
      margin: 40px 0;
      max-width: 400px;
      line-height: 1.2; }
    .front-banner__slide--sber .front-banner__content .btn {
      background: #222324;
      border-color: #222324;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin-top: 30px; }
      .front-banner__slide--sber .front-banner__content .btn:hover {
        cursor: pointer;
        color: #90cd87; }
      .front-banner__slide--sber .front-banner__content .btn:focus {
        transform: scale(0.95); }
  .front-banner__slide--revo .front-banner__inn {
    padding-bottom: 6em; }
  .front-banner__slide--revo .front-banner__content {
    padding-top: 220px; }
    .front-banner__slide--revo .front-banner__content .title {
      font-size: 5rem;
      line-height: 0.85;
      margin-bottom: 20px;
      letter-spacing: -0.015em;
      text-shadow: 2px 5px 10px #033b4a8a;
      text-transform: uppercase; }
    .front-banner__slide--revo .front-banner__content .btn {
      background-color: #e84308;
      border-color: #e84308; }
      .front-banner__slide--revo .front-banner__content .btn:hover {
        background-color: #f75318;
        border-color: #f75318; }
  .front-banner__slide--alfa .front-banner__content {
    max-width: 50%; }
    .front-banner__slide--alfa .front-banner__content .title {
      color: #fff;
      font-size: 4.375rem;
      margin-bottom: 1.25rem;
      text-transform: uppercase; }
      .front-banner__slide--alfa .front-banner__content .title .small {
        font-size: 0.5em; }
    .front-banner__slide--alfa .front-banner__content .subtitle {
      color: #fff;
      margin: 2.5rem 0;
      line-height: 1.2; }
      @media screen and (max-width: 600px) {
        .front-banner__slide--alfa .front-banner__content .subtitle {
          font-size: 20px; } }
  .front-banner__slide--pokupay:before {
    background: #00cc36; }
  .front-banner__slide--pokupay .front-banner__bg {
    width: 60%;
    right: 0;
    left: auto; }
    @media screen and (max-width: 768px) {
      .front-banner__slide--pokupay .front-banner__bg {
        width: 65%; } }
    @media screen and (max-width: 600px) {
      .front-banner__slide--pokupay .front-banner__bg {
        width: 100%;
        height: 70%; } }
  .front-banner__slide--pokupay .front-banner__overlay {
    width: 60%; }
    @media screen and (max-width: 768px) {
      .front-banner__slide--pokupay .front-banner__overlay {
        width: 65%; } }
    @media screen and (max-width: 600px) {
      .front-banner__slide--pokupay .front-banner__overlay {
        width: 100%;
        transform: rotate(270deg);
        top: 40%; } }
    @media screen and (max-width: 500px) {
      .front-banner__slide--pokupay .front-banner__overlay {
        height: 75%; } }
  @media screen and (max-width: 1199px) {
    .front-banner__slide--pokupay .front-banner__content {
      padding-left: 5vw; } }
  .front-banner__slide--pokupay .front-banner__content .btn {
    background: #3978ca;
    border: 2px solid #3978ca;
    color: white;
    margin-top: 50px; }
    @media screen and (max-width: 600px) {
      .front-banner__slide--pokupay .front-banner__content .btn {
        margin-top: 35px; } }
    .front-banner__slide--pokupay .front-banner__content .btn:hover {
      background: #578cd1;
      border-color: #578cd1; }
  .front-banner__slide--pokupay .front-banner__content .title {
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    font-size: 1.625rem; }
    @media screen and (max-width: 1199px) {
      .front-banner__slide--pokupay .front-banner__content .title {
        font-size: 1.375rem; } }
    @media screen and (max-width: 768px) {
      .front-banner__slide--pokupay .front-banner__content .title {
        font-size: 1.375rem; } }
    @media screen and (max-width: 600px) {
      .front-banner__slide--pokupay .front-banner__content .title {
        font-size: 1.25rem;
        margin-bottom: 0.5rem; } }
  @media screen and (max-width: 1440px) {
    .front-banner__slide--pokupay .front-banner__inn {
      max-width: 700px;
      margin: 0 auto 0 7%; } }
  @media screen and (max-width: 600px) {
    .front-banner__slide--pokupay .front-banner__inn {
      padding-top: 80%; } }
  @media screen and (max-width: 540px) {
    .front-banner__slide--pokupay .front-banner__inn {
      padding-top: 90%;
      padding-bottom: 50px; } }
  .front-banner__slide--tours::before {
    background-color: #3978ca; }
  .front-banner__slide--tours .front-banner__bg {
    filter: brightness(0.85); }
  .front-banner__slide--tours .front-banner__content .title {
    margin-bottom: 1.25rem;
    text-shadow: 2px 2px 4px #00000075; }
    @media screen and (max-width: 767px) {
      .front-banner__slide--tours .front-banner__content .title {
        font-size: 2.5rem; } }
  .front-banner__slide--tours .front-banner__content .subtitle {
    margin-bottom: 3.125rem;
    text-shadow: 2px 2px 4px #00000075; }
    @media screen and (max-width: 767px) {
      .front-banner__slide--tours .front-banner__content .subtitle {
        font-size: 1.625rem; } }
  .front-banner__slide--tours .front-banner__content .btn {
    border: 2px solid #ffffff;
    color: #ffffff; }
    .front-banner__slide--tours .front-banner__content .btn:hover {
      color: #3978ca;
      background: #ffffff; }
.front-banner__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%; }
.front-banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; }
.front-banner__inn {
  width: 1100px;
  height: 100%;
  padding: 8em 0;
  margin: 0px auto;
  position: relative; }
.front-banner__content {
  max-width: 90%;
  padding-left: 150px; }
  .front-banner__content .title {
    font-size: 4.375rem;
    line-height: 0.9;
    font-weight: bold; }
  .front-banner__content .subtitle {
    font-size: 2rem;
    line-height: 0.9;
    font-weight: 600; }
  .front-banner__content .btn {
    color: white;
    background: transparent;
    padding: 15px 30px;
    border-radius: 105px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 1.125rem;
    border: 3px solid white;
    transition: 0.15s linear;
    will-change: background, color, border-color;
    display: block;
    width: max-content;
    letter-spacing: 0.05em; }
.front-banner__arrows {
  width: 1020px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; }

.section-partnerts {
  padding: 30px 0;
  background-color: #f5f5f5; }
  .section-partnerts .swiper-button-prev {
    left: -20px; }
  .section-partnerts .swiper-button-next {
    right: -20px; }

.partners__item {
  list-style: none; }
.partners__picture {
  height: 70px;
  display: block;
  filter: brightness(128%) contrast(96%) saturate(0%) blur(0px) hue-rotate(0deg);
  transition: 0.2s ease;
  will-change: filter; }
  .partners__picture:hover {
    filter: contrast(1); }
  .partners__picture .partners__img,
  .partners__picture img {
    width: 100%;
    max-height: 100%;
    object-fit: contain; }

.standard-sidebar .nav-container {
  width: inherit; }

#insurance-block .flex {
  flex-wrap: wrap; }
#insurance-block .h100 {
  height: 100% !important; }
#insurance-block .select-tourists [ng-repeat='tourist in vm.model.tourists track by $index'] {
  height: 100% !important; }

.section-news {
  padding: 15px 0; }
  .section-news__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
  .section-news__item {
    height: max-content; }
    .section-news__item:nth-child(odd) {
      background: #f4f4f4; }

.news-box {
  padding: 14px 20px; }
  .news-box__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px; }
  .news-box__title {
    color: #3d3d3d;
    font-size: 13px;
    text-transform: uppercase;
    max-width: 65%; }
  .news-box__header-link {
    color: #3d3d3d;
    transition: color 0.2s ease;
    font-size: 11px; }
    .news-box__header-link:hover {
      color: #0056bc; }
  .news-box .short-news {
    margin-bottom: 20px; }
  .news-box--market .short-news {
    margin-bottom: 30px; }

.short-news__img-box {
  width: 100%;
  margin-bottom: 5px; }
  .short-news__img-box a {
    width: 100%;
    height: inherit;
    display: block; }
  .short-news__img-box img {
    height: 100%;
    width: 100%;
    object-fit: contain; }
.short-news__date {
  font-size: 11.2px;
  color: #808080;
  display: block;
  margin-bottom: 5px; }
.short-news__time {
  color: #ed5a02;
  margin-right: 5px; }
.short-news__name {
  font-size: 16px;
  font-weight: bold;
  padding-right: 2em; }
.short-news__link {
  color: #3d3d3d;
  transition: 0.2s ease;
  will-change: color; }
  .short-news__link:hover {
    color: #0056bc; }

.section-more {
  padding: 30px 0 50px; }
  .section-more__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px; }

.more-item p {
  color: #646464; }

.main-btn {
  font-family: 'Bliss';
  background: #3978ca;
  border: 2px solid #3978ca;
  border-radius: 5px;
  color: white;
  transition: all 0.2s ease;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 20px;
  cursor: pointer; }
  .main-btn:hover {
    background: #578cd1;
    border: 2px solid #578cd1;
    color: white; }
  .main-btn--accent {
    background: var(--accent);
    border: 2px solid var(--accent); }
    .main-btn--accent:hover {
      color: white;
      background: #ffa054;
      border: 2px solid #ffa054; }
  .main-btn--white-blue {
    background-color: #fff;
    color: #000; }

.mobile-claims {
  background-color: #fff;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  border: 1px solid #f2f2f2;
  box-shadow: 0 10px 20px #00000008;
  border-radius: 5px;
  padding: 15px 0; }
  .mobile-claims__field-name {
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1.2; }
  .mobile-claims__field-val {
    font-weight: bold;
    margin-bottom: 0; }
  .mobile-claims__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 10px; }
  .mobile-claims__info, .mobile-claims__statuses, .mobile-claims__people {
    padding: 0 10px; }
  .mobile-claims__people {
    width: 100%; }
  .mobile-claims__dates {
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
  .mobile-claims__pays {
    display: flex;
    width: 100%;
    justify-content: space-between; }
  .mobile-claims__num-box {
    min-height: 20px;
    display: flex;
    width: 48%;
    flex-wrap: wrap; }
  .mobile-claims__num {
    font-size: 16px;
    font-weight: bold; }
  .mobile-claims__icons {
    margin-left: 5px; }
  .mobile-claims__create-date {
    width: 100%; }
  .mobile-claims__company-name {
    font-weight: bold;
    font-size: 16px; }
  .mobile-claims__info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%; }
  .mobile-claims__company-box {
    text-align: right; }
  .mobile-claims__statuses {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px; }

.news-full table {
  width: 100% !important;
  border-collapse: collapse;
  font-size: 13px; }
.news-full tr {
  transition: 0.2s ease;
  height: auto !important; }
  .news-full tr:first-child {
    font-size: 18px; }
  .news-full tr:last-child td {
    border-bottom: none; }
  .news-full tr td {
    vertical-align: baseline;
    padding: 5px;
    max-width: 23%;
    height: auto !important;
    border-bottom: 1px solid rgba(155, 155, 155, 0.2); }

@media only screen and (max-width: 1199px) {
  body {
    min-width: 320px; }

  .section-inn {
    width: auto; }

  div.section-inn {
    min-width: auto !important;
    max-width: 100% !important; }

  .filter__input .tb_date {
    min-width: 100px !important; }

  .filter-secondary .filter__item {
    width: calc(25% - 10px) !important; }

  .TVSearchResults {
    width: 100% !important; }

  .front-banner__inn {
    width: 100%; }
  .front-banner__arrows {
    width: 100%; }
  .front-banner__content {
    padding-left: 10vw; }

  .section-partnerts .section-inn {
    margin: 0 40px; }

  .search-block__search-pic .cover {
    object-fit: contain; } }
@media only screen and (max-width: 991px) {
  .cashback-widget {
    margin: 20px 0 0; }

  .standard-sidebar {
    display: none; }

  .standard-wide {
    width: auto; }

  .section-more__wrap {
    grid-gap: 20px;
    grid-template-columns: 1fr; }

  .section-news__wrap {
    grid-template-columns: repeat(2, 1fr); }

  .filter-secondary .filter__row {
    flex-wrap: wrap; }
    .filter-secondary .filter__row .filter__input .tb_date {
      width: 48%;
      margin-right: 2%; }
      .filter-secondary .filter__row .filter__input .tb_date:nth-child(even) {
        margin-right: 0;
        margin-left: 2%; }
  .filter-secondary .filter__item {
    width: calc(50% - 10px) !important; }

  #rec107189747 .t396__artboard {
    z-index: 0; }

  #news-wide {
    width: 100%;
    float: unset;
    padding: 0;
    margin-bottom: 40px; }

  #news-wide .news-column-1 {
    float: unset;
    width: auto;
    padding: 0;
    width: 48%; }

  #news-wide .news-link-to {
    float: unset;
    text-align: right; }

  .news-columns {
    display: flex;
    justify-content: space-between; }

  #news-sidebar {
    width: 100%;
    float: unset;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }

  #news-sidebar .news-col-1 {
    width: 100%; }

  #news-sidebar .news-shortest-item a {
    height: 200px;
    display: block;
    margin-bottom: 20px; }

  #news-sidebar .news-shortest-item a img {
    height: 100%;
    object-fit: contain;
    object-position: left; }

  .front-banner__slide--baloon .front-banner__content .title, .front-banner__slide--sber .front-banner__content .title {
    font-size: 3.75rem; }
  .front-banner__slide--baloon .front-banner__content .subtitle, .front-banner__slide--sber .front-banner__content .subtitle {
    font-size: 1.625rem; }
  .front-banner__slide--revo .front-banner__content {
    padding-top: 20px; }

  .search-block {
    height: 320px; }

  .tbx-claim-person {
    height: auto !important; }
    .tbx-claim-person div:last-child {
      margin: 0 !important;
      clear: unset !important; }

  .section.need-auth {
    padding-top: 60px; }

  .need-auth h1 {
    margin-top: 0 !important; }
  .need-auth__form-box {
    margin-top: 40px; } }
@media only screen and (max-width: 767px) {
  .section-news__wrap {
    grid-template-columns: 1fr; }

  .t184__title {
    line-height: 1.2 !important;
    padding: 0 !important;
    font-size: 2.625rem !important; }

  .t-title_xxl div {
    font-size: inherit !important; }

  .t-rec_pb_210 {
    margin-top: -180px;
    margin-bottom: -80px; }

  ._3_qFX_styles_paymentControls__button-group {
    text-align: center; }

  .t396__artboard {
    z-index: 0; }

  .claim-feed-item .claim-info-status {
    margin-bottom: 10px; }

  #tb-form .wrapper .mb20 {
    margin-bottom: 20px !important; }

  #p-konstruktor-tura #tb-form .claiminfo {
    margin-bottom: 0; }

  #f-table {
    font-size: 11px; }

  .alert-warning {
    font-size: 16px;
    line-height: 1.4;
    padding: 0;
    margin: 20px 0 30px; }
    .alert-warning .tb-h2 {
      font-weight: bold;
      font-size: 28px;
      color: #000; }

  .info-page__aside a {
    margin-right: 5px;
    margin-top: 5px; }

  .aside-block {
    margin-bottom: 20px; }

  .filter__item {
    margin-bottom: 8px; }

  #tb_claim_blocking .tb_claim_short .claim-info__header {
    flex-wrap: wrap; }
  #tb_claim_blocking .tb_claim_short .claim-info__header-btn {
    margin: 10px 0; }
  #tb_claim_blocking .tb_claim_short .claim-info__info {
    width: 100% !important;
    margin-right: 0 !important; }
  #tb_claim_blocking .tb_claim_short .claim-info__main {
    width: 100% !important;
    margin-right: 0 !important; }
    #tb_claim_blocking .tb_claim_short .claim-info__main .claim_payments {
      flex-direction: row !important;
      justify-content: space-between; }
      #tb_claim_blocking .tb_claim_short .claim-info__main .claim_payments > div {
        margin-right: 10px; }
  #tb_claim_blocking .tb_claim_short .claim-info__money {
    width: 100%; }

  #balloon-hero {
    padding: 0 !important; }

  #hero .hero-slide .section-inn {
    padding: 20px 40px !important; }
  #hero .controls .arrow.left {
    left: 0 !important; }
  #hero .controls .arrow.right {
    right: 0 !important; }
  #hero #revo-hero .content {
    justify-content: center !important; }

  .balloon-hero__content {
    padding: 0 !important;
    max-width: 100% !important; }
  .balloon-hero__title {
    font-size: 3.125rem !important;
    text-align: center !important;
    width: 100%; }
  .balloon-hero__subtitle {
    text-align: center !important;
    width: 100% !important;
    font-size: 1.5rem !important;
    margin-bottom: 10px !important; }
  .balloon-hero__button {
    margin: 10px auto !important; }

  #sberbank-hero {
    padding: 30px !important; }

  .sberbank-hero__title {
    font-size: 3.125rem !important;
    width: 100%;
    text-align: center !important; }
  .sberbank-hero__content {
    max-width: 100% !important;
    padding-left: 0 !important; }
  .sberbank-hero__subtitle {
    text-align: center !important;
    font-size: 1.5rem !important;
    width: 100%; }
  .sberbank-hero__button {
    margin: 20px auto !important; }

  .revo-hero__title {
    font-size: 2.125rem !important;
    text-align: center !important;
    line-height: 1.2;
    width: 100%; }
  .revo-hero__button {
    margin: 10px auto;
    font-size: 1.125rem !important; }

  .hero-slide__left, .hero-slide__right {
    width: 20% !important; }

  .column-1 {
    width: 100%; }

  .column-2 {
    width: 100%; }

  .pre {
    white-space: pre-wrap !important; }

  .main-block {
    width: 100%; }

  .section-inn__main {
    float: unset;
    padding-right: 20px; }

  .section-inn__aside {
    float: unset;
    display: flex;
    width: 100%;
    padding-left: 20px;
    margin: 0;
    float: unset;
    border-left: 0;
    border-bottom: solid 1px #e3e3e3;
    background: #fbfbfb;
    overflow-x: auto; }

  .empl-wide {
    width: 100%;
    float: unset; }

  .empl-sidebar {
    display: none; }

  .standard-wide {
    width: 100%;
    float: unset; }

  .standard-wide ul {
    padding-left: 20px; }

  .standard-sidebar {
    display: none; }

  #news-wide .news-column-1 {
    width: 100%; }

  .news-columns {
    flex-wrap: wrap; }

  #news-sidebar .news-market {
    padding: 0; }

  #cb-toppanel {
    padding: 10px 0; }
    #cb-toppanel .section-inn {
      flex-wrap: wrap; }
    #cb-toppanel ul {
      flex-wrap: wrap;
      justify-content: space-between; }
    #cb-toppanel li {
      padding: 8px; }
    #cb-toppanel .register,
    #cb-toppanel #cb-toppanel-adress {
      display: none; }

  #topAuth2 a.btn.primary {
    padding: 5px 10px; }

  #sect-top1 {
    height: auto;
    z-index: 5; }
    #sect-top1 .logo {
      height: 30px;
      margin: 8px 0; }

  .home #sect-top1 {
    background: linear-gradient(rgba(0, 0, 0, 0.44), transparent); }

  .hidden-title {
    position: absolute;
    top: -99999;
    left: -99999; }

  #logo-block {
    width: 100%; }
    #logo-block .logo-partners-item img {
      max-width: 70px; }
    #logo-block #partners {
      display: flex;
      align-items: center; }

  .filter-main {
    flex-wrap: wrap; }
    .filter-main .filter__item {
      margin-right: 0 !important;
      width: 100% !important; }

  .filter-secondary .filter__row {
    flex-wrap: wrap; }
  .filter-secondary .filter__item {
    width: 100% !important;
    margin: 0 0 10px !important; }

  #insurance-preview {
    flex-wrap: wrap; }
    #insurance-preview .insurance-preview__controls-wrapper {
      flex: unset !important;
      padding: 0 !important;
      margin-bottom: 30px; }
      #insurance-preview .insurance-preview__controls-wrapper h1,
      #insurance-preview .insurance-preview__controls-wrapper h2 {
        font-size: 1.5rem; }
    #insurance-preview .insurance-preview__info {
      flex: unset !important;
      padding: 0 !important; }

  .aside-block {
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row !important;
    position: relative;
    top: 0;
    z-index: 1; }

  .info-page {
    padding-top: 0 !important; }
    .info-page__aside {
      border: none; }
      .info-page__aside a {
        margin-right: 20px; }

  .alert-warning {
    width: 100% !important; }

  .type {
    margin-bottom: 20px !important; }
    .type .row {
      margin-bottom: 20px !important; }

  .posts-item {
    margin-bottom: 15px; }

  #tb-form .loadClaim input {
    width: 60% !important; }

  .standard-page {
    padding-bottom: 0; }

  #avia__info .standard-page .section-inn {
    padding: 30px 20px !important; }
  #avia__info .standard-wide {
    padding-right: 0; }
  #avia__info h2 {
    margin-top: 0; }
  #avia__info .section.title {
    padding: 1rem 0; }
    #avia__info .section.title h1 {
      font-size: 2rem; }
  #avia__info .menu-avia {
    font-size: 0.75rem; }
    #avia__info .menu-avia ul {
      display: flex;
      flex-direction: column;
      align-items: center; }
      #avia__info .menu-avia ul li {
        margin-bottom: 10px;
        width: max-content; }
    #avia__info .menu-avia .current_page_item a {
      display: block; }

  .page404 .text404 {
    text-align: center; }
  .page404 img {
    width: 100%; }
  .page404__description-box {
    margin-left: 0 !important; }
  .page404__btns-box {
    width: 220px;
    margin: auto; }
    .page404__btns-box .modern-button {
      width: 100%;
      margin: 0 0 10px !important;
      text-align: center; }

  #news {
    padding: 20px 0; }
    #news img {
      max-width: 100%;
      max-height: 200px;
      object-fit: cover; }

  #news-wide .news-image-container {
    height: 200px; }
    #news-wide .news-image-container img {
      height: 100%;
      object-fit: cover; }

  .sl-jO_styles_commissionList {
    padding-right: 0 !important; }

  ._3FuBW_styles_button {
    margin: 10px 0; }

  .filter__item {
    margin-bottom: 8px !important; }

  .TVCityPanel {
    min-width: unset !important;
    width: 100%; }

  .TVCitiesTable {
    height: auto !important;
    width: 100% !important; }

  .front-banner__slide--baloon .front-banner__content .title, .front-banner__slide--sber .front-banner__content .title {
    font-size: 2.5rem; }
  .front-banner__slide--baloon .front-banner__content .subtitle, .front-banner__slide--sber .front-banner__content .subtitle {
    font-size: 1.625rem; }
  .front-banner__slide--alfa .front-banner__content .title {
    font-size: 2.25rem; }

  #insurance-block {
    padding: 30px 20px !important; }
    #insurance-block .insurance__program {
      flex-basis: unset !important;
      margin: 0 0 20px !important;
      width: 100%; }
    #insurance-block .drop-right {
      z-index: 3 !important; }
    #insurance-block .row {
      margin-bottom: 0 !important; }
    #insurance-block .select-tourists [ng-repeat='tourist in vm.model.tourists track by $index'] {
      padding: 10px 0 !important; }

  .dates-trip__calendar-input:nth-child(even) .dropdown-box {
    right: 0 !important; }

  .TVTourIncludeControl {
    flex-wrap: wrap; }
    .TVTourIncludeControl .TVTourFlightsControl {
      margin-bottom: 20px; }
    .TVTourIncludeControl .TVTourPricesControl {
      width: auto !important;
      margin-left: 0 !important;
      border-top: 1px solid #ddd;
      padding-top: 20px; }

  .TVCountriesButtons {
    flex-wrap: wrap; }

  .TVCountriesButtons.TVCountriesTypeEnabled .TVCountriesMultiBtn,
  .TVCountriesButtons.TVCountriesTypeEnabled .TVCountriesResetBtn {
    margin-left: 0 !important; }

  .TVCountriesFilter {
    flex-wrap: wrap; }
    .TVCountriesFilter .TVCheckBox:not(:first-child) {
      margin-left: 0 !important;
      margin-top: 14px; }

  .insurance-inner__item {
    margin-bottom: 20px; }

  .tb_filter_title {
    position: relative;
    width: max-content; }
    .tb_filter_title::after {
      position: absolute;
      content: '';
      background: url(/i/eto-icons/arrow-drop-icon.svg) no-repeat center center;
      background-size: contain;
      width: 10px;
      height: 20px;
      right: -20px;
      top: 50%;
      transform: translateY(-50%);
      transition: 0.2s ease;
      will-change: transform; }
    .tb_filter_title.active::after {
      transform: rotate(-180deg) translateY(50%); }

  .tb_claims_filter {
    display: none; }
    .tb_claims_filter.active {
      display: block; }

  .pc-claims {
    display: none; }

  .mobile-claims {
    display: flex; } }
@media only screen and (max-width: 576px) {
  .tb_bookmark {
    text-align: center; }
    .tb_bookmark:last-child {
      margin-right: 0 !important; }

  .tbx-claim-person div {
    height: auto !important; }

  .search-block {
    height: 200px; }

  .logos-slider {
    padding: 0 20px !important; }

  .section-partnerts .swiper-button-prev {
    left: 0; }
  .section-partnerts .swiper-button-next {
    right: 0; }

  .partners__picture {
    height: 40px; }

  #hero #revo-hero .content {
    padding: 0 20px !important; }
  #hero .hero-slide .section-inn {
    padding: 0 20px !important; }
  #hero .controls .arrow {
    width: 40px; }
    #hero .controls .arrow::before {
      font-size: 2rem !important; }

  .revo-hero__title {
    font-size: 3rem !important; }
  .revo-hero__btn {
    font-size: 18px !important;
    padding: 10px; }

  .hero-slide__left, .hero-slide__right {
    width: 30% !important; }
  .hero-slide__center {
    transform: translate(-50%, -70%) !important; }

  .TVExtSearchForm .TVMainForm {
    flex-wrap: wrap; }
  .TVExtSearchForm .TVTextBox,
  .TVExtSearchForm .TVContent,
  .TVExtSearchForm .TVBoxContent {
    font-size: 0.875rem !important; }
  .TVExtSearchForm .TVLocationBlock,
  .TVExtSearchForm .TVCountryBlock {
    width: 49% !important; }
  .TVExtSearchForm .TVDepDateBlock {
    width: 40% !important; }
  .TVExtSearchForm .TVNightsBlock {
    width: 22% !important; }
  .TVExtSearchForm .TVTouristsBlock {
    width: 30% !important; }
  .TVExtSearchForm .TVFilterForm {
    flex-wrap: wrap; }
  .TVExtSearchForm .TVHotelTypeBlock {
    width: 100% !important; }
  .TVExtSearchForm .TVShareLinkControl textarea {
    width: auto !important; }
  .TVExtSearchForm .TVOperatorsForm .TVResortHeader,
  .TVExtSearchForm .TVOperatorsForm .TVHotelFilters,
  .TVExtSearchForm .TVOperatorsForm .TVHotelHeader {
    width: 100% !important; }
  .TVExtSearchForm .TVSearchButtonBlock {
    position: relative !important;
    width: 100% !important; }
  .TVExtSearchForm .TVOperatorHeader {
    flex-direction: row !important; }

  .TVSRBodyContainer .blpricesort {
    margin-bottom: 20px; }

  .TVSROperatorsFilter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0 !important; }

  .TVCColumn {
    width: 48% !important; }

  .TVCFirstCol {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px; }

  .TVCLastCol {
    margin-left: 0 !important; }

  .TVCButtonHide {
    margin: 0 auto;
    position: relative !important;
    bottom: auto !important; }

  .tv_drop_panel.TVCountryPanel {
    left: 0 !important;
    right: auto !important;
    max-width: 100%; }

  .TVCountriesBody {
    padding: 0 5px !important; }

  .TVTableCountries {
    width: 100% !important; }
    .TVTableCountries .TVDropPanelClose {
      margin-left: 5px; }
    .TVTableCountries .TVDropPanelBtn {
      width: 100% !important; }

  .TVSRGoTop {
    margin-right: 0 !important; }

  .TSRHeader .TVComboBox {
    width: 100% !important;
    margin-bottom: 10px; }
  .TSRHeader .TVProgressBar {
    width: 100px !important;
    margin-bottom: 10px; }
  .TSRHeader .TVSRLinkWrap {
    width: 32px;
    text-align: center; }

  .TVTourCardWindowTourBlock {
    padding: 24px 8px !important; }

  .TVActionSurchargeBtn {
    width: 100% !important; }

  .TVTourFlights {
    padding-right: 0 !important; }

  .TVFlightItemControl .TVInputRadio {
    padding: 17px 5px 13px !important; }
  .TVFlightItemControl .TVInputRadioLabel {
    padding-left: 0 !important;
    border: 1px solid transparent;
    padding: 5px 10px !important; }
    .TVFlightItemControl .TVInputRadioLabel:before {
      content: none !important; }

  .TVFlightItem {
    flex-wrap: wrap;
    justify-content: space-between; }

  .TVFlightBlock {
    width: 48% !important;
    margin-left: 0 !important; }
    .TVFlightBlock:nth-child(1) {
      order: 1; }
    .TVFlightBlock:nth-child(2) {
      order: 3; }
    .TVFlightBlock:nth-child(3) {
      order: 2; }
    .TVFlightBlock:nth-child(4) {
      order: 4; }

  .TVTourIncludeControl {
    flex-wrap: wrap; }

  .TVFlightSmallText {
    margin-bottom: 10px;
    font-size: 12px !important;
    text-transform: none !important; }

  .TVFlightTime {
    font-size: 18px !important; }

  .TVInputRadio .TVInputRadioInput:checked + .TVInputRadioLabel {
    border: 1px solid #f26d31;
    border-radius: 3px; }
    .TVInputRadio .TVInputRadioInput:checked + .TVInputRadioLabel:after {
      content: none; }

  .TVReverse .TVFlightIcon {
    transform: scaleX(-1); }

  .TVRoomWindow.TVRoomNoPhotoWindow {
    width: 98% !important; }

  .TVTourCardWindow {
    width: 98% !important; }
    .TVTourCardWindow .TVTourCardWindowTourInfoBlock {
      padding: 24px 8px !important; }
      .TVTourCardWindow .TVTourCardWindowTourInfoBlock .TVTourCardWindowInfo {
        flex-wrap: wrap; }
      .TVTourCardWindow .TVTourCardWindowTourInfoBlock .TVTourBuyActionsControl {
        margin: 20px 0 0 !important;
        width: 100% !important; }
      .TVTourCardWindow .TVTourCardWindowTourInfoBlock .TVTourCardOptionsControl .TVTourCardOptionsFlexBlock:first-child {
        width: 100% !important; }

  .TVHotelDescriptionView .TVDescriptionItem {
    width: 100% !important;
    padding: 40px 0 0 !important;
    position: relative;
    margin-bottom: 10px; }
    .TVHotelDescriptionView .TVDescriptionItem::before {
      top: 10px;
      left: 0 !important; }

  .TVExcursionTourBtn,
  .TVHotelDescriptionBtn,
  .TVHotelMapBtn,
  .TVHotelPhotoBtn,
  .TVHotelReviewsBtn {
    padding: 6px 10px !important;
    font-size: 12px !important;
    line-height: 1.4rem !important; }

  .TVHotelGalleryControl {
    flex-wrap: wrap; }

  .TVHotelGallerySlider {
    width: 100% !important;
    margin: 0 0 10px !important; }

  .TVHotelGalleryRightBlock {
    width: 100% !important; }

  .TVPreviewList {
    justify-content: center; }

  .TVPreviewItem {
    width: 30% !important;
    justify-content: center; }

  .TVHotelDescriptionSlider .TVHotelGallerySlider {
    height: 270px !important; }

  .TVSRContainer {
    display: flex !important;
    flex-wrap: wrap; }

  .TVSRPicturesBlock {
    margin-bottom: 10px !important;
    float: unset !important; }
    .TVSRPicturesBlock table {
      width: 100% !important; }
    .TVSRPicturesBlock td div {
      height: 80px !important;
      max-height: 80px;
      width: 100% !important; }
    .TVSRPicturesBlock img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover; }

  .TVSRDiscriptionBlock {
    margin-left: 0 !important; }

  .TVSRBottomCenter a {
    width: auto !important; }
  .TVSRBottomCenter .TVSRCloseVal {
    width: auto !important;
    position: relative !important; }

  .TVSRPriceContainer {
    overflow-x: auto; }
    .TVSRPriceContainer table {
      width: 100% !important;
      margin-left: 0 !important; }
    .TVSRPriceContainer td {
      font-size: 10px !important;
      padding: 8px 3px !important; }
      .TVSRPriceContainer td.TVSRTourPrice {
        font-size: 12px !important; }

  .TVSRHTourTourist,
  .TVSRTourists {
    display: none !important; }

  .TVSRBButton {
    display: none !important; }

  td.TVSROpLogo {
    min-width: unset !important;
    width: 50px; }
    td.TVSROpLogo img {
      width: 100%;
      object-fit: contain; }

  .TVSRPrice .TVSRRpiceType {
    background: #37a1e7 !important;
    color: #fff !important; }

  .TVSRListContent {
    float: unset !important;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px; }
    .TVSRListContent .TVSRRightBlock {
      top: 19px !important; }
    .TVSRListContent .TVSRButtonContainer {
      margin-bottom: 0 !important; }
    .TVSRListContent .TVNavButton {
      text-align: center; }

  .TVSRLinkWrap:first-child {
    margin-left: 0 !important; }

  .TVSRHelpForm .TVSearchButton {
    width: 100% !important;
    padding: 10px 0 !important; }

  .TVSRHotelRating {
    border-radius: 5px;
    overflow: hidden; }

  .TVSRMainContent {
    display: flex;
    flex-wrap: wrap; }

  .TVSRHotelImg {
    float: unset;
    width: 100%;
    height: 200px;
    margin-bottom: 30px; }
    .TVSRHotelImg img {
      width: 100% !important;
      height: 100%;
      object-fit: cover; }

  .TVSRHotelParams {
    margin-left: 0 !important;
    padding-right: 20px !important; }

  .TVSRAboutHotel {
    top: auto !important;
    margin-bottom: 5px !important;
    padding-right: 0 !important; }

  .TVSRButtonContainer {
    margin: 0 0 10px 20px !important;
    float: unset !important; }
    .TVSRButtonContainer .TVNavButton {
      margin: 5px !important; }
      .TVSRButtonContainer .TVNavButton:first-child {
        margin-left: 0 !important; }

  .TVSRChooseVal {
    float: unset !important;
    width: auto !important;
    margin: 0px 20px !important; }

  .TVSRAboutCountry,
  .TVSRAboutHotel,
  .TVSRAboutResort {
    margin-bottom: 0 !important;
    padding-right: 0 !important;
    top: auto !important; }

  .TVMapWindow .TVMapFilterControl {
    top: 60px !important; }

  .TVMapFilterControl .TVMapFilterTitle:after {
    font-size: 0.75rem !important; }

  .tv_drop_panel.TVResortHotelPanel .tv_content {
    max-width: 100vw; }

  .TVDetailsPanel {
    overflow-y: scroll;
    flex-wrap: wrap; }
    .TVDetailsPanel .TVDetailsTreeResorts,
    .TVDetailsPanel .TVDetailsHotelContainer {
      width: 100% !important; }

  .TVDatePickerPanel {
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%); }

  .TVCalendarControl {
    min-width: 320px !important; }

  .TVCalendarControlHeaderMonths .TVCalendarControlHeaderMonth:nth-child(2) {
    display: none !important; }

  .TVCalendarControlHeaderYears .TVCalendarControlHeaderYear:nth-child(2) {
    display: none !important; }

  .TVCalendarControlBody .TVCalendarControlTable {
    max-width: 100% !important; }
    .TVCalendarControlBody .TVCalendarControlTable:nth-child(2) {
      display: none !important; }

  .table-wrap {
    overflow-x: auto;
    background-color: #fff; }

  #tb_list .claim-feed-item {
    box-shadow: none; }

  .add-pass-data {
    margin-top: 20px; }
    .add-pass-data .small {
      display: block; }

  #p-konstruktor-tura {
    min-width: auto; }
    #p-konstruktor-tura h1 {
      font-size: 2rem; }
    #p-konstruktor-tura #cb-toppanel #cb-toppanel-adress {
      width: 100%;
      order: 3; }

  .section-inn {
    width: auto; }

  #tb-form .comments {
    margin-bottom: 0; }
    #tb-form .comments div {
      margin: 5px 0; }
  #tb-form .claiminfo {
    background: none !important;
    padding: 0 !important;
    margin-bottom: 30px; }
    #tb-form .claiminfo .row {
      background: #f2f2f2;
      padding: 10px;
      margin-bottom: 10px;
      border-radius: 5px; }
  #tb-form .input-group-sm > div:nth-child(2) {
    padding-left: 15px !important; }
  #tb-form .application-fields .application-fields-box:last-child {
    margin-bottom: 0; }

  .claim-feed-item .claim-info-status,
  .claim-feed-item .div-left,
  .claim-feed-item .div-right {
    float: unset !important; }
  .claim-feed-item .div-left,
  .claim-feed-item .div-right {
    display: flex;
    flex-direction: column; }

  .box {
    overflow-x: auto; }

  #f-table {
    font-size: 0.6875rem !important; }
    #f-table > thead > tr > th {
      padding: 5px 8px !important; }
    #f-table .text-left .col-xs-12 {
      padding: 0 2px !important; }

  #tb-form .application-fields .application-fields-box {
    width: 100% !important; }
  #tb-form .small.mt5.text-muted {
    margin: 8px 0 !important; }

  .alert-warning {
    padding: 0; }
    .alert-warning .tb-h2 {
      font-size: 1.75rem;
      line-height: 1.2; }

  .comissions {
    font-size: 0.75rem !important;
    width: 100% !important; }
    .comissions td {
      padding: 5px !important; }

  .info-page__aside a {
    margin-right: 5px;
    font-size: 12px; }

  .route__info {
    flex-wrap: wrap; }
  .route__price-block {
    width: 100% !important;
    border-top: 1px solid #e0e0e0;
    padding: 10px 0; }
  .route__destination {
    width: 100% !important; }

  #cb_auth {
    min-width: auto; }

  .table-cashbox {
    margin-left: -15px;
    font-size: 11px; }

  .tableTourSR small {
    font-size: 10px; }

  .front-banner__slide {
    min-height: 570px; }
  .front-banner__content {
    padding-left: 3vw; }
    .front-banner__content .btn {
      font-size: 0.8125rem;
      padding: 8px 10px; }
  .front-banner__slide--revo .front-banner__content .title {
    font-size: 1.875rem; }
  .front-banner__arrows {
    display: none; }

  .TVSRFixedPanel {
    width: auto !important;
    margin-left: 0 !important;
    left: 0; }

  .TVSocialLinksControl {
    flex-wrap: wrap; }
    .TVSocialLinksControl .TVSocialShareIcon {
      margin-bottom: 8px; }

  .TVTourCardWindowHeader {
    height: auto !important;
    padding-top: 10px !important; } }
.jqibox {
  z-index: 10 !important; }

.container-about {
  max-width: calc(1140px + 2 * 20px);
  padding: 0 20px;
  margin: auto; }

.about-page {
  padding: 0 0 30px; }

.banner-about {
  background: #E0EBF6;
  min-height: 450px;
  padding: 130px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .banner-about {
      min-height: unset;
      padding: 60px 0 0; } }
  .banner-about__text-box {
    max-width: 500px; }
    @media screen and (max-width: 768px) {
      .banner-about__text-box {
        margin: 0 auto 20px;
        width: 100%;
        max-width: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center; } }
  .banner-about__title {
    color: var(--blue);
    margin: 0 0 32px; }
  .banner-about__logo-box {
    width: 380px;
    height: 80px; }
    @media screen and (max-width: 768px) {
      .banner-about__logo-box {
        height: 50px;
        width: auto; } }
  .banner-about__logo {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .banner-about__img-box {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0; }
    @media screen and (max-width: 768px) {
      .banner-about__img-box {
        width: 100%;
        height: 250px;
        position: unset; } }
  .banner-about__img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.about-prompt {
  padding: 70px 0; }
  .about-prompt__text-box {
    color: var(--accent);
    max-width: 620px;
    text-align: center;
    margin: auto; }
    .about-prompt__text-box p {
      font-size: 21px;
      font-weight: 700;
      line-height: 1.28;
      margin: 0 0 5px; }
      .about-prompt__text-box p:last-child {
        margin-bottom: 0; }

.about-section-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center; }

.section-services {
  margin-bottom: 85px; }
  .section-services__title {
    margin: 0 0 68px; }
  .section-services--main-page {
    padding-top: 30px; }

.services-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px 80px; }
  @media screen and (max-width: 768px) {
    .services-list {
      grid-template-columns: 1fr;
      grid-gap: 25px; } }

.service-box {
  display: flex;
  align-items: center; }
  .service-box__img-box {
    width: 48px;
    height: 48px;
    margin-right: 24px;
    flex-shrink: 0; }
    .service-box__img-box img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .service-box__text-box {
    line-height: 1.25; }
    .service-box__text-box p {
      font-size: 16px;
      margin-bottom: 5px; }
      .service-box__text-box p:last-child {
        margin-bottom: 0; }

.section-stages {
  margin-bottom: 80px; }

.work-stages {
  border-radius: 5px;
  overflow: hidden;
  background: rgba(0, 87, 183, 0.12); }
  .work-stages--orange {
    background: #FFEFEB; }
  .work-stages__header {
    padding: 25px 0 32px;
    background-color: var(--accent);
    color: #fff;
    border-radius: 5px;
    overflow: hidden; }
  .work-stages__title {
    font-weight: 600; }
  .work-stages__inner {
    padding: 50px 20px; }
  .work-stages__list {
    max-width: 760px;
    margin: auto; }

.stages-list {
  counter-reset: item;
  list-style-type: none; }
  .stages-list--orange .stages-list__item:last-child {
    color: var(--accent); }
  .stages-list--orange .stages-list__item::before {
    background-image: url(/i/about/circle-work-stage-orange.svg); }
  .stages-list--orange .stages-list__item:nth-child(n+2)::after {
    background-image: url(/i/about/line-work-stage-orange.svg); }
  .stages-list__item {
    padding-left: 56px;
    position: relative;
    margin-bottom: 30px;
    min-height: 42px;
    display: flex;
    align-items: center;
    font-size: 16px; }
    .stages-list__item::before {
      color: #fff;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      content: counter(item);
      counter-increment: item;
      background-image: url(/i/about/circle-work-stage.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1; }
    .stages-list__item:nth-child(n+2)::after {
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(/i/about/line-work-stage.svg);
      background-size: contain; }
    .stages-list__item:nth-child(n+2):nth-child(even) {
      margin-left: 56px; }
      @media screen and (max-width: 768px) {
        .stages-list__item:nth-child(n+2):nth-child(even) {
          margin-left: 0; } }
      .stages-list__item:nth-child(n+2):nth-child(even)::after {
        position: absolute;
        content: '';
        background-size: cover;
        left: -10px;
        bottom: 20px;
        width: 6px;
        height: 70px;
        z-index: 0;
        transform: rotate(-35deg); }
        @media screen and (max-width: 768px) {
          .stages-list__item:nth-child(n+2):nth-child(even)::after {
            transform: rotate(0deg);
            left: 16.5px;
            bottom: 10px;
            height: 120px; } }
        @media screen and (max-width: 480px) {
          .stages-list__item:nth-child(n+2):nth-child(even)::after {
            display: none; } }
    .stages-list__item:nth-child(n+2):nth-child(odd)::after {
      position: absolute;
      content: '';
      left: 40px;
      bottom: 20px;
      width: 6px;
      height: 70px;
      z-index: 0;
      transform: rotate(35deg); }
      @media screen and (max-width: 768px) {
        .stages-list__item:nth-child(n+2):nth-child(odd)::after {
          transform: rotate(0deg);
          left: 16.5px;
          bottom: 10px;
          height: 120px; } }
      @media screen and (max-width: 480px) {
        .stages-list__item:nth-child(n+2):nth-child(odd)::after {
          display: none; } }
    .stages-list__item:last-child {
      font-weight: bold;
      color: var(--blue);
      margin-bottom: 0; }

.why-about {
  margin-bottom: 66px; }
  .why-about__title {
    margin-bottom: 80px; }

.why-about-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px 80px; }
  @media screen and (max-width: 768px) {
    .why-about-list {
      grid-template-columns: 1fr;
      grid-gap: 25px; } }

.why-about-box {
  display: flex;
  align-items: center; }
  .why-about-box__img-box {
    width: 48px;
    height: 48px;
    margin-right: 24px;
    flex-shrink: 0; }
  .why-about-box__text-box {
    line-height: 1.25; }
    .why-about-box__text-box p {
      font-size: 16px;
      margin-bottom: 5px; }
      .why-about-box__text-box p:last-child {
        margin-bottom: 0; }

.role-about {
  margin-bottom: 86px; }
  .role-about__title {
    margin-bottom: 79px; }

.role-about-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px 100px; }
  @media screen and (max-width: 768px) {
    .role-about-list {
      grid-template-columns: 1fr;
      grid-gap: 25px; } }

.role-about-box {
  display: flex;
  align-items: center; }
  .role-about-box__img-box {
    width: 28px;
    height: 35px;
    margin-right: 24px;
    flex-shrink: 0; }
  .role-about-box__text-box {
    line-height: 1.25; }
    .role-about-box__text-box p {
      font-size: 16px;
      margin-bottom: 5px; }
      .role-about-box__text-box p:last-child {
        margin-bottom: 0; }

.alert-about {
  margin-bottom: 65px; }
  .alert-about__wrap {
    padding: 56px 20px;
    background: #FFEFEB;
    border-radius: 5px; }
  .alert-about__text-box {
    max-width: 650px;
    margin: auto;
    text-align: center;
    line-height: 1.3; }
    .alert-about__text-box p {
      font-size: 16px;
      line-height: 1.3;
      margin-bottom: 5px; }
      .alert-about__text-box p:last-child {
        margin-bottom: 0; }

.privileges {
  margin-bottom: 70px; }
  .privileges__title {
    margin-bottom: 85px; }

.privileges-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 100px; }
  @media screen and (max-width: 768px) {
    .privileges-list {
      grid-template-columns: 1fr;
      grid-gap: 25px; } }

.privilege-box {
  display: flex;
  align-items: center; }
  .privilege-box__img-box {
    width: 28px;
    height: 35px;
    margin-right: 24px;
    flex-shrink: 0; }
  .privilege-box__text-box {
    line-height: 1.25; }
    .privilege-box__text-box p {
      color: #3D3D3D;
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 5px; }
      .privilege-box__text-box p:last-child {
        margin-bottom: 0; }

.flashy-headline {
  margin: 0 0 30px; }
  .flashy-headline__title {
    font-weight: 700;
    color: var(--accent);
    font-family: 'Bliss', 'PT Sans', sans-serif; }
  .flashy-headline__btn {
    margin: 20px auto;
    display: block;
    width: max-content;
    padding: 12px 40px;
    font-size: 16px; }

.footnotes {
  padding: 30px 0; }
  .footnotes__text-box p {
    font-size: 10px;
    line-height: 2;
    margin: 0 0 5px;
    color: #9C9C9C; }
    .footnotes__text-box p:last-child {
      margin: 0; }

.banner-about-agent {
  min-height: 450px;
  color: #fff;
  background-color: var(--accent);
  margin-bottom: 80px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .banner-about-agent {
      min-height: unset;
      padding: 60px 0 60px;
      margin-bottom: 40px; } }
  .banner-about-agent__text-box {
    max-width: 640px;
    margin: auto;
    padding-top: 105px;
    padding-bottom: 105px;
    position: relative; }
    .banner-about-agent__text-box::before, .banner-about-agent__text-box::after {
      position: absolute;
      content: '';
      background: url(../images/banner-about-pattern.svg) no-repeat center center;
      background-size: cover;
      width: 30vw;
      height: 100%;
      left: -50%;
      top: 0;
      transform: translateX(-50%); }
    .banner-about-agent__text-box::after {
      right: -50%;
      transform: translateX(50%);
      left: unset; }
  .banner-about-agent__title {
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 42px; }
  .banner-about-agent__subtitle {
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    text-align: center; }
  .banner-about-agent__info p {
    font-weight: bold;
    font-size: 21px;
    line-height: 1.3;
    text-align: center; }

.product-pays {
  margin-bottom: 84px; }
  @media screen and (max-width: 768px) {
    .product-pays {
      margin-bottom: 40px; } }
  .product-pays__title {
    margin: 0 0 55px; }
  .product-pays__text-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 70px; }
    @media screen and (max-width: 768px) {
      .product-pays__text-cols {
        grid-template-columns: 1fr; } }
  .product-pays__list {
    margin-bottom: 60px; }
  .product-pays__text-box p {
    font-size: 16px;
    line-height: 1.3; }

.product-pays-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px; }
  @media screen and (max-width: 768px) {
    .product-pays-list {
      grid-template-columns: repeat(2, 1fr); } }

.product-pay-box {
  border-radius: 5px;
  overflow: hidden;
  height: max-content; }
  .product-pay-box__title {
    background-color: var(--blue);
    color: #fff;
    padding: 14px;
    font-size: 16px;
    line-height: 1.3;
    margin: 0; }
  .product-pay-box__inner {
    background: #E5EEF8;
    padding: 16px;
    display: flex;
    flex-wrap: wrap; }
    .product-pay-box__inner img {
      margin-right: 15px;
      margin-bottom: 15px;
      max-height: 24px;
      max-width: 100%;
      object-fit: contain; }
      .product-pay-box__inner img:last-child {
        margin-right: 0; }

.faq-header {
  background: #f26d31;
  color: white;
  padding: 2em 0;
  margin-top: -2.5em; }

.faq-container__title {
  font-size: 34px;
  margin: 0;
  line-height: 1.2; }
  @media screen and (max-width: 768px) {
    .faq-container__title {
      font-size: 24px; } }

.faq-cat {
  width: 100%;
  background: white;
  padding: 1.5em 2em;
  border-radius: 5px;
  box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25); }
  .faq-cat.selected .faq-cat__title::after {
    transform: rotate(-135deg);
    top: 50%; }
  .faq-cat.selected .faq-cat__content {
    display: block; }
  .faq-cat__title {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    font-size: 26px;
    user-select: none;
    position: relative; }
    .faq-cat__title::after {
      width: 10px;
      height: 10px;
      content: '';
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      position: absolute;
      right: -20px;
      top: 30%;
      transform: rotate(45deg);
      transition: .2s ease;
      will-change: transform top; }
      @media screen and (max-width: 768px) {
        .faq-cat__title::after {
          width: 6px;
          height: 6px; } }
    @media screen and (max-width: 768px) {
      .faq-cat__title {
        font-size: 18px; } }
  .faq-cat:not(:last-child) {
    margin-bottom: 2em; }
  .faq-cat__content {
    margin-top: 28px;
    display: none; }

.faq-questions {
  padding: 2em 0; }
  .faq-questions__wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: space-between; }
  .faq-questions__aside {
    width: 30%; }
  .faq-questions__main {
    width: 65%; }
  .faq-questions__content {
    display: none; }

.copy-box {
  opacity: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-image: url(../images/copy-link.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  transition: .2s ease opacity;
  display: inline-block;
  border: none;
  position: relative;
  user-select: none; }
  @media screen and (max-width: 768px) {
    .copy-box {
      width: 12px;
      height: 12px;
      opacity: 1; } }
  .copy-box__text {
    opacity: 0;
    transition: .2s ease opacity;
    position: absolute;
    background-color: #f26d31;
    border-radius: 5px;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 140px;
    color: #fff;
    padding: 4px;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .copy-box__text {
        left: auto;
        right: 0; } }
    .copy-box__text.active {
      z-index: 0;
      animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) both; }

@keyframes slide-in-blurred-bottom {
  0% {
    transform: none;
    opacity: 0;
    transform: translateY(0) scaleY(1.5) scaleX(0.5);
    transform-origin: 50% 100%; }
  100% {
    transform: translateY(-30px) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    opacity: 1; } }
.faq-question:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 14px; }
.faq-question__header {
  margin: 0 0 0.875rem;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .faq-question__header {
      gap: 10px;
      justify-content: space-between; } }
  .faq-question__header:hover .faq-question__copy {
    opacity: 1; }
.faq-question__title {
  cursor: pointer;
  position: relative;
  padding-left: 1em;
  color: #494a4b;
  transition: color 0.15s linear;
  font-weight: normal;
  line-height: 1.25;
  user-select: none;
  display: inline-block;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .faq-question__title {
      font-size: 16px;
      flex: 1; } }
  .faq-question__title:before {
    display: block;
    position: absolute;
    content: '+';
    left: 0;
    color: #f26d31;
    margin-top: -2px; }
  .faq-question__title:hover {
    color: #f26d31; }
.faq-question__copy {
  margin-left: 1em; }
  @media screen and (max-width: 768px) {
    .faq-question__copy {
      margin: 0; } }
.faq-question.selected .faq-question__title:before {
  content: '–'; }
.faq-question__content {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 3em 12px 1em;
  display: none; }
  @media screen and (max-width: 768px) {
    .faq-question__content {
      padding-right: 0;
      font-size: 15px; } }
  .faq-question__content.selected {
    display: block; }
  .faq-question__content ol, .faq-question__content ul {
    margin: 12px 0 16px 18px; }
  .faq-question__content div {
    overflow-x: auto; }
  .faq-question__content table {
    border: 0;
    border-collapse: collapse;
    margin: 0 0 20px; }
    .faq-question__content table tr {
      text-align: left;
      transition: .2s ease;
      will-change: background;
      height: auto; }
      .faq-question__content table tr:hover {
        background: #f4f4f4; }
    .faq-question__content table th, .faq-question__content table td {
      border: 0;
      padding: 5px; }
    .faq-question__content table tr td {
      border-bottom: 1px solid rgba(155, 155, 155, 0.2); }
    .faq-question__content table th {
      border-right: 1px solid rgba(155, 155, 155, 0.2); }
      .faq-question__content table th:last-child {
        border-right: none; }
    .faq-question__content table td {
      vertical-align: baseline;
      padding: 7px;
      height: auto;
      border-bottom: 1px solid rgba(155, 155, 155, 0.2);
      border-right: 1px solid rgba(155, 155, 155, 0.2); }
      .faq-question__content table td:last-child {
        border-right: none; }

.popupLoading {
  pointer-events: none;
  cursor: default;
  user-select: none; }
  .popupLoading:before {
    display: block;
    content: '';
    margin-left: -20px;
    position: absolute;
    border-radius: 200px;
    width: 10px;
    height: 10px;
    border: 4px solid transparent;
    border-left-color: #f26d31;
    border-right-color: #f26d31;
    transition: opacity 0.16s linear;
    opacity: 1;
    animation: loaderRotate ease-in-out 1s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%; }

.popupOk {
  font-weight: bold;
  color: #00aa00; }

.popupErr {
  font-weight: bold;
  color: #aa0000; }

.form-to-uon__input-box {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .form-to-uon__input-box {
      flex-direction: column; } }
.form-to-uon__input {
  flex: 1;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 1.62;
  padding: 6px 12px;
  border-radius: 5px;
  width: 100%;
  outline: none;
  background: white;
  position: relative;
  transition: 0.2s ease; }
  .form-to-uon__input:focus, .form-to-uon__input:hover {
    box-shadow: 0 0px 0px 2px #565656 inset; }
.form-to-uon__btn {
  margin-left: 20px; }
  @media only screen and (max-width: 767px) {
    .form-to-uon__btn {
      margin: 20px 0 0 0; } }

.vm-vertically {
  display: flex;
  align-items: center; }
  .vm-vertically .vm {
    top: auto;
    max-width: 600px;
    background-color: #fff;
    padding: 60px 40px;
    height: max-content;
    border-radius: 2px;
    font-size: 20px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .vm-vertically .vm {
        padding: 20px 30px; } }
    .vm-vertically .vm .white-popup__title {
      font-size: 28px;
      margin: 0 0 30px;
      text-align: center;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .vm-vertically .vm .white-popup__title {
          font-size: 22px; } }
    .vm-vertically .vm .modal-close {
      background: none;
      border: none;
      font-size: 20px;
      cursor: pointer;
      position: absolute;
      right: 15px;
      top: 10px; }

.vm-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85); }

.vm-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.vm {
  position: relative;
  margin: 0px auto;
  width: calc(100% - 20px);
  min-width: 110px;
  max-width: 500px;
  background-color: #fff;
  top: 30px;
  cursor: default;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

.vm-titlebar {
  padding: 10px 15px 10px 15px;
  overflow: auto;
  border-bottom: 1px solid #e5e5e5; }

.vm-title {
  margin-top: 2px;
  margin-bottom: 0px;
  display: inline-block;
  font-size: 18px;
  font-weight: normal; }

.vm-btn-close {
  color: #ccc;
  padding: 0px;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 24px;
  line-height: 1em; }

.vm-btn-close:before {
  content: '×';
  font-family: Arial; }

.vm-btn-close:hover,
.vm-btn-close:focus,
.vm-btn-close:focus:hover {
  color: #bbb;
  border-color: transparent;
  background-color: transparent; }

.vm-content {
  padding: 10px 15px 15px 15px; }

.vm-content .full-hr {
  width: auto;
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -14px;
  margin-right: -14px; }

.vm-fadeIn {
  animation-name: vm-fadeIn; }

@keyframes vm-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.vm-fadeOut {
  animation-name: vm-fadeOut; }

@keyframes vm-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.vm-fadeIn,
.vm-fadeOut {
  animation-duration: 0.25s;
  animation-fill-mode: both; }

.card-form {
  max-width: 570px;
  margin: auto;
  width: 100%; }
  @media screen and (max-width: 576px) {
    .card-form {
      margin: 0 auto; } }
  .card-form__inner {
    background: #fff;
    box-shadow: 0 30px 60px 0 rgba(90, 116, 148, 0.4);
    border-radius: 10px;
    padding: 35px;
    padding-top: 180px; }
    @media screen and (max-width: 480px) {
      .card-form__inner {
        padding: 25px;
        padding-top: 165px;
        box-shadow: none; } }
    @media screen and (max-width: 360px) {
      .card-form__inner {
        padding: 15px;
        padding-top: 165px; } }
  .card-form__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 410px;
    margin: 0 auto 20px; }
    @media screen and (max-width: 480px) {
      .card-form__row {
        flex-wrap: wrap; } }
    .card-form__row.error {
      margin: 20px 0;
      padding: 20px;
      color: #aa0000; }
  .card-form__switch-box {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px; }
  .card-form__swap {
    margin-right: 10px; }
  .card-form__title {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: bold; }
  .card-form__text-box {
    flex: 1;
    line-height: 1.4;
    font-size: .875rem; }
  .card-form__col {
    flex: auto;
    margin-right: 35px; }
    .card-form__col:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .card-form__col {
        margin-right: 0;
        flex: unset;
        width: 100%;
        margin-bottom: 20px; }
        .card-form__col:last-child {
          margin-bottom: 0; } }
    .card-form__col.-cvv {
      max-width: 150px; }
      @media screen and (max-width: 480px) {
        .card-form__col.-cvv {
          max-width: initial; } }
  .card-form__group {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    .card-form__group .card-input__input {
      flex: 1;
      margin-right: 15px; }
      .card-form__group .card-input__input:last-child {
        margin-right: 0; }
  .card-form__button {
    width: 100%;
    height: 55px;
    background: #2364d2;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif;
    box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.3);
    color: #fff;
    margin-top: 20px;
    transition: .2s ease;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .card-form__button:hover {
      transform: scale(1.04); }
    @media screen and (max-width: 480px) {
      .card-form__button {
        margin-top: 10px; } }
    .card-form__button--add {
      background: transparent;
      color: #00286a;
      border: 1px solid #2364d2; }
      .card-form__button--add::before {
        position: absolute;
        content: '';
        width: 0;
        height: 100%; }
      .card-form__button--add.loading::before {
        transition: 1.4s linear;
        position: absolute;
        background: #a7c1ed;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1; }
      .card-form__button--add.loaded {
        color: #fff; }
        .card-form__button--add.loaded::before {
          background: #2364d2;
          width: 100%;
          transition: .2s ease; }
        .card-form__button--add.loaded .card-form__button-text {
          position: relative; }
          .card-form__button--add.loaded .card-form__button-text::after {
            position: absolute;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCiAgICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6YT0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZVNWR1ZpZXdlckV4dGVuc2lvbnMvMy4wLyIKICAgICB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDE2IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgogICAgLnN0MHtmaWxsOm5vbmU7fQogICAgLnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiMyMjI7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPGRlZnM+CjwvZGVmcz4KPGc+CiAgICA8cmVjdCBjbGFzcz0ic3QwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiLz4KICAgIDxwb2x5bGluZSBjbGFzcz0ic3QxIiBwb2ludHM9IjMuOCw4LjUgNi45LDExLjUgMTIuMiwzLjUgICAgICIvPgo8L2c+Cjwvc3ZnPgoK);
            background-repeat: no-repeat;
            background-size: contain;
            content: '';
            filter: brightness(8) grayscale(1);
            right: -50px;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 24px;
            height: 24px; }
  .card-form__button--del {
    width: 100%;
    height: 45px;
    background: white;
    border: 1px solid #df0000;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif;
    color: #df0000;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.2s ease; }
    .card-form__button--del:hover {
      color: white;
      background: #df0000; }
    .card-form__button--del::before {
      position: absolute;
      content: '';
      width: 0;
      height: 100%; }
    .card-form__button--del.loading::before {
      transition: .5s linear;
      position: absolute;
      background: #ff8181;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    @media screen and (max-width: 480px) {
      .card-form__button--del {
        margin-top: 10px; } }
  .card-form__footer {
    padding: 0 35px;
    line-height: 1.4;
    margin: 20px auto; }
    @media screen and (max-width: 480px) {
      .card-form__footer {
        padding: 0 15px; } }

.confirm-box {
  max-width: 410px;
  margin: 20px auto; }
  .confirm-box__text {
    margin: 0 0 16px; }
  .confirm-box__form {
    margin-bottom: 30px; }
  .confirm-box__button {
    font-family: 'Bliss', sans-serif;
    background: #f26d31;
    display: inline-block;
    color: white;
    padding: 10px 50px;
    font-size: 1.33em;
    border-radius: 3px;
    margin-top: 2em;
    cursor: pointer;
    margin: 20px auto 0;
    display: block;
    border: none;
    transition: .2s ease background; }
    .confirm-box__button:hover {
      background: #f58f61; }

.confirm-form {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .confirm-form__button {
    font-family: 'Bliss', sans-serif;
    background: #3978ca;
    display: inline-block;
    color: white;
    padding: 8px 50px;
    font-size: 1.33em;
    border-radius: 3px;
    margin-top: 2em;
    cursor: pointer;
    margin: 20px auto 0;
    display: block;
    border: none;
    transition: .2s ease background, .2s ease border;
    border: 2px solid #3978ca; }
    .confirm-form__button:hover {
      background: #578cd1;
      border-color: #578cd1; }
    .confirm-form__button--reject {
      color: #3978ca;
      background: transparent;
      padding: 10px 50px; }
      .confirm-form__button--reject:hover {
        background: rgba(57, 120, 202, 0.2); }
  .confirm-form__input {
    width: 205px;
    border: 1px solid #e0e0e0;
    font-family: 'Bliss', sans-serif;
    font-size: 1rem;
    line-height: 1.62;
    padding: 6px 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border-radius: 5px;
    margin: 5px 0;
    color: #555555;
    transition: .25s ease box-shadow;
    text-align: center;
    letter-spacing: 14px;
    font-size: 20px;
    padding: 5px 0;
    -moz-appearance: textfield; }
    .confirm-form__input:hover, .confirm-form__input:focus {
      box-shadow: 0 0px 0px 2px #565656 inset; }
    .confirm-form__input::-webkit-outer-spin-button, .confirm-form__input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .confirm-form__error-text {
    color: #BE020D;
    margin: 0; }
  .confirm-form__timer {
    margin-top: 10px; }

.timer {
  text-align: center; }
  .timer__text {
    margin: 0 0 .625rem; }
  .timer__link {
    color: #0056bc;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    background: none;
    border: none; }
    .timer__link:hover {
      color: #000; }

.swap {
  transition: .2s ease-in-out;
  border-radius: 50px;
  overflow: hidden; }
  .swap__label {
    cursor: pointer;
    height: 100px;
    width: 200px;
    background: #2b2b2b;
    position: relative;
    box-shadow: 0 0 2px #2b2b2b;
    height: 35px;
    width: 60px;
    display: block; }
  .swap__checkbox {
    display: none; }
    .swap__checkbox:checked ~ .swap__label {
      background: #49a844;
      box-shadow: 0 0 2px #49a844; }
      .swap__checkbox:checked ~ .swap__label .swap__box {
        left: 28px;
        transform: rotate(360deg); }
        .swap__checkbox:checked ~ .swap__label .swap__box::before {
          background: #49a844;
          height: 60%;
          top: 55%;
          left: 60%; }
        .swap__checkbox:checked ~ .swap__label .swap__box::after {
          background: #49a844;
          top: 60%;
          height: 30%;
          left: 33%; }
  .swap__box {
    border-radius: 50px;
    background: white;
    cursor: pointer;
    transition: .4s ease;
    position: absolute;
    top: 4px;
    left: 4px;
    height: 80%;
    aspect-ratio: 1; }
    .swap__box::before, .swap__box::after {
      background: #2b2b2b;
      border-radius: 5px;
      width: 3px;
      height: 70%;
      top: 50%;
      position: absolute;
      content: '';
      left: 50%; }
    .swap__box::before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .swap__box::after {
      transform: translate(-50%, -50%) rotate(-45deg); }

.card-item {
  max-width: 430px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  width: 100%; }
  .card-item.blocked .card-input__label {
    opacity: 0; }
  .card-item.blocked .card-input__input {
    background: #ffffff50;
    color: #fff;
    cursor: default;
    border-color: transparent;
    filter: grayscale(1); }
  @media screen and (max-width: 480px) {
    .card-item {
      max-width: 90%;
      height: auto;
      width: 90%;
      height: auto;
      aspect-ratio: 16/9; } }
  @media screen and (max-width: 360px) {
    .card-item {
      height: 180px; } }
  .card-item.-active .card-item__side.-front {
    transform: perspective(1000px) rotateY(180deg) rotateX(0deg) rotateZ(0deg); }
  .card-item.-active .card-item__side.-back {
    transform: perspective(1000px) rotateY(0) rotateX(0deg) rotateZ(0deg); }
  .card-item__focus {
    position: absolute;
    z-index: 3;
    border-radius: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.65); }
    .card-item__focus:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: #08142f;
      height: 100%;
      border-radius: 5px;
      filter: blur(25px);
      opacity: 0.5; }
    .card-item__focus.-active {
      opacity: 1; }
  .card-item__side {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px 0 rgba(14, 42, 90, 0.55);
    transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg);
    transform-style: preserve-3d;
    transition: all 0.8s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    backface-visibility: hidden;
    height: 100%; }
    @media screen and (max-width: 480px) {
      .card-item__side {
        box-shadow: 0px 10px 15px 0 #0e2a5a8c; } }
    .card-item__side.-back {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotate(0deg);
      z-index: 2;
      padding: 0;
      height: 100%; }
      .card-item__side.-back .card-item__cover {
        transform: rotateY(-180deg); }
  .card-item__bg {
    max-width: 100%;
    display: block;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .card-item__cover {
    height: 100%;
    position: absolute;
    height: 100%;
    background-color: #1c1d27;
    background-image: linear-gradient(147deg, #354fce 0%, #0c296b 74%);
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 15px;
    overflow: hidden; }
    .card-item__cover:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(6, 2, 29, 0.45); }
  .card-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
    padding: 0 10px; }
    @media screen and (max-width: 480px) {
      .card-item__top {
        margin-bottom: 25px;
        padding: 0; } }
    @media screen and (max-width: 360px) {
      .card-item__top {
        margin-bottom: 15px; } }
  .card-item__chip {
    width: 60px; }
    @media screen and (max-width: 480px) {
      .card-item__chip {
        width: 50px; } }
    @media screen and (max-width: 360px) {
      .card-item__chip {
        width: 40px; } }
  .card-item__type {
    height: 45px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 60px;
    width: 100%;
    margin-left: auto;
    background: #ffffff40;
    border-radius: 5px; }
    @media screen and (max-width: 480px) {
      .card-item__type {
        height: 40px;
        max-width: 90px; } }
    @media screen and (max-width: 360px) {
      .card-item__type {
        height: 30px; } }
  .card-item__type-img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    object-position: top right;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    transition: .25s ease; }
    .card-item__type-img.active {
      opacity: 1;
      top: 50%;
      transform: translate(-50%, -50%); }
  .card-item__info {
    color: #fff;
    width: 100%;
    max-width: calc(100% - 85px);
    padding: 10px 15px;
    font-weight: 500;
    display: block;
    cursor: pointer; }
    @media screen and (max-width: 480px) {
      .card-item__info {
        padding: 10px; } }
  .card-item__holder {
    opacity: 0.7;
    font-size: 13px;
    margin-bottom: 6px; }
    @media screen and (max-width: 480px) {
      .card-item__holder {
        font-size: 12px;
        margin-bottom: 5px; } }
  .card-item__wrapper {
    font-family: "Bliss", sans-serif;
    padding: 25px 15px;
    position: relative;
    z-index: 4;
    height: 100%;
    text-shadow: 7px 6px 10px rgba(14, 42, 90, 0.8);
    user-select: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .card-item__wrapper {
        padding: 20px 20px 30px; } }
  .card-item__name {
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase; }
    @media screen and (max-width: 480px) {
      .card-item__name {
        font-size: 16px; } }
  .card-item__nameItem {
    display: inline-block;
    min-width: 8px;
    position: relative; }
  .card-item__number {
    font-weight: 500;
    line-height: 1;
    color: #fff;
    font-size: 27px;
    display: inline-block;
    padding: 10px 15px;
    display: flex;
    gap: 10px;
    justify-content: space-between; }
    .card-item__number .code-block {
      display: flex; }
    @media screen and (max-width: 480px) {
      .card-item__number {
        padding: 0; } }
  .card-item__numberItem {
    width: 16px;
    display: inline-block; }
    .card-item__numberItem.-active {
      width: 30px; }
    @media screen and (max-width: 480px) {
      .card-item__numberItem {
        width: 13px; }
        .card-item__numberItem.-active {
          width: 16px; } }
    @media screen and (max-width: 360px) {
      .card-item__numberItem {
        width: 12px; }
        .card-item__numberItem.-active {
          width: 8px; } }
  .card-item__content {
    color: #fff;
    display: flex;
    align-items: flex-start; }
  .card-item__date {
    flex-wrap: wrap;
    font-size: 18px;
    margin-left: auto;
    padding: 10px;
    display: inline-flex;
    width: 80px;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer; }
    @media screen and (max-width: 480px) {
      .card-item__date {
        font-size: 16px; } }
  .card-item__dateItem {
    position: relative; }
    .card-item__dateItem span {
      width: 22px;
      display: inline-block; }
  .card-item__dateTitle {
    opacity: 0.7;
    font-size: 13px;
    padding-bottom: 6px;
    width: 100%; }
    @media screen and (max-width: 480px) {
      .card-item__dateTitle {
        font-size: 12px;
        padding-bottom: 5px; } }
  .card-item__band {
    background: rgba(0, 0, 19, 0.8);
    width: 100%;
    height: 50px;
    margin-top: 30px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 480px) {
      .card-item__band {
        margin-top: 20px; } }
    @media screen and (max-width: 360px) {
      .card-item__band {
        height: 40px;
        margin-top: 10px; } }
  .card-item__cvv {
    text-align: right;
    position: relative;
    z-index: 2;
    padding: 15px; }
    .card-item__cvv .card-item__type {
      opacity: 0.7; }
    @media screen and (max-width: 360px) {
      .card-item__cvv {
        padding: 10px 15px; } }
  .card-item__cvvTitle {
    padding-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px; }
  .card-item__cvvBand {
    height: 45px;
    background: #fff;
    margin-bottom: 30px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    color: #1a3b5d;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0px 10px 20px -7px rgba(32, 56, 117, 0.35); }
    @media screen and (max-width: 480px) {
      .card-item__cvvBand {
        height: 40px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 360px) {
      .card-item__cvvBand {
        margin-bottom: 15px; } }

.card-list {
  margin-bottom: -130px; }
  @media screen and (max-width: 480px) {
    .card-list {
      margin-bottom: -120px; } }

.card-input {
  position: relative; }
  @media screen and (max-width: 480px) {
    .card-input {
      width: 100%; } }
  .card-input__label {
    font-size: .875rem;
    margin-bottom: .75rem;
    font-weight: 500;
    color: #1a3b5d;
    width: 100%;
    display: block;
    user-select: none;
    color: #fff; }
    @media screen and (max-width: 480px) {
      .card-input__label {
        font-size: 1rem; } }
  .card-input__input {
    background: #fff;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ced6e0;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    padding: 5px 15px;
    color: #1a3b5d;
    font-family: "Source Sans Pro", sans-serif;
    outline: none; }
    @media screen and (max-width: 480px) {
      .card-input__input {
        height: 40px; } }
    .card-input__input:hover, .card-input__input:focus {
      border-color: #3d9cff; }
    .card-input__input:focus {
      box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35); }
    .card-input__input::-webkit-outer-spin-button, .card-input__input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .card-input__input[type=number] {
      -moz-appearance: textfield; }
    .card-input__input.-select {
      -webkit-appearance: none;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUxJREFUeNrM1sEJwkAQBdCsngXPHsQO9O5FS7AAMVYgdqAd2IGCDWgFnryLFQiCZ8EGnJUNimiyM/tnk4HNEAg/8y6ZmMRVqz9eUJvRaSbvutCZ347bXVJy/ZnvTmdJ862Me+hAbZCTs6GHpyUi1tTSvPnqTpoWZPUa7W7ncT3vK4h4zVejy8QzM3WhVUO8ykI6jOxoGA4ig3BLHcNFSCGqGAkig2yqgpEiMsjSfY9LxYQg7L6r0X6wS29YJiYQYecemY+wHrXD1+bklGhpAhBDeu/JfIVGxaAQ9sb8CI+CQSJ+QmJg0Ii/EE2MBiIXooHRQhRCkBhNhBcEhLkwf05ZCG8ICCOpk0MULmvDSY2M8UawIRExLIQIEgHDRoghihgRIgiigBEjgiFATBACAgFgghEwSAAGgoBCBBgYAg5hYKAIFYgHBo6w9RRgAFfy160QuV8NAAAAAElFTkSuQmCC");
      background-size: 12px;
      background-position: 90% center;
      background-repeat: no-repeat;
      padding-right: 30px; }
    .card-input__input.fill {
      background: transparent;
      border: none;
      color: #fff;
      padding: 0;
      font-size: 26px;
      letter-spacing: 2px;
      box-shadow: none;
      text-shadow: 0px 6px 5px black;
      height: auto; }
      @media screen and (max-width: 400px) {
        .card-input__input.fill {
          font-size: 1.25rem; } }
  .card-input__eye {
    display: inline-flex;
    position: absolute;
    width: 1em;
    height: 1em;
    font-size: 24px;
    border-radius: 50%;
    top: 35px;
    right: 10px;
    opacity: .75;
    color: #8c9cae;
    cursor: pointer;
    padding: 0;
    background: none;
    display: inline-flex;
    border: 2px solid currentColor;
    box-shadow: none;
    transition: all .3s ease-in-out; }
    .card-input__eye:before {
      content: '';
      position: absolute;
      background: white;
      width: 0.35em;
      height: 0.35em;
      top: 6px;
      left: 6px;
      z-index: 2;
      border-radius: 50%;
      transform: scale(0.1);
      opacity: 0;
      transition: all .3s ease-in-out;
      transition-delay: .1s; }
    .card-input__eye:after {
      content: '';
      position: absolute;
      top: 3px;
      left: 3px;
      background: currentColor;
      width: 0.6em;
      height: 0.6em;
      border-radius: 50%;
      transform: scale(0.1);
      opacity: 0;
      transition: all .3s ease-in-out; }
    .card-input__eye:hover:not(:disabled), .card-input__eye.-active:not(:disabled) {
      color: #2364d2;
      opacity: 1; }
    .card-input__eye.-active::before, .card-input__eye.-active::after {
      transform: scale(1);
      opacity: 1; }
    .card-input__eye:disabled {
      cursor: not-allowed;
      opacity: .4; }

.slide-fade-up-enter-active {
  transition: all 0.25s ease-in-out;
  transition-delay: 0.1s;
  position: relative; }

.slide-fade-up-leave-active {
  transition: all 0.25s ease-in-out;
  position: absolute; }

.slide-fade-up-enter {
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none; }

.slide-fade-up-leave-to {
  opacity: 0;
  transform: translateY(-15px);
  pointer-events: none; }

.slide-fade-right-enter-active {
  transition: all 0.25s ease-in-out;
  transition-delay: 0.1s;
  position: relative; }

.slide-fade-right-leave-active {
  transition: all 0.25s ease-in-out;
  position: absolute; }

.slide-fade-right-enter {
  opacity: 0;
  transform: translateX(10px) rotate(45deg);
  pointer-events: none; }

.slide-fade-right-leave-to {
  opacity: 0;
  transform: translateX(-10px) rotate(45deg);
  pointer-events: none; }

.hash {
  position: relative;
  font-size: 1.5625rem;
  /* 25/16 */
  font-weight: 300;
  letter-spacing: 5px; }
  @media screen and (max-width: 576px) {
    .hash {
      font-size: 1.125rem;
      /* 18/16 */ } }

.run-animation {
  animation: digit 0.2s ease-in-out 0s 1;
  animation-fill-mode: forwards; }

@keyframes digit {
  from {
    opacity: 0;
    top: 20px; }
  80% {
    opacity: 0.8;
    top: -5px; }
  100% {
    opacity: 1;
    top: 0; } }

/*# sourceMappingURL=yarr.css.map */
