@charset "UTF-8";
/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/
body {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input, textarea {
  font: 12px "OpenSans", Arial, sans-serif;
  color: #333;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

input[type="button"], input[type="submit"], button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

a {
  color: #000100;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
}

input[type=submit], input[type=button] {
  -webkit-appearance: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after, .wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat.eot");
  src: url("../fonts/Montserrat.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat.woff2") format("woff2"), url("../fonts/Montserrat.woff") format("woff"), url("../fonts/Montserrat.otf") format("opentype"), url("../fonts/Montserrat.svg#Montserrat") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat Bold.eot");
  src: url("../fonts/Montserrat Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat Bold.woff2") format("woff2"), url("../fonts/Montserrat Bold.woff") format("woff"), url("../fonts/Montserrat Bold.otf") format("opentype"), url("../fonts/Montserrat Bold.svg#Montserrat Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

ul li {
  list-style: none;
}

body {
  background: #FFFFFF;
  font-family: 'Montserrat';
}

body.pixelperfect {
  background: url(../img/pp/pp.jpg) center 0 no-repeat;
  opacity: 0.7;
}

.container {
  min-width: 320px;
  overflow: hidden;
}

.wrapper {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

.asdasd {
  font-size: 0;
}

/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/
body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  min-height: 100%;
  position: relative;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*MAIN*/
.fL {
  float: left;
}

.fR {
  float: right;
}

.clear {
  clear: both;
}

.im {
  margin: 0px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input, textarea {
  font: 12px "OpenSans", Arial, sans-serif;
  color: #333;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

input[type="button"], input[type="submit"], button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #000100;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
}

input[type=submit], input[type=button] {
  -webkit-appearance: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after, .wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@font-face {
  font-family: 'Arial';
  src: url("../fonts/ArialMT-Regular.eot");
  src: url("../fonts/ArialMT-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ArialMT-Regular.woff") format("woff"), url("../fonts/ArialMT-Regular.ttf") format("truetype"), url("../fonts/ArialMT-Regular.otf") format("opentype"), url("../fonts/ArialMT-Regular.svg#ArialMT-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FFFC;
}

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg"), url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans.woff") format("woff"), url("../fonts/OpenSans.ttf") format("truetype"), url("../fonts/OpenSans.svg#OpenSans") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Semibold.eot");
  src: url("../fonts/OpenSans-Semibold.woff2") format("woff2"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg"), url("../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg"), url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Glyphter';
  src: url("../fonts/Glyphter.eot");
  src: url("../fonts/Glyphter.eot?#iefix") format("embedded-opentype"), url("../fonts/Glyphter.woff") format("woff"), url("../fonts/Glyphter.ttf") format("truetype"), url("../fonts/Glyphter.svg#Glyphter") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='icon-']:before {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-application:before {
  content: '\0041';
}

.icon-around-arrow:before {
  content: '\0042';
}

.icon-arrow-down:before {
  content: '\0043';
  color: #2eadb3;
}

.icon-attention:before {
  content: '\0044';
  color: #dd1910;
}

.icon-bad:before {
  content: '\0045';
}

.icon-bed:before {
  content: '\0046';
}

.icon-bus:before {
  content: '\0047';
}

.icon-check:before {
  content: '\0048';
}

.icon-clock:before {
  content: '\0049';
}

.icon-clock-2:before {
  content: '\004a';
}

.icon-Comments:before {
  content: '\004b';
}

.icon-Door:before {
  content: '\004c';
}

.icon-fb:before {
  content: '\004d';
}

.icon-find:before {
  content: '\004e';
  color: #FFF;
}

.icon-fire:before {
  content: '';
  background: url(../img/fire.png) center center no-repeat;
  width: 12px;
  height: 16px;
  margin-top: 5px;
}

.icon-Flag:before {
  content: '';
  background: url(../img/new.png) center center no-repeat;
  width: 21px;
  height: 12px;
  margin-top: 8px;
}

.icon-form-msg:before {
  content: '\0051';
}

.icon-good:before {
  content: '\0052';
}

.icon-Home:before {
  content: '';
  background: url(../img/icon/home.png) center center no-repeat;
  width: 18px;
  height: 16px;
}

.icon-human:before {
  content: '\0054';
}

.icon-Iphone:before {
  content: '';
  background: url(../img/icon/head-phone.png) center center no-repeat;
  width: 18px;
  height: 18px;
}

.icon-icq:before {
  content: '';
  background: url(../img/icon/icq-icon.png) center center no-repeat;
  width: 15px;
  height: 15px;
}

.icon-mail:before {
  content: '';
  background: url(../img/icon/mail-icon.png) center center no-repeat;
  width: 15px;
  height: 15px;
}

.icon-List:before {
  content: '\0056';
}

.icon-lock:before {
  content: '\0057';
}

.icon-lupa:before {
  content: '\0058';
}

.icon-marker:before {
  content: '\0059';
}

.icon-marker-two:before {
  content: '\005a';
}

.icon-memo:before {
  content: '\0061';
}

.icon-one-arrow:before {
  content: '\0062';
}

.icon-pensil:before {
  content: '\0063';
}

.icon-Phone:before {
  content: '\0064';
}

.icon-plitka:before {
  content: '\0065';
}

.icon-recomend:before {
  content: '\0066';
}

.icon-slider-left:before {
  content: '';
  background: url(../img/main-slider-prev.png) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}

.icon-slider-right:before {
  content: '';
  background: url(../img/main-slider-next.png) 0 0 no-repeat;
  width: 50px;
  height: 50px;
  background-position: top right;
}
.tours-icon-slider-left:before {
  content: '';
  background: url(../img/tours-main-slider-prev.png) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}

.tours-icon-slider-right:before {
  content: '';
  background: url(../img/tours-main-slider-next.png) 0 0 no-repeat;
  width: 50px;
  height: 50px;
  background-position: top right;
}

.icon-sun:before {
  content: '';
  background: url(../img/sun.png) 0 0 no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -1px;
  left: 0;
}

.icon-toggle-arrows:before {
  content: '\006a';
}

.icon-User:before {
  content: '';
  background: url(../img/icon/user-active.png) center center no-repeat;
  width: 16px;
  height: 15px;
}

.icon-x:before {
  content: '\006d';
}

.icon-vk:before {
  content: '\0031';
}

.icon-insta:before {
  content: '\0032';
}

.icon-1:hover {
  background-image: url(../img/social.png);
  background-position: -324px -324px;
  width: 24px;
  height: 24px;
}

.icon-1 {
  background-image: url(../img/social.png);
  background-position: -188px -188px;
  width: 24px;
  height: 24px;
}

.icon-2:hover {
  background-image: url(../img/social.png);
  background-position: -52px -52px;
  width: 24px;
  height: 24px;
}

.icon-2 {
  background-image: url(../img/social.png);
  background-position: -86px -86px;
  width: 24px;
  height: 24px;
}

.icon-3:hover {
  background-image: url(../img/social.png);
  background-position: -120px -120px;
  width: 24px;
  height: 24px;
}

.icon-3 {
  background-image: url(../img/social.png);
  background-position: -154px -154px;
  width: 24px;
  height: 24px;
}

.icon-4:hover {
  background-image: url(../img/social.png);
  background-position: -358px -358px;
  width: 24px;
  height: 24px;
}

.icon-4 {
  background-image: url(../img/social.png);
  background-position: -222px -222px;
  width: 24px;
  height: 24px;
}

.icon-5:hover {
  background-image: url(../img/social.png);
  background-position: -256px -256px;
  width: 24px;
  height: 24px;
}

.icon-5 {
  background-image: url(../img/social.png);
  background-position: -290px -290px;
  width: 24px;
  height: 24px;
}

.icon-help {
  background-image: url(../img/social.png);
  background-position: -21px -21px;
  width: 21px;
  height: 21px;
}

.icon-skype {
  background-image: url(../img/social.png);
  background-position: 0px 0px;
  width: 11px;
  height: 11px;
}

.spoiler_body {
  display: none;
}

.spoiler_body .search-result-right__nav {
  padding-left: 45px;
  margin-top: 15px;
}

.spoiler_body .search-result-right__nav li {
  margin-bottom: 10px;
}

.spoiler_body .search-result-right__nav li a {
  font-family: "OpenSans";
  font-size: 14px;
  color: #000;
  font-weight: 300;
}

.spoiler_body .search-result-right__nav .active {
  color: #005EA6;
}

.spoiler_links {
  cursor: pointer;
  font-family: "OpenSans";
  font-size: 14px;
  color: #000;
  font-weight: 700;
}

.spoiler_links i {
  font-size: 9px;
  color: #a6a6a6;
  display: inline-block;
  margin-right: 4px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.spoiler_links.active {
  color: #005EA6;
}

.spoiler_links.active i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

ul.tabs {
  height: 40px;
  line-height: 40px;
  list-style: none;
}

.tabs li {
  float: left;
  display: inline;
  cursor: pointer;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 33px;
  margin-right: 1px;
  border-radius: 2px 2px 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'OpenSans';
}

.tabs li:hover {
  background: #f5f5f5;
}

.tabs li.current {
  background: #FFF;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'OpenSans';
}

.box {
  display: none;
}

.box.visible {
  display: block;
}

.jq-checkbox {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 12px;
  height: 12px;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  background: #666;
  -webkit-box-shadow: inset 0 -3px 6px #AAA;
  box-shadow: inset 0 -3px 6px #AAA;
}

.jq-checkbox.focused {
  border: 1px solid #08C;
}

.jq-checkbox.disabled {
  opacity: .55;
}

.jq-radio {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-radio.disabled {
  opacity: .55;
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer;
}

.jq-file__name {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
  text-align: left;
  /* для Opera Presto */
  -moz-appearance: textfield;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 15px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  text-shadow: 1px 1px #FFF;
}

.jq-selectbox__select:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-selectbox__select:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  border-radius: 0 0 4px 4px;
  background: #FFF;
  color: #59C3F2;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231F20;
}

.jq-selectbox li:hover {
  background-color: #e5eff6;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}

input[type='search'].styler {
  -webkit-appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

/*! jQuery UI - v1.12.1 - 2016-09-20
* http://jqueryui.com
* Includes: core.css, datepicker.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 3px;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 3px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
  1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
  2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
  3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
  4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
  5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
  6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
    6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 14px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 85%;
  margin: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, 
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
  ----------------------------------------
  6.1 THEMES 
  ----------------------------------------
  */
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  filter: "alpha(opacity=10)";
  -ms-filter: "alpha(opacity=10)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #59c3f2;
  height: 100%;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
    sprites locations 
    light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
    dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
    */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
    sprites locations
    light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
    dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
    */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
    sprites locations 
    light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
    dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
    */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
    sprites locations 
    light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
    dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
    */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  outline: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#ddmenu {
  display: block;
  width: 100%;
  outline: none;
  font-weight: bold;
}

#ddmenu li ul a {
  display: block;
  text-align: left;
  color: #424242;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#ddmenu ul {
  position: absolute;
  top: 37px;
  width: 175px;
  background: #fff;
  display: none;
  margin: 0;
  padding: 6px 6px;
  list-style: none;
  border-radius: 2px;
  margin-left: -26px;
  border: 1px solid rgba(204, 204, 204, 0.21);
  -webkit-box-shadow: 0.7px 0.7px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0.7px 0.7px 2px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

#ddmenu li ul li {
  border-bottom: 1px solid #f5f5f5;
}

#ddmenu li ul li:last-child {
  border-bottom: none;
}

#ddmenu ul:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 46px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #fff transparent;
}

#ddmenu ul:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 43px;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;
}

#ddmenu ul li {
  display: block;
  width: 100%;
  font-size: 0.9em;
  text-shadow: 1px 1px 0 #fff;
}

#ddmenu ul li a {
  display: block;
  width: 100%;
  padding: 6px 7px 6px 20px;
  line-height: 1.4em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#ddmenu ul li a:hover {
  background: #e5eff6;
}

#dmenu {
  display: block;
  width: 100%;
  cursor: pointer;
  outline: none;
  font-weight: bold;
}

#dmenu li ul a {
  display: block;
  text-align: left;
  color: #424242;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#dmenu ul {
  position: absolute;
  top: 37px;
  width: 175px;
  background: #fff;
  display: none;
  margin: 0;
  padding: 6px 6px;
  list-style: none;
  border-radius: 2px;
  margin-left: -26px;
  border: 1px solid rgba(204, 204, 204, 0.21);
  -webkit-box-shadow: 0.7px 0.7px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0.7px 0.7px 2px rgba(0, 0, 0, 0.15);
  z-index: 101;
}

#dmenu li ul li {
  border-bottom: 1px solid #f5f5f5;
}

#dmenu li ul li:last-child {
  border-bottom: none;
}

#dmenu ul:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 46px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #fff transparent;
}

#dmenu ul:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 43px;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;
}

#dmenu ul li {
  display: block;
  width: 100%;
  font-size: 0.9em;
  text-shadow: 1px 1px 0 #fff;
}

#dmenu ul li a {
  display: block;
  width: 100%;
  padding: 6px 7px 6px 20px;
  line-height: 1.4em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#dmenu ul li a:hover {
  background: #e5eff6;
}

#dmenu3 {
  display: block;
  width: 100%;
  cursor: pointer;
  outline: none;
  font-weight: bold;
}

#dmenu3 li ul a {
  display: block;
  text-align: left;
  color: #424242;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#dmenu3 ul {
  position: absolute;
  top: 37px;
  width: 175px;
  background: #fff;
  display: none;
  margin: 0;
  padding: 6px 6px;
  list-style: none;
  border-radius: 2px;
  margin-left: -26px;
  border: 1px solid rgba(204, 204, 204, 0.21);
  -webkit-box-shadow: 0.7px 0.7px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0.7px 0.7px 2px rgba(0, 0, 0, 0.15);
  z-index: 101;
}

#dmenu3 li ul li {
  border-bottom: 1px solid #f5f5f5;
}

#dmenu3 li ul li:last-child {
  border-bottom: none;
}

#dmenu3 ul:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 46px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #fff transparent;
}

#dmenu3 ul:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 43px;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;
}

#dmenu3 ul li {
  display: block;
  width: 100%;
  font-size: 0.9em;
  text-shadow: 1px 1px 0 #fff;
}

#dmenu3 ul li a {
  display: block;
  width: 100%;
  padding: 6px 7px 6px 20px;
  line-height: 1.4em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#dmenu3 ul li a:hover {
  background: #e5eff6;
}

/*
 * We are hiding the invisible nav outside the screen
 * so we need to avoid the horizontal scroll
 */
body.okayNav-loaded {
  overflow-x: hidden;
}

.okayNav-header {
  padding: 13px 9px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #FFF;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
}

