*, *:focus, *:hover {
  outline: none; }

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

:disabled {
  pointer-events: none; }

html, body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ol, ul {
  margin: 0;
  padding: 0; }

html, body {
  width: 100%;
  min-height: 100%;
  text-rendering: optimizeSpeed;
  letter-spacing: normal; }

input, label, button, select {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: none; }
  input:focus, label:focus, button:focus, select:focus {
    outline: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none; }

select::-ms-expand {
  display: none; }

textarea {
  text-align: left;
  vertical-align: top;
  resize: none; }

form {
  position: relative; }

input::-webkit-input-placeholder {
  font: 400 14px/20px 'Roboto', sans-serif;
  color: #666;
  letter-spacing: 0.1px; }

textarea::-webkit-input-placeholder {
  font: 400 14px/20px 'Roboto', sans-serif;
  color: #666;
  letter-spacing: 0.1px; }

input[readonly] {
  cursor: default; }

input[readonly]::-webkit-input-placeholder {
  opacity: 1; }

.h1 {
  font: 400 24px/32px 'Roboto', sans-serif;
  color: #171e2b; }

a {
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none; }

ul li, ol li {
  list-style: none; }

dialog {
  overflow: visible;
  border: none !important;
  padding: 0;
  background: #fff;
  border-radius: 16px; }

.clear {
  margin: 0;
  padding: 0; }

.container {
  margin: 0 auto;
  width: 1262px;
  max-width: 100%;
  padding: 0 15px; }

.noselect {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.noscroll {
  overflow: hidden; }

.noappearance {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.transition {
  transition: 0.2s linear all; }

.w-100 {
  width: 100%; }

.d-flex {
  display: flex; }

.d-flex-wrap {
  flex-wrap: wrap; }

.row-flex {
  flex-flow: row wrap; }

.slider-notice {
  visibility: hidden; }

.slider-notice .slick-initialized {
  visibility: visible; }

.select-notice {
  width: 100%;
  visibility: hidden; }

.select-notice .select2-container {
  visibility: visible; }

.fancybox-opened .fancybox-modal-skin {
  box-shadow: none; }

.fancybox-modal-skin {
  background: #fff;
  border-radius: 8px; }

.fancybox-opened .fancybox-form-skin {
  box-shadow: none; }

.fancybox-form-skin {
  background: #fff;
  border-radius: 16px; }

.align-center {
  align-items: center; }

.align-end {
  align-items: flex-end; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  .hidden-lg {
    display: none !important; } }

.excursions-sort > * {
  cursor: pointer; }
  .excursions-sort .sortable-ghost, .excursions-sort .sortable-chosen {
    background: rgba(66, 185, 117, .03); }
