.TagSmall {
  min-width: 60px;
  text-align: center;
  height: 28px;
  line-height: 30px;
  display: inline-block;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 18px;
  -webkit-box-shadow: 0px 0px 0px 1.5px rgba(99, 99, 101, 0.23);
  -moz-box-shadow: 0px 0px 0px 1.5px rgba(99, 99, 101, 0.23);
  box-shadow: 0px 0px 0px 1.5px rgba(99, 99, 101, 0.23);
  color: #636365;
}
.Popup {
  width: 214px;
  min-height: 198px;
  background-color: #ffffff;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.19), 0 0 6px 0 rgba(0, 0, 0, 0.26);
  position: absolute;
  padding: 25px;
  animation: fadein 0.2s ease-in-out 0s;
  z-index: 1;
}
.Popup.top-padding {
  padding-top: 45px;
}
.Popup .CloseBtn {
  width: 38px;
  text-align: center;
  margin-right: 12px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  opacity: .4;
  line-height: 1.13;
  border-bottom: solid 0.8px #065a87;
  transition: all .3s ease;
  position: absolute;
  left: 20px;
  bottom: 10px;
}
.Popup .CloseBtn:hover {
  color: #065a87;
  opacity: 1;
  cursor: pointer;
}
.Popup .CloseBtn.btn-with-x {
  display: block;
  position: absolute;
  left: 10px;
  top: 11px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-bottom: none;
}
.Popup .CloseBtn.btn-with-x::after,
.Popup .CloseBtn.btn-with-x::before {
  content: '';
  height: 17px;
  border-left: 2px solid #afafaf;
  position: absolute;
  top: 2px;
  left: 9px;
  box-shadow: 0 0 1px 0px #afafaf;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.Popup .CloseBtn.btn-with-x::before {
  transform: rotate(-45deg);
}
.Popup .CloseBtn.btn-with-x::after {
  transform: rotate(45deg);
}
.Popup .CloseBtn.btn-with-x:hover::after,
.Popup .CloseBtn.btn-with-x:hover::before {
  border-color: #065a87;
  box-shadow: 0 0 1px 0px #065a87;
}
.Popup .TagSmall {
  margin-left: 12px;
  margin-bottom: 10px;
  white-space: nowrap;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ot-dst-picker {
  border-radius: 4.5px;
  height: 31px;
  background-color: rgba(216, 216, 216, 0.3);
  position: relative;
}
.ot-dst-picker > .wrap {
  margin-left: 8px;
  height: 27px;
  overflow: hidden;
  padding-right: 8px;
  display: flex;
}
.ot-dst-picker .c-selected {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex-direction: row;
  flex: 0 0 100%;
}
.ot-dst-picker .count {
  flex: 1;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #636365;
}
.ot-dst-picker .c-input {
  flex: 1;
}
.ot-dst-picker input {
  background: none;
  border: none;
  font-size: 17px;
  height: 17px;
  margin-top: 2px;
  color: #e5e5e5;
  font-family: "almoni-dl", Arial, sans-serif;
  font-weight: normal;
  width: 100%;
}
.ot-dst-picker input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e5e5e5;
}
.ot-dst-picker input::-moz-placeholder {
  /* Firefox 19+ */
  color: #e5e5e5;
}
.ot-dst-picker input:-ms-input-placeholder {
  /* IE 10+ */
  color: #e5e5e5;
}
.ot-dst-picker input:-moz-placeholder {
  /* Firefox 18- */
  color: #e5e5e5;
}
.ot-dst-picker .dropdown {
  display: none;
}
.ot-dst-picker.open .dropdown {
  display: block;
  position: absolute;
  z-index: 1;
  top: 28px;
  font-size: 15px;
  color: rgba(99, 99, 101, 0.87);
  font-family: "almoni-dl", Arial, sans-serif;
  width: 100%;
}
.ot-dst-picker.open .dropdown > .wrap {
  background: #FFF;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
.ot-dst-picker.open .dropdown .no-results {
  height: 27px;
  line-height: 27px;
  padding: 0 8px 0 8px;
}
.ot-dst-picker.open .dropdown ul {
  margin: 0;
  padding: 8px 0 8px 0;
}
.ot-dst-picker.open .dropdown ul li {
  list-style: none;
  display: block;
  height: 27px;
  line-height: 27px;
  cursor: pointer;
  padding: 0 8px 0 8px;
}
.ot-dst-picker.open .dropdown ul li:hover {
  background-color: #e9f2f2;
  color: #26867d;
}
.ot-dst-picker.active {
  background: #FFF;
}
.ot-dst-picker.active input {
  color: #636365;
}
.ot-dst-picker.active input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #636365;
}
.ot-dst-picker.active input::-moz-placeholder {
  /* Firefox 19+ */
  color: #636365;
}
.ot-dst-picker.active input:-ms-input-placeholder {
  /* IE 10+ */
  color: #636365;
}
.ot-dst-picker.active input:-moz-placeholder {
  /* Firefox 18- */
  color: #636365;
}
.ot-dst-picker-item {
  height: 20px;
  border: 1px solid rgba(100, 100, 102, 0.5);
  border-radius: 11px;
  font-family: "almoni-dl", Arial, sans-serif;
  font-size: 15px;
  color: #636365;
  font-weight: 700;
  display: inline-block;
  margin-left: 7px;
}
.ot-dst-picker-item:first-child {
  margin-right: 0;
}
.ot-dst-picker-item > .wrap {
  padding: 0 8px 0 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
  position: relative;
}
.ot-dst-picker-item .btn-remove {
  cursor: pointer;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 13px;
  height: 12px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAAAAXNSR0IArs4c6QAAA1hJREFUSA29Vl9IU1EY/86dc5urBhHkUkg0yRBioEESvQVCf54Kg3xsG27NoUyfovKhetBsxjLmpk8hvSXGXtKHHnoJwgX1FJYiWJuFgZHY/tx7+s6d53budrfMoINyvj+/7/vd833fuXcA/2mRP/F4vV6HopCzAMo5AHKMUlqLu0wITWHsO0kiCbvd/jwcDm9VylWWCAlqFAX6MXgQkzsqJiEkhcS3CSHxWCyWM8IaEiFJk6LQWUqh1SionI0QeGmzWS9GIpGvxZgSIrfbdxwg/wJJ9heDd6ivmM2mU9Fo9JOIl0QFT3KAUpmdZLckLN3hfF6ZGRoasoq5dUSyDBEA2iACdiNjT0+srn6+JcZqRB6P34Ukl0Unk202GwwMhKC5ubnYBe3tbRAI+KGqqqrEh4YgVsjJHRoRpbkAGnU9YyShUD+0tByFvr6gjoyReL0ecLlc4Pf7SsjwVDWUkqs6IjQS/MN7ol9msxms1kKpLRaLRsZJJKnwnOyBTCaTPhg1nNzz3KiewOfzNWaz+Y/cKO4OhwMGB0NQW4v3FFculwNGwBMvLn6AsbEHkMlkxDBVxnulINTK7pb6SNks1WpZjN7Y2ICRkVFIp9Oqi51yJyQMjJWSFMVykMnbPaJ7mVJuMbK5uXkWqEEUfG0kEgnDk2ggFCQps4fpKpHJRL+IzmKZ9aS7+wpgKTQXKx8bAqNp1EAoyLJdza0SYTlW0Pb7cQUkI/F43Fq5lpaWYW1tTUWIAyKECCL5PjUV/sYMKtH4+Pg6TvaCgFBFp7NWR8IaPzp6H4aH72k9Y2TBYADwDV4czvR5btzuEVPpU27keyqVhtnZZ6oqTpc4IKxX09NPYHNzk4eJu5ZTK3pvb+++ra2fy0bvuY6Ok5BMvilpPBv9pqZG1SdmL8jkfWfnmdauri6Z6RoRU9xu7zWcrIdM/tclSaYL8Xg0wfPornMyufC6ra39CDrxU7H7hdN5Z3JyIipmEHpUMNfXH/LgFM+IoL+TpUfx+MSN4hhd6bgTy0ewjAx8Hf+rub3Sjqf4gZ0I4UliRjhDIg7s6elpwI/YTSS+hLYybw+yjhV4bLNZ7hp9wnmuikQchF/L6lQqdVqWaQvanPj0bJLwV5Dytq6u7hX6FY4tt/8CKlE6VAtelHoAAAAASUVORK5CYII=');
  background-size: 13px 12px;
}
.ot-dst-picker-item .btn-remove:hover {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAAAAXNSR0IArs4c6QAAA3tJREFUSA29VVtsTEEY/uec3e0qbV1aJZF2W9VoGuJSQqRxixfFQ8m2RRGXeCASxMtSPZEWb+4itCEhSqWENhJxqYSEBx7cEgSrQTZRFaxq93TPGf+c7Uxnt2er2Qfz8l/m+/9v/n/+MwfgPy3yL57cg41pEAwvpiaUUEIKgMIYQsAAoAEg5IViKi2jM8itRzu8XQPliks0XWtO/q53bgdKd1GgaQMlAQIBhSg1I7LyzjzdXNRjh7UlyttzaXzYoNfx1IV2QfF8hJAHKlWXvzvgbY/F9CPK8V2cTIG0YiUjY8GDsbGtbU7imPO21vtFxiuyka81p1NKridKwnJRCtk9pnFtntbqlnNHEel68BhCPTIgER3vdMbHnkC1HCuIJvgapwAlZfIm01PcTmjYuABmejJit6BkUhacriwGlyrS9GEo2VbgaxrLHQIRJsZWrCbqzhjJhfXzYVZuJpxdNy+KjJEcKZsNiwrGwanVNmSUJndTfUMUEcWLYd8Jd3KZ5FBhaJLTMpNdDkHGSVQlcs4UxDjsqgJYwnNZFeRrTbl6KPSeO2WZkeLG1i2E8RmpljsUNkDF0eKJn3xsh7Xn7sMfPSyHRXQC5qjsfDf7tqwjGaGw6GUsuj3YDRV1d+F9+y9ri1U5KBKGpqD8DLRlMjVSu2qkMCPeYmT1D1/j6FIBMUwKR1tf2lciUEgQosOYaRERU/kq7fVT2Z3sW1aET1vfrKgKgVOriqMGpF8gOpxJppXbInIMc7UBkL7jShGM5LB3tmjXs08d4P8WtBDygEghQsVz/Xqleb8zh0X02lfagc6nAtGrsAGQSdjFr6y/B2Vn7og7Y2R1a+bC8CGu2HBm3+bOyB2hRYBe5U4u2QAcuvvCMuXpkgfExLuqvvEEfnTpPExIAkTkFE3P026mhvWffrt3rnSqB269+gydMSPMRn9aVrq1J7L3KtihN0VTHIVXvF78d7FCpJXja9iCk3VcciWsKqqy9ENNeQtPIFrHHP79FSdwsi7wzUQlVlMrk7A8UUTMke0aswnn+BrTE1lIcvJDbUVVbGxU6/gme/tyfJerCKG7UbcdJ47lEjvxGw+4019bfpr7ZGlLxAETtQZPd4juRdAK/MjivR4d2JjzDlD22/3Cea4BiTioUGt0delGMZJNxAdsLLYHJ4kEMPh5pbP8saYRk2Pjyb/peDiCacFBswAAAABJRU5ErkJggg==');
  background-size: 13px 12px;
}
.ot-dst-popup {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  position: relative;
  width: 420px;
  background: #FFF;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.19), 0 0 6px 0 rgba(0, 0, 0, 0.26);
  font-family: "almoni-dl", Arial, sans-serif;
  text-align: right;
}
.ot-dst-popup > .wrap {
  /*padding: 16px 18px 18px 18px;*/
}
.ot-dst-popup > .wrap .dlg-header {
  padding: 16px 18px 0 18px;
  font-size: 16px;
  font-weight: 700;
  color: #404042;
  margin-bottom: 20px;
  position: relative;
}
.ot-dst-popup > .wrap .dlg-header .btn.close {
  position: absolute;
  left: 18px;
  top: 16px;
  width: 14px;
  height: 14px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAnVJREFUSA29lk9rGkEYxnd2tyZmIVJJoQakiR8gh4L0YMGDqVh7yKF48uJH8aP4DUpupR7iLZTQ4qmXKhTsQSmo3Ut2o+50nk1mmazu7M4WMiDz//3tO887r6NpT1wMkdfpdPYLhcLBaDRyxfH/aXe7XdOyrFy73b4bDAaUcGO1Wu3M87S3hFCdEPK7WCx+7vV6Dp9PUzebzVeOs3qnaZt9SnXbMJ5f+h7Cs+XSvgDswfChbdvFarU6Hg6H6zSwer1+6rqrJiHeM+xntvc8zz3wAbPZLCPAfPuU0heTyeQCH6MKbDQaJ6vV5v0Om1nfQ2hWKpWOmeHDkHFL1VPA7j0LTiswaZrGNT9CDZox7f4Esw8NFU9lMErN636//zOIUmgFzeARY1khcKyncbCrqy/fYDMAopMWmhS2BUwDVYHBfnAP0RELohNRCg3FcbShNdP8cjqdvowKEGjGj1HcHwnEIhnU88iCEC0XDn3si4Jh7pGGGBCLTFMGy7Lf1gfLYLAtBWKBDIp5scTBsDYWiEUculjYp/AMY+HCYDdMs5vweLgfXPzwRLiPAIFm4XHe1/XNCTTn/ag6kYey0BcMxyYHrI0FJoRxbixUCpTBoJmu0wwjKaXBSA1jYLjUX3H5VRP+Tg8TwPxEzKNXJeFvAZPCuGiq0EdAVVgaaJCa8OC5vXU/qOZGDkUty73QOp/Pf/I9xFNuPP71kT94RCNJ0hVfH3e8juOYPhDvxvX67jXfyGsVGN8jhxob/1qUy+W/eDfyTajTwPh+vGd3XRnD0CaBhufnrZznLd+wP9ysaZIfePBwA2nrVquVmc/nzKZ+BFilUvn+DxrQBeL2k3jHAAAAAElFTkSuQmCC');
  background-size: 14px 14px;
  cursor: pointer;
}
.ot-dst-popup > .wrap .dlg-header .btn.close:hover {
  background-position: 1px 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAr5JREFUSA29lr9v00AUx+/i/khTqQHxY0R1zBBW2JCipFEaKcpWYEQY8RcwwUbUCSYmtkpdWCohCEoiQaibLKhCApENpECdkhUEDCQxQTXvOb7k6tiOfUKcFN+7u3ffT+7eu7MJ+c9FQl6pVJqTJOl8Op3+1Wq1/vyr/5DP5+VkMknb7faAadJstqCYpvHSNIkCnV8liV7XNO0FcxCpi8XiyV6v/wQ0szB/SAi93Wxqj1ArArBNG4bt00dH5PnaWq6IDZEygg12bRhKzBNiPsR+bACQnkWDFdM0F8DhqQh0AjMvMj27nh8OhyfQjsBvy+4cVyJQHxihlGj1el1HQAT2dgfqu2OabYSBjmD9VzDHuTKEvYvFlq4xfStLOx399eqqjJmUYwN2LcGEq7KsvO90DtqOMas5gZFLznEbtl6r1b6zMQuIDRFoWBhyxsAA0Cv8SkVgyKD4cJZMJnsH+u47+ymlBoR9IxZb2IdzBjELto28jisQHfygADqAo3OBF0LbLWZOn2Nbyg/6xHQO/M7wvmgjLB5fyVUqlR/OMb7tCUQnhMpyog/mOj/JabOVzYLhPF8gOthQvCDS2J4u9MPy8lKGT/1pn0kPCvkWzEaIl+fdCqtTej3jsq8IN+iZNOjjl/qcBsSP/oYobjQauzW+3832BAaFMdGgUNct9YNhgoD4JgOxOujdOwWcBcPUbzS0ewASuvCPZWkQWLlcts6Zzzn1vfDHwDAwto0iUAsoAhOFSoVCYaXfN/a8LmKMGdtGBnHWs1aqKIm3uq5/wnmRwcAoeb2pg8AYvNncewC2ayLBh9ljVVWjFhAerp8FYWABoKe63e45G0jrbALW7NaftY38HN52Wylofk6lUvBKg8tbVW/sHx5+gRcrxXR+Fo0u3qxWqz95kbD2KKaJj6AZB803lC7e2t7e+oY6fwEcv6xd3TuQQQAAAABJRU5ErkJggg==');
  background-size: 14px 14px;
}
.ot-dst-popup > .wrap .dlg-footer {
  border-top: solid 1px rgba(99, 99, 101, 0.2);
  padding: 15px 18px  15px  22px;
}
.ot-dst-popup > .wrap .dlg-footer .btn {
  float: left;
  margin-left: 7px;
  height: 27px;
  line-height: 27px;
  padding: 0 17px 0 17px;
  text-align: center;
  min-width: 70px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
  cursor: pointer;
}
.ot-dst-popup > .wrap .dlg-footer .btn:first-child {
  margin-left: 0;
}
.ot-dst-popup > .wrap .dlg-footer .btn.apply {
  border: 1px solid #065a87;
  background: #065a87;
  color: #FFF;
}
.ot-dst-popup > .wrap .dlg-footer .btn.clean {
  border: 1px solid #d8d8d8;
}
.ot-dst-popup > .wrap .dlg-footer .btn:hover.apply {
  background: #325a54;
}
.ot-dst-popup > .wrap .dlg-footer .btn:hover.clean {
  border-color: #979797;
}
.ot-dst-popup > .wrap .dlg-body {
  height: 215px;
  overflow-y: auto;
  padding: 0 18px  0  8px;
  margin-left: 10px;
}
.ot-dst-popup > .wrap .dlg-body .c-block {
  margin-top: 20px;
}
.ot-dst-popup > .wrap .dlg-body .c-block:first-child {
  margin-top: 0;
}
.ot-dst-popup > .wrap .dlg-body .chk {
  display: block;
  width: 33%;
  float: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #636365;
  font-size: 15px;
  margin-bottom: 8px;
  cursor: pointer;
  padding-left: 8px;
  box-sizing: border-box;
}
.ot-dst-popup > .wrap .dlg-body .chk:hover {
  color: #065a87;
}
.ot-dst-popup > .wrap .dlg-body .chk.category {
  width: 100%;
  font-weight: 700;
}
.ot-dst-popup > .wrap .dlg-body .chk.disabled {
  cursor: default;
  color: #d0d0d0;
}
.ot-dst-popup > .wrap .dlg-body .chk.disabled .icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAaCAYAAACtv5zzAAAAAXNSR0IArs4c6QAAARtJREFUSA3tVj1LxEAQndlM4uYOERRbv+BAsLTzJ9h7ne39B8UioL2/QcEm/hXb6+S4yusUYjRHstlxY+DKG4TFah9b7DJv3iyPWWYRHJgZz+6fdVFA1J09oJ5m47rTwZMsTz4rMwJk7UF4JYHUvs9vL+e4f/N4yCbaXkX8bmbEDQ3c7YEIipTihQ/9ctmOGKzSUTygJAGoGwBrVDO9G5c+ChxcPzHbXkn5EFynEQqsc+c3FiwKFokOiITQRcEi0QGRQLWx7EazW6yPrx52xAyRsAkVfLnuVIBxy0QbSWmWTWqZh99AQzFfJFTum9J3fwtbpdqD3bduHot5fyCgspxqtXjNzgvnTY+LPI9mH0deHt7L5NQgup/Ef+AHNiNTb9yb0f0AAAAASUVORK5CYII=');
}
.ot-dst-popup > .wrap .dlg-body .chk .icon {
  float: right;
  margin-left: 6px;
  width: 13px;
  height: 13px;
  margin-top: 1px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAaCAYAAACtv5zzAAAAAXNSR0IArs4c6QAAARtJREFUSA3tVj1LxEAQndlM4uYOERRbv+BAsLTzJ9h7ne39B8UioL2/QcEm/hXb6+S4yusUYjRHstlxY+DKG4TFah9b7DJv3iyPWWYRHJgZz+6fdVFA1J09oJ5m47rTwZMsTz4rMwJk7UF4JYHUvs9vL+e4f/N4yCbaXkX8bmbEDQ3c7YEIipTihQ/9ctmOGKzSUTygJAGoGwBrVDO9G5c+ChxcPzHbXkn5EFynEQqsc+c3FiwKFokOiITQRcEi0QGRQLWx7EazW6yPrx52xAyRsAkVfLnuVIBxy0QbSWmWTWqZh99AQzFfJFTum9J3fwtbpdqD3bduHot5fyCgspxqtXjNzgvnTY+LPI9mH0deHt7L5NQgup/Ef+AHNiNTb9yb0f0AAAAASUVORK5CYII=');
  background-size: 13px 13px;
}
.ot-dst-popup > .wrap .dlg-body .chk.selected {
  color: #065a87;
}
.ot-dst-popup > .wrap .dlg-body .chk.selected .icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAjBJREFUSA1jYKATYITZo1S7Svf/n78pDIwMkjAxyuj/rxkYWRbebw07BTIHbJFK5SqtP4x/zjL8Z+CgzHB03Yx/mZkY7O62Rh5jAkn9Y/oXT31LQCb/Z/77nyEZxIJY9P+/GIhDCwAMMnGQuWCLaGEBuplUs8hPX57BQEYY3Xw4nwXOooABsqAr2BxsQt2mMwyrztzDMI1iH4nwcDDMiLFhYGdhBmNTeVEMS0ACFFnEwsTIMD3KhkGcjwts+KUnbxmqN56mvkUNvsYMJgoQH7z58oMhfclhhl9//lHXojATJYZoc1WwoX/+/mPIXnaE4cWn71gtAQniDDpQmGtKCGDVCIr8Jj8TuFzz1nMMpx68hvOxMbBaJC3AxbA2w4VhaYoTA4iNDJAjHyS+5uw9hkUnbiMrwcrGalGNlxGDtpQQgyAXO8OsGDtwagLpJiXy0W3DahEo5Tz78BWsVktKkKEzyAzMrvchPvLRLcKaYd99/QlOQWvSXRnYWZkZ/A0UGPg42Rgc1aXA+omJfHSLsPoIpOjKs/cMVRvAVQlYD8wSEIeYyAdrQiJwWgRSs+78A4b5x24iKQdG/jniIh9FE5CD1yKQ4tZt5xlO3HsF1gfO+Ruw53ywAjwEQYv+/vvPkL38CAPIEnw5H48dYCmsiQFdEyhxBE7fzfDv/390KaL5YB8xMTJCwgaPNnItATrtJchYiEX/mBYCmyk/8NhDphSwccLIMBekmW7NLTJdSro2AIpvt9JIcNZzAAAAAElFTkSuQmCC');
}
.ot-dst-popup .tooltip {
  width: 174px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 1px 9px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.ot-dst-popup .tooltip.active {
  opacity: 1;
  visibility: visible;
}
.ot-dst-popup .tooltip > .wrap {
  padding: 16px;
  font-size: 14px;
  color: #404042;
}
.ot-dropdown {
  position: relative;
  font-family: "almoni-dl", Arial, sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.ot-dropdown > .wrap {
  border-radius: 4.5px;
  background-color: rgba(216, 216, 216, 0.3);
  height: 31px;
  cursor: pointer;
}
.ot-dropdown > .wrap .selected {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #999999;
  font-size: 17px;
  margin: 0 8px 0 24px;
  padding-top: 7px;
}
.ot-dropdown > .wrap .selected .small {
  font-size: 13px;
}
.ot-dropdown .arrow {
  position: absolute;
  left: 10px;
  top: 12px;
  width: 13px;
  height: 9px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAYAAABFGc6jAAAAAXNSR0IArs4c6QAAAU5JREFUOBG9lE1SwkAQhRkWlLCBKmUJhp/SayiCK7yEd3StqBwB8O8G3sBN/F6YoSYhOAmKXfXo6c57/TKThErlvyOO4ybo/4Uvc7rgxJ9VVUGzRboBY9Zn6u0b6E/RXoMp67abY6zJlEbDNckPxpg3ry60ZFYEcQySDZC/wB2zPtU4BnXgxwWic78RWueYSFIDya6MKkhD0iVIavVsPHI3L67YldH3uHYF3E4cdY5+oWIzGPKAeuT3RCCeIK/Wy+1fdH26MtnMsqxndEunSF0sKnLiMvyUkQYUFcMrdQJbRtasR9555piUfqa5RtYsIvuvqtqKdyCjrHbGM3kVIS+y5BSHO49o5JmleBTB7+5HI03DTF/6BGRfXV1WBE1EChqJhFmXpL8V3yymlomOMhiFjDQlYyaTe0w+gg77EDDrgFugV/uwgcnRYR1+Of0bruWGhEqhYZAAAAAASUVORK5CYII=');
  background-size: 13px 9px;
}
.ot-dropdown .options {
  position: absolute;
  z-index: 1;
  min-width: 100%;
  max-width: 300px;
}
.ot-dropdown .options > .wrap {
  background-color: #fafafa;
  border-radius: 2px;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
.ot-dropdown .options > .wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}
.ot-dropdown .options > .wrap ul li {
  height: 27px;
  line-height: 27px;
  padding: 0 7px 0 7px;
  display: block;
  font-size: 15px;
  color: rgba(99, 99, 101, 0.87);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ot-dropdown .options > .wrap ul li:hover {
  background-color: #e4edf2;
  color: #2079a6;
}
.ot-dropdown.open > .wrap {
  position: relative;
  z-index: 2;
  background-color: #fafafa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ot-dropdown.open > .wrap .selected {
  color: rgba(99, 99, 101, 0.87);
}
.ot-dropdown.open .arrow {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAYAAABFGc6jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAItJREFUeNq8lUsOwCAIRGGuanqpxrvSlUk1tXyjK6LIQ4YIiwidWNzaNexB5IK4U6zeb8JysNoZyGRjE1gKINMenJco6g9FEymA8PtFGZgKWUsXgZkgXxp5YGbIrhksMBfkr+s4q4kVFPkhWGtvKoCpfigIYkoGyYzN5UVCA5eGCAruHiV8avA9AgwAyJkgHMpFLEsAAAAASUVORK5CYII=');
}
.ot-loader {
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.ot-loader.visible {
  visibility: visible;
  opacity: 1;
}
.ot-loader > .loader {
  position: absolute;
  left: calc(50% - 175px);
  top: calc(50% - 175px);
  width: 351px;
  height: 351px;
}
.ot-loader > .loader .image {
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  background: url('../img/shared/loader.gif') no-repeat top left;
}
.main_tmpl #header #contacts .phone .phoneNumber {
  color: #065a87;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-shadow: none;
}
.main_tmpl #header #contacts .txtLabel {
  font-family: "almoni-dl", Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #FFF;
  font-size: 14px;
  text-shadow: none;
}
.main_tmpl #header #contacts .phone .phoneTitle {
  color: #065a87;
}
#txtcontent .page-title {
  color: #065a87;
  font-size: 19px;
  font-family: "almoni-dl", Arial, sans-serif;
  height: 20px;
  position: relative;
  top: -33px;
  margin-bottom: -20px;
}
#topPageHidden,
.main_tmpl div.page_header h1 {
  font-family: "almoni-dl", "Arial", sans-serif;
}
.main_tmpl div.page_header h1 {
  font-size: 16px;
}
.main_tmpl div.page_header .subhead {
  font-size: 16px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABGdBTUEAALGPC/xhBQAAAXRJREFUSA3Vk0lOw0AQRbMgAbLgBszTZZjELNhwnzBKzBvWXIMFoxi3nIF5j3mFuqNyxXYcuSNBS19d1f3rf1vfLpX+84qiqALOwFpb3wODXeDXCUU1uCGi897B7e/sg0GNEBwGH87Ab3OhTTpRvvXqbt8JaiJiCO8Zkxv6SlAjBBeMSVtyGcHE5jIb+k0klzvzNttBTUQMg31jck3fPBdI/XmfBu6iMXmjz/5fIPSAU/ACepuZwUnKZSZzjqEh8Az8OqfoSBviTnK592S3b6Xx6+cQu8GTGazVCaaAd2C4V/RlQ0tuIY6DLyXwTT1h2ZwtKY6UksuA5WX2DKzKpFqSV58foh4Fn+peyml/39LO4LERuqAvgy5gc9lsSVyTneAju17rNIf6gPoS5MtFG+gagTGg86KNrVe63P+b1m6oEVqJScebqYaBIgdoH8X1f7uNIpqJs8jKB/CgzIrnkujEISaSl3zS4XLJMFvGaDLt/s+d/wDI3J1woglXfAAAAABJRU5ErkJggg==') no-repeat right center;
  background-size: 13px 13px;
}
.main_tmpl div.page_header .subhead strong {
  font-weight: normal;
}
.page-navigation ul {
  padding-right: 10px;
  font-family: "almoni-dl", "Arial", sans-serif;
}
.main_tmpl .page-navigation ul li {
  font-size: 13px;
  margin-left: 0px;
}
.main_tmpl .page-navigation ul li a {
  color: rgba(32, 121, 166, 0.7);
}
.main_tmpl .page-navigation li.separator {
  visibility: hidden;
  margin-left: 0;
}
.main_tmpl .page-navigation li.separator::before {
  display: inline-block;
  visibility: visible;
  width: 4.5px;
  height: 4.5px;
  transform: rotate(45deg);
  opacity: 0.47;
  border-bottom: solid 1.2px #057369;
  border-left: solid 1.2px #057369;
  content: '';
}
.main_tmpl #contents.long .page-navigation {
  background: rgba(255, 255, 255, 0.79);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.26);
}
body.main_tmpl {
  background: url('../img/header/organized.header.jpg') no-repeat center top;
}
.main_tmpl div.page_header {
  background: #303030;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #FFF;
  padding-right: 10px;
}
#topPageHidden,
.main_tmpl div.page_header h1 {
  font-family: "almoni-dl", "Arial", sans-serif;
}
.main_tmpl div.page_header h1 {
  font-size: 16px;
}
.main_tmpl div.page_header .subhead {
  font-size: 16px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABGdBTUEAALGPC/xhBQAAAXRJREFUSA3Vk0lOw0AQRbMgAbLgBszTZZjELNhwnzBKzBvWXIMFoxi3nIF5j3mFuqNyxXYcuSNBS19d1f3rf1vfLpX+84qiqALOwFpb3wODXeDXCUU1uCGi897B7e/sg0GNEBwGH87Ab3OhTTpRvvXqbt8JaiJiCO8Zkxv6SlAjBBeMSVtyGcHE5jIb+k0klzvzNttBTUQMg31jck3fPBdI/XmfBu6iMXmjz/5fIPSAU/ACepuZwUnKZSZzjqEh8Az8OqfoSBviTnK592S3b6Xx6+cQu8GTGazVCaaAd2C4V/RlQ0tuIY6DLyXwTT1h2ZwtKY6UksuA5WX2DKzKpFqSV58foh4Fn+peyml/39LO4LERuqAvgy5gc9lsSVyTneAju17rNIf6gPoS5MtFG+gagTGg86KNrVe63P+b1m6oEVqJScebqYaBIgdoH8X1f7uNIpqJs8jKB/CgzIrnkujEISaSl3zS4XLJMFvGaDLt/s+d/wDI3J1woglXfAAAAABJRU5ErkJggg==') no-repeat right center;
  background-size: 13px 13px;
}
.main_tmpl div.page_header .subhead strong {
  font-weight: normal;
}
.main_tmpl .page-navigation li.separator {
  visibility: hidden;
  margin-left: 0;
}
.main_tmpl .page-navigation li.separator::before {
  display: inline-block;
  visibility: visible;
  width: 4.5px;
  height: 4.5px;
  transform: rotate(45deg);
  opacity: 0.47;
  border-bottom: solid 1.2px #057369;
  border-left: solid 1.2px #057369;
  content: '';
}
.ot-h-links {
  font-family: "almoni-dl", Arial, sans-serif;
  text-align: right;
  margin-bottom: 80px;
  position: relative;
}
.ot-h-links .header-image {
  position: absolute;
  right: -19px;
  top: -136px;
  width: 201px;
  height: 166px;
  background: url('../img/organizedtours/globe.png') no-repeat top left;
  background-size: 201px 166px;
}
.ot-h-links .ot-page-title {
  font-size: 65px;
  font-weight: 900;
  margin-bottom: 27px;
}
.ot-h-links .tabs {
  font-size: 19px;
  font-weight: 700;
  color: #ababab;
  padding-bottom: 9px;
  border-bottom: solid 2px #979797;
  margin-bottom: 40px;
  display: flex;
}
.ot-h-links .tabs a {
  position: relative;
  color: #ababab;
  padding: 0 18px 0 18px;
  text-decoration: none;
  height: 21px;
  flex: 1;
  text-align: center;
}
.ot-h-links .tabs a.active,
.ot-h-links .tabs a:hover {
  color: #065a87;
}
.ot-h-links .tabs a.active:after,
.ot-h-links .tabs a:hover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -11px;
  right: 0;
  width: 100%;
  border-bottom: solid 2px #065a87;
}
.ot-h-links .tabs-content .tab {
  display: none;
  font-size: 16px;
}
.ot-h-links .tabs-content .tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ot-h-links .tabs-content .tab ul li {
  height: 34px;
  overflow: hidden;
  float: right;
  width: 25%;
  margin-bottom: 11px;
  position: relative;
  padding-right: 20px;
  box-sizing: border-box;
  padding-left: 16px;
}
.ot-h-links .tabs-content .tab ul li:before {
  content: '';
  width: 7px;
  height: 7px;
  opacity: 0.47;
  border-radius: 50%;
  background-color: #ff8103;
  right: 0;
  top: 5px;
  display: block;
  position: absolute;
}
.ot-h-links .tabs-content .tab ul li a {
  color: #757577;
}
.main_tmpl #header .planes-layer .planes {
  background: none;
}
html {
  background: none;
}
#footer {
  background: #fff url(../img/bg_dots.png) repeat;
}
body.main_tmpl {
  background: url('../img/header/organized.header.jpg') no-repeat center top;
}
.main_tmpl div.page_header {
  background: #303030;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #FFF;
}
.main_tmpl #contents.long .page-navigation {
  background: rgba(255, 255, 255, 0.79);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.26);
}
#topPageHidden,
.main_tmpl div.page_header h1 {
  font-family: "almoni-dl", "Arial", sans-serif;
}
.main_tmpl div.page_header h1 {
  font-size: 16px;
}
.main_tmpl div.page_header .subhead {
  font-size: 16px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABGdBTUEAALGPC/xhBQAAAXRJREFUSA3Vk0lOw0AQRbMgAbLgBszTZZjELNhwnzBKzBvWXIMFoxi3nIF5j3mFuqNyxXYcuSNBS19d1f3rf1vfLpX+84qiqALOwFpb3wODXeDXCUU1uCGi897B7e/sg0GNEBwGH87Ab3OhTTpRvvXqbt8JaiJiCO8Zkxv6SlAjBBeMSVtyGcHE5jIb+k0klzvzNttBTUQMg31jck3fPBdI/XmfBu6iMXmjz/5fIPSAU/ACepuZwUnKZSZzjqEh8Az8OqfoSBviTnK592S3b6Xx6+cQu8GTGazVCaaAd2C4V/RlQ0tuIY6DLyXwTT1h2ZwtKY6UksuA5WX2DKzKpFqSV58foh4Fn+peyml/39LO4LERuqAvgy5gc9lsSVyTneAju17rNIf6gPoS5MtFG+gagTGg86KNrVe63P+b1m6oEVqJScebqYaBIgdoH8X1f7uNIpqJs8jKB/CgzIrnkujEISaSl3zS4XLJMFvGaDLt/s+d/wDI3J1woglXfAAAAABJRU5ErkJggg==') no-repeat right center;
  background-size: 13px 13px;
}
.main_tmpl div.page_header .subhead strong {
  font-weight: normal;
}
.main_tmpl .page-navigation li.separator {
  visibility: hidden;
  margin-left: 0;
}
.main_tmpl .page-navigation li.separator::before {
  display: inline-block;
  visibility: visible;
  width: 4.5px;
  height: 4.5px;
  transform: rotate(45deg);
  opacity: 0.47;
  border-bottom: solid 1.2px #065a87;
  border-left: solid 1.2px #065a87;
  content: '';
}
#txtcontent .page-title {
  color: #065a87;
  font-size: 19px;
  font-family: "almoni-dl", Arial, sans-serif;
  height: 20px;
  position: relative;
  top: -33px;
  margin-bottom: -20px;
}
.page-navigation ul li {
  font-size: 13px;
  margin-left: 0px;
}
.otsr-page {
  padding-right: 8px;
  text-align: right;
}
.otsr-page .page-title-r1,
.otsr-page .page-title-r2 {
  font-family: "almoni-dl", Arial, sans-serif;
  font-weight: 900;
  color: #404042;
}
.otsr-page .page-title-r1 {
  font-size: 80px;
  line-height: 0.77;
}
.otsr-page .page-title-r2 {
  font-size: 99px;
  line-height: 0.62;
  letter-spacing: -1.3px;
  margin-bottom: 44px;
}
.otsr-page .ot-results {
  margin-top: 32px;
  padding-bottom: 50px;
}
.otsr-page .price-annotation {
  text-align: left;
  font-size: 14px;
  font-family: "almoni-dl", Arial, sans-serif;
  color: #404042;
  padding-left: 30px;
  margin-bottom: 12px;
}
.otsr-page .ot-more-results {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.otsr-page .ot-more-results .btn-more-results {
  height: 41px;
  display: inline-block;
  cursor: pointer;
  font-family: "almoni-dl", Arial, sans-serif;
  font-size: 20px;
  color: #575757;
  font-weight: 700;
  line-height: 41px;
  white-space: nowrap;
  padding: 0 34px 0 43px;
  border-radius: 20px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
}
.otsr-page .ot-more-results .btn-more-results:hover {
  background: #d8d8d8;
}
.otsr-page .ot-more-results .icon {
  float: left;
  margin-top: 16px;
  margin-right: 12px;
  width: 16px;
  height: 10px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAYAAADskT9PAAAAAXNSR0IArs4c6QAAAvFJREFUSA3FVk1oE0EUnslfKSJok57E4tb2oqggiqLYZCdJ0x70ViiCP4jFgx68FKVIaSmKijdREREREZFgT9I0MdlUD+JJ0KuSbVX0YCj4cxCbzPhN22m36yxNiOBe3nvf+/nem3nZDSH/+aFOftNMbSVk7mYoFOzPZrNfnL5/oZtmYpBSscGyCmdVPb9SEonENs6rFuwtnIuDnZ0d46VS6YfyNyoZS5wXgl8Rguw1DCM8PW1nZM35BuLx+PZqVUjy1kWiMOfkUHu7MW7bdsNNmGZ8SAhxabG2FHsMo73VtksZ2tfXFyqXZ98hoM0RoNT3zc1NZiaT+aSAeiUmv8A5H9Pl+XxkYH4HcPwxnMBTNLHGHUgpLQWD/lgul/vo9q1mY/Jh1BzVxaHuk2j0QP/SEjLW3SVEdULXBCHU9vmaTMuamNEV02EgH0WtYZ2PUpKORrsOj4yMVHwqwLJyL3AkvbB/KmxZCoPzX1M9PT2bljFvLRZjY97k9LEilxWWTkCVM83kfpyE3NC1ClMSnc8EgwET12ErzC0x+UWQD7lxaSP/USQSPpJOp6vK/1cD0oHr2Md5ZRKqpgn6we+nZj6fL6kiSmLhLmPhzinbKXHnDyORlmNOculfugJnMK7jZSDg60bSdycudUzXVqmIKcZ6Nzt9mPyqNzl5gIU76iaX+doGpAMTvsJrQjbxTdorH7FRiN/PU6lUh8QZi19DY4MrYxYs5N/HnR/HwnGtXwc6MbykduMnmgO2zolLHcU/Q0yC/ITbt+An90B+0ot8PkaX6MaSyeSuubmqbGK92+dlo7m7lpUfgBReMRLXLqEugTG2Uwj6DNO26PxODNt+Bx+cU6uRyxzPHXAWlLplWa+x/QkUnXX7nDb8t2sll3k1n4AiwSd7ByGVAk4irDAlMfktkJ+uZXKVU/MJqIRiMfsGb0wGu6wwKUF6o15ymVd3AzKpUCi8DYUCJtSv0sbk14vFwpl6Jpd5DT/yH5T86DRS6A8WyRc3A5ENNwAAAABJRU5ErkJggg==');
  background-size: 16px 10px;
}
.ot-container {
  width: 925px;
  margin: 25px 0 25px 0;
  margin: auto;
  position: relative;
}
.ot-container > .wrap {
  width: 774px;
  margin-right: 151px;
}
.ot-container .ot-divider {
  border-bottom: 2px solid rgba(151, 151, 151, 0.2);
  position: relative;
  margin: 44px 0 44px 0;
}
.ot-seo-text {
  font-family: "almoni-dl", Arial, sans-serif;
  min-height: 698px;
  background: url('../img/organizedtours/footer.text.jpg') no-repeat bottom center;
  background-size: 1920px 1126px;
  color: #404042;
  text-align: right;
}
.ot-seo-text .ot-container > .wrap {
  padding-top: 120px;
  margin-right: 196px;
}
.ot-seo-text .ot-page-title {
  font-size: 45px;
  font-weight: 900;
  margin-bottom: -20px;
}
.ot-seo-text .ot-page-subtitle {
  font-size: 68px;
  font-weight: 900;
}
.ot-seo-text .text {
  font-size: 16px;
  line-height: 25px;
  width: 600px;
}
.ot-seo-text .text > .wrap {
  height: 210px;
  overflow: hidden;
}
.ot-seo-text .buttons {
  display: none;
  margin-top: 20px;
  float: right;
  font-size: 18px;
  font-weight: 700;
  color: #404042;
}
.ot-seo-text .buttons a {
  text-decoration: none;
  color: #404042;
  text-shadow: 0px 0px 2px #FFF;
}
.ot-seo-text .buttons a:hover {
  text-decoration: underline;
}
.ot-seo-text .buttons .btn-close {
  display: none;
}
.ot-seo-text .buttons .btn-close .icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAYAAADskT9PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmxJREFUeNrEVUtrE1EYvXdmMl2IoLUb8YWPrnQjKC5EzNzJZEz3WYi4kOrCx1qUoo2lFKQIYhGRYlFE6S8oNZ3coS2IK0HBjYtqhbgx7UKRYtLc65nOVFp7J+ZV/GCY5D6+851zvjuXkBbCsuw7luUebiWH1jw4eyClvC1lxU+n00eazUMb3QBQylhqBO+ra4ZLuk7tQqHwflMLCMHth1KSyxsSUbpAiGH7/qt3m2JBxPyRCjya30HIMk+lUkfbrkDE/DHAL/0zIaWLlEqHc/62LQpEzEfrAY/WdwpBPMdxjrVcQC6X08D8CZL2xrAdw/NVMbW9UqlO2bZ9vOkCAvDp6dkxML+g3KjRe75f6DVN4zSKKCqWbIMSU5aVPtFwD4TgM08Bfj6G+TDAr6/+ZyxzUIiyDwP2KNZ+xxF1Pc97U1cB2WxWL5UWn0H2c2rm2l3OvRt/j6P7D1Sr0se+vYptPzTNOMN5/nVNC0Lwhedx4GAzpAIPAgznEgk9SSmZV0xvFWJ50rKck7EFQHYDzF9A9rMxdg1C9r5afubz+U8dHWYSPz+ripCyOonGPLXBggAcnr8EeDaG+QDA++v9uDDWs0+IX0FP7Ffk+kmp3gM7ZlYUCMFnx2uA9zcCHgTnE/OmqQenY07xndgCJSbQM8mV/IyxizguozENdwueDzZ702Uymd1LS4ES5JCC2Jeurs5uGnO7BQv6wHyItBgguEsIGtjRrbo9NQBJAF1D946sYX6zHeChHbyYSGg4HfRjNPTNMDS2enXT9dXa9yFI0fe9YdLmcF13Z7lcGSckcQVX9oc/SkN68j/jtwADAFgEJBbMvHUSAAAAAElFTkSuQmCC');
  background-size: 16px 10px;
}
.ot-seo-text .buttons .icon {
  float: left;
  margin-top: 6px;
  margin-right: 12px;
  width: 16px;
  height: 10px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAYAAADskT9PAAAAAXNSR0IArs4c6QAAAvFJREFUSA3FVk1oE0EUnslfKSJok57E4tb2oqggiqLYZCdJ0x70ViiCP4jFgx68FKVIaSmKijdREREREZFgT9I0MdlUD+JJ0KuSbVX0YCj4cxCbzPhN22m36yxNiOBe3nvf+/nem3nZDSH/+aFOftNMbSVk7mYoFOzPZrNfnL5/oZtmYpBSscGyCmdVPb9SEonENs6rFuwtnIuDnZ0d46VS6YfyNyoZS5wXgl8Rguw1DCM8PW1nZM35BuLx+PZqVUjy1kWiMOfkUHu7MW7bdsNNmGZ8SAhxabG2FHsMo73VtksZ2tfXFyqXZ98hoM0RoNT3zc1NZiaT+aSAeiUmv8A5H9Pl+XxkYH4HcPwxnMBTNLHGHUgpLQWD/lgul/vo9q1mY/Jh1BzVxaHuk2j0QP/SEjLW3SVEdULXBCHU9vmaTMuamNEV02EgH0WtYZ2PUpKORrsOj4yMVHwqwLJyL3AkvbB/KmxZCoPzX1M9PT2bljFvLRZjY97k9LEilxWWTkCVM83kfpyE3NC1ClMSnc8EgwET12ErzC0x+UWQD7lxaSP/USQSPpJOp6vK/1cD0oHr2Md5ZRKqpgn6we+nZj6fL6kiSmLhLmPhzinbKXHnDyORlmNOculfugJnMK7jZSDg60bSdycudUzXVqmIKcZ6Nzt9mPyqNzl5gIU76iaX+doGpAMTvsJrQjbxTdorH7FRiN/PU6lUh8QZi19DY4MrYxYs5N/HnR/HwnGtXwc6MbykduMnmgO2zolLHcU/Q0yC/ITbt+An90B+0ot8PkaX6MaSyeSuubmqbGK92+dlo7m7lpUfgBReMRLXLqEugTG2Uwj6DNO26PxODNt+Bx+cU6uRyxzPHXAWlLplWa+x/QkUnXX7nDb8t2sll3k1n4AiwSd7ByGVAk4irDAlMfktkJ+uZXKVU/MJqIRiMfsGb0wGu6wwKUF6o15ymVd3AzKpUCi8DYUCJtSv0sbk14vFwpl6Jpd5DT/yH5T86DRS6A8WyRc3A5ENNwAAAABJRU5ErkJggg==');
  background-size: 16px 10px;
}
.ot-seo-text.open .text > .wrap {
  max-height: inherit;
}
.ot-seo-text.open .buttons .btn-close {
  display: block;
}
.ot-seo-text.open .buttons .btn-open {
  display: none;
}
.ot-container h4,
.ot-container h5,
.ot-container h6 {
  margin: 0;
}
.ot-container h4 {
  font-size: 14px;
}
.ot-container h5 {
  font-size: 14px;
}
.ot-container h6 {
  font-size: 14px;
}
.PromoBlock {
  margin-left: 15px;
  margin-bottom: 30px;
  font-family: "almoni-dl", Arial, sans-serif;
  display: inline-block;
  border-radius: 9px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.26);
  text-decoration: none;
  color: #404042;
  position: relative;
  cursor: initial;
}
.PromoBlock h1,
.PromoBlock h2,
.PromoBlock h3,
.PromoBlock h4,
.PromoBlock h5,
.PromoBlock h6,
.PromoBlock ul {
  margin: 0;
  padding: 0;
}
.PromoBlock .promo-details {
  opacity: 0;
  transition: all 0.5s;
  z-index: 0;
  box-sizing: border-box;
  padding: 17px 14px 20px 14px;
  background-color: #fcfcfc;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 9px;
  color: #404042;
}
.PromoBlock .promo-details .PromoImage,
.PromoBlock .promo-details .PromoMainInfo,
.PromoBlock .promo-details .PromoFooter {
  position: relative;
  background-color: white;
  z-index: 2;
}
.PromoBlock .promo-details .title {
  font-size: 22px;
  font-weight: 700;
  text-align: right;
  line-height: 0.91;
  margin-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
  max-height: 40px;
  overflow: hidden;
}
.PromoBlock .promo-details .countries {
  padding-left: 14px;
  padding-right: 14px;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
  margin-bottom: 24px;
  height: 19px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.PromoBlock .promo-details .clear-fix {
  clear: both;
}
.PromoBlock .promo-details .attractions {
  padding: 14px 16px 0 16px;
}
.PromoBlock .promo-details .attractions p {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 9px;
}
.PromoBlock .promo-details .attractions ul {
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  max-height: 60px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 8px;
}
.PromoBlock .promo-details .attractions ul li {
  list-style: none;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 3px;
}
.PromoBlock .promo-details .attractions ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  opacity: .5;
  background-color: #ff8103;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
.PromoBlock .promo-details .for-more-btn {
  display: inline-block;
  font-family: "almoni-dl", "Arial", sans-serif;
  font-weight: bold;
  position: absolute;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  border: none;
  border-radius: 4px;
  background-color: #2079a6;
  color: #FFF;
  transition: background-color 0.3s ease-in;
}
.PromoBlock .promo-details .for-more-btn:hover,
.PromoBlock .promo-details .for-more-btn:active {
  text-decoration: none;
  background-color: #196084;
}
.PromoBlock p,
.PromoBlock label {
  margin: 0;
}
.PromoBlock:hover {
  text-decoration: none !important;
  color: initial !important;
}
.PromoBlock:hover .promo-details {
  z-index: 5;
  opacity: 1;
}
.PromoBlock .PromoImage {
  width: 100%;
  background-size: cover;
  background-position: center top;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.PromoBlock .PromoImage .supplier {
  position: absolute;
}
.PromoBlock .PromoImage .SupplierLogo {
  width: 100%;
  height: calc(100% - 54px);
  background-size: contain;
  background-position: center center;
  z-index: 10;
}
.PromoBlock .PromoImage .price {
  text-align: center;
  width: 100%;
  height: 61px;
  background-image: linear-gradient(to top, #ff8103, #f05818);
  font-weight: 700;
  color: #FFF;
  font-family: "open sans", Arial, sans-serif;
  box-sizing: border-box;
}
.PromoBlock .PromoImage .price p {
  font-size: 15.6px;
  font-family: "almoni-dl", "Arial", sans-serif;
}
.PromoBlock .PromoImage .price p .number {
  font-size: 12px;
  font-family: "open sans", Arial, sans-serif;
}
.PromoBlock .PromoImage .price label {
  display: block;
  font-size: 21px;
  margin-top: -4px;
  letter-spacing: 0.3px;
}
.PromoBlock .PromoImage .price .price-note {
  font-size: 10px;
  color: #151c1b;
  opacity: 0.7;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -0.3px;
  line-height: 10px;
  margin-top: -1px;
}
.PromoBlock .PromoImage .price .price-note .number {
  font-size: 8px;
  font-family: "open sans", Arial, sans-serif;
}
.PromoBlock .PromoMainInfo {
  padding: 10px 18px 0 18px;
  text-align: right;
}
.PromoBlock .PromoMainInfo h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}
.PromoBlock .PromoMainInfo h4:first-child {
  max-width: 210px;
  height: 54px;
  overflow: hidden;
}
.PromoBlock .PromoMainInfo .place {
  font-weight: 300;
  margin-bottom: 2px;
  display: block;
  height: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.PromoBlock .PromoMainInfo .dates {
  font-size: 16px;
}
.PromoBlock .PromoMainInfo .dates .days {
  font-weight: 700;
  margin-left: 10px;
}
.PromoBlock .PromoMainInfo .dates .days span {
  margin-right: 2px;
  font-size: 20px;
  font-family: "almoni-dl", "Arial", sans-serif;
}
.PromoBlock .PromoMainInfo .dates p {
  display: inline-block;
  font-family: "open sans", Arial, sans-serif;
}
.PromoBlock .PromoFooter {
  box-sizing: border-box;
  height: 52px;
  width: 100%;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  background-color: #fafafa;
  position: absolute;
  bottom: 0;
  padding: 12px 14px;
  text-align: right;
}
.PromoBlock .PromoFooter > .wrap {
  height: 28px;
  overflow: hidden;
  padding: 2px 2px;
}
.PromoBlock .PromoFooter .TagSmall {
  margin-left: 8px;
  margin-bottom: 10px;
}
.PromoBlock .Popup {
  left: 52px;
  bottom: 4px;
  text-align: right;
}
.PromoBlock .Popup .TagSmall {
  margin-left: 12px;
  margin-bottom: 10px;
}
.PromoBlock.BigPromoBlock {
  height: 402px;
  width: 365px;
}
.PromoBlock.BigPromoBlock .PromoImage {
  height: 208px;
}
.PromoBlock.BigPromoBlock .PromoImage .supplier {
  width: 99px;
  height: 115px;
  left: 16px;
  top: 147px;
}
.PromoBlock.BigPromoBlock .PromoImage .SupplierLogo {
  height: calc(100% - 54px);
}
.PromoBlock.BigPromoBlock .PromoImage .price {
  padding-top: 3px;
}
.PromoBlock.BigPromoBlock .PromoImage .price p {
  margin-top: 1px;
  font-size: 18px;
}
.PromoBlock.BigPromoBlock .PromoImage .price p .number {
  font-size: 14px;
  font-family: "Open Sans", Arial, serif;
}
.PromoBlock.BigPromoBlock .PromoImage .price label {
  line-height: 1.1;
}
.PromoBlock.BigPromoBlock .promo-details .tour-info {
  height: 110px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.PromoBlock.BigPromoBlock .promo-details .tour-info .column {
  float: right;
  box-sizing: border-box;
  width: 102px;
  height: 87px;
  border-right: 1px solid rgba(99, 99, 101, 0.2);
}
.PromoBlock.BigPromoBlock .promo-details .tour-info .column:first-child {
  border-right: none;
}
.PromoBlock.BigPromoBlock .promo-details .tour-info .column p {
  text-align: right;
  padding: 8px 14px 0 0;
  font-size: 14px;
  color: #404042;
  margin-bottom: 8px;
}
.PromoBlock.BigPromoBlock .promo-details .tour-info .column .recomendation {
  height: 33px;
  padding-right: 33px;
  text-align: right;
  background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(-.268%20.272)%22%3E%3Cpath%20fill%3D%22%23404042%22%20fill-opacity%3D%22.232%22%20d%3D%22M13.682%2025.49c6.492-.457%2011.617-5.87%2011.617-12.48C25.3%206.1%2019.698.5%2012.788.5%205.878.5.277%206.1.277%2013.01a12.47%2012.47%200%200%200%203.44%208.619c-.743.88-2.525%203.588-2.525%203.588s9.368.496%2012.49.274%22%2F%3E%3Ccircle%20cx%3D%2210.184%22%20cy%3D%229.969%22%20r%3D%221.764%22%20fill%3D%22%23404042%22%2F%3E%3Ccircle%20cx%3D%2216.064%22%20cy%3D%229.969%22%20r%3D%221.764%22%20fill%3D%22%23404042%22%2F%3E%3Cpath%20stroke%3D%22%23404042%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.1%22%20d%3D%22M7.285%2014.498a8.782%208.782%200%200%200%205.446%201.882c2.401%200%204.579-.96%206.169-2.516%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: top right;
  margin-right: 11px;
  font-weight: 700;
  font-size: 13px;
  line-height: 40px;
  white-space: nowrap;
}
.PromoBlock.BigPromoBlock .promo-details .tour-info .column .recomendation span {
  font-family: "Open Sans", Arial, serif;
  font-size: 15px;
}
.PromoBlock.BigPromoBlock .promo-details .tour-info .column .duration {
  margin-top: 12px;
  text-align: right;
  padding-right: 14px;
  font-family: "Open Sans", Arial, serif;
  font-size: 20px;
  font-weight: 700;
}
.PromoBlock.BigPromoBlock .promo-details .tour-info .column .duration .days {
  margin-bottom: 7px;
}
.PromoBlock.BigPromoBlock .promo-details .tour-info .column .duration label {
  font-size: 11px;
  font-family: "almoni-dl", "Arial", sans-serif;
  font-weight: 400;
}
.PromoBlock.BigPromoBlock .promo-details .tour-info .column .duration span {
  font-size: 19px;
  font-family: "almoni-dl", "Arial", sans-serif;
  font-weight: 400;
}
.PromoBlock.BigPromoBlock .promo-details .tour-info .column .duration .date {
  font-size: 15px;
  padding-right: 0;
  line-height: 0.7;
  margin-bottom: 10px;
}
.PromoBlock.BigPromoBlock .promo-details .attractions {
  padding: 14px 16px 0 16px;
}
.PromoBlock.BigPromoBlock .promo-details .attractions p {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 9px;
}
.PromoBlock.BigPromoBlock .promo-details .attractions ul {
  font-weight: 400;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 8px;
}
.PromoBlock.BigPromoBlock .promo-details .attractions ul li {
  list-style: none;
  padding-right: 10px;
  width: 50%;
  margin-bottom: 3px;
  box-sizing: border-box;
  padding-left: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
}
.PromoBlock.BigPromoBlock .promo-details .for-more-btn {
  bottom: 20px;
  left: 32px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
}
.PromoBlock.SmallPromoBlock {
  height: 244px;
  width: 235px;
}
.PromoBlock.SmallPromoBlock .PromoImage {
  height: 132px;
}
.PromoBlock.SmallPromoBlock .PromoImage .supplier {
  width: 106px;
  height: 112px;
  left: 10px;
  top: 0;
}
.PromoBlock.SmallPromoBlock .PromoImage .SupplierLogo {
  height: calc(100% - 60px);
  background-repeat: no-repeat;
}
.PromoBlock.SmallPromoBlock .PromoImage .price {
  height: 56px;
  line-height: 1.1;
  padding: 4px 2px 2px 2px;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  border-bottom: 5px solid #fff;
}
.PromoBlock.SmallPromoBlock .PromoImage .price p span {
  font-size: 15px;
  font-family: "almoni-dl", "Arial", sans-serif;
}
.PromoBlock.SmallPromoBlock .PromoImage .price label {
  font-size: 20px;
  margin-top: -3px;
}
.PromoBlock.SmallPromoBlock .PromoMainInfo {
  padding: 12px;
}
.PromoBlock.SmallPromoBlock .PromoMainInfo h4 {
  max-width: 180px;
  font-size: 16px;
  line-height: 0.94;
}
.PromoBlock.SmallPromoBlock .PromoMainInfo h4:first-child {
  height: 32px;
  margin-bottom: 0;
}
.PromoBlock.SmallPromoBlock .PromoMainInfo .place {
  display: none;
}
.PromoBlock.SmallPromoBlock .PromoMainInfo .dates {
  display: none;
}
.PromoBlock.SmallPromoBlock .PromoFooter {
  height: 48px;
  padding: 12px;
}
.PromoBlock.SmallPromoBlock .PromoFooter .TagSmall {
  height: 25px;
  line-height: 26px;
  font-size: 11px;
  padding: 0 8px;
  min-width: 50px;
}
.PromoBlock.SmallPromoBlock .PromoFooter .showMoreBtn {
  margin-right: 6px;
}
.PromoBlock.SmallPromoBlock .promo-details .title {
  font-size: 18px;
  padding-right: 4px;
  max-height: 32px;
}
.PromoBlock.SmallPromoBlock .promo-details .countries {
  padding-right: 4px;
  margin-bottom: 0;
  height: 30px;
  white-space: normal;
  font-size: 16px;
  line-height: 0.94;
  color: #404042;
}
.PromoBlock.SmallPromoBlock .promo-details .tour-info {
  display: none;
}
.PromoBlock.SmallPromoBlock .promo-details .attractions {
  padding: 0px 4px 0 4px;
}
.PromoBlock.SmallPromoBlock .promo-details .attractions p {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 9px;
}
.PromoBlock.SmallPromoBlock .promo-details .attractions ul {
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  max-height: 64px;
  margin-bottom: 8px;
  overflow-y: hidden;
}
.PromoBlock.SmallPromoBlock .promo-details .attractions ul li {
  display: block;
  padding-right: 10px;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.PromoBlock.SmallPromoBlock .promo-details .attractions ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  opacity: .5;
  background-color: #ff8103;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
.PromoBlock.SmallPromoBlock .promo-details .for-more-btn {
  bottom: 23px;
  left: 19px;
  width: 197px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.ot-tag-btn {
  display: inline-block;
  font-family: "almoni-dl", Arial, sans-serif;
  font-size: 14px;
  padding: 6px;
  margin-bottom: 10px;
  margin-left: 6px;
  position: relative;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.ot-tag-btn .disabled-text {
  visibility: hidden;
  opacity: 0;
  right: 50px;
  top: -40px;
  z-index: 1;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 1px 9px 0 rgba(0, 0, 0, 0.2);
  width: 170px;
}
.ot-tag-btn .disabled-text > .wrap {
  padding: 16px;
  font-size: 14px;
  line-height: 14px;
}
.ot-tag-btn > .wrap {
  border: solid 2px rgba(32, 121, 166, 0.2);
  height: 36px;
  border-radius: 18px;
  line-height: 32px;
  padding: 0 12px 0 18px;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  color: #636365;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}
.ot-tag-btn > .wrap .icon {
  margin-top: 7px;
  margin-left: 8px;
  float: right;
  width: 21px;
  height: 20px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAoCAYAAACIC2hQAAAAAXNSR0IArs4c6QAABLdJREFUWAnNWV1oW1UcPycf60eiW+m0dRs069xE0IGIiAgzHzVYqm2cK8OXURi+CD64B2GIWpz49VJflBGQogMprUyXgv0wyV0LkwoyV9lQX5Z01fXF2ZTWZk16c/yd684hvblJbm7NkgOH8z//r/O7//N9LiXbSIODg7aZmUtPMaZ6KSV7CaF74O4B5EbkJULYTfCWKGVX3G73ZCQSWbXaHLVi2IWkquxlxtgLsL/PjA9KaYYxEkf5ze7dLefGxsbSZuyETkVAA4HAE6pKPkakvMKBlRJg/0Sk3wbgLwBYNePDFNBQKLRrZWX1LCJ43IxTszoYLtcIcZxUlOkfy9mUBerzPfcQIdkIQB4q58yKHNHdoNT2Sjz+/blS9rZSQr//2SBjmblqgeRtw3dDLqd+6fMFPgJdNHBFBT5f8ElC1BnuqNTH/M+y9y5ejL9l5NNuxPT7/XsBMIbv3WUkryLviMfT+VsymcDY3ZoKur67u7sBy8gFgOTrYQ0SG8bq95i+4QKgGxvZ1wD0cb3iXaw3bW6yz/Ttben6np6elkwm+zWUmvSKZupOp5Pw7HA4tKxi0bWY9u3ff+BqMnn9V2G/JaLr67dPQ9AihJWW4fBZMjn5ncwdHR2VusjTZ+9ji3YIhgQ6MDDA9+dXhaDWJSbzodnZWb5Fa0kCXVxc7ILQJQT1UGJZ7RM4JNBcjoQEs47K5/v7+7V5JIECnAxzvQBFD7feurXyNMejAcWpqBXM++sFYD4ObK8P87o2q3AwwIGX5cuL0h5PB2lrazOUNzVtXdUOH36UtLcX6mazWXL58s+GPvRMnLD4Yfw/oFjutIpeyaje19dHQiE5xo1UJO/UqdclnU8sLy+To0eP5bOK0th8NGxijBZ+dlHTuy7QsGlAKc1ZvstUGzbuWxo2bYwy5sAlbNNUm4lEgszNGR/I+Zhsbm6WfubnfyHpdFrWBbG2tibIsiW6HtjujFG7Pbe0aQ4niUTGtWzUwvDw58Tj8UjR0NAnZGFhQdatEJjouM3eWZ46Ozt5xSRUK81Zt0HXL3JrbYyGw+EsloEZ6+6qY4loqi6XS5FAOYELFg7L9ZbYpfHx8b84KrE8EZuNn+rrLVGJSQKNRqM36qn7+TW6sXHHqAidPJhyhs1GT+Op5gchrLQcGRklO3feK834DrSN9OnExMQfwr7guuz1Bs5j339RKNSoTDU0OA9MTU39LdqXXS8YlDr5deS2qNeiRLefyQfJMRQAVZTJ37ECnKwFQN4m5sn5eDw6pG+/AChXUJToVyg+1CtXuw6Q806n4wQiWnDmNATKAXm9R97E941UG1ye/6Tdbuudnp7+J48nyYLJJCUgcOqnfn/XIEr+HlRSN9+uUhqRnHW7XS+Jxd3IvmhEuTLvAkWJvYPN4DjodSMH2+XBb/jgwQe7SoHUsJhtCG9S+9LpzBl8/QlEuOQHmvNJf7LbyRuxWEzby8vZVNydwWDwkUxGfReAewB4R7kG9HI+YTCiPsCEHTWaNHp9Ua8YqDDs7e29Z3V1vZuQHN4D6DPgtxeJdIqDQ/4Wb1IXMFkSwkclpWWg+kb4Q0EqleL3mz0A3JjLOZdaW903K/37ofcr6v8CpVF/GFHCQ7MAAAAASUVORK5CYII=') no-repeat;
  background-size: 21px 20px;
}
.ot-tag-btn.selected {
  background: rgba(5, 115, 105, 0.2);
  border-radius: 25px;
}
.ot-tag-btn.selected > .wrap {
  box-sizing: initial;
  line-height: 36px;
  border: none;
  padding-left: 21px;
  color: #FFF;
  background-image: linear-gradient(228deg, #f6977d, #2079a6 64%, #046c9f);
}
.ot-tag-btn.selected > .wrap .icon {
  margin-top: 11px;
  margin-right: 4px;
  margin-left: 11px;
  width: 15px;
  height: 14px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAcCAYAAAB2+A+pAAAAAXNSR0IArs4c6QAAAWhJREFUSA3tlk1OAkEQhVmYiIknEH82HMNo4DaiEd1yC/cYgrr0HIYoceUhQD0BmoxfKZV0imamdbp2VvLSP9Pzvgbe9NBoOFdRFBvOiFV7oJvoAQ1WrzrOALxGWvd0th1xP9ZAekoM2hf6bTc45odoEQC1+0Gn4wLGuIVmSjLthRdUwjQxMB3eukDFFMJQKaZ9ZrzlAsY4Fibhv6EDL+h/mOQrTg8Ti/voNPX3YG29MGHQRDdISh7y4yo4a05kcaTSwsSN+2hqDF4Z762Dc61+mDC5MlAdymaaFs5cnpMJIzltHlGsxiGYBWUn0124NqmP4S6ax8jMnasJ/XphUqOwxfQISbBsfYeNyXphCmG2j/mZpS7H77Sx19wn83lecxiNUGpd2s3/eQxRnumnBPLvw1S1K6BlYZM9ub7m1oUt7WSq+nRl1/lkNmwSpm7ZPdmuARohrXxhqtohRA1b/jAlwHfYQNb/TF+7MbZbxQp0hAAAAABJRU5ErkJggg==');
  background-size: 15px 14px;
}
.ot-tag-btn.selected.active:hover .icon {
  margin-right: 2px;
  margin-top: 8px;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAA+ZJREFUWAnNmUtIVFEYx8+dzAnDgagpHaIW6iJsETXmxkSxJKg00MoCN5JBSIugRS2TCIKoqNxMC4ke0mNRZA8qyUajKNxUYqUIvcY001InnXRm+n9j53Lnzn3OXGf64D/n9Z3v/PzuPefOXAVmgYXDYQFhlkDZUADyCYIwjjI1BiAnVAfdhj5CfyC5TaDjPeSBtkD2OafFIpshLxSEzNo4JlyGci0HRdB1UBtkhVG2z0NLEwZFEBt0AgpBVtsvBNwWNyQmZ0J3rKaSxaNb5bBpSExaBnXLgs1lsxnB6STQNzimQ8+gZNtRfTp4gKo52WT/1qP7fIcmJBzqUwTHl/WjkieFFK87BjIx0Aclvv2lK5iv38RTSMykTTL/0H8ARzjVSFYh54pkEB2UtX5oIR9IcdmOLJYSA89gFeqm4Cang2x4Ykr37/g0MqHro+BQgqStpH4OuF3BSbWL4OoutrNdnjb2fVwd0ts7wMrP3GPnnnSrxtIYqKQxepQ5UJZQw4hxuBf9Q6x/eIzVXFCGJLh9lzpYYCbITj16HQ/kLCCgSqB0I3Dk4/H2MILjpgQpheN+px+/YW99o7xppCxG8ux0iVcY8eY+DaX5rDx/OW9GSimkEhxueHas0s1WuxZFzdNppGHcJYDyOCpHdJyjhmdCYdbQ0skedn+J6s9yZLBRf4AFgkGxn8PtWR/X18AiyqBLjGawkmYTWNPuophMfhv7bSUc0bgIkDaJaVOD5IESzBwP4yDAQd4yWxJkjTuH2VDKbXGGnW1aFX2vyn0MtAcJcMCAo6ILbYj9VzpZCPek3Ib9U6pHkNxXo+0jQJ+Gg+qQ0m5lskRKd7dqIO2BAQJ8p+0TO6oER/dcY4U7ZuMkAPkTK0cu8XNUfsRiKPeowdE5V1uYp7i744S8iz86ZMMHHVqtyjj6vfLdqra7kWCzdosm0CUmizRmq9qfxXnZzFO7gdnT5jE5HJ8ph8xxOljL3jLmzFzAXfRKen3yQHTC02Q+1AsZtqcffOGrL/s0/aeDoXBja1d4aGxS009hsInDiYmH0050XuMDKSzpC2Qurk7kfOaXmC7XdQy8SiEYX/okh6MOMYPUQBYLUHRAc/8mihaMtR50FQDQz4fEDFIHBiiD9XwwyeUI1quQwqmuj0zSC6Nk2jQWK1MFkg/AmX4KnE0SIf1Yr5YzGGpjIr1pUHp7ahX7ZwRaawhGzQkB6LeB9oEXH+59TMtSW9dUPwLRQX4AGoIStS4E2GgKwKgzAtNLzYOQ2ffU9H76BlQFRR1temubcpYGw0JOtLdCayD6XUMS/w2BOn3P/Ap5oTYcH/R8NW1/AfXlcJZp8UIhAAAAAElFTkSuQmCC');
  background-size: 20px 20px;
}
.ot-tag-btn.disabled:hover .disabled-text {
  visibility: visible;
  opacity: 1;
}
.ot-tag-btn.disabled > .wrap {
  cursor: default;
  opacity: 0.2;
}
.ot-tags-group {
  float: right;
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.ot-tags-group:nth-child(odd) {
  padding-left: 20px;
  clear: both;
}
.ot-tags-group:last-child {
  margin-bottom: 0;
}
.ot-tags-group:nth-child(even) {
  padding-right: 20px;
}
.ot-tags-group:nth-child(even):after {
  clear: both;
}
.ot-tags-group > .wrap > .title {
  font-size: 22px;
  color: #404042;
  margin-bottom: 9px;
  padding-right: 6px;
}
.ot-tags-group > .wrap > .title span {
  font-size: 11px;
  color: #979797;
}
.ot-tags-popup {
  text-align: right;
  width: 827px;
  background: #FFF;
  font-family: "almoni-dl", Arial, sans-serif;
  border-radius: 4px;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.19);
  max-height: calc(100vh - 100px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ot-tags-popup > .wrap {
  padding: 32px 55px 32px 55px;
}
.ot-tags-popup .dlg-header {
  flex: 0 0 auto;
  padding: 32px 55px 0px 55px;
}
.ot-tags-popup .dlg-header .title {
  font-size: 45px;
  font-weight: 700;
  color: #404042;
  margin-bottom: 30px;
}
.ot-tags-popup .dlg-header .btn-close {
  width: 32px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  opacity: .4;
  line-height: 1.13;
  border-bottom: solid 0.8px #065a87;
  transition: all .3s ease;
  position: absolute;
  left: 22px;
  top: 16px;
}
.ot-tags-popup .dlg-header .btn-close:hover {
  color: #065a87;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.ot-tags-popup .dlg-body {
  flex: 0 1 auto;
  overflow-y: auto;
  margin: 0 0 0 20px;
  padding: 0 55px 0 35px;
}
.ot-tags-popup .dlg-body > .wrap {
  position: relative;
}
.ot-tags-popup .dlg-footer {
  text-align: left;
  flex: 0 0 auto;
  padding: 32px 55px 32px 55px;
}
.ot-tags-popup .btn-apply {
  height: 41px;
  border-radius: 4px;
  padding: 0 32px 0 32px;
  line-height: 41px;
  background-color: #065a87;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
}
.ot-tags-popup .btn-apply:hover {
  background-color: #325a54;
}
.ot-home-no-results {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  font-family: "almoni-dl", Arial, sans-serif;
  color: #404042;
  right: -60px;
}
.ot-home-no-results .image.filter {
  position: absolute;
  top: 42px;
  right: 0;
  width: 286px;
  height: 213px;
  background: url("../img/organizedtours/ot.no.results.png") no-repeat top left;
  background-size: 286px 213px;
}
.ot-home-no-results .title {
  font-size: 40px;
  font-weight: 900;
  line-height: 0.89;
  margin-bottom: 12px;
}
.ot-home-no-results p {
  font-size: 20px;
}
.ot-home-no-results .text {
  width: 288px;
  margin-right: 65px;
  position: relative;
  margin-top: 180px;
}
.ot-home-no-results .btn {
  float: right;
  margin-top: 12px;
}
.ot-home-no-results .btn.clear {
  cursor: pointer;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  padding: 0 30px 0 30px;
  line-height: 39px;
  height: 39px;
  border-radius: 2.8px;
  background-color: #065a87;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
}
.ot-home-no-results .btn.clear:hover {
  background-color: #325a54;
}
.ot-h-results .default-tags {
  margin-bottom: 44px;
}
.ot-h-results .default-tag-wb {
  display: inline-block;
}
.ot-h-results a.btn-more-tags {
  font-size: 15px;
  line-height: 36px;
  border-bottom: solid 0.8px #065a87;
  opacity: .4;
  color: #404042;
  text-decoration: none;
  margin-right: 10px;
  white-space: nowrap;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.ot-h-results a.btn-more-tags:hover {
  text-decoration: none;
  opacity: 1;
}
.ot-h-results a {
  color: #404042;
  text-decoration: none;
}
.ot-h-results .big-blocks .PromoBlock {
  margin-left: 28px;
}
.ot-h-results .big-blocks .PromoBlock:nth-child(2n) {
  margin-left: 0;
}
.ot-h-results .small-blocks .PromoBlock {
  margin-left: 27px;
}
.ot-h-results .small-blocks .PromoBlock:nth-child(3n) {
  margin-left: 0;
}
.ot-home-form {
  text-align: right;
  padding-bottom: 20px !important;
  position: relative;
  font-family: "almoni-dl", Arial, sans-serif;
  margin-top: 150px;
}
.ot-home-form .header-image {
  position: absolute;
  right: 0;
  top: -87px;
  width: 181px;
  height: 139px;
  background: url('../img/organizedtours/stamp_icon.png') no-repeat top left;
  background-size: 181px 139px;
}
.ot-home-form .title1,
.ot-home-form .title2 {
  font-family: "almoni-dl", Arial, sans-serif;
  font-weight: 900;
  color: #404042;
  line-height: 48px;
}
.ot-home-form .title1 {
  font-size: 55px;
}
.ot-home-form .title2 {
  font-size: 65px;
  margin-bottom: 40px;
}
.ot-home-form .row {
  margin-top: 10px;
}
.ot-home-form .row:first-child {
  margin-top: 0;
}
.ot-home-form .message {
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.ot-home-form .message.error {
  color: #F00;
}
.ot-home-form .col {
  float: right;
}
.ot-home-form .col.c-col1,
.ot-home-form .col.c-phone,
.ot-home-form .col.c-area {
  margin-right: 10px;
}
.ot-home-form .col.c-col1:first-child,
.ot-home-form .col.c-phone:first-child,
.ot-home-form .col.c-area:first-child {
  margin-right: 0;
}
.ot-home-form .col.c-col1 {
  width: 250px;
}
.ot-home-form .col.c-area {
  width: 82px;
  margin-right: 5px;
}
.ot-home-form .col.c-phone {
  width: 163px;
}
.ot-home-form .col.main-col {
  width: 510px;
  margin-bottom: 140px;
}
.ot-home-form .col.col2 {
  width: 210px;
  margin-right: 54px;
  color: #065a87;
  padding-top: 53px;
  position: relative;
}
.ot-home-form .col.col2 .bubbles {
  width: 84px;
  height: 64px;
  background: url('../img/organizedtours/message-bubble.png') no-repeat top left;
  background-size: 84px 64px;
  position: absolute;
  top: -17px;
  right: -84px;
}
.ot-home-form .col.col2 .title {
  font-size: 29px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
}
.ot-home-form .col.col2 p {
  font-size: 16px;
  line-height: 1.31;
}
.ot-home-form .form-col {
  width: 250px;
  display: inline-block;
  margin-left: 10px;
}
.ot-home-form .form-col .or-input-text {
  margin-bottom: 14px;
}
.ot-home-form .form-col:nth-child(2) {
  margin-left: 0;
}
.ot-home-form .btn-send {
  float: left;
  width: 100px;
  height: 41px;
  border-radius: 4px;
  background-color: #065a87;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "almoni-dl";
  cursor: pointer;
  border: none;
  transition: background-color 0.2s ease-in;
}
.ot-home-form .btn-send:hover {
  background-color: #05466a;
}
.ot-home-form .or-checkbox {
  margin-top: 10px;
}
.or-checkbox {
  display: inline-block;
}
.or-checkbox label {
  margin: 0;
  color: #575757;
  position: relative;
  padding-right: 14px;
  font-family: "almoni-dl";
  font-size: 14px;
  line-height: 18px;
}
.or-checkbox label::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -10px;
  width: 19px;
  height: 19px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAAAXNSR0IArs4c6QAAAYRJREFUWAljZEAC6jWrFH/9+9v5n+G/DVBYHEmKtsz/jP+BFjxmZGLYy8rKU3GrwfcNI8xGpZo1qv///joLVMELExsIGuigJ1zsLPosMMv//fs9EcgeUEeB3AIMGJlvv/42gUOsoeE/08JfKz7+//+fByTJyMD4Exi610FsegDG/4yguNQDOgsag4xXwSG2gWEDH8xRYIcwMhx50BblQg9HwexQqFx2F8hWgtj/X5oJJjHY6FGHkRojoyE2GmKkhgCp6kfT2GiIkRoCpKofTWOjIUZqCJCqfjSNjYYYqSFAqvrRNDYaYqSGAKnqR9PYaIiRGgKkqocPqiz4ufwTUDM3xADG78BhjsukGka2etCgCuN/Y+BQDyTNMzJeh46uMDAoVi3b8f8/gzvZhlNTIyPjDHiuZP3PVgA0+ys1zSfLLEaG52xsPLVwh91qD7nBxMxmyMjIuBFo4FuyDKVIE+Mz4LjcYmAUGqIMdaKbGbpqFTO6GK342tdC/zc0MP6jlflUNRcAIhldEpl0lhoAAAAASUVORK5CYII=');
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.or-checkbox input {
  visibility: hidden;
}
.or-checkbox input:checked + label {
  color: #065a87;
}
.or-checkbox input:checked + label::before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAjBJREFUSA1jYKATYITZo1S7Svf/n78pDIwMkjAxyuj/rxkYWRbebw07BTIHbJFK5SqtP4x/zjL8Z+CgzHB03Yx/mZkY7O62Rh5jAkn9Y/oXT31LQCb/Z/77nyEZxIJY9P+/GIhDCwAMMnGQuWCLaGEBuplUs8hPX57BQEYY3Xw4nwXOooABsqAr2BxsQt2mMwyrztzDMI1iH4nwcDDMiLFhYGdhBmNTeVEMS0ACFFnEwsTIMD3KhkGcjwts+KUnbxmqN56mvkUNvsYMJgoQH7z58oMhfclhhl9//lHXojATJYZoc1WwoX/+/mPIXnaE4cWn71gtAQniDDpQmGtKCGDVCIr8Jj8TuFzz1nMMpx68hvOxMbBaJC3AxbA2w4VhaYoTA4iNDJAjHyS+5uw9hkUnbiMrwcrGalGNlxGDtpQQgyAXO8OsGDtwagLpJiXy0W3DahEo5Tz78BWsVktKkKEzyAzMrvchPvLRLcKaYd99/QlOQWvSXRnYWZkZ/A0UGPg42Rgc1aXA+omJfHSLsPoIpOjKs/cMVRvAVQlYD8wSEIeYyAdrQiJwWgRSs+78A4b5x24iKQdG/jniIh9FE5CD1yKQ4tZt5xlO3HsF1gfO+Ruw53ywAjwEQYv+/vvPkL38CAPIEnw5H48dYCmsiQFdEyhxBE7fzfDv/390KaL5YB8xMTJCwgaPNnItATrtJchYiEX/mBYCmyk/8NhDphSwccLIMBekmW7NLTJdSro2AIpvt9JIcNZzAAAAAElFTkSuQmCC');
}
.ot-home-input-text input {
  box-sizing: border-box;
  width: 100%;
  height: 39px;
  border-radius: 4px;
  background-color: rgba(216, 216, 216, 0.2);
  border: 1px solid rgba(216, 216, 216, 0.2);
  color: rgba(87, 87, 87, 0.5);
  font-family: "almoni-dl";
  font-size: 19px;
  line-height: 39px;
  padding: 0 15px;
  -webkit-transition: border-color 0.5s ease;
  -moz-transition: border-color 0.5s ease;
  -ms-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
}
.ot-home-input-text input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(87, 87, 87, 0.5);
  opacity: 1;
  /* Firefox */
}
.ot-home-input-text input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(87, 87, 87, 0.5);
}
.ot-home-input-text input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(87, 87, 87, 0.5);
}
.ot-home-input-text.error input {
  border: 1px solid #F00;
}
.ot-home-input-text.ltr input {
  direction: ltr;
  text-align: right;
}
.ot-home-guides {
  position: relative;
  margin-top: 150px;
}
.ot-home-guides .ot-slider-wrapper {
  overflow-x: hidden;
  padding-left: 75px;
  position: relative;
}
.ot-home-guides .ot-slider-wrapper .slick-track {
  transform: translate3d(0px, 0px, 0px);
}
.ot-home-guides .ot-slider-wrapper .ot-inner-slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -17px;
}
.ot-home-guides .ot-slider-wrapper .ot-inner-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.ot-home-guides .ot-slider-wrapper .ot-inner-slider .slick-prev {
  left: 0;
}
.ot-home-guides .ot-slider-wrapper .ot-inner-slider .slick-next {
  right: 0;
}
.ot-home-guides .ot-slider-wrapper .ot-guide:not(:last-child) {
  margin-right: 100px;
}
.ot-home-guides .ot-slider-wrapper .ot-guide {
  float: left;
}
.ot-home-guides .header-image {
  position: absolute;
  right: -36px;
  top: -72px;
  width: 203px;
  height: 156px;
  background: url('../img/organizedtours/guide_icon.png') no-repeat top left;
  background-size: 203px 156px;
}
.ot-home-guides .title1,
.ot-home-guides .title2 {
  font-family: "almoni-dl", Arial, sans-serif;
  font-weight: 900;
  color: #404042;
  line-height: 48px;
  position: relative;
}
.ot-home-guides .title1 {
  font-size: 55px;
}
.ot-home-guides .title2 {
  font-size: 65px;
  margin-bottom: 40px;
}
.ot-guide {
  width: 270px;
  font-family: "almoni-dl", Arial, sans-serif;
  color: #404042;
  display: inline-block;
  text-align: center;
}
.ot-guide .guide-img {
  width: 100%;
  height: 244px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 25px;
}
.ot-guide h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
.ot-guide p {
  width: 200px;
  margin: 0 auto;
  font-size: 15px;
  opacity: 0.8;
  line-height: 1.13;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}
.ot-guide a {
  width: 57px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  opacity: .4;
  line-height: 1.13;
  border-bottom: solid 0.8px #065a87;
  transition: all .3s ease;
}
.ot-guide a:hover {
  color: #065a87;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.ot-guide-popup {
  text-align: right;
  width: 650px;
  height: 756px;
  max-height: 100vh;
  background-color: #ffffff;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.19), 0 0 6px 0 rgba(0, 0, 0, 0.26);
  font-family: "almoni-dl", Arial, sans-serif;
  color: #404042;
  animation: fadein 0.3s ease-in-out 0s;
}
.ot-guide-popup h3,
.ot-guide-popup h4 {
  margin: 0;
}
.ot-guide-popup div {
  box-sizing: border-box;
}
.ot-guide-popup .popup-top {
  text-align: center;
  height: 384px;
  max-height: 50%;
  position: relative;
  padding: 1vh 38px 0 38px;
  background: url('../img/organizedtours/guide-icon.jpg') no-repeat;
  background-size: 482px 310px;
  background-position: center 35px;
}
.ot-guide-popup .popup-top .btn-close {
  width: 32px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  opacity: .4;
  line-height: 1.13;
  border-bottom: solid 0.8px #065a87;
  transition: all .3s ease;
  position: absolute;
  left: 22px;
  top: 16px;
}
.ot-guide-popup .popup-top .btn-close:hover {
  color: #065a87;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.ot-guide-popup .popup-top .guide-img {
  width: 194px;
  height: 215px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 0px;
}
.ot-guide-popup .popup-top h3 {
  font-size: 29px;
  margin-bottom: 6px;
}
.ot-guide-popup .popup-top p {
  font-size: 22px;
  line-height: 0.91;
  letter-spacing: 0.3px;
  font-weight: 400;
  width: 268px;
  margin: 0 auto;
}
.ot-guide-popup .popup-bottom {
  height: 372px;
  padding: 28px 38px 40px 38px;
  background-color: rgba(216, 216, 216, 0.15);
}
.ot-guide-popup .popup-bottom h4 {
  font-size: 17px;
}
.ot-guide-popup .popup-bottom h4,
.ot-guide-popup .popup-bottom p,
.ot-guide-popup .popup-bottom ul {
  text-align: right;
}
.ot-guide-popup .popup-bottom .bio {
  max-width: 500px;
  margin-bottom: 30px;
  line-height: 1.08;
  font-size: 13px;
}
.ot-guide-popup .popup-bottom .bio h4 {
  margin-bottom: 6px;
}
.ot-guide-popup .popup-bottom .bio p {
  font-size: 13px;
  line-height: 1.08;
  letter-spacing: 0.4px;
}
.ot-guide-popup .popup-bottom .bio ul {
  padding: 0;
}
.ot-guide-popup .popup-bottom .bio ul li {
  font-size: 12px;
  display: block;
  padding-right: 14px;
  margin-bottom: 3px;
  list-style: none;
  position: relative;
  line-height: 1.58;
  letter-spacing: 0.4px;
}
.ot-guide-popup .popup-bottom .bio ul li:before {
  content: '';
  width: 7px;
  height: 7px;
  opacity: .5;
  background-color: #ff8103;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
.ot-guide-popup .popup-bottom .experience {
  margin-bottom: 30px;
}
.ot-guide-popup .popup-bottom .countries h4 {
  margin-bottom: 10px;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.slick-arrow.slick-prev {
  width: 22px;
  height: 34px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2244%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23D8D8D8%22%20stroke-width%3D%222.388%22%20d%3D%22M22.526.902L1.663%2021.573l20.863%2020.671%22%20opacity%3D%22.8%22%2F%3E%3C%2Fsvg%3E');
}
.slick-arrow.slick-prev:hover,
.slick-arrow.slick-prev:active {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2244%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23057369%22%20stroke-width%3D%222.388%22%20d%3D%22M22.526.902L1.663%2021.573l20.863%2020.671%22%20opacity%3D%22.8%22%2F%3E%3C%2Fsvg%3E');
}
.slick-arrow.slick-next {
  width: 22px;
  height: 34px;
  transform: rotateY(180deg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2244%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23D8D8D8%22%20stroke-width%3D%222.388%22%20d%3D%22M22.526.902L1.663%2021.573l20.863%2020.671%22%20opacity%3D%22.8%22%2F%3E%3C%2Fsvg%3E');
}
.slick-arrow.slick-next:hover,
.slick-arrow.slick-next:active {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2244%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23057369%22%20stroke-width%3D%222.388%22%20d%3D%22M22.526.902L1.663%2021.573l20.863%2020.671%22%20opacity%3D%22.8%22%2F%3E%3C%2Fsvg%3E');
}
.ot-search-engine {
  border-radius: 6px;
  -webkit-backdrop-filter: blur(5.7px);
  backdrop-filter: blur(5.7px);
  background-color: #303030;
  color: #808080;
  font-family: "almoni-dl", Arial, sans-serif;
}
.ot-search-engine .row {
  margin-top: 6px;
}
.ot-search-engine .row:first-child {
  margin-top: 0;
}
.ot-search-engine .row .col {
  float: right;
  margin-right: 6px;
}
.ot-search-engine .row .col:first-child {
  margin-right: 0;
}
.ot-search-engine .row .col.c-dest {
  width: 252px;
}
.ot-search-engine .row .col.c-date,
.ot-search-engine .row .col.c-type {
  width: 180px;
}
.ot-search-engine .row .col.c-btn {
  width: 124px;
}
.ot-search-engine .row.header label {
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.ot-search-engine > .wrap {
  padding: 10px 10px 8px 10px;
}
.ot-search-engine .btn-search {
  display: block;
  cursor: pointer;
  height: 30px;
  line-height: 31px;
  background-color: #2079a6;
  border-radius: 4.5px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ot-search-engine .btn-search:not(.disabled):hover {
  background-color: #196084;
}
.ot-search-engine .btn-search.disabled {
  cursor: default;
}
.ot-promo-buttons {
  height: 290px;
}
.ot-promo-buttons > .wrap .btn-row {
  margin-top: 20px;
  padding-right: 11px;
  height: 12px;
}
.ot-promo-buttons > .wrap .btn {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.5;
  background-color: #ffffff;
  float: right;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ot-promo-buttons > .wrap .btn:hover {
  opacity: 1;
}
.ot-promo-buttons > .wrap .btn.active {
  opacity: 1;
}
.ot-promo-buttons .deal-link {
  display: block;
  height: 280px;
  width: 100%;
}
.ot-promo-images {
  height: 582px;
  position: absolute;
  width: 100%;
  top: 0px;
  overflow: hidden;
}
.ot-promo-images ul {
  list-style-type: none;
}
.ot-promo-images ul li {
  display: block;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ot-promo-images ul li.active {
  visibility: visible;
  opacity: 1;
}
.ot-promo-images .img-container {
  float: left;
  margin-left: -50%;
}
.ot-promo-images img {
  height: 582px;
  width: 1920px;
  margin-left: 0px;
}
.ot-promo-images.fixBackground img {
  margin-left: 1px;
}
.ot-promo-images .overlay {
  position: absolute;
  left: 50%;
  top: 0;
  height: 680px;
  width: 1920px;
  background: url('../img/organizedtours/image.overlay.png') no-repeat bottom center;
  transform: translateX(-50%);
}

/*# sourceMappingURL=ot.home.css.map*/