.okayNav:not(.loaded) {
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.okayNav ul {
  /* We want two navigations - one hidden and one visible */
  float: left;
}

.okayNav a {
  position: relative;
  z-index: 1;
}

.okayNav__nav--visible {
  overflow: hidden;
  white-space: nowrap;
}

.okayNav__nav--visible li {
  display: inline-block;
}

.okayNav__nav--visible a {
  /* Link styling for the visible part of the nav */
  display: block;
  -webkit-transition: color 200ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: color 200ms cubic-bezier(0.55, 0, 0.1, 1);
}

.okayNav__nav--visible:empty ~ .okayNav__menu-toggle {
  top: 0;
}

/* Link styling for the off-screen part of the nav */
.okayNav__nav--invisible {
  background: #FFF;
  position: absolute;
  padding: 8px 5px;
  top: 31px;
  right: -34px;
  z-index: 300;
  display: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  border-radius: 3px;
  border: 1px solid rgba(204, 204, 204, 0.21);
  -webkit-box-shadow: 0.7px 0.7px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0.7px 0.7px 2px rgba(0, 0, 0, 0.15);
  max-width: 185px;
}

.okayNav__nav--invisible:before {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 0 8px 8px;
  bottom: 100%;
  content: "";
  height: 0;
  position: absolute;
  right: 30px;
  width: 0;
}

.avtorizaciya-menu .okayNav__nav--invisible .avtorizaciya-menu__item {
  display: block;
  padding: 1px 0;
}

.avtorizaciya-menu .okayNav__nav--invisible .avtorizaciya-menu__link {
  color: #424242;
  border-right: none;
}

.avtorizaciya-menu .okayNav-header.mob .okayNav__menu-toggle span {
  background-color: #7F7F7F;
}

.okayNav__nav--invisible a {
  display: block;
  padding: 8px 12px;
}

.okayNav__nav--invisible a:hover {
  background: rgba(46, 173, 179, 0.16);
  color: #119096;
}

.okayNav__nav--invisible li {
  border-bottom: 1px solid #f5f5f5;
  border-right: none;
  line-height: 20px;
}

.okayNav__nav--invisible li:last-child {
  border-bottom: none;
}

.okayNav__nav--invisible.nav-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.okayNav__nav--invisible.transition-enabled {
  transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
}

.okayNav__nav--invisible.nav-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* Kebab icon */
.okayNav__menu-toggle {
  position: relative;
  z-index: 1;
  top: -1px;
  float: left;
  width: 17px;
  height: 14px;
  margin-left: 10px;
  cursor: pointer;
  transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
}

.okayNav__menu-toggle.okay-invisible {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0;
}

.okayNav__menu-toggle span {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  margin: auto;
  pointer-events: none;
  border-radius: 2px;
  background: transparent url("image.png") left top no-repeat;
  background: #ccc;
}

.okayNav__menu-toggle span:nth-child(1) {
  top: 0;
}

.okayNav__menu-toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.okayNav__menu-toggle span:nth-child(3) {
  bottom: 0;
}

.okayNav__menu-toggle.icon--active {
  /* Kebab icon when off-screen nav is open */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nav-right .search-result__item {
  display: block;
}

ul li {
  list-style: none;
}

body {
  background: #FFFFFF;
  font-family: 'OpenSans', sans-serif;
  position: relative;
}

.container {
  min-width: 320px;
  overflow: hidden;
  position: relative;
  min-height: 100%;
  background: #f5f6f8;
}

.content {
  padding-bottom: 128px;
}

h1 {
  color: #000;
  font-family: 'OpenSans';
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
h2 {
  color: #000;
  font-family: 'OpenSans';
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h3{
  color: #000;
    font-family: "OpenSans";
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
h4{
  font-family: "OpenSans";
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
h5{
  font-family: "OpenSans";
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
h6{
  font-family: "OpenSans";
    color: #000;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
}

.header {
  background: #FFF;
}

.wrapper {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
}

h1 {
  color: #000;
  font-family: 'OpenSans';
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

h2 {
  color: #000;
  font-family: 'OpenSans';
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h3 {
  color: #2EADB3;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

h4 {
  font-family: "OpenSans";
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

h5 {
  font-family: "OpenSans";
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

h6 {
  font-family: "OpenSans";
  color: #000;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
}

p {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 10px;
}

.header-top {
  background: #fbfefe;
  padding: 5px 0;
}

.header-top__left {
  float: left;
  width: 39%;
  padding-top: 5px;
}

.header-top__right {
  float: right;
  width: 56%;
  text-align: right;
}

.header-top__nav {
  line-height: 26px;
  outline: none;
}

.header-top__l-link {
  font-family: "Arial";
  font-size: 14px;
  font-weight: 400;
  color: #1c8489;
  display: inline-block;
}

.header-top__l-link.enter {
  /* color: #6c6c6c;*/
  padding: 6px 13px;
  border-radius: 2px;
   color: #FFF;
  background-color: #2eadb3;
}

.header-top__l-link.enter:hover {
  color: #FFF;
  background-color: #1c8489;
}

.header-top__l-link.enter:hover i {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.header-top__l-link.enter:hover i:before {
  background: url(../img/icon/user-active.png) center center no-repeat;
}

.header-top__l-link:hover {
  color: #d96a58;
}

.header-top__login {
  border-right: 1px solid #ededed;
  padding-right: 10px;
}



.header-top__login .name {
  display: inline-block;
  vertical-align: middle;
  color: #005EA6;
  font-family: "Arial";
  font-size: 14px;
  font-weight: 400;
  margin: 0 5px 0 7px;
}

.header-top__login .name:hover {
  opacity: 0.75;
}

.header-top__login img {
  display: none;
  vertical-align: middle;
}

.header-top__login i {
  display: inline-block;
  vertical-align: middle;
  color: #686868;
  font-size: 10px;
}

.header-top__login .icon-Door:before {
  color: #005ba3;
  font-size: 12px;
  position: relative;
  top: 1px;
}

.header-top__exit {
  display: inline-block;
  vertical-align: middle;
  color: #005EA6;
  font-family: "Arial";
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
}

.header-top__exit i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.header-top__exit:hover {
  opacity: 0.75;
}

.header-top span {
  display: inline-block;
  font-family: "Arial";
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin: 0 15px;
}

.header-top__item {
  display: inline-block;
  margin-right: 21px;
  border-right: 1px solid #ededed;
  padding-right: 25px;
  line-height: 21px;
}

.header-top__item:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.header-top__link {
  font-family: "OpenSans";
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #4D4D4D;
  display: block;
}

.header-top__link:hover {
  color: #dc1208;
}

.header-top__link:hover i {
  color: #dc1208;
}

.header-top__link i {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 9px;
  margin-left: 5px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.header-top__link.active {
  color: #dc1208;
}

.header-top__link.active i {
  color: #dc1208;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-middle__left {
  float: left;
  margin-top: 5px;
}

.header-middle__right {
  float: right;
  text-align: right;
  margin-top: 18px;
}

.header-middle__tel {
  color: #000;
  font-family: 'Fira Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1px;
}

.header-middle__back-call {
  display: inline-block;
}

.header-middle__back-call:hover i {
  background: url(../img/icon/head-phone-active.png) 0 0 no-repeat;
}

.header-middle__back-call i {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.header-middle__back-call > a {
  color: #92c37c;
  font-family: "Arial";
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px dotted #92c37c;
  display: inline-block;
  vertical-align: middle;
}

.header-middle__back-call > a:hover {
  color: #507e3c;
}

.header-middle__back-call > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #8fb609;
  margin-right: 6px;
}

.nav {
  background-color: #2EADB3;
  margin-top: 12px;
}

.header-nav__item {
  display: inline-block;
  position: relative;
  margin-right: -5px;
  vertical-align: middle;
}

.header-nav__item:before {
  position: absolute;
  right: 0;
  top: 7px;
  content: '';
  background: #4db9be;
  width: 1px;
  height: 24px;
}

.header-nav__item:first-child:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: '';
  background: #4db9be;
  width: 1px;
  height: 24px;
}

.header-nav__item:first-child:after {
  position: absolute;
  right: 0;
  top: 7px;
  content: '';
  background: #4db9be;
  width: 1px;
  height: 24px;
}

.header-nav__link {
  color: #FFF;
  font-family: 'OpenSans';
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding: 12px 31px;
}

.header-nav__link.first {
  height: 38px;
  padding: 9px 31px;
}

.header-nav__link:hover {
  background: #dc1208;
}

.search {
  background: url(../img/bg/search.jpg) center 0 no-repeat;
  min-height: 336px;
}

.search .icon-toggle-arrows {
  float: left;
  color: #2da9e8;
  font-size: 25px;
  cursor: pointer;
  min-height: 76px;
  line-height: 76px;
  background: #fafafa;
  padding: 0 5px;
}

.search .icon-toggle-arrows:hover {
  color: #fed033;
}

.search__text {
  display: block;
  color: #666666;
  font-family: "Arial";
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.search .icon-calendar {
  display: inline-block;
  vertical-align: middle;
}

.search__back {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}

.search__date-input {
  border: none;
  background: #ffffff;
  width: 75px;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.search__item {
  border-right: 1px solid #e8e8e8;
  min-height: 44px;
  padding: 0 13px 0 20px;
  margin-top: 15px;
  float: left;
}

.search__item label > span {
  color: #666;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}

.search__item:last-child {
  border-right: none;
  padding: 0;
  position: relative;
  float: right;
  margin-top: 0;
  border-radius: 0 3px 3px 0;
}

.search__item i {
  position: absolute;
  top: 50%;
  right: 29%;
  margin-top: -6px;
  font-size: 11px;
  color: #FFF;
}

.search__item.width .jq-selectbox {
  width: 180px;
}

.search__item.width .search__text {
  margin-bottom: 2px;
}

.search__item.width .jq-selectbox__trigger-arrow {
  right: -20px;
}

.search__item:nth-child(4n) .jq-selectbox {
  margin-top: -5px;
}

.search__item:nth-child(5n) .jq-selectbox {
  margin-top: -5px;
}

.search__item:nth-child(6n) .jq-selectbox {
  margin-top: -5px;
}

.search__item:nth-child(7n) .jq-selectbox {
  margin-top: -5px;
}

.search__btn {
  border: none;
  background-color: #DC1208;
  height: 76px;
  min-width: 230px;
  color: #FFF;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  border-radius: 0 3px 3px 0;
}

.search__btn:hover {
  background-color: #2EADB3;
  color: #000;
}

.search__btn:hover i {
  color: #000;
}

.search__form-wrap {
  background: #FFF;
  -webkit-box-shadow: 3.2px 3.8px 5px rgba(0, 0, 0, 0.56);
  box-shadow: 3.2px 3.8px 5px rgba(0, 0, 0, 0.56);
  border-radius: 3px;
  position: relative;
  top: -3px;
}

.search__form-wrap .jq-selectbox__dropdown li {
  color: #000;
  font-weight: 400;
}

.search__form-wrap .jq-selectbox__select-text {
  font-weight: 400;
  font-family: 'OpenSans' !important;
}

.search__form-wrap .jq-selectbox__dropdown {
  border: none;
  left: -20px;
  width: 195px;
}

.search__form-wrap .jq-selectbox__dropdown li {
  padding-left: 20px;
}

.search__form-wrap .search__item:nth-child(4n) .jq-selectbox__dropdown {
  width: 50px;
  left: -20px;
  text-align: center;
}

.search__form-wrap .search__item:nth-child(4n) .jq-selectbox__dropdown li {
  padding-left: 20px;
  padding-right: 20px;
}

.search__form-wrap .search__item:nth-child(5n) .jq-selectbox__dropdown {
  width: 50px;
  left: -20px;
  text-align: center;
}

.search__form-wrap .search__item:nth-child(5n) .jq-selectbox__dropdown li {
  padding-left: 20px;
  padding-right: 20px;
}

.search__form-wrap .search__item:nth-child(6n) .jq-selectbox__dropdown {
  width: 50px;
  left: -20px;
  text-align: center;
}

.search__form-wrap .search__item:nth-child(6n) .jq-selectbox__dropdown li {
  padding-left: 20px;
  padding-right: 20px;
}

.search__form-wrap .search__item:nth-child(7n) .jq-selectbox__dropdown {
  width: 50px;
  left: -20px;
  text-align: center;
}

.search__form-wrap .search__item:nth-child(7n) .jq-selectbox__dropdown li {
  padding-left: 20px;
  padding-right: 20px;
}

.search__form-wrap .search__item.autocomp {
  width: 450px;
}

.search__form-wrap .search__item.autocomp .r-input {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  height: 30px;
  padding: 0 10px;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  width: 58%;
  margin-top: 10px;
}

.search__form-wrap .search__item.autocomp .r-input:focus {
  -webkit-box-shadow: 0 0 2px rgba(0, 94, 166, 0.31);
  box-shadow: 0 0 2px rgba(0, 94, 166, 0.31);
}

.search__form-wrap .search__item.autocomp .search__text {
  margin-bottom: 2px;
}

.search__form-wrap .search__item.no-border {
  border-right: none;
}

.search__button-wrap {
  text-align: center;
  margin-top: 30px;
}

.search__button {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.16);
  border: 1px solid #FFF;
  padding: 15px 19px 12px 19px;
  border-radius: 3px;
  display: inline-block;
}

.search__button i {
  color: #FFF;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}

.search__button:hover {
  background-color: rgba(255, 255, 255, 0.77);
  border: 1px solid #FFF;
  color: #212121;
}

.search__button:hover i {
  color: #212121;
}

.search .section {
  padding-top: 74px;
}

.search .jq-selectbox__select {
  background: #ffffff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
}

.search .jq-selectbox__trigger {
  border-left: none;
}

.search .jq-selectbox__select-text {
  color: #000;
  font-family: "Arial";
  font-size: 14px;
  font-weight: 400;
}

.search .jq-selectbox.focused .jq-selectbox__select {
  border: none;
}

.search .jq-checkbox {
  border: 1px solid #cccccc;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search .jq-checkbox.checked .jq-checkbox__div {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg1Mjg0MkU1NkY0QTExRTY4NjJCRTk4MENDRjIyN0UzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg1Mjg0MkU2NkY0QTExRTY4NjJCRTk4MENDRjIyN0UzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODUyODQyRTM2RjRBMTFFNjg2MkJFOTgwQ0NGMjI3RTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODUyODQyRTQ2RjRBMTFFNjg2MkJFOTgwQ0NGMjI3RTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7eNPWXAAAA00lEQVR42mL4//8/AyHst/ZqDhBLgdiMIAIf8F93LRNITQPiJ0DshVcDULEfkFoHxMxQoQywBqAEI5AjuDFI6x2SYgMgdRSIuaBCHUD5SiYoJxuIzwIVaUMVywCpzUiKNwFxNYjBCPSMIZA+DsTsQPweiJOBuBGIdaGKTwKxE9D0byAOyIaXQHwdKikIdTNM8R0g9oUpBtsA9QMPkL0KiD2R/PwaiK2Aiu8gBwQ8lICaQCExFYjTgfgXEHsAFe9HDzmMYAVqLANST4GKl2ILaoAAAwDW72pAloZvZAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  width: 12px;
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 1px 0 0 1px;
}

.search .jq-selectbox__trigger-arrow {
  border: none;
  background: url(../img/arrow-down.svg) 0 0 no-repeat;
  width: 9px;
  height: 6px;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  position: relative;
  right: 0;
}

.search .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search .jq-selectbox li:hover {
  background-color: #e5eff6;
  color: #000;
}

.top_trans {
  margin: 0px 0px 0px 0px;
  display: inline-block;
  position: relative;
  width: 39%;
  padding-left: 3%;
}

#ui-datepicker-div {
  z-index: 300 !important;
  padding: 10px 20px;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #59c3f2;
}

.ui-datepicker-month, .ui-datepicker-year {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
}

.ui-datepicker-calendar span {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("../img/ui-icons_444444_256x240.png");
}

.ui-state-default {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
}

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
  width: 24px;
  border-radius: 2px;
}

.ui-datepicker td a:hover {
  background: #f2f2f2;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: none;
  border: none;
  color: #737373;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #DC1208;
  color: #FFF;
  border: none;
}

.ui-state-highlight:hover, .ui-widget-content .ui-state-highlight:hover, .ui-widget-header .ui-state-highlight:hover {
  color: #000;
}

.ui-datepicker .ui-datepicker-month, .ui-datepicker .ui-datepicker-year {
  color: #000;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 600;
}

.ui-datepicker td {
  text-align: center;
}

.ui-datepicker-calendar span {
  text-transform: uppercase;
  color: #119096;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
}

.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
  position: relative;
}

.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled:before {
  background: #737373;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -9px;
  opacity: 0.5;
}

#ui-datepicker-div {
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  border: 1px solid #babbbd;
}

.ui-widget-header {
  background: none;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #e5e5e5;
}

.ui-datepicker .ui-datepicker-next:before {
  content: '\0043';
  font-family: 'Glyphter';
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #a9a9a9;
  font-size: 11px;
  margin: -2px -2px 0 0;
  font-weight: 400;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: '\0043';
  font-family: 'Glyphter';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #a9a9a9;
  font-size: 11px;
  margin: -2px -2px 0 0;
  font-weight: 400;
}

.ui-datepicker .ui-datepicker-prev:hover:before, .ui-datepicker .ui-datepicker-next:hover:before {
  color: #005fa4;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  background: none;
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  border: none;
  background: none;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

.search__date-input::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

.search__date-input::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.search__date-input:-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.search__date-input:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

.tours-nav {
  position: relative;
  top: -38px;
}

.tours-nav__item {
  float: left;
  width: 25%;
  text-align: center;
  border-right: 1px solid #ebebeb;
}

.tours-nav__item:last-child {
  border-right: none;
}

.tours-nav__list {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  padding: 20px 0;
  background: #FFF;
  border-radius: 2px;
}

.tours-nav__title {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
}

.tours-nav__text {
  font-weight: 400;
  text-transform: uppercase;
  color: #999;
  font-family: "Arial";
  font-size: 12px;
}

.tours {
  padding-bottom: 30px;
}

.tours-right {
  width: 74.5%;
  float: right;
  margin-top: -25px;
}

.tours-right__slider {
  position: relative;
  margin-bottom: 20px;
}

.tours-right__slider img {
  min-height: 300px;
  border-radius: 4px;
}

.tours-right__slider .owl-dot {
  background: #4e4e4e;
  border-radius: 50%;
  border: 3px solid #FFF;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.tours-right__slider .owl-dot.active {
  background: #dc1208;
}

.tours-right__slider .owl-dot:hover {
  border: 4px solid #FFF;
}

.tours-right__slider .owl-dots {
  text-align: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20px;
}

.tours-right__slider i {
  color: rgba(255, 255, 255, 0.59);
  font-size: 52px;
}

.tours-right__slider i:hover {
  color: #FFF;
}

.tours-right__slider .owl-prev {
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -26px;
}

.tours-right__slider .owl-next {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -26px;
}

.tours-right__title {
  color: #000;
  font-family: 'Fira Sans', sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  padding: 10px 25px;
  position: absolute;
  top: 31%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.tours-right__text {
  color: #FFF;
  font-family: 'Fira Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  background: rgba(46, 173, 179, 0.9);
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 8px 25px;
  white-space: nowrap;
}

.tours-right__nav {
  margin-left: -20px;
}

.tours-right__item {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  padding-left: 20px;
  width: 25%;
  position: relative;
}

.tours-right__item img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.tours-right__city {
  color: #000;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 40%;
  left: 20px;
  padding: 10px 0 10px 18px;
  min-width: 170px;
  border-radius: 0 3px 3px 0;
}

.tours-right__city:hover {
  color: #005fa4;
  background: #FFF;
}

.tours-right__coast {
  background-color: #DC1208;
  color: #FFF;
  font-family: "Arial";
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 65%;
  left: 20px;
  padding: 5px 0 5px 22px;
  min-width: 170px;
  border-radius: 0 3px 3px 0;
  margin-top: -1px;
}

.tours-right__now-rest h2 {
  color: #000;
  font-family: 'Fira Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.tours-left {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  background: #FFF;
  padding: 17px 16px 10px 30px;
  width: 24%;
  float: left;
  border-radius: 3px;
  margin-top: -25px;
}

.tours-left__item {
  background: #FFF;
  position: relative;
}

.tours-left__item-left {
  float: left;
  max-width: 65%;
}

.tours-left__coast {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #000;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 400;
  background: #FFF;
}

.tours-left__link {
  color: #1c8489;
  font-family: "OpenSans";
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  position: relative;
  background: #FFF;
}

.tours-left__link:hover {
  color: #03233b;
}

.tours-left__item {
  margin-bottom: 11px;
  position: relative;
}

.tours-left__item:before {
  position: absolute;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAYAAABbNsX4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIwQ0RDNkFCNkY2MzExRTY5RjQxREI1RkRFMTk1REU0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIwQ0RDNkFDNkY2MzExRTY5RjQxREI1RkRFMTk1REU0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjBDREM2QTk2RjYzMTFFNjlGNDFEQjVGREUxOTVERTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjBDREM2QUE2RjYzMTFFNjlGNDFEQjVGREUxOTVERTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4JtkphAAAAJElEQVR42mL4//8/AxCwADEHiA3CTAwQIAvEGgwwgE0lQIABADIDEk4parDmAAAAAElFTkSuQmCC");
  background-repeat: repeat-x;
  background-position: 0 bottom;
  width: 100%;
  height: 3px;
  content: '';
  bottom: 1px;
  right: 0;
}

.tours-left__item:last-child:before {
  background: none;
}

.tours-left__item .icon-arrow-down {
  color: #666666;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
}

.tours-left__all {
  color: #999;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

.tours-left__all:hover {
  color: #161616;
}

.tours-left__title {
  color: #000;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  position: relative;
  padding-left: 30px;
}

.tours-left__title i {
  color: #ffc500;
  vertical-align: middle;
}

.tours-left .jq-selectbox {
  width: 100%;
  margin-bottom: 20px;
}

.tours-left .jq-selectbox__select {
  border: 1px solid #f4f4f4;
  border-radius: 2px;
  background: #ffffff;
  padding-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tours-left .jq-selectbox__select-text {
  padding-left: 15px;
  width: 100% !important;
}

.tours-left .jq-selectbox__trigger {
  border-left: none;
}

.tours-left .jq-selectbox__trigger-arrow {
  border: none;
  background: url(../img/arrow-down.svg) 0 0 no-repeat;
  width: 9px;
  height: 6px;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  position: relative;
  right: -9px;
}

.tours-left .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tours-left .jq-selectbox li:hover {
  background-color: #e5eff6;
  color: #000;
}

.tour-operator {
  padding: 25px 0 15px 0;
  border-bottom: 1px solid #f5f6f8;
  background: #FFF;
}

.tour-operator__item {
  display: inline-block;
  margin-right: -4px;
  margin-bottom: 15px;
  vertical-align: top;
  width: 20%;
  padding-left: 15px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  position: relative;
}

.tour-operator__item:nth-child(n+7) {
  display: none;
}

.tour-operator__item img {
  display: block;
  width: 100%;
  border-radius: 3px 3px 0 0;
}

.tour-operator__nav {
  margin-left: -15px;
}

.tour-operator__nav.tours .tour-operator__item {
  width: 33.3333%;
}

.tour-operator__nav.tours .tour-operator__item .icon-calendar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.tour-operator__nav.nopadd {
  padding-bottom: 0;
}

.tour-operator__place {
  color: #000;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 12px;
  display: block;
}

.tour-operator__place i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  font-size: 12px;
}

.tour-operator__place:hover {
  color: #005ea6;
}

.tour-operator__text-wrap {
  border-left: 1px solid rgba(224, 224, 224, 0.66);
  border-right: 1px solid rgba(224, 224, 224, 0.66);
  border-bottom: 1px solid rgba(224, 224, 224, 0.66);
  padding: 18px 23px 20px 22px;
  border-radius: 0 0 3px 3px;
  background: #FFF;
}

.tour-operator__title {
  color: #0f6e73;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 9px;
  display: block;
  min-height: 54px;
}

.tour-operator__title:hover {
  color: #03233b;
}

.tour-operator .icon-calendar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.tour-operator__date {
  color: #4F4F4F;
  font-family: "Arial";
  font-size: 13px;
  font-weight: 400;
}

.tour-operator__coast {
  float: left;
  color: #000;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  font-size: 21px;
}

.tour-operator__last-coast {
  color: #909090;
  font-family: "Fira Sans";
  font-size: 16px;
  font-weight: 300;
  text-decoration: line-through;
  margin-right: -30px;
}

.tour-operator__comment {
  float: right;
}

.tour-operator__comment i {
  color: #666666;
  font-size: 10px;
}

.tour-operator__comment span {
  color: #2A2A2A;
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
}

.tour-operator__bottom {
  margin-top: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tour-operator h2 {
  color: #000;
  font-family: 'OpenSans';
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 6px;
}

.tour-operator .title {
  color: #787878;
  font-family: "Arial";
  font-size: 14px;
  font-style: italic;
  text-align: center;
  margin-bottom: 17px;
}

.tour-operator__container {
  position: absolute;
  top: 10px;
  right: 0;
}

.tour-operator__promo {
  padding: 8px 15px 8px 40px;
  margin: 0 0 5px 0;
  position: relative;
  text-align: center;
  -webkit-box-shadow: -0.8px 0.6px 3px rgba(0, 0, 0, 0.45);
  box-shadow: -0.8px 0.6px 3px rgba(0, 0, 0, 0.45);
}

.tour-operator__promo span {
  color: #FFF;
  font-family: "Arial";
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.tour-operator__promo i {
  color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  width: 29px;
  height: 29px;
  text-align: center;
  line-height: 33px;
}

.tour-operator__promo b {
  color: #502b2b;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Arial";
  font-size: 13px;
  font-weight: 700;
  width: 40px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  background-color: #efca11;
}

.tour-operator__promo.hot {
  background: #d72820;
}

.tour-operator__promo.hot i {
  background-color: #c1241d;
}

.tour-operator__promo.new {
  background: #5bb240;
}

.tour-operator__promo.new i {
  background-color: #52a039;
}

.tour-operator__promo.new .wrap {
  position: relative;
}

.tour-operator__promo.super {
  background: #9420d7;
}

.tour-operator__promo.super i {
  background-color: #851dc1;
}

.fingerUp {
  background: url(../img/like.png) 0 0 no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: 5px;
}

.tour-operator__promo.super .wrap {
  position: relative;
}

.tour-operator__promo.sale {
  background: #fdd035;
}

.tour-operator__promo.sale span {
  color: #4b3d0f;
}

.tour-operator__promo.sale .wrap {
  position: relative;
}

.tour-operator__button {
  text-align: center;
}

.tour-operator__link {
  background-color: #2EADB3;
  color: #FFF;
  font-family: "Arial";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 90px;
  border-radius: 2px;
}

.tour-operator__link:hover {
  background-color: #119096;
}

.tour-operator__link i {
  color: #FFF;
  display: inline-block;
  vertical-align: top;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 10px;
  margin: 1px 0 0 15px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.news {
  padding: 48px 0 43px 0;
  background: #FFF;
}

.news-left {
  float: left;
  width: 19%;
}

.news-left__link {
  display: block;
  border-radius: 3px;
  position: relative;
}

.news-left__link:hover i {
  opacity: 1;
}

.news-left__link i {
  display: inline-block;
  color: #fed033;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 10px;
  right: 15px;
  opacity: 0;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.news-left__social {
  margin-bottom: 10px;
}

.news-right {
  float: left;
  width: 80%;
  padding-left: 28px;
}

.news-right__nav {
  margin-left: -35px;
}

.news-right__item {
  display: inline-block;
  width: 33.3333%;
  vertical-align: top;
  margin-right: -5px;
  padding-left: 35px;
}

.news-right__img-box {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}

.news-right__img-box img {
  display: block;
}

.news-right__text-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-left: -110px;
  padding-left: 120px;
}

.news-right__date {
  color: #202020;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 4px;
}

.news-right__link {
  font-family: "OpenSans";
  color: #005EA6;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 7px;
  display: block;
}

.news-right__link:hover {
  color: #03233b;
}

.news-right p {
  font-family: "OpenSans";
  color: #595959;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

.news h2 {
  margin-bottom: 20px;
}

.about {
  background: #f5f6f8;
  padding: 40px 0 25px 0;
}

.about h1 {
  color: #000;
  font-family: 'Fira Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.about p {
  color: #2B2B2B;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 18px;
}

.about p:last-child {
  margin-bottom: 0;
}

.footer {
  padding: 23px 0 35px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 128px;
  background: #FFF;
}

.footer-left {
  float: left;
  width: 44%;
}

.footer-center {
  float: right;
  width: 29%;
}

.footer-center__text {
  display: inline-block;
  vertical-align: middle;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  color: #2B2B2B;
}

.footer-center__link {
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  color: #d72820;
  display: inline-block;
  vertical-align: middle;
}

.footer-center__link:hover {
  color: #03233b;
}

.footer-center__items {
  margin-top: 16px;
}

.footer-right {
  float: right;
  width: 20%;
  text-align: right;
}

.footer .title {
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  color: #2B2B2B;
}

.footer p {
  color: #9F9FA0;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  font-style: italic;
  margin-top: 8px;
}

.bread-crumbs {
  padding: 12px 0;
  background: #FFF;
}

.bread-crumbs__item {
  display: inline-block;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  color: #888;
}

.bread-crumbs__link {
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  color: #333;
}

.bread-crumbs__link:hover {
  color: #888888;
}

.bread-crumbs i {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #92cce5;
  font-size: 10px;
  margin: 0 4px;
}

.block-opisn {
  background: #f5f6f8;
  padding: 19px 0;
}

.block-opisn__item {
  background: #e1e3e8;
  border-radius: 2px;
}

.block-opisn__m-link {
  display: block;
}


.block-opisn__m-link img {
  display: block;
  width: 100%;
}

.block-opisn__item span {
  color: #FFF;
  font-family: 'OpenSans';
  font-size: 60px;
  font-weight: 300;
  display: block;
  text-align: center;
  max-height: 130px;
  line-height: 130px;
}

.block-opisn__title {
  color: #000;
  font-family: 'OpenSans';
  font-size: 27px;
  font-weight: 500;
  margin-top: 15px;
}

.block-opisn.ones {
  padding: 8px 0 19px 0;
}

.search-inner {
  background: url(../img/bg/search-bus.jpg) center 0 no-repeat;
  min-height: 150px;
  padding-top: 40px;
}

.search-inner.blog {
  padding-top: 23px;
  background: url(../img/bg/blog.jpg) center 0 no-repeat;
  min-height: 169px;
}

.search-inner.blog .search__item.width:first-child:after {
  display: none;
}

.search-inner.blog .search__item.width:first-child {
  border-right: 1px solid #e8e8e8;
}

.search-inner .icon-toggle-arrows {
  float: left;
  color: #2da9e8;
  font-size: 25px;
  cursor: pointer;
  min-height: 76px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fafafa;
  padding: 0 5px;
}

.search-inner .icon-toggle-arrows:hover {
  color: #fed033;
}

.search-inner.cabinet {
  background: url(../img/bg/cabinet.jpg) center 0 no-repeat;
  min-height: 253px;
  padding-top: 16px;
}

.search-inner.cabinet .cabinet-left {
  height: 220px;
  width: 220px;
  background: #FFF;
  border-radius: 2px;
  padding: 9px;
  float: left;
}

.search-inner.cabinet .cabinet-left__photo {
  width: 200px;
  height: 200px;
  border: 1px solid #d8d8d8;
  position: relative;
}

.search-inner.cabinet .cabinet-left__photo .icon-human:before {
  display: block;
  font-size: 110px;
  color: #e4e5e9;
  text-align: center;
  line-height: 200px;
}

.search-inner.cabinet .cabinet-left__photo a {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #FFF;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  background: #7c7c7c;
  padding: 6px 10px;
}

.search-inner.cabinet .cabinet-left__photo a:hover {
  background: #2EADB3;
}

.search-inner.cabinet .cabinet-left__photo a i {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.search-inner.cabinet .cabinet-right {
  width: 81%;
  height: 220px;
  background: #FFF;
  border-radius: 2px;
  float: right;
  padding: 14px 14px 14px 30px;
}

.search-inner.cabinet .cabinet-right__name {
  color: #1F1F1F;
  font-family: 'OpenSans';
  font-size: 24px;
  float: left;
  font-weight: 500;
  margin: 10px 0;
}

.search-inner.cabinet .cabinet-right__delete {
  float: right;
  color: #000;
  font-family: "OpenSans";
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
}

.search-inner.cabinet .cabinet-right__delete:hover {
  color: #d96a58;
}

.search-inner.cabinet .cabinet-right__delete:hover i {
  color: #d96a58;
}

.search-inner.cabinet .cabinet-right__delete i {
  display: inline-block;
  vertical-align: middle;
  color: #656565;
  font-size: 10px;
  margin-right: 3px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.search-inner.cabinet .cabinet-right__palce {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
}

.search-inner.cabinet .cabinet-right ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.search-inner.cabinet .cabinet-right ol {
  color: #1F1F1F;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  margin-top: 20px;
  padding-left: 15px;
}

.search-inner .jq-selectbox__select {
  background: #ffffff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
}

.search-inner .jq-selectbox__trigger {
  border-left: none;
}

.search-inner .jq-selectbox__select-text {
  color: #000;
  font-family: "Arial";
  font-size: 14px;
  font-weight: 400;
}

.search-inner .jq-selectbox.focused .jq-selectbox__select {
  border: none;
}

.search-inner .jq-checkbox {
  border: 1px solid #cccccc;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-inner .jq-checkbox.checked .jq-checkbox__div {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg1Mjg0MkU1NkY0QTExRTY4NjJCRTk4MENDRjIyN0UzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg1Mjg0MkU2NkY0QTExRTY4NjJCRTk4MENDRjIyN0UzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODUyODQyRTM2RjRBMTFFNjg2MkJFOTgwQ0NGMjI3RTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODUyODQyRTQ2RjRBMTFFNjg2MkJFOTgwQ0NGMjI3RTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7eNPWXAAAA00lEQVR42mL4//8/AyHst/ZqDhBLgdiMIAIf8F93LRNITQPiJ0DshVcDULEfkFoHxMxQoQywBqAEI5AjuDFI6x2SYgMgdRSIuaBCHUD5SiYoJxuIzwIVaUMVywCpzUiKNwFxNYjBCPSMIZA+DsTsQPweiJOBuBGIdaGKTwKxE9D0byAOyIaXQHwdKikIdTNM8R0g9oUpBtsA9QMPkL0KiD2R/PwaiK2Aiu8gBwQ8lICaQCExFYjTgfgXEHsAFe9HDzmMYAVqLANST4GKl2ILaoAAAwDW72pAloZvZAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  width: 12px;
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 1px 0 0 1px;
}

.search-inner .jq-selectbox__trigger-arrow {
  border: none;
  background: url(../img/arrow-down.svg) 0 0 no-repeat;
  width: 9px;
  height: 6px;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  position: relative;
  right: 0;
}

.search-inner .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-inner .jq-selectbox li:hover {
  background-color: #e5eff6;
  color: #000;
}

.search-inner .search__item.width .jq-selectbox {
  width: 165px;
}

.search-inner .icon-calendar {
  display: inline-block;
  vertical-align: middle;
}

.search-inner .search__item:nth-child(6n) {
  border-right: none;
}

.search-inner .search__item.width:first-child {
  border-right: none;
  position: relative;
}

.search-result {
  background: #ebeef3;
  padding: 20px 0 35px 0;
}

.search-result.excur .m-title {
  color: #000;
  font-family: "OpenSans";
  margin: 20px 0 15px 0;
  font-size: 28px;
  font-weight: 700;
}

.search-result.excur .center__paketnui {
  float: none;
  width: 100%;
  padding-top: 0;
}

.search-result.excur .center__paketnui .link {
  margin-bottom: 60px;
}

.search-result.excur .center__paketnui .link:hover {
  opacity: 0.75;
}

.search-result.excur .center__paketnui .m-text {
  color: #848484;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 15px;
}

.search-result.excur .big-images img {
  border: 1px solid #eeeeee;
}

.search-result.excur .search-result-left__attention p {
  font-style: normal;
}

.search-result.excur .search-result-left__hotel-opisanie .opisanie__col {
  padding: 14px 0 14px 17px;
}

.search-result.excur .search-result-left__hotel-opisanie .opisanie__col:first-child {
  text-align: right;
  padding-right: 20px;
  width: 30%;
  vertical-align: top;
}

.search-result-left__hotel-opisanie .opisanie__col a {
  color: #005ea6;
  text-decoration: underline;
}

.search-result-left__hotel-opisanie .opisanie__col a:hover {
  text-decoration: none;
}

.search-result.excur .opisanie__table {
  margin-bottom: 20px;
}

.search-result__item {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #dbdbdb;
}

.search-result__item:first-child {
  position: relative;
  /*margin-left: -10px;*/
}

.search-result__item:last-child {
  border-right: none;
  position: relative;
}

.search-result__item .icon-arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #0c66a8;
  font-size: 9px;
  margin-left: 4px;
}

.search-result__link {
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: block;
  padding: 0 0.4rem;
}

.search-result__link.active {
  color: #1c8489;
}

.search-result__link:hover {
  color: #2EADB3;
}

.search-result__nav .jq-selectbox {
  width: 112px;
}

.search-result__nav .jq-selectbox__select {
  background: #f5f6f8;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  height: 12px;
  text-shadow: none;
  top: -12px;
}

.search-result__nav .jq-selectbox__trigger {
  border-left: none;
}

.search-result__nav .jq-selectbox__select-text {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
}

.search-result__nav .jq-selectbox.focused .jq-selectbox__select {
  border: none;
}

.search-result__nav .jq-selectbox__trigger-arrow {
  border: none;
  background: url(../img/arrow-down.svg) 0 0 no-repeat;
  width: 9px;
  height: 6px;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  position: relative;
  right: 0;
}

.search-result__nav .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-result__nav .jq-selectbox li:hover {
  background-color: #e5eff6;
  color: #000;
}

.search-result__nav .jq-selectbox.opened .jq-selectbox__select-text.placeholder {
  color: #005ea6;
}

.search-result__nav .jq-selectbox li {
  border-bottom: 1px solid #f5f5f5;
}

.search-result__nav.b-kurort {
  background: #f5f6f8;
  padding: 11px 35px 11px 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
}

.search-result__nav.b-kurort .jq-selectbox__dropdown {
  border-radius: 3px;
}

.search-result__main-title {
  color: #000;
  font-family: 'OpenSans';
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 20px;
}

.search-result__main-title span {
  text-transform: none;
  font-weight: 300;
}

.search-result__main-h1 {
  margin: 20px 0 15px 0;
  color: #000;
  font-size: 28px;
  font-family: 'OpenSans';
  font-weight: 700;
}

.search-result__main-h1 span {
  font-weight: 300;
}

.search-result-left {
  float: left;
  width: 74.5%;
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  border-radius: 2px;
  padding: 25px 23px;
}

.search-result-left.right {
  float: right;
  width: 74.5%;
}

.search-result-left.margin {
  margin-bottom: 15px;
}

.search-result-left__coasts-wrap {
  background: #f5f6f8;
  border-radius: 2px;
  padding: 8px 8px 22px 8px;
}

.search-result-left__coasts-wrap i {
  display: inline-block;
  color: #2EADB3;
}

.search-result-left__coasts-wrap .icon-toggle-arrows {
  font-size: 25px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search-result-left__coasts-wrap.left {
  float: left;
  width: 48%;
}

.search-result-left__coasts-wrap.left .icon-toggle-arrows:before {
  font-size: 26px;
}

.search-result-left__coasts-wrap.right {
  float: right;
  width: 48%;
}

.search-result-left__price-wrap {
  background: #FFF;
  border-radius: 2px;
  padding: 10px 14px;
  height: 40px;
}

.search-result-left__price-wrap .icon-toggle-arrows {
  margin-top: -6px;
}

.search-result-left__price {
  color: #000;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
}

.search-result-left__total {
  text-align: right;
  color: #000;
  font-family: 'OpenSans';
  font-size: 30px;
  font-weight: 500;
  margin-top: 18px;
}

.search-result-left__peoples {
  text-align: right;
  margin-top: 5px;
}

.search-result-left__people {
  color: #767676;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 300;
}

.search-result-left__people:last-child {
  margin-left: 35px;
}

.search-result-left__back {
  margin-bottom: 10px;
}

.search-result-left__back a {
  color: #005EA6;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

.search-result-left__back a:hover {
  color: #03233b;
}

.search-result-left__back i {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 10px;
  margin-right: 10px;
}

.search-result-left__attention {
  border: 1px dashed #A0A0A0;
  padding: 11px 20px 22px 70px;
  position: relative;
  margin-top: 10px;
}

.search-result-left__attention .icon-attention {
  position: absolute;
  top: 15px;
  left: 23px;
  font-size: 33px;
  color: #d86654;
}

.search-result-left__attention .title__attention {
  color: #dc1208;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  font-style: normal;
}

.search-result-left__attention {
  color: #454545;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 17px;
  margin-bottom: 35px;
}

.search-result-left__attention.opisanie {
  margin-bottom: 40px;
}

.search-result-left__attention.opisanie .icon-attention {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 26px;
  margin-top: -6px;
}

.search-result-left__text-block h3 {
  color: #000;
  font-family: 'OpenSans';
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.search-result-left__text-block p {
  color: #2C2C2C;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 20px;
}

.search-result-left__text-block p:last-child {
  margin-bottom: 0;
}

.search-result-left__schedule {
  margin-top: 37px;
}

.search-result-left__schedule h3 {
  color: #000;
  font-family: 'OpenSans';
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.search-result-left__schedule .wrap__schedule {
  margin-bottom: 15px;
}

.search-result-left__schedule .wrap__schedule h3 {
  display: inline-block;
}

.search-result-left__schedule .wrap__schedule i {
  color: #2EADB3;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  margin: 0 3px;
}

.search-result-left__schedule .table__schedule {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}

.search-result-left__schedule .row__schedule {
  display: table-row;
}

.search-result-left__schedule .col__schedule {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 15px;
  padding-right: 2px;
}

.search-result-left__schedule .col__schedule:first-child {
  width: 14%;
}

.search-result-left__schedule .col__schedule:nth-child(2) {
  width: 91px;
}

.search-result-left__schedule .col__schedule:nth-child(3) {
  width: 28px;
}

.search-result-left__schedule .col__schedule b {
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

.search-result-left__schedule .col__schedule i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.search-result-left__schedule .col__schedule .icon-marker-two {
  font-size: 18px;
  margin-right: 5px;
}

.search-result-left__schedule .col__schedule .icon-around-arrow {
  font-size: 17px;
  position: relative;
}

.search-result-left__schedule .col__schedule .icon-around-arrow:after {
  content: '24';
  position: absolute;
  bottom: 2px;
  left: -6px;
  color: #000;
  font-family: "OpenSans";
  font-size: 8px;
  font-weight: 500;
  font-style: normal;
}

.search-result-left__schedule .text__schedule {
  background-color: #EBEEF3;
  padding: 11px 17px;
  border-radius: 2px;
  display: inline-block;
}

.search-result-left__schedule .text__schedule.yellow-clr {
  background-color: #CEF3D8;
}

.search-result-left__schedule .line__schedule {
  position: relative;
}

.search-result-left__schedule .line__schedule:before {
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -1px;
  height: 1px;
  width: 28px;
  content: '';
  background: #adadad;
}

.search-result-left__about {
  margin-top: 25px;
}

.search-result-left__about h3 {
  color: #000;
  font-family: 'OpenSans';
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 14px;
}

.search-result-left__about p {
  color: #2C2C2C;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.search-result-left__about .table__about {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-top: 13px;
}

.search-result-left__about .row__about {
  display: table-row;
}

.search-result-left__about .row__about.first {
  background: #fffaea;
}

.search-result-left__about .row__about.first > .col__about {
  font-weight: 600;
}

.search-result-left__about .row__about.last > .col__about {
  height: 50px;
}

.search-result-left__about .col__about {
  display: table-cell;
  vertical-align: middle;
  height: 38px;
  padding: 0 20px;
  border: 1px solid #ebebeb;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
}

/*.search-result-left h3 {
  color: #1F1F1F;
  font-family: 'OpenSans';
  font-size: 24px;
  font-weight: 500;
}*/

.search-result-left__akcii {
  margin: 23px -23px 18px -23px;
}

.search-result-left__akcii img {
  display: block;
  width: 100%;
}

.search-result-left .text__akcii {
  color: #101010;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 15px;
}

.search-result-left__date {
  margin: 25px 0;
}

.search-result-left__date span {
  color: #666;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.search-result-left__date .icon-calendar {
  display: inline-block;
  vertical-align: middle;
}

.search-result-left .back__akcii {
  margin: 20px 0 20px 0;
}

.search-result-left .back__akcii a {
  display: inline-block;
  vertical-align: middle;
  color: #2EADB3;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
}

.search-result-left .back__akcii a:hover {
  opacity: 0.7;
}

.search-result-left .back__akcii i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  margin-right: 5px;
}

.search-result-left .back__akcii i:before {
  color: #2EADB3;
}

.search-result-left__akcii-item {
  padding: 25px 0 23px 0;
  border-bottom: 1px solid #e5e5e5;
}

.search-result-left__akcii-item.first {
  padding-top: 0;
}

.search-result-left__akcii-item p {
  font-family: "OpenSans";
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  margin-top: 7px;
  text-align: justify;
}

.search-result-left__akcii-item.nobord {
  border-bottom: none;
  padding-bottom: 0;
}

.search-result-left .link__akcii-item {
  font-family: "OpenSans";
  color: #1c8489;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.search-result-left .link__akcii-item:hover {
  color: #03233b;
}

.search-result-left .list__akcii-item {
  margin-top: 9px;
}

.search-result-left .list__akcii-item a {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 8px 17px;
  margin-left: 5px;
}

.search-result-left .list__akcii-item a:hover {
  background: rgba(46, 173, 179, 0.1);
}

.search-result-left__title {
  margin-bottom: 16px;
  color: #1F1F1F;
  font-family: 'OpenSans';
  font-size: 24px;
  font-weight: 500;
}

.search-result-left .left__akcii-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-right: -207px;
  padding-right: 223px;
}

.search-result-left .right__akcii-item {
  display: inline-block;
  vertical-align: top;
  width: 202px;
}

.search-result-left .right__akcii-item img {
  display: block;
  border: 1px solid #efefef;
}

.search-result-left__place {
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
}

.search-result-left__place a {
  color: #666;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 500;
}

.search-result-left__place i {
  font-size: 11px;
  display: inline-block;
  vertical-align: bottom;
  color: #666;
}

.search-result-left__place:hover a {
  color: #005fa4;
}

.search-result-left__reviews {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.search-result-left__reviews a {
  color: #666;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 600;
}

.search-result-left__reviews i {
  font-size: 12px;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.search-result-left__reviews:hover a {
  color: #005fa4;
}

.search-result-left .main__date {
  display: none;
  vertical-align: middle;
}

.search-result-left .left__date {
  float: left;
}

.search-result-left .right__date {
  float: right;
}

.search-result-left .right__date .list__akcii-item {
  margin-top: 0;
}

.search-result-left__video {
  text-align: center;
  /*background: #d3d6de;*/
  padding: 23px 0 27px 0;
  margin: 15px -23px 22px -23px;
}

.search-result-left__video img {
  display: block;
  width: 100%;
}

.search-result-left__video iframe {
  border: none;
  width: 480px;
  height: 300px;
}

.search-result-left__parag p {
  color: #101010;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.5;
}

.search-result-left__parag p:last-child {
  margin-bottom: 0;
}

.search-result-left__add-comment {
  background: #ebf2f5;
  padding: 18px 20px 21px 20px;
}

.search-result-left__add-comment.margin {
  margin: 0 -23px 21px -23px;
}

.search-result-left__add-comment ul {
  display: inline-block;
  vertical-align: middle;
}

.search-result-left__add-comment ul li {
  display: inline-block;
}

.search-result-left__add-comment .link__add-comment {
  font-family: "OpenSans";
  font-size: 14px;
  color: #2EADB3;
  font-weight: 600;
}

.search-result-left__add-comment .link__add-comment:hover {
  opacity: 0.7;
}

.search-result-left__add-comment span {
  font-family: "OpenSans";
  font-size: 14px;
  color: #000;
  font-weight: 300;
}

.search-result-left__add-comment textarea {
  height: 150px;
  width: 100%;
  border: none;
  border-radius: 2px;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  resize: none;
  padding: 17px 24px;
  margin-top: 12px;
}

.search-result-left__add-comment input {
  background-color: #2EADB3;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  padding: 17px 28px;
  border: none;
  margin-top: 15px;
}

.search-result-left__add-comment input:hover {
  background-color: #119096;
}

.search-result-left__add-comment .input {
  display: block;
  height: 35px;
  background: #FFF;
  padding: 0 24px;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
  margin-top: 12px;
}

.search-result-left__add-comment h3 {
  font-size: 20px !important;
  margin-bottom: 10px !important;
}

.search-result-left__add-comment label {
  background: #ffffff;
  border-radius: 2px;
  margin-right: 10px;
  padding: 8px 15px;
  cursor: pointer;
}

.search-result-left__add-comment label span {
  display: inline-block;
  vertical-align: middle;
}

.search-result-left__add-comment label i {
  vertical-align: top;
}

.search-result-left__add-comment label.current {
  position: relative;
}

.search-result-left__add-comment label.current:before {
  background: rgba(210, 226, 233, 0.67);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
}

.search-result-left__add-comment label.current:hover .text__add-comment {
  color: #000000;
  z-index: 2;
  position: relative;
}

.search-result-left__add-comment label.current:hover i {
  color: #000000;
  z-index: 2;
  position: relative;
}

.search-result-left__add-comment label .jq-radio {
  display: none !important;
}

.search-result-left__add-comment label .text__add-comment {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}

.search-result-left__add-comment .labels__add-comment {
  margin: 25px 0 10px 0;
}

.search-result-left__add-comment .item__add-commnet {
  float: left;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  padding-left: 20px;
}

.search-result-left__add-comment .item__add-commnet:first-child {
  padding-left: 0;
}

.search-result-left__add-comment .item__add-commnet.center {
  padding-right: 40px;
}

.search-result-left__add-comment .item__add-commnet span {
  color: #818181;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  display: block;
  line-height: 17px;
  margin-top: 5px;
}

.search-result-left__add-comment .item__add-commnet.nofloat {
  float: none;
  padding-left: 0;
  margin-bottom: 65px;
}

.search-result-left__add-comment .jq-file__name {
  opacity: 0;
  padding: 0;
}

.search-result-left__add-comment .jq-file__browse {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  padding: 0;
  right: 25px;
  top: 0;
  background: #666666;
  color: #FFF;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
}

.search-result-left__add-comment .jq-file {
  width: 90px;
  height: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  background: #666666;
}

.search-result-left__add-comment .jq-file:hover {
  background: #005ea6;
}

.search-result-left__add-comment .jq-file:hover .jq-file__browse {
  background: #005ea6;
}

.search-result-left__add-comment .file__add-commnet {
  display: block;
  margin-bottom: 5px;
}

.search-result-left__add-comment .file__add-commnet span {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  font-style: normal;
  text-decoration: underline;
  display: inline-block;
  min-width: 90px;
}

.search-result-left__add-comment .file__add-commnet i {
  display: inline-block;
  vertical-align: middle;
  color: #9d1e0b;
  margin-left: 10px;
  font-size: 10px;
}

.search-result-left__add-comment .file__add-commnet:hover i {
  color: #ff2200;
}

.search-result-left__add-comment .photo__add-comment {
  margin-top: 20px;
}

.search-result-left__add-comment .photo__add-comment .media-edit__figure {
  background: none;
  border: none;
  height: auto;
  width: auto;
  margin-bottom: 0;
  overflow: visible;
}

.search-result-left__add-comment .photo__add-comment .js-img-file {
  display: inline-block;
  vertical-align: middle;
}

.search-result-left__add-comment .photo__add-comment .b-w-aside__el {
  display: inline-block;
  vertical-align: middle;
}

.search-result-left__add-comment .photo__add-comment .b-w-aside__el i {
  color: #9d1e0b;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  margin-left: 10px;
}

.search-result-left__add-comment .photo__add-comment .b-w-aside__el i:hover {
  color: #ff2200;
}

.search-result-left__add-comment .photo__add-comment .js-media-edit-figure {
  display: none;
}

.search-result-left__add-comment .photo__add-comment .js-file-button-text {
  color: #FFF;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  background-color: #666666;
  border-radius: 3px;
  padding: 5px 22px;
  border: none;
}

.search-result-left__add-comment .photo__add-comment .js-file-button-text:hover {
  background-color: #005ea6;
}

.search-result-left__add-comment .photo__add-comment .js-img-file {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.search-result-left__add-comment .photo__add-comment .js-img-file:hover {
  text-decoration: none;
}

.search-result-left__add-comment.padding {
  margin: 0 -23px -25px -23px;
  padding-left: 23px;
  padding-right: 23px;
  padding-bottom: 35px;
}

.search-result-left__add-comment p {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  margin-bottom: 25px;
}

.search-result-left__add-comment b {
  display: block;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 7px;
}

.search-result-left__add-comment .jq-selectbox {
  min-width: 330px;
}

.search-result-left__add-comment .jq-selectbox__select {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #676767;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  text-shadow: none;
}

.search-result-left__add-comment .jq-selectbox__trigger {
  border-left: none;
}

.search-result-left__add-comment .jq-selectbox__trigger-arrow {
  border: none;
  background: url(../img/arrow-down.svg) 0 0 no-repeat;
  width: 9px;
  height: 6px;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  position: relative;
  right: -7px;
}

.search-result-left__add-comment .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-result-left__add-comment .jq-selectbox li {
  width: 100%;
}

.search-result-left__add-comment .rating {
  display: inline-block;
  vertical-align: middle;
}

.search-result-left__add-comment .position__rate-hotel {
  display: inline-block;
}

.search-result-left__add-comment .item-raitng {
  margin-bottom: 10px;
}

.search-result-left__add-comment .item-raitng span {
  font-weight: 400;
  min-width: 120px;
  display: inline-block;
  text-align: right;
  margin-right: 5px;
}

.search-result-left__add-comment .item-raitng b {
  margin-left: 15px;
}

.search-result-left__add-comment .input {
  width: 460px;
}

.search-result-left__add-comment .b-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  background: #FFF;
}

.search-result-left .b-row {
  display: table-row;
}

.search-result-left .b-col {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ebf2f5;
  height: 42px;
  padding: 15px 20px;
}

.search-result-left .b-col:first-child {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
}

.search-result-left .b-col:nth-child(2n) {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
}

.search-result-left__comments {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  padding: 40px 13px 39px 81px;
}

.search-result-left__comments.nopadbot {
  padding-bottom: 0;
}

.search-result-left__comments .img-box {
  position: absolute;
  top: 0;
  left: -61px;
}

.search-result-left__comments .img-box img {
  border-radius: 50%;
}

.search-result-left__comments .pages {
  margin-left: -58px;
}

.search-result-left__comments .name__comments {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.search-result-left__comments .name__comments span {
  color: #000;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 300;
}

.search-result-left__comments p {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 18px;
}

.search-result-left__comments .item__comments {
  position: relative;
  margin-bottom: 35px;
}

.search-result-left__comments .item__comments.last {
  margin-bottom: 27px;
}

.search-result-left__comments.otzivy .name__comments {
  margin-bottom: 10px;
}

.search-result-left__comments.otzivy .place {
  color: #000;
  display: block;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}

.search-result-left__comments.otzivy .like {
  color: #2EADB3;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.search-result-left__comments .rate__comments {
  background: #f5f6f8;
  border-radius: 3px;
  padding: 16px 25px 4px 25px;
  margin-top: 20px;
}

.search-result-left__comments .main__comments {
  color: #000;
  font-family: "OpenSans";
  font-size: 48px;
  font-weight: 300;
  display: inline-block;
}

.search-result-left__comments .add__comments {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-left: -72px;
  padding-left: 110px;
}

.search-result-left__comments .item__comment {
  display: inline-block;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  min-width: 170px;
}

.search-result-left__comments .item__comment b {
  font-weight: 500;
}

.search-result-left__comments .item__comment:first-child {
  margin-bottom: 15px;
}

.search-result-left .dostizheniya__item {
  margin-bottom: 37px;
}

.search-result-left .dostizheniya__item:last-child {
  margin-bottom: 0;
}

.search-result-left .dostizheniya__item .img-box {
  display: inline-block;
}

.search-result-left .dostizheniya__item .img-box.border img {
  border: 1px solid #d8d8d8;
}

.search-result-left .dostizheniya__item .dostizheniya__text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-left: -180px;
  padding-left: 197px;
}

.search-result-left .dostizheniya__item .link__dostizheniya {
  color: #2EADB3;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.search-result-left .dostizheniya__item .link__dostizheniya:hover {
  opacity: 0.7;
}

.search-result-left .dostizheniya__item p {
  color: #404040;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

.search-result-left__dostizheniya h3 {
  margin-bottom: 25px;
}

.search-result-left .right__kontakty {
  float: right;
  width: 69%;
}

.search-result-left .left__kontakty {
  float: left;
  width: 30%;
}

.search-result-left .text__kontakty {
  font-family: "OpenSans";
  font-size: 14px;
  color: #000;
  font-weight: 300;
  line-height: 17px;
  margin-bottom: 20px;
}

.search-result-left .text__kontakty b {
  display: block;
  font-weight: 500;
}

.search-result-left .text__kontakty span {
  display: block;
  margin-bottom: 10px;
}

.search-result-left .text__kontakty a {
  font-family: "OpenSans";
  font-size: 14px;
  color: #1c8489;
  font-weight: 400;
  vertical-align: middle;
}

.search-result-left .text__kontakty a:hover {
  opacity: 0.75;
}

.search-result-left .text__kontakty i {
  display: inline-block;
  vertical-align: top;
  min-width: 20px;
  margin-top: 3px;
}

.search-result-left .text__kontakty .icon-mail {
  display: inline-block;
  vertical-align: middle;
  min-width: 20px;
}

.search-result-left .in__kontakty {
  display: inline-block;
  vertical-align: top;
}

.search-result-left__transport {
  background: #f8f9fc;
  padding: 17px 20px;
}

.search-result-left__transport h3 {
  color: #000 !important;
  font-family: 'OpenSans' !important;
  font-size: 21px !important;
  font-weight: 700 !important;
}

.search-result-left__transport .title__transport {
  color: #2EADB3;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.search-result-left__transport p {
  color: #242424;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

.search-result-left__transport .item__transport {
  margin-top: 35px;
}

.search-result-left__manager {
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  padding: 30px 30px 40px 30px;
}

.search-result-left__manager .nav__manager {
  margin-left: -20px;
}

.search-result-left__manager .item__manager {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  margin: 0 -4px 40px 0;
  padding-left: 20px;
}

.search-result-left__manager .item__manager:nth-child(n+4) {
  margin-bottom: 0;
}

.search-result-left__manager .title__manager {
  color: #000;
  font-family: 'OpenSans';
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 25px;
}

.search-result-left__manager .img-box {
  margin-bottom: 15px;
}

.search-result-left__manager .name__manager {
  color: #000;
  font-family: 'OpenSans';
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
}

.search-result-left__manager .position__manager {
  color: #5E5E5E;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
}

.search-result-left__manager .contacts__manager {
  border-top: 1px dotted #b5b5b5;
  margin-top: 10px;
  padding-top: 15px;
}

.search-result-left__manager .contact__manager {
  font-family: "OpenSans";
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.search-result-left__manager .contact__manager i {
  display: inline-block;
  vertical-align: middle;
  min-width: 15px;
}

.search-result-left__manager .icon-mail, .search-result-left__manager .icon-icq {
  display: inline-block;
  vertical-align: middle;
  min-width: 15px;
}

.search-result-left__manager a {
  font-family: "OpenSans";
  font-size: 14px;
  color: #2EADB3;
  font-weight: 600;
  display: inline-block;
  margin-left: 10px;
}

.search-result-left__manager span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.search-result-left__about-company h2 {
  margin-bottom: 25px;
}

.search-result-left__about-company p {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  margin-bottom: 20px;
}

.search-result-left__about-company p img {
  float: left;
  margin: 0 20px 0 0;
}

.search-result-left__about-company .img-box {
  display: inline-block;
}

.search-result-left__about-company .img-box img {
  border: 1px solid #d8d8d8;
}

.search-result-left__about-company .text__about-company {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-left: -230px;
  padding-left: 255px;
}

.search-result-left__about-company .link__about-company {
  font-family: "OpenSans";
  color: #2EADB3;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

.search-result-left__about-company .item__about-company {
  margin-bottom: 25px;
}

.search-result-left__about-company .item__about-company:last-child {
  margin-bottom: 0;
}

.search-result-left__about-company.vacancies img {
  border-radius: 50%;
  border: none;
}

.search-result-left__about-company.vacancies h2 {
  text-transform: none;
}

.search-result-left__about-company .requirements-item {
  margin-bottom: 20px;
}

.search-result-left__about-company .requirements-item b {
  color: #1E1E1E;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.search-result-left__about-company .requirements-item ul li {
  color: #1E1E1E;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  padding-left: 14px;
  margin-bottom: 5px;
}

.search-result-left__about-company .requirements-item ul li i {
  font-size: 8px;
  color: #5ab2d8;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.search-result-left__about-company.vacancies .img-box {
  padding-bottom: 20px;
}

.search-result-left__about-company.vacancies .img-box.nopad {
  padding-bottom: 0;
}

.search-result-left .contacts__about-company {
  margin: 0 -23px;
  padding-left: 193px;
  border-top: 1px solid #e5e5e5;
  padding-top: 17px;
}

.search-result-left .contacts__about-company p {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}

.search-result-left .contacts__about-company b {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
}

.search-result-left .contacts__about-company a {
  font-family: "OpenSans";
  font-size: 14px;
  color: #005EA6;
  font-weight: 600;
}

.search-result-left .contacts-item__about-company {
  display: inline-block;
  vertical-align: middle;
}

.search-result-left .contacts-item__about-company:first-child {
  margin-right: 40px;
}

.search-result-left .contacts-item__about-company a {
  font-family: "OpenSans";
  font-size: 14px;
  color: #005EA6;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.search-result-left .contacts-item__about-company span {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}

.search-result-left__sort {
  margin-bottom: 15px;
  background: #FFF;
  padding: 14px 19px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
}

.search-result-left__sort .right__sort {
  float: right;
}

.search-result-left__sort .right__sort a {
  margin-left: 10px;
}

.search-result-left__sort .left__sort {
  float: left;
}

.search-result-left__sort .left__sort span {
  font-family: "OpenSans";
  font-size: 14px;
  color: #666;
  font-weight: 300;
  display: inline-block;
  margin-right: 15px;
}

.search-result-left__sort .left__sort a {
  font-family: "OpenSans";
  font-size: 14px;
  color: #000;
  font-weight: 500;
  border-bottom: 1px dotted #000;
}

.search-result-left__sort .left__sort a:hover {
  color: #59c3f2;
}

.search-result-left__sort .left__sort .item__sort {
  display: inline-block;
  margin-right: 25px;
}

.search-result-left__sort .left__sort .item__sort:last-child {
  margin-right: 0;
}

.search-result-left__sort .left__sort .icon-arrow-down {
  font-size: 9px;
  display: inline-block;
  transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  margin-left: 5px;
}

.search-result-left__sort .left__sort .icon-arrow-down.green {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #c1d75a;
}

.search-result-left__sort .left__sort .icon-arrow-down.red {
  color: #d01a22;
}

.search-result-left__sort .left__sort .icon-arrow-down.is-active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-result-left__sort .left__sort .icon-arrow-down.is-active-one {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.search-result-left__smart-search {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  background: #2eadb3;
  border-radius: 3px;
  padding: 20px 19px;
  margin-bottom: 14px;
  display: none;
}

.search-result-left__smart-search .left__smart-search {
  float: left;
  width: 18%;
  margin-right: 7px;
}

.search-result-left__smart-search .left__smart-search .jq-selectbox {
  width: 100%;
}

.search-result-left__smart-search .left__smart-search .jq-selectbox__select {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #676767;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  text-shadow: none;
}

.search-result-left__smart-search .left__smart-search .jq-selectbox__trigger {
  border-left: none;
}

.search-result-left__smart-search .left__smart-search .jq-selectbox__trigger-arrow {
  border: none;
  background: url(../img/arrow-down.svg) 0 0 no-repeat;
  width: 9px;
  height: 6px;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  position: relative;
  right: -7px;
}

.search-result-left__smart-search .left__smart-search .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-result-left__smart-search .left__smart-search .jq-selectbox__select-text {
  height: 30px;
}

.search-result-left__smart-search .right__smart-search {
  float: right;
  position: relative;
  width: 79%;
  margin-right: 7px;
}

.search-result-left__smart-search .right__smart-search.width {
  width: 100%;
}

.search-result-left__smart-search .right__smart-search.max {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.search-result-left__smart-search .right__smart-search .input__smart-search {
  width: 100%;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  border: none;
  border-radius: 4px;
  background: #FFF;
  height: 30px;
  padding: 0 135px 0 15px;
}

.search-result-left__smart-search .right__smart-search .input__smart-search.max-width {
  max-width: 208px;
  padding: 0 18px;
}

.search-result-left__smart-search.oteli {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-result-left__smart-search.oteli .left__smart-search {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.search-result-left__smart-search.oteli .left__smart-search.region {
  max-width: 134px;
}

.search-result-left__smart-search.oteli .right__smart-search {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.search-result-left__smart-search.oteli .find__smart-search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 127px;
}

.search-result-left__smart-search.oteli .find__smart-search .submit__smart-search {
  position: relative;
}

.search-result-left__smart-search.oteli .region__smart-search {
  display: inline-block;
  vertical-align: middle;
}

.search-result-left__smart-search.oteli .input__smart-search.coast {
  max-width: 115px;
  padding: 0 14px;
}

.search-result-left__smart-search .submit__smart-search {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #dc1208;
  border-radius: 4px;
  border: none;
  height: 30px;
  padding: 0 47px 0 25px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.search-result-left__smart-search .submit__smart-search:hover {
  background: #2eadb3;
  color: #000;
}

.search-result-left__smart-search .icon-find {
  position: absolute;
  right: 28px;
  top: 9px;
  display: inline-block;
  font-size: 11px;
}

.search-result-left__see h2 {
  color: #000;
  font-family: 'OpenSans';
  font-size: 28px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 20px;
}

.search-result-left__see .item__see {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 13px 0;
  padding-left: 10px;
}

.search-result-left__see .item__see img {
  display: block;
  width: 100%;
  min-height: 200px;
  border-radius: 3px 3px 0 0;
}

.search-result-left__see .ref__see, .search-result-left__see .plitka-comments__see, .search-result-left__see p, .search-result-left__see .plitka-comments__see {
  display: none;
}

.search-result-left__see .comments__see {
  display: block;
  text-align: right;
  color: #2A2A2A;
  font-family: "Arial";
  font-size: 14px;
  font-weight: 400;
}

.search-result-left__see .comments__see i {
  color: #666666;
  display: inline-block;
  vertical-align: middle;
}

.search-result-left__see .comments__see:hover {
  color: #005fa4;
}

.search-result-left__see .comments__see:hover i {
  color: #005fa4;
}

.search-result-left__see .nav__see {
  margin-left: -10px;
}

.search-result-left__see .nav__see.plitka {
  margin-left: 0;
}

.search-result-left__see .nav__see.plitka .item__see {
  display: block;
  margin: 0 0 35px 0;
  padding-left: 0;
  width: 100%;
}

.search-result-left__see .nav__see.plitka .item__see img {
  display: block;
  max-height: 200px;
  border-radius: 3px;
  border: 1px solid #c3c3c3;
}

.search-result-left__see .nav__see.plitka .item__see:nth-child(n+7) {
  display: none;
}

.search-result-left__see .nav__see.plitka .img-box {
  display: inline-block;
  position: relative;
}

.search-result-left__what-to-see.plitka {
  background-color: #FFF;
  padding: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
}

.search-result-left__what-to-see {
  background-color: transparent;
}

.search-result-left__what-to-see .text__see {
  background-color: #FFF;
}

.search-result-left__what-to-see.plitka .text__see {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-left: -190px;
  padding: 0 0 0 210px;
  background: none;
}

.search-result-left__see .nav__see.plitka .text__see a {
  margin-bottom: 10px;
  color: #1c8489;
  font-family: 'OpenSans';
  font-weight: 700;
  font-size: 18px;
  font-weight: 500;
}

.search-result-left__see .nav__see.plitka .text__see a:hover {
  color: #03233b;
}

.search-result-left__see .nav__see.plitka p, .search-result-left__see .nav__see.plitka .ref__see, .search-result-left__see .nav__see.plitka .plitka-comments__see {
  display: block;
}

.search-result-left__see .nav__see.plitka .comments__see {
  display: none;
}

.search-result-left__see .nav__see.plitka .ref__see {
  margin-bottom: 10px;
}

.search-result-left__see .nav__see.plitka .ref__see a {
  display: inline-block;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  padding: 7px 18px;
  border: 1px solid #eeeeee;
  margin-right: 3px;
  border-radius: 2px;
  margin-bottom: 0;
}

.search-result-left__see .nav__see.plitka .ref__see a:hover {
  background: #dbf0f9;
}

.search-result-left__see .nav__see.plitka p {
  color: #2A2A2A;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  margin-bottom: 13px;
}

.search-result-left__see .nav__see.plitka .plitka-comments__see {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
}

.search-result-left__see .nav__see.plitka .plitka-comments__see:hover {
  color: #005fa4;
}

.search-result-left__see .nav__see.plitka .pl-link__see {
  display: inline-block;
}

.search-result-left__see .nav__see.excursions {
  margin-left: -7px;
  padding-right: -7px;
}

.search-result-left__see .nav__see.excursions .text__see {
  margin-left: 0;
  padding-left: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.search-result-left__see .nav__see.excursions .item__see {
  width: 33.3333%;
  display: block;
  margin-right: 0;
  padding-left: 0;
  float: left;
  padding: 0 7px;
  border-radius: 0 3px 3px 0;
}

.search-result-left__excursions-wrap.plitka .nav__in {
  border: none;
}

.search-result-left__see .nav__see.excursions .item__see:nth-child(3n+3) {
  margin-right: 0;
}

.search-result-left__see .nav__see.excursions .left-text__see {
  float: none;
  width: 100%;
  padding-left: 20px;
  padding-right: 11px;
  margin-top: 15px;
}

.search-result-left__see .nav__see.excursions .right-text__see {
  float: none;
}

.search-result-left__see .nav__see.excursions .link__title {
  color: #2EADB3;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  display: none;
}

.search-result-left__see .nav__see.excursions .link__title.hidden {
  display: block;
}

.search-result-left__see .nav__see.excursions .link__title:hover {
  color: #03233b;
}

.search-result-left__see .nav__see.excursions .place {
  display: none;
}

.search-result-left__see .nav__see.excursions .place.plitka {
  display: block;
  color: #000000;
}

.search-result-left__see .nav__see.excursions .place:hover {
  color: #005fa4;
}

.search-result-left__see .nav__see.excursions .coast {
  color: #000;
  font-family: "Arial";
  font-weight: 500;
  font-size: 21px;
}

.search-result-left__see .nav__see.excursions .coast span {
  font-size: 16px;
}

.search-result-left__see .nav__see.excursions .age {
  color: #8C8C8C;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 300;
  text-align: right;
  margin-top: 3px;
}

.search-result-left__see .nav__see.excursions .human-item {
  float: left;
  text-align: right;
}

.search-result-left__see .nav__see.excursions.plitka .human-item.right {
  display: none;
}

.search-result-left__see .nav__see.excursions .human-item.right {
  float: right;
  padding-top: 10px;
  display: block;
}

.search-result-left__see .nav__see.excursions .human-item:first-child {
  padding-right: 20px;
}

.search-result-left__see .nav__see.excursions .time {
  font-family: "OpenSans";
  font-size: 13px;
  color: #000;
  font-weight: 300;
  margin-bottom: 15px;
  display: none;
}

.search-result-left__see .nav__see.excursions .time span {
  font-weight: 600;
}

.search-result-left__see .nav__see.excursions .time.hidden {
  display: block;
}

.search-result-left__see .nav__see.excursions .icon-calendar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.search-result-left__see .nav__see.excursions .img__see {
  position: relative;
  display: block;
}

.search-result-left__see .nav__see.excursions.plitka .item__see {
  width: 100%;
  border-bottom: 1px dashed #cecece;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-bottom: 25px;
}

.search-result-left__excursions-wrap.plitka .photo__see {
  float: left;
  overflow: hidden;
  width: 83%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-result-left__see .nav__see.excursions.plitka .img__see {
  position: relative;
  margin-bottom: 0;
  margin-right: 20px;
}

.search-result-left__see .nav__see.excursions.plitka .text__see {
  margin-left: -315px;
  padding-left: 330px;
}

.search-result-left__see .nav__see.excursions.plitka .text__see a {
  display: inline-block;
}

.search-result-left__see .nav__see.excursions.plitka .link__title {
  color: #1c8489;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  display: block;
}

.search-result-left__see .nav__see.excursions.plitka .link__title.hidden {
  display: none;
}

.search-result-left__see .nav__see.excursions.plitka .link__title:hover {
  opacity: 0.7;
}

.search-result-left__see .nav__see.excursions.plitka .place {
  color: #000;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.search-result-left__see .nav__see.excursions.plitka .place.plitka {
  display: none;
}

.search-result-left__see .nav__see.excursions.plitka .place:hover {
  color: #005fa4;
}

.search-result-left__see .nav__see.excursions.plitka .time {
  font-family: "OpenSans";
  font-size: 13px;
  color: #000;
  font-weight: 300;
  margin-bottom: 15px;
  display: block;
}

.search-result-left__see .nav__see.excursions.plitka .time span {
  font-weight: 600;
}

.search-result-left__see .nav__see.excursions.plitka .time.hidden {
  display: none;
}

.search-result-left__see .nav__see.excursions.plitka .icon-calendar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.search-result-left__see .nav__see.excursions.plitka .plitka-comments__see {
  color: #2A2A2A;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
}

.search-result-left__see .nav__see.excursions.plitka .plitka-comments__see:hover {
  color: #005fa4;
}

.search-result-left__see .nav__see.excursions.plitka .coast {
  color: #000;
  font-family: "Arial";
  font-weight: 500;
  font-size: 21px;
}

.search-result-left__see .nav__see.excursions.plitka .coast span {
  font-size: 16px;
}

.search-result-left__see .nav__see.excursions.plitka .age {
  color: #8C8C8C;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 300;
  text-align: right;
  margin-top: 3px;
}

.search-result-left__see .nav__see.excursions.plitka .human-item {
  margin-bottom: 15px;
  float: none;
  padding-right: 0;
}

.search-result-left__see .nav__see.excursions.plitka .left-text__see {
  float: left;
  width: auto;
  margin-top: 0;
  padding-left: 0;
}

.search-result-left__see .nav__see.excursions.plitka .right-text__see {
  float: right;
}

.search-result-left__see .nav__see.excursions.plitka .hidden {
  display: none;
}

.search-result-left__see .nav__see.excursions.plitka .item__see:nth-child(n+7) {
  display: block;
}

.search-result-left__see .nav__see.excursions.plitka .item__see:nth-child(n+10) {
  display: none;
}

.search-result-left__see .nav__see.excursions.plitka .item__see .first-rew {
  color: #005ea6;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}

.search-result-left__see .nav__see.excursions.plitka .item__see .first-rew i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

.search-result-left__see .nav__see.excursions.plitka .item__see .first-rew:hover {
  color: #59c3f2;
}

.search-result-left__see .nav__see.excursions.oteli {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.search-result-left__see .nav__see.excursions.oteli .rating-position {
  color: #737373;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 300;
  padding-right: 30px;
  margin-top: 2px;
}

.search-result-left__see .nav__see.excursions.oteli.plitka .text__see {
  margin-left: -100px;
  padding-left: 115px;
}

.search-result-left__see .nav__see.excursions.oteli.plitka img {
  border-radius: 0;
  border: none;
}

.search-result-left__see .nav__see.excursions.oteli.plitka .rating, .search-result-left__see .nav__see.excursions.oteli.plitka .rating-position, .search-result-left__see .nav__see.excursions.oteli.plitka .comment, .search-result-left__see .nav__see.excursions.oteli.plitka .age, .search-result-left__see .nav__see.excursions.oteli.plitka .coast {
  display: inline-block;
  vertical-align: middle;
}

.search-result-left__see .nav__see.excursions.oteli.plitka .hotel-item {
  text-align: right;
}

.search-result-left__see .nav__see.excursions.oteli.plitka .hotel-item:first-child {
  margin-bottom: 35px;
}

.search-result-left__see .nav__see.excursions.oteli.plitka .rating {
  padding-right: 15px;
}

.search-result-left__see .nav__see.excursions.oteli.plitka .rating-position {
  color: #737373;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 300;
  padding-right: 30px;
  margin-top: 2px;
}

.search-result-left__see .nav__see.excursions.oteli.plitka .age {
  color: #3F3F3F;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  padding-right: 10px;
}

.search-result-left__see .nav__see.excursions.oteli.plitka .comment {
  color: #2A2A2A;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
}

.search-result-left__see .nav__see.excursions.oteli.plitka .comment i {
  display: inline-block;
  vertical-align: middle;
  color: #666666;
}

.search-result-left__see .nav__see.excursions.oteli.plitka .item__see {
  border-bottom: 1px dashed #dadada;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  width: 100%;
}

.search-result-left__see .nav__see.excursions.oteli.plitka .item__see:last-child {
  margin-bottom: 0;
}

.search-result-left__see .nav__see.excursions.oteli.plitka .item__see:nth-child(n+10) {
  display: block;
}

/*.search-result-left__see .nav__see.excursions.oteli.plitka .item__see:nth-child(3n+3) {
  margin-right: 15px;
}*/
.search-result-left__see .nav__see.excursions.oteli.plitka .item__see:nth-child(n+13) {
 /* display: none;*/
}

.search-result-left__see .nav__see.excursions.oteli.plitka .item__see:nth-child(12n) {
  margin-bottom: 7px;
}

.search-result-left__see .nav__see.excursions.oteli .item__see {
  border: none;
  width: 50%;
  padding: 0 7px;
}

.search-result-left__see .nav__see.oteli .oteli__in {
  padding: 17px 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  background: #FFF;
}

.search-result-left__see .nav__see.oteli.plitka .oteli__in {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-result-left__see .nav__see.excursions.oteli .item__see:nth-child(n+7) {
  display: block;
}

.search-result-left__see .nav__see.excursions.oteli .item__see:nth-child(2n+2) {
  margin-right: 0;
}

.search-result-left__see .nav__see.excursions.oteli .item__see:nth-child(n+13) {
  display: block;
}

.search-result-left__see .nav__see.excursions.oteli .item__see img {
  width: auto;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .first-rew {
  color: #005ea6;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .first-rew i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .first-rew:hover {
  color: #59c3f2;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .img-box {
  display: block;
  float: left;
  margin-right: 18px;
  position: relative;
  z-index: 2;
}

.search-result-left__see .nav__see.excursions.oteli .item__see img {
  min-height: auto;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .text__see {
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  display: block;
  vertical-align: top;
  width: 42%;
  background: none;
  overflow: hidden;
  float: right;
}

.nav__see.excursions.oteli.plitka .left-text__see {
  width: 45%;
}

.search-result-left__oteli .text__see {
  float: none !important;
  width: auto !important;
}

.nav__see.excursions.oteli .left-text__see, .nav__see.excursions.oteli.plitka .left-text__see {
  margin-top: 0;
  padding-left: 0;
}

.search-result-left__oteli.plitka .item__see {
  margin-bottom: 0 !important;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .link__title {
  display: block;
  margin-bottom: 9px;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .rating {
  float: left;
  padding-right: 15px;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .rating .active {
  background: url(../img/rate-full.png) 0 0 no-repeat;
  margin-bottom: 0;
  margin-right: -2px;
  display: inline-block;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .rating .unactive {
  background: url(../img/rate-mid.png) 0 0 no-repeat;
  margin-bottom: 0;
  margin-right: -2px;
  display: inline-block;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .rating .empty {
  background: url(../img/rate-empty.png) 0 0 no-repeat;
  margin-bottom: 0;
  margin-right: -2px;
  display: inline-block;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .rating-position {
  float: left;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .comment {
  float: right;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .age {
  display: inline-block;
  padding-right: 14px;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .coast {
  display: inline-block;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .hotel-item {
  text-align: right;
  float: left;
  width: 100%;
  clear: both;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .hotel-item:first-child {
  margin-bottom: 10px;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .hotel-item__first-link {
  color: #005ea6;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  text-align: left;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .hotel-item__first-link i {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  font-size: 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 3px;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .hotel-item__first-link:hover {
  color: #2EADB3;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .comment {
  color: #2A2A2A;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .comment i {
  display: inline-block;
  vertical-align: middle;
  color: #666666;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .comment:hover {
  color: #005ea6;
}

.search-result-left__see .nav__see.excursions.oteli .item__see .comment:hover i {
  color: #005ea6;
}

.search-result-left__see .toggle__see {
  color: #d5d5d5;
}

.search-result-left__see .toggle__see.active {
  color: #424242;
}

.search-result-left__see .toggle__see:hover i {
  color: #fed033;
}

.search-result-left__see .text__see {
  padding: 15px 11px 14px 13px;
}

.search-result-left__see .text__see a {
  display: block;
  color: #1c8489;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 15px;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

.search-result-left__see .text__see a:hover {
  color: #03233b;
}

.search-result-left .nav-regionу {
  margin-top: 35px;
}

.search-result-left .nav-regionу .item-regionу {
  margin-bottom: 30px;
}

.search-result-left .nav-regionу .item-regionу img {
  border: 1px solid #d8d8d8;
}

.search-result-left .nav-regionу .item-regionу .img-box {
  display: inline-block;
}

.search-result-left .nav-regionу .item-regionу .text-regiony {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-left: -230px;
  padding-left: 250px;
}

.search-result-left .nav-regionу .item-regionу .link-regiony {
  color: #2EADB3;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.search-result-left .nav-regionу .item-regionу .link-regiony:hover {
  opacity: 0.7;
}

.search-result-left .nav-regionу .item-regionу p {
  color: #575757;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

.search-result-left .nav-regionу .item-regionу .links-regiony {
  margin-top: 15px;
}

.search-result-left .nav-regionу .item-regionу .b-link-regiony {
  margin-right: 50px;
}

.search-result-left .nav-regionу .item-regionу .b-link-regiony span {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px dotted #000;
}

.search-result-left .nav-regionу .item-regionу .b-link-regiony span:hover {
  border-bottom: none;
  color: #2EADB3;
}

.search-result-left .nav-regionу .item-regionу .b-link-regiony i {
  font-size: 8px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 5px;
  border-bottom: none;
}

.search-result-left__excursions-wrap {
  background: none;
  padding: 0;
}

.search-result-left__excursions-wrap.plitka {
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  padding: 20px 20px 60px 20px;
}

.search-result-left__excursions-wrap .more-excursions {
  text-align: center;
}

.search-result-left__excursions-wrap .more-excursions__link {
  color: #FFF;
  font-family: "Arial";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #2EADB3;
  border: 1px solid #e9e9eb;
  border-radius: 2px;
  padding: 14px 40px;
  display: inline-block;
}

.search-result-left__excursions-wrap .more-excursions__link:hover {
  background: #005fa4;
  background-color: #119096;
}

.search-result-left__excursions-wrap .more-excursions__link i {
  font-size: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.search-result-left__excursions-wrap .more-excursions__link i:before {
  color: #FFF;
}

.search-result-left__oteli {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-result-left__oteli.plitka {
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  padding: 17px 20px 55px 20px;
  border-radius: 4px;
}

.search-result-left__festival {
  margin: 20px 0 25px;
}

.search-result-left__festival .left__festival {
  float: left;
}

.search-result-left__festival .left__festival a {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  padding: 7px 18px;
  display: inline-block;
}

.search-result-left__festival .left__festival a:hover {
  background: rgba(46, 173, 179, 0.1);
}

.search-result-left__festival .right__festival {
  float: right;
}

.search-result-left__festival .right__festival .btn__festival {
  margin-top: 0;
}

.search-result-left__festival .comment__festival {
  display: inline-block;
  vertical-align: middle;
  font-family: "OpenSans";
  font-size: 14px;
  color: #A3A3A3;
  font-weight: 300;
}

.search-result-left__festival .comment__festival span {
  color: #000;
  font-weight: 400;
}

.search-result-left__festival .btn__festival {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.search-result-left__festival .btn__festival a {
  color: #FFF;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  background: #4eadd5;
  padding: 8px 13px;
  border-radius: 2px;
  display: block;
}

.search-result-left__festival .btn__festival a i {
  display: inline-block;
  margin-right: 5px;
}

.search-result-left__festival.photogallery {
  margin: 0;
}

.search-result-left__photo {
  margin-bottom: 50px;
  background: #fafafb;
  padding: 25px 23px;
  margin: 0 -23px 30px -23px;
}

.search-result-left__photo .box__photo {
  display: inline-block;
  position: relative;
}

.search-result-left__photo .box__photo:hover i {
  color: #fee695;
}

.search-result-left__photo .box__photo a {
  display: block;
  position: relative;
}

.search-result-left__photo .box__photo a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.52);
  opacity: 0;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.search-result-left__photo .box__photo a:hover:before {
  opacity: 1;
}

.search-result-left__photo .box__photo i {
  position: absolute;
  bottom: 7px;
  right: 7px;
  color: #FFF;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

.search-result-left__photo .box__photo img {
  display: block;
  width: 100%;
}

.search-result-left__photo .left__photo {
  float: left;
}

.search-result-left__photo .right__photo {
  float: right;
}

.search-result-left__photo .right__photo a {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 176px;
}

.search-result-left__photo .right__photo a:hover {
  color: #2EADB3;
}

.search-result-left__photo .right__photo i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 11px;
}

.search-result-left__photo.foto .box__photo {
  margin-bottom: 4px;
  float: left;
  width: 20%;
  min-width: 173px;
  padding-right: 5px;
}

.search-result-left__festival-text {
  margin-bottom: 40px;
}

.search-result-left__festival-text p {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 25px;
}

.search-result-left__festival-text p:last-child {
  margin-bottom: 0;
}

.search-result-left__comments.festival {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 61px;
  padding-top: 24px;
}

.search-result-left__comments.festival i {
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}

.search-result-left__comments .images__comment {
  margin-top: 20px;
}

.search-result-left__comments .images__comment img {
  display: inline-block;
  margin-right: 10px;
}

.search-result-left h2.nodown {
  text-transform: none;
}

.search-result-left__m-back {
  margin-top: 20px;
}

.search-result-left__m-back a {
  color: #2EADB3;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
}

.search-result-left__m-back a:hover {
  opacity: 0.75;
}

.search-result-left__m-back i {
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  font-size: 10px;
  margin-right: 5px;
}

.search-result-left__m-back i:before {
  color: #2EADB3;
}

.search-result-left__travel {
  margin-top: 45px;
  color: #000;
  font-family: 'OpenSans';
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.search-result-left__travel .link__travel {
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  color: #2EADB3;
  margin-bottom: 8px;
}

.search-result-left__travel:hover {
  opacity: 0.7;
}

.search-result-left__travel i {
  display: inline-block;
  font-size: 9px;
  margin-right: 5px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.search-result-left__travel i:before {
  color: #2EADB3;
}

.search-result-left__travel.active i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.search-result-left .wrap__travel {
  margin-bottom: 12px;
}

.search-result-left .wrap__travel:last-child {
  margin-bottom: 0;
}

.search-result-left .wrap__travel p {
  display: none;
  margin-top: 10px;
  padding-left: 18px;
}

.search-result-left__text-block h4 {
  color: #000;
  font-family: 'OpenSans';
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.search-result-left__news {
  padding-bottom: 40px;
}

.search-result-left__news .left__news {
  float: left;
  width: 75%;
}

.search-result-left__news .left__news .link__news {
  font-family: "OpenSans";
  color: #005FA4;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
}

.search-result-left__news .left__news .link__news:hover {
  color: #03233b;
}

.search-result-left__news .left__news .date__news {
  font-family: "OpenSans";
  color: #000;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 11px;
}

.search-result-left__news .left__news p {
  font-family: "OpenSans";
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  text-align: justify;
}

.search-result-left__news .right__news {
  float: right;
  width: 25%;
  padding-left: 20px;
}

.search-result-left__news .right__news img {
  display: block;
  width: 100%;
}

.search-result-left__news .item__news {
  margin-bottom: 40px;
}

.search-result-left__news .item__news.last {
  margin-bottom: 25px;
}

.search-result-left .newsh3 {
  margin-bottom: 20px;
}

.search-result-left__opisanie-slider {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}

.search-result-left__opisanie-slider .slick-prev {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ededee;
  height: 100%;
  width: 28px;
  border-radius: 3px 0 3px 3px;
  border: none;
  z-index: 22;
  font-size: 0;
  outline: none;
}

.search-result-left__opisanie-slider .slick-prev:hover {
  background: #b7dced;
}

.search-result-left__opisanie-slider .slick-prev:hover:before {
  color: #ffffff;
}

.search-result-left__opisanie-slider .slick-next {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ededee;
  height: 100%;
  width: 28px;
  border-radius: 0 3px 3px 0;
  border: none;
  z-index: 22;
  font-size: 0;
  outline: none;
}

.search-result-left__opisanie-slider .slick-next:hover {
  background: #b7dced;
}

.search-result-left__opisanie-slider .slick-next:hover:before {
  color: #ffffff;
}

.search-result-left__opisanie-slider .thumbs {
  margin-top: 8px;
  background: #f5f6f8;
  padding: 7px 0;
}

.search-result-left__opisanie-slider .thumbs img {
  border: 2px solid transparent;
  display: block;
  width: 100%;
}

.search-result-left__opisanie-slider .thumbs .slick-slide {
  margin-right: 9px;
  outline: none;
}

.search-result-left__opisanie-slider .slick-current img {
  border: 2px solid #fdd035;
  border-radius: 2px;
}

.search-result-left__opisanie-slider .big-images .slide {
  height: 518px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-result-left__opisanie-slider .big-images img {
  border: none;
  border-radius: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.search-result-left__opisanie-slider .slick-prev:before {
  display: inline-block;
  color: #ccced2;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  right: 50%;
  font-family: 'Glyphter';
  content: '\0043';
  margin: -15px -12px 0 0;
  font-size: 25px;
}

.search-result-left__opisanie-slider .slick-next:before {
  display: inline-block;
  color: #ccced2;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'Glyphter';
  content: '\0043';
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -15px -12px 0 0;
  font-size: 25px;
}

.search-result-left__opisanie p {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  margin-bottom: 20px;
}

.search-result-left__opisanie ol{
  list-style: none;
  counter-reset: heading;
}
.search-result-left__opisanie ol li{
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  position: relative;
  margin-bottom: 7px;
}
.search-result-left__opisanie ol li:before{
  counter-increment: heading;
  content: "" counter(heading) ".";
  color: #2EADB3;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  margin-right: 7px;
}
.search-result-left__opisanie ul{
  margin: 10px 0;
}
.search-result-left__opisanie ul li{
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  padding-left: 20px;
  margin-bottom: 7px;
  position: relative;
}
.search-result-left__opisanie ul li:before{
  position: absolute;
  left: 0;
  top: 4px;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk5MjVGOEUwN0E1RjExRTY5NDI4RUY0MjgwRDE3MkRBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk5MjVGOEUxN0E1RjExRTY5NDI4RUY0MjgwRDE3MkRBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTkyNUY4REU3QTVGMTFFNjk0MjhFRjQyODBEMTcyREEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTkyNUY4REY3QTVGMTFFNjk0MjhFRjQyODBEMTcyREEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4mBIfxAAAA1ElEQVR42mL8//8/AyHAGL9cF0itAuKPTEQoDgdSJ4BYA4i/MhFQXAWklgMxFxBvAmIfJjyK24BUK4gJxGuBOPT/wsjvjAxxy7yBnG9Azn4kxdlAagqUuwaIo4Dyv0EckA2rQdYBFSlBFbsDqYlQxZuBOBKmGKbhKBDzAPFCoGJZIL0YiJmB+AoQxwIV/0F2KkhDB5RtA8RngVgU5ESomz+i+40JKLgXSJ+E8kWhdClQ/Aa2wICFUiuS2EEgno4r9GAatgDxdiB+AsRpQNNxRj9AgAEAj1tBXDwb89gAAAAASUVORK5CYII=");
  width: 12px;
  height: 11px;
 }

.search-result-left__impression {
  background: #f5f6f7;
  margin: 0 -23px;
  padding: 23px 23px 0 23px;
}

.search-result-left__impression h3 {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.search-result-left__impression .item__impression {
  float: left;
  width: 50%;
  padding-right: 20px;
  margin-bottom: 30px;
  min-height: 140px;
}

.search-result-left__impression .item__impression:nth-child(2n+2) {
  padding-right: 0;
}

.search-result-left__impression .img-box {
  display: inline-block;
}

.search-result-left__impression .text__impression {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-left: -70px;
  padding-left: 79px;
  margin-top: 13px;
}

.search-result-left__impression .name__impression {
  font-family: "OpenSans";
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}

.search-result-left__impression .for__imression {
  font-family: "OpenSans";
  font-size: 14px;
  color: #494949;
  font-weight: 300;
}

.search-result-left__impression .for__imression a {
  font-family: "OpenSans";
  font-size: 14px;
  color: #1c8489;
  font-weight: 500;
}

.search-result-left__impression .for__imression a:hover {
  color: #03233b;
}

.search-result-left__impression p {
  color: #474747;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 17px;
  margin-top: 15px;
  margin-bottom: 0;
}

.search-result-left__impression.tours {
  margin: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
}

.search-result-left__impression.tours h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.search-result-left__impression.tours .item__impression:nth-child(2n+2) {
  padding-right: 15px;
}

.search-result-left__tours {
  text-align: center;
}

.search-result-left__tours.min .link__tours {
  padding: 14px 65px;
}

.search-result-left__tours .link__tours {
  background: #2eadb3;
  color: #FFF;
  font-family: "Arial";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 2px;
  padding: 14px 87px;
  border: 1px solid #e9e9eb;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  margin-bottom: 10px;
}

.search-result-left__tours .link__tours i:before {
  color: #FFF;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 10px;
  margin-left: 5px;
}

.search-result-left__tours .link__tours:hover {
  background: #119096;
}

.search-result-left__tours.min > .link__tours {
  background: #d72820 !important;
  margin-bottom: 50px;
}

.search-result-left__text-tours {
  background: #FFF;
  padding: 35px 20px 40px 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
}

.search-result-left__text-tours h2 {
  margin-bottom: 20px;
}

.search-result-left__text-tours p {
  margin-bottom: 20px;
}

.search-result-left__text-tours .link__text-tours {
  display: inline-block;
  color: #FFF;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #2eadb3;
  padding: 14px 30px;
  border-radius: 2px;
}

.search-result-left__text-tours .link__text-tours:hover {
  background: #119096;
}

.search-result-left__text-tours .link__text-tours i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 9px;
  margin-left: 5px;
}

.search-result-left__text-tours .link__text-tours i:before {
  color: #FFF;
}




.more_tour .link__text-tours {
  display: inline-block;
  color: #FFF;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #2eadb3;
  padding: 14px 30px;
  border-radius: 2px;
}

.more_tour .link__text-tours:hover {
  background: #119096;
}

.more_tour .link__text-tours i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 9px;
  margin-left: 5px;
}

.more_tour .link__text-tours i:before {
  color: #FFF;
}

.more_tour {
  text-align: center;
  margin-bottom: 50px;
}



.search-result-left.opisanie {
  padding-bottom: 0;
}

.search-result-left .btn__festival {
  display: inline-block;
  margin-top: 20px;
}

.search-result-left .btn__festival a {
  background: #2eadb3;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  padding: 8px 13px;
}

.search-result-left .btn__festival a:hover {
  background: #119096;
}

.search-result-left .btn__festival.margin {
  margin-bottom: 20px;
}

.search-result-left .btn__festival i {
  font-style: normal;
}

.search-result-left__hotel-opisanie {
  margin-bottom: 15px;
}

.search-result-left__hotel-opisanie .opisanie__table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.search-result-left__hotel-opisanie .opisanie__row {
  display: table-row;
}

.search-result-left-wrap__all {
  margin-bottom: 65px;
}

.search-result-left__hotel-opisanie .opisanie__row:first-child {
  height: 45px;
}

.search-result-left__hotel-opisanie .opisanie__col {
  display: table-cell;
  vertical-align: middle;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  color: #000;
  height: 40px;
  border: 1px solid #e4e4e4;
  padding: 5px 5px 5px 25px;
}

.search-result-left__hotel-opisanie .opisanie__col:nth-child(3n+1) {
  font-weight: 600;
  min-width: 260px;
}

.search-result-left__hotel-opisanie h3 {
  margin-bottom: 10px;
}

.search-result-left__hotel-opisanie h2 {
  margin-bottom: 10px;
}

.search-result-left__hotel-opisanie p {
  margin-bottom: 20px;
  line-height: 20px;
}

.search-result-left__hotel-opisanie .img-box img {
  display: inline-block;
  margin-right: 20px;
}

.search-result-left__hotel-opisanie .tabs {
  border-bottom: 1px solid #d4d4d4;
  height: 42px;
}

.search-result-left__hotel-opisanie .tabs li {
  border-radius: 2px 2px 0 0;
  margin-right: 3px;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  background: #1c8489;
  color: #ffffff;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.search-result-left__hotel-opisanie .tabs .current {
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #d4d4d4;
  color: #000;
  background: #FFF;
}

.search-result-left__hotel-opisanie .spoiler_links {
  display: block;
  color: #000;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 500;
  padding: 12px 0 6px 20px;
}

.search-result-left__hotel-opisanie .spoiler_links:hover {
  background: #fef2c8;
}

.search-result-left__hotel-opisanie .spoiler_links:hover i {
  color: #FFF;
}

.search-result-left__hotel-opisanie .spoiler_links i {
  color: #dadab2;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
}

.search-result-left__hotel-opisanie .spoiler_links.active i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #fdd035;
}

.search-result-left__hotel-opisanie .spoiler_links h3 {
  color: #000;
  display: inline-block;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 500;
}

.search-result-left__hotel-opisanie .spoiler_item {
  background-color: #F5F6F7;
  border: 1px solid #D8DEE9;
  border-radius: 2px;
  border: 1px solid #f2f2e3;
  margin-bottom: 8px;
}

.search-result-left__hotel-opisanie .spoiler_body {
  margin-top: 20px;
  padding: 0 32px 15px 32px;
}

.search-result-left__hotel-opisanie .services li {
  display: inline-block;
  width: 49%;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-left: 14px;
  position: relative;
}

.search-result-left__hotel-opisanie .services li:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: '';
  background: #1c8489;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.search-result-left__hotel-opisanie .bg__text {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.search-result-left__hotel-opisanie .bg__item {
  float: left;
  margin-right: 9px;
}

.search-result-left__hotel-opisanie .bg__item:last-child {
  margin-right: 0;
  position: relative;
}

.search-result-left__hotel-opisanie .bg__item:last-child:before {
  position: absolute;
  right: 37px;
  top: 29px;
  content: '\004e';
  font-family: 'Glyphter';
  color: #FFF;
  font-size: 10px;
}

.search-result-left__hotel-opisanie .bg {
  background: #f5f6f8;
  padding: 15px 20px;
  border-radius: 2px;
  margin: 25px 0 35px 0;
}

.search-result-left__hotel-opisanie .search__date-input {
  color: #666;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #cccccc;
  height: 30px;
  width: 110px;
  border-radius: 2px;
  padding: 0 10px;
}

.search-result-left__hotel-opisanie .search__date-input.width {
  width: 75px;
}

.search-result-left__hotel-opisanie label {
  position: relative;
}

.search-result-left__hotel-opisanie .icon-calendar {
  position: absolute;
  top: 3px;
  right: 5px;
}

.search-result-left__hotel-opisanie .jq-selectbox.maxwidth {
  width: 151px;
}

.search-result-left__hotel-opisanie .jq-selectbox.maxwidth .jq-selectbox__select {
  width: 100%;
}

.search-result-left__hotel-opisanie .jq-selectbox.maxwidth.big {
  width: 255px;
}

.search-result-left__hotel-opisanie .jq-selectbox.big {
  width: 255px;
}

.search-result-left__hotel-opisanie .jq-selectbox.big .jq-selectbox__select {
  width: 100%;
}

.search-result-left__hotel-opisanie .jq-selectbox__select {
  width: 76px;
  background: #FFF;
  height: 30px;
  line-height: 27px;
  padding: 0 0 0 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cccccc;
}

.search-result-left__hotel-opisanie .jq-selectbox__trigger {
  border-left: none;
  width: 9px;
}

.search-result-left__hotel-opisanie .jq-selectbox__trigger-arrow {
  border: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU4RjczQTg3N0Q3NDExRTY5MTZDOENDMTJDNDYwRTY2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU4RjczQTg4N0Q3NDExRTY5MTZDOENDMTJDNDYwRTY2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NThGNzNBODU3RDc0MTFFNjkxNkM4Q0MxMkM0NjBFNjYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NThGNzNBODY3RDc0MTFFNjkxNkM4Q0MxMkM0NjBFNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz50ZghGAAAAfklEQVR42mJMS0s7wcDAsGXmzJktDEggPT2dGUjNA7GZgPg8EDcDBTuQFLABqRVAHAuSZwSaxAhkTATiXCCeAMQVQLwKiH1BYkAbpjL+//8fprsLSJUC8WMglgbiDKCC2SA5uCKowmYgVQnECUAFS+ASIEXIGGi9MLoYQIABACHbPhwh3t/mAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  height: 6px;
  width: 9px;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  position: relative;
  right: 12px;
  top: 12px;
  color: #686868;
}

.search-result-left__hotel-opisanie .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-result-left__hotel-opisanie .jq-selectbox__select-text {
  width: 100% !important;
  color: #666;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
}

.search-result-left__hotel-opisanie .jq-selectbox__dropdown {
  top: 29px !important;
  margin-top: 0;
}

.search-result-left__hotel-opisanie .jq-checkbox {
  border: 1px solid #cccccc;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-result-left__hotel-opisanie .jq-selectbox li {
  padding-left: 10px;
  color: #666666;
}

.search-result-left__hotel-opisanie .jq-checkbox.checked .jq-checkbox__div {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg1Mjg0MkU1NkY0QTExRTY4NjJCRTk4MENDRjIyN0UzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg1Mjg0MkU2NkY0QTExRTY4NjJCRTk4MENDRjIyN0UzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODUyODQyRTM2RjRBMTFFNjg2MkJFOTgwQ0NGMjI3RTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODUyODQyRTQ2RjRBMTFFNjg2MkJFOTgwQ0NGMjI3RTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7eNPWXAAAA00lEQVR42mL4//8/AyHst/ZqDhBLgdiMIAIf8F93LRNITQPiJ0DshVcDULEfkFoHxMxQoQywBqAEI5AjuDFI6x2SYgMgdRSIuaBCHUD5SiYoJxuIzwIVaUMVywCpzUiKNwFxNYjBCPSMIZA+DsTsQPweiJOBuBGIdaGKTwKxE9D0byAOyIaXQHwdKikIdTNM8R0g9oUpBtsA9QMPkL0KiD2R/PwaiK2Aiu8gBwQ8lICaQCExFYjTgfgXEHsAFe9HDzmMYAVqLANST4GKl2ILaoAAAwDW72pAloZvZAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  width: 12px;
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 1px 0 0 1px;
}

.search-result-left__hotel-opisanie .jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #cccccc;
}

.search-result-left__hotel-opisanie .bg__btn {
  color: #FFF;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #dc1208;
  border-radius: 2px;
  height: 30px;
  padding: 0 55px 0 30px;
  border: none;
  margin-top: 19px;
}

.search-result-left__hotel-opisanie .bg__btn:hover {
  background: #2eadb3;
}

.search-result-left__hotel-opisanie .b2b {
  margin: 15px 0 20px;
}

.search-result-left__hotel-opisanie .b2b span {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}

.search-result-left__hotel-opisanie .main-cost {
  color: #000;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.search-result-left__hotel-opisanie .trans-btn {
  display: inline-block;
}

.search-result-left__hotel-opisanie .trans-btn input {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  border: none;
  background: #fdd035;
  border-radius: 2px;
  height: 30px;
  padding: 0 25px;
  line-height: 30px;
}

.search-result-left__hotel-opisanie .trans-btn input:hover {
  opacity: 0.75;
}

.search-result-left__hotel-opisanie .trans-btn:first-child {
  margin-right: 10px;
}

.search-result-left__hotel-opisanie .trans-btn.gray input {
  background: #e2e2e2;
}

.search-result-left__hotel-opisanie .table__item {
  border-bottom: 1px solid #e2e3e5;
  margin: 0 -19px;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 17px;
}

.search-result-left__hotel-opisanie .table__item.first {
  padding-top: 0;
}

.search-result-left__hotel-opisanie .index-coast {
  padding-top: 15px;
}

.search-result-left__hotel-opisanie .index-coast .coast-left {
  float: left;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
}

.search-result-left__hotel-opisanie .index-coast .coast-left span {
  font-weight: 500;
}

.search-result-left__hotel-opisanie .index-coast .coast-right {
  float: right;
}

.search-result-left__hotel-opisanie .index-coast .coast-right a {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  background: #fdd035;
  padding: 8px 40px;
  border-radius: 2px;
  display: inline-block;
}

.search-result-left__hotel-opisanie .index-coast .coast-right a:hover {
  opacity: 0.75;
}

.search-result-left__hotel-opisanie .table__side {
  float: left;
  padding-right: 30px;
}

.search-result-left__hotel-opisanie .table__side:last-child {
  padding-right: 0;
}

.search-result-left__hotel-opisanie .table__side.left {
  width: 77%;
}

.search-result-left__hotel-opisanie .table__side .main-cost {
  line-height: 30px;
}

.search-result-left__hotel-opisanie .table__side p {
  font-style: italic;
  padding-left: 30px;
}

.search-result-left__hotel-opisanie .table__side span {
  margin-left: 5px;
  color: #005EA6;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}

.search-result-left__hotel-opisanie .section {
  margin-top: 20px;
}

.search-result-left__hotel-opisanie .tabs_in {
  height: 41px;
  line-height: 40px;
  list-style: none;
  margin-top: 20px;
}

.search-result-left__hotel-opisanie .tabs_in__table {
  display: table;
  width: 100%;
  margin-top: 30px;
}

.search-result-left__hotel-opisanie .tabs_in__row {
  display: table-row;
}

.search-result-left__hotel-opisanie .tabs_in__col {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  padding: 0 10px 10px 10px;
}

.search-result-left__hotel-opisanie .tabs_in__col:first-child {
  margin-bottom: 30px;
}

.search-result-left__hotel-opisanie .tabs_in__col:first-child span {
  color: #005EA6;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.search-result-left__hotel-opisanie .tabs_in__col:nth-child(2n) {
  color: #4E4E4E;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
}

.search-result-left__hotel-opisanie .tabs_in__col:nth-child(3n) {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
}

.search-result-left__hotel-opisanie .tabs_in__col:nth-child(4n) {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
}

.search-result-left__hotel-opisanie .tabs_in__col:nth-child(5n) {
  width: 160px;
}

.search-result-left__hotel-opisanie .tabs_in__col:nth-child(5n) .coast {
  color: #000;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 500;
  background: #ffffff;
  border-radius: 2px;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

.search-result-left__hotel-opisanie .tabs_in__col:nth-child(6n) input {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  background: #fdd035;
  border: none;
  border-radius: 2px;
  height: 30px;
  width: 100%;
  padding: 0 20px;
}

.search-result-left__hotel-opisanie .tabs_in__col:nth-child(6n) input:hover {
  opacity: 0.75;
}

.search-result-left__hotel-opisanie .jq-radio {
  width: 15px;
  height: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cdcdcd;
  background: #FFF;
}

.search-result-left__hotel-opisanie .jq-radio.checked .jq-radio__div {
  width: 7px;
  height: 7px;
  background: #4eadd5;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-result-left__hotel-opisanie .tabs_in li {
  float: left;
  display: inline;
  cursor: pointer;
  position: relative;
  background: #FFF;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
  padding: 0 33px;
  margin-right: 1px;
  border-radius: 2px 2px 0 0;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 2px;
}

.search-result-left__hotel-opisanie .tabs_in .current_in {
  background: #f5f6f8;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.search-result-left__hotel-opisanie .box_in {
  display: none;
  background: #f5f6f8;
  padding: 18px 19px;
}

.search-result-left__hotel-opisanie .box_in.visible {
  display: block;
}

.search-result-left__hotel-opisanie .search__date-input::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.search-result-left__hotel-opisanie .search__date-input::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.search-result-left__hotel-opisanie .search__date-input:-moz-placeholder {
  color: #666;
  opacity: 1;
}

.search-result-left__hotel-opisanie .search__date-input:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie {
  border-bottom: 1px solid #ededed;
  position: relative;
  padding-top: 24px;
  padding-bottom: 20px;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie.first {
  padding-top: 0;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie:last-child {
  border-bottom: none;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .tour-operator__promo {
  top: 50%;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-left {
  float: left;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-left__link {
  color: #8F8F8F;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-left__link-wrap i {
  display: inline-block;
  vertical-align: middle;
  color: #9c9c9c;
  font-size: 10px;
  margin-left: 5px;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-center {
  float: left;
  width: 58%;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-center .services li {
  vertical-align: top;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-center .title {
  color: #005EA6;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-center .free {
  color: #87A208;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-center .free i {
  color: #87a208;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-center .bed {
  color: #515151;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-center .bed i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-right {
  float: right;
  background: #fcfcf1;
  width: 200px;
  padding: 18px 15px 20px 30px;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-right .coast {
  color: #000;
  font-family: "OpenSans";
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 25px;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-right .coast span {
  font-size: 18px;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-right .last-coast {
  color: #6A6A6A;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  text-decoration: line-through;
  margin-bottom: 10px;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-right .btn {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  background: #b5cacb;
  border-radius: 2px;
  border: none;
  padding: 7px 12px;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-right .btn:hover {
  background: #2eadb3;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-right .item-right__pos {
  margin-bottom: 10px;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-right .item-right__pos.inline {
  display: inline-block;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-right .item-right__pos.inline .jq-selectbox__select {
  width: 60px;
}

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-right .item-right__pos.child {
  padding-left: 15px;
}

.search-result-left__hotel-opisanie .js.search-result-left__opisanie-slider {
  height: 0;
  visibility: hidden;
  margin-bottom: 0;
}

.search-result-left__hotel-opisanie .js.search-result-left__opisanie-slider.active {
  visibility: visible;
  height: auto;
}

.search-result-left__add-services h4 {
  margin-bottom: 10px;
  color: #000;
  font-family: 'OpenSans';
  font-size: 20px;
  font-weight: 500;
}

.search-result-left__add-services .table__add-services {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}

.search-result-left__add-services .table__add-services.sostavnoj .col__add-services .item:last-child a {
  color: #005FA4;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
}

.search-result-left__add-services .table__add-services.sostavnoj .col__add-services .item:last-child a:hover {
  color: #a30505;
}

.search-result-left__add-services .table__add-services.sostavnoj .col__add-services .item:last-child i {
  display: inline-block;
  vertical-align: middle;
  font-size: 9px;
  color: #a30505;
  margin-right: 5px;
}

.search-result-left__add-services .table__add-services.sostavnoj .col__add-services:nth-child(4n) > div {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
}

.search-result-left__add-services .row__add-services {
  display: table-row;
}

.search-result-left__add-services .col__add-services {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 7px;
}

.search-result-left__add-services .col__add-services .item {
  background: #f9f9f9;
  height: 40px;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  padding-left: 20px;
}

.search-result-left__add-services .col__add-services .item.title {
  color: #1c8489 !important;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400 !important;
}

.search-result-left__add-services .col__add-services:first-child {
  width: 50%;
}

.search-result-left__add-services .col__add-services:first-child > div {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
}

.search-result-left__add-services .col__add-services:last-child > div {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
}

.search-result-left__add-services .gray-bg__add-services {
  background: #f5f6f8;
  padding: 15px 10px;
  margin-bottom: 40px;
}

.search-result-left__add-services .gray-bg__add-services span {
  display: block;
  color: #A6A6A6;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.search-result-left__add-services .gray-bg__add-services .b-table__add-services {
  display: table;
  width: 100%;
}

.search-result-left__add-services .gray-bg__add-services .b-row__add-services {
  display: table-row;
}

.search-result-left__add-services .gray-bg__add-services .b-col__add-services {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
}

.search-result-left__add-services .gray-bg__add-services .b-col__add-services:last-child {
  padding-right: 0;
  vertical-align: middle;
  padding-top: 20px;
}

.search-result-left__add-services .gray-bg__add-services .b-col__add-services:first-child {
  position: relative;
  vertical-align: top;
  padding-top: 28px;
}

.search-result-left__add-services .gray-bg__add-services .b-col__add-services i {
  display: inline-block;
  vertical-align: middle;
  color: #5dc4f2;
  font-size: 17px;
  cursor: pointer;
}

.search-result-left__add-services .gray-bg__add-services .b-col__add-services i:hover {
  color: #005fa4;
}

.search-result-left__add-services .gray-bg__add-services .b-col__add-services .hidden {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  background: #FFF;
  padding: 20px;
  min-width: 280px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  z-index: 101;
}

.search-result-left__add-services .gray-bg__add-services .b-col__add-services .hidden:before {
  border-bottom: 7px solid #FFF;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: -7px;
}

.search-result-left__add-services .gray-bg__add-services .jq-selectbox__select {
  width: 325px;
}

.search-result-left__add-services .gray-bg__add-services .coast {
  color: #0F0F0F;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  padding-top: 8px;
}

.search-result-left__add-services .gray-bg__add-services .text {
  color: #2C2C2C;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  padding-top: 8px;
}

.search-result-left__add-services .gray-bg__add-services .sbm-btn {
  border: none;
  color: #FFF;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  background: #59c3f2;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
}

.search-result-left__add-services .gray-bg__add-services .sbm-btn:hover {
  background: #005fa4;
  opacity: 1;
}

.search-result-left__add-services .minus {
  width: 30px;
  height: 30px;
  text-align: center;
  float: left;
  border: 1px solid #eeeff1;
  vertical-align: top;
  color: #292929;
  line-height: 25px;
  cursor: pointer;
  background: #FFF;
  border-radius: 3px 0 0 3px;
}

.search-result-left__add-services .minus:hover {
  background: #dbdbdb;
}

.search-result-left__add-services .plus {
  width: 30px;
  height: 30px;
  text-align: center;
  float: left;
  border: 1px solid #eeeff1;
  vertical-align: top;
  color: #292929;
  line-height: 27px;
  cursor: pointer;
  background: #FFF;
  border-radius: 0 3px 3px 0;
}

.search-result-left__add-services .plus:hover {
  background: #dbdbdb;
}

.search-result-left__add-services .plmin {
  float: left;
  width: 30px;
  height: 30px;
  border-top: 1px solid #eeeff1;
  border-bottom: 1px solid #eeeff1;
  border-left: none;
  border-right: none;
  text-align: center;
  color: #404040;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
}

.search-result-left__excurs-left {
  float: left;
  width: 72%;
}

.search-result-left__excurs-right {
  float: right;
  width: 28%;
}

.search-result-left__paketnui {
  margin-bottom: 14px;
}

.search-result-left__paketnui .title__paketnui {
  color: #000;
  font-size: 28px;
  font-family: 'OpenSans';
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 18px;
}

.search-result-left__paketnui .title__paketnui span {
  color: #000;
  font-size: 28px;
  font-family: "OpenSans";
  font-weight: 400;
}

.search-result-left__paketnui .main__paketnui {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
}

.search-result-left__paketnui .left__paketnui {
  float: left;
  width: 50%;
}

.search-result-left__paketnui .center__paketnui {
  float: left;
  width: 20%;
  padding: 25px 0 20px 30px;
}

.search-result-left__paketnui .center__paketnui .coast {
  color: #333;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
}

.search-result-left__paketnui .center__paketnui .price {
  color: #333;
  font-family: "OpenSans";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 11px;
}

.search-result-left__paketnui .center__paketnui .buy {
  display: block;
  color: #FFF;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  background: #2eadb3;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 10px;
  padding: 12px 0;
}

.search-result-left__paketnui .center__paketnui .buy:hover {
  background-color: #119096;
}

.search-result-left__paketnui .center__paketnui .buy.blue {
  background-color: #dc1208;
  color: #FFF;
  margin-bottom: 12px;
}

.search-result-left__paketnui .center__paketnui .buy.blue:hover {
  background-color: #980902;
}

.search-result-left__paketnui .center__paketnui .link {
  color: #1c8489;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
}

.search-result-left__paketnui .center__paketnui .link i {
  display: inline-block;
  vertical-align: middle;
  color: #1c8489;
  margin-left: 3px;
  font-size: 9px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.search-result-left__paketnui .center__paketnui .link:hover {
  opacity: 0.75;
}

.search-result-left__paketnui .center__paketnui p {
  font-style: italic;
  font-size: 13px;
}

.search-result-left__paketnui .right__spoiler .spoiler_body-pack {
  padding-top: 15px;
  position: relative;
}

.search-result-left__paketnui .right__spoiler .spoiler_links-pack {
  position: relative;
}

.search-result-left__paketnui .right__spoiler .spoiler_links-pack:before {
  content: '\0043';
  font-family: 'Glyphter';
  position: absolute;
  top: 7px;
  right: -20px;
  font-size: 8px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.search-result-left__paketnui .right__spoiler .spoiler_links-pack.active:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.search-result-left__paketnui .right__paketnui {
  float: right;
  width: 30%;
  padding: 25px 20px 20px 35px;
}

.search-result-left__paketnui .right__paketnui span {
  display: block;
  color: #343434;
  font-family: 'OpenSans';
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.search-result-left__paketnui .right__paketnui ul {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

.search-result-left__paketnui .right__paketnui ul li {
  margin-bottom: 7px;
  vertical-align: top;
  color: #343434;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  padding-left: 15px;
  position: relative;
}

.search-result-left__paketnui .right__paketnui ul li:before {
  border-bottom: 2px solid transparent;
  border-left: 2px solid #666666;
  border-top: 2px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 5px;
  width: 0;
}

.search-result-left__paketnui .right__paketnui a {
  color: #2eadb3;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
}

.search-result-left__paketnui .right__paketnui a:hover {
  opacity: 0.75;
}

.search-result-left__paketnui .right__paketnui a i {
  display: inline-block;
  vertical-align: middle;
  color: #005EA6;
  font-size: 8px;
}

.search-result-left__paketnui .table__paketnui {
  display: table;
  width: 100%;
}

.search-result-left__paketnui .row__paketnui {
  display: table-row;
}

.search-result-left__paketnui .row__paketnui:nth-child(2n+1) {
  background: #fcfcf1;
}

.search-result-left__paketnui .col__paketnui {
  display: table-cell;
  vertical-align: middle;
  height: 32px;
}

.search-result-left__paketnui .col__paketnui:first-child {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  padding-right: 25px;
  border-right: 2px solid #ffffff;
}

.search-result-left__paketnui .col__paketnui:nth-child(2n) {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  padding-left: 25px;
}

.search-result-left__hotel {
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
}

.search-result-left__hotel .search-result-left__opisanie-slider {
  float: left;
  width: 75%;
  margin-bottom: 0;
  padding: 15px 0 15px 20px;
}

.search-result-left__hotel .search-result-left__opisanie-slider .big-images img {
  display: block;
  width: 100%;
  border: 1px solid #ededed;
  height: 402px;
}

.search-result-left__hotel .search-result-left__opisanie-slider .thumbs .slick-slide {
  margin-right: 9px;
}

.search-result-left__hotel .search-result-left__opisanie-slider .thumbs img {
  display: block;
  width: 100%;
  height: 112px;
}

.search-result-left__hotel .search-result-left__rate-hotel {
  float: right;
  width: 24%;
  padding: 15px 17px 15px 0;
  min-height: 551px;
  position: relative;
}

.search-result-left__hotel .search-result-left__rate-hotel.inside {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  min-height: 417px;
  width: auto;
  padding: 48px 42px 0 32px;
}

.search-result-left__hotel .search-result-left__rate-hotel.tur {
  min-height: auto;
  padding: 20px 20px 10px 20px;
}

.search-result-left__hotel .search-result-left__rate-hotel.tur .big__rate-hotel {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.search-result-left__hotel .search-result-left__rate-hotel.tur .title__rate-hotel {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.search-result-left__hotel .search-result-left__rate-hotel .main__rate-hotel {
  float: left;
  color: #000;
  font-family: 'OpenSans';
  font-size: 18px;
  font-weight: 700;
}

.search-result-left__hotel .search-result-left__rate-hotel .rev__rate-hotel {
  float: right;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  color: #4C4C4C;
  margin-top: 3px;
}

.search-result-left__hotel .search-result-left__rate-hotel .social {
  position: absolute;
  bottom: 14px;
  right: 20px;
}

.search-result-left__hotel .search-result-left__rate-hotel .social li {
  display: inline-block;
  margin-right: 2px;
}

.search-result-left__hotel .search-result-left__rate-hotel .big__rate-hotel {
  margin-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #cecece;
}

.search-result-left__hotel .search-result-left__rate-hotel .big__rate-hotel .img-box {
  display: inline-block;
  vertical-align: middle;
}

.search-result-left__hotel .search-result-left__rate-hotel .big__rate-hotel span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  color: #000;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 400;
}

.search-result-left__hotel .search-result-left__rate-hotel .big__rate-hotel a {
  height: 32px;
  width: 32px;
  background-size: cover;
}

.search-result-left__hotel .search-result-left__rate-hotel .big__rate-hotel .rating > div {
  height: 32px;
  width: 32px;
}

.search-result-left__hotel .search-result-left__rate-hotel .rating {
  display: inline-block;
  vertical-align: middle;
}

.search-result-left__hotel .search-result-left__rate-hotel .rating img {
  width: 19px;
  height: 19px;
}

.search-result-left__hotel .search-result-left__rate-hotel .position__rate-hotel {
  display: inline-block;
  padding-left: 16px;
}

.search-result-left__hotel .search-result-left__rate-hotel .position__rate-hotel b {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  min-width: 28px;
  display: inline-block;
}

.search-result-left__hotel .search-result-left__rate-hotel .position__rate-hotel span {
  color: #212121;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
}

.search-result-left__hotel .search-result-left__rate-hotel .item-raitng {
  margin-bottom: 10px;
}

.search-result-left__hotel .search-result-left__rate-hotel h3 {
  color: #000;
  font-family: 'OpenSans';
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.search-result-left .search-result-left__rate-hotel {
  float: right;
  width: 24%;
  padding: 15px 20px 15px 0;
  min-height: 551px;
  position: relative;
}

.search-result-left .search-result-left__rate-hotel.inside {
  position: absolute;
  right: -1px;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  min-height: 417px;
  width: auto;
  padding: 45px 35px 0 35px;
}

.search-result-left .search-result-left__rate-hotel.tur {
  min-height: auto;
  padding: 10px 20px 10px 20px;
}

.search-result-left .search-result-left__rate-hotel.tur .big__rate-hotel {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.search-result-left .search-result-left__rate-hotel.tur .title__rate-hotel {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.search-result-left .search-result-left__rate-hotel .main__rate-hotel {
  float: left;
  color: #000;
  font-family: 'OpenSans';
  font-size: 18px;
  font-weight: 500;
}

.search-result-left .search-result-left__rate-hotel .rev__rate-hotel {
  float: right;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  color: #4C4C4C;
}

.search-result-left .search-result-left__rate-hotel .social {
  position: absolute;
  bottom: 0;
  right: 20px;
}

.search-result-left .search-result-left__rate-hotel .social li {
  display: inline-block;
  margin-right: 2px;
}

.search-result-left .search-result-left__rate-hotel .big__rate-hotel {
  margin-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #cecece;
}

.search-result-left .search-result-left__rate-hotel .big__rate-hotel .img-box {
  display: inline-block;
  vertical-align: middle;
}

.search-result-left .search-result-left__rate-hotel .big__rate-hotel span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  color: #000;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 400;
}

.search-result-left .search-result-left__rate-hotel .rating {
  display: inline-block;
  vertical-align: middle;
}

.search-result-left .search-result-left__rate-hotel .rating img {
  width: 17px;
  height: 17px;
}

.search-result-left .search-result-left__rate-hotel .position__rate-hotel {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}

.search-result-left .search-result-left__rate-hotel .position__rate-hotel b {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  min-width: 28px;
  display: inline-block;
}

.search-result-left .search-result-left__rate-hotel .position__rate-hotel span {
  color: #212121;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
}

.search-result-left .search-result-left__rate-hotel .item-raitng {
  margin-bottom: 10px;
}

.search-result-left .search-result-left__rate-hotel h3 {
  color: #000;
  font-family: 'OpenSans';
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.search-result-left__r-main {
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  padding: 15px 16px;
  border-radius: 3px;
  margin-top: 14px;
  position: relative;
}

.search-result-left__r-main.r-first {
  margin-top: 0;
}

.search-result-left__r-main .tour-operator__container {
  left: 0;
  top: 107px;
  right: inherit;
}

.search-result-left__r-main .rating-m {
  margin-bottom: 9px;
}

.search-result-left__main-serv {
  border-top: 1px solid #e5e5e5;
  margin: 12px -16px 0 -16px;
  padding: 12px 16px 0 16px;
}

.search-result-left__main-serv .text__main-serv {
  float: left;
  color: #383838;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
}

.search-result-left__main-serv .spoiler_body-serv {
  display: none;
}

.search-result-left__main-serv .spoiler_links-serv {
  color: #005FA4;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  position: relative;
  top: -2px;
}

.search-result-left__main-serv .spoiler_links-serv:before {
  position: absolute;
  top: 7px;
  right: -18px;
  content: '\0043';
  font-family: 'Glyphter';
  width: 9px;
  height: 6px;
  font-size: 8px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.search-result-left__main-serv .spoiler_links-serv.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 9px;
}

.search-result-left__main-serv .table__main-serv {
  display: table;
  width: 100%;
  margin-top: 7px;
}

.search-result-left__main-serv .row__main-serv {
  display: table-row;
}

.search-result-left__main-serv .col__main-serv {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 7px;
}

.search-result-left__main-serv .col__main-serv div {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  background: #f9f9f9;
  height: 40px;
  line-height: 40px;
  padding-left: 17px;
}

.search-result-left__main-serv .col__main-serv:first-child {
  width: 28%;
}

.search-result-left__main-serv .col__main-serv:nth-child(2n) {
  width: 34.7%;
}

.search-result-left__main-serv .col__main-serv:nth-child(3n) {
  width: 20%;
}

.search-result-left__main-serv .col__main-serv:first-child div {
  font-weight: 500;
}

.search-result-left__main-serv .col__main-serv:last-child div {
  font-weight: 600;
}

.search-result-left__rover {
  padding: 12px;
  background: #f9f9f9;
  margin-top: 20px;
}

.search-result-left__rover .left__r-search {
  float: left;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
}

.search-result-left__rover .left__r-search span {
  font-weight: 300;
}

.search-result-left__rover .left__r-search i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding-right: 3px;
}

.search-result-left__rover .right__r-search {
  float: right;
  color: #000;
  font-family: "Arial";
  font-weight: 500;
  font-size: 18px;
}

.search-result-left__rover .right__r-search span {
  font-size: 16px;
}

.search-result-left__rover .right__r-search i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  color: #d86654;
  font-size: 10px;
  background: #ffffff;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 19px;
  padding-right: 1px;
  border-radius: 50%;
  font-size: 7px;
  background: #FFF;
}

.search-result-left__rover .right__r-search i:hover {
  background: #d96a58;
  color: #FFF;
}

.search-result-left__r-search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px;
}

.search-result-left__r-search.block {
  margin: 0;
  display: block;
}

.search-result-left__r-search .items__r-search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-result-left__r-search.add .item__r-search:nth-child(-n+3) {
  visibility: hidden;
}

.search-result-left__r-search.add .item__r-search:nth-child(4) {
  min-width: 172px;
}

.search-result-left__r-search.add .title:nth-child(-n+3) {
  visibility: hidden;
}

.search-result-left__r-search.is-hide {
  display: none;
}

.search-result-left__r-search .title__r-search {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 0 16px 11px 16px;
  margin: 0 -16px 15px -16px;
  border-bottom: 1px solid #e5e5e5;
}

.search-result-left__r-search .title__r-search a:hover {
  color: #005ea6;
}

.search-result-left__r-search .item__r-search {
  /*float: left;
  padding-right: 30px;*/
  max-width: 138px;
  padding: 0 10px;
}

.search-result-left__r-search .item__r-search:last-child {
  padding-right: 0;
  min-width: 145px;
}

.search-result-left__r-search .item__r-search:nth-child(4n) {
  min-width: 172px;
}

.search-result-left__r-search .item__r-search:nth-child(5) {
  min-width: 138px;
}

.search-result-left__r-search .item__r-search .title {
  color: #B1B1B1;
  font-family: "OpenSans";
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.search-result-left__r-search .item__r-search .text {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 13px;
}

.search-result-left__r-search .item__r-search .text.small {
  margin-bottom: 6px;
}

.search-result-left__r-search .item__r-search .name {
  color: #005EA6;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

.search-result-left__r-search .item__r-search .name:hover {
  opacity: 0.75;
}

.search-result-left__r-search .item__r-search .rating {
  margin-bottom: 9px;
}

.search-result-left__r-search .item__r-search .rating div {
  width: 18px;
  height: 18px;
}

.search-result-left__r-search .item__r-search .nomer {
  color: #787878;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 300;
}

.search-result-left__r-search .item__r-search .more-positions {
  color: #c75c57;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 15px;
}

.search-result-left__r-search .item__r-search .more-positions i {
  display: inline-block;
  vertical-align: middle;
  padding-left: 3px;
  font-size: 8px;
}

.search-result-left__r-search .item__r-search .more-positions i:before {
  color: #c75c57;
}

.search-result-left__r-search .item__r-search .more-positions:hover {
  opacity: 0.7;
}

.search-result-left__r-search .item__r-search .more-positions-hide {
  color: #c75c57;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 50px;
}

.search-result-left__r-search .item__r-search .more-positions-hide i {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 8px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-result-left__r-search .item__r-search .more-positions-hide i:before {
  color: #c75c57;
}

.search-result-left__r-search .item__r-search .more-positions-hide:hover {
  color: #5c730d;
}

.search-result-left__r-search .item__r-search .coast {
  color: #000;
  font-family: "Arial";
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 14px;
}

.search-result-left__r-search .item__r-search .coast span {
  font-size: 16px;
}

.search-result-left__r-search .item__r-search .link {
  color: #2eadb3;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}

.search-result-left__r-search .item__r-search .link:hover {
  text-decoration: none;
}

.search-result-left__r-search .item__r-search .order {
  color: #FFF;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  background: #2eadb3;
  border-radius: 2px;
  display: block;
  padding: 8px 10px;
  margin-bottom: 5px;
}

.search-result-left__r-search .item__r-search .order:hover {
  background: #fed033;
  color: #525252;
}

.search-result-left__r-search .item__r-search .order i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 7px;
  margin-left: 7px;
}

.search-result-left__r-search .item__r-search .order i:before {
  color: #FFF;
}

.search-result-left__b-table {
  display: table;
  width: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  padding: 15px 16px;
  background: #FFF;
}

.search-result-left__b-table .row__b-table {
  display: table-row;
}

.search-result-left__b-table .col__b-table {
  display: table-cell;
  height: 20px;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
}

.search-result-left__b-table .col__b-table.title {
  color: #B1B1B1;
  font-family: "OpenSans";
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.search-result-left__b-table .col__b-table.blue {
  color: #005ea6;
  font-weight: 500;
}

.search-result-left__b-table .col__b-table.normal {
  font-weight: 400;
}

.search-result-left__b-table .col__b-table.coast {
  color: #000;
  font-family: "Arial";
  font-weight: 500;
  font-size: 21px;
}

.search-result-left__b-table .col__b-table.coast span {
  font-size: 16px;
}

.search-result-left__b-table .col__b-table.number {
  color: #787878;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 300;
}

.search-result-left__b-table .col__b-table .toggle_block {
  display: none;
}

.search-result-left__b-table .col__b-table.gray {
  color: #737373;
  font-weight: 300;
}

.search-result-left__b-table .left__b-table {
  float: left;
}

.search-result-left__b-table .right__b-table {
  float: right;
}

.search-result-left__text-template h1 {
  color: #1F1F1F;
  font-family: 'OpenSans';
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}

.search-result-left__text-template .date__text-template {
  margin-bottom: 15px;
}

.search-result-left__text-template {
  color: #101010;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 20px;
}

.search-result-left__text-template a{
  color: #1c8489;
  text-decoration: underline;
}
.search-result-left__text-template a:hover{
  text-decoration: none;
}
.search-result-left__text-template ol{
  list-style: none;
  counter-reset: heading;
}
.search-result-left__text-template ol li{
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  position: relative;
  margin-bottom: 7px;
}
.search-result-left__text-template ol li:before{
  counter-increment: heading;
  content: "" counter(heading) ".";
  color: #2EADB3;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  margin-right: 7px;
}
.search-result-left__text-template ul{
  margin: 10px 0;
}
.search-result-left__text-template ul li{
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  padding-left: 20px;
  margin-bottom: 7px;
  position: relative;
}
.search-result-left__text-template ul li:before{
  position: absolute;
  left: 0;
  top: 4px;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk5MjVGOEUwN0E1RjExRTY5NDI4RUY0MjgwRDE3MkRBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk5MjVGOEUxN0E1RjExRTY5NDI4RUY0MjgwRDE3MkRBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTkyNUY4REU3QTVGMTFFNjk0MjhFRjQyODBEMTcyREEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTkyNUY4REY3QTVGMTFFNjk0MjhFRjQyODBEMTcyREEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4mBIfxAAAA1ElEQVR42mL8//8/AyHAGL9cF0itAuKPTEQoDgdSJ4BYA4i/MhFQXAWklgMxFxBvAmIfJjyK24BUK4gJxGuBOPT/wsjvjAxxy7yBnG9Azn4kxdlAagqUuwaIo4Dyv0EckA2rQdYBFSlBFbsDqYlQxZuBOBKmGKbhKBDzAPFCoGJZIL0YiJmB+AoQxwIV/0F2KkhDB5RtA8RngVgU5ESomz+i+40JKLgXSJ+E8kWhdClQ/Aa2wICFUiuS2EEgno4r9GAatgDxdiB+AsRpQNNxRj9AgAEAj1tBXDwb89gAAAAASUVORK5CYII=");
  width: 12px;
  height: 11px;
 }

.search-result-left__text-template img {
  display: block;
}

.search-result-left__text-template .date__text-template span {
  display: inline-block;
  color: #666;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 600;
}

.search-result-left__text-template .date__text-template .icon-calendar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.search-result-left__text-template h2 {
  color: #000;
  font-family: 'OpenSans';
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: none;
}

.search-result-left__text-template p {
  text-align: justify;
  margin-bottom: 20px;
}

.search-result-left__text-template p:last-child {
  margin-bottom: 0;
}

.search-result-left__text-template p a {
  font-family: "OpenSans";
  color: #005FA4;
  font-size: 14px;
  font-weight: 300;
}

.search-result-left__text-template p a:hover {
  opacity: 0.75;
}

.search-result-left__text-template p img {
  float: left;
  margin: 0 20px 30px 0;
}

/*.search-result-left__text-template h3 {
  color: #2EADB3;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}*/

.search-result-left__text-template .item__text-template {
  margin-top: 25px;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.search-result-left__text-template h4 {
  font-family: "OpenSans";
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
}

.search-result-left__text-template h5 {
  font-family: "OpenSans";
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}

.search-result-left__text-template ul li {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  padding-left: 20px;
  margin-bottom: 7px;
  position: relative;
}

.search-result-left__text-template ul li:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk5MjVGOEUwN0E1RjExRTY5NDI4RUY0MjgwRDE3MkRBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk5MjVGOEUxN0E1RjExRTY5NDI4RUY0MjgwRDE3MkRBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTkyNUY4REU3QTVGMTFFNjk0MjhFRjQyODBEMTcyREEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTkyNUY4REY3QTVGMTFFNjk0MjhFRjQyODBEMTcyREEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4mBIfxAAAA1ElEQVR42mL8//8/AyHAGL9cF0itAuKPTEQoDgdSJ4BYA4i/MhFQXAWklgMxFxBvAmIfJjyK24BUK4gJxGuBOPT/wsjvjAxxy7yBnG9Azn4kxdlAagqUuwaIo4Dyv0EckA2rQdYBFSlBFbsDqYlQxZuBOBKmGKbhKBDzAPFCoGJZIL0YiJmB+AoQxwIV/0F2KkhDB5RtA8RngVgU5ESomz+i+40JKLgXSJ+E8kWhdClQ/Aa2wICFUiuS2EEgno4r9GAatgDxdiB+AsRpQNNxRj9AgAEAj1tBXDwb89gAAAAASUVORK5CYII=");
  width: 12px;
  height: 11px;
}

.search-result-left__text-template ol {
  list-style: none;
  counter-reset: heading;
}

.search-result-left__text-template ol li {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  position: relative;
  margin-bottom: 7px;
}

.search-result-left__text-template ol li:before {
  counter-increment: heading;
  content: "" counter(heading) ".";
  color: #2EADB3;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  margin-right: 7px;
}

.search-result-left__text-template table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.search-result-left__text-template tr td {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  height: 43px;
  text-align: left;
  border: 1px solid #ebebeb;
  padding-left: 25px;
}

.search-result-left__text-template tr th {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  height: 43px;
  text-align: left;
  border: 1px solid #ebebeb;
  padding-left: 25px;
  background: rgba(49, 173, 179, 0.1);
}

.search-result.akcii {
  padding-top: 11px;
}

.search-result-see {
  float: right;
  width: 74.5%;
}

.search-result-see.oteli {
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  padding: 17px 20px 55px 20px;
}

.search-result-left-wrap {
  float: left;
  width: 75%;
}

.search-result-left-wrap.right {
  float: right;
}

.search-result-left-wrap .banner {
  padding: 0;
  margin-bottom: 17px;
}

.search-result-left-wrap .search-result-left {
  float: none;
  width: 100%;
}

/*.search-result-left-wrap h3 {
  color: #000;
  font-family: 'OpenSans';
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}*/

.search-result-left-wrap__choice {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

.search-result-left-wrap__table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  padding: 10px 0;
}

.search-result-left-wrap__table.mobile {
  display: none;
}

.search-result-left-wrap__row {
  display: table-row;
  height: 100px;
  border-bottom: 1px solid #e5e5e5;
}

.search-result-left-wrap__row.title {
  height: 40px;
}

.search-result-left-wrap__row.title > .search-result-left-wrap__col {
  color: #636363;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 0;
}

.search-result-left-wrap__col {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.search-result-left-wrap__col b {
  font-weight: 500;
}

.search-result-left-wrap__col span {
  display: inline-block;
  font-family: "OpenSans";
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: none;
  position: relative;
}

.search-result-left-wrap__col span:before {
  position: absolute;
  left: -28px;
  top: 0;
  content: '\0047';
  display: inline-block;
  font-family: 'Glyphter';
}

.search-result-left-wrap__col:first-child {
  padding-left: 28px;
  width: 24%;
}

.search-result-left-wrap__col:last-child {
  width: 200px;
  padding-left: 0;
}

.search-result-left-wrap__link {
  display: block;
  font-family: "OpenSans";
  font-size: 14px;
  color: #2EADB3;
  font-weight: 300;
  text-decoration: underline;
  text-transform: none;
  margin-top: 7px;
}

.search-result-left-wrap__link:hover {
  text-decoration: none;
}

.search-result-left-wrap__btn {
  color: #FFF;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  display: block;
  background: #2EADB3;
  padding: 10px 0;
  border-radius: 3px;
  text-transform: none;
  text-align: center;
  margin-bottom: 5px;
}

.search-result-left-wrap__btn:hover {
  background: #119096;
}

.search-result-left-wrap__button {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  background: #e5e7eb;
  padding: 10px 0;
  border-radius: 3px;
  text-transform: none;
  display: block;
  text-align: center;
}

.search-result-left-wrap__button:hover {
  background: #82868d;
  color: #FFF;
}

.search-result-left-wrap.bustwo .search-result-left-wrap__button {
  display: inline-block;
  float: left;
  padding-left: 18px;
  padding-right: 18px;
}

.search-result-left-wrap.bustwo .search-result-left-wrap__btn {
  display: inline-block;
  float: right;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 0;
}

.search-result-left-wrap.bustwo .search-result-left-wrap__col:last-child {
  width: 260px;
}

.search-result-left-wrap.bustwo .search-result-left-wrap__row.title > .search-result-left-wrap__col {
  padding-bottom: 20px;
  border-bottom: none;
}

.search-result-left-wrap.bustwo .search-result-left-wrap__col {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 6px;
  padding-bottom: 6px;
}

.search-result-left-wrap.bustwo .search-result-left-wrap__col span {
  color: #2EADB3;
}

.search-result-left-wrap.bustwo .search-result-left-wrap__col span:before {
  color: #000;
}

.search-result-left-wrap.bustwo .search-result-left-wrap__table {
  padding: 0;
  border-bottom: none;
  margin-top: 25px;
}

.search-result-left-wrap .nav-regionу {
  margin-top: 35px;
}

.search-result-left-wrap .nav-regionу.kurorty {
  margin-top: 0;
}

.search-result-left-wrap .nav-regionу .item-regionу {
  margin-bottom: 30px;
}

.search-result-left-wrap .nav-regionу .item-regionу img {
  border: 1px solid #d8d8d8;
}

.search-result-left-wrap .nav-regionу .item-regionу .img-box {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.search-result-left-wrap .nav-regionу .item-regionу .text-regiony {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-left: -230px;
  padding-left: 250px;
}

.search-result-left-wrap .nav-regionу .item-regionу .link-regiony {
  color: #2EADB3;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.search-result-left-wrap .nav-regionу .item-regionу p {
  color: #575757;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  padding-left: 15px;
}

.search-result-left-wrap .nav-regionу .item-regionу .links-regiony {
  margin-top: 15px;
}

.search-result-left-wrap .nav-regionу .item-regionу .b-link-regiony {
  margin-right: 50px;
}

.search-result-left-wrap .nav-regionу .item-regionу .b-link-regiony span {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px dotted #000;
}

.search-result-left-wrap .nav-regionу .item-regionу .b-link-regiony i {
  font-size: 8px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 5px;
  border-bottom: none;
}

.search-result-left-wrap__kurorty {
  background: #FFF;
  padding: 20px 20px 45px 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
}

.search-result-right {
  float: right;
  width: 24%;
}

.search-result-right.left {
  float: left;
}

.search-result-right .item__kontakty {
  margin-bottom: 10px;
}

.search-result-right .item__kontakty .spoiler_links.active {
  margin-bottom: 0;
}

.search-result-right h3 {
  color: #000;
  font-family: 'OpenSans';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.search-result-right h3.nodown {
  text-transform: none;
}

.search-result-right__item {
  background: #FFF;
  padding: 25px 23px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
}

.search-result-right__item:last-child {
  margin-bottom: 0;
}

.search-result-right__item.social {
  position: relative;
  margin-top: 60px;
  border-radius: 3px;
}

.search-result-right__item.social .tabs {
  position: absolute;
  top: -30px;
  left: 0;
}

.search-result-right__item.social .tabs i {
  line-height: 38px;
  display: list-item;
}

.search-result-right__item.social .tabs li {
  height: 30px;
}

.search-result-right__item.social .icon-insta {
  display: inline-block;
  vertical-align: middle;
  color: #a8a8a8;
  font-size: 21px;
  line-height: 38px;
  margin-top: 5px;
}

.search-result-right__item.social .current .icon-insta {
  color: #0e81b4;
}

.search-result-right__item.tab {
  position: relative;
  padding: 0;
  margin-top: 60px;
}

.search-result-right__item.tab .tabs li {
  color: #808080;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  padding: 0;
  margin-right: 5px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.58);
}

.search-result-right__item.tab ul.tabs {
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
}

.search-result-right__item.tab .tabs li.current {
  color: #000;
  background: #FFF;
}

.search-result-right__item.tab .box {
  padding: 15px 23px;
}

.search-result-right__item.find {
  padding: 13px;
}

.search-result-right__item p {
  margin-bottom: 30px;
}

.search-result-right__item .manager__item {
  color: #2eadb3;
  font-family: 'OpenSans';
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
}

.search-result-right__item .photo__item {
  display: inline-block;
}

.search-result-right__item .photo__item img {
  border-radius: 50%;
}

.search-result-right__item .manager-text__item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.search-result-right__item .tel__item {
  color: #000;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
  text-align: left;
}

.search-result-right__item .tel__item i {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  font-size: 10px;
}

.search-result-right__item .tel__item .icon-Iphone:before {
  content: '\0055';
  background: none;
  width: inherit;
  height: inherit;
}

.search-result-right__item .icq__item {
  border-top: 1px solid #ebebeb;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  padding-top: 10px;
  margin-bottom: 7px;
}

.search-result-right__item .icq__item .icon-icq {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.search-result-right__item .skype__item {
  color: #2DA9E8;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 7px;
}

.search-result-right__item .skype__item .skype {
  background: url(../img/other/skype.png) 0 0 no-repeat;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.search-result-right__item .mail__item {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.search-result-right__item .mail__item .icon-mail {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.search-result-right__item .btn__item {
  margin-top: 25px;
}

.search-result-right__item .btn__item a {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #2eadb3;
  border-radius: 2px;
  padding: 18px 0 14px 0;
  text-align: center;
}

.search-result-right__item .btn__item a:hover {
  background: #119096;
}

.search-result-right__item .btn__item a:hover i {
  color: #dc1208;
}

.search-result-right__item .btn__item a i {
  display: inline-block;
  vertical-align: middle;
  color: #00f4ff;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  margin-left: 10px;
}

.search-result-right__item .icon-recomend {
  color: #fdd035;
  margin-right: 10px;
}

.search-result-right__item .item__recommendation .img-box {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.search-result-right__item .item__recommendation .img-box img {
  border: 1px solid #e7e7e7;
}

.search-result-right__item .item__recommendation a {
  font-family: "OpenSans";
  font-size: 14px;
  color: #1c8489;
  font-weight: 600;
  line-height: 17px;
  display: block;
  margin-bottom: 10px;
}

.search-result-right__item .item__recommendation a:hover {
  opacity: 0.7;
}

.search-result-right__item .text__recommendation {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-left: -65px;
  padding-left: 75px;
}

.search-result-right__item .all__recommendation a {
  display: block;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  padding: 20px 0;
  text-align: center;
}

.search-result-right__item .all__recommendation a:hover {
  background: #59c3f2;
  border: 1px solid transparent;
}

.search-result-right__item .all__recommendation a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.search-result-right__item .all__recommendation a i:before {
  color: #000;
}

.search-result-right__item .b-date__item {
  color: #202020;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 7px;
}

.search-result-right__item .b-list__item {
  margin-bottom: 30px;
}

.search-result-right__item .b-list__item:last-child {
  margin-bottom: 0;
}

.search-result-right__item .b-list__item a {
  display: block;
  font-family: "OpenSans";
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
}

.search-result-right__item .b-list__item a:hover {
  opacity: 0.7;
}

.search-result-right__item .b-link__news {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
}

.search-result-right__item .b-link__news:hover {
  text-decoration: none;
}

.search-result-right__item .b-link__news i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 8px;
}

.search-result-right__item.noshad {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 0;
}

.search-result-right__item .spoiler_links {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.search-result-right__item .spoiler_links .icon-arrow-down:before {
  color: #e9e9dc;
}

.search-result-right__item .spoiler_links.active {
  margin-bottom: 10px;
}

.search-result-right__item .spoiler_links.active .icon-arrow-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-result-right__item .spoiler_links .icon-arrow-down {
  float: right;
  color: #ebebdf;
  font-size: 10px;
  margin-top: 3px;
}

.search-result-right__item .spoiler_links:hover i {
  color: #005fa4;
}

.search-result-right__item .r-input {
  border: 1px solid #cccccc;
  border-radius: 2px;
  width: 100%;
  height: 30px;
  background: #FFF;
  padding: 0 10px;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

.search-result-right__item .r-input:focus {
  -webkit-box-shadow: 0 0 2px rgba(0, 94, 166, 0.31);
  box-shadow: 0 0 2px rgba(0, 94, 166, 0.31);
}

.search-result-right__item.color {
  background: #fdfdfa;
}

.search-result-right__item .one__item {
  border-bottom: 1px solid #f5f5ee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.search-result-right__item .one__item .rating-span {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-bottom: 9px;
  margin-left: 9px;
}

.search-result-right__item .one__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.search-result-right__item .one__item .rating {
  display: inline-block;
  vertical-align: middle;
}

.search-result-right__item .one__item label {
  display: block;
}

.search-result-right__item .one__item label .jq-checkbox {
  display: inline-block;
}

.search-result-right__item .one__item label span {
  display: inline-block;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
}

.search-result-right__item .one__item .label_wrap {
  position: relative;
  display: inline-block;
}

.search-result-right__item .one__item .label_wrap .icon-calendar {
  position: absolute;
  top: 7px;
  right: 7px;
}

.search-result-right__item .one__item .label_wrap.first {
  margin-right: 8px;
}

.search-result-right__item .one__item .button {
  margin-top: 30px;
  position: relative;
}

.search-result-right__item .one__item .button:hover i:before {
  color: #000;
}

.search-result-right__item .one__item .button input {
  border: none;
  color: #FFF;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #dc1208;
  border-radius: 2px;
  width: 100%;
  height: 55px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.search-result-right__item .one__item .button input:hover {
  background: #2eadb3;
  color: #000;
}

.search-result-right__item .one__item .button .icon-find:before {
  position: absolute;
  top: 19px;
  right: 73px;
}

.search-result-right__item .one__item .title {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600 !important;
}

.search-result-right__item .one__item .all-clear {
  margin-top: 12px;
  text-align: center;
}

.search-result-right__item .one__item .all-clear input {
  border: none;
  color: #858570;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px dotted #858570;
  background: none;
  cursor: pointer;
  padding: 0;
}

.search-result-right__item .one__item .all-clear input:hover {
  border-bottom: 1px dotted transparent;
}

.search-result-right__item .one__item .all-clear a {
  border: none;
  background: none;
  color: #858570;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px dotted #858570;
  padding: 0;
  cursor: pointer;
}

.search-result-right__item .one__item .all-clear a:hover {
  color: #000000;
}

.search-result-right__item .one__item .search__text {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.search-result-right__item .one__item .jq-checkbox {
  border: 1px solid #cccccc;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-result-right__item .one__item .jq-checkbox.checked .jq-checkbox__div {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg1Mjg0MkU1NkY0QTExRTY4NjJCRTk4MENDRjIyN0UzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg1Mjg0MkU2NkY0QTExRTY4NjJCRTk4MENDRjIyN0UzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODUyODQyRTM2RjRBMTFFNjg2MkJFOTgwQ0NGMjI3RTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODUyODQyRTQ2RjRBMTFFNjg2MkJFOTgwQ0NGMjI3RTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7eNPWXAAAA00lEQVR42mL4//8/AyHst/ZqDhBLgdiMIAIf8F93LRNITQPiJ0DshVcDULEfkFoHxMxQoQywBqAEI5AjuDFI6x2SYgMgdRSIuaBCHUD5SiYoJxuIzwIVaUMVywCpzUiKNwFxNYjBCPSMIZA+DsTsQPweiJOBuBGIdaGKTwKxE9D0byAOyIaXQHwdKikIdTNM8R0g9oUpBtsA9QMPkL0KiD2R/PwaiK2Aiu8gBwQ8lICaQCExFYjTgfgXEHsAFe9HDzmMYAVqLANST4GKl2ILaoAAAwDW72pAloZvZAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  width: 12px;
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 1px 0 0 1px;
}

.search-result-right__item .one__item .jq-selectbox__trigger-arrow {
  border: none;
  background: url(../img/arrow-down.svg) 0 0 no-repeat;
  width: 9px;
  height: 6px;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  position: relative;
  right: 0;
}

.search-result-right__item .one__item .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-result-right__item .one__item .jq-selectbox {
  width: 100%;
}

.search-result-right__item .one__item .jq-selectbox.width {
  width: 65px;
  display: inline-block;
}

.search-result-right__item .one__item .jq-selectbox__select {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-result-right__item .one__item .jq-selectbox__trigger {
  border-left: none;
}

.search-result-right__item .one__item .jq-selectbox__select-text {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
}

.search-result-right__item .one__item .jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #cccccc;
}

.search-result-right__item .one__item .child-item {
  display: inline-block;
}

.search-result-right__item .one__item .child-item:first-child {
  margin-right: 25px;
}

.search-result-right__item .one__item .child-item .jq-selectbox__select {
  padding: 0 0 0 15px;
}

.search-result-right__item .one__item .child-item .jq-selectbox__trigger-arrow {
  right: -10px;
}

.search-result-right__item .one__item .child-item .jq-selectbox li {
  padding: 5px 10px 5px 15px;
}

.search-result-right__item .one__item .back {
  margin-top: 10px;
}

.search-result-right__item .one__item .back span {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: -2px;
}

.search-result-right__item .one__item .ratt_item .jq-checkbox {
  top: -4px;
}

.search-result-right__item .one__item .evaluation {
  font-family: "OpenSans";
  font-size: 14px;
  color: #999;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 10px;
}

.search-result-right__item .one__item .train {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 7px;
  margin-top: 10px;
}

.search-result-right__item .one__item .search__date-input {
  color: #666;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #cccccc;
  height: 30px;
  width: 110px;
  border-radius: 2px;
  padding: 0 10px;
}

.search-result-right__item .one__item .search__date-input.width {
  width: 75px;
}

.search-result-right__item .one__item .slider-range {
  background: #e2e2e2;
  height: 4px;
  border-radius: 2px;
  border: none;
}

.search-result-right__item .one__item .ui-slider-handle {
  width: 13px;
  height: 13px;
  background: #2eadb3;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  outline: none;
}

.search-result-right__item .one__item .ui-slider-range {
  background: #2eadb3;
}

.search-result-right__item .one__item .sliderValue {
  border: 1px solid #cccccc;
  width: 72px;
  height: 30px;
  background: #FFF;
  padding-left: 10px;
  border-radius: 2px;
  color: #666;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.search-result-right__item .one__item .range-label {
  display: inline-block;
}

.search-result-right__item .one__item .defis {
  display: inline-block;
  margin: 0 7px;
}

.search-result-right__item .one__item .rub {
  margin-bottom: 0;
  display: inline-block;
  margin-left: 7px;
}

.search-result-right__item .one__item .formPrice {
  margin-bottom: 20px;
}

.search-result-right__item .one__item .no-bold {
  font-weight: 500 !important;
}

.search-result-right__item .one__item.no-bold .spoiler_body label span {
  font-weight: 300;
}

.search-result-right__memo-link {
  font-family: "OpenSans";
  font-size: 14px;
  color: #1c8489;
  font-weight: 500;
  border-bottom: 1px dotted #005EA6;
}

.search-result-right__memo-link:hover {
  border-bottom: 1px dotted transparent;
}

.search-result-right .icon-memo {
  color: #1c8489;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.search-result-right .icon-memo:before {
  font-size: 20px;
}

.search-result-right__news-nav li {
  margin-bottom: 17px;
}

.search-result-right__news-nav li:last-child {
  margin-bottom: 0;
}

.search-result-right__news-nav li a {
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  color: #2EADB3;
  vertical-align: middle;
}

.search-result-right__news-nav li a:hover {
  color: #03233b;
}

.search-result-right__news-nav .comments {
  display: inline-block;
  vertical-align: middle;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  color: #5A5A5A;
}

.search-result-right__news-nav .comments i {
  display: inline-block;
  font-size: 12px;
}

.search-result-right span {
  display: block;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 7px;
}

.search-result-right__input {
  width: 100%;
  height: 30px;
  border: 1px solid #CCC;
  border-radius: 2px;
  padding: 0 13px;
  color: #7A7A7A;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

.search-result-right__input.textarea {
  height: 100px;
  resize: none;
  padding-top: 10px;
  line-height: 17px;
}

.search-result-right #modal__incorrect, .search-result-right #modal__incorrect2 {
  margin-top: 5px;
  color: #d86654;
  display: inline-block;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-left: 20px;
  padding-left: 5px;
  position: relative;
  display: none;
}

.search-result-right #modal__incorrect:before, .search-result-right #modal__incorrect2:before {
  content: '\0044';
  font-family: "Glyphter";
  left: -20px;
  position: absolute;
  top: 0;
}

.search-result-right__input-wrap {
  position: relative;
  margin-bottom: 20px;
}

.search-result-right__input-wrap:nth-child(3n) {
  margin-bottom: 13px;
}

.search-result-right__input-wrap:last-child {
  margin-bottom: 0;
}

.search-result-right__input-wrap i {
  position: absolute;
  top: 16px;
  left: 33px;
  color: #ffffff;
  font-size: 21px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  z-index: 2;
}

.search-result-right__input-wrap:hover i {
  color: #fed033;
}

.search-result-right__input-wrap.maxwidth {
  display: inline-block;
  margin-top: 20px;
}

.search-result-right__input-wrap.maxwidth .search-result-right__btn {
  padding-left: 70px;
  margin-top: 0;
}

.search-result-right__input-wrap.maxwidth .search-result-right__btn:hover {
  background: #fdd035;
  color: #000;
}

.search-result-right__input-wrap.maxwidth:hover .icon-form-msg {
  color: #ffffff;
}

.search-result-right__btn {
  border: none;
  color: #FFF;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #2EADB3;
  border-radius: 3px;
  padding: 16px 0 16px 25px;
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.search-result-right__btn:hover {
  background: #119096;
}

.search-result-right__title {
  color: #1c8489;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 8px;
  display: block;
}

.search-result-right__title:hover {
  opacity: 0.75;
}

.search-result-right__hotel {
  display: inline-block;
  vertical-align: middle;
  color: #1c8489;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  margin-left: 5px;
}

.search-result-right__hotel:hover {
  opacity: 0.75;
}

.search-result-right__hotel-wrap {
  margin-bottom: 5px;
}

.search-result-right__hotel-wrap i {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 16px;
}

.search-result-right__hotel-wrap:last-child {
  margin-top: 10px;
  margin-bottom: 0;
}

.search-result-right__hotel-wrap.blue .search-result-right__text {
  color: #1c8489;
  font-weight: 600;
}

.search-result-right__hotel-wrap.blue i {
  color: #1c8489;
}

.search-result-right__text {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 300;
  margin-left: 5px;
}

.search-result-right__text b {
  font-weight: 600;
}

.search-result-right .icon-calendar-black {
  display: inline-block;
  vertical-align: middle;
}

.search-result-right__coast {
  color: #000;
  font-family: "Arial";
  font-weight: 500;
  font-size: 21px;
  float: left;
  margin-top: 7px;
}

.search-result-right__coast div {
  font-size: 16px;
  display: inline-block;
}

.search-result-right__link {
  float: right;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  background: #b5cacb;
  border-radius: 2px;
  padding: 10px 13px;
}

.search-result-right__link:hover {
  background: #2eadb3;
  color: #FFF;
}

.search-result-right__list {
  border-bottom: 1px dotted #cecece;
  padding: 25px 0 13px 0;
}

.search-result-right__list.first {
  padding-top: 0;
}

.search-result-right__list:last-child {
  border-bottom: none;
}

.search-result-right .tabs li {
  padding: 0 23px;
  margin-right: 2px;
  background: #fbfbfc;
}

.search-result-right .tabs li i {
  font-size: 21px;
  color: #a8a8a8;
}

.search-result-right .tabs li.current {
  background: #FFF;
}

.search-result-right .tabs li.current i {
  color: #0e81b4;
}

.search-result-right ul.tabs {
  height: 32px;
  line-height: 30px;
}

.search-result-right #vk_groups {
  margin: auto;
}

.search-result-right__nav li {
  margin-bottom: 15px;
}

.search-result-right__nav li:last-child {
  margin-bottom: 0;
}

.search-result-right__nav li a {
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 700;
  color: #1c8489;
  display: block;
  position: relative;
  padding-left: 11px;
}

.search-result-right__nav li a:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid #666666;
  border-bottom: 2px solid transparent;
}

.search-result-right__nav li a:hover {
  opacity: 0.7;
}

.search-result-right__nav li .active {
  color: #e3b207;
}

.search-result-right__nav .inside__nav {
  margin-top: 8px;
}

.search-result-right__nav .inside__nav a {
  font-family: "OpenSans";
  font-size: 14px;
  color: #202020;
  font-weight: 300;
  margin-left: 16px;
}

.search-result-right__nav .inside__nav .active {
  color: #005fa4;
}

.search-result-right__nav .inside__nav a:hover {
  color: #005fa4;
}

.search-result-right__nav .inside__nav li {
  margin-bottom: 7px;
}

.search-result-right__nav .inside__nav li:last-child {
  margin-bottom: 0;
}

.search-result-right__nav.nomarker > li > a:before {
  display: none;
}

.search-result-search__input {
  border: 1px solid #cccccc;
  border-radius: 2px;
  color: #707070;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  height: 35px;
  width: 100%;
  padding: 0 90px 0 16px;
}

.search-result-search__btn {
  color: #000;
  font-family: "OpenSans";
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background: #fdd035;
  border: none;
  height: 35px;
  width: 82px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.search-result-search__btn:hover {
  background: #59c3f2;
  color: #FFF;
}

.search-result-search__block {
  position: relative;
}

.search-result-left.blog .search-result-left__akcii-item {
  padding: 20px 0 18px 0;
}

.search-result-left.blog .search-result-left__akcii-item.first {
  padding-top: 0;
}

.search-result-left.blog .back__akcii {
  margin-bottom: 0;
}

.pages {
  margin-top: 13px;
}

.pages__item {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #FFF;
  vertical-align: top;
}

.pages__item.active {
  color: #FFF;
  background: #1c8489;
  border: 1px solid transparent;
}

.pages__link {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  /*border: 0,5px solid #e4e4e4;*/
  border-radius: 3px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.pages__link.active {
  color: #FFF;
  background: #4eadd5;
  border: 1px solid transparent;
}

.pages__link.active:hover {
  background: #FFF;
  color: #000;
}

.pages__link:hover {
  background: #e4e6ea;
}

.pages .icon-arrow-down {
  display: inline-block;
  font-size: 11px;
}

.pages .icon-arrow-down.first {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 0;
}

.pages .icon-arrow-down.last {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-right: 0;
}

.pages.photogallery {
  margin: 12px 0 50px 0;
}

#map {
  width: 100%;
  height: 270px;
}

h1.kontakty {
  margin-bottom: 20px;
}

.rejs {
  margin-bottom: 5px;
}

.rejs-text {
  margin-bottom: 20px;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png");
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.icon-bad:before {
  color: #d86654;
  display: inline-block;
  font-size: 16px;
}

.icon-good:before {
  color: #87a208;
  display: inline-block;
  font-size: 16px;
}

#incorrect, #incorrect2, #incorrect3 {
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  color: #dc1208;
  margin-top: 5px;
}

#incorrect i, #incorrect2 i, #incorrect3 i {
  display: inline-block;
  vertical-align: middle;
  color: #d86654;
}

#incorrect i:before, #incorrect2 i:before, #incorrect3 i:before {
  content: '';
  background: url(../img/icon/incorrect.png) center center no-repeat;
  width: 16px;
  height: 17px;
}

.incorrect {
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  color: #dc1208;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.incorrect i {
  display: inline-block;
  vertical-align: middle;
  color: #dc1208;
}

.incorrect i:before {
  content: '';
  background: url(../img/icon/incorrect.png) center center no-repeat;
  width: 16px;
  height: 22px;
}

h3.margbot {
  margin-bottom: 20px;
}

.avtorizaciya {
  padding-bottom: 25px;
}

.avtorizaciya__title {
  color: #1F1F1F;
  font-family: 'OpenSans';
  text-transform: none;
  margin: 17px 0 15px 0;
  font-size: 24px;
  font-weight: 500;
}

.avtorizaciya__back {
  margin-top: 20px;
}

.avtorizaciya__back a {
  color: #2EADB3;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
}

.avtorizaciya__back a i {
  display: inline-block;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  font-size: 10px;
  margin-right: 5px;
}

.avtorizaciya__back a i:before {
  color: #2EADB3;
}

@-moz-document url-prefix() {
  .avtorizaciya__back a i {
    top: 0;
  }
}

.avtorizaciya__back a:hover {
  opacity: 0.75;
}

.avtorizaciya-main {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  padding: 30px 23px;
  min-height: 510px;
}

.avtorizaciya-main__social ul, .avtorizaciya-main__social li, .avtorizaciya-main__social p {
  display: inline-block;
  vertical-align: middle;
}

.avtorizaciya-main__social ul {
  margin-left: 15px;
}

.avtorizaciya-main__form span {
  display: block;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.avtorizaciya-main__form.recovery {
  margin-top: 0;
}

.avtorizaciya-main__form.recovery .avtorizaciya-main__form-item.btn {
  margin-bottom: 0;
}

.avtorizaciya-main__form.recovery-second {
  margin-top: 80px;
}

.avtorizaciya-main__form.recovery-second .avtorizaciya-main__form-item {
  display: inline-block;
  margin-bottom: 10px;
}

.avtorizaciya-main__form.recovery-second .avtorizaciya-main__form-item:first-child {
  margin-right: 10px;
}

.avtorizaciya-main__form.recovery-second p {
  margin-bottom: 15px;
}

.avtorizaciya-main__select {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.avtorizaciya-main__select:last-child {
  margin-right: 0;
}

.avtorizaciya-main__report {
  margin-bottom: 10px;
}

.avtorizaciya-main__text {
  margin-right: 15px !important;
}

.avtorizaciya-main__input {
  color: #7A7A7A;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  padding: 0 15px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  height: 30px;
  width: 300px;
}

.avtorizaciya-main__input.incorrect {
  -webkit-box-shadow: 0 0 3px rgba(255, 109, 74, 0.35);
  box-shadow: 0 0 3px rgba(255, 109, 74, 0.35);
  margin-left: 0;
}

.avtorizaciya-main__input.max {
  width: 445px;
}

.avtorizaciya-main .jq-selectbox__dropdown {
  padding: 5px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  margin-top: 0;
  /*margin-top: 35px;*/
}

.avtorizaciya-main .avtorizaciya-main__incorrect {
  display: inline-block;
  margin-left: 20px;
  color: #dc1208;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
}

.avtorizaciya-main .avtorizaciya-main__incorrect i {
  display: inline-block;
  vertical-align: middle;
}

.avtorizaciya-main .avtorizaciya-main__incorrect i:before {
  content: '';
  background: url(../img/icon/incorrect.png) center center no-repeat;
  width: 16px;
  height: 17px;
}

.avtorizaciya-main .jq-selectbox__select {
  background: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.avtorizaciya-main .jq-selectbox__trigger {
  border-left: none;
}

.avtorizaciya-main .jq-selectbox__select-text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.avtorizaciya-main .jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #ccc;
}

.avtorizaciya-main .jq-selectbox__trigger-arrow {
  border: none;
  background: url(../img/arrow-down.svg) 0 0 no-repeat;
  width: 9px;
  height: 6px;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  position: relative;
  right: 0;
}

.avtorizaciya-main .jq-selectbox {
  margin-top: -3px;
}

.avtorizaciya-main .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.avtorizaciya-main .jq-selectbox li {
  padding: 5px 0;
  text-align: center;
}

.avtorizaciya-main .jq-selectbox li:hover {
  background-color: #e5eff6;
  color: #000;
}

.avtorizaciya-main .correct {
  color: #4A9408;
  font-family: "OpenSans";
  font-size: 15px;
  font-weight: 400;
  display: none;
  margin-bottom: 8px;
  margin-left: 212px;
}

.avtorizaciya-main .correct img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.avtorizaciya-main__form {
  margin-top: 40px;
}

.avtorizaciya-main__form-item {
  margin-bottom: 20px;
}

.avtorizaciya-main__form-item.btn {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.avtorizaciya-main__form-item.btn i {
  position: absolute;
  top: 19px;
  left: 25px;
  display: inline-block;
}

.avtorizaciya-main__form-item.btn i:before {
  background: url(../img/icon/user-active.png) center center no-repeat;
}

.avtorizaciya-main__form-item.btn .icon-lock:before {
  font-size: 22px !important;
  position: relative;
  top: -3px;
}

.avtorizaciya-main__form-item .incorrect {
  margin-left: 0;
}

.avtorizaciya-main__btn {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #2EADB3;
  padding: 17px 25px 17px 50px;
  display: inline-block;
  border: none;
  border-radius: 2px;
}

.avtorizaciya-main__btn:hover {
  background-color: #119096;
}

.avtorizaciya-main__item {
  margin-bottom: 10px;
}

.avtorizaciya-main__item.add {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.avtorizaciya-main__item span {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  min-width: 186px;
  text-align: right;
  margin-right: 10px;
}

.avtorizaciya-main__log {
  display: inline-block;
  vertical-align: middle;
  color: #717171;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
}

.avtorizaciya-main__button {
  color: #FFF;
  font-family: "OpenSans";
  font-size: 15px;
  font-weight: 400;
  background: #dc1208;
  border-radius: 2px;
  padding: 0 13px;
  display: inline-block;
  border: none;
  height: 35px;
  line-height: 35px;
}

.avtorizaciya-main__button:hover {
  opacity: 0.7;
}

.avtorizaciya-main__cancel {
  color: #000;
  font-family: "OpenSans";
  font-size: 15px;
  font-weight: 400;
  background: #e3e3e3;
  border-radius: 2px;
  display: inline-block;
  height: 35px;
  padding: 0 13px;
  vertical-align: top;
  line-height: 35px;
  margin-left: 10px;
  border: none;
}

.avtorizaciya-main__cancel:hover {
  opacity: 0.75;
}

.avtorizaciya-menu {
  background-color: #EDEDED;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin: 9px 0;
  border-radius: 2px;
  padding: 0 25px;
}

.avtorizaciya-menu__link {
  display: block;
  font-family: "OpenSans";
  font-size: 15px;
  font-weight: 700;
  color: #363636;
  border-right: 1px solid #b5ddee;
  padding: 0 20px;
}

.avtorizaciya-menu__link:hover {
  opacity: 0.75;
}

.avtorizaciya-menu__link.first {
  padding-left: 0;
}

.avtorizaciya-menu__link.active {
  color: #119096;
}

.avtorizaciya-menu__item {
  display: inline-block;
  padding: 12px 0;
}

.avtorizaciya-menu__item:last-child {
  position: relative;
}

#modal1, #modal2, #modal3 {
  display: none;
}

#modal1, #modal2 {
  display: none;
  width: 480px;
  text-align: center;
  padding: 25px 30px;
}

#modal5, #modal11, #modal12 {
  display: none;
  width: 530px;
  text-align: center;
  padding: 25px 30px;
}

#modal5 p, #modal11 p, #modal12 p {
  font-weight: 400;
}

#modal5 .modal__title, #modal11 .modal__title, #modal12 .modal__title {
  text-align: center !important;
}

#modal4, #modal10, #modal13 {
  display: none;
  width: 955px;
  overflow: hidden;
}

#modal4 .modal__title, #modal10 .modal__title, #modal13 .modal__title {
  text-align: left;
}

#modal4 .modal__incorrect, #modal10 .modal__incorrect, #modal13 .modal__incorrect {
  margin-top: 5px;
}

#modal14 {
  display: none;
  width: 900px;
}

#modal14 .modal-content {
  padding: 20px;
}

#modal14 .big-images-sec img {
  border: 1px solid #ededed;
  width: 100%;
}

#modal14 .big-images-sec span {
  display: block;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
}

#modal14 .thumbs-sec {
  margin-top: 8px;
  padding: 7px 0;
}

#modal14 .thumbs-sec img {
  display: block;
  width: 100%;
}

#modal14 .thumbs-sec .slick-slide {
  margin-right: 9px;
  position: relative;
}

#modal14 .thumbs-sec .slick-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 239, 239, 0.5);
  content: '';
}

#modal14 .thumbs-sec .slick-current:before {
  background: none;
}

#modal15 {
  display: none;
  width: 980px;
  overflow: hidden;
}

#modal6, #modal8 {
  display: none;
  width: 380px;
  padding: 25px 30px;
}

#modal6 .modal__btn, #modal8 .modal__btn {
  display: block;
}

#modal6 .modal__link, #modal8 .modal__link {
  display: block;
  text-align: center;
  border: none;
  width: 100%;
}

#modal6 .avtorizaciya-main__item, #modal8 .avtorizaciya-main__item {
  margin-bottom: 15px;
}

#modal6 .modal__incorrect, #modal8 .modal__incorrect {
  margin-top: 5px;
}

#modal7, #modal9, #modal16 {
  display: none;
  width: 530px;
  padding: 25px 30px;
}

#modal7 p, #modal9 p, #modal16 p {
  font-weight: 400;
}

#modal7 .modal__btn, #modal9 .modal__btn, #modal16 .modal__btn {
  text-align: center;
}

.popup-form .fancybox-close {
  background: none;
  right: 15px;
  top: 11px;
  height: 11px;
  width: 11px;
}

.popup-form .fancybox-close:hover:before {
  color: #d5d5d5;
}

.modal-content h4 {
  color: #1F1F1F;
  font-family: 'OpenSans';
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.modal-content p {
  margin-bottom: 17px;
  text-align: center;
}

.modal-content .modal__link {
  color: #FFF;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  background-color: #2EADB3;
  border-radius: 2px;
  padding: 11px 25px;
  display: inline-block;
}

.modal-content .modal__link:hover {
  background-color: #119096;
}

.modal-content .modal__link i {
  display: inline-block;
  vertical-align: middle;
  font-size: 9px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 15px;
}

.modal-content .modal__link i:before {
  color: #FFF;
}

.modal-content .modal__incorrect {
  color: #dc1208;
  display: inline-block;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
  position: relative;
  line-height: 17px;
  padding-left: 5px;
  margin-top: 5px;
}

.modal-content .modal__incorrect:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: '';
  background: url("../img/icon/incorrect.png") center center no-repeat;
  width: 16px;
  height: 17px;
}

.modal-content .avtorizaciya-main {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: auto;
  padding: 0;
  margin-top: 15px;
}

.modal-content .avtorizaciya-main__input {
  width: 100%;
}

.modal-content textarea.avtorizaciya-main__input {
  resize: none;
  height: 100px;
  padding-top: 10px;
}

.modal-content .avtorizaciya-main__item span {
  min-width: auto;
  text-align: left;
  margin-right: 0;
  margin-bottom: 5px;
}

.modal-content .avtorizaciya-main__form-item.btn {
  display: block;
}

.modal-content .avtorizaciya-main__form-item.btn i {
  left: 80px;
}

.modal-content .avtorizaciya-main__btn {
  width: 100%;
}

.modal-content .modal__lost {
  display: block;
  color: #005EA6;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0 20px 0;
  text-align: center;
}

.modal-content .modal__lost:hover {
  opacity: 0.75;
}

.modal-content .modal__or {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  text-align: center;
}

.modal-content .modal__title {
  color: #000;
  font-size: 30px;
  font-family: "OpenSans";
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}

.modal-content .modal__title span {
  font-weight: 500;
  font-family: 'OpenSans';
}

.modal-content .modal__title.small {
  font-size: 26px;
}

.modal-content .modal__left {
  float: left;
  width: 37%;
  background-color: #EBEEF3;
  padding: 30px 30px 40px 30px;
}

.modal-content .modal__left .modal__link {
  border: none;
  padding: 11px 40px;
  background-color: #DC1208;
}

.modal-content .modal__left .modal__link:hover {
  background-color: #980902;
}

.modal-content .avtorizaciya-main__all {
  color: #515151;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

.modal-content .avtorizaciya-main__coast {
  color: #000;
  font-family: 'OpenSans';
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}

.modal-content .avtorizaciya-main__italic {
  color: #454545;
  font-family: "OpenSans";
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  font-style: italic;
  margin-top: 12px;
}

.modal-content .modal__btn.yellow {
  margin-top: 10px;
}

.modal-content .modal__btn.yellow .modal__link {
  background-color: #2EADB3;
  color: #FFF;
  padding: 15px 40px;
}

.modal-content .modal__btn.yellow .modal__link:hover {
  background-color: #119096;
}

.modal-content .modal__right {
  float: left;
  width: 63%;
  padding: 30px 30px 40px 30px;
}

.modal-content .table__right {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 35px;
}

.modal-content .table__right.add .col__right {
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.modal-content .table__right.add .col__right.bold {
  font-weight: 600;
}

.modal-content .row__right {
  display: table-row;
}

.modal-content .col__right {
  display: table-cell;
  height: 30px;
  padding-left: 30px;
  text-align: left;
  border: 1px solid #d2d2d2;
  vertical-align: middle;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
}

.modal-content .col__right.big {
  height: 40px;
}

.modal-content .col__right.left {
  background: rgba(17, 144, 150, 0.04);
  font-weight: 600;
}

.modal-content .title__right {
  font-family: "OpenSans";
  color: #119096;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.modal-content .date__right {
  font-family: "OpenSans";
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.modal-content .add__right {
  color: #000;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.popup-form .fancybox-close:before {
  content: '\006d';
  font-family: 'Glyphter';
  color: #838383;
  font-size: 12px;
}

.popup-form .fancybox-skin {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.53);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.53);
  background: #FFF;
}

.popup-form .fancybox-inner {
  border-radius: 3px;
}

#modal3 {
  width: 305px;
  padding: 25px 30px 0 30px;
}

#modal3 p {
  text-align: center;
  margin-bottom: 8px;
}

#modal3 ul {
  text-align: center;
  margin-bottom: 30px;
}

#modal3 li {
  display: inline-block;
  margin-right: 2px;
}

#modal3 .modal__reg {
  background: #f2f2f2;
  margin: 0 -30px;
  padding: 23px 25px;
}

#modal3 .modal__reg-link {
  color: #D86654;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px dotted #D86654;
}

#modal3 .modal__reg-link:hover {
  opacity: 0.75;
}

#modal3 .modal__button {
  text-align: center;
}

.h3-wrap img {
  display: inline-block;
  margin-right: 5px;
}

.h3-wrap h3 {
  display: inline-block;
  vertical-align: middle;
}

.search-result-see__no-result {
  background: #FFF;
  padding: 27px 18px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  border-radius: 2px;
  min-height: 1209px;
}

.search-result-see__no-result .text__no-result {
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
}

.search-result-see__no-result .text__no-result span {
  font-weight: 500;
}

.h-search {
  color: #000;
  font-family: 'OpenSans';
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

.h-search-wrap .h-search {
  float: left;
}

.h-search-wrap .search-tours {
  float: right;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}

.h-search-wrap .search-tours span {
  font-weight: 500;
}

.mobile-menu {
  width: 36px;
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.buter-menu {
  width: 17px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.buter-menu.grey span {
  background: #c3c3c3;
}

.buter-menu span {
  background: #399bc6;
  border-radius: 1px;
  display: block;
  height: 4px;
  margin-bottom: 1px;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#dmenu .bluebg {
  background: #95cee6;
  top: 44px;
  width: auto;
}

#dmenu .bluebg:after {
  right: 82px;
}

#dmenu .bluebg:before {
  right: 79px;
}

#dmenu .bluebg li {
  text-shadow: none;
  border-bottom: 1px solid #aad8eb;
}

#dmenu .bluebg li a {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}

#dmenu .bluebg li a:hover {
  background: #8ac3db;
  color: #fed032;
}

.mobile-menu.drop {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-menu.drop span {
  background: #fdd035;
}

.mobile-menu span {
  background: #FFF;
  border-radius: 2px;
  display: block;
  height: 4px;
  margin-bottom: 4px;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.search-result-right .item__kontakty .icon-arrow-down {
  float: none;
  color: #a6a6a6;
}

.search-result-right .item__kontakty .spoiler_links {
  font-weight: 500;
}

.search-result-right .item__kontakty .spoiler_links:hover {
  opacity: 0.7;
}

.search-result-right .item__kontakty .spoiler_links.active {
  color: #1c8489;
}

.search-result-right .item__kontakty .search-result-right__nav a:hover {
  opacity: 0.7;
}

h2.nodown {
  text-transform: none;
}

#akcii-txt-page h1 {
  font-size: 24px;
}

.search-result-left__dostizheniya h1 {
  margin-bottom: 25px;
  font-size: 24px;
}

#partnery-page h1 {
  margin-bottom: 25px;
}

#vakansii-page h1 {
  margin-bottom: 25px;
}

#okompanii-page h1 {
  margin-bottom: 25px;
}

#kurorty-page h1 {
  margin-bottom: 25px;
}

#kurorty-page .jq-selectbox__dropdown {
  padding: 12px 18px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  margin-top: 0;
}

#kurorty-page .jq-selectbox li {
  padding: 7px 0 8px 0;
}

#kurorty-page .jq-selectbox__dropdown {
  width: auto;
  top: 21px !important;
}

#kurorty-page .mCustomScrollbar {
  width: 100% !important;
}

#kurorty-page .mCustomScrollbar li:hover {
  background: none;
  color: #005fa4;
}

#kurorty-page .mCustomScrollbar li:last-child {
  border-bottom: none;
}

#kurorty-page .jq-selectbox__trigger-arrow {
  background: url(../img/arrow-down-blue.svg) 0 0 no-repeat;
}

#kurorty-page .jq-selectbox__select-text {
  color: #000;
}

#kurorty-page .jq-selectbox.opened .jq-selectbox__select-text {
  color: #005ea6;
}

#kurorty-page .search-result__nav.b-kurort .search-result__link {
  padding: 0 10px;
}

#kurorty-search-result-page .text-regiony p {
  display: block;
}

#kurorty-search-result-page .jq-selectbox__dropdown {
  padding: 20px 18px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  margin-top: 0;
}

#kurorty-search-result-page .mCustomScrollbar {
  width: 100% !important;
}

#kurorty-search-result-page .mCustomScrollbar li:hover {
  background: none;
  color: #005fa4;
}

#kurorty-search-result-page .mCustomScrollbar li:last-child {
  border-bottom: none;
}

#kurorty-search-result-page .jq-selectbox__trigger-arrow {
  background: url(../img/arrow-down-blue.svg) 0 0 no-repeat;
}

#kurorty-search-result-page .jq-selectbox__select-text {
  color: #005ea6;
}

#kurorty-search-result-page .jq-selectbox.opened .jq-selectbox__select-text {
  color: #000;
}

#kurorty-search-result-page .search-result__nav.b-kurort .search-result__link {
  padding: 0 10px;
}

#kurorty-search-result-page h1 {
  margin-bottom: 25px;
}

#kurorty-search-result-page .coast {
  font-size: 18px;
}

#kurorty-search-result-page .icon-Comments {
  font-size: 11px;
}

#kurorty-search-result-page .link-regiony:hover, #kurorty-search-result-page .link__title:hover {
  color: #59c3f2;
}

#modal__incorrect, #modal__incorrect2 {
  margin-top: 5px;
  color: #d86654;
  display: inline-block;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-left: 20px;
  padding-left: 5px;
  position: relative;
  display: none;
}

#modal__incorrect:before, #modal__incorrect2:before {
  content: '\0044';
  font-family: "Glyphter";
  left: -20px;
  position: absolute;
  top: 0;
}

#cabinet-settings-page #modal__incorrect, #cabinet-settings-page #modal__incorrect2 {
  margin-left: 232px;
}

#cabinet-settings-page .avtorizaciya-main__input {
  height: 35px;
}

#cabinet-settings-page .avtorizaciya-main__button:hover {
  background: #980902;
  opacity: 1;
}

#cabinet-settings-page .avtorizaciya-main__cancel:hover {
  opacity: 1;
  background: #737373;
  color: #FFF;
}

#cabinet-settings-page #modal__incorrect:before {
  font-size: 16px;
}

.vkontate {
  background: url(../img/social/1.png) 0 0 no-repeat;
  height: 24px;
  width: 24px;
}

.vkontate:hover {
  background: url(../img/social/1-hover.png) 0 0 no-repeat;
}

.facebook {
  background: url(../img/social/2.png) 0 0 no-repeat;
  height: 24px;
  width: 24px;
}

.facebook:hover {
  background: url(../img/social/2-hover.png) 0 0 no-repeat;
}

.tw {
  background: url(../img/social/3.png) 0 0 no-repeat;
  height: 24px;
  width: 24px;
}

.tw:hover {
  background: url(../img/social/3-hover.png) 0 0 no-repeat;
}

.ok {
  background: url(../img/social/4.png) 0 0 no-repeat;
  height: 24px;
  width: 24px;
}

.ok:hover {
  background: url(../img/social/4-hover.png) 0 0 no-repeat;
}

.goo {
  background: url(../img/social/5.png) 0 0 no-repeat;
  height: 24px;
  width: 24px;
}

.goo:hover {
  background: url(../img/social/5-hover.png) 0 0 no-repeat;
}

.ya {
  background: url(../img/social/6.png) 0 0 no-repeat;
  height: 24px;
  width: 24px;
}

#excursiya-page h2 {
  margin-bottom: 10px;
}

#excursiya-page .search-result-left__add-comment {
  margin-left: -23px;
  margin-right: -23px;
}

#excursiya-page .search-result-left__comments {
  margin-left: -23px;
  margin-right: -23px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0;
}

.search-result__item .h-menu {
  margin-left: -81px !important;
  top: 32px !important;
}

.search-result__item .h-menu:after {
  right: 33px !important;
}

.search-result__item .h-menu:before {
  right: 30px !important;
}

#excursions-page .input__smart-search.max {
  width: 220px;
  padding: 0 15px;
  font-size: 12px;
}

#excursions-page .input__smart-search.min {
  width: 165px;
  padding: 0 15px;
  font-size: 12px;
}

.jq-selectbox ul {
  max-height: 200px;
  overflow: auto;
}

.jq-selectbox__search {
  display: none;
}

#tours-page h1 {
  color: #000;
  font-family: 'OpenSans';
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.preloader {
  border: 4px solid #d6d9e0;
  border-radius: 100%;
  height: 46px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 46px;
}

.preloader-main {
  min-height: 46px;
  position: relative;
  margin-bottom: 10px;
  display: none;
}

.preloader::after {
  -webkit-animation: 1s linear 0s normal none infinite running clockwise;
  animation: 1s linear 0s normal none infinite running clockwise;
  border-color: transparent transparent transparent #abaeb5;
  border-radius: 100%;
  border-style: solid;
  border-width: 4px;
  content: "";
  height: 46px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 46px;
}

@-webkit-keyframes clockwise {
  to {
    -webkit-transform: rotate(1turn) translatez(0);
    transform: rotate(1turn) translatez(0);
  }
}

@keyframes clockwise {
  to {
    -webkit-transform: rotate(1turn) translatez(0);
    transform: rotate(1turn) translatez(0);
  }
}

.file-input {
  height: 0;
  opacity: 0;
  width: 0;
}

input[type="file"] {
  display: block;
}

.media-edit__figure {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  height: 107px;
  margin-bottom: 11px;
  overflow: hidden;
  width: 107px;
}

.media-edit__figure img {
  display: block;
  width: 100%;
  height: 100%;
}

.media-edit__save {
  text-align: center;
}

.media-edit__save a {
  background: #4eadd5;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: "OpenSans";
  font-size: 15px;
  font-weight: 400;
  padding: 11px 40px 13px 40px;
}

.media-edit__save a:hover {
  background: #03233b;
}

.b-w-aside {
  margin-bottom: 20px;
}

#modalphoto {
  display: none;
  padding: 25px 30px;
}

#modalphoto .media-edit__title {
  text-align: left;
  margin-bottom: 10px;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
}

#modalphoto .b-w-aside__n-el {
  float: left;
}

#modalphoto .b-w-aside__el {
  float: right;
  margin-top: 10px;
}

#modalphoto .btn-gray {
  background: #eee;
  border-radius: 2px;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 600;
  padding: 11px 25px;
  display: block;
}

#modalphoto .btn-gray:hover {
  background: #03233b;
  color: #FFF;
}

#modalphoto .btn-link {
  color: #005ea6;
  display: block;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

#modalphoto .btn-link:hover {
  text-decoration: none;
}

#cabinet-settings-page .avtorizaciya-main {
  min-height: 410px;
  padding-top: 22px;
}

#cabinet-settings-page .avtorizaciya-main span {
  min-width: 198px;
}

#cabinet-settings-page .avtorizaciya-main__item:nth-child(4n) {
  margin-top: 13px;
  margin-bottom: 23px;
}

#cabinet-settings-page .avtorizaciya-main__button {
  padding: 0 22px;
}

#cabinet-settings-page .avtorizaciya-main__cancel {
  padding: 0 26px;
}

#tours-page h2 {
  text-transform: none;
  color: #000;
  font-family: 'OpenSans';
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

#kak-dobratsya-page .search-result-left.right {
  width: 74.5%;
}

#regiony-page .nav-regionу {
  margin-top: 30px;
}

#tours2-page h1 {
  margin-bottom: 20px;
}

.jq-selectbox.dropdown .jq-selectbox__select {
  border-radius: 4px 4px 0 0;
}

#oteli-page h1 {
  margin-bottom: 30px;
}

.search-result-left__smart-search.oteli .input__smart-search.coast::-webkit-input-placeholder {
  color: #676767;
  opacity: 1;
}

.search-result-left__smart-search.oteli .input__smart-search.coast::-moz-placeholder {
  color: #676767;
  opacity: 1;
}

.search-result-left__smart-search.oteli .input__smart-search.coast:-moz-placeholder {
  color: #676767;
  opacity: 1;
}

.search-result-left__smart-search.oteli .input__smart-search.coast:-ms-input-placeholder {
  color: #676767;
  opacity: 1;
}

#excursions-page h1 {
  margin: 12px 0 23px 0;
}

#excursions-page .preloader-main {
  margin-bottom: 0;
  min-height: 44px;
}

#chto-posmotret-page h1 {
  margin: 8px 0 15px 0;
}

#chto-posmotret-page .search-result-left__see .item__see img {
  width: 100%;
  min-height: auto;
}

#chto-posmotret-page .search-result-left__excursions-wrap.plitka {
  padding-bottom: 20px;
}

#chto-posmotret-page .search-result-left__see .nav__see.plitka .item__see:nth-child(6n) {
  margin-bottom: 0;
}

#chto-posmotret-page .pages {
  margin-top: 7px;
}

#rejs-page h2 {
  display: inline-block;
  text-transform: none;
  margin-bottom: 10px;
}

