@charset "UTF-8";

@font-face {
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  src: local("Open Sans"), url(../fonts/opensans-regular.woff);
}

@font-face {
  font-family: Open Sans;
  font-weight: 500;
  font-style: normal;
  src: local("Open Sans"), url(../fonts/opensans-semibold.woff);
}

@font-face {
  font-family: Open Sans;
  font-weight: 700;
  font-style: normal;
  src: local("Open Sans"), url(../fonts/opensans-bold.woff);
}

html {
  font-size: 100%;
}

body {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  background: url(../img/bg.png) no-repeat top center/contain;
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Open Sans, sans-serif;
}

audio {
  width: 100%;
}

.uk-button-primary {
  background: #fb6925;
  padding: 5px 15px;
  font-weight: 700;
}

.uk-button-primary:hover,
.uk-button-primary:focus {
  background: #fb580c;
}

.uk-text-primary {
  color: #12255d !important;
}

.h-mod {
  position: relative;
}

.h-mod__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  opacity: .4;
  color: #000;
}

.h-mod__box {
  position: absolute;
  top: -1px;
  left: 25px;
  width: calc(100% - 25px);
  height: calc(100% + 2px);
  overflow-y: auto;
  box-shadow: 2.5px 4.3px 16px 0 rgba(0, 0, 0, 0.17);
  border-radius: 5px;
  background: #fff;
  padding: 70px 20px 30px;
}

.h-mod__box .uk-block {
  height: 100%;
  box-sizing: border-box;
  padding-right: 20px;
}

.h-mod__box a {
  font-size: .9rem;
  color: #489dc9;
  text-decoration: underline;
  margin-bottom: 15px !important;
  display: block;
  line-height: 1.15;
}

.h-mod__box a:hover {
  color: #12255d;
}

.h-mod__t {
  font-size: 1.25rem;
  color: #000;
  font-weight: 700;
}

.h-mod__desc {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
}

.h-mod__img {
  margin: 0 0 20px !important;
  display: block;
}

.h-news {
  font-size: .875rem;
}

.h-news .uk-h3 {
  font-size: 1.25rem;
}

.h-news img {
  background: #000;
  border-radius: 5px;
}

.h-win {
  background: #000 url(../img/win.png) no-repeat bottom center/cover;
  color: #fff;
  padding: 80px 0;
}

.h-win__t {
  color: #fff;
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 70px !important;
}

.h-win p.uk-h1.uk-text-bold {
  font-size: 4.5rem;
  margin-bottom: 20px;
  display: block;
}

.h-win p.uk-text-bold {
  font-size: 1rem;
}

.h-win p {
  font-size: .9375rem;
}

.h-opt {
  background: #000 url(../img/opt.png) no-repeat bottom center/cover;
  color: #fff;
  padding: 80px 0 70px;
}

.h-opt--one {
  background-image: url(../img/opt-1.jpg);
}

.h-opt__t {
  color: #fff;
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 70px !important;
  display: block;
}

.h-opt label {
  font-size: 1.125rem;
  font-weight: 500 !important;
}

.h-opt .uk-form input {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  margin-bottom: 50px;
}

.h-opt .uk-form input:focus {
  border-bottom-color: #fff;
  background: none;
  color: #fff;
}

.h-opt .uk-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.h-opt .uk-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.h-opt .uk-form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.h-opt__text {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.875rem;
}

.h-opt .uk-button {
  border-radius: 5px;
}

.h-tour {
  background: #fff;
}

.h-tour__wr {
  max-width: 1200px;
  width: 100%;
  padding: 0 35px;
  box-sizing: border-box;
  margin: 0 auto;
}

.h-tour img {
  display: block;
  width: 100%;
}

.b-nav .uk-navbar-nav > li > a {
  font-weight: 700;
  color: #12255d;
  background: none;
  padding: 0 38px 0 0;
  font-size: 1rem;
}

.b-nav .uk-navbar-nav > li > a:hover {
  color: #fa6925;
}

.b-nav .uk-navbar-nav > li.uk-active > a {
  color: #fa6925;
}

.b-nav .uk-navbar-flip {
  max-width: 100%;
}

.b-nav .uk-form {
  display: block;
  padding: 0;
  max-width: 100%;
  width: 353px;
}

