:root {
  --pale-100: #faf9f5;
  --pale-300: #e9e1d5;
  --pale-400: #d5cdc1;

  --falun-500: #8d191c;

  --text-primary: #151515;
  --text-secondary: #4d4d4d;
  --text-tertiary: #9a9a9a;

  --border: #d4d4d4;

  --gray-100: #fafafa;

  --error-500: #de4654;

  --brown-200: #f6e3cb;
  --brown-500: #a39483;
  --brown-700: #897668;
  --brown-800: #6b584a;
  --brown-900: #4d3a2c;

  --gradient-gray: linear-gradient(to bottom, #fefefe 0%,#eaeaea 100%);
  --gradient-pale: linear-gradient(to bottom, #faf2e7 0%, #e8e0d5 100%);
}

/**
 * подключаем доп. стили
 */
html,
body {
  width: 100%;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

/* Globals independence classes */
.width {
  width: 960px;
  margin: 0 auto;
}

/* Deny text selection, for IE use attribute unselectable="on" instead */
.global-no-select {
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/*Строчка "Сайт находится в разработке"*/
.developers-info {
  color: #f00;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

/* Header */
.header {
  background: url("images/header-gradient.png") repeat-x scroll center top transparent;
  padding-bottom: 5px;
  width: 100%;
  z-index: 1;
}

.innerbody .header {
  background: url("images/bg-pages.jpg") no-repeat scroll center -35px #FFF;
  margin-bottom: -340px;
  padding-bottom: 340px;
}

.index .header {
  background: url("images/back.jpg") no-repeat scroll center -20px transparent;
  margin-bottom: 20px;
  padding: 0 0 5px;
  width: 100%;
}

.innerbody.travel .header {
  background-position: 45% 0;
  height: 540px;
  margin-bottom: -402px;
  padding-bottom: 104px;
}

.bodydiary {
  background: url("images/back.jpg") no-repeat scroll center -45px transparent;
}

.bodydiary .header {
  background-image: none;
}

.inner-header {
  margin: 0 auto;
  width: 990px;
}

.pesonal-bar nav {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 12px;
}

.pesonal-bar.auth nav a.reg {
  position: relative;
}

.pesonal-bar.auth nav a span {
  padding: 0;
}

.pesonal-bar.auth nav a span:hover {
  text-decoration: underline;
}

.pesonal-bar.auth {
  background: url("images/btn-auth.png") no-repeat scroll 0 0 transparent;
  height: 36px;
  margin: -15px 0 0;
  padding: 3px 16px 0;
  position: relative;
  width: 228px;
}

.pesonal-bar.auth a {
  color: #FFF;
  float: left;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Golos Text", sans-serif;
}

.pesonal-bar.auth a.enter {
  position: relative;
  text-decoration: none;
  z-index: 26;
}

.pesonal-bar.auth a span {
  display: block;
  float: left;
  line-height: 16px;
  padding: 0;
}

.pesonal-bar.auth > nav > span {
  float: left;
  line-height: 1.2;
  margin: 0 10px;
  color: white;
}

.pesonal-bar.auth a.reg {
  text-decoration: underline;
  position: absolute;
  z-index: 30;
}

.pesonal-bar.auth a:hover {
  text-decoration: none;
}

.pesonal-bar.auth a:hover span, .pesonal-bar.auth.active a span {
  border: 0 none;
}

.pesonal-bar.auth .pauth {
  background: url("images/pauth.png") no-repeat scroll 0 0 transparent;
  display: none;
  height: 199px;
  left: 0px;
  padding: 0 13px;
  position: absolute;
  top: 50px;
  width: 232px;
  z-index: 30;
  box-shadow: 2px 0px 7px 0px #00000033;
  background-position-y: -38px;
  background-position-x: -7px;
  border-radius: 6px;
}

.pesonal-bar.auth.active .pauth {
  display: block;
}

.pauth-title {
  color: #151515;
  font-family: "Golos Text", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  margin: 10px 0;
}

.pesonal-bar.auth .pauth input::placeholder {
  color: #9A9A9A;
}

.pesonal-bar.auth .pauth input[type=text],
.pesonal-bar.auth .pauth input[type=password],
.pesonal-bar.auth .pauth input[type=email] {
  border-image: none;
  display: inline-block;
  height: 28px;
  margin-bottom: 11px;
  padding: 0 7px;
  position: relative;
  width: 216px;

  border-radius: 3px;
  border: 1px solid #D4D4D4;
  background: #FFF;
  box-shadow: 0 2px 2px 0 #DEDEDE inset;
  color: #151515;
  font-family: "Golos Text", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.pesonal-bar.auth .pauth i {
  margin: -2px 0 0 -24px;
}

.pesonal-bar.auth .pauth .ertext {
  color: #151515;
  display: block;
  font-size: 14px;
  margin: -4px 0 7px;
  padding-right: 51px;
  text-align: center;
}

.pesonal-bar.auth .pauth a.forgot {
  color: #4D4D4D;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  top: 9px;
}

.pauth .field label {
  color: #4D4D4D;
  font-family: "Golos Text", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.pauth .btn-darkgreen25 {
  border: none;
  border-radius: 5px;
  border-right: 1px solid #4D3A2C;
  border-bottom: 1px solid #4D3A2C;
  border-left: 1px solid #4D3A2C;
  background: #6B584A;
  box-shadow: 0 3px 3px 0 #CFCFCF;
  color: #FFF;
  font-family: "Golos Text", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-shadow: unset;
}

.pauth .btn-darkgreen25:hover {
  border: none;
  border-radius: 5px;
  border-right: 1px solid #4D3A2C;
  border-bottom: 1px solid #4D3A2C;
  border-left: 1px solid #4D3A2C;
  background: #53453a;
  box-shadow: 0 3px 3px 0 #CFCFCF;
}

.pesonal-bar.auth .pauth .btn-darkgreen25 {
  margin: 5px 0 0;
}

.pesonal-bar.identificated {
  background: linear-gradient(180deg, #fefefe 0%, #eaeaea 100%);
  color: #333;
  font-size: 15px;
  height: 29px;
  line-height: 28px;
  margin-bottom: 14px;
  padding: 6px 0;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.pesonal-bar.identificated .inner-header {
  padding-left: 10px;
  width: 980px;
}

.pesonal-bar.identificated a {
  color: #333;
}

.pesonal-bar.identificated .user {
  font-size: 17px;
  line-height: 25px;
}

.pesonal-bar.identificated .stat-data {
  margin-left: 40px;
}

.pesonal-bar.identificated .box {
  background-color: #ffffff;
  border-radius: 4px;
  margin-left: 4px;
  padding: 4px 0 4px 16px;
}

.pesonal-bar.identificated .data-user .box {
  padding: 4px 16px;
}

.pesonal-bar.identificated .disc-ag {
  margin-right: 16px;
}

.pesonal-bar.identificated .item {
  margin-left: 14px;
}

.pesonal-bar.identificated .value {
  color: #151515;
  font-weight: bold;
  text-transform: lowercase;
}

.pesonal-bar.identificated .toggle-controller {
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  color: #151515;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  margin-left: -16px;
  text-align: center;
  text-decoration: none;
  width: 31px;
  background: var(--gradient-pale);
}

.pesonal-bar.identificated .logout {
  border-bottom: 1px dotted #333;
  margin-right: 30px;
  position: relative;
  text-decoration: none;
}

.personal-office .bigger {
  margin: 0 auto;
  width: 270px;
}

.pesonal-bar.identificated .logout:after {
  border-radius: 50px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  color: #888;
  content: ">";
  display: block;
  height: 21px;
  line-height: 20px;
  margin-left: 6px;
  position: absolute;
  left: 100%;
  text-align: center;
  top: -2px;
  width: 21px;
  background: var(--gradient-pale);
}

.headerlinks {
  width: 312px;
}

.headerlinks ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.headerlinks ul li {
  font-size: 13px;
  line-height: 1;
  order: 1;
  padding: 0;
}

.headerlinks ul li.rd-right {
  order: 2;
}

.headerlinks ul, .mainmenu ul {
  margin: 0;
  padding: 0;
}

.headerlinks a, .headerlinks b {
  color: #151515;
  font-family: "Golos Text", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  height: 24px;
  display: inline-block;
  line-height: 24px;
}

.headerlinks b {
  text-decoration: none;
  font-weight: 600;
}

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

div.logo {

}

.logo a {
  display: block;
  margin: 0;
}

.logo span, .logo a {
  color: #8d191c;
  display: block;
  font-size: 9px;
  line-height: 11px;
  margin: -2px 0 0;
  width: auto;
  text-decoration: none;
}
.logo span {
  text-align: center;
  margin-bottom: 2px;
}

.logo span a:hover {
  text-decoration: underline;
}

.index-header {
  font-size: 0;
  line-height: 0;
  margin: 0;
}

.connect {
  color: #151515;
  float: right;
  font-size: 13px;
  margin-top: 13px;
  width: 275px;
}

.connect .phone {
  display: inline-block;
  width: 127px;
  margin-bottom: 10px;
  color: #151515;
  font-family: "Golos Text", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.connect .phone span {
  color: #4D4D4D;
  font-family: "Golos Text", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.connect p {
  padding-right: 30px;
  text-align: left;
  white-space: nowrap;
}

.connect a {
  color: #151515;
  line-height: 20px;
}

.connect span {
  color: #439c26;
  font-size: 15px;
}

.connect .phone-block {
  margin: -22px 0 0 -40px;
}

.mainmenu {
  background: url("images/menu.png") no-repeat scroll 0 0 transparent;
  border-radius: 5px 5px 5px 5px;
  height: 75px;
  margin: 20px 0 5px;
  overflow: hidden;
  position: relative;
  width: 990px;
}

.opera .mainmenu {
  margin-top: 0;
}

.mainmenu ul li {
  float: left;
  background: url(images/menu-separator.png) left center no-repeat;
  height: 73px;
  min-width: 20%;
  font-size: 19px;
  line-height: 20px;
  text-align: center;
  padding: 2px 0;
  position: relative;
}

.mainmenu ul li:first-child {
  background-image: none;
  border-radius: 5px;
  position: relative;
}

.mainmenu ul li:first-child a {
  border-radius: 7px 0 0 7px;
  position: relative;
}

.mainmenu ul li:last-child {
  border-radius: 0 7px 7px 0;
}

.mainmenu ul li:last-child a {
  border-radius: 0 7px 7px 0;
}

.mainmenu ul li a {
  color: #ffffff;
  text-decoration: none;
  padding: 14px 35px 9px;
  display: block;
  min-width: 120px;
  position: relative;
  height: 47px;
}

.mainmenu ul li a:hover {
  color: #e0ff93;
}

.mainmenu ul li a.active {
  background: #29170045;
}

.mainmenu ul li a.active span {
  color: #f7e8d7;
}

.mainmenu ul li span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
  font-family: "Gothic No60", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.mainmenu ul li span:hover {
  color: #f7e8d7;
}

.headsliderwrap {
  width: 700px;
  margin: 6px 0 0 3px;
}

.headsliderwrap aside {
  float: left;
  width: 345px;
  padding: 12px 0 0;
}

.headsliderwrap .header {
  margin: 5px 0 10px;
  white-space: normal;
  background: transparent;
  color: #151515;
  font-family: "Gothic No60", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
}

.headsliderwrap .rd-p {
  margin: 20px 0 15px;
  color: #4D4D4D;
  font-family: "Golos Text", sans-serif !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;

  -webkit-line-clamp: 3;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: block;
  height: 55px;
}

.headsliderwrap aside .hswlink {
  text-decoration: none;
  color: #8D191C;
  font-family: "Gothic No60", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.headsliderwrap aside span {
  color: #8d191c;
  font-size: 29px;
}

.headslider {
  position: relative;
  width: 694px;
  overflow: hidden;
}

.headsl {
  position: relative;
}

.hsl {
  float: left;
  width: 700px;
  height: 330px;
}

.hslimg {
  float: right;
  margin: 5px -2px 0 0;
}

.headslpagin {
  float: left;
  margin: -27px 0 0;
  position: relative;
}

.headslpagin a {
  background: url(images/icons.png) -303px -36px no-repeat;
  width: 13px;
  height: 17px;
  float: left;
  margin-right: 9px;
  text-indent: -9999px;
}

.headslpagin a.selected {
  background-position: -281px -36px;
}

/* Content */
/* Footer */
.print-footer {
  display: none;
}

/* Loading indicator */
.loading-indicator {
  position: relative;
}

.loading-indicator .loading-layer,
.loading-indicator .loading-icon {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.loading-indicator .loading-layer {
  background-color: #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=20)";
}

.loading-indicator .loading-icon {
  background: url("images/loading.gif") no-repeat center center transparent;
}

#loading-light {
  display: none;
  position: fixed;
  z-index: 1020;
  width: 220px;
  height: 19px;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -110px;
  background: url("images/loading.gif") no-repeat 0 0;
}

/* Form */
.form .field {
  position: relative;
  display: inline-block;
}

.form .field.error:before {
  content: "";
  position: absolute;
  z-index: 50;
  right: 10px;
  top: 6px;
  background: url("images/icons.png") no-repeat 0 -127px transparent;
  display: block;
  height: 17px;
  width: 17px;
}

.form-required,
.starrequired, .required {
  color: red;
}

.hide {
  display: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Tools */
.notetext {
  color: #8d191c;
  font-size: 18px;
}

.errortext {
  color: #000;
}

.decor3 {
  background: url(images/decor3.png) no-repeat;
  width: 84px;
  height: 86px;
  display: block;
  position: absolute;
  top: 40px;
  left: 375px;
  z-index: 0;
}

.decor4 {
  background: url(images/decor4.png) no-repeat;
  width: 50px;
  height: 122px;
  display: block;
  position: absolute;
  top: 120px;
  left: 615px;
  z-index: 0;
}

.imgz1 {
  background: url(images/shadow-img2.png) no-repeat;
  width: 238px;
  height: 181px;
  margin: 0 0 0 90px;
  position: relative;
  z-index: 1;
}

.imgz2 {
  background: url(images/shadow-img1.png) no-repeat;
  width: 285px;
  height: 214px;
  position: relative;
  z-index: 2;
  margin: -70px 0 0;
}

.imgz1 > figure {
  background: url(images/imgz1.png) no-repeat;
  width: 208px;
  height: 152px;
  padding: 13px;
}

.imgz1 > figure > img {
  border: 1px solid #cac8c8;
}

.imgz2 > figure > img {
  border: 1px solid #cac8c8;
}

.imgz2 > figure {
  background: url(images/imgz2.png) no-repeat;
  width: 228px;
  height: 164px;
  padding: 13px;
}

.click3 {
  width: 268px;
  margin: 18px 0 0;
}

.click3 h3 {
  font-size: 23px;
}

.click3 dl {
  background: url(images/numdots.png) 0 50px no-repeat;
  margin: 0 0 0 -15px;
}

.click3 dt {
  background: url(images/numcircle.png) no-repeat;
  width: 45px;
  height: 45px;
  float: left;
  color: #c65c58;
  font-size: 23px;
  text-align: center;
  line-height: 50px;
}

.click3 dd {
  margin: 0 0 11px 54px;
}

.click3 dd p {
  font-size: 13px;
  line-height: 17px;
  color: #6b6b6b;
  padding-bottom: 13px;
}

.click3 .dd1 {
  margin-bottom: 10px;
}

.dd1 h4 {
  padding: 8px 0 0;
  margin: 0 0 6px;
}

.click3 .dd2 {
  margin-left: 36px;
}

.click3 .dd2 + dd {
  margin: 0 0 0 90px;
}

.dd3 {
  padding-top: 10px;
}

.content {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 25px;
  position: relative;
  z-index: 0;
}

.content.z10 {
  z-index: 10;
}

.content.freecont {
  width: 100%;
}

.content.freecont .col1 {
  width: 100%;
}

.content .aside {
  width: 305px;
}

.maincontent {
  width: 630px;
}

.maincontent h2 {
  text-align: center;
}

.sugrow {
  margin: 0 0 7px;
}

.suggest {
  width: 197px;
  height: 279px;
  position: relative;
  margin-bottom: 6px;
}

.suggest img {
  float: left;
}

.sdescr {
  background: url(images/bgtransparent.png) repeat;
  width: 169px;
  min-height: 59px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 14px;
  text-decoration: none;
  display: block;
}

.sdescr span {
  font-size: 15px;
  line-height: 19px;
  color: #fefefe;
  display: block;
}

.sdescr ins {
  color: #ffffff;
  font-size: 13px;
  line-height: 21px;
  display: block;
}

.suggest:hover .sdescr {
  background: #000000db;
}

.suggest:hover .sdescr span,
.suggest:hover .sugmore span {
  text-decoration: underline;
}

.suggest .alabel {
  background: url(images/block-label.png) no-repeat;
  width: 61px;
  height: 70px;
  display: block;
  position: absolute;
  right: 0;
  top: 146px;
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  padding: 5px 0 0 17px;
}

.alabel span {
  display: block;
  line-height: 20px;
}

.alabel small {
  font-size: 12px;
  line-height: 12px;
  display: block;
}

.suggest .alabel--sale {
  background-image: url(images/block-label-sale.png);
}

.sugmore {
  position: absolute;
  left: 0;
  top: 0;
  width: 177px;
  min-height: 253px;
  z-index: 99;
  background-color: #705e43;
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
  padding: 13px 5px 13px 15px;
  display: none;
}

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

.sugmore > a {
  display: block;
}

.sugmore a:hover {
  text-decoration: underline;
}

.sugmore table {
  margin: 40px 0 0;
}

.sugmore table th {
  text-align: left;
  font-size: 13px;
  line-height: 17px;
}

.sugmore table th:first-child {
  width: 107px;
}

.sugmore table td {
  line-height: 28px;
  font-size: 12px;
}

.suggest:hover .sugmore {
  display: block;
}

.mainmore {
  background: url(images/decor.png) center 41px no-repeat;
  width: 566px;
  display: flex;
  position: relative;
  height: 86px;
  clear: both;
}

.mainmore a {
  color: #8d191c;
  font-size: 21px;
  text-decoration: none;
  display: inline-block;
  margin: 7px auto 0;
}

.mainmore a span {
  border-bottom: 1px dotted;
  margin-right: 15px;
  float: left;
  line-height: 21px;
}

.mainmore ins {
  background: url(images/shadow-more.png) center 0 no-repeat;
  width: 566px;
  display: block;
  position: absolute;
  left: 0;
  top: 41px;
  height: 19px;
}

.mainmore a:hover span {
  border-bottom: 0;
}

.shedule {
  font-size: 13px;
  line-height: 18px;
  color: #151515;
}

.shedule h2 {
  margin-bottom: 12px;
  font-size: 17px;
}

.shedule h3 {
  color: #8d191c;
}

.shedule h3 a {
  color: #8d191c;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.1;
}

.shedule h3 a:hover {
  color: #151515;
}

.shedule > header {
  margin: 0 0 4px;
}

.shedule > header > div {
  margin-right: 120px;
}

.shedule > header i {
  margin: 15px -20px 0 0;
}

.shedule p {
  padding-bottom: 15px;
}

.shed-prev {
  background: url(images/shedule-line.png) center top no-repeat;
  width: 281px;
  display: block;
  padding: 2px 0 0;
}

.shed-next {
  background: url(images/shedule-line.png) center bottom no-repeat;
  width: 281px;
  display: block;
  padding: 0 0 2px;
}

.shed-prev > i, .shed-next > i {
  display: block;
  margin: 0 auto;
}

.shedslider {
  background: url(images/shadow-shedule.png) left center no-repeat;
  width: 281px;
  margin: 4px 0 4px -19px;
  padding: 0 19px;
}

.shedsl > div {
  float: left;
  position: relative;
  width: 300px;
  padding: 7px 0 0;
}

.shedsl > div > img {
  display: block;
  height: 145px;
  width: 281px;
}

.shedsl > div > a {
  background: url(images/bgtransparent.png) repeat;
  padding: 10px 12px;
  width: 257px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 19px;
  position: absolute;
  left: 0;
  bottom: 64px;
}

.shedsl > div > a:hover {
  text-decoration: underline;
}

.shedsl > div .date {
  position: absolute;
  right: 0;
  top: 0;
  background: url(images/date-label.png) no-repeat;
  width: 58px;
  height: 43px;
  text-align: center;
  color: #8d191c;
  font-size: 13px;
  padding: 10px 0;
}

.shedsl > div .date span {
  font-size: 21px;
  display: block;
}

.shedsl > div > footer {
  height: 40px;
  position: relative;
  overflow: hidden;
  padding: 12px 14px;
}

.shedsl > div > footer img {
  position: absolute;
  top: 0;
  right: 19px;
}

.shedsl > div > footer .cost {
  color: #151515;
  font-size: 21px;
  line-height: 21px;
  margin-right: 25px;
}

.shedsl > div > footer a {
  color: #8d191c;
  text-decoration: none;
  font-size: 17px;
  line-height: 21px;
}

.shedsl > div > footer a:hover {
  color: #151515;
}

.shedsl > div > footer a:hover i {
  background: url(images/icons.png) -110px -127px;
}

.colnews {
  margin: 15px 0 0;
  float: left;
  width: 100%;
}

.colnews > div {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  padding-right: 25px;
}

.colnews > div.last {
  width: 145px;
  padding-right: 0;
}

.colnews > div a {
  font-size: 15px;
  line-height: 19px;
  color: #151515;
}

.colnews > div p {
  color: #151515;
  font-size: 13px;
  line-height: 19px;
  padding: 18px 0 0;
}

.hgallwrap {
  position: relative;
  margin: -8px 0 30px;
  width: 100%;
}

.hgall {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 328px;
  display: flex;
  justify-content: center;
}

.hgall a {
  float: left;
}

.hgall-plash .breadcrumbs {
  margin-bottom: 10px !important;
}

.hgall-plash {
  width: 606px;
  height: 230px;
  background: url(images/shadow-top.png) center bottom no-repeat #ffffff;
  display: block;
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: -55px;
  margin: 0 0 0 -515px;
  padding: 7px 40px 1px 50px;
}

.hgall-plash .flower3 {
  background: url(images/flower3.png) no-repeat;
  position: absolute;
  left: 0;
  width: 44px;
  height: 122px;
  top: 15px;
  display: block;
}

.hgall-plash .decor5 {
  background: url(images/decor5.png) no-repeat;
  position: absolute;
  right: 0;
  width: 108px;
  height: 45px;
  top: 0;
  display: block;
}

.hgall-plash > article {
  width: 360px;
  font-size: 15px;
  color: #151515;
}

.hgall-plash > aside {
  width: 220px;
  font-size: 15px;
  color: #151515;
  text-align: center;
  padding: 24px 0 0 20px;
}

.hgall-plash > article p {
  padding-right: 40px;
  font-size: 14px;
}

.hgall-plash > aside .sending {
  font-weight: bold;
  line-height: 19px;
}

.hgall-plash > aside .sending ins {
  font-weight: normal;
  color: #00922d;
}

.hgall-plash > aside .cost {
  color: #8d191c;
  font-size: 35px;
  display: block;
  margin: 3px 0 10px;
}

.breadcrumbs {
  margin: 0 0 30px;
  padding: 0 10px 0 0;
  color: #9A9A9A;
  font-family: "Golos Text", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.breadcrumbs a {
  color: #4D4D4D;
  font-family: "Golos Text", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: underline;
  margin: 0 4px;
}

.breadcrumbs a:first-child {
  margin: 0 4px 0 0;
}

.breadcrumbs span {
  color: #9A9A9A;
  font-family: "Golos Text", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 4px;
}

.col2 {
  font-size: 14px;
  color: #151515;
}

.col-left {
  width: 462px;
}

.col-right {
  width: 450px;
}

.col2 a {
  color: #151515;
}

.col-left p {
  padding-bottom: 25px;
}

.col-left .p p {
  padding-bottom: 0;
}

footer div.p {
  margin: 0 0 10px 100px;
  padding: 0;
}

.oday div.p,
.day div.p {
  text-align: justify;
}

.col1 {
  width: 940px;
  margin: 0 auto;
  padding-left: 20px;
}

.col1 .breadcrumbs { /*width:270px;*/
  margin: 0 auto 15px;
}

.col1 h1 {
  text-align: center;
  margin: 0 0 28px;
  white-space: normal;
}

.col1 h2 {
  text-align: center;
}

.col1 .suggestwrap {
  margin: 0 0 0 62px;
}

.step-tour-wrap, .step-tour-wrap-agency {
  background: url(images/tour-bg.png) center top no-repeat;
  padding: 25px 0 0;
  margin-bottom: 32px;
  min-height: 200px;
}

.stour {
  background: url(images/tour-lines.png) 120px 55px no-repeat;
  min-width: 680px;
}

.questionwrap .stour {
  background-image: none;
  min-width: 1px;
}

.questionwrap .step-tour-wrap {
  padding: 28px 40px 0;
}

.stour > p {
  font-size: 21px;
  color: #151515;
  line-height: 30px;
}

.stour h2 {
  margin: 0 0 18px 110px;
  text-align: left;
}

.stept {
  width: 175px;
  text-align: center;
  margin: 0 30px 0 0;
}

.stept.stept2 {
  margin-right: 50px;
}

.stept .snum {
  background: url(images/numcircle.png) no-repeat;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 52px;
  color: #8d191c;
  font-size: 23px;
  display: block;
  margin: 0 auto;
}

.stept h4 {
  margin: 15px 0 8px;
  line-height: 24px;
}

.stept p {
  color: #151515;
  font-size: 14px;
  line-height: 21px;
  margin: 0 -10px;
}

.stour-shadow {
  background: url(images/shadow-tour.png) center bottom no-repeat;
  width: 100%;
  height: 11px;
  padding: 15px 0 0;
  display: block;
  overflow: hidden;
}

.order-tour {
  padding: 17px 13px;
  border: 1px dashed #090909;
  border-radius: 5px;
  width: 207px;
  margin: 19px 10px 0;
}

.questionwrap .order-tour {
  margin: 15px 0 0;
}

.order-tour > a.btn-green47 {
  width: 205px;
  padding: 0;
  text-align: center;
}

.order-tour p {
  color: #151515;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin: 10px auto 0;
  width: 100%;
  display: inline-block;
}

.order-tour p a {
  color: #151515;
}

.tour-prog .oday {
  padding: 0 22px 0;
  line-height: 21px;
  margin-left: -22px;
}

.tour-prog .day {
  padding: 0 22px 0;
  line-height: 21px;
  margin: 25px 0 0 -22px;
}

.tour-prog .day.even, .tour-prog .oday.even {
  background-color: #FAF9F5;
}

.tour-prog .day > header, .tour-prog .oday > header {
  font-size: 19px;
  margin-bottom: 18px;
}

.tour-prog .day li, .tour-prog .oday li {
  padding-bottom: 6px;
}

.inf-block {
  border: 1px solid #c4c4c4;
  padding: 20px 30px 20px 16px;
  line-height: 21px;
  margin: 0 30px 20px 0;
}

.inf-block i {
  float: left;
  top: 6px;
}

.inf-block p {
  margin-left: 54px;
  padding: 0;
}

.cost-tour .costline {
  margin: 8px 0;
}

.cost-tour .costline span {
  display: block;
  font-size: 16px;
  color: #8d191c;
  line-height: 25px;
}

.cost-tour p ins {
  color: #8d191c;
}

.buybtn .btn-green47 {
  margin: 10px 0 10px 85px;
}

.buybtn > span {
  float: left;
  width: 376px;
  text-align: center;
  font-size: 17px;
  color: #8d191c;
  line-height: 27px;
  margin: 6px 0 15px;
}

.buybtn > span a {
  color: #8d191c;
}

.btn-onl {
  position: relative;
}

.ptable {
  background: url(images/ptable-bottom.png) center bottom no-repeat;
  padding-bottom: 31px;
  width: 472px;
  float: left;
  position: absolute;
  bottom: 0;
  left: -15px;
  z-index: 10;
  display: none;
}

.ptable-top {
  background: url(images/ptable-top.png) no-repeat;
  float: left;
  width: 472px;
  height: 12px;
}

.ptable-content {
  background: url(images/ptable-center.png) left top repeat-y;
  width: 448px;
  float: left;
  padding: 14px 12px 0;
}

.ptable .last td {
  border-bottom: 0;
}

.ptable table {
  width: 440px;
}

.ptable .ptable-close {
  position: absolute;
  top: 17px;
  right: 20px;
}

.ptable-content .closest-table {
  width: 100%;
}

.ptable-content .closest-table .tar {
  white-space: nowrap;
}

.closest-date {
  margin-bottom: 25px;
  width: 438px;
}

.closest-table {
  font-size: 15px;
  margin: 0 0 8px;
  width: 100%;
}

.closest-table th {
  line-height: 39px;
  border-bottom: 1px solid #c7c7c7;
  color: #8d191c;
  font-weight: normal;
  padding: 10px;
  text-align: left;
}

.closest-table th.with-desc {
  line-height: 18px;
  text-align: center;
}

.closest-table th.with-desc span {
  line-height: 14px;
  font-size: 12px;
  color: #151515;
}

.closest-table td {
  padding: 11px 10px;
  line-height: 20px;
  border-top: 1px solid #c7c7c7;
  vertical-align: middle;
}

.closest-table .btn-green31, .closest-table .btn-lightblue31 {
  width: 120px;
  padding: 0;
  margin-left: 15px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.closest-table .btn-green31 + .btn-green31 {
  margin-left: 5px;
}

.closest-table .tar {
  text-align: right;
}

.closest-table td > div {
  position: relative;
}

.closest-table td span {
  display: inline-block;
  vertical-align: middle;
}

.closest-table td a.btn-sheme-place {
  position: relative;
  width: 31px;
}

.closest-table td a.btn-sheme-place:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/bus-ico.png) center center no-repeat;
}

.even-col {
  background-color: #FAF9F5;
  text-align: center;
}

.even-col > div {
  position: relative;
  cursor: pointer;
}

.tablett {
  background: url(images/tooltip-table.png) no-repeat;
  width: 99px;
  height: 36px;
  padding: 8px 16px 26px;
  color: #1f8700;
  font-size: 12px;
  line-height: 19px;
  position: absolute;
  bottom: 13px;
  left: 0;
  display: none;
}

.tablett ins {
  display: block;
  text-align: center;
  font-size: 18px;
  padding-right: 7px;
}

.even-col > div:hover .tablett {
  display: block;
}

.graphic-link {
  font-size: 14px;
  display: inline;
}

.graphic-link a {
  color: #8d191c;
}

.img-nav {
  position: relative;
  margin-left: -8px;
  margin-right: -22px;
}

.img-nav a {
  float: left;
  padding: 15px 24px 19px;
  width: 112px;
  margin-right: -7px;
  text-decoration: none;
  position: relative;
  height: 164px;
}

.img-nav a.last {
  margin-left: -8px;
}

.img-nav a span {
  color: #8d191c;
  font-size: 16px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.img-nav a i {
  position: absolute;
  left: 108px;
  top: 108px;
}

.img-nav a img {
  margin: 0 0 7px;
}

.img-nav a ins {
  font-size: 14px;
  line-height: 15px;
  color: #151515;
  font-weight: bold;
  display: block;
  text-align: center;
}

.img-nav a.active span {
  color: #151515;
}

.img-nav a.active {
  z-index: 3;
  background: url(images/tabimg-act2.png) no-repeat;
}

.tabs-form {
  width: 700px;
}

.tab-img-section {
  margin: -5px 0 25px -8px;
  background: url(images/tabimg-bottom.png) left bottom no-repeat;
  width: 459px;
  padding-bottom: 13px;
  float: left;
}

.tabimg-top {
  background: url(images/tabimg-top.png) left top no-repeat;
  width: 459px;
  height: 5px;
  float: left;
}

.tab-img-section > article {
  padding: 14px 28px 0;
  width: 403px;
  margin: 0 -25px 0 0;
  float: left;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  background: url(images/tabimg-center.png) left top repeat-y;
}

.tab-img-section > article > p {
  padding-bottom: 19px;
}

.tab-img-section > article footer {
  background: url(images/tab-line.png) center top no-repeat;
  padding: 17px 0 0;
}

.tab-img-section > article footer > div {
  overflow: hidden;
  margin-bottom: 10px;
}

.tab-img-section > article footer img {
  float: left;
  margin-top: 0;
}

.tab-img-section > article footer p {
  margin-left: 102px;
  padding-right: 40px;
}

.check-list {
  margin: 0 0 35px;
}

.check-list ul {
  margin: 10px 0;
}

.check-list li {
  line-height: 25px;
  padding-left: 30px;
  background: url(images/marker.png) left 6px no-repeat;
}

.wish-pay > div {
  background: url("images/shadow-table.png") no-repeat scroll center center transparent;
  margin: 10px 0 10px -21px;
  min-height: 80px;
  padding: 15px 21px;
  width: 443px;
}

.wish-pay > div table {
  width: 404px;
  margin: 0 auto;
}

.wish-pay > div table td, .wish-pay > div table th {
  font-weight: normal;
  padding: 9px 0;
  text-align: left;
  border-top: 1px solid #ccc;
}

.wish-pay > div table tr:first-child td, .wish-pay > div table tr:first-child th {
  border-top: 0;
}

.wish-pay > div table td {
  color: #8d191c;
}

.wish-pay > div table th {
  width: 310px;
}

.sit-inf > figure {
  margin: 2px 0 35px;
}

.sit-inf > p {
  margin-left: 162px;
}

.sit-inf > div.hinfo {
  margin-left: 162px;
  margin-bottom: 25px;
}

.sit-inf > div.hinfo > div {
  margin-top: 10px;
}

.give-links {
  margin: 35px 0 0;
}

.give-links > div:first-child {
  width: 238px;
}

.give-links ul {
  display: block;
  width: 175px;
}

.give-links ul li {
  margin: 0 0 20px;
  font-size: 19px;
  line-height: 21px;
  display: block;
}

.give-links ul li a {
  color: #6b584a;
  text-decoration: none;
  display: inline-block;
}

.give-links ul li a i {
  float: left;
}

.give-links a.a-tooltip {
  top: 3px;
  position: relative;
}

.give-links ul li a span {
  margin-left: 45px;
  display: block;
}

.give-links ul li.line1 span {
  padding: 6px 0 0;
}

.give-links .itogo {
  overflow: hidden;
  width: 100%;
  margin: 5px 0 10px;
  font-size: 21px;
  color: #151515;
  float: left;
}

.give-links .social {
  margin-top: -15px;
}
.give-links .social ul {
  width: 180px;
  display: flex;
  column-count: 3;
  flex-wrap: wrap;
}
.give-links .social span {
  margin-left: 0;
}

.map {
  overflow: hidden;
  clear: both;
}

.reviews-note-error {
  display: inline-block;
}

.reviewwrap {
  background: url(images/shadow-footer.png) center top no-repeat var(--pale-100);
  margin: 0 0 40px;
}

.inner-review {
  width: 915px;
  margin: 0 auto;
  padding: 30px 0 50px 15px;
  color: #151515;
}

.commentbl {
  margin: 0 0 15px;
}

.commentbl > aside {
  float: left;
  padding: 0 17px;
  width: 140px;
  font-size: 14px;
  line-height: 15px;
}

.commentbl > aside .name {
  font-weight: bold;
  display: block;
  margin: 10px 0 8px;
}

.commentbl > aside .date {
  color: #8d191c;
}

a.btn-green31.btn-sheme-place.a-tooltip {
	background: #D4D4D4;
	border: #D4D4D4;
}

a.reset.fright {
  position: relative;
  top: -25px;
  left: 14px;
}

.commentbl > aside .date span {
  display: block;
  margin-bottom: 10px;
}

.commentbl > .commentbl-text {
  background-color: #ffffff;
  border: 1px solid #e3e9e9;
  border-radius: 3px;
  position: relative;
  box-shadow: 0 3px 3px #c9cfcf;
  margin-left: 195px;
  padding: 23px 28px;
  min-height: 50px;
  font-size: 14px;
  line-height: 19px;
}

.commentbl > div ins {
  background: url(images/comment-corner.png) no-repeat;
  width: 22px;
  height: 35px;
  display: block;
  position: absolute;
  left: -22px;
  top: 22px;
}

.commentbl-files-list {
  margin: 10px 0 0 195px;
  font-size: 12px;
  line-height: 16px;
  padding-left: 22px;
  min-height: 17px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxNGEwODVlNS1mZjQyLTVlNDktYTY5ZC04Zjg1ZGM4NDUzMGIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODU4QUQzNEZCODNEMTFFNDhGNUY5MDQwQjI3NEIwNzgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODU4QUQzNEVCODNEMTFFNDhGNUY5MDQwQjI3NEIwNzgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQwMGJlYjRkLTFkMjItZjk0ZC04YjBkLTdlN2U5OTkzMTZiNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNGEwODVlNS1mZjQyLTVlNDktYTY5ZC04Zjg1ZGM4NDUzMGIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz66aoGAAAADBElEQVR42lSTS4hURxSGv7rVj+medPdM++oZzJARcQTtiEoQfJGluMhjYzbJInEhwuhKwcWs3QmKC81CFwohgjuzEERiEBMUIy4GzSIkOBMzhtjtY/p1761b5bmPFi347y2qzvnP+U+do4jXrGC34Jxgh4ItboJqfRdabwcvjxdZwnCBxVc3+anymHXLMC22c4I+5BiuvOAAo6xrfMtobhatZlDZnRPE+1X1HlP+jzxZnqPN0tDVS76BYECVtZMnGfXO4twMxkIoMBFv935YZkx/x8YPbzDCeqKMROWEZ0oXKTSOCc1RjJwalzo7cbSytzY7E/hioN0mtk5cZZuuxySaT+Viz9ge6vq0cBYTB+fiG/jX/5tLreMip8PaYpMoSqVJiRjRDWqRz43glscWiqL/c5RXJcgiRjGJFOG37lWuRRd41rtI13QSgvg+lH9HMpopf0OTcY8PqOH0TkKJEmX6uzbkpRlwK/wZK2Q984h/zDwdiRyIxjhIXKOcmqbBxzn6pRLW1IjyqQzftTjfPoS48b97lES/rl5wv3WYcbWGfaOHmCl9mWSkBXm10qMrj2cigeQYy9G2StNVeOHuCsFyUv4FF7/dQ3YWnlBX6xlIxmGYFj9QnkevH+DbbqIzJglsnl0rTnOCvYxljfC1YB+TTBVPUc41xT52Tu2X3GuPRV7Tiu6lT2iynglrbBj7ga/YIVRSQFFeqZ2RhtzPICu+kyyeB09ZUvOannRGwyhW5D7Dc4WkaAlE1oTez0emTak8S9kdSHoo6RvZFCWT2/3L/GqvaNUX5SWeU7R1VnqfIOVJeiU2dl6FYuELee7N2CgjSIoJz6I/+d4cwaetk+q3pOmtfSyTtJpVqpkMypDoLbIhKqhYxgLnzUH+cw/Sjo1XmBC95JX7ndAEVPW0tGBF+iCdLp1NmXGG+fA6F91RnrrbwwFUvLtiw7I4T0o20243NfmXZLIHEqbjFvlD/cJf7o4k1H7X7X2S4dJyPiJkWpAXAT1C50tHWck2nZ731hsBBgAzcWCZ3qGfowAAAABJRU5ErkJggg==) 0 0 no-repeat;
}

.commentbl-files-list a {
  color: #8d191c;
}

.redirect-block--hidden {
  display: none;
}

.commentbl .redirect-block__sel {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 130px;
}

.morecomment, .lesscomment {
  background: url(images/shadow-more.png) center bottom no-repeat;
  width: 566px;
  padding-bottom: 30px;
  display: block;
  margin: 35px 0 0 195px;
  color: #8d191c;
  font-size: 19px;
  line-height: 19px;
  text-decoration: none;
  text-align: center;
}

.morecomment span, .lesscomment span {
  border-bottom: 1px dotted;
  display: inline-block;
  line-height: 19px;
}

.morecomment:hover span, .lesscomment:hover span {
  border-bottom: 0;
  padding-bottom: 1px;
}

.givereview {
  margin: 30px 0 0;
}

.givereview h3 {
  padding-left: 194px;
}

.givereview form {
  margin-left: 195px;
}

.givereview article {
  float: left;
}

.givereview article.narrow {
  max-width: 468px;
}

.givereview article input[type=text] {
  padding: 0 10px;
  line-height: 26px;
  height: 26px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-bottom-color: #ffffff;
  border-radius: 2px;
  position: relative;
  color: #999;
  font-size: 14px;
  float: left;
  margin: 0 19px 13px 0;
  width: 202px;
}

.givereview article textarea {
  padding: 5px 0 5px 10px;
  line-height: 18px;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-bottom-color: #ffffff;
  border-radius: 2px;
  position: relative;
  color: #999;
  font-size: 14px;
  float: left;
  margin: 0 19px 13px 0;
  width: 454px;
  overflow: auto;
  resize: none;
}

.givereview article input[type=text]#last {
  margin: 0;
}

.givereview aside {
  float: right;
  width: 200px;
  margin: -26px 0 0;
}

.givereview aside span {
  display: block;
  margin-bottom: 8px;
}

.givereview aside div {
  margin-bottom: 0;
}

.givereview aside input[type=text] {
  padding: 0 5px;
  line-height: 22px;
  height: 22px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-bottom-color: #ffffff;
  position: relative;
  color: #999;
  font-size: 14px;
  float: left;
  width: 130px;
  margin: 5px 0 0;
}

.givereview .btn-darkgreen33 {
  margin: 20px 0 0 268px;
}

.givereview article textarea.n-at {
  width: 689px;
  height: 130px;
  resize: none;
}

/*diary daily*/
.diary-content h1 {
  text-align: center;
  margin: 0 0 30px;
}

.diary-content h2 {
  text-align: center;
}

.diary-content .breadcrumbs {
  margin: 0 auto 15px;
}

.diary {
  margin: 0 0 30px;
}

.diary > header {
  margin-bottom: 35px;
}

.diary > header p {
  font-size: 19px;
  color: #151515;
  line-height: 27px;
  float: left;
  width: 500px;
  margin: 0 0 0 40px;
}

.nav-diary {
  margin: 7px 30px 0;
}

.nav-diary a {
  width: 165px;
  float: left;
  border: 1px solid #c6c6c6;
  line-height: 41px;
  height: 41px;
  color: #151515;
  font-size: 17px;
  text-decoration: none;
  text-align: center;
  position: relative;
  background: #fefefe;
  background: linear-gradient(to bottom, #fefefe 0%, #eaeaea 100%);
}

.nav-diary a.first {
  border-right-width: 0;
  border-radius: 5px 0 0 5px;
}

.nav-diary a.last {
  border-radius: 0 5px 5px 0;
}

.nav-diary a.active {
  color: #8d191c;
  background: #e0e0e0;
  background: linear-gradient(to bottom, #e0e0e0 0%, #f2f2f2 100%);
  box-shadow: 0 -1px 0 #fcfcfc inset;
}

.nav-diary a i {
  top: -1px;
}

.diary-section > article {
  box-shadow: 0 2px 7px #adadad;
  background-color: #ffffff;
  position: relative;
}

.diary-section > article > header {
  height: 59px;
  padding: 30px 324px 0;
}

.diary-section > article > header a {
  margin: 4px 0 0;
}

.weekly > header {
  padding: 30px 275px 0 !important;
}

.month-head {
  height: 98px;
  background-color: #FAF9F5;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-direction: row;
}

.month-head > div {
  float: left;
  width: 136px;
  border-left: 1px solid #e6e6e6;
  height: 74px;
  text-align: center;
  color: #151515;
  padding: 24px 0 0;
}

.month-head > div.first {
  border-left: 0;
  width: 137px;
}

.month-head > div.dayoff {
  background-color: var(--brown-200);
}

.month-head ins {
  font-size: 31px;
  display: block;
  margin-bottom: 3px;
  line-height: 31px;
}

.month-head small {
  font-size: 13px;
}

.mb-row {
  border-bottom: 1px solid #e6e6e6;
}

.mb-day.first {
  border-left: 0;
  width: 137px;
}

.mb-day {
  float: left;
  width: 136px;
  border-left: 1px solid #e6e6e6;
  height: 150px;
  color: #151515;
  font-size: 14px;
}

.mb-day > div {
  border: 2px solid #ffffff;
  padding: 3px 9px 0;
  height: 143px;
  position: relative;
}

.mb-day.dayoff > div {
  background-color: var(--brown-200);
}

.mb-day.current > div {
  border-color: #8d191c !important;
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa 0%, #f6f6f6 100%);
  position: relative;
}

.mb-day:hover > div {
  background: linear-gradient(to bottom, #fafafa 0%, #f6f6f6 100%);
  border: 2px solid #f7f7f7;
}

.mb-day > div > header, .mb-day-full > header {
  font-size: 19px;
  color: #8d191c;
}

.mb-day > div > ul > li > a, .mb-day-full > ul > li > a {
  color: #151515;
  line-height: 18px;
  margin-bottom: 3px;
  text-decoration: none;
}

.mb-day > div > ul > li > a:hover, .mb-day-full > ul > li > a:hover {
  text-decoration: underline;
}

.mb-day > div > ul li .cost, .mb-day-full > ul > li .cost {
  color: #8d191c;
  margin-bottom: 5px;
  display: block;
}

.mb-day.prev-month > div > header, .mb-day.next-month > div > header {
  color: #979797;
}

.mb-day > div > footer, .mb-day-full > footer {
  height: 15px;
  line-height: 15px;
  background-color: #faf9f5;
  border-top: 1px solid #fbfbf7;
  text-align: right;
  padding: 0 12px;
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 112px;
}

.mb-day > div > footer a.more, .mb-day-full footer a.more {
  background: url(images/dropdown-arrow.png) right center no-repeat;
  display: block;
  text-decoration: none;
  padding-right: 15px;
  color: #151515;
  font-size: 10px;
}

.mb-day > div > footer a.more.open, .mb-day-full footer a.more.open {
  background: url(images/drowtop-arrow.png) right center no-repeat;
}

.mb-day-full {
  position: absolute;
  top: -2px;
  left: -2px;
  background-color: #ffffff;
  box-shadow: 0 0 7px #aaa;
  padding: 5px 9px 13px 11px;
  display: none;
  z-index: 5;
  width: 116px;
}

.mb-day-full .mdclose {
  position: absolute;
  top: 7px;
  right: 9px;
}

.mb-day-full footer {
  width: 112px !important;
  bottom: 0 !important;
  left: 0 !important;
}

.mb-day > div > ul li {
  position: relative;
  word-break: break-all;
}

.labelmore {
  position: absolute;
  background: url(images/label-bottom.png) left bottom no-repeat;
  width: 401px;
  padding-bottom: 15px;
  float: left;
  z-index: 30;
  left: 70px;
  top: -126px;
  display: none;
}

.lmtop {
  background: url(images/label-top.png) left top no-repeat;
  width: 401px;
  height: 161px;
  float: left;
}

.labelmore.rig .lmtop {
  background: url(images/label-top-right.png) left top no-repeat;
  margin-left: 11px;
}

.lmcontent {
  background: url(images/label-center.png) left top repeat-y;
  width: 401px;
  float: left;
}

.lmdescr {
  margin: -140px 0 0;
  padding: 0 30px 15px 39px;
}

.lmdescr img, .weeklabel-content img {
  margin: 0 18px 18px 0;
  float: left;
}

.lmdescr > header a, .weeklabel-content > header a {
  font-size: 17px;
  line-height: 23px;
  color: #151515;
}

.lmdescr > header span, .weeklabel-content > header span {
  color: #269d01;
  display: block;
  font-size: 13px;
  margin: 6px 0 0;
}

.lmdescr ul, .weeklabel-content ul {
  clear: left;
}

.lmdescr li, .weeklabel-content li {
  background: url(images/marker-black.png) left 10px no-repeat;
  padding-left: 13px;
  font-size: 14px;
  line-height: 18px;
  color: #151515;
}

.lmdescr footer, .weeklabel-content footer {
  position: static;
  margin: 10px -24px 10px -22px;
  padding: 0 24px 0 22px;
  background-color: #faf9f5;
  height: 56px;
  width: auto !important;
  clear: both;
}

.lmdescr footer a, .weeklabel-content footer a {
  margin: 11px 0 0;
  padding: 0 25px;
}

.freeplace {
  line-height: 56px;
  color: #8d191c;
  font-size: 17px;
}

.freeplace ins, .weeklabel-content ins {
  font-size: 27px;
  position: relative;
  top: 3px;
}

.wday {
  border-top: 1px solid #e6e6e6; /*height:123px; */
  position: relative;
}

.wday > aside {
  background-color: var(--pale-100);
  border-right: 1px solid #e6e6e6;
  width: 141px;
  text-align: center;
  height: 93px;
  color: #151515;
  padding: 15px 0;
  position: relative;
}

.wday.dayoff > aside {
  background-color: var(--brown-200);
}

.wday-descr {
  margin-left: 160px;
  padding: 13px 0;
  position: relative;
}

.wday > aside ins {
  display: block;
  font-size: 31px;
  line-height: 40px;
}

.wday > aside small {
  display: block;
  font-size: 13px;
}

.wday > aside span {
  display: block;
  font-size: 19px;
  color: #8d191c;
  margin: 12px 0 0;
}

.wevent {
  font-size: 22px;
  position: relative;
  width: 730px;
}

.wday > aside span.grey {
  color: #979797;
}

.wevent > figure {
  background-color: #ffffff;
  box-shadow: 0 0 4px #c9c9c9;
  float: left;
  margin-right: 20px;
  padding: 7px;
  position: relative;
}

.wevent > figure img {
  float: left;
  max-height: 100px;
}

.wevent > a {
  color: #151515;
  display: inline-block;
  font-size: 22px;
  line-height: 25px;
  text-decoration: none;
  width: 400px;
}

.wevent > a:hover {
  text-decoration: underline;
}

.wevent > .cost {
  color: #8d191c;
  display: inline-block;
  float: right;
  margin: 0;
}

.wday-descr .more {
  height: 123px;
  margin: -13px 0;
  background-color: #faf9f5;
  width: 63px;
  font-size: 10px;
  color: #151515;
  text-decoration: none;
  position: relative;
}

.wday-descr .more span {
  position: absolute;
  font-weight: bold;
  bottom: 10px;
  display: block;
  text-align: center;
  background: url(images/dropdown-arrow.png) 47px center no-repeat;
  width: 56px;
  padding-right: 7px;
}

.wday:hover, .wday:hover > aside {
  background: #fbfbfb;
  background: linear-gradient(to bottom, #fbfbfb 0%, #f3f3f3 100%);
}

.wday.current {
  border: 2px solid #8d191c;
}

.wday.current > aside {
  width: 139px;
}

.weeklabel {
  background: url(images/weeklabel-bottom.png) left bottom no-repeat;
  width: 388px;
  padding-bottom: 27px;
  float: left;
  position: absolute;
  bottom: 85px;
  left: -10px;
  display: none;
  z-index: 6;
}

.weeklabel-top {
  background: url(images/weeklabel-top.png) no-repeat;
  width: 388px;
  height: 14px;
  float: left;
}

.weeklabel-content {
  background: url(images/weeklabel-center.png) left top repeat-y;
  width: 328px;
  float: left;
  color: #151515;
  font-size: 17px;
  line-height: 23px;
  padding: 10px 30px;
  text-decoration: none;
}

.wday-more {
  position: absolute;
  left: -18px;
  top: -1px;
  background-color: #ffffff;
  box-shadow: 0 2px 7px #bbb;
  border: 1px solid #e6e6e6;
  z-index: 25;
  padding: 13px 0 0 17px;
  display: none;
  width: 799px;
}

.wday-more .wevent {
  margin-bottom: 26px;
}

.wday-more a.more {
  top: 0;
  position: absolute;
  right: 0;
  z-index: 4;
  margin: 0;
}

.wdm-close {
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 5;
}

.wday-more .more span {
  background: url(images/drowtop-arrow.png) 47px center no-repeat;
}

a.reload {
  line-height: 18px;
  color: #444;
  font-size: 13px;
  display: block;
  clear: left;
}

a.a-tooltip {
  position: relative;
}

a.a-tooltip .i-voskl-green {
  position: absolute;
}

.tooltip197 {
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/tooltip197-bottom.png) left bottom no-repeat;
  font-size: 14px;
  line-height: 19px;
  color: #151515;
  width: 197px;
  padding-bottom: 32px;
  display: none;
  z-index: 10000;
}

.tooltip-top197 {
  background: url(images/tooltip197-top.png) no-repeat;
  width: 197px;
  height: 19px;
  float: left;
}

.tooltip197 > article {
  background: url(images/tooltip197-center.png) left top repeat-y;
  width: 157px;
  float: left;
  padding: 0 20px 15px;
}

.tooltip197 p {
  margin-top: -5px;
}

.tooltip197--big {
  width: 423px;
  background: url(images/tooltip197-bottom-big.png) left bottom no-repeat;
}

.tooltip197--tiny article {
  padding-bottom: 10px;
}

.tooltip197--big .tooltip-top197 {
  background: url(images/tooltip197-top-big.png) no-repeat;
  width: 423px;
}

.tooltip197--big > article {
  width: 384px;
  background: url(images/tooltip197-center-big.png) left top repeat-y;
}

/* Footer */
.footer {
  background: url(images/footerline.png) left top repeat-x;
  width: 100%;
}

.inner-footer {
  width: 960px;
  margin: 0 auto;
  padding: 32px 0;
}

.ftop {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.fbottom {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  color: #151515;
  display: flex;
  justify-content: space-between;
}

.logo-footer {
  margin: 0 35px 0 0;
}

.flinks {
  margin: 8px 0 0;
  display: flex;
}

.flinks li {
  float: left;
  font-size: 13px;
  line-height: 27px;
  margin-right: 12px;
}

.flinks li a {
  color: #151515;
}

.logof > div {
  float: left;
  margin-right: 25px;
}

.logof p {
  font-size: 12px;
  line-height: 15px;
  padding: 17px 0 10px 0;
  color: #151515;
}

.copyright {
  width: 220px;
  font-size: 13px;
  margin: 0 10px 0 0;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.copyright a {
  color: #151515;
}

.copyright span {
  color: #4D4D4D;
  margin-right: 15px;
}

.copyright p {
  margin: 0;
}

.copyright .fphone {
  margin-top: 7px;
}

.copyright .flinks {
  margin-top: 28px;
}

.copyright .fconfirm {
  margin-top: 10px;
}

.confirm-link {
  line-height: 19px;
  font-size: 12px;
}

.fbottom .developer {
  margin-right: 0;
  width: 140px;
  padding-top: 34px;
}

.developer-info {
  line-height: 19px;
}

.developer-info .developer-info__creator {
  font-size: 13px;
  margin: 0;
}

.privacy-text {
  font-size: 13px;
  line-height: 15px;
  padding: 20px 0 0 0;
}
.privacy-text__link {
  color: #151515;
}

.porder4 .privacy-text {
  width: 390px;
}

/* order popup */
#mask {
  background: url(images/opacity10.png) repeat;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 20;
  display: none;
}

.lock #mask-content {
  display: block;
  top: 50% !important;
  transform: translate(-50%, -50%);
  margin-left: 0;
}

/* order popup */
.lock #mask {
  height: 100% !important;
  overflow: hidden;
  position: fixed;
}

#mask-content {
  width: 730px;
  height: auto;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -349px;
  background-color: #FAF9F5;
  box-shadow: 0 3px 4px #989999;
  padding: 27px 0 0;
}

.pcl {
  position: absolute;
  top: -15px;
  right: -17px;
}

#mask-content h2 {
  text-align: center;
  line-height: 1.2;
}

#mask-content h5 {
  text-align: center;
  font-weight: normal;
  margin: 0 0 20px;
}

#mask-content .notetext {
  text-align: center;
  padding: 30px 0;
}

.nav-order {
  position: relative;
  z-index: 22;
}

.nav-order a {
  float: left;
  padding: 16px 25px;
  color: #8d191c;
  font-size: 17px;
  text-decoration: none;
  cursor: default;
}

.nav-order a ins {
  float: left;
  padding: 2px 0 0;
}

.nav-order a span {
  margin-left: 15px;
  display: block;
  cursor: default;
}

.nav-order a em {
  border-bottom: none;
  font-style: normal;
}

.nav-order a.active {
  color: #151515;
  border: 1px solid #dddfcf;
  background-color: #ffffff;
  padding: 15px 26px;
  border-bottom: 0;
}

.nav-order a.active:first-child {
  border-left-width: 0;
  padding-left: 27px;
}

.order-section {
  background: #ffffff;
  margin: -6px 0 0;
  position: relative;
  z-index: 21;
  height: auto;
}

.order-section article {
  padding: 43px 150px;
}

.order-section .btn-green47 {
  padding: 0;
  width: 208px;
  display: block;
  margin: 0 auto 0;
  float: none;
}

.ofrow {
  margin: 0 0 10px;
  font-size: 14px;
  color: #151515;
  position: relative;
  text-align: center;
}

.ofrow.l {
  float: left;
  margin-left: 18px;
}

.ofrow.r {
  float: right;
  margin-right: 18px;
}

.ofrow input[type=text].datepicker {
  width: 165px;
}

.ofrow input[type=text],
.ofrow input[type=email],
.ofrow input[type=tel] {
  border: 1px solid #d4d4d4;
  padding: 0 10px;
  color: #999;
  font-size: 14px;
  width: 165px;
  line-height: 29px;
  height: 29px;
  box-shadow: 0 2px 2px #dedede inset;
  border-radius: 3px;
  position: relative;
  margin: 0 5px 5px 0;
}

.ofrow textarea, .add-message-form-wrapper textarea {
  border: 1px solid #d4d4d4;
  padding: 5px 10px 2px;
  color: #999;
  font-size: 14px;
  line-height: 16px;
  box-shadow: 0 2px 2px #dedede inset;
  border-radius: 3px;
  position: relative;
  margin: 5px 5px 13px 0;
  height: 70px;
  overflow: auto;
  resize: none;
}

.ofrow input[type=text]:focus,
.ofrow input[type=email]:focus,
.ofrow input[type=tel]:focus,
.ofrow textarea:focus, .add-message-form-wrapper textarea:focus {
  color: #151515;
}

.ofrow .help {
  margin: -2px 0 8px;
  display: block;
  color: #8d191c;
  font-size: 14px;
  line-height: 17px;
}

.order-section .btn-darkgreen33 {
  margin: 0 10px;
  padding: 0 20px 0 25px;
}

.order-section .btn-darkwhite33 {
  margin: 0 10px;
  padding: 0 20px 0 20px;
}

.ofrow i {
  margin: 0 0 0 0;
}

.chbl {
  margin-bottom: 20px;
  margin-left: 40px;
}

.questionwrap .col1 {
  padding-left: 0;
}

.quewr {
  position: relative;
  margin: -50px 0 30px;
}

.que-navs, .que-navs1 {
  height: 93px;
  position: relative;
  z-index: 1;
}

ul.que-navs li {
  padding: 0;
}

.que-navs a, .que-navs1 a {
  color: #8d191c;
  font-size: 31px;
  text-decoration: none;
  float: left;
  line-height: 95px;
  text-align: center;
  width: 480px;
  position: relative;
}

.que-navs a span, .que-navs1 a span {
  border-bottom: 1px dashed;
  display: inline-block;
  line-height: 30px;
}

.que-navs li.active a, .que-navs1 a.active {
  color: #151515;
  background-color: #ffffff;
}

.que-navs li.active a.last, .que-navs1 a.active.last {
  box-shadow: -3px 0 3px #cfcfcf;
}

.que-navs li.active a.first, .que-navs1 a.active.first {
  box-shadow: 3px 0 3px #cfcfcf;
}

.que-navs li.active a span, .que-navs1 a.active span {
  border: 0;
}

.que-section article {
  display: none;
}

.que-section article.active {
  display: block;
}

.que-section {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 33px 79px 50px;
  box-shadow: 0 2px 8px #cfcfcf;
}

.transportwrap .que-section.no-padding {
  padding: 0;
}

.quetext {
  cursor: pointer;
  display: flex;
  gap: 12px;
}

.quetext ins {
  background: url(images/circle37.png) no-repeat;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #c65c58;
  font-size: 19px;
  margin: 0;
  float: left;
  flex-shrink: 0;
}

.quetext span {
  color: #151515;
  font-size: 17px;
  border-bottom: 1px dashed;
  margin: 6px 0 0;
  display: inline-block;
}

.clicktext {
  cursor: pointer;
  margin: 0 0 10px;
}

.clicktext ins {
  background: url(images/circle37.png) no-repeat;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 40px;
  color: #8d191c;
  font-size: 19px;
  margin: 0 14px 0 0;
  float: left;
}

.clicktext span {
  color: #151515;
  font-size: 19px;
  margin: 2px 0 0;
  display: inline-block;
  width: 210px;
}

.que-list.open .quetext span, .que-list .quetext:hover span {
  color: #8d191c;
}

.click2 {
  margin: 0 0 30px;
  width: 268px;
}

.anstext {
  margin: 12px 0 -10px 50px;
  font-size: 14px;
  line-height: 21px;
  display: none;
}

.anstext p {
  margin: 0;
  padding: 0;
}

.anstext__pic {
  float: left;
  max-width: 200px;
  padding: 5px 30px 10px 0;
}

.img-resp {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.step-tour-wrap-agency .stour {
  background: url(images/lineag.png) 145px 8px no-repeat;
  min-width: 730px;
  margin-right: -50px;
}

.step-tour-wrap .stour {
  background: url("images/tour-lines.png") no-repeat scroll 135px 51px transparent;
  margin-right: -50px;
  min-width: 730px;
  margin-top: 20px;
}

.step-tour-wrap .stour.faq {
  background: none;
}

.step-tour-wrap .stept, .step-tour-wrap-agency .stept {
  margin: 0;
  width: 200px;
}

.step-tour-wrap .stept3, .step-tour-wrap-agency .stept3 {
  width: 270px;
}

.step-tour-wrap-agency .order-tour {
  margin: 45px 0 0;
}

.agcirc-wrap {
  height: 548px;
  background: url(images/bg-agency.jpg) center top no-repeat #FFF;
  margin: 0 0 35px;
}

.agency-circles {
  height: 438px;
  width: 940px;
  margin: 0 auto;
  padding: 56px 0;
}

.agency-circles h2 {
  text-align: center;
  margin: 0 0 48px;
}

.circlist {
  width: 257px;
  font-size: 17px;
  color: #151515;
  line-height: 23px;
}

.circlist li {
  background: url(images/galka.png) left 10px no-repeat;
  padding-left: 28px;
  margin-bottom: 25px;
}

.agcircl {
  background: url(images/agency-circles.png) no-repeat;
  width: 599px;
  height: 311px;
  float: left;
  position: relative;
  color: #151515;
  font-size: 14px;
}

.agcircl > div {
  position: absolute;
  text-align: center;
}

.agcircl > div > div {
  white-space: nowrap;
}

.agcircl > div strong {
  display: block;
}

.agcircl > div > ins {
  color: #ffffff;
  display: block;
  text-align: center;
}

.agcircl > div p {
  color: #ffffff;
  line-height: 21px;
  margin: 0 0 120px;
}

.per11 {
  left: -17px;
  top: 110px;
  width: 110px;
}

.per11 ins {
  font-size: 21px;
  margin: 0 0 40px;
}

.per12 {
  left: 72px;
  top: 105px;
  width: 90px;
}

.per12 ins {
  font-size: 27px;
  margin: 0 0 76px;
}

.per13 {
  left: 170px;
  top: 100px;
  width: 80px;
}

.per13 ins {
  font-size: 31px;
  margin: 0 0 113px;
}

.per14 {
  left: 248px;
  top: 95px;
  width: 150px;
}

.per14 ins {
  font-size: 35px;
  margin: 0 0 145px;
}

.per15 {
  left: 390px;
  top: 50px;
  width: 180px;
}

.per15 ins {
  font-size: 43px;
  margin: 0 0 10px;
}

.agblocks {
  margin: 0 0 60px;
  font-size: 14px;
  color: #151515;
  line-height: 21px;
}
.agblocks--about .agbl {
  padding: 0 0 45px;
  margin-bottom: 35px;
}

.agblocks .btn-green47 {
  float: none;
  display: block;
  width: 200px;
  padding: 0;
  margin: -55px auto 0;
  clear: both;
}

.agbl {
  background: url(images/line-agen.png) center bottom no-repeat;
  padding: 0 0 35px;
  margin-bottom: 20px;
  width: 960px;
  clear: both;
}

.agbl h3 {
  margin: 40px 0 17px;
  color: #8d191c;
  font-size: 31px;
  font-weight: normal;
}

.agbl.imgl figure {
  width: 453px;
  margin: 0 30px 0 0;
}

.agbl.imgl figure img {
  float: right;
}

.agbl.imgr figure {
  width: 450px;
  margin: 0 0 0 40px;
}

.agbl.imgr figure img {
  float: left;
}

.agbl.last {
  background: url(images/shadow-more.png) center 103% no-repeat;
}

.citysel {
  width: 430px;
  margin: -5px auto 15px;
  color: #151515;
}

.citysel > span {
  float: left;
  font-size: 19px;
  line-height: 30px;
  margin-right: 15px;
}

.citysel .sel {
  width: 269px;
}

.citymap {
  width: 600px;
  height: 409px;
  margin: 0 35px 0 0;
}

.citymap .balloon-info {
  max-width: 360px;
}

.citymap .balloon-info a {
  color: #8d191c;
}

.citymap .balloon-info .email,
.citymap .balloon-info .tel {
  font-size: 14px;
}

.citylist {
  height: 405px;
  float: left;
  width: 350px;
  margin: 0 -40px 0 0;
}

.citylist ul {
  float: left;
  margin: 0;
  padding: 0;
}

.citylist li {
  width: 150px;
  background: url(images/marker-green.png) left 9px no-repeat;
  padding: 0 0 0 14px;
  font-size: 14px;
  line-height: 21px;
}

.citylist li a {
  color: #151515;
  text-decoration: none;
}

.citylist li a:hover, .citylist li a.active {
  color: #8d191c;
}

.addrwrap {
  margin: -5px 0 35px 18px;
  width: 578px;
  color: #151515;
  font-size: 14px;
  line-height: 21px;
}

.innerbody.travel .col1 h1 {
  margin: 0 0 6px;
}

.addrwrap h5 {
  font-size: 19px;
  font-weight: normal;
  margin: 0 0 15px;
  text-align: left;
}

.addrwrap h5 a {
  line-height: 1.4;
  cursor: pointer;
  border-bottom: 1px dashed #151515;
}

.addrwrap h5 a:hover {
  border-bottom: none;
}

.addrbl {
  border-top: 1px solid #e4e4e4;
  padding: 30px 0 0;
  margin: 0 0 20px;
}

.addrbl:first-child {
  padding: 0;
  border: 0;
}

.addrbl .fleft {
  width: 395px;
}

.addrbl .fright {
  width: 165px;
}

.addrbl a {
  color: #151515;
}

.addrwrap .sug-more {
}

.mapclick {
  width: 311px;
  margin: 20px 0 0;
}

.mapclick header {
  margin-bottom: 17px;
}

.mapclick h2 {
  color: #8d191c;
  text-align: left;
}

.mapclick header img {
  margin: -65px 0 0;
}

.mapclick .click3 {
  margin-left: 10px;
}

.mapclick .click3 dl, .calendarbar .click3 dl {
  background: url("images/mapclickdots.png") no-repeat scroll 21px 58px transparent;
}

.mapclick .click3 h3 {
  margin: 0 0 15px 8px;
}

.mapclick .dd1 h4 {
  padding: 12px 0 0;
}

.mapclick .dd3 {
  padding: 13px 0 0;
}

/* Views of gradient buttons */
a.btn-green19 {
  border: 1px solid #D5CDC1;
  border-radius: 5px;
  box-shadow: 0 3px 3px 0 #CFCFCF;
  position: relative;
  background: #E9E1D5;
  padding: 0 12px;
  color: #4D4D4D;
  text-decoration: none;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  font-family: "Golos Text", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

a.btn-green19:hover {
  background: #ddd5c8;
}

.btn-darkgreen25 {
  border: 1px solid #4d3a2c;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 22px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: #6b584a;
}

.btn-darkgreen25:hover {
  background:#4d3a2c;
}

a.btn-green31, button.btn-green31 {
  border: 1px solid #6B584A;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 0 18px;
  height: 31px;
  line-height: 31px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 2px #bdbdbd;
  background: #6B584A;
  text-decoration: none;
  text-align: center;
  float: left;
}

a.btn-green31:hover, button.btn-green31:hover {

}

.btn-green32 {
  display: inline-flex;
  height: 33px;
  padding: 0 12px 0 12px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  border-right: 1px solid #4D3A2C;
  border-bottom: 1px solid #4D3A2C;
  border-left: 1px solid #4D3A2C;
  background: #6B584A;
  box-shadow: 0 3px 3px 0 #CFCFCF;
  color: #FFF;
  font-family: "Golos Text", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.btn-green32:hover {
  background: #53453a;
}

.trordline a.btn-lightblue47 {
  color: #151515;
}

.theme-wrap.form-field-style label {
  font-size: 14px;
}

.l-look-trip-origin-place-btn {
  font-size: 17px !important;
}

.search-tags-cloud {
  margin: 0 0 0 70px;
  margin-bottom: 14px;
}

a.btn-lightblue47, a.btn-lightblue31, .btn-lightblue31 {
  font-size: 13px;
  font-weight: bold;
  color: #151515;
  padding: 0 18px;
  height: 31px;
  line-height: 31px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 2px #bdbdbd;
  background: linear-gradient(to bottom, #FAF9F5 0%, #c0dfe2 100%);
  text-decoration: none;
  text-align: center;
  display: inline-block;

  border-radius: 5px;
  border-top: 1px solid #D4D4D4;
  border-right: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  border-left: 1px solid #D4D4D4;
  background: #FAFAFA;
  box-shadow: 0px 3px 3px 0px #CFCFCF;
}

.cancel-btn {
  box-shadow: none;
  margin-top: 10px;
}
a.btn-lightblue47:hover, a.btn-lightblue31:hover {}

.btn-darkgreen33 {
  border: 1px solid #4d3a2c;
  float: left;
  text-decoration: none;
  border-bottom-color: #4d3a2c;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 18px;
  height: 33px;
  line-height: 33px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 2px #909595;
  background: #6b584a;
}

.btn-darkgreen33:hover {
  background: #6b584a;
}

.btn-darkwhite33 {
  border: 1px solid #c7c7c7;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 2px 2px #909595;
  color: #8d191c;
  cursor: pointer;
  float: left;
  font-size: 15px;
  height: 33px;
  line-height: 33px;
  padding: 0 25px;
  position: relative;
  text-decoration: none;
  background: linear-gradient(to bottom, #fefefe 0%, #eaeaea 100%);
}
.btn-darkwhite33--big {
  height: 47px;
  font-weight: 700;
  font-size: 19px;
  line-height: 100%;
  color: #151515;
  border: none;
}

.btn-darkwhite33:hover {
  background: linear-gradient(to bottom, #eaeaea 0%, #fefefe 100%);
}

.btn-green47 {
  border-top: 0;
  display: inline-flex;
  height: 47px;
  padding: 0 24px 0 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 5px;
  border-right: 1px solid #D5CDC1;
  border-bottom: 1px solid #D5CDC1;
  border-left: 1px solid #D5CDC1;
  background: #E9E1D5;
  box-shadow: 0 3px 3px 0 #CFCFCF;
  color: #4D4D4D;
  font-family: "Golos Text", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 47px;
  text-decoration: none;
  text-align: center;
}

.btn-green47:hover {
  background: #e9e1d5;
}

.btn-lightblue47, a.btn-lightblue47 {
  float: left;
  font-size: 19px;
  font-weight: bold;
  height: 47px;
  line-height: 47px;
  padding: 0 24px 0 28px;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.btn-lightblue47 i, .btn-green47 i {
  margin-left: 7px;
}

.btn-darkgreenarrow {
  background: url("images/btn-arrowed.png") no-repeat scroll 0 -6px transparent;
  height: 42px;
  width: 139px;
  display: inline-block;
}

.btn-darkgreenarrow:hover {
  background-position: 0 -49px;
}

.btn-darkgreenarrow.e-to-payment {
  background: transparent url("images/button-to-payment.png") no-repeat scroll 0 0;
  width: 180px;
  height: 40px;
}

.btn-darkgreenarrow.e-to-payment:hover {
  background-position: 0 0;
}

.btn-block {
  margin: 0 auto;
  text-align: center;
  width: 249px;
}

/* icons */
.i-arr-down {
  width: 69px;
  height: 38px;
  background-position: -75px -150px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-arr-up {
  width: 69px;
  height: 38px;
  background-position: 0 -150px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-arrow-black {
  width: 30px;
  height: 17px;
  background-position: -280px -81px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-arrow-left-green2 {
  width: 28px;
  height: 17px;
  background-position: -280px -104px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-arrow-right-green {
  width: 21px;
  height: 12px;
  background-position: -23px -127px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-arrow-right-black {
  width: 21px;
  height: 12px;
  background-position: -110px -127px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-arrow-right-green2 {
  width: 31px;
  height: 17px;
  background-position: -280px -58px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-calendarbig {
  width: 128px;
  height: 115px;
  background-position: 0 0;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-binocle-active {
  width: 43px;
  height: 43px;
  background-position: -147px -199px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-binocle {
  width: 43px;
  height: 43px;
  background-position: -98px -199px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-calendar {
  cursor: pointer;
  background-image: url("images/icons.png");
  background-position: -292px -127px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 21px;
  left: 184px;
  position: absolute;
  top: 5px;
  vertical-align: middle;
  width: 19px;
}

.i-car-active {
  width: 43px;
  height: 43px;
  background-position: -49px -199px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-car {
  width: 43px;
  height: 43px;
  background-position: 0 -199px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-cross {
  width: 11px;
  height: 11px;
  background-position: -94px -127px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-doc {
  width: 29px;
  height: 35px;
  background-position: -234px -236px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-download {
  width: 35px;
  height: 35px;
  background-position: -248px -195px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-imp {
  width: 32px;
  height: 30px;
  background-position: -280px 0;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-meal-active {
  width: 43px;
  height: 43px;
  background-position: -150px -150px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-meal {
  width: 43px;
  height: 43px;
  background-position: -150px -150px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-pclose {
  width: 38px;
  height: 39px;
  background-position: -248px -150px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-print {
  width: 32px;
  height: 32px;
  background-position: -196px -236px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-que {
  width: 19px;
  height: 20px;
  background-position: -292px -154px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-reload {
  width: 19px;
  height: 15px;
  background-position: -74px -127px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-soc-add {
  width: 67px;
  height: 69px;
  background-position: -207px -75px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-soc-fb {
  width: 67px;
  height: 69px;
  background-position: -134px -75px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-soc-gg {
  width: 67px;
  height: 69px;
  background-position: -207px 0;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-soc-tw {
  width: 67px;
  height: 69px;
  background-position: -134px 0;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-voskl {
  display: none;
  height: 1px;
  margin-left: 0;
  position: relative;
  vertical-align: middle;
  width: 0;
  margin-right: 0;
}

.i-voskl:before {
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -127px;
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  right: 9px;
  top: -9px;
  width: 17px;
}

.i-voskl.visible {
  display: inline-block;
}

.i-voskl-green {
  background-position: -207px -198px;
  height: 25px;
  width: 22px;
  display: inline-block;
  position: relative;
  background-image: url(images/icons2.png);
  background-repeat: no-repeat;
}

.i-list {
  width: 11px;
  height: 11px;
  background-position: -300px -196px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-list-act, .active .i-list {
  width: 11px;
  height: 11px;
  background-position: -300px -179px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-square {
  width: 11px;
  height: 11px;
  background-position: -300px -215px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-square-act, .active .i-square {
  width: 11px;
  height: 11px;
  background-position: -300px -233px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

.i-more {
  width: 18px;
  height: 12px;
  background-position: -50px -127px;
  top: -3px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
}

[class*=arrows-] {
  background: url(images/arrows.png) no-repeat;
  width: 69px;
  height: 38px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.arrows-top {
  background: url(images/arrows.png) top left no-repeat;
}

.arrows-top:hover {
  background: url(images/arrows.png) top right no-repeat;
}

.arrows-bottom {
  background: url(images/arrows.png) bottom left no-repeat;
}

.arrows-bottom:hover {
  background: url(images/arrows.png) bottom right no-repeat;
}

#w366px, .w366px {
  width: 366px !important;
}

#w165px, .w165px {
  width: 167px !important;
}

#w96px, .w96px {
  width: 96px !important;
}

.w266px {
  width: 266px !important;
}

.w118px {
  width: 118px !important;
}

.w69px {
  width: 69px !important;
}

.w423px {
  width: 423px !important;
}

.w293px {
  width: 293px !important;
}

.w285px {
  width: 285px !important;
}

.w40px {
  width: 40px !important;
}

.w54px {
  width: 54px !important;
}

.w236px {
  width: 236px !important;
}

.w260px {
  width: 240px !important;
}

.w130px {
  width: 130px !important;
}

.w170px {
  width: 160px !important;
}

.w150px {
  width: 150px !important;
}

.w110px {
  width: 110px !important;
}

.w200px {
  width: 200px !important;
}

.w-100 {
  width: 100%;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

a.fake {
  color: #8d191c;
}

.pl0 {
  padding-left: 0 !important;
}

.col1.pl0 {
  width: 960px;
}

div.p {
  margin: 10px 0 0;
  padding-bottom: 25px;
}

.tour-prog h2, .closest-date h2 {
  text-align: left;
}

.closest-date table th {
  color: #8d191c;
  padding: 10px;
  border-bottom: 1px solid #cecece;
  border-collapse: collapse;
  white-space: nowrap;
}

.group-tour-closest table tr > td:first-child {
  background-color: #FAF9F5;
}

.closest-date table td {
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #cecece;
  border-collapse: collapse;
  white-space: nowrap;
}

.form-wrap {
  display: none;
}

.wish {
  float: right;
}

.item-ch {
  display: inline-block;
  margin: 5px 10px 5px 0;
  width: 185px;
  float: left;
  text-align: left;
}

.item-ch label {
  float: right;
  width: 151px;
}

/*стили страницы Заказ транспорта*/
.pretransp {
  font-size: 23px;
  line-height: 35px;
  padding: 0 0 35px 70px;
}

.que-navs a {
  color: #8d191c;
  float: left;
  font-size: 31px;
  line-height: 95px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 480px;
  cursor: default;
}

.que-navs a span {
  border-bottom: 1px dashed;
  display: inline-block;
  line-height: 30px;
}

.que-navs a.active {
  background-color: #ffffff;
  color: #151515;
}

.que-navs a.active.last {
  box-shadow: -3px 0 3px #cfcfcf;
}

.que-navs a.active.first {
  box-shadow: 0 0 15px -2px #cfcfcf;
}

.que-navs a.active span {
  border: 0 none;
}

.que-section {
  background-color: #ffffff;
  padding: 33px 79px;
  position: relative;
  z-index: 2;
}

.que-section__head {
  font-size: 31px;
  line-height: 60px;
  margin-bottom: 35px;
  text-align: center;
}

.que-list {
  margin-top: 16px;
}

.que-list:first-child {
  margin-top: 0;
}

.quetext {
  cursor: pointer;
  margin: 0 0 12px;
}

.quetext ins {
  background: url("images/circle37.png") no-repeat scroll 0 0 transparent;
  color: #c65c58;
  float: left;
  font-size: 19px;
  height: 37px;
  line-height: 40px;
  margin: 0 14px 0 0;
  text-align: center;
  width: 37px;
}

.quetext span {
  border-bottom: 1px dashed;
  color: #151515;
  display: inline-block;
  font-size: 19px;
  margin: 6px 0 0;
}

.que-list.open .quetext span, .que-list .quetext:hover span {
  color: #8d191c;
}

.anstext {
  display: none;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 -10px 50px;
}

.anstext p {
  padding-bottom: 10px;
}

.agencywrap .stour {
  background: url("images/lineag.png") no-repeat scroll 145px 8px transparent;
  margin-right: -50px;
  min-width: 730px;
}

.transportwrap {
  min-height: 340px;
}

.transportwrap .col1 {
  padding-left: 0;
}

.transportwrap .quewr {
  margin-top: 0;
  width: 960px;
}

.transportwrap .que-navs a.first {
  width: 50%;
}

.transportwrap .que-navs a.last {
  width: 50%;
}

.transportwrap .que-navs li:not(.current) a {
  cursor: pointer;
}

.transportwrap .que-section {
  /*padding: 33px 43px 50px;*/
  padding: 33px 33px 50px;
}

.trhead {
  padding: 0 0 15px;
}

.que-transfer .a-condition {
  margin: 0 50px 0 0;
}

.a-condition {
  color: #2c2c2c;
  font-size: 17px;
  line-height: 21px;
  margin: 0 80px 0 0;
  text-decoration: none;
  white-space: nowrap;
}

.a-condition i {
  float: left;
  margin: 0 10px 0 0;
}

.a-condition span {
  background: url("images/dot.png") repeat-x scroll left 94% transparent;
}

.a-condition span:hover {
  background: none;
}

.a-condition.active {
  color: #44b02c;
}

.trhlinks {
  margin: -11px -24px 0 38px;
}

.que-orderbus .trhlinks {
  margin: -11px -24px 0 285px;
}

.trhlinks a {
  color: #2c2c2c;
  float: left;
  font-size: 17px;
  line-height: 45px;
  margin: 0 0 0 5px;
  padding: 0 24px 0 15px;
  text-decoration: none;
  cursor: default;
}

.trhlinks a.visited {
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;
  color: #999;
  position: relative;
}

.trhlinks a.active {
  background: var(--brown-800);
  border-radius: 5px 5px 5px 5px;
  color: #ffffff;
  position: relative;
}

.trhlinks a.active span {
  background-image: none;
}

.transftab {
  background: url("images/transport-bg.png") no-repeat scroll center top transparent;
  padding: 18px 0 0;
}

.trtbar {
  background-color: #faf9f5;
  padding: 18px 55px;
  text-align: center;
}

.trordline {
  background-color: #faf9f5;
  margin: 40px -33px 0;
  overflow: hidden;
  padding: 18px 55px;
  text-align: center;
}

.infotab .trordline.b-order-props-errors {
  background: none;
}

.trordline a {
  color: #8d191c;
}

.trordline a.weiter {
  color: transparent;
}

a.back {
  color: #8d191c;
}

.calendarbar {
  width: 260px;
}

.calendar-transf {
  background: url("images/calendar.png") no-repeat scroll 0 0 transparent;
  color: #333;
  font-size: 13px;
  height: 255px;
  padding: 5px 23px 0;
  width: 200px;
  margin: 0 0 0 -12px;
}

.descript-calend {
  margin: 0 0 0 10px;
}

.descript-calend dt {
  border-radius: 3px 3px 3px 3px;
  float: left;
  font-size: 14px;
  height: 21px;
  line-height: 21px;
  position: relative;
  text-align: center;
  top: -2px;
  width: 28px;
}

.current-date {
  border: 2px solid #8d191c;
}

.chosen-date {
  background-color: #147c07;
  border: 2px solid #147c07;
  color: #ffffff;
}

.first-date,
.ui-datepicker-period a {
  background-color: #afdb42;
  border: 2px solid #afdb42;
}

.payweb {
  border: 1px solid #eff0e6;
  height: 23px;
  line-height: 23px;
  width: 30px;
}

.descript-calend dd {
  color: #999;
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 14px 45px;
}

.form-article {
  margin-left: 295px;
  width: 530px;
}

.fa-row {
  margin: 0 0 20px;
  /*overflow: hidden;*/
}

.fa-row label {
  color: #999;
  font-size: 14px;
  line-height: 31px;
  margin: 0 10px 0 0;
}

.fa-row label.e-buyer-label {
  color: #8d191c;
}

.personal-office .fa-row label {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 17px;
}

.ftypecar label {
  cursor: pointer;
}

.fa-row sup {
  color: #db0144;
  line-height: 0;
}

.cbtit sup {
  color: #db0144;
}

.fa-row input[type=text], .fa-row input[type=password], .fa-row input[type=email] {
  border: 1px solid #d4d4d4;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 2px 2px #dedede inset;
  color: #999;
  font-size: 14px;
  height: 29px;
  line-height: 29px;
  margin: 0 0 13px;
  padding: 0 10px;
  position: relative;
}

.fa-row textarea, .form-field-style textarea {
  border: 1px solid #d4d4d4;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 2px 2px #dedede inset;
  color: #999;
  font-size: 14px;
  height: 70px;
  line-height: 16px;
  margin: 0 0 13px;
  overflow: auto;
  padding: 5px 10px 2px;
  position: relative;
  resize: none;
  vertical-align: middle;
}

.fa-row input[type=text]:focus, .fa-row input[type=password]:focus, .fa-row input[type=email]:focus, .fa-row textarea:focus {
  color: #151515;
}

.fa-row input.inpt-time[type=text] {
  margin-right: 16px;
  padding: 0;
  text-align: center;
  width: 60px;
}

.fa-row .chzn-container {
  vertical-align: middle;
  width: 293px;
}

.fa-row .chzn-container-single .chzn-single {
  border-color: #d8d8d8;
}

.fa-row .chzn-drop {
  border-color: #d8d8d8;
}

.fa-row .child input[type=text], .fa-row .child input[type=password], .fa-row .child input[type=email] {
  margin-right: 23px;
}

.fa-row.ftypecar .selectradio {
  margin-right: 15px;
}

.transf-cost {
  color: #8d191c;
  font-size: 29px;
  line-height: 54px;
}

.transf-cost span {
  float: left;
  margin: 0 20px 0 0;
}

.transf-cost ins, .transf-cost del {
  font-size: 45px;
  line-height: 54px;
  text-decoration: none;
}

.transftab input[type=submit] {
  margin: 0 30px 0 0;
  padding: 0;
  width: 205px;
}

.cbtit {
  position: relative;
  color: #151515;
  display: block;
  font-size: 17px;
  margin: 0 0 10px;
  height: 34px;
}

.fw25 .i-voskl:before,
.flight-time .i-voskl:before,
.departure .i-voskl:before {
  right: 21px;
}

.departure .selectbox,
.place-type .selectbox {
  margin-bottom: -8px;
}

.address .i-voskl:before {
  top: -40px;
}

#addNewItemPlash {
  margin: 0 0 15px 0;
}

#addNewItemPlash a {
  border-bottom: 1px dotted #8d191c;
  color: #8d191c;
  cursor: pointer;
  font-size: 17px;
  margin: 0;
  text-decoration: none;
}

#addNewItemPlash a:hover {
  text-decoration: none;
  border-bottom: 1px dotted transparent;
}

.fa-row .selectradio {
  color: #151515;
  float: left;
  padding-bottom: 7px;
}

.fa-row .selectradio label {
  color: #151515;
  cursor: pointer;
  float: left;
  line-height: 19px;
  margin-left: 4px;
}

.fa-row .chooserad {
  background: url("images/radio.png") no-repeat scroll 100% 0 transparent;
  float: left;
  height: 13px;
  margin-top: 3px;
  width: 13px;
}

.fa-row .selectradio.act span.chooserad {
  background-position: 0 0;
}

.mr25 {
  margin-right: 15px !important;
  width: 135px;
}

#terms {
  padding: 20px;
}

.description {
  margin: 20px 0;
  text-align: left;
}

.fix label {
  width: 130px;
}

/*бронирование*/
.bordered-content {
  background: none repeat scroll 0 0 #ffffff;
  box-shadow: 0 2px 8px #999;
  padding: 20px 0;
  width: 960px;
}

.bordered-content header {
  margin: 4px 0 0 48px;
}

.bordered-content h2 {
  background: url("/bitrix/templates/main/images/transport-bg.png") no-repeat scroll center top transparent;
  margin: -9px 0 -49px;
  padding: 29px 0 66px;
}

.bordered-content .trhlinks {
  margin-left: -44px;
  margin-top: -2px;
}

.bordered-content .trhlinks a {
  color: #999;
  line-height: 41px;
  padding: 0 16px 0 12px;
  cursor: default;
}

.bordered-content .trhlinks a.active {
  color: #ffffff;
}

.bordered-content .trhlinks a.prev {
  border: 1px solid #89b910;
  border-radius: 4px;
}

.bordered-content .trhlinks a span {
  background: none repeat scroll 0 0 transparent;
}

.bordered-content .trordline {
  margin: 0;
}

table.places > thead > tr > th.date {
  padding-left: 24px;
}

table.places {
  margin-bottom: 20px;
  width: 100%;
}

table.places > thead > tr > th {
  color: #8d191c;
  font-weight: normal;
  padding: 10px;
  text-align: left;
}

table.places > tbody > tr.checked {
  border: 1px solid #8d191c;
  background: linear-gradient(to bottom, #f4f4f4 0%, #e3e3e3 100%);
}

table.places > tbody > tr > td {
  border-left: 1px solid #f1f1f1;
  padding: 23px 10px 29px 12px;
  text-align: center;
}

table.places > tbody > tr > td.date {
  border-left: medium none;
  color: #8d191c;
  padding-left: 24px;
  text-align: left;
  width: 80px;
}

table.places > tbody > tr > td.time {
  text-align: left;
}

table.places > tbody > tr > td:first-child {
  border-left: none;
}

table.places > tbody > tr > td.adress {
  text-align: left;
  width: 500px;
}

table.places > tbody > tr > td.b-chosen-place-date, table.places > tbody > tr > td.b-chosen-place-time, table.places > tbody > tr > td.b-chosen-place-addr {
  text-align: left;
}

.td-cost__best, .td-cost__best ~ .td-cost__main {
  color: #fe1114;
  font-weight: bold;
}

.td-cost-old {
  display: block;
  margin-top: -4px;
}

.td-cost-old__main, .td-cost-old__priv {
  display: inline-block;
  vertical-align: middle;
  text-decoration: line-through;
  font-size: 13px;
  color: #808080;
  width: 50%;
  text-align: center;
}

.td-cost-old__main, .td-cost-old__main ~ .td-cost-old__priv {
  color: #fe1114;
}

.anime-hint-wrap {
  width: 76px;
  height: 70px;
  display: block;
  position: absolute;
  right: 0;
  top: 146px;
}

.anime-hint-wrap .alabel {
  position: relative;
  top: 0;
}

.anime-hint {
  position: relative;
  -webkit-animation: anime-hint 4s cubic-bezier(0.47, 0, 0.745, 0.715) infinite alternate both;
  animation: anime-hint 4s cubic-bezier(0.47, 0, 0.745, 0.715) infinite alternate both;
  width: 61px;
  height: 70px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /*-webkit-backface-visibility: hidden;
  backface-visibility: hidden;*/
  display: block;
  z-index: 25;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.anime-hint__face {
  z-index: 20;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.anime-hint__face--front .alabel {
  padding-top: 29px;
}

.anime-hint__face--back {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

@-webkit-keyframes anime-hint {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .anime-hint {
    animation: none;
  }
}
@keyframes anime-hint {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}
.info-us {
  margin: 0 auto;
}

.info-us h2 {
  background: none repeat scroll 0 0 transparent;
}

.info-us form {
  margin: 15px auto 0;
  width: 850px;
}

.frow {
  margin-left: 70px;
  width: 350px;
}

.frow .in-m {
  display: inline-block;
  margin-bottom: 12px;
  vertical-align: middle;
}

.frow .in-m label {
  color: #999;
  float: left;
  font-size: 14px;
  line-height: 110%;
  width: 87px;
}

.info-us .frow .in-m label {
  width: 123px;
}

.visa {
  display: inline-block;
  height: 40px;
  line-height: 1;
  margin-right: 40px;
  vertical-align: top;
  width: 235px;
}

.disc {
  display: inline-block;
  height: 40px;
  line-height: 1;
  margin-right: 40px;
  vertical-align: top;
  width: 115px;
}

.disc--reserve {
  width: 150px;
}

.disc label a {
  margin-left: 5px;
}

.disc a.a-tooltip {
  position: absolute;
}

.disc.b-order-buyer {
  margin-right: 0;
  width: 140px;
}

.visa label,
.disc label {
  /*float: right;*/
  line-height: 1.2;
}

.frow .in-m label.long_label {
  width: 115px;
}

.center label sup, .frow .in-m label sup {
  color: #f00;
}

.center {
  border-top: 1px solid #cecece;
  clear: both;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

.trordline .center {
  border: none;
}

.center label {
  color: #999;
  display: inline-block;
  font-size: 14px;
  width: 102px;
}

.info-us .center label {
  width: auto;
  margin-right: 10px;
}

.center input, .frow .in-m input {
  border: 1px solid #d4d4d4;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 2px 2px #dedede inset;
  font-size: 14px;
  height: 29px;
  line-height: 29px;
  margin: 0 0 13px;
  padding: 0 10px;
  position: relative;
  width: 233px;
}

.txt {
  font-size: 14px;
  line-height: 1.5;
}

.col_left {
  margin: 0 40px 0 63px;
  width: 180px;
}

.col_right {
  margin-right: 45px;
  width: 620px;
}

.col_right h5 {
  font-size: 19px;
  font-weight: normal;
  margin: 30px 0 10px;
  text-align: left;
}

.tickets-wrap {
  width: 650px;
}

.ticket:first-child a.delete {
  display: none;
}

.b-order-edit .ticket:first-child a.delete {
  display: inline-block;
}

#first-info {
  background: none repeat scroll 0 0 #f8fafa;
  border-radius: 7px 7px 7px 7px;
  box-shadow: 0 1px 2px #aeaeae inset;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 10px;
  width: 620px;
}

.ticket {
  background: none repeat scroll 0 0 #f8fafa;
  border-radius: 7px 7px 7px 7px;
  box-shadow: 0 1px 3px #aeaeae inset;
  padding: 0 0 20px;
  margin-bottom: 20px;
  width: 620px;
}

.new-ticket {
  display: none;
}

.summ {
  color: #8d191c;
}

.price {
  font-size: 15px;
  margin: 3px 0;
  position: relative;
}

.price a.a-tooltip {
  margin-left: 11px;
  position: absolute;
  top: -2px;
}

td div.place {
  background: url("images/place-in-the-bus.png") no-repeat scroll center -6px transparent;
}

div.place {
  background: url("images/places-small.png") no-repeat scroll 0 0 transparent;
  color: #999;
  font-size: 13px;
  margin: 0;
  padding: 10px 0 5px 53px;
}

table.buss_tickets td div.place {
  height: 34px;
  width: 36px;
  padding: 0;
}

div.occupied {
  background-position: 0 2px;
}

div.free {
  background-position: 0 -59px;
}

div.booked {
  background-position: 0 -29px;
}

div.chosen {
  background-position: 0 -89px;
}

td div.occupied, td div.reserve {
  background-position: center -50px;
}

td div.free {
  background-position: center -141px;
}

.placetab table.buss_tickets td div.free:hover {
  background-position: center -179px;
  height: 40px;
  margin: -2px 0 0 -4px;
  position: absolute;
  width: 44px;
  z-index: 3;
}

td div.booked {
  background-position: center -96px;
}

td div.chosen {
  background-position: center -231px;
}

td div.hidden {
  background: none;
}

.buss {
  background: url("images/bus.png") no-repeat scroll center 0 transparent;
  border: 1px solid #cecece;
  border-radius: 14px 14px 14px 14px;
  margin: 20px 0;
  padding: 80px 0 10px;
  width: 192px;
}

table.buss_tickets {
  margin: 0 auto;
  width: 175px;
}

table.buss_tickets td.row {
  color: #b0b0b0;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}

.current-seating {
  padding: 35px 35px 25px 35px;
  font-size: 0;
}

.current-seating .buss {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.current-seating .buss-info {
  width: 425px;
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  font-size: 16px;
}

.pass_label {
  background: none repeat scroll 0 0 #e9e1d5;
  border-radius: 0 0 5px 5px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 0 5px;
  padding: 3px 0 5px;
  text-align: center;
  width: 111px;
}

.place_label {
  color: #999;
  display: inline-block;
  font-size: 14px;
  margin: 0 2px;
}

.links {
  display: inline-block;
  float: right;
  font-size: 14px;
  margin: 5px 3px 5px 0;
  position: relative;
}

.links a.edit {
  border-bottom: 1px dotted;
  color: #8d191c;
  margin: 0 20px;
  text-decoration: none;
}

.links a.decline {
  border-bottom: 1px dotted;
  color: #8d191c;
  margin: 0 23px;
  text-decoration: none;
}

.links a.delete {
  border-bottom: 1px dotted;
  color: #999;
  margin-right: 26px;
  text-decoration: none;
}

.icon-close {
  background: url("images/close-icon.png") no-repeat scroll 0 0 transparent;
  height: 25px;
  position: absolute;
  right: 0;
  top: -3px;
  width: 25px;
}

span.q,
span.q-check {
  vertical-align: top;
  position: relative;
  height: auto;
  display: inline-flex;
}
span.q.mb10,
span.q-check.mb10 {
  flex-grow: 1;
  display: inline-flex;
  align-items: center;
}
span.q .contact_name, span.q .registration, span.q .phone,
span.q-check .contact_name,
span.q-check .registration,
span.q-check .phone {
  width: 100%;
}
span.q.hide,
span.q-check.hide {
  display: none;
}
span.q > .form-group,
span.q-check > .form-group {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
span.q > .form-group label,
span.q-check > .form-group label {
  float: left;
  line-height: 120%;
  color: #999;
  font-size: 14px;
  margin: 0 10px 0 0;
  max-width: 100%;
}
span.q .form-control[data-type=country],
span.q .form-control[data-type=region],
span.q-check .form-control[data-type=country],
span.q-check .form-control[data-type=region] {
  width: calc(100% - 151px);
  text-overflow: ellipsis;
}

span.q input[type=text], span.q input[type=password], span.q input[type=email] {
  float: left;
  margin: 0 10px 0 0;
}

span.q label {
  float: left;
  line-height: 120%;
  max-width: 76px;
}
span.q .disc label {
  float: right;
}

span.q label.long_label {
  max-width: 110px;
}

span.q label.long_label--wide {
  max-width: 100%;
}

span.q label.short_label {
  max-width: 55px;
}

span.q .chzn-container {
  margin: 0 10px 0 0;
  width: 170px;
}

.placetab .i-voskl {
  right: 7px;
  top: 6px;
}

.form {
  margin-top: 12px;
  padding: 0;
}

.ticket .fa-row {
  border-bottom: 1px solid #cecece;
  margin: 0 0 10px;
  padding: 0 20px 14px;
}
.ticket .fa-row--flex {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}
.ticket .fa-row .i-voskl {
  top: 16px;
}
.ticket .fa-row .mb10 .i-voskl {
  top: 1px;
}
.ticket .fa-row .form-group .i-voskl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}

.col_right .fa-row {
  margin: 0 0 10px;
  overflow: visible;
}

a.add {
  border-bottom: 1px dotted;
  color: #8d191c;
  font-size: 17px;
  margin: 0 20px;
  cursor: pointer;
}

a.add1 {
  color: #8d191c;
  font-size: 17px;
  margin: 0 20px;
  cursor: pointer;
}

a.add:hover {
  border: medium none;
}

.summ-block {
  display: inline-block;
  margin: 0 0 0 20px;
}

.blue-block {
  border: 2px solid #81beeb;
  border-radius: 4px 4px 4px 4px;
  color: #448cbf;
  font-size: 19px;
  padding: 15px;
  position: relative;
}

.shortcut {
  background: url("images/shortcut.png") no-repeat scroll 0 0 transparent;
  height: 56px;
  position: absolute;
  right: 10px;
  top: -10px;
  width: 45px;
}

.grey_comment {
  color: #999;
  font-size: 14px;
}

.full-users-block {
  margin: 20px 0 0 0;
  text-align: center;
}

.full-summ-block {
  color: #8d191c;
  font-size: 29px;
  margin: 20px 0;
}

.full-summ-block span {
  font-size: 46px;
}

.add_layer {
  background: none repeat scroll 0 0 #ffffff;
  border-left: 1px solid #d8d8d8;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 5px 4px #999;
  position: absolute;
  width: 600px;
  z-index: 10;
  margin-top: -25px;
  padding: 10px 0;
}

.add_q {
  display: block;
  padding: 10px 20px;
}

.add_q .fleft {
  padding: 15px 0 0 0;
}

.bordered {
  border-top: 1px solid #ccc;
  display: block;
  float: left;
  margin: 0 0 0 10px;
  padding: 15px 0;
  width: 520px;
}

.bordered .grey_comment {
  display: block;
}

.bordered .summ {
  float: right;
}

.first {
  border-top: none;
}

a.close_link {
  background: url("images/close-link.png") no-repeat scroll 0 0 transparent;
  height: 23px;
  position: absolute;
  right: 8px;
  top: 2px;
  width: 23px;
  cursor: pointer;
}

/*оплата*/
.err_pay_sys {
  text-align: center;
  margin: 0 0 20px 0;
}

.pay-types {
  margin: 0 -15px;
  text-align: center;
}

.pay-type {
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 1px #999;
  display: inline-block;
  position: relative;
  height: 245px;
  margin: 0 15px;
  padding: 28px 20px;
  text-align: center;
  vertical-align: top;
  width: 220px;
  cursor: pointer;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
}

.pay-type:hover {
  box-shadow: 0 0 5px #999, 0 0 150px #ffffff inset;
}

.pay-type h4 {
  margin: 10px 0;
}

.pay-type-checked, .pay-type-checked:hover {
  background: var(--pale-100);
  box-shadow: 0 0 7px var(--text-tertiary) inset;
}

.pay-type p {
  font-size: 13px;
}

.paytab h5 {
  font-size: 24px;
  font-weight: normal;
  margin: 8px 0 13px;
  text-align: center;
}

.paytab h3,
#payment h3 {
  margin: 20px 0 10px;
  font-size: 31px;
  font-weight: normal;
  text-align: center;
}

.itog {
  border: 2px solid #8d191c;
  border-radius: 5px 5px 5px 5px;
  margin: 0 auto 20px;
  text-align: center;
  width: 830px;
  padding: 20px;
}

.itog .blue-block {
  margin: 20px auto;
  padding: 10px 0;
  width: 445px;
}

.itog h2 {
  background: none repeat scroll 0 0 transparent;
  margin: 10px 0;
  padding: 0;
}

.itog p {
  margin: 0 auto;
  padding: 10px 0;
  width: 445px;
}

.itog .center {
  border: medium none;
  font-size: 14px;
  width: auto;
  padding: 20px;
}

.logos {
  background: url("images/pay-card.jpg") no-repeat scroll 0 0 transparent;
  display: block;
  height: 52px;
  margin: 10px 0 0 70px;
  width: 204px;
}

.slider-wrap {
  width: 742px;
  margin: 0 auto 60px;
  position: relative;
}

#min-val {
  float: left;
  margin-left: -25px;
  margin-top: -4px;
}

#max-val {
  float: right;
  margin-right: -55px;
  margin-top: -4px;
}

#amount {
  font-size: 21px;
  font-weight: normal;
  left: -54px;
  position: absolute;
  text-align: center;
  top: 54px;
  width: 150px;
}

table.departure {
  background: none repeat scroll 0 0 #FAF9F5;
  border: 1px solid #c5e1e4;
  margin: 30px 19px;
  width: 792px;
}

table.departure td {
  padding: 10px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #c5e1e4;
}

table.departure td.bold {
  width: 140px;
}

table.departure td.date {
  color: #8d191c;
  width: 100px;
}

table.departure td.time {
  width: 70px;
}

.guide {
  background: none repeat scroll 0 0 #FAF9F5;
  padding: 5px;
  border: 1px solid var(--pale-300);
}

.paytab .centered {
  margin: 10px 0 20px;
}

.paytab .centered.agree label {
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
}

.btn-block-pay {
  text-align: center;
  width: 275px;
  margin: 0 auto;
}

.btn-block-pay .btn-green47 {
  float: none;
  min-width: 200px;
  padding: 0;
  height: 52px;
  line-height: 52px;
}

.scroll-pane {
  width: 680px; /* Ширина видимой области*/
  height: 415px; /* Высота видимой области*/
  padding-right: 20px;
  overflow: auto; /* Если отключены скрипты это правило позволит отобразить обычный скролл */
}

.clb {
  clear: both;
}

a.pluso-more {
  display: none !important;
}

/*стиль кнопок в полоске на форм*/
.btn-line {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 200px;
}

.btn-line input[type=submit] {
  display: block;
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
  width: 208px;
}

.bigger {
  width: 200px;
}

#order_form_content .bigger,
#payment .bigger,
#transftab .bigger {
  width: 270px;
  display: flex;
  align-items: center;
}

#transftab .bigger .back {
  margin-top: 0;
}

#transftab .privacy-text {
  padding: 0;
  margin-bottom: 20px;
}

#order_form_content .errortab.bigger {
  width: 215px;
}

#notify_form .bigger {
  width: 230px;
}

.btn-line a.back {
  color: #8d191c;
  float: left;
  margin-top: 6px;
}

.porder4 .bigger {
  width: 280px;
}

.porder3 .mb25 {
  margin: 0 auto 25px;
  text-align: left;
  width: 392px;
}

/*Расписание путешественника*/
.preshedule {
  width: 950px;
  margin: 0 0 5px 5px;
  height: 302px;
  color: #151515;
  font-size: 15px;
  line-height: 32px;
}

.preshedule > header {
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4;
}

.preshedule header i {
}

.preshedule label {
  margin: 0 10px 0 0;
}

.shrow {
  margin: -9px 0 20px 0;
}

.preshedule input[type=text], .form-field-style input[type=text] {
  border: 1px solid #bdbdbd;
  position: relative;
  border-radius: 3px;
  line-height: 28px;
  height: 28px;
  box-shadow: 1px 2px 2px #ddd inset;
  padding: 0 25px 0 10px;
}

.shname {
  margin: 0 40px 0 0;
  width: 413px;
}

.shrow .calendar {
  margin: 0 5px 0 -28px;
  display: inline-block;
}

.shradio {
  margin: 0 40px 0 0;
  width: 563px;
}

.shcost input[type=text] {
  text-align: center;
  padding: 0 10px;
}

.shrow .reset {
  color: #151515;
  font-size: 13px;
  text-decoration: none;
}

.shrow .reset span {
  border-bottom: 1px dashed;
  display: inline-block;
  line-height: 14px;
}

.shrow .reset:hover span {
  border-bottom: 0;
}

.shrwr {
  height: 33px;
  line-height: 33px;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  position: relative;
  width: 354px;
  right: 125px;
  background: #f9f9f9;
  background: linear-gradient(to bottom, #f9f9f9 1%, #eaeaea 100%);
}

.shrwr a {
  float: left;
  border-left: 1px solid #d5d5d5;
  line-height: 33px;
  height: 33px;
  position: relative;
  font-size: 15px;
  text-decoration: none;
  color: #151515;
  text-align: center;
  min-width: 50px;
}

.shrwr a.all {
  width: 50px;
}

.shrwr a.excurs {
  width: 120px;
}

.shrwr a.tours {
  width: 92px;
}

.shrwr a.tours-sale {
  width: 89px;
}

.shrwr a.active {
  background: #e0e0e0;
  background: linear-gradient(to bottom, #e0e0e0 0%, #f2f2f2 100%);
}

.shdate {
  position: relative;
}

.shdate .i-calendar {
  left: auto;
  margin: 0 0 0 -24px;
  cursor: pointer;
}

.shrwr a:first-child {
  border-radius: 4px 0 0 4px;
  border: 0;
}

.shrwr a.last {
  border-radius: 0 4px 4px 0;
}

span.exc {
  background: url(images/span-exp.png) no-repeat;
  text-indent: -9999px;
  color: #ffffff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  position: relative;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  margin: 0 3px 0 0;
}

span.tou {
  background: url(images/span-tau.png) no-repeat;
  text-indent: -9999px;
  color: #ffffff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  position: relative;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  margin: 0 3px 0 0;
}

span.tou-sale {
  background: url(images/span-tau-s.png) no-repeat;
  text-indent: -9999px;
  color: #ffffff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  position: relative;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  margin: 0 3px 0 0;
}

.no-padding .shedule-table {
  margin: 0;
  padding: 0;
  width: 100%;
}

.shedule-table {
  width: 962px;
  margin: 0 0 35px -5px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px #ababab;
  position: relative;
  padding: 0 0 6px 0;
}

.shedule-table table {
  width: 100%;
  font-size: 15px;
}

.shedule-table th {
  color: #8d191c;
  font-weight: normal;
  text-align: left;
  height: 49px;
  line-height: 49px;
  text-indent: 20px;
  white-space: nowrap;
}

.shedule-table td {
  height: 61px;
  vertical-align: middle;
  border-top: 1px solid #e6e6e6;
  padding: 5px 20px;
  border-right: 1px solid #f5f5f5;
  line-height: 19px;
}

.shedule-table td .btn-green31, .shedule-table td .btn-lightblue31 {
  width: 127px;
  padding: 0;
}

.shedule-table td a:not(.btn-green31) {
  color: #151515;
  text-decoration: none;
}

.shedule-table td a:hover {
  text-decoration: underline;
}

.shedule-table td .btn-green31:hover, .shedule-table td .btn-lightblue31:hover {
  text-decoration: none;
}

.shedule-table .tdate {
  width: 105px;
  color: #8d191c;
}

.shedule-table .tstatus {
  width: 58px;
  text-align: center;
  padding: 0;
}

.shedule-table .tname {
  width: 355px;
}

.shedule-table .tfree {
  width: 130px;
  padding: 0;
  text-align: center;
  background-color: #FAF9F5;
  text-indent: 0;
}

.shedule-table .tcost {
  width: 105px;
  text-align: center;
  padding: 0;
  border-right: 0;
}

.shedule-table tr:hover td {
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa 0%, #f6f6f6 100%);
}

td.shedule-more {
  text-align: center;
  padding: 10px 0 0;
  height: 50px;
}

.shedule-table .shedule-more a {
  font-size: 19px;
  text-decoration: none;
  border-bottom: 1px dotted #353535;
  color: #8d191c;
  text-align: center;
}

.shedule-table .shedule-more a:hover {
  border: 0;
  text-decoration: none;
}

.shedule-table .shedule-more i {
  top: 0;
}

.sortarrs {
  width: 10px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 4px;
}

.sortarrs a {
  background: url(images/sort-arrows.png) no-repeat;
  width: 10px;
  height: 9px;
  display: block;
}

.sortarrs a.sort-up {
  background-position: right top;
}

.sortarrs a.sort-down {
  background-position: right bottom;
}

.sortarrs a.sort-up.active, .sortarrs a.sort-up:hover {
  background-position: left top;
}

.sortarrs a.sort-down.active, .sortarrs a.sort-down:hover {
  background-position: left bottom;
}

#ui-datepicker-div {
  background: url("images/calendar.png") no-repeat scroll 0 0 transparent;
  color: #222;
  padding: 5px 20px;
  height: 252px;
}

div.order_wrapper {
  margin-bottom: 15px;
  background: url(images/order-bg-bottom.png) no-repeat center bottom;
}

ul.order_misc {
  display: block;
  width: 100%;
  padding: 20px 0 37px 0;
  /*height:180px;*/
  background: url(images/order-bg2.png) no-repeat center top;
}

ul.order_misc li {
  float: left;
  width: 360px;
  text-align: center;
}

ul.order_misc .guides {
  width: 230px;
  border: 1px dashed #000;
  padding: 16px 0 13px 0;
  border-radius: 2px;
  font-size: 19px;
}

ul.order_misc .guides h4 {
  font-size: 24px;
  margin-top: 17px;
}

ul.order_misc li p {
  font-size: 14px;
  width: 280px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
}

div.city {
  width: 875px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 25px;
  margin: 30px auto 0;
}

div.city.bottom {
  border-bottom: none;
}

div.city-image {
  float: left;
  padding: 15px;
  background: url(images/order-subpict.png) no-repeat;
  background-size: contain;
}

div.city-desc {
  width: 548px;
  margin-right: 16px;
  margin-left: 20px;
  float: left;
  font-size: 19px;
}

div.city-desc span {
  display: block;
  padding-bottom: 4px;
  border-bottom: 1px solid #ffffff;
}

div.city-desc div {
  font-size: 14px;
  line-height: 1.5;
}

div.city-price {
  width: 145px;
  margin-top: 24px;
  float: left;
  text-align: center;
  font-size: 21px;
}

div.city-price a {
  display: block;
  margin-top: 13px;
}

div.flowers {
  width: 100%;
  height: 55px;
  background: url(images/order-bottom.png) no-repeat center -9px;
}

div.object-desc {
  width: 345px;
  color: #151515;
  font-size: 14px;
}

div.object-desc span {
  font-weight: bold;
}

div.object-desc p {
  font-size: 12px;
  line-height: 1.5;
}

div.object-desc a {
  color: #8d191c;
}

/*для неактивных доп услуг*/
span.bordered.disabled, span.bordered.disabled .summ {
  color: #ccc;
}

.plash_place {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #eee;
  box-shadow: 1px 2px 9px #ddd;
  padding: 20px;
  position: absolute;
  text-align: center;
  width: 150px;
  z-index: 20;
  display: none;
}

a.gl {
  text-decoration: none;
}

.f-fields {
  display: block;
  position: relative;
  margin: 20px auto;
}

/*схема на регистрации пользователя*/
#agent .scheme,
#person .scheme {
  background: url("/images/personal/discounts-scheme.jpg") no-repeat scroll center 0 transparent;
  font-size: 21px;
  margin: 0 -40px 50px;
  padding: 60px 40px 0;
}

#agent .scheme ul li,
#person .scheme ul li {
  -moz-box-sizing: border-box;
  float: left;
  margin: 0;
  text-align: center;
  width: 33.33%;
}

#agent .fa-row input[type=text], #agent .fa-row input[type=password], #agent .fa-row input[type=email],
#person .fa-row input[type=text], #person .fa-row input[type=password], #person .fa-row input[type=email] {
  margin: 0;
}

#agent .trordline .btn-green47,
#person .trordline .btn-green47,
.trtbar .btn-green47 {
  float: none;
}

#person a.a-tooltip,
#agent a.a-tooltip {
  left: 436px;
  position: absolute;
  top: 240px;
}

.fp .calendarbar {
  padding: 20px;
}

#registration-page .pretransp {
  padding-bottom: 30px;
}

#registration-page .pretransp p {
  float: left;
  width: 450px;
}

#person .cbtit,
#agent .cbtit {
  font-size: 14px;
  color: #999;
  margin-top: 13px;
}

#agent h4 {
  margin: 20px 0;
  text-align: center;
}

.begin_tog {
  background: url("images/arrow-cooperation.png") no-repeat scroll 0 center transparent;
  float: right;
  height: 82px;
  padding: 0 0 0 72px;
  position: absolute;
  right: 0;
  top: 105px;
  width: 182px;
}

.blue-block1 {
  border: 2px solid #81beeb;
  border-radius: 4px 4px 4px 4px;
  color: #448cbf;
  font-size: 19px;
  padding: 15px;
  position: relative;
  width: 400px;
  margin: 20px auto 20px;
}

.wait-order-form-content {
  display: none;
}

.messages-top-wrapper {
  margin-bottom: 40px;
}

.messages-top-wrapper .messages-count {
  font-size: 14px;
  float: right;
}

.messages-top-wrapper .back-order {
  color: #8d191c;
  padding-left: 35px;
  position: relative;
  float: left;
  line-height: 16px;
}

.messages-top-wrapper .back-order:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 16px;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
  background-position: -280px -105px;
}

.message-list {
  padding-bottom: 20px;
}

.message-list .commentbl {
  display: block;
  padding: 20px 10px 20px 0;
}

.message-list .commentbl.client {
  background-color: #f4f1ec;
}

.message-list .commentbl.moderator {
  background-color: var(--pale-100);
}

.message-list .commentbl.binding_agent {
  background-color: var(--pale-100);
}

.message-list .pagenav {
  float: none;
  text-align: center;
  margin: 20px 0 0 0;
}

.add-message-form-wrapper {
  background: url(images/contacts/top-bg.png) no-repeat center 0;
  padding-top: 40px;
  text-align: center;
}

.add-message-form-wrapper textarea {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.add-message-form-wrapper .btn-green32 {
  margin-top: 15px;
}

.add-message-form-wrapper .textarea-wrap {
  position: relative;
}

.add-message-form-wrapper .textarea-wrap .i-voskl {
  position: absolute;
  top: 0;
  right: 0;
}

.add-message-form-wrapper .textarea-wrap .i-voskl:before {
  top: 9px;
}

.message-btn {
  display: inline-block;
  line-height: 16px;
  font-size: 14px;
  min-width: 180px;
  margin-top: 15px;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 14px;
  text-align: center;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  background: #f1f1f1 linear-gradient(to bottom, #f9f9f9 0%, #eaeaea 100%);
}

.message-btn.new-message {
  color: red;
}

.v_top_right .message-btn {
  margin-top: 7px;
}

/* user-month picker */
.ui-state-disabled.hidden {
  display: none;
}

#ui-datepicker-div.user-monthpicker {
  height: 45px;
  width: 240px;
  background: linear-gradient(top, #3da706 0%, #308f04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3DA706", endColorstr="#308F04", GradientType=0);
  padding: 0 10px;
  margin-top: 5px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#ui-datepicker-div.user-monthpicker .ui-datepicker-calendar {
  display: none;
}

#ui-datepicker-div.user-monthpicker select.ui-datepicker-month,
#ui-datepicker-div.user-monthpicker select.ui-datepicker-year {
  width: 80px;
  margin: 0 5px;
  color: #151515;
  border: 1px solid #ffffff;
  border-radius: 4px;
}

/* widget */
.widg-list {
  font-size: 0;
  padding: 0 100px;
}

.widg-list li {
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}

.widg-list .wh-wrap {
  width: 450px;
}

.widg-list .butt-wrap {
  width: 244px;
}

.widg-list .butt-wrap .order-tour {
  margin: 0;
}

.widg-list .title-wrap {
  width: 120px;
}

.widg-list .widg-wrap {
  width: 574px;
  text-align: right;
}

.widg-list .widg-wrap textarea {
  width: 100%;
  height: auto;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.widg-list li ul.wh-list {
  width: 100%;
  font-size: 0;
}

.widg-list li ul.wh-list li {
  margin: 0;
}

.widg-list li ul.wh-list li.wh-title {
  width: 270px;
  line-height: 28px;
}

.widg-list li ul.wh-list li.wh-set {
  width: 130px;
}

.widg-list li ul.wh-list li input[type=text] {
  width: 50px;
}

.widg-list #clip-butt-wrap {
  position: relative;
}

.comment-manager {
  clear: both;
  font-size: 14px;
  line-height: 1.6;
}

.comment-manager .comment-text {
  line-height: 18px;
  margin: 0 0 10px 0;
}

.comment-manager .comment-title {
  margin-right: 5px;
}

.comment-manager .comment-title.hide {
  display: none;
}

.comment-manager .comment-close {
  margin-right: 10px;
}

.comment-manager .comment {
  width: 100%;
  resize: none;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  line-height: 18px;
  box-shadow: 1px 2px 2px #ddd inset;
  padding: 7px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 5px;
}

.comment-button-wrap {
  text-align: right;
}

.comment-button-wrap .btn-green31 {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.comment-set-wrap {
  display: none;
}

.transact-list {
  font-size: 14px;
}

.transact-table td {
  padding: 3px 0;
}

.transact-table tr:first-child td {
  padding-top: 0;
}

.transact-table td:first-child {
  padding-right: 20px;
  text-align: right;
  white-space: nowrap;
}

.files-upload-wrap {
  position: relative;
  padding: 7px 10px;
  margin-top: 15px;
  border: 1px dashed #d4d4d4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
}

.files-upload-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #e4f7de;
}

.files-upload-link-wrap {
  position: relative;
  font-size: 20px;
  line-height: 34px;
  color: #151515;
  padding-left: 45px;
  background: url(images/download-file.png) left center no-repeat;
}

.files-upload-link, .files-upload-del-link {
  color: #6b584a;
}

.original-file-upload {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  height: 100%;
  width: 165px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}

.files-upload-text {
  position: relative;
  font-size: 13px;
  line-height: 15px;
  color: #929292;
}

.files-upload-list {
  display: none;
  text-align: left;
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #151515;
}

.files-upload-list__title {
  display: inline-block;
  vertical-align: top;
}

.files-upload-list__files {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}

.files-upload-list__files ol li {
  padding: 0;
}

.files-upload-errors {
  display: none;
  color: red;
  font-size: 12px;
  line-height: 16px;
  margin-top: 15px;
  text-align: left;
}

.order-is-files {
  margin-top: 5px;
  font-size: 12px;
  line-height: 17px;
  padding-left: 22px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxNGEwODVlNS1mZjQyLTVlNDktYTY5ZC04Zjg1ZGM4NDUzMGIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODU4QUQzNEZCODNEMTFFNDhGNUY5MDQwQjI3NEIwNzgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODU4QUQzNEVCODNEMTFFNDhGNUY5MDQwQjI3NEIwNzgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQwMGJlYjRkLTFkMjItZjk0ZC04YjBkLTdlN2U5OTkzMTZiNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNGEwODVlNS1mZjQyLTVlNDktYTY5ZC04Zjg1ZGM4NDUzMGIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz66aoGAAAADBElEQVR42lSTS4hURxSGv7rVj+medPdM++oZzJARcQTtiEoQfJGluMhjYzbJInEhwuhKwcWs3QmKC81CFwohgjuzEERiEBMUIy4GzSIkOBMzhtjtY/p1761b5bmPFi347y2qzvnP+U+do4jXrGC34Jxgh4ItboJqfRdabwcvjxdZwnCBxVc3+anymHXLMC22c4I+5BiuvOAAo6xrfMtobhatZlDZnRPE+1X1HlP+jzxZnqPN0tDVS76BYECVtZMnGfXO4twMxkIoMBFv935YZkx/x8YPbzDCeqKMROWEZ0oXKTSOCc1RjJwalzo7cbSytzY7E/hioN0mtk5cZZuuxySaT+Viz9ge6vq0cBYTB+fiG/jX/5tLreMip8PaYpMoSqVJiRjRDWqRz43glscWiqL/c5RXJcgiRjGJFOG37lWuRRd41rtI13QSgvg+lH9HMpopf0OTcY8PqOH0TkKJEmX6uzbkpRlwK/wZK2Q984h/zDwdiRyIxjhIXKOcmqbBxzn6pRLW1IjyqQzftTjfPoS48b97lES/rl5wv3WYcbWGfaOHmCl9mWSkBXm10qMrj2cigeQYy9G2StNVeOHuCsFyUv4FF7/dQ3YWnlBX6xlIxmGYFj9QnkevH+DbbqIzJglsnl0rTnOCvYxljfC1YB+TTBVPUc41xT52Tu2X3GuPRV7Tiu6lT2iynglrbBj7ga/YIVRSQFFeqZ2RhtzPICu+kyyeB09ZUvOannRGwyhW5D7Dc4WkaAlE1oTez0emTak8S9kdSHoo6RvZFCWT2/3L/GqvaNUX5SWeU7R1VnqfIOVJeiU2dl6FYuELee7N2CgjSIoJz6I/+d4cwaetk+q3pOmtfSyTtJpVqpkMypDoLbIhKqhYxgLnzUH+cw/Sjo1XmBC95JX7ndAEVPW0tGBF+iCdLp1NmXGG+fA6F91RnrrbwwFUvLtiw7I4T0o20243NfmXZLIHEqbjFvlD/cJf7o4k1H7X7X2S4dJyPiJkWpAXAT1C50tHWck2nZ731hsBBgAzcWCZ3qGfowAAAABJRU5ErkJggg==) 0 0 no-repeat;
}

#mask-content .no-auth-window {
  margin: 0 27px 27px;
}

.maincontent .show-hide {
  display: none;
}

.b-choose-trip-origin-place-btn-block {
  margin: 0 auto;
  text-align: center;
}

.b-choose-trip-origin-place-btn-block .e-dashed-outlined {
  display: inline-block;
  text-align: center;
  padding: 15px 10px;
  border: 1px dashed #090909;
  border-radius: 4px;
}

.b-choose-trip-origin-place-btn-block .btn-green47 {
  display: inline-block;
  float: none;
}

.b-choose-trip-origin-place-btn-block.e-hidden {
  display: none;
}

.b-tour-origin-places-block.e-hidden, .b-tour-origin-places.e-hidden, .b-chosen-place.e-hidden, .b-origin-places-map.e-hidden, .b-place-map-block.e-hidden {
  display: none;
}

.places.e-hidden {
  display: none;
}

.sber-list ul li {
  background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAYAAABGM/VAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NkIzNUU4NEY0QzcxMUU1ODU3MkZCQzY5OUI5ODE2RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NkIzNUU4NUY0QzcxMUU1ODU3MkZCQzY5OUI5ODE2RCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY2QjM1RTgyRjRDNzExRTU4NTcyRkJDNjk5Qjk4MTZEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY2QjM1RTgzRjRDNzExRTU4NTcyRkJDNjk5Qjk4MTZEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+gLOkmgAAAC1JREFUeNpiDAoKYgCCmUCcBsRngTiMCUgYQwUYYGwmBiyACaplFpQPZgMEGAA8wwcgvkyq3QAAAABJRU5ErkJggg==") no-repeat scroll 0 7px;
  padding: 0 0 3px 15px;
}

.italic-article {
  margin: 20px 0 5px 30px;
}

.catalog-price {
  color: red;
}

div.catalog-section table td {
  padding-right: 10px;
  padding-top: 10px;
}

.sber-info {
  font-size: 16px;
}
.sber-info h4 {
  margin-bottom: 12px;
}

.anons-info {
  font-size: 16px;
}

.sber-info--scroll {
  height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}

.voucher .v_included {
  margin-bottom: 20px;
}

.voucher .v-included-add {
  padding: 20px 0 0 0;
}

.v-included-add li {
  background: url(/bitrix/templates/main/images/marker-green.png) left 9px no-repeat;
  padding: 0 0 0 14px;
  font-size: 14px;
  line-height: 21px;
}

a.rules {
  color: #8d191c;
}

.agree label {
  vertical-align: middle;
}

.agree span.checkbox {
  margin-right: 10px;
}

.shrwr.ext {
  width: auto;
  z-index: 1;
  margin-right: 10px;
  position: relative;
  left: 83px;
  bottom: 4px;
}

.ext-flt {
  padding: 0 5px;
}

.cbtit--doc {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.tour-icon {
  position: absolute;
  right: 0;
}

.tours-list {
  max-height: 290px;
  overflow-y: scroll;
}

.favorite {
  font-size: 0;
  white-space: nowrap;
}

.favorite:hover .favorite__text {
  text-decoration: none;
}

.favorite .favorite__text--add {
  display: none;
}

.favorite--active .favorite__text--noadd {
  display: none;
}

.favorite--active .favorite__text--add {
  display: inline-block;
}

.favorite--active .favorite__heart {
  background-image: url("images/like-close.png");
}

.favorite__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: #8d191c;
  text-decoration: underline;
  letter-spacing: -0.12px;
  font-size: 12px;
  line-height: 16px;
}

.favorite__heart {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url("images/like-open.png") no-repeat center center transparent;
  background-size: 14px 13px;
}

.favorite-top {
  margin-left: 70px;
}

.favorite-top__link {
  position: relative;
}

.favorite-top__link:before {
  border-radius: 50px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  color: #888;
  content: "♡";
  display: block;
  height: 22px;
  line-height: 24px;
  font-size: 20px;
  position: absolute;
  left: -30px;
  text-align: center;
  top: -2px;
  width: 22px;
  background: var(--gradient-pale);
}

.right-tooltip-q {
  position: relative;
  top: -20px;
  float: right;
}

.btn-blue {
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  border: solid 1px #d5f0f3;
  background-image: linear-gradient(to bottom, #FAF9F5, #c1dfe2);
  font-size: 15px;
  line-height: 34px;
  color: #151515;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.btn-blue:hover {
  background-image: linear-gradient(to top, #FAF9F5, #c1dfe2);
}

.b-return-to-order-detail {
  color: #8d191c;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(images/return-to-order-detail-bg.png);
  padding-left: 25px;
  line-height: 30px;
  vertical-align: middle;
}

.date-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.date-wrap .datepicker-icon {
  right: 5px;
  left: auto;
  top: 6px;
}

.button-wrap {
  margin: 10px 0 40px;
  text-align: right;
}

.button-wrap a, .button-wrap input {
  display: inline-block;
  vertical-align: middle;
}

.reset {
  text-decoration: none;
  border-bottom: 1px dashed;
  font-size: 14px;
  line-height: 16px;
  margin-right: 15px;
}

.reset:hover {
  border-bottom: none;
}

.add-serv-wrap {
  position: relative;
}

.add-serv-wrap__list {
  display: none;
  padding-top: 15px;
}

.add-serv-wrap__allsum {
  position: absolute;
  top: 0;
  right: 20px;
}

.add-serv-table {
  width: 100%;
}

.add-serv-table th {
  padding: 5px 20px;
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  color: #999;
  text-align: left;
}

.add-serv-table td {
  padding: 3px 20px;
  vertical-align: middle;
}

.add-serv-table td.price {
  width: 1%;
  white-space: nowrap;
}

.add-serv-table td .fa-row {
  padding: 0;
  margin: 0;
  border: none;
}

.message-section {
  background: white;
  padding: 56px 32px;
  text-align: center;
}

.message-section__head {
  display: block;
  font-size: 19px;
  line-height: 24px;
  color: #151515;
  font-weight: bold;
  margin-bottom: 24px;
}

.message-section__btn {
  margin: 0 auto;
}

.message-section__no-delete {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  color: #151515;
  font-size: 15px;
  line-height: 19px;
  text-decoration: underline;
}

.message-section__no-delete.pcl, .btn-green32.pcl {
  position: relative;
  top: auto;
  right: auto;
}

.message-section__no-delete:hover {
  text-decoration: none;
}

.message-section__no-delete + .btn-red {
  margin-left: 24px;
}

.message-section__text {
  margin-bottom: 30px;
}

.message-section .btn-lightblue31 + .btn-green32 {
  margin-left: 24px;
}

.btn-green32.pcl {
  display: inline-block;
  margin-top: 24px;
}

.btn-red {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  border: solid 1px #8d191c;
  color: white;
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
  padding: 7px 34px;
  background: #de4654;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de4654", endColorstr="#de4654", GradientType=0);
}
html:not(.bx-touch) .btn-red:hover, .bx-touch .btn-red:active {
  background: #de4654;
}

.btn-red.pcl {
  position: relative;
  top: 0;
  right: 0;
}

.message-error {
  margin-top: 20px;
  color: red;
}

.form .message-section {
  margin-top: -40px;
}

.lock {
  overflow: hidden;
}

.short-tour-info {
  margin: 0 22px 0 0;
  padding-right: 32px;
}
.short-tour-info .route-way {
  margin-bottom: 30px;
}
.short-tour-info .btn-shipment {
  margin-bottom: 38px;
}

.btn-shipment {
  display: table;
  text-align: center;
  padding: 15px;
  border: 1px dashed #090909;
  border-radius: 4px;
  width: 100%;
}

.route-way {
  font-size: 0;
  margin: -3px;
}
.route-way__item {
  display: inline-flex;
  align-items: center;
  color: #151515;
  padding: 3px;
}
.route-way__sep {
  padding-left: 4px;
  font-size: 13px;
  padding-right: 10px;
}
.route-way__name {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.tour-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tour-links .favorite__text, .tour-links .graphic-link {
  font-size: 14px;
  letter-spacing: -0.14px;
}
.closest-table + .tour-links {
  padding-top: 35px;
}

.closest-date .discount-text {
  margin-bottom: 10px;
}
.closest-date .tour-links {
  padding-left: 12px;
  margin-bottom: 20px;
}
.closest-date .favorite__heart {
  background-size: 16px 16px;
}
.closest-date .favorite__text {
  margin-left: 7px;
}
.closest-date .graphic-link {
  font-size: 0;
  display: flex;
}
.closest-date .graphic-link__text {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.14px;
}
.closest-date .graphic-link .i-que {
  margin-left: 2px;
  width: 19px;
  height: 19px;
}
.closest-date .b2b-message {
  margin-left: 12px;
}
.closest-date .no-tour-dates {
  margin-bottom: 35px;
}
.closest-date .btn-lightblue47.notify {
  margin-bottom: 32px;
}

.no-tour-dates {
  font-size: 17px;
  font-weight: 500;
}

.b2b-message {
  display: flex;
  padding: 12px;
  border: solid 1px var(--pale-400);
  background-color: var(--pale-100);
  font-size: 14px;
  line-height: 1.21;
  color: #151515;
}

.socials {
  display: flex;
  align-items: center;
}
.socials__btn {
  display: flex;
  align-items: center;
  margin: 0 -5px 0 0;
}
.socials__btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  text-decoration: none;
}
.socials__btn-img {
  border-radius: 3px;
  box-shadow: 0 3px 3px #C0C0C0;
}
.socials .socials__text {
  color: #151515;
  font-family: "Golos Text", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-right: 2px;
}

.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.form-group label {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #151515;
}
.form-group__text {
  position: absolute;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #4d4d4d;
  top: 57px;
  left: 0;
  margin-top: 3px;
}
.form-group__mess {
  position: absolute;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #DE4654;
  top: 57px;
  left: 0;
  margin-top: 2px;
}
.form-group__mess + .form-group__text {
  display: none;
}
.form-group .i-voskl.visible {
  position: absolute;
  right: 0;
  top: 41px;
  z-index: 2;
}
.form-group .calendar-icon ~ .i-voskl.visible {
  right: 25px;
}
.form-group .select-group ~ .i-voskl.visible {
  right: 25px;
}
.form-group .select2-container .select2-selection--single {
  height: 32px;
}
.form-group .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  line-height: 30px;
}
.form-group .select2-container .select2-selection--single .select2-selection__arrow {
  height: 32px;
}

.form-control, .form-group .form-control {
  display: block;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #151515;
  resize: none;
  background: #ffffff;
  border: 1px solid #D4D4D4;
  box-shadow: inset 0 2px 2px #DEDEDE;
  border-radius: 3px;
  box-sizing: border-box;
}
.form-control::-webkit-input-placeholder, .form-group .form-control::-webkit-input-placeholder {
  color: #9c9c9c;
}
.form-control:-moz-placeholder, .form-group .form-control:-moz-placeholder {
  color: #9c9c9c;
}
.form-control:-ms-input-placeholder, .form-group .form-control:-ms-input-placeholder {
  color: #9c9c9c;
}
.form-control::placeholder, .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.form-control[readonly], .form-group .form-control[readonly] {
  color: #4d4d4d;
  background: #FAFAFA;
  cursor: not-allowed;
}
.form-control[disabled], .form-group .form-control[disabled] {
  color: #4d4d4d;
  background-color: #FAFAFA;
  cursor: not-allowed;
}
.form-control:-webkit-autofill, .form-group .form-control:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #ffffff !important;
  -webkit-text-fill-color: #151515 !important;
  color: #151515 !important;
}
.form-control.error, .form-group .form-control.error {
  border-color: #f00;
}

.modal-popup {
  padding: 30px 30px 20px;
}
.modal-popup__text {
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #565655;
}
.modal-popup__head {
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  line-height: 120%;
  color: #565655;
  margin-bottom: 10px;
}
.modal-popup__sub-head {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: #565655;
}
.modal-popup .cancel-reasons {
  text-align: left;
}
.modal-popup__footer {
  background-color: #faf9f5;
  padding: 20px 30px;
  border-radius: 0 0 4px 4px;
}
.modal-popup__footer .btn-darkwhite33 {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 14px;
  height: auto;
  margin-left: 16px;
  float: none;
  box-shadow: 0 3px 3px #CFCFCF;
}
.modal-popup__footer .btn-red {
  font-size: 14px;
  line-height: 18px;
  padding: 7px 14px;
}
.modal-popup__footer .btn-green31 {
  font-size: 14px;
  line-height: 18px;
  padding: 7px 14px;
  height: auto;
  box-shadow: 0 3px 3px #d5cdc1;
}
.modal-popup__errors {
  color: #f00;
}
.modal-popup__tooltip {
  color: #DE4654;
}

.cancel-reasons__item {
  height: 25px;
  margin-bottom: 8px;
}
.cancel-reasons__item .checkbox {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.cancel-reasons__item .check {
  position: absolute;
  left: -9999px;
}
.cancel-reasons__item .check + .cancel-reasons__label {
  padding-left: 30px;
}
.cancel-reasons__label {
  font-size: 15px;
  line-height: 25px;
  cursor: pointer;
}

.pseudo-link {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  color: #8d191c;
  text-decoration: none;
  border-bottom: 1px dashed;
}
html:not(.bx-touch) .pseudo-link:hover, .bx-touch .pseudo-link:active {
  border-bottom: none;
}

.text-light {
  font-size: 14px;
  line-height: 150%;
  color: #4d4d4d;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ui-autocomplete {
  z-index: 999;
  border: 1px solid #bdbdbd;
  background: #FFFFFF;
  height: auto;
  max-height: 200px;
  overflow-y: scroll;
}

.citizen-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.citizen-block .disc {
  height: 22px;
  padding: 4px 0;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.citizen-block .checkbox {
  height: 21px;
}
.citizen-block .q + .q {
  width: 100%;
}

.depart-item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.depart-item .select2-container {
  max-width: 380px;
  min-width: 380px;
  margin-right: 10px;
}
.depart-item .select2-container .select2-selection--single {
  height: 32px;
}
.depart-item .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  font-size: 14px;
}
.depart-item .select2-container .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
.depart-item__select {
  position: relative;
}
.depart-item__select-hidden {
  width: 0;
  border-color: transparent;
}
.depart-item.fa-row .depart-item__label {
  padding: 4px 0 3px;
}
.depart-item.fa-row .i-voskl {
  top: 0;
  right: -20px;
}
#order_form_tour .depart-item {
  align-items: flex-start;
  gap: 0 12px;
}
#order_form_tour .depart-item .depart-item__label {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
}
#order_form_tour .depart-item .checkbox + span {
  text-wrap: nowrap;
  line-height: 25px;
  padding-bottom: 5px;
}
#order_form_tour .depart-item .select2-container {
  max-width: 305px;
  min-width: 305px;
  margin-right: 0;
}

.live-cond {
  border-top: 1px solid #cecece;
  padding: 20px 20px 0 20px;
  margin-top: 10px;
}
.live-cond label {
  display: inline-flex;
  font-size: 14px;
}
.live-cond .live-cond-list {
  margin-top: 20px;
}
.live-cond .checkbox + span {
  line-height: 21px;
  padding-left: 4px;
}

.live-cond-list {
  font-size: 13px;
}
.live-cond-list__item {
  display: flex;
  gap: 0 14px;
}
.live-cond-list__item.fa-row {
  margin: 0 0 20px;
  padding: 0 0 20px 0;
}
.live-cond-list__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.live-cond-list__item + .live-cond-list__item {
  margin-top: 14px;
}
.live-cond-list__info {
  width: 465px;
}

.live-cond-item__date {
  display: flex;
  gap: 10px;
}
.live-cond-item__date .q {
  display: block;
  margin-bottom: 8px;
}
.live-cond-item__date .q .dob {
  margin-right: 0;
}
.live-cond-item .form-group {
  margin-bottom: 0;
}
.live-cond-item__location {
  margin-top: 12px;
}
.live-cond-item__location span {
  margin-right: 8px;
}
.live-cond-item__location span.live-cond-item__town, .live-cond-item__location span.live-cond-item__hotel {
  display: block;
  margin-bottom: 8px;
}
.live-cond-item__location input, .live-cond-item__location .q input[type=text] {
  width: 100%;
  margin-right: 0;
}
.live-cond-item__location .form-group .i-voskl {
  margin-top: 10px;
  right: 0;
}
.live-cond-item input[disabled], .live-cond-item .form-group .form-control[disabled] {
  background-color: #FAFAFA;
  color: #c5c6c6;
}
.live-cond-item input[type=text]::placeholder {
  color: #c5c6c6;
}
.live-cond-item.fa-row {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.rd-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contacts-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  margin-top: 12px;
}
.contacts-list__item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.contacts-list-item span {
  color: #151515;
  font-size: 13px;
  line-height: 140%;
}
.contacts-list-item .contacts-list-item__phone {
  color: #4D4D4D;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}
.contacts-list-item .contacts-list-item__phone:hover {
  text-decoration: underline;
}
.contacts-list-item .contacts-list-item__img-wrapper {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
}
.contacts-list-item .contacts-list-item__img-wrapper img {
  border-radius: 3px;
  box-shadow: 0 3px 3px 0 #CFCFCF;
  width: 20px;
  height: 20px;
}
.contacts-list-item .confirm-link {
  text-decoration: none;
}
.contacts-list-item .confirm-link:hover {
  text-decoration: underline;
}
.contacts-list-item.contacts-list-item--footer {
  padding-top: 3px;
}
.contacts-list--footer {
  align-items: flex-start;
  margin-top: 0;
}