#rejs-page .wrap__schedule > h2 {
  margin-bottom: 0;
}

@-moz-document url-prefix() {
  .search-result-left__rover .right__r-search i {
    padding-left: 1px;
    padding-right: 0;
  }
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
  padding: 7px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

.main-error__block {
  text-align: center;
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  min-height: 638px;
  margin: 15px 0 35px 0;
  border-radius: 3px;
  padding: 30px;
}

.main-error__img {
  margin-bottom: 20px;
}

.main-error__h1 {
  color: #000;
  font-family: 'OpenSans';
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 500;
}

.main-error__error-text {
  color: #898989;
  font-family: "OpenSans";
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
}

.main-error p {
  margin-bottom: 20px;
}

.main-error__link {
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  color: #005FA4;
}

.main-error__link:hover {
  opacity: 0.75;
}

#index-page .tour-operator__item:nth-child(n+7) {
  display: inline-block;
}

#bus .search__item:nth-child(7n) {
  border-right: none;
}

@-moz-document url-prefix() {
  .search-result-left__hotel-opisanie .trans-btn input {
    line-height: 28px;
  }
}

#hotel-nomera .tour-operator__container {
  top: 170px;
  margin-top: 0;
}

#hotel-nomera .tour-operator__promo span {
  display: block;
}