.b-nav .uk-form input {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  border-radius: 5px;
  padding-left: 10px !important;
  padding-right: 30px;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

.b-nav .uk-form input:focus {
  color: #000;
  background: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.b-nav .uk-form input::-webkit-input-placeholder {
  color: rgba(19, 19, 19, 0.7);
}

.b-nav .uk-form input:-ms-input-placeholder {
  color: rgba(19, 19, 19, 0.7);
}

.b-nav .uk-form input::placeholder {
  color: rgba(19, 19, 19, 0.7);
}

.b-nav .uk-form-icon {
  display: block;
}

.b-nav .uk-form-icon > [class*='uk-icon-'] {
  right: 5px;
  color: rgba(0, 0, 0, 0.2);
  background: none;
  border: none;
}

.b-hdr {
  color: #131313;
  font-size: .8125rem;
}

.b-hdr hr {
  border-top-color: rgba(19, 19, 19, 0.2);
}

.b-hdr .uk-h3 {
  font-size: 1.25rem;
}

.b-hdr a {
  color: #000;
  text-decoration: underline;
}

.b-hdr a:hover {
  color: #12255d;
}

.b-hdr__icon {
  text-decoration: none !important;
  background: none;
}

.b-hdr__icon:first-child {
  color: #4d76a1;
}

.b-hdr__icon:nth-child(2) {
  color: #f58220;
}

.b-hdr__icon:nth-child(3) {
  color: #dc472e;
  font-size: 1.2em;
}

.b-ftr {
  background: #489dc9;
  color: #fff;
  font-size: .8125rem;
}

.b-ftr .uk-h3 {
  font-size: 1.1875rem;
}

.b-ftr a {
  text-decoration: underline !important;
  color: #fff !important;
}

.d-gal img {
  display: block;
  border-radius: 5px;
  width: 100%;
}

.uk-nav-side > li {
  margin-bottom: 20px;
}

.uk-nav-side > li > a {
  color: #12255d;
  font-weight: 700;
  text-decoration: underline;
  padding: 5px 0;
  font-size: 16px;
}

.uk-nav-side > li > a:after {
  display: none;
}

.uk-nav-side > li > a:hover {
  color: #fb8957;
  background: none;
}

.uk-nav-side > li > a:focus {
  color: #12255d;
  background: none;
}

.uk-nav-side > li.uk-open > a {
  background: none;
  color: #12255d;
}

.uk-nav-side > li.uk-active a {
  color: #fb8957;
  background: none;
  text-decoration: none;
}

.uk-nav-side > li .uk-nav-sub {
  font-size: 14px;
}

.uk-nav-side > li .uk-nav-sub span {
  color: #fb8957;
  margin-top: 10px;
  display: block;
}

.uk-nav-side > li .uk-nav-sub a {
  color: #12255d;
  text-decoration: underline;
  margin-top: 10px;
}

.uk-nav-side > li .uk-nav-sub a:hover {
  color: #fb8957;
  background: none;
}

.uk-breadcrumb > li {
  font-size: 13px;
}

.uk-breadcrumb > li:nth-child(n+2):before {
  content: '»';
}

.uk-breadcrumb > li a {
  color: #585858;
}

.uk-breadcrumb > li span {
  color: #2b2b2b;
}

.b-title {
  color: #000;
  margin-bottom: 20px;
}

main p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}

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

.b-table .uk-h2 {
  font-size: 24px;
}

.b-table > .uk-margin {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(88, 88, 88, 0.2);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.b-table > .uk-margin > * {
  padding: 20px 10px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-table > .uk-margin > :last-child {
  border-left: 1px solid rgba(88, 88, 88, 0.2);
  padding: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.b-table > .uk-margin > .uk-h2.uk-text-bold {
  font-size: 30px;
  color: #000;
  display: block;
  border: none;
  margin: 0;
}

.uk-margin > .uk-h2.uk-text-center.uk-text-bold {
  font-size: 30px;
  color: #000;
  margin: 40px 0 30px;
  display: block;
}

.b-list {
  font-size: 24px;
}

.b-list > .uk-margin {
  margin: 0;
  border-bottom: 1px solid rgba(88, 88, 88, 0.2);
}

.b-list > .uk-margin:last-child {
  border-bottom: none;
}

.b-list > .uk-margin > * {
  border-left: 1px solid rgba(88, 88, 88, 0.2);
  padding: 20px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.8);
}

.b-list > .uk-margin > *:first-child {
  border-left: none;
  color: #000;
}

.b-subtitle {
  color: #2b2b2b;
  font-size: 24px;
  font-weight: 700;
}

.uk-link-brand a {
  color: #489dc9 !important;
  text-decoration: underline;
}

.b-review li .uk-thumbnail {
  padding: 20px;
  box-shadow: 2.9px 4.1px 27px 0 rgba(0, 0, 1, 0.09);
  border-radius: 5px;
  border: none;
  font-size: 14px;
  line-height: 1.57;
}

.b-review li .uk-thumbnail > :first-child {
  margin-bottom: 20px;
}

.b-review li .uk-thumbnail .uk-h3 {
  font-size: 18px;
  color: #000;
}

.uk-dotnav > * > * {
  width: 15px;
  height: 15px;
  background: #fb6925;
}

.uk-dotnav > * > *:hover {
  background: #fb6925;
}

.uk-dotnav > .uk-active > * {
  background: #fb6925;
  position: relative;
}

.uk-dotnav > .uk-active > *::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #fff;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

/*----ReviewsStyle----*/
.reviews-item {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.reviews-item:last-child {
  border: none;
}

.reviews-item span {
  font-weight: 500;
}

.reviews-item span:before {
  content: '|';
  margin: 0 5px 0 5px;
}
.reviews-item span:nth-child(2):before {
  display: none;
}


@media (max-width: 767px) {
  .b-table > .uk-margin > :last-child {
    border-left: none;
  }

  .b-list > .uk-margin > * {
    border-left: none;
  }
}


/* new list-tours styles */

.tours-list {
  margin: 0 -20px;
}

.tours-link {
  padding: 0 20px;
  margin-bottom: 35px;
}

.tours-img {
  padding-top: 72.5%;
  background-size: cover;
  border-radius: 5px;
  background-position: center;
}

.tours-link span{
  margin-top: 15px !important;
  font-size: 13px;
  line-height: 22px;
}

.tours-desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.tours-title {
  margin-top: -5px;
  display: block;
}

.view-list {
  margin-bottom: 90px !important;
}

.view-list .uk-grid {
  margin-top: 70px !important;
}

.view-list .uk-grid:first-child {
  margin-top: 0 !important;
}
/* new list-tours styles ...end; */

.table-styled {
  border-spacing: 0;
  border-collapse: collapse;
}

.table-styled td {
  border: 1px solid black;
  padding: 8px;
}

.table-styled p {
  margin: 0;
}

.text-right {
  text-align: right;
}

.text-info-blue,
.text-info-green,
.text-info-yellow,
.text-info-red {
  padding: 10px;
  background: #ebf7fd;
  color: #2d7091;
  border: 1px solid rgba(45,112,145,.3);
  border-radius: 4px;
  text-shadow: 0 1px 0 #fff;
}

.text-info-green {
  background: #f2fae3;
  color: #659f13;
  border-color: rgba(101,159,19,.3);
}

.text-info-yellow {
  background: #fffceb;
  color: #e28327;
  border-color: rgba(226,131,39,.3);
}

.text-info-red {
  background: #fff1f0;
  color: #d85030;
  border-color: rgba(216,80,48,.3);
}

.img-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.img-left {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}
/*# sourceMappingURL=custom.css.map */

.uk-text-decoration-underline{
    text-decoration: underline;
}

.uk-tag-a-line-height-30 a{
    line-height: 30px;
}

.feedback-ok{
    background-color: green;
    border: 1px solid;
    line-height: 1.9rem;
    font-size: 1.25rem;
}

.add-new-review__btn {
	background: #ff421d;
    width: auto;
    padding: 5px 70px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}
.soc-icos {
	margin-top:18px;
}
.soc-icos a {
	text-decoration:none;
	color: #131313;
	font-size:14px;
	text-decoration:none;
	margin:0 3px;
}

.soc-phones {
	margin-top:12px;
}
.soc-phones div {
	margin-bottom:6px;
}
.soc-phones a {
	display:inline-block;
	padding:2px 5px 2px 35px;
	color: #131313;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.soc-phones a.wa {
	background:url('/local/inc/social/ico_wa.png') 0 center no-repeat;
	background-size:contain;
}
.soc-phones a.vr {
	background:url('/local/inc/social/ico_viber.png') 0 center no-repeat;
	background-size:contain;
}
@media screen and ( max-width: 767px ){
	.soc-icos {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.soc-phones div {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.ac-destination {
  position: relative;
}
.autocomplete-result {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 10px;
  right: 10px;
  margin: 4px 0 0;
  background-color: #FFF;
  padding: 6px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  list-style: none;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #c2c2c2;
}
.autocomplete-result__item {
  margin: 0 !important;
  list-style: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  padding: 6px 12px;
  color: #000;
  cursor: pointer;
}
.autocomplete-result__item::marker {
  display: none;
}
.autocomplete-result__item:hover {
  color: #fff;
  background-color: #007fff;
}
.autocomplete-result__item.autocomplete_selected {
  font-weight: 700;
  color: #fff;
  background-color: #0059b6;
}