#hotel-nomera .search-result-left__hotel-opisanie h3 {
  font-size: 18px;
}

.search-result-left__hotel-opisanie o:not([class])l{
  list-style: none;
  counter-reset: heading;
}
.search-result-left__hotel-opisanie ol:not([class]) li{
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  position: relative;
  margin-bottom: 7px;
}
.search-result-left__hotel-opisanie ol:not([class]) li:before{
  counter-increment: heading;
  content: "" counter(heading) ".";
  color: #2EADB3;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 500;
  margin-right: 7px;
}
.search-result-left__hotel-opisanie ul:not([class]){
  margin: 10px 0;
}
.search-result-left__hotel-opisanie ul:not([class]) li{
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  padding-left: 20px;
  margin-bottom: 7px;
  position: relative;
}
.search-result-left__hotel-opisanie ul:not([class]) li:before{
  position: absolute;
  left: 0;
  top: 4px;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk5MjVGOEUwN0E1RjExRTY5NDI4RUY0MjgwRDE3MkRBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk5MjVGOEUxN0E1RjExRTY5NDI4RUY0MjgwRDE3MkRBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTkyNUY4REU3QTVGMTFFNjk0MjhFRjQyODBEMTcyREEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTkyNUY4REY3QTVGMTFFNjk0MjhFRjQyODBEMTcyREEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4mBIfxAAAA1ElEQVR42mL8//8/AyHAGL9cF0itAuKPTEQoDgdSJ4BYA4i/MhFQXAWklgMxFxBvAmIfJjyK24BUK4gJxGuBOPT/wsjvjAxxy7yBnG9Azn4kxdlAagqUuwaIo4Dyv0EckA2rQdYBFSlBFbsDqYlQxZuBOBKmGKbhKBDzAPFCoGJZIL0YiJmB+AoQxwIV/0F2KkhDB5RtA8RngVgU5ESomz+i+40JKLgXSJ+E8kWhdClQ/Aa2wICFUiuS2EEgno4r9GAatgDxdiB+AsRpQNNxRj9AgAEAj1tBXDwb89gAAAAASUVORK5CYII=");
  width: 12px;
  height: 11px;
 }

/* Исправляю появление галочек в выпадающих списках на странице номеров отеля 
.search-result-left__hotel-opisanie .jq-selectbox__dropdown li:before{ display: none} */

/* КОНЕЦ. Исправляю появление галочек в выпадающих списках на странице номеров отеля */

.search-result-left__hotel-opisanie .item-hotel__hotel-opisanie.first .tour-operator__container {
  top: 140px !important;
  right: inherit;
}

#hotel-otzivy .btn__festival {
  margin-top: 5px;
}

#hotel-otzivy .pages {
  margin-bottom: 24px;
}

.spoiler_body-pack {
  display: none;
}

.search-result-right__m-title {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.search-result-right__m-link {
  display: block;
  background: #b5cacb;
  color: #FFF;
  font-family: 'OpenSans';
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 0;
  border-radius: 3px;
}

.search-result-right__m-link i {
  font-size: 10px;
  display: inline-block;
  margin-left: 7px;
}

.search-result-right__m-link:hover {
  background: #2eadb3;
}

.search-result-left__hotel .search-result-left__rate-hotel .search-result-right__item {
  padding-right: 5px;
}

#search .search-result-left__rover {
  margin-top: 15px;
}

#search .img-zbox {
  margin-top: 55px;
}

.jq-file {
  display: none !important;
}

.b-attachments-imgs__item {
  display: block !important;
  text-decoration: none !important;
  margin-bottom: 7px;
}

.b-attachments-imgs__item .icon-x {
  display: inline-block;
  color: #9d1e0b;
  font-size: 9px;
  margin-left: 7px;
}

.b-attachments-imgs__delete {
  display: inline-block !important;
  margin-top: 0 !important;
}

.b-attachments-imgs__title {
  text-decoration: underline;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
}

.b-attachments-imgs__title:hover {
  text-decoration: none;
}

#chto-posmotret-foto .search-result-left__photo {
  background: none;
  padding-top: 14px;
  margin-bottom: 0;
}

#fotogalereya .search-result-left__photo {
  background: none;
  padding: 15px 20px;
  margin: 0 -20px;
}

#fotogalereya .box__photo img {
  max-height: 173px;
}

#fotogalereya .box__photo:nth-child(5n+5) {
  padding-right: 0;
}

#fotogalereya .pages {
  margin-top: 7px;
  margin-bottom: 50px;
}

#fotogalereya .search-result-left__add-comment {
  display: none;
}

#chto-posmotret-txt .search-result-left__add-comment {
  display: none;
}

.jq-selectbox__dropdown {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  top: 31px !important;
}

.autocomplete-suggestion {
  color: #231f20;
  font-family: 'OpenSans';
  font-size: 14px;
  font-weight: 400;
}

.autocomplete-suggestion strong {
  font-weight: 600;
}

.autocomplete-suggestion:hover {
  background: #e5eff6;
}

.toggle_block {
  display: none;
}

.toggle_link {
  position: relative;
}

.toggle_link:before {
  font-family: "Glyphter";
  content: '\0043';
  font-size: 8px;
  position: absolute;
  right: -20px;
  top: 7px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.toggle_link.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

h1.search-result__main-title {
  text-transform: none;
}

.unactivestar {
  background: url("../img/star-empty.svg") 0 0 no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
}

.activestar {
  background: url("../img/star-full.svg") 0 0 no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
}

.js.search-result-left__opisanie-slider .slick-next {
  right: -1px;
}

.rating-m {
  vertical-align: middle;
  display: inline-block;
}

.search-result-left__hotel-opisanie .box_in .bg__item {
  margin-right: 20px;
}

#hotel-otzivy .search-result-left__add-comment {
  display: none;
}

#otzivy .search-result-left__add-comment {
  display: none;
}

#excursions .search-result-left__excursions-wrap.plitka .item__see img {
  width: 100%;
  min-height: auto;
  border-radius: 0;
  border: none;
}

#excursions .search-result-left__excursions-wrap.plitka .item__see {
  margin-bottom: 20px;
  display: inline-block;
}

#excursions .search-result-left__excursions-wrap.plitka .text__see {
  padding-top: 0;
  /*margin-left: -140px;
  padding-left: 160px;*/
  padding-bottom: 0;
  position: relative;
}

#excursions .search-result-left__excursions-wrap.plitka .img-box {
  width: 130px;
}

#excursions .search-result-left__excursions-wrap.plitka .img__see {
  display: inline-block;
  z-index: 1;
}

#nav-main {
  position: relative;
}

.input-for-value {
  background: none !important;
  padding: 0 !important;
  width: 8px;
  margin-left: 15px;
  margin-top: 0 !important;
}

.input-for-value:hover {
  opacity: 1 !important;
}

.search-result-left__smart-search .right__smart-search .input__smart-search::-webkit-input-placeholder {
  color: #676767;
  opacity: 1;
}

.search-result-left__smart-search .right__smart-search .input__smart-search::-moz-placeholder {
  color: #676767;
  opacity: 1;
}

.search-result-left__smart-search .right__smart-search .input__smart-search:-moz-placeholder {
  color: #676767;
  opacity: 1;
}

.search-result-left__smart-search .right__smart-search .input__smart-search:-ms-input-placeholder {
  color: #676767;
  opacity: 1;
}

@-moz-document url-prefix() {
  .search-result-left__smart-search .left__smart-search {
    margin-right: 4px;
  }
}

@-moz-document url-prefix() {
  .search-result-left__smart-search .right__smart-search {
    margin-right: 3px;
  }
}

.big__rate-hotel .rating > div {
  height: 32px;
  width: 32px;
}

.hidden-child {
  display: none;
  position: absolute;
  padding: 10px 20px;
  -webkit-box-shadow: 3.2px 3.8px 5px rgba(0, 0, 0, 0.56);
  box-shadow: 3.2px 3.8px 5px rgba(0, 0, 0, 0.56);
  top: 20px;
  left: -20px;
  background: #FFF;
  z-index: 10;
  min-width: 125px;
  border-radius: 3px;
}

.hidden-child.is-open {
  display: block;
}

.hidden-child .field1, .hidden-child .field2, .hidden-child .field3 {
  display: none;
  height: 30px;
  border: 1px solid #CCC;
  width: 60px;
  padding: 0 15px;
  font-size: 14px;
  font-family: 'OpenSans';
  border-radius: 3px;
  margin-top: 5px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  text-align: center;
}

.hidden-child .field1:focus, .hidden-child .field2:focus, .hidden-child .field3:focus {
  -webkit-box-shadow: 0 0 2px rgba(0, 94, 166, 0.31);
  box-shadow: 0 0 2px rgba(0, 94, 166, 0.31);
}

.hidden-child__block span {
  font-size: 13px;
  display: none;
}

.hidden-child__block {
  position: relative;
}

.search-result__hidden-menu {
  position: absolute;
  top: 23px;
  left: 0;
  min-width: 180px;
  background: #FFF;
  display: none;
  z-index: 5;
  padding: 12px 18px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.search-result__hidden-menu li {
  padding: 6px 0;
  border-bottom: 1px solid #f5f5f5;
}

.search-result__hidden-menu li a {
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  color: #010101;
}

.search-result__hidden-menu li a:hover {
  color: #005FA4;
}

.search-result__hidden-menu li:last-child {
  border-bottom: none;
}

.search-result__b-button {
  display: inline-block;
  padding-left: 0;
}

.search-result__b-button.is-active {
  color: #2EADB3;
}

#ancor .jq-selectbox__dropdown {
  width: 100% !important;
}

.okayNav-header.mob {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
}

.okayNav-header.mob .okayNav__nav--invisible {
  top: 40px;
}

.okayNav-header.mob .okayNav__nav--invisible .header-nav__link {
  color: #424242;
}

.okayNav-header.mob .okayNav__menu-toggle {
  width: 20px;
  top: 12px;
}

.okayNav-header.mob .okayNav__menu-toggle span {
  background: #FFF;
  height: 2px;
}

.mob-menu {
  position: relative;
}

#blog-page .search-result-left .list__akcii-item a {
  display: inline-block;
}

.search-result-left__manager .item__manager img {
  display: block;
  width: 100%;
}

.search-result-left__menu h2 {
  float: left;
}

.search-result-left__menu .js-mobile__menu {
  display: none;
  float: right;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-left: 20px;
  background: #fdd035;
  padding: 9px 7px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.search-result-left__menu .js-mobile__menu:hover {
  background: #4eadd5;
}

.search-result-left__menu .js-mobile__menu .mobile-text {
  display: inline-block;
  vertical-align: middle;
}

.search-result-left__menu .js-mobile__menu span {
  background: #ccc;
  border-radius: 2px;
  display: block;
  height: 4px;
  width: 20px;
  margin-bottom: 1px;
}

.search-result-left__menu .js-mobile__menu .mob-icons {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.is-menu-show .hide-bg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 110;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.is-menu-show .hide-bg.is-active {
  display: block;
}

.is-menu-show .hide-bg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 110;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.is-menu-show .hide-bg.is-active {
  display: none;
}

.search-result-right.mobile {
  display: none;
  margin-bottom: 20px;
}

.mobile__i {
  display: none;
  float: left;
  padding-right: 10px;
  position: relative;
}

.incorrect--valid {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.incorrect--valid.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-gallery_window {
  width: 900px;
  margin: auto;
  padding: 30px;
}

.popup-gallery-thumbs {
  position: relative;
}

.popup-gallery-thumbs:before {
  background: rgba(239, 239, 239, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.popup-gallery-thumbs.slick-current:before {
  background: transparent;
}

.search-result-left__excursions-wrap.plitka .text__see {
  margin-left: 0 !important;
  padding-left: 0 !important;
  float: right;
  width: 15% !important;
}

.search-result-left__excursions-wrap .nav__in {
  border: 1px solid rgba(204, 204, 204, 0.3);
  background-color: #FFF;
}

/*.search-result-left__excursions-wrap .photo__see{
  display: block;
  width: 100%;
}*/
.search-result-left__see.excursion .link__title, .search-result-left__see.excursion .place {
  margin-bottom: 10px;
}

.search-result-left__rate-hotel.inside {
  -webkit-transition: transform 500ms ease 0s;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  cursor: pointer;
}

.search-result-left__rate-hotel.inside.is-hidden {
  -webkit-transform: translateX(80%);
  -ms-transform: translateX(80%);
  transform: translateX(80%);
}

.one-excursion {
  background: #f5f6f8;
  padding: 20px 0 35px 0;
}

table {
  width: 100%;
}

table tr td {
  height: 38px;
  padding: 0 20px;
  border: 1px solid #ebebeb;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
}

table tr th {
  font-weight: 600;
  height: 38px;
  padding: 0 20px;
  border: 1px solid #ebebeb;
  color: #000;
  font-family: "OpenSans";
  font-size: 14px;
  text-align: left;
}

.tour-operator .tour-operator__item .img-box{
  overflow:hidden;
  max-height: 160px;
}
  
.tour-operator .tour-operator__item .img-box img{
  margin: -20px 0px -20px 0px;
}

.search-result-left__parag {
  color: #101010;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.search-result-left__hotel-opisanie .tour-operator__container {
  top: 170px;
  left: -23px;
  right: inherit;
}

.item-hotel__hotel-opisanie.first .tour-operator__container {
  top: 140px;
}

/*=================================== Media Quares ===================================*/
/*==================================================   1300   =============================================================*/
@media screen and (max-width: 1300px) {
  .search-result-left__smart-search .left__smart-search {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .search-result-left__smart-search.oteli .right__smart-search {
    width: 100%;
  }
  .search-result-left__smart-search .right__smart-search {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .search-result-left__smart-search .right__smart-search .input__smart-search.max-width {
    max-width: 100%;
  }
  .search-result-left__smart-search.oteli .left__smart-search.region {
    max-width: 100%;
  }
  .search-result-left__smart-search.oteli .input__smart-search.coast {
    max-width: 100%;
  }
  .search-result-left__hotel .search-result-left__rate-hotel .position__rate-hotel {
    display: block;
    padding-left: 0;
  }
  .search-result-left__hotel-opisanie .tabs_in__table {
    width: 1000px;
    display: block;
  }
  .search-result-left__hotel-opisanie .tabs_in__col:first-child {
    width: 31%;
  }
  .tabs-table-wrap {
    overflow-y: auto;
  }
  .search-result-left__hotel .search-result-left__rate-hotel.inside {
    position: static;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: auto;
  }
}

/*==================================================   1270   =============================================================*/
@media screen and (max-width: 1270px) {
  .search-result-right__item.tab .tabs li {
    padding: 0 4px;
  }
  .search-inner.cabinet .cabinet-right {
    width: 75%;
  }
  #chto-posmotret-txt .search-result-left__photo .left__photo {
    width: 78%;
  }
  #chto-posmotret-txt .search-result-left__photo .right__photo {
    width: 20%;
  }
  #chto-posmotret-txt .search-result-left__photo .box__photo {
    width: 24%;
  }
  .search-result__item {
    display: block;
    border-right: none;
  }
  .search-result__nav.b-kurort {
    margin-bottom: 10px;
  }
  .search__form-wrap .search__item.autocomp {
    width: 36%;
  }
  .search__item.width .jq-selectbox {
    width: 100px;
  }
  .search .search__item:last-child {
    max-width: 68px;
    text-align: right;
  }
  .search .search__item:last-child i {
    display: none;
  }
  .search .search__btn {
    min-width: auto;
  }
  .search .search__item {
    width: 14%;
  }
  .search-inner .search__item:last-child {
    max-width: 120px;
  }
  .search-inner .search__item:last-child i {
    display: none;
  }
  .search-inner .search__btn {
    min-width: auto;
  }
  .search-inner .search__item.width .jq-selectbox {
    width: 100px;
  }
  .search__back {
    margin-left: 0;
  }
  .search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-left {
    float: none;
    display: inline-block;
    width: 142px;
    vertical-align: top;
  }
  .search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-center {
    float: none;
    display: inline-block;
    width: 100%;
    margin-left: -150px;
    padding-left: 170px;
    vertical-align: top;
  }
  .search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-right {
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-result-left__hotel-opisanie .item-right__pos:first-child, .search-result-left__hotel-opisanie .item-right__pos:nth-child(2n) {
    float: left;
    width: 50%;
  }
  .search-result-left__hotel-opisanie .search__date-input {
    width: 96%;
  }
  .search-result-left__hotel-opisanie .item-right__pos.inline {
    display: block;
    float: left;
    width: 50%;
  }
  .search-result-left__hotel-opisanie .item-right__pos.inline .jq-selectbox {
    width: 96%;
  }
  .search-result-left__hotel-opisanie .item-right__pos.inline .jq-selectbox__select {
    width: 100% !important;
  }
  .search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-right .item-right__pos.child {
    padding-left: 0;
  }
  .search-result-left__hotel-opisanie .item-right__pos:last-child {
    float: left;
    width: 100%;
  }
  .search-result-left__hotel-opisanie .item-right__pos:last-child .btn {
    width: 100%;
  }
  .search-result-left__hotel-opisanie .bg__item:first-child .jq-selectbox, .search-result-left__hotel-opisanie .bg__item:nth-child(2n) .jq-selectbox {
    width: 100%;
  }
  .search-result-left__hotel-opisanie .bg__item:first-child .jq-selectbox__select, .search-result-left__hotel-opisanie .bg__item:nth-child(2n) .jq-selectbox__select {
    width: 100%;
  }
  .search-result-left__hotel-opisanie .bg__item:first-child, .search-result-left__hotel-opisanie .bg__item:nth-child(2n), .search-result-left__hotel-opisanie .bg__item:nth-child(5n) {
    margin-right: 0;
    width: 50%;
    margin-bottom: 10px;
  }
  .search-result-left__hotel-opisanie .bg__item:first-child input, .search-result-left__hotel-opisanie .bg__item:nth-child(2n) input, .search-result-left__hotel-opisanie .bg__item:nth-child(5n) input {
    width: 96%;
  }
  .search-result-left__hotel-opisanie .bg__item:nth-child(3n) {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .search-result-left__hotel-opisanie .bg__item:nth-child(3n) .jq-selectbox__select {
    width: 100%;
  }
  .search-result-left__hotel-opisanie .bg__item:nth-child(3n) .jq-selectbox {
    width: 48.5%;
  }
  .search-result-left__hotel-opisanie label {
    float: left;
    width: 50%;
  }
  .splinter {
    display: none;
  }
  .search-result-left__hotel-opisanie .bg__item:nth-child(4n) {
    width: 49%;
    margin-bottom: 10px;
  }
  .search-result-left__hotel-opisanie .bg__item:nth-child(5n) {
    width: 100%;
    margin-bottom: 10px;
  }
  .search-result-left__hotel-opisanie .bg__item:nth-child(5n) .search__date-input.width {
    width: 48%;
  }
  .search-result-left__hotel-opisanie .bg__item:last-child {
    width: 100%;
  }
  .search-result-left__hotel-opisanie .bg__item:last-child .bg__btn {
    width: 100%;
    padding: 0 20px;
  }
  .search-result-left__hotel-opisanie .bg__item:last-child::before {
    display: none;
  }
  #hotel-nomera .tour-operator__container {
    top: 24px;
  }
  .search-result-left__hotel-opisanie .item-hotel__hotel-opisanie.first .tour-operator__promo {
    top: 0 !important;
  }
  .search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-center {
    display: block;
    padding-left: 0;
    margin-left: 0;
  }
  .search-result-right__link {
    float: none;
    display: block;
    text-align: center;
  }
  .search-result-right__coast {
    float: none;
    text-align: left;
    margin-bottom: 15px;
  }
}

/*==================================================   1200   =============================================================*/
@media screen and (max-width: 1200px) {
  .tour-operator__item {
    width: 25%;
  }
  .news-right__item {
    padding-left: 15px;
  }
  .news-right__nav {
    margin-left: -15px;
  }
  .tours-left {
    width: 29%;
    padding-left: 16px;
  }
  .tours-right {
    width: 69%;
  }
  .tours-right__city {
    top: 26%;
    font-size: 14px;
  }
  .tours-right__item {
    overflow: hidden;
  }
  .search-result-right__input-wrap i {
    left: 5px;
  }
  .col__schedule:nth-child(3n) {
    padding-left: 20px;
    width: 8% !important;
  }
  .search-result-left__schedule .col__schedule:first-child {
    width: 17%;
  }
  .search-result-left-wrap__col:first-child {
    padding-left: 0;
  }
  .search-result-left-wrap__col {
    padding-right: 15px;
    font-size: 12px;
  }
  .search-result-left-wrap__col:last-child {
    padding-right: 0;
  }
  .search-result-left-wrap__btn, .search-result-left-wrap__button, .search-result-left-wrap__row.title > .search-result-left-wrap__col, .search__date-input, .search-result-left-wrap__col span, .search-result-left-wrap__link {
    font-size: 12px;
  }
  .search-result-left-wrap__col span::before {
    display: none;
  }
  #vk_groups, #vk_groups iframe, .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
  }
  .search-result-left-wrap.bustwo .search-result-left-wrap__button {
    float: none;
    display: block;
    margin: 10px 0;
  }
  .search-result-left-wrap.bustwo .search-result-left-wrap__btn {
    float: none;
    display: block;
  }
  .search-result-left__add-services .col__add-services:first-child {
    width: auto;
  }
  .search-result-left__add-services .gray-bg__add-services .jq-selectbox__select {
    width: 125px;
  }
  .search__item.width .jq-selectbox__select {
    padding-right: 18px;
  }
  .spoiler_body .search-result-right__nav {
    padding-left: 15px;
  }
  .search-result-left__r-search {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tours-right__title {
    width: 80%;
    font-size: 41px;
    text-align: center;
  }
}

/*==================================================   1030   =============================================================*/
@media screen and (max-width: 1030px) {
  #modal15 {
    width: 100%;
  }
}

/*==================================================   991   =============================================================*/
@media screen and (max-width: 991px) {
  .header-top__item {
    padding-right: 10px;
    margin-right: 10px;
  }
  
    .top_trans {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }

  .search__form-wrap .search__item.autocomp .r-input {
    width: 100%;
  }

  .search-result-right__link {
    display: inline-block;
  }
  .search-inner .search__item:last-child {
    max-width: 100%;
  }
  .search-inner .search__item.width .jq-selectbox {
    width: 100%;
  }
  .search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-center .bed, .search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-center .free, .search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-center .title {
    margin-bottom: 5px;
  }
  .search-result-left__hotel-opisanie p {
    margin-bottom: 10px;
  }
  .search-result-left__comments .add__comments {
    display: block;
    margin-left: 0;
    padding-left: 0;
  }
  .search-result-left__comments .item__comment {
    display: block;
    float: left;
    width: 33.3333%;
    margin-bottom: 10px;
    min-width: auto;
  }
  .search-result-left__comments .main__comments {
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
  .search-result-left__comments .item__comment:first-child {
    margin-bottom: 10px;
  }
  .search-result-left__comments .items__comment {
    overflow: hidden;
  }
  .search-result-left__rate-hotel .search-result-right__item {
    padding-left: 0;
    padding-right: 0 !important;
  }
  .search-result-left__hotel .search-result-left__opisanie-slider {
    float: none;
    padding: 15px 0;
    width: 100%;
  }
  .search-result-left__hotel .search-result-left__rate-hotel {
    float: none;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    min-height: auto;
  }
  .search-result-left__hotel .search-result-left__rate-hotel .position__rate-hotel {
    display: inline-block;
    padding-left: 16px;
  }
  .search-inner.blog {
    background-size: cover;
  }
  .search__item.width:nth-child(2n) {
    border-right: none;
  }
  .search__form-wrap .search__item.autocomp {
    width: 100%;
  }
  .search .search__item:last-child {
    max-width: 100%;
  }
  .search .search__item, .search-inner .search__item {
    width: 50%;
    margin-bottom: 10px;
  }
  .search .search__item.width, .search-inner .search__item.width {
    width: 47%;
  }
  .search__item.width {
    width: 47%;
  }
  .search__item.width .jq-selectbox {
    width: 100%;
  }
  .search__item.width:nth-child(3n) {
    border-right: none;
  }
  .search__form-wrap .icon-toggle-arrows {
    width: 35px;
  }
  .search .search__item, .search-inner .search__item {
    min-height: 57px;
  }
  .search {
    background-size: cover;
  }
  .search .tabs li, .search-inner .tabs li {
    float: none;
    display: block;
  }
  .tours-left {
    margin-top: 20px;
  }
  .search__button-wrap {
    margin: 30px 0 60px 0;
  }
  .search__item:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .search__item:last-child .search__btn {
    width: 100%;
  }
  .search__item:last-child .icon-find {
    display: none;
  }
  .js-mobile__menu, .search-result-left__menu .js-mobile__menu {
    display: block;
  }
  .mobile-nav__new {
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    position: fixed;
    top: 0;
    left: 0;
    width: 86%;
    z-index: 200;
    overflow: auto;
    height: 100%;
  }
  .mobile-nav__new.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-nav__new .jq-selectbox__dropdown {
    height: inherit !important;
  }
  body.is-menu-show {
    position: fixed;
  }
  .is-menu-show .mobile-nav__new {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header-nav__link {
    padding: 12px 17px;
  }
  .tour-operator__item {
    width: 33.3333%;
  }
  .news-left {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .news-left__social {
    width: 50%;
    margin: auto;
    margin-bottom: 10px;
  }
  .news-left__social:last-child {
    margin-bottom: 0;
  }
  .news-right {
    float: none;
    width: 100%;
  }
  .tours-left {
    float: none;
    width: 100%;
  }
  .tours-right {
    float: none;
    width: 100%;
    margin-top: 25px;
  }
  .tours-right__city {
    top: 41%;
  }
  .tours-right__item {
    width: 50%;
    margin-bottom: 15px;
  }
  .tours-right__item:nth-child(n+3) {
    margin-bottom: 0;
  }
  .search-result-left {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .search-result-right {
    float: none;
    width: 100%;
  }
  #akcii-txt-page h1 {
    font-size: 21px;
  }
  .search-result-right__input-wrap:last-child {
    width: 234px;
    margin: auto;
  }
  .search-result-right__input-wrap i {
    left: 30px;
  }
  .search-result-left-wrap {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-center {
    width: 35%;
  }
  .footer-right {
    width: 28%;
  }
  .footer-left {
    width: 33%;
  }
  .search-result-right__item.tab .tabs li {
    padding: 0 15px;
  }
  .search-inner.cabinet .cabinet-right {
    width: 68%;
  }
  .avtorizaciya-main .avtorizaciya-main__incorrect {
    display: block;
    margin-top: 10px;
    margin-left: 215px;
  }
  .search-result-left__about .col__about {
    font-size: 13px;
  }
  .search-result-left.right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .search-result-see {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #kak-dobratsya-page .search-result-left.right, .search-result-left.right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #kak-dobratsya-page .search-result-left.right .search-result-left-wrap__button, .search-result-left.right .search-result-left-wrap__button {
    margin: 10px 0;
  }
  .search-result-left__text-template tr th, .search-result-left__text-template tr td {
    padding-left: 10px;
  }
  .avtorizaciya-main__form.recovery-second .avtorizaciya-main__form-item {
    display: block;
    margin-right: 0 !important;
  }
  #modal4, #modal10, #modal13, #modal15 {
    width: 100%;
  }
  #modal4 .modal-content .modal__left, #modal10 .modal-content .modal__left, #modal13 .modal-content .modal__left, #modal15 .modal-content .modal__left {
    float: none;
    width: 100%;
  }
  #modal4 .modal-content .modal__right, #modal10 .modal-content .modal__right, #modal13 .modal-content .modal__right, #modal15 .modal-content .modal__right {
    float: none;
    width: 100%;
  }
  .modal-content .table__right {
    width: 767px;
  }
  #modal14 {
    width: 100%;
  }
  .search-result-left__sort .right__sort {
    display: none;
  }
  .search-result-left__paketnui .left__paketnui {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .search-result-left__paketnui .center__paketnui {
    width: 50%;
  }
  .search-result-left__paketnui .right__paketnui {
    width: 50%;
  }
  .search-result-left__add-services .col__add-services:first-child {
    width: auto;
  }
  .h-search {
    float: left;
  }
  .search-result-see__no-result {
    min-height: auto;
  }
  #tours2-page h1 {
    float: left;
  }
  .search-inner {
    background-size: cover;
    padding: 20px 0;
  }
  .search-result-right.mobile {
    display: block;
  }
  .search-result-right__item.mobile-new {
    display: none;
  }
  #hotel-nomera .search-result-left__hotel .search-result-left__rate-hotel {
    min-height: inherit;
  }
}

/*==================================================   767   =============================================================*/
@media screen and (max-width: 767px) {
  .table-wrapp {
    overflow-y: auto;
    width: 100%;
  }
  .tour-operator__container {
    left: 10px;
    right: inherit;
  }
  .icon-slider-left:before, .icon-slider-right:before {
    background-size: 50% 50%;
  }

  .flex-table {
    width: 100%;
    overflow-x: scroll;
  }
  
   .tours-icon-slider-left:before, .tours-icon-slider-right:before {
    background-size: 50% 50%;
  }
  .search-result-left-wrap__row {
    border-bottom: none;
    height: 39px;
  }
  #hotel-nomera .b-table {
    width: 680px;
  }
  #hotel-nomera .tour-operator__container {
    left: -18px;
  }
  .search-result-left__comments .item__comment {
    width: 100%;
  }
  .search-result-left__hotel-opisanie .bg__item:first-child, .search-result-left__hotel-opisanie .bg__item:nth-child(2n), .search-result-left__hotel-opisanie .bg__item:nth-child(5n) {
    width: 100%;
  }
  .search-result-left__hotel-opisanie .bg__item:first-child .jq-selectbox, .search-result-left__hotel-opisanie .bg__item:first-child .jq-selectbox__select, .search-result-left__hotel-opisanie .bg__item:nth-child(2n) .jq-selectbox, .search-result-left__hotel-opisanie .bg__item:nth-child(2n) .jq-selectbox__select, .search-result-left__hotel-opisanie .bg__item:nth-child(5n) .jq-selectbox, .search-result-left__hotel-opisanie .bg__item:nth-child(5n) .jq-selectbox__select {
    width: 100%;
  }
  .search-result-left__hotel-opisanie .trans-btn {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .search-result-left__hotel-opisanie .trans-btn input {
    width: 100%;
    padding: 0 5px;
    font-size: 12px;
  }
  .search-result-left__hotel-opisanie label {
    margin-bottom: 10px;
    width: 100%;
  }
  .search-result-left__hotel-opisanie .tabs li {
    display: block;
    float: none;
    margin-right: 0;
  }
  .search-result-left__hotel-opisanie .icon-calendar {
    right: 20px;
  }
  .search-result-left__hotel-opisanie .tabs {
    height: 85px;
  }
  .search-result-left__hotel-opisanie .index-coast .coast-right a {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    text-align: center;
  }
  .search-result-left__hotel-opisanie .index-coast .coast-left {
    float: none;
    margin-bottom: 10px;
  }
  .search-result-left__hotel-opisanie .index-coast .coast-right {
    float: none;
  }
  .search-result-left__hotel-opisanie .table__side.left {
    padding-right: 0;
    width: 100%;
  }
  .search-result-left__hotel-opisanie .bg__item:first-child input, .search-result-left__hotel-opisanie .bg__item:nth-child(2n) input {
    width: 100%;
  }
  .search-result-left__hotel-opisanie .bg__item:nth-child(5n) .search__date-input.width {
    width: 46%;
  }
  .search-result-left__hotel-opisanie .jq-selectbox.big {
    width: 100%;
  }
  .search-result-left__hotel-opisanie .tabs_in li {
    display: block;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .search-result-left__hotel-opisanie .tabs_in {
    height: 125px;
  }
  .search-result-left__hotel-opisanie .bg__item:nth-child(3n) {
    width: 100%;
  }
  .search-result-left__hotel-opisanie .bg__item:nth-child(3n) .jq-selectbox {
    width: 100%;
    margin-bottom: 10px;
  }
  .search-result-left__hotel-opisanie .bg__item:nth-child(3n) .jq-selectbox:last-child {
    margin-bottom: 0;
  }
  .search-result-left__comments .rate__comments {
    padding-left: 5px;
    padding-right: 5px;
  }
  .search-result-left__add-comment .incorrect {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .search-result-left__add-comment .item-raitng span {
    text-align: left;
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }
  .search-result-left__add-comment .position__rate-hotel {
    max-width: 30px;
  }
  #hotel-nomera .nomera-new-wrap {
    overflow-y: auto;
  }
  .search-result-left__add-services .gray-bg__add-services .jq-selectbox__select, .search-result-left__add-services .gray-bg__add-services .jq-selectbox, .search-result-left__add-services .gray-bg__add-services .jq-selectbox__dropdown {
    width: 100%;
  }
  .search-inner.cabinet .cabinet-right__palce {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .search-result-left__add-services .gray-bg__add-services .b-col__add-services {
    float: none;
    width: 100%;
    display: block;
    padding-right: 0;
  }
  .search-result-left__add-services .gray-bg__add-services .b-col__add-services:nth-child(3n), .search-result-left__add-services .gray-bg__add-services .b-col__add-services:nth-child(4n), .search-result-left__add-services .gray-bg__add-services .b-col__add-services:nth-child(5n) {
    float: left;
    width: 33.3333%;
    margin-top: 10px;
  }
  .search-result-left__add-services .gray-bg__add-services span {
    margin-bottom: 5px;
  }
  .search-result-left__r-search .item__r-search:nth-child(4n) {
    min-width: none;
  }
  .search-result-left__add-services .gray-bg__add-services .b-col__add-services:last-child {
    width: 100%;
  }
  .search-result-left__add-services .gray-bg__add-services .b-col__add-services:first-child {
    margin-bottom: 10px;
  }
  .search .search__item.width, .search-inner .search__item.width {
    width: 43%;
  }
  .search-result-left__see .nav__see.excursions.oteli .item__see .hotel-item:first-child {
    margin-bottom: 0;
  }
  .mobile__i {
    display: block;
    width: 13%;
    margin-top: 5px;
  }
  .search-result-left__add-services .gray-bg__add-services .b-col__add-services .hidden {
    top: 35px;
  }
  .search-result-left__add-services .gray-bg__add-services .b-col__add-services:first-child {
    padding-top: 0;
    margin-bottom: 0;
  }
  .desctop__i {
    display: none;
  }
  .search-result-left__add-services .b-col__add-services .jq-selectbox {
    float: right;
    width: 87% !important;
  }
  .search-result.excur .center__paketnui {
    padding-left: 0;
    padding-right: 0;
  }
  #tours2-page h1 {
    float: none;
  }
  .search__button-wrap {
    margin: 30px 0;
  }
  .h-search-wrap .h-search, .h-search {
    float: none;
  }
  .search-result-left__menu {
    margin-bottom: 20px;
  }
  .h-search-wrap .search-tours {
    float: left;
  }
  .h-search-wrap {
    margin-bottom: 15px;
  }
  .search-result-left__add-services .gray-bg__add-services {
    padding: 20px 10px;
  }
  .search-result-left__add-services .table__add-services {
    width: 600px;
  }
  .new__wrap {
    overflow-y: auto;
  }
  .search-result-left__paketnui .center__paketnui {
    width: 100%;
    float: none;
    padding: 10px 20px;
  }
  .search-result-left__paketnui .right__paketnui {
    width: 100%;
    float: none;
    padding: 20px;
  }
  .header-top__left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .header-top__right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .header-top__link {
    font-size: 11px;
  }
  .header-top__item {
    margin-right: 7px;
    padding-right: 7px;
  }
  .header-middle__left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .header-middle__right {
    float: none;
    width: 100%;
    margin-left: 0px !important;
    text-align: center;
  }
  .mobile-menu {
    display: inline-block;
    margin-top: 9px;
  }
  .nav {
    min-height: 39px;
  }
  .header-nav__item {
    display: block;
  }
  .header-nav__item::before, .header-nav__item:first-child::after {
    display: none;
  }
  #ddmenu ul {
    top: 92px;
  }
  .header-top__item {
    margin-right: 0;
  }
  .tours-nav {
    display: none;
  }
  .tour-operator__item {
    width: 100%;
    border: 1px solid rgba(224, 224, 224, 0.66);
    padding: 10px;
    display: block;
    margin-right: 0;
    border-radius: 3px;
    background: #fff;
  }
  .tour-operator__link {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
  .news-left__social {
    width: 100%;
  }
  .news-right__item {
    display: block;
    margin-right: 0;
    padding-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .news-right__item:last-child {
    margin-bottom: 0;
  }
  .news-right {
    padding-left: 0;
  }
  .news-right__nav {
    margin-left: 0;
  }
  .tours-right__title {
    font-size: 30px;
    top: 5%;
    width: 100%;
    text-align: center;
  }
  .tours-right__text {
    font-size: 16px;
    top: 50%;
  }
  .tours-right__slider img {
    min-height: 180px;
  }
  .tours-right__slider i {
    font-size: 30px;
  }
  .tours-right__slider .owl-prev, .tours-right__slider .owl-next {
    margin-top: -12px;
  }
  .main-error__block {
    min-height: auto;
    padding: 30px 20px;
  }
  .main-error__h1 {
    font-size: 23px;
  }
  .main-error__error-text {
    font-size: 16px;
  }
  .main-error p:last-child {
    margin-bottom: 0;
  }
  .search-result-left .left__akcii-item {
    display: block;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .search-result-left .right__akcii-item {
    display: block;
    margin: auto;
  }
  .avtorizaciya-main {
    min-height: auto;
  }
  .search-result-left .left__date {
    float: none;
    margin-bottom: 15px;
  }
  .search-result-left .right__date {
    float: none;
  }
  .search-result-left .list__akcii-item a {
    margin-left: 0;
    margin-right: 5px;
    display: inline-block;
  }
  .search-result-left__video iframe {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
  .search-result-left__add-comment ul {
    display: block;
    margin-top: 15px;
  }
  .tour-operator__item .img-box {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .tour-operator__text-wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-left: -110px;
    border: none;
    padding: 0 0 0 120px;
  }
  .tour-operator__title {
    min-height: auto;
  }
  .tour-operator__nav {
    margin-left: 0;
  }
  .tour-operator__promo {
    margin-left: -8px;
  }
  .tour-operator__coast {
    float: none;
    margin-bottom: 10px;
  }
  .tour-operator__comment {
    float: none;
  }
  .footer-left {
    float: none;
    width: 280px;
    margin: 0 auto 20px auto;
    margin-bottom: 20px;
  }
  .footer-center {
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer-right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer {
    height: auto;
    position: static;
  }
  .content {
    padding-bottom: 0;
  }
  .search-inner.cabinet {
    min-height: auto;
  }
  .search-inner.cabinet .cabinet-left {
    width: 120px;
    height: 120px;
  }
  .search-inner.cabinet .cabinet-left__photo a {
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .search-inner.cabinet .cabinet-left__photo {
    height: 100%;
  }
  .search-inner.cabinet .cabinet-left__photo .icon-human::before {
    font-size: 40px;
    line-height: 80px;
  }
  .search-inner.cabinet .cabinet-right__name {
    font-size: 14px;
    margin: 0 0 5px 0;
  }
  .search-inner.cabinet .cabinet-right {
    width: 80%;
    height: 120px;
    position: relative;
  }
  .search-inner.cabinet .cabinet-right {
    padding: 14px 10px;
  }
  .search-inner.cabinet .cabinet-right ul li {
    margin-right: -2px;
  }
  .search-inner.cabinet .cabinet-right__delete {
    font-size: 13px;
    position: absolute;
    bottom: 14px;
    left: 10px;
  }
  .search-inner.cabinet .cabinet-left__photo {
    width: 100%;
  }
  .search-inner.cabinet {
    background: none;
  }
  .avtorizaciya-main__item span {
    min-width: auto !important;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .avtorizaciya-main__input {
    width: 100%;
  }
  .avtorizaciya-main .avtorizaciya-main__incorrect {
    margin-left: 0;
  }
  #cabinet-settings-page #modal__incorrect, #cabinet-settings-page #modal__incorrect2 {
    margin-left: 20px;
  }
  .avtorizaciya-main .correct {
    margin-left: 0;
  }
  .search-result-left__about .table__about {
    display: block;
    overflow-y: auto;
    width: 100%;
  }
  .search-result-left__schedule .table__schedule {
    width: 680px;
  }
  .main__schedule {
    width: 100%;
    overflow-y: auto;
  }
  .search-result-left__coasts-wrap.left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .search-result-left__coasts-wrap.right {
    float: none;
    width: 100%;
  }
  .search-result-left-wrap__table.mobile {
    display: table;
    border-bottom: 1px solid #e5e5e5;
  }
  .search-result-left-wrap__table.mobile .toggle_link {
    color: #000;
    font-family: "OpenSans";
    font-size: 14px;
    font-weight: 400;
  }
  .search-result-left-wrap__link {
    margin-bottom: 10px;
  }
  .search-result-left-wrap__table.desktop {
    display: none;
  }
  .search-result-left-wrap__col:first-child, .search-result-left-wrap__col:last-child {
    width: 100%;
  }
  .toggle_block {
    width: 100%;
  }
  .toggle_block .search-result-left-wrap__col {
    width: auto;
  }
  .toggle_block .search-result-left-wrap__table {
    border-bottom: none;
  }
  .toggle_block .search-result-left-wrap__col {
    border-bottom: none !important;
  }
  .search-result-left-wrap__col b {
    margin: 10px 0;
    display: block;
  }
  .search-result-left-wrap__table.desktop {
    display: none;
  }
  .search-result-left__photo.foto .box__photo {
    width: 50%;
  }
  .search-result-left__add-comment .item__add-commnet {
    float: none;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .search-result-left__festival .left__festival {
    float: none;
    margin-bottom: 20px;
  }
  .search-result-left__festival .right__festival {
    float: none;
  }
  #chto-posmotret-txt .search-result-left__photo .left__photo {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  #chto-posmotret-txt .search-result-left__photo .right__photo {
    float: none;
    width: 100%;
    text-align: center;
  }
  #chto-posmotret-txt .search-result-left__photo .box__photo {
    float: left;
    padding-right: 5px;
    width: 50%;
  }
  .search-result-left__sort .left__sort {
    float: none;
    margin-bottom: 15px;
  }
  .search-result-left__sort .right__sort {
    float: none;
    text-align: center;
  }
  .search-result-left__sort .right__sort a {
    margin-left: 0;
    margin-right: 10px;
  }
  .search-result-left__see .item__see {
    width: 50%;
  }
  .search-result-left__see .nav__see.plitka .item__see img, #chto-posmotret-page .search-result-left__see .item__see img {
    width: 100px;
  }
  .search-result-left__see .nav__see.plitka .text__see {
    margin-left: -110px;
    padding-left: 125px;
  }
  .search-result-left__see .nav__see.plitka .ref__see a {
    margin-bottom: 5px;
  }
  .search-result-left__smart-search.oteli .left__smart-search {
    width: 100%;
    float: none;
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
  }
  .search-result-left__smart-search.oteli .right__smart-search {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .search-result-left__smart-search .right__smart-search .input__smart-search.max-width, .search-result-left__smart-search.oteli .left__smart-search.region, .search-result-left__smart-search.oteli .input__smart-search.coast {
    max-width: 100%;
  }
  .jq-selectbox__dropdown {
    width: 100%;
  }
  #fotogalereya .box__photo img {
    max-height: none;
  }
  #fotogalereya .box__photo:nth-child(5n+5) {
    padding-right: 5px;
  }
  #fotogalereya .search-result-left__add-comment input {
    font-size: 12px;
  }
  #fotogalereya .search-result-right__input-wrap.maxwidth .search-result-right__btn {
    padding-left: 60px;
  }
  #fotogalereya .search-result-left__add-comment .jq-selectbox {
    min-width: 100%;
  }
  .search-result-left__manager .item__manager {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
  .search-result-left__manager .nav__manager {
    margin-left: 0;
  }
  .search-result-left .left__kontakty {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .search-result-left .right__kontakty {
    float: none;
    width: 100%;
  }
  .search-result-left-wrap .nav-regionу .item-regionу .img-box {
    display: block;
    margin-bottom: 20px;
  }
  .search-result-left-wrap .nav-regionу .item-regionу .text-regiony {
    display: block;
    margin-left: 0;
    padding-left: 0;
  }
  .search-result-left__smart-search .submit__smart-search {
    text-indent: -9999px;
    padding: 0 30px;
  }
  .search-result-left__see .nav__see.excursions.oteli .item__see .img-box {
    display: block;
  }
  .search-result-left__see .nav__see.excursions.oteli .item__see .text__see {
    display: block;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
  }
  .search-result-left__see .nav__see.excursions.oteli.plitka .item__see {
    position: relative;
  }
  .search-result-left__see .nav__see.excursions.oteli .item__see .link__title {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 100px;
  }
  .search-result-left__text-template table {
    width: 100%;
    overflow-y: auto;
    display: block;
  }
  .search-result-left__text-template tr td {
    min-width: 150px;
  }
  .search-result-left__text-template p img {
    float: none;
    display: block;
    margin: 0 0 15px 0;
  }
  .search-result-left__news .left__news {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .search-result-left__news .right__news {
    float: none;
    padding-left: 0;
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
  }
  .search-result-left__news .right__news img {
    width: auto;
  }
  .search-result-left__impression .item__impression {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .search-result-left__opisanie-slider .big-images img {
    width: 100%;
  }
  .search-result-left__add-comment .input {
    width: 100%;
  }
  .search-result-left__about-company .img-box {
    display: block;
    margin-bottom: 10px;
  }
  .search-result-left__about-company .text__about-company {
    display: block;
    margin-left: 0;
    padding-left: 0;
  }
  .search-result-left .nav-regionу .item-regionу .img-box {
    display: block;
    margin-bottom: 10px;
  }
  .search-result-left .nav-regionу .item-regionу .text-regiony {
    display: block;
    padding-left: 0;
    margin-left: 0;
  }
  .avtorizaciya-main__social p {
    display: block;
  }
  .avtorizaciya-main__social ul {
    margin-left: 0;
    margin-top: 10px;
  }
  #tours-page .tour-operator__nav.tours .tour-operator__item, #tours2-page .tour-operator__nav.tours .tour-operator__item {
    width: 100%;
  }
  #tours-page .tour-operator__text-wrap, #tours2-page .tour-operator__text-wrap {
    background: none;
  }
  .search-result-left__smart-search .left__smart-search {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .search-result-left__smart-search .right__smart-search {
    float: none;
    width: 100%;
  }
  .search-result-left .contacts__about-company {
    padding-left: 0;
    margin-left: 0;
  }
  .avtorizaciya-main__input.max {
    width: 100%;
  }
  .avtorizaciya-main__form-item.btn i {
    left: 15px;
  }
  .avtorizaciya-main__btn {
    padding-left: 45px;
  }
  .search-result-left__excurs-left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .search-result-left__excurs-right {
    float: none;
    width: 100%;
  }
  .search-result-left__r-search .item__r-search {
    max-width: 100%;
    width: 50%;
    padding-right: 0;
    margin-bottom: 7px;
  }
  .search-result-left__r-search .item__r-search .text, .search-result-left__r-search .item__r-search .coast {
    margin-bottom: 5px;
  }
  .search-result-left__r-search .item__r-search .more-positions-hide {
    margin-top: 35px;
  }
  .search-result-left__rover .left__r-search {
    float: none;
    margin-bottom: 20px;
  }
  .search-result-left__rover .right__r-search {
    float: none;
  }
  .search-result-left__r-search.add .item__r-search:nth-child(-n+3), .search-result-left__r-search.add .title:nth-child(-n+3) {
    display: none;
  }
  .search-inner .search__item.width .jq-selectbox {
    width: 100%;
  }
  .search-result-left__add-services .gray-bg__add-services .text, .search-result-left__add-services .gray-bg__add-services .coast {
    padding-top: 0;
  }
  .search-result-left__hotel-opisanie .opisanie__table {
    display: block;
    width: 600px;
  }
  .opisanie-wrap-new {
    overflow-y: auto;
  }
  .search-result-left__hotel .search-result-left__opisanie-slider .big-images img {
    height: 250px;
  }
  .search-result-left__hotel .search-result-left__opisanie-slider .thumbs img {
    height: 150px;
  }
  .search-result-left__see .nav__see.excursions.oteli .item__see .img-box {
    float: none;
    margin-right: 15px;
  }
  .search-result-left__sort .left__sort .item__sort {
    margin-right: 5px;
  }
  .search-result-left__see .nav__see.excursions.oteli .item__see .link__title {
    padding-left: 0;
    width: 100%;
    position: static;
  }
  .search-result-left__see .nav__see.excursions.oteli .item__see .age {
    display: block;
    padding-right: 0;
    margin-bottom: 5px;
    text-align: right;
  }
  .search-result-left__see .nav__see.excursions.oteli .item__see .text__see {
    margin-top: 25px;
    float: none;
    width: 100%;
  }
}

/*==================================================   700   =============================================================*/
@media screen and (max-width: 700px) {
  .search-inner.cabinet .cabinet-right {
    width: 78%;
  }
}

/*==================================================   650   =============================================================*/
@media screen and (max-width: 650px) {
  .search-inner.cabinet .cabinet-right {
    width: 76%;
  }
}

/*==================================================   600   =============================================================*/
@media screen and (max-width: 600px) {
  .search-inner.cabinet .cabinet-right {
    width: 74%;
  }
}

/*==================================================   570   =============================================================*/
@media screen and (max-width: 570px) {
  #modal5, #modal11, #modal12 {
    width: 100%;
  }
  #modal7, #modal9, #modal16 {
    width: 100%;
  }
  .search-result-left__hotel .search-result-left__rate-hotel {
    min-height: 370px;
  }
}

/*==================================================   550   =============================================================*/
@media screen and (max-width: 550px) {
  .search-inner.cabinet .cabinet-right {
    width: 72%;
  }
}

/*==================================================   520   =============================================================*/
@media screen and (max-width: 520px) {
  #modal1, #modal2 {
    width: 100%;
  }
}

/*==================================================   500   =============================================================*/
@media screen and (max-width: 500px) {
  .tours-right__title {
    font-size: 20px;
    width: 100%;
    text-align: center;
    top: 12%;
  }
  .search-inner.cabinet .cabinet-right {
    width: 68%;
  }
  .tours-right__text {
    font-size: 13px;
    text-align: center;
    top: 65%;
    width: 100%;
  }
  .tours-right__slider .owl-dots {
    bottom: 5px;
  }
  .tours-right__item {
    padding-left: 10px;
  }
  .tours-right__nav {
    margin-left: -10px;
  }
  .tours-right__city {
    top: 35%;
    padding-left: 5px;
    left: 10px;
  }
  .tours-right__coast {
    padding-left: 5px;
    left: 10px;
  }
  .search-result-left__add-comment input {
    width: 100%;
  }
  .search-result-right__item.tab .tabs li {
    padding: 0 15px;
  }
  .search-result-right__item {
    padding: 25px 20px;
  }
  .search-result-right__link {
    padding: 10px 5px;
  }
  .search-result-left .list__akcii-item a {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .search-result-left .list__akcii-item a:last-child {
    margin-bottom: 0;
  }
  .cabinet-right__name {
    float: none !important;
  }
  .search-inner.cabinet .cabinet-right__delete {
    float: none;
    display: block;
    text-align: right;
  }
  .avtorizaciya-main__button, #cabinet-settings-page .avtorizaciya-main__button {
    padding: 0 13px;
  }
  .search-result-left__total {
    font-size: 21px;
  }
  .search-result-left__price {
    font-size: 12px;
    margin-top: 3px;
  }
  .search-result-left__add-comment label {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .search-result-left__add-comment label:last-child {
    margin-bottom: 0;
  }
  .search-result-left__festival .left__festival a {
    margin-bottom: 5px;
  }
  .search-result-left__sort .left__sort span {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .search-result-left__see .nav__see.plitka .img-box {
    display: block;
  }
  .search-result-left__see .nav__see.plitka .text__see {
    display: block;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
  }
  .search-result-left__see .nav__see.plitka .item__see img, #chto-posmotret-page .search-result-left__see .item__see img {
    max-height: none;
    width: 100%;
  }
  .search-result-left .dostizheniya__item .img-box {
    display: block;
  }
  .search-result-left .dostizheniya__item .dostizheniya__text {
    display: block;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
  }
  .search-result-left__text-template p img {
    width: 100%;
  }
  .search-result-left__about-company p img {
    float: none;
    margin: 0 0 15px 0;
    display: block;
    width: 100%;
  }
  .search-result-left .nav-regionу .item-regionу .b-link-regiony {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #modal6, #modal8 {
    width: 100%;
  }
  #excursions .search-result-left__excursions-wrap.plitka .text__see {
    margin-left: 0;
    padding-left: 0;
  }
  #excursions .search-result-left__excursions-wrap.plitka .text__see, .search-result-left__excursions-wrap.plitka .text__see {
    position: static;
    margin-top: 20px;
  }
  .search-result-left__see .nav__see.excursions .item__see {
    position: relative;
  }
  .search-result-left__see .nav__see.excursions.plitka .link__title {
    /*position: absolute;
    top: -5px;
    right: 0;*/
    /*padding-left: 15px;*/
    font-size: 13px;
  }
  #excursions .search-result-left__see .photo__see {
    display: block;
  }
  #excursions .search-result-left__excursions-wrap.plitka .item__see img, .search-result-left__excursions-wrap.plitka .item__see img {
    width: 65px;
  }
  .search-result-left__see .nav__see.excursions.plitka .left-text__see {
    float: none;
    width: 100%;
  }
  .search-result-left__see .nav__see.excursions.plitka .right-text__see {
    float: none;
  }
  .search-result-left__see .nav__see.excursions .human-item, .search-result-left__see .nav__see.excursions .human-item, .search-result-left__see .nav__see.excursions .human-item, .search-result-left__see .nav__see.excursions.plitka .age {
    text-align: center;
  }
  .search-result-left__paketnui .left__paketnui {
    overflow-y: auto;
  }
  .search-result-left__paketnui .table__paketnui {
    width: 500px;
  }
  .search__back {
    display: block;
    margin-left: 0;
  }
  .search-result-left__see .nav__see.excursions.plitka .human-item {
    float: left;
    margin-right: 20px;
  }
  .search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-left {
    display: block;
    width: 100%;
  }
  .search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-center {
    display: block;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .search-result-left__see .nav__see.excursions.oteli .photo__see {
    width: 100%;
    float: none;
  }
  .search-result-left__see.excursion .photo__see {
    width: 100%;
  }
  .search-result-left__see.excursion .text__see {
    width: 100% !important;
    float: left;
  }
  .search-result-left__see.excursion .right-text__see {
    float: none !important;
  }
  .search-result-left__see.excursion .human-item {
    text-align: left !important;
  }
  .search-result-left__see.excursion .age {
    text-align: left !important;
  }
  .search-result-left__see.excursion .img-box {
    width: 65px !important;
  }
  .search-result-left__see.excursion .img__see {
    margin-right: 0;
  }
  .search-result-left__see .nav__see.excursions .left-text__see {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px !important;
  }
  .search-result-left__oteli.plitka .img-box {
    float: left !important;
    width: 42% !important;
  }
  .search-result-left__oteli.plitka .left-text__see {
    float: left !important;
    width: 51% !important;
  }
  .nav__see.excursions.oteli.plitka .left-text__see {
    margin-top: 0 !important;
  }
  .search-result-left__oteli.plitka .photo__see {
    overflow: hidden;
  }
  .search-result-left__see .nav__see.oteli .oteli__in {
    padding: 17px 5px;
  }
}

/*==================================================   450   =============================================================*/
@media screen and (max-width: 450px) {
  .search-inner.cabinet .cabinet-right {
    width: 64%;
  }
}

/*==================================================   416   =============================================================*/
@media screen and (max-width: 416px) {
  .header-middle__left img {
    display: block;
    width: 100%;
  }
  #modal6 .modal-content .modal__link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }
  .search-result-left__hotel-opisanie .img-box img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .search-result-left__hotel-opisanie .spoiler_body {
    padding-left: 5px;
    padding-right: 5px;
  }
  .search-result-left__hotel-opisanie .services li {
    width: 100%;
  }
  .search-result-left__paketnui .center__paketnui .link {
    font-size: 13px;
  }
  .search-result-left__paketnui .title__paketnui span, .search-result-left__paketnui .title__paketnui {
    font-size: 22px;
  }
  .search-result-left .search-result-left__rate-hotel.tur {
    display: none;
  }
  .all-clear input {
    font-size: 12px !important;
  }
  .search-result-left__r-search .item__r-search .order {
    font-size: 12px;
  }
  .search-result-left__add-services .gray-bg__add-services .b-col__add-services:nth-child(3n), .search-result-left__add-services .gray-bg__add-services .b-col__add-services:nth-child(4n), .search-result-left__add-services .gray-bg__add-services .b-col__add-services:nth-child(5n) {
    float: none;
    width: 100%;
  }
  .big-images-sec span {
    font-size: 16px;
  }
  .search-result-left__add-services .gray-bg__add-services .b-col__add-services .hidden {
    min-width: 215px;
  }
  .search-result-left__hotel-opisanie .item-hotel__hotel-opisanie .item-right .item-right__pos {
    float: none;
    width: 100%;
  }
  .search-result-right__item .one__item .title {
    font-size: 13px;
  }
}

/*==================================================   400   =============================================================*/
@media screen and (max-width: 400px) {
  .search-inner.cabinet .cabinet-right {
    width: 58%;
  }
}

/*==================================================   370   =============================================================*/
@media screen and (max-width: 370px) {
  .toggle_block .search-result-left-wrap__col {
    padding-right: 6px;
    font-size: 11px !important;
  }
  .search-result-left__festival .comment__festival {
    display: block;
    margin-bottom: 10px;
  }
  .search-result-left .btn__festival {
    margin-left: 0;
  }
  .avtorizaciya-main__btn {
    width: 100%;
  }
  .avtorizaciya-main__form-item.btn {
    display: block;
  }
  .search-result-left__tours .link__tours, .search-result-left__tours.min .link__tours {
    padding: 14px 50px;
    display: block;
  }
  #modal3 {
    width: 100%;
  }
  .avtorizaciya-main__input {
    font-size: 12px;
  }
  .search-result-left__hotel .search-result-left__rate-hotel .position__rate-hotel {
    padding-left: 0;
    display: block;
  }
  .search-result-left__hotel .search-result-left__rate-hotel {
    min-height: 500px;
  }
  .search-result-left__hotel .search-result-left__rate-hotel .big__rate-hotel span {
    padding-left: 0;
    display: block;
    margin-top: 10px;
  }
  .search-result-left__comments p {
    overflow-y: hidden;
  }
  .search-inner.cabinet .cabinet-right {
    width: 56%;
  }
}

/*==================================================   340   =============================================================*/
@media screen and (max-width: 340px) {
  .search-result-left-wrap__btn, .search-result-left-wrap__button {
    width: 235px;
  }
  .search-result-right__item .manager-text__item {
    padding-left: 95px;
  }
  .search-inner.cabinet .cabinet-right {
    width: 53%;
  }
}

.icon-calendar {
  background: url(../img/icon/calendar.png) 0 0 no-repeat;
  width: 18px;
  height: 18px;
}

/*# sourceMappingURL=../maps/style.css.map */
.tour-description {
    /*height: 258px;*/
	    height: 530px;
    overflow: hidden;
}
.tour-description.open {
    height: auto;
    overflow: hidden;
}
.tour-description + a {
    margin-top: 15px;
    border: none;
    color: #FFF;
    font-family: "OpenSans";
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #2EADB3;
    border-radius: 3px;
    padding: 16px 0 16px 25px;
    display: block;
    /* width: 100%; */
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    display: inline-block;
    padding-right: 25px;
}

.search-result-left__opisanie a{    font-family: "OpenSans";
    font-size: 14px;
    color: #1c8489;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 10px;} 
.search-result-left__opisanie a:hover{ color: #d16214 !important;}   

.search-result-left__text-tours a{text-decoration: none !important;}
.showgallery{cursor: pointer;}
.blog p img{    display: inline !important;  float: none !important;    margin: 0px !important;}
.owl-carousel li.tour-operator__item{    width: 100% !important;padding-left: 0px !important;}
.owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -26px;
}

.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -26px;
}

.tour-operator__nav.owl-carousel{    margin-left: 0px !important;}
.tours-icon-slider-left:before {
    content: '';
   background: url(../img/tours-main-slider-prev.png) center no-repeat;
   width: 30px;
   height: 29px;
}
.tour-operator__nav.owl-carousel .owl-prev {
   width: 20px;
   overflow: hidden;
   left: -24px;
   height: 150px;
   margin-top: -75px;
   padding-top: 41px;
}

.tour-operator__nav.owl-carousel .owl-next {
    height: 150px;
   right: -22px;
   margin-top: -75px;
   padding-top: 39px;
}
.tours-icon-slider-right:before {
   content: '';
   background: url(../img/tours-main-slider-next.png) 0 0 no-repeat;
   width: 20px;
   height: 33px;
   background-position: center;
}
.price span{    margin-left: 5px;
    margin-bottom: -4px  !important;}
.newpriceblock .price{
    background-color: transparent;
    padding: 5px;
    border: 1px solid gray;
	cursor: pointer;
}
.newpriceblock .price.active{
    background-color: #2eadb3;
}
.newpriceblock .price:hover{
    background-color: #fcfcf1;
}
.dataajaxload .search-result-right__list:first-child{padding-top: 0px;}
@media screen and (max-width: 500px){
.search-result-left__paketnui .table__paketnui,.search-result-left__hotel-opisanie .opisanie__table {
        width: 100% !important;
}

.search-result-left__hotel-opisanie .opisanie__col:nth-child(3n+1) {
   min-width: 0px;
}
}
.search-result-right__btn.tour-detail-modal{
    padding: 16px !important;
    color: white !important;
    text-decoration: none !important;
}
.turs_link{color: #1c8489;
    font-family: "OpenSans";
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    display: block;}
.page_agenstvam a{color: #1c8489 !important;
    font-family: "OpenSans" !important;
	    font-weight: 700;}
.page_agenstvam ol{margin-left: 30px;}
.page_agenstvam ol li{    color: #000;
    font-family: "OpenSans";
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 10px;}
.page_agenstvam td b{    color: #000;
    font-family: "OpenSans";
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 14px !important;} 
.docs_block  .docs{color: #1c8489 !important;
    font-family: "OpenSans" !important;
    font-weight: 700;
    font-size: 22px;
	    margin-bottom: 10px;}
.docs_block  p{    margin: 0px;}
.docs_block p a{    color: #0078cb !important;
    font-weight: 400;
    text-decoration: underline;
    margin: 5px 0px 0px 10px;}
.text__no-result{line-height: 20px;}

.tours-left__region {
  display: none;
}


.header-middle__right + .header-middle__right {
  margin-right: 50px;
}

.nag {
  color: #b2b2b2;
font-size: 14px;
}


.current_currency {
	display: none !important;
}