<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #282828;
  background: #f4f6f9;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.loading_visible {
  display: none;
}

[v-cloak] .loading_visible, [v-cloak].loading_visible {
  display: block;
}

[v-cloak] .loading_hidden, [v-cloak].loading_hidden {
  display: none;
}

.wrapper {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100%;
}

.layout, .layout-fluid {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.layout {
  max-width: 1440px;
}

.clr:after, .layout:after, .layout-fluid:after, .section:after, nav:after {
  display: block;
  clear: both;
  content: '';
}

.body-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(33, 43, 68, 0.5);
}

/* Style */
a, .link {
  color: #188BE8;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover, .link:hover {
  color: #de2b2b;
}

.dashed {
  border-bottom: 1px dashed;
}

.wide {
  width: 100%;
}

.margin-top {
  margin-top: 25px;
}

.margin-bottom {
  margin-bottom: 25px;
}

iframe {
  border: 0;
}

/* Ul Ol */
ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ul-style &gt; li, .ol-style &gt; li {
  position: relative;
  text-align: left;
  margin-bottom: 14px;
  margin-left: 18px;
}

.ul-style &gt; li:last-child, .ol-style &gt; li:last-child {
  margin-bottom: 0;
}

.ol-style_default {
  list-style-type: decimal;
}

.ul-style &gt; li.ol-style__h2, .ol-style &gt; li.ol-style__h2 {
  font-size: 28px;
  line-height: 34px;
  margin-left: 30px;
}

.ul-style_default &gt; li:before {
  content: '';
  position: absolute;
  left: -18px;
  top: 11px;
  width: 8px;
  height: 2px;
  background: #F7182E;
}

.ul-style_check &gt; li {
  margin-left: 25px;
}

.ul-style_check &gt; li:before {
  content: "\f00c";
  position: absolute;
  font-size: 16px;
  top: -1px;
  left: -25px;
  color: #28a762;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.ul-style_2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.ul-margin {
  margin-bottom: 25px;
}

/* Img */
.img-popup:hover {
  cursor: pointer;
  opacity: .7;
  border-color: #decaca;
}

.img-border {
  padding: 15px;
  background: #fff;
  border: 1px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.img-left {
  float: left;
  margin: 0 20px 20px 0;
}

.img-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Gallery */
.gallery {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.gallery__item {
  margin: 0 10px 10px 0;
}

.gallery__item.slick-slide {
  margin-bottom: 0;
}

.gallery__item img {
  display: block;
  max-height: 250px !important;
  width: auto !important;
  padding: 10px;
  background: #fff;
  border: 1px solid #e9ecee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.gallery__item:hover img {
  opacity: 0.8;
}

/* Text */
p:first-child {
  margin-top: 0 !important;
}

p:last-child {
  margin-bottom: 0 !important;
}

.text-strong {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

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

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

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

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

.text-small {
  font-size: 15px;
  line-height: 20px;
}

.text-big {
  font-size: 16px;
  line-height: 24px;
}

/* Form */
button, input, optgroup, select, textarea {
  position: relative;
  color: inherit;
  font: inherit;
  margin: 0;
  border: 0;
  outline: none;
}

button, input[type=button], input[type=submit], input[type=reset] {
  -webkit-appearance: button;
  cursor: pointer;
}

label {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  color: #434343;
}

.input, .textarea, .select {
  display: block;
  width: 100%;
  font-size: 14px;
  background: transparent;
  border-bottom: 2px solid #c8ccd8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input, .select {
  height: 36px;
  line-height: 36px;
  font-weight: 500;
}

.input_without-border {
  border-color: transparent;
}

.input_radius {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.textarea {
  padding: 7px 0;
  resize: vertical;
  min-height: 60px;
}

.select {
  -webkit-appearance: none;
  cursor: pointer;
}

.select {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAFCAYAAABFA8wzAAABN2lDQ1BBZG9iZSBSR0IgKDE5OTgpAAAokZWPv0rDUBSHvxtFxaFWCOLgcCdRUGzVwYxJW4ogWKtDkq1JQ5ViEm6uf/oQjm4dXNx9AidHwUHxCXwDxamDQ4QMBYvf9J3fORzOAaNi152GUYbzWKt205Gu58vZF2aYAoBOmKV2q3UAECdxxBjf7wiA10277jTG+38yH6ZKAyNguxtlIYgK0L/SqQYxBMygn2oQD4CpTto1EE9AqZf7G1AKcv8ASsr1fBBfgNlzPR+MOcAMcl8BTB1da4Bakg7UWe9Uy6plWdLuJkEkjweZjs4zuR+HiUoT1dFRF8jvA2AxH2w3HblWtay99X/+PRHX82Vun0cIQCw9F1lBeKEuf1UYO5PrYsdwGQ7vYXpUZLs3cLcBC7dFtlqF8hY8Dn8AwMZP/fNTP8gAAAAJcEhZcwAACxMAAAsTAQCanBgAAAT3aVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0NSA3OS4xNjM0OTksIDIwMTgvMDgvMTMtMTY6NDA6MjIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChNYWNpbnRvc2gpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOS0wOC0xOVQxOToxNDoyMyswNTowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTktMDgtMTlUMTk6MTY6MDMrMDU6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTktMDgtMTlUMTk6MTY6MDMrMDU6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAxN2Y3NjZhLTNlNTItNDEwMS04MTJiLWE4OWM2NTY0MmY1NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMTdmNzY2YS0zZTUyLTQxMDEtODEyYi1hODljNjU2NDJmNTYiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTdmNzY2YS0zZTUyLTQxMDEtODEyYi1hODljNjU2NDJmNTYiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxN2Y3NjZhLTNlNTItNDEwMS04MTJiLWE4OWM2NTY0MmY1NiIgc3RFdnQ6d2hlbj0iMjAxOS0wOC0xOVQxOToxNDoyMyswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+j7BqhAAAAFlJREFUGJWVzUsOQEAQBNDHZRzAwunEDJcjYc9pxmYiLPx6Wal6XYzz2qL3fF1TV28dUDZ1NaB76ISvGJSQB+EGi1+xA8xoxHkc/2JQpJQuwbRsIT8IfzHYAaztFXTevkjNAAAAAElFTkSuQmCC') 100% 50% no-repeat;
}

::-webkit-input-placeholder {
  color: #8d95a0;
  font-weight: normal;
}

::-moz-placeholder {
  color: #8d95a0;
  font-weight: normal;
}

:-moz-placeholder {
  color: #8d95a0;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #8d95a0;
  font-weight: normal;
}

.input.error::-webkit-input-placeholder, .input.error::-moz-placeholder, .input.error:-moz-placeholder, .input.error:-ms-input-placeholder {
  color: #000;
  font-weight: normal;
}

.form__success, .form__notice {
  display: none;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.form__success.active, .form__notice.active {
  display: block;
}

.form__success {
  background: #2fa762;
}

.form__notice {
  padding: 5px 15px;
  margin-top: 5px;
  background: #de6a6a;
}

.form__title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9cbd6;
}

.form-block {
  display: block;
}

.form-block .label {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  color: #5975b7;
}

.form-block__row {
  margin-bottom: 20px;
}

.form-block__row:last-child {
  margin-bottom: 0;
}

.form-block__row_inline {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.form-block__cell {
  position: relative;
  margin-top: 15px;
}

.form-block__cell:first-child {
  margin-top: 0;
}

.form-block__cell_center {
  text-align: center;
}

.form-block__row_inline .form-block__cell {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.form-block .row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
}

.form-block__cell_inline .input {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.form-block__cell_inline .input+.label {
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.form-block_white .input, .form-block_white .input-text, .form-block_white .textarea, .form-block_white .select {
  background: #fff;
}

.form-block__cell_error label {
  color: #db3737;
}

.form-block__cell_error input, .form-block__cell_error select {
  border-color: #efbfbf !important;
  background: #ffe4e4 !important;
}

.form-block__cell_hidden {
  display: none !important;
}

.block-agreement {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #99a7c1;
}

.block-agreement_center {
  text-align: center;
}

.block-agreement a {
  color: #4b98c7;
}

/* Checkbox */
.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkbox__custom {
  position: relative;
  float: left;
  cursor: pointer;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #e6e8ef;
}

.checkbox__label {
  position: relative;
  display: block;
  line-height: 18px;
  padding-left: 27px;
  cursor: pointer;
}

.checkbox.active .checkbox__custom:before, .checkbox__input:checked+.checkbox__custom:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #55ab9b; /*#4edac1;*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: all .2s;
}

.checkbox.active .checkbox__custom, .checkbox__input:checked+.checkbox__custom {
  /*background: #4a4b5f;*/
}

.checkbox_radio .checkbox__custom, .checkbox_radio.active .checkbox__custom:before, .checkbox_radio .checkbox__input:checked+.checkbox__custom:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.checkbox-disabled {
  opacity: .5;
}

.checkbox-list .checkbox {
  margin-right: 15px;
}

/* Table */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table th [class*="col-"], table td [class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table {
  width: 100%;
  border: 1px solid #e8e8e8;
}

.table td, .table th {
  padding: 10px 20px;
  background: #fff;
  vertical-align: top;
}

.table th {
  font-weight: normal;
  padding: 10px 20px;
  color: #8d8d8d;
  text-align: left;
}

.table-heading th {
  font-weight: 500;
  color: #282828;
}

.table tr:nth-child(2n+1) td {
  background: #f5f5f7;
}

/* Button */
.button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: transparent;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #323435;
  text-align: center;
  cursor: pointer;
  border: 0;
  padding: 9px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.button:active {
  -webkit-box-shadow: 0 2px 3px -1px rgba(71, 71, 71, 0.29);
  box-shadow: 0 2px 3px -1px rgba(71, 71, 71, 0.29) inset;
}

.button_border {
  padding: 7px 15px;
  border: 2px solid #555771;
  color: #282828;
}

.button_border:hover {
  border-color: #555771;
  background: #555771;
  color: #fff;
}

.button_default {
  color: #fff;
  background: #555771;
}

.button_default:hover {
  background: #6b6e8a;
  color: #fff;
}

.button_gray {
  color: #fff;
  background: #7f7e86;
}

.button_gray:hover {
  color: #fff;
  background: #9896a0;
}

.button_red {
  color: #fff;
  background: #e04152;
}

.button_red:hover {
  color: #fff;
  background: #e83c50;
}

.button_order {
  color: #fff;
  background: #55ab9c;
}

.button_order:hover {
  color: #fff;
  background: #69b9ab;
}

.button_radius {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}

.button_small {
  padding: 7px 15px;
}

.button_big {
  font-size: 13px;
  padding: 12px 25px;
}

.button_loading {
  position: relative;
  cursor: not-allowed;
}

.button_loading:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  -webkit-animation: animation-bg 0.8s linear infinite;
  -moz-animation: animation-bg 0.8s linear infinite;
  -ms-animation: animation-bg 0.8s linear infinite;
  -o-animation: animation-bg 0.8s linear infinite;
  animation: animation-bg 0.8s linear infinite;
}

button[disabled], .button[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=45);
  opacity: .45;
}

/* Slider */
.slider-arrow {
  position: absolute;
  top: 50%;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: .2s linear;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-arrow i {
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  background: rgba(33, 33, 35, 0.69);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.slider-arrow_prev {
  left: 15px;
}

.slider-arrow_next {
  right: 15px;
}

.slider-arrow_prev i:before {
  position: relative;
  left: -2px;
}

.slider-arrow_next i:before {
  position: relative;
  right: -2px;
}

.slick-initialized {
  opacity: 1 !important;
}

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  bottom: -25px;
  padding: 5px 0;
  line-height: 10px;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 2px solid #d9dbe2;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  border-color: #3abda5;
  background: #3abda5;
}

/* Modal */
.modal-block {
  position: relative;
  width: 500px;
  margin: 30px auto;
  padding: 40px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.modal-block_large {
  width: 800px;
}

.modal-block__title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

.modal-block__title_center, .modal-block__text_center {
  text-align: center;
}

.modal-block__text {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
}

.mfp-figure:after {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
}

img.mfp-img {
  padding: 40px;
}

.mfp-bottom-bar {
  margin: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  right: 0;
  color: #fff;
  background: #c32132;
  opacity: 1;
}

/* Header */
.main-notify {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  padding: 9px 0;
  font-weight: 500;
  color: #fff;
  background: #e04151;
}

.main-notify .button {
  margin-left: 10px;
  padding: 4px 10px;
}

.head-icon {
  vertical-align: top;
  width: 26px;
  height: 26px;
  background: #fff;
  color: #3abda5;
  text-align: center;
  font-size: 11px;
  line-height: 26px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.head-button {
  display: block;
  padding: 8px 14px;
  border-bottom: 3px solid #d3dbe6;
  color: #282828;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.head-button i {
  margin-right: 7px;
}

.head-button.active, .head-button:hover {
  border-color: #3aad99;
  color: #3aad99;
}

.header__top {
  padding: 10px 0;
  background: #fff;
  border-bottom: 1px solid #ecf1f0;
}

.header__bottom {
  background: #fff;
}

.header__top-inner, .header__bottom-inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.header__top-inner {
  padding: 0 10px;
}

/* logo */
/* .header__logo-link {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  color: #282828;
  white-space: nowrap;
} */

.header__logo-link img {
  display: block;
  height: 30px;
}

.logo-icon {
  position: relative;
  top: -3px;
  height: 36px;
  vertical-align: middle;
}

.logo-name {
  vertical-align: middle;
}

/* header notify */
.header__notify {
  position: relative;
  padding: 5px 20px;
  background: #f1f6f9;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}

/* header geo */
.button-geo {
  position: relative;
  padding: 8px 28px 8px 36px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid #e6eff5;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  cursor: pointer;
}

.button-geo:after {
  content: '\f0d7';
  position: absolute;
  top: 50%;
  right: 12px;
  color: #b2bdc3;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button-geo i {
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -13px;
  background: #f1f6f9;
  color: #3abda5;
}

.button-geo:hover {
  background-color: #f1f6f9;
}

.button-geo:hover i {
  background: #fff;
}

.city-list {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  -o-column-count: 2;
  -o-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}

.city-list li {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 10px;
}

/* nav-cat */
.header__category {
  padding: 0 15px;
}

.nav-cat {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 2px;
  border: 1px solid #e6eff5;
  white-space: nowrap;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}

.nav-cat__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  color: #92969a;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}

.nav-cat__item_current {
  color: #3aad99;
  background: #f1f6f9;
}

/* navbar */
.header__nav {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  margin: 0 10px;
}

.navbar {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.navbar__item {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  position: relative;
  display: inline-block;
}

.navbar__link {
  position: relative;
  display: block;
  border-bottom: 3px solid #d3dbe6;
  padding: 8px 0;
  color: #282828;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.navbar__link i {
  margin-right: 4px;
}

.navbar__link:hover, .navbar__item_current .navbar__link {
  border-color: #3aad99;
  color: #3aad99;
}

.navbar__item_excursions:before, .navbar__item_new:before {
  content: 'New';
  position: absolute;
  top: -8px;
  left: 50%;
  background: #653ba0;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 3px 6px 2px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.navbar__item_excursions a, .navbar__item_new a {
  color: #653ba0;
  font-weight: bold;
}

/* header other */
.head-favorite i {
  margin: 0;
}

.head-city i {
  font-size: 14px;
}

.head-city:hover {
  border-color: #555771;
  color: #282828;
  cursor: default;
}

.header__offer .head-button i {
  color: #ea4713;
}

/* header contacts */
.header__contacts {
  position: relative;
  padding: 9px 17px 9px 39px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  background: #f1f6f9;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}

.header__contacts i {
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -13px;
}

.header__contacts a {
  color: #282828;
}

.header__contacts-text {
  font-size: 8px;
  text-transform: uppercase;
  margin-top: 6px;
  color: #676767;
}

/* Content */
.content {
  position: relative;
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}

.section {
  position: relative;
  padding: 80px 0;
}

.section.is-white {
  background: #fff;
}

.section__title {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
}

.section__title_center {
  text-align: center;
}

.section__desc {
  font-size: 15px;
  line-height: 24px;
  color: #4c4c4c;
  max-width: 650px;
  margin-top: 10px;
}

.section__desc_fluid {
  max-width: 100%;
}

.section__desc_center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section__desc-telegram {
  margin-top: 30px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  max-width: 455px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}

.section__desc-telegram:hover {
  background-color: rgba(0, 0, 0, 0.45);
}

.section__desc-telegram-icon {
  margin-right: 15px;
}

.section__desc-telegram-icon svg {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #2aabee;
}

.section__desc-telegram-text {
  font-size: 13px;
  line-height: 1.4em;
}

.section__body {
  margin-top: 60px;
}

.section__more {
  margin-top: 50px;
}

.section__more_center {
  text-align: center;
}

.section__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.section__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* Link list */
.link-list {
  font-size: 0;
}

.link-list_center {
  text-align: center;
}

.section .link-list {
  margin-top: 20px;
}

.link-list__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 7px 0;
  padding: 5px 14px;
  font-size: 14px;
  color: #676767;
  background: #f4f6f9;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.link-list__item:last-child {
  margin-right: 0;
}

.link-list__item:hover {
  background: #dde9f1;
  color: #798994;
}

.link-list__item.active {
  background: #55ab9c !important;
  color: #fff;
  cursor: default;
}

.link-list_tags .link-list__item {
  color: #fff;
  background: rgba(35, 35, 35, 0.5);
  border: transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.link-list_excursions {
  margin-bottom: 30px;
}

/* Link nav */
.link-nav__item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 10px 25px 10px 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #282828;
  background: #fff;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}

.link-nav__item:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

.link-nav__item:last-child {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.link-nav__item:after {
  content: "\f0da";
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 10px;
  color: #e5e5e5;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.link-nav__item:hover {
  background: #cc1313;
  color: #fff;
  border-color: transparent;
  z-index: 1;
}

.link-nav__item:hover:after {
  color: #fff;
}

/* Breadcrumbs */
.breadcrumbs {
  padding: 10px 0;
  font-size: 0;
  background: #fff;
}

.breadcrumbs_hotel {
  background: transparent;
}

.breadcrumbs__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 14px;
}

.breadcrumbs__item:last-child {
  padding-right: 0;
}

.breadcrumbs__item:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  height: 4px;
  width: 4px;
  background: #9a9da4;
}

.breadcrumbs__link {
  display: block;
  font-size: 14px;
  color: #66686b;
}

.breadcrumbs_dark {
  background: #4a4b5f;
}

.breadcrumbs_dark .breadcrumbs__link {
  color: #fff;
}

/* Title Content block */
.title-block {
  margin-top: 30px;
}

.title-block__name {
  font-size: 35px;
  line-height: 50px;
  font-weight: normal;
  margin: 0;
}

.title-block__desc {
  margin-top: 20px;
  font-size: 15px;
}

.title-block_center {
  text-align: center;
}

.content-block {
  padding: 30px 0;
}

.ui-block {
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(128, 131, 144, 0.1);
  box-shadow: 0 20px 40px 0 rgba(128, 131, 144, 0.1);
}

/* Content typography */
.content-typography img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

.content-typography {
  font-size: 16px;
}

.content-typography p {
  margin: 20px 0;
}

.content-typography .ul-style, .content-typography .ol-style {
  margin: 10px 0 20px;
}

.content-typography .ul-style &gt; li, .content-typography .ol-style &gt; li {
  margin-bottom: 10px;
}

.ul-style .ul-style, .ol-style .ol-style, .ul-style .ol-style, .ol-style .ul-style {
  margin-left: 10px;
}

.content-typography h2 {
  margin: 30px 0 15px;
  font-size: 28px;
  font-weight: 500;
}

.content-typography h2:first-child {
  margin: 0 0 15px;
}

.content-typography h3, .content-typography h4 {
  margin: 30px 0 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.content-typography h3:first-child, .content-typography h4:first-child {
  margin: 0 0 10px;
}

.content-typography h2+h3 {
  margin-top: 0;
}

/* section search */
.section-search {
  padding: 60px 0;
  background: rgba(73, 73, 82, 0.6);
}

.section-search:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url('../img/bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.section-search .section__title {
  color: #fff;
}

.section-search .section__desc {
  font-weight: 500;
  color: #fff;
}

.search-form__main {
  padding-top: 26px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.search-form_search .search-form__main, .search-form_hotel .search-form__main {
  padding-top: 0;
}

.search-form__item {
  position: relative;
  background: #fff;
  border-left: 1px solid #8c969c;
}

.search-form__item:before {
  position: absolute;
  font-size: 13px;
  top: 50%;
  left: 20px;
  color: #e1e5e8;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-form__item:first-child, .search-form_country .search-form__item_resort {
  border: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.search-form__loading {
  position: absolute;
  font-size: 14px;
  top: 50%;
  right: 20px;
  color: #b6b8bb;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-form__item_city:before {
  content: "\f21d";
}

.search-form__item_destination {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  max-width: 100%;
}

.search-form__item_destination:before {
  content: "\f3c5";
}

.search-form__item_country {
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}

.search-form__item_country:before {
  content: "\f024";
  margin-top: 1px;
}

.search-form__item_resort {
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  max-width: 17%;
}

.search-form__item_resort:before {
  content: "\f57e";
  margin-top: 1px;
}

.search-form__item_hotel {
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
}

.search-form__item_hotel:before {
  content: "\f594";
  margin-top: 1px;
}

.search-form__item_date {
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
}

.search-form__item_date:before {
  content: "\f073";
}

.search-form__item_people {
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%;
}

.search-form__item_people:before {
  content: "\f007";
}

.search-form__item&gt;label {
  position: absolute;
  left: 0;
  top: -28px;
  padding: 0 10px 0 20px;
  color: #fff;
}

.search-form__item&gt;input {
  background: transparent;
  height: 50px;
  padding: 0 20px 0 40px;
  border: 0;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.search-form__item_destination&gt;input {
  padding-right: 40px;
}

.search-form__submit {
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  max-width: 12%;
  padding: 0 10px;
  line-height: 46px;
  background: #55ab9c;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  border: 2px solid #38bda6;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.search-form_hotel .search-form__item_people {
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
}

.search-form_hotel .search-form__item_date {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

.search-form_country .search-form__item_people {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.search-form_country .search-form__item_resort {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.search-form_country .search-form__item_date {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

/* .search-form__city {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 15px;
  color: #fff;
}

.search-form__city-button {
  margin-left: 10px;
  padding: 4px 14px;
  background: #55ab9c;
  color: #effffc;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.search-form__city-button i {
  position: relative;
  top: -1px;
  margin-right: 4px;
  font-size: 11px;
} */
.search-form__result {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 5px;
  min-width: 100%;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .175);
  box-shadow: 0 1px 9px rgba(0, 0, 0, .175);
  z-index: 15;
}

.search-form__result.active {
  display: block;
}

.search-form__result-head {
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.search-form__result-body {
  margin-top: 7px;
  padding-top: 7px;
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
  border-top: 1px solid #eee;
}

.search-form__result-body .checkbox {
  display: inline-block;
  padding: 5px 0;
  vertical-align: top;
  width: 100%;
}

.search-form-list {
  padding: 5px 0;
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
}

.search-form-list__item {
  padding: 5px 18px;
  border-bottom: 1px solid #F0F0F0;
  cursor: pointer;
}

.search-form-list__item:last-child {
  border-bottom: 0;
}

.search-form-list__item span {
  color: #c3c3c3;
}

.search-form-list__item i {
  margin-right: 5px;
  width: 12px;
  font-size: 12px;
  color: #d3d4d6;
}

.search-form-list__item:hover {
  background: #f0f5f4;
}

.search-form-list__item.active {
  background: #f0f5f4;
  color: #55ab9c;
  font-weight: bold;
}

.search-form__item_resort .search-form__result, .search-form__item_hotel .search-form__result {
  padding: 10px;
}

.search-form__item_people .search-form__result {
  right: 0;
}

.search-form-people__item {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 10px 15px;
  white-space: nowrap;
  border-bottom: 1px solid #e0dede;
}

.search-form-people__item_kids {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  padding: 0;
}

.search-form-people__kids {
  width: 100%;
}

.search-form-people__kids-item {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 5px 15px;
  color: #676767;
  background: #f0f0f0;
  border-bottom: 1px solid #e0dede;
}

.search-form-people__kids-item:last-child {
  border: 0;
}

.search-form-people__kids-del {
  font-size: 16px;
  color: #b9b2b2;
  cursor: pointer;
}

.search-form-people__kids-del:hover {
  color: #d0a3a3;
}

.search-form-people__kidsselect {
  width: 100%;
  padding: 10px 15px;
}

.search-form-people__item:last-child {
  border-bottom: 0;
}

.search-form-people__title {
  width: 100px;
}

.search-form-people__title span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #676767;
}

.search-form-people__select .button {
  margin-right: 4px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  padding: 0;
  color: #93959c;
  background: #e6e8ef;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.search-form-people__select .button:last-child {
  margin-right: 0;
}

.search-form-people__select .button:hover {
  background: #d9dce6;
}

.search-form-people__select .button.selected {
  color: #fff;
  background: #55ab9c;
}

.search-form-datepicker__nights, .search-form-datepicker__date, .search-form-datepicker__content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
}

.search-form-datepicker__content .select-box, .search-form-datepicker__content .checkbox {
  margin-right: 10px;
}

.search-form-datepicker__content .select-box:last-child, .search-form-datepicker__content .checkbox:last-child {
  margin-right: 0;
}

.search-form-datepicker__title {
  font-weight: 500;
  margin-right: 15px;
}

.search-form-datepicker__nights {
  padding: 7px;
}

.search-form-datepicker__date {
  padding: 7px;
  border-bottom: 1px solid #efefef;
}

.search-form-datepicker__info {
  text-align: center;
  padding: 10px;
  background: #ebf3fb;
}

.search-form input {
  font-weight: 400;
}

.search-form .datepicker {
  right: 0;
}

.datepicker__month-day--today {
  border-radius: 5px;
}

.datepicker__month-day--first-day-selected {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.datepicker__month-day--last-day-selected {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.datepicker--day-name {
  color: #4a4b5f !important;
}

.datepicker--cell.-current- {
  color: #55ab9c !important;
}

.datepicker--cell.-highlighted- {
  background: #daf3e8 !important;
}

.datepicker--cell.-selected- {
  background: #55ab9c !important;
}

.datepicker--cell.-selected-.-focus- {
  background: #4d9c8f !important;
}

.datepicker--cell.-selected-.-current- {
  color: #ffffff !important;
}

.search-form__item-hide {
  display: none;
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
  width: 26px;
  background: #e9eaec;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 4;
}

.search-form__item-hide:before {
  content: "\f102";
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  color: #8c969c999;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search-form__item-notify {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 17px;
  background: #55ab9c;
  color: #fff;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
   border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: 0 -3px 5px 0 rgba(65, 65, 80, 0.4);
  box-shadow: 0 -3px 5px 0 rgba(65, 65, 80, 0.4);
}

.search-form__item-hide.active, .search-form__item-notify.active {
  display: block;
}

.search-form__options {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 5px;
}

.search-form__options-item {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #6489ad;
}

.search-option {
  position: relative;
}

.search-option:after {
  content: '\f0d7';
  position: absolute;
  top: 50%;
  right: 12px;
  color: #6388ad;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-option__selected:after {
  content: '\f00c';
  right: 7px;
  width: 22px;
  height: 22px;
  background: #3a5e82;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


.search-option__name {
  height: 36px;
  line-height: 36px;
  padding: 0px 38px 0px 16px;
  background: #f1f6f9;
  color: #4f7498;
  cursor: pointer;
  white-space: nowrap;
}

.search-form__options-item_star .search-option__name {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.search-form__options-item_meal .search-option__name {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.search-option.active:after {
  color: #b7d1ea;
}

.search-option.active .search-option__name {
  background-color: #6489ad;
  color: #fff;
}

.search-option__selected .search-option__name {
  background-color: #4476a9;
  color: #fff;
}

.search-option__result {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 5px;
  padding: 10px;
  min-width: 100%;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .175);
  box-shadow: 0 1px 9px rgba(0, 0, 0, .175);
  z-index: 7;
  overflow: hidden;
}

.search-option.active .search-option__result {
  display: block;
}

.search-option__result-head {
  line-height: 1;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.search-option__result-body {
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
}

.search-option__result-body_column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.search-option .checkbox {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 13px;
}

.search-option__result-body .checkbox {
  padding: 5px 0;
}

.search-option-list {
  padding: 5px 0;
  min-width: 200px;
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
}

.search-option-list__item {
  padding: 5px 15px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}

.search-option-list__item:last-child {
  border-bottom: 0;
}

.search-option-list__item:hover {
  background: #f0f5f4;
}

.search-option-list__item.active {
  background: #f0f5f4;
  color: #55ab9c;
  font-weight: bold;
}

.search-form__options-item_city {
  margin-right: 5px;
  border: 0;
}

.search-form__options-item_city .search-option__result {
  padding: 0;
}

.search-form__options-item_city .search-option:after {
  content: none;
}

.search-form__options-item_city .search-option__name {
  padding-right: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.search-form__options-item_city .search-option__name i {
  position: relative;
  top: -1px;
  margin-right: 3px;
  font-size: 12px;
  color: #6387ad;
}

.search-form__options-item_city .search-option.active .search-option__name i {
  color: #b7d1ea;
}

.search-form__options-item_meal {
  border-right: 0;
}

.search-form__options-item_meal .search-option__result {
  min-width: 230px;
}

.search-form__options-item_meal .search-option__result-body .checkbox__label {
  padding-left: 65px;
}

.search-form__options-item_meal .search-option__result-body .checkbox__label i {
  position: absolute;
  left: 25px;
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  background: #d7ece9;
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
  font-style: normal;
  color: #546f6b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.search-form__options-item_budget {
  margin-left: 5px;
  border: 0;
}

.search-option-budget {
  position: relative;
  max-width: 135px;
}

.search-option-budget:after {
  content: '\f158';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 22px;
  height: 22px;
  background: #3a5e82;
  color: #b7d1ea;
  text-align: center;
  font-size: 11px;
  line-height: 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-option-budget .input {
  height: 36px;
  line-height: 36px;
  padding: 0 30px 0 14px;
  color: #e1f0ff;
  background: #6489ad;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.search-option-budget .input::-webkit-input-placeholder {
  color: #e1f0ff;
}

.search-option-budget .input::-moz-placeholder {
  color: #e1f0ff;
}

.search-option-budget .input:-moz-placeholder {
  color: #e1f0ff;
}

.search-option-budget .input:-ms-input-placeholder {
  color: #e1f0ff;
}

/* search card */
.search-card {
  margin-bottom: 15px;
  padding: 0 20px;
  background: #fff;
  border: 2px solid #e1e6ec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 20px 0 rgba(130, 131, 131, 0.1);
  box-shadow: 0 6px 20px 0 rgba(130, 131, 131, 0.1);
}

.search-card input {
  height: 50px;
}

/* section banners */
.section-banners {
  padding: 35px 0;
}

.banner-slider .slider-arrow {
  display: none!important;
}

.banner-slider:hover .slider-arrow {
  display: block!important;
}

.banner-slider__item {
  display: none;
}

.banner-slider__item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* section about */
.section-about {
  text-align: center;
}

.advantages {
  margin: 0 -1%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  text-align: center;
}

.advantages_home {
  margin-top: 45px;
}

.advantages__item {
  width: 31.33333%;
  margin: 1%;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.advantages__icon {
  margin-bottom: 10px;
  font-size: 40px;
  color: #55ab9c;
  text-shadow: 2px 2px 0 #ffffff, 4px 4px 0 rgb(198, 236, 230);
}

.advantages__name {
  font-size: 18px;
  line-height: 22px;
}

.advantages__text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #8c969c;
}

.vk-block {
  max-width: 700px;
  margin: 25px auto 0;
}

/* partners list */
.partners-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  margin: -1%;
}

.partners-list__item {
  margin: 1%;
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.partners-list__item img {
  display: block;
  margin: 0 auto;
  max-height: 28px;
}

/* resorts list */
.resorts-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: -1%;
}

.resort-card {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin: 1%;
  padding: 120px 12px 10px;
  background: #fff;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}

.resort-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: -1;
}

.resort-card__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resort-card__title img {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.resort-card__weather {
  float: right;
  line-height: 24px;
  color: #3aad99;
  font-weight: 500;
}

.resort-card__info {
  border-top: 1px solid rgba(136, 163, 165, 0.5);
  padding-top: 7px;
  margin-top: 7px;
}

.resort-card__visa {
  float: right;
  margin-top: 5px;
  padding: 2px 5px;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: rgba(71, 105, 193, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.resort-card__price {
  color: #fff;
  font-weight: 500;
}

.resort-card__more {
  position: relative;
  padding-right: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.resort-card__more:before {
  content: "\f105";
  position: absolute;
  font-size: 12px;
  top: 50%;
  right: 0;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.resort-card:hover .resort-card__more {
  color: rgba(190, 246, 255, 0.6);
}

/* hotels list */
.section-hot {
  background: #fff;
}

.hotels-mini-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: -1%;
}

.hotel-mini-card {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 23%;
  margin: 1%;
}

.hotel-mini-card__cover {
  display: block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  width: 70px;
  height: 70px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.hotel-mini-card__content {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
}

.hotel-mini-card__title {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotel-mini-card__location {
  margin-top: 3px;
  font-size: 13px;
  color: #8c969c;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotel-mini-card__location i {
  font-size: 12px;
  color: #b7e2db;
}

.hotel-mini-card__price {
  margin-top: 3px;
}

.hotel-mini-card__more {
  margin-top: 5px;
  font-size: 13px;
  color: #d2c5c5;
  font-weight: 500;
}

.hotel-mini-card__more:after {
  content: "\f105";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.hotel-mini-card:hover .hotel-mini-card__more {
  color: #9accc3;
}

/* section articles */
.section-articles {
  background: #fff;
}

.section-articles__wr {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.section-articles__left, .section-articles__right {
  width: 48%;
}

.article-list_bg {
  padding: 0 15px;
  background: #ece5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.article-list__item {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #dcd3d3;
}

.article-list__item:last-child {
  margin-bottom: 0;
  border: 0;
}

.article-list__meta {
  margin-bottom: 5px;
}

.article-list__meta span {
  display: inline-block;
  vertical-align: middle;
}

.article-list__category {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  color: #965858;
}

.article-list__date {
  color: #777;
  font-size: 11px;
  margin-left: 10px;
}

.article-list__title {
  color: #282828;
  font-size: 16px;
}

.article-list__item_cover {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  min-height: 170px;
  margin-bottom: 25px;
  padding: 25px !important;
  border: 0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}

.article-list__item_cover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: -1;
}

.article-list__item_cover .article-list__category {
  color: #fff;
  background: #808483;
  padding: 3px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.article-list__item_cover .article-list__title {
  font-size: 20px;
  color: #fff;
}

.article-list__item_cover .article-list__date {
  color: #fff;
}

.article-list__item:hover .article-list__title {
  color: #de2b2b;
}

/* subscription form */
.subscription {
  margin-top: 35px;
  padding: 0 15px;
}

.subscription__title {
  margin-bottom: 10px;
}

.subscription-form {
  margin: 0 -15px;
  padding: 15px;
  background: #eceef7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(58, 66, 95, 0.22);
  box-shadow: 0 1px 2px 0 rgba(58, 66, 95, 0.22);
}

.subscription-form__button {
  float: right;
}

.subscription-form__input {
  overflow: hidden;
  padding-right: 15px;
}

/* social list */
.social-list {
  font-size: 0;
}

.social-list__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  text-align: center;
}

.social-list__item:first-child {
  padding-left: 0;
}

.social-list__item:last-child {
  padding-right: 0;
}

.social-list__item:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: -2px;
  height: 4px;
  width: 4px;
  background: #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.social-list__item:first-child:before {
  content: none;
}

.social-list__link {
  display: block;
  background: #f1f6f9;
  color: #7e899a;
  font-size: 17px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Country sort */
.country-sort {
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.country-sort__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.country-sort__item {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px;
  color: #444847;
  font-weight: 500;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.country-sort__item.active {
  background: #555772;
  color: #fff;
}

.country-list {
  margin-top: 30px;
}

.country-list__row {
  margin-bottom: 30px;
}

.country-list__row:last-child {
  margin-bottom: 0;
}

.country-list__letter {
  padding: 5px 17px;
  border-bottom: 2px solid #949494;
  font-size: 15px;
  font-weight: bold;
}

.country-list__item {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 10px;
  color: #282828;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.country-list__item:nth-child(2n+1) {
  background: #e6edf1;
}

.country-list__name {
  position: relative;
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  padding-left: 40px;
  font-weight: 500;
}

.country-list__name img {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.country-list__currency, .country-list__visa {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

/* country page */
.section-country-head {
  padding-bottom: 0!important;
}

.section-country-head__inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  min-height: 500px;
}

.country-head {
  max-width: 900px;
  margin-bottom: 60px;
}

.country-head__title {
  margin: 0 0 25px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
  color: #fff;
}

.country-head__desc {
  color: rgba(255, 255, 255, 0.85);
  line-height: 20px;
}

.country-head__meta {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-top: 25px;
  padding: 10px 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.27);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.country-head__meta li {
  position: relative;
  margin-right: 34px;
}

.country-head__meta li:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -18px;
  height: 4px;
  width: 4px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.country-head__meta li:first-child:before {
  content: none;
}

.country-head__meta li:first-child {
  margin-left: 0;
}

.country-head__meta li:last-child {
  margin-right: 0;
}

.search-form_country {
  padding: 30px;
  background: rgba(73, 71, 84, 0.85);
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.section-country-content {
  padding: 40px 0;
}

.country-content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.country-content__main {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  max-width: 100%;
  padding-right: 6%;
}

.country-content__side {
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  max-width: 260px;
}

/* Search */
.search-head {
  padding: 10px 0;
  background: #4a4b5f;
}

.search-head__inner, .search-head__data {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.search-head__data {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  font-weight: 500;
  color: #fff;
}

.search-head__data-country, .search-head__data-date {
  margin-right: 10px;
}

.search-head__data-country:after, .search-head__data-date:after {
  content: '/';
  display: inline-block;
  margin-left: 10px;
  color: #6a6eb1;
}

.search-head__data-people span {
  margin-right: 7px;
}

.search-head__data-people span:last-child {
  margin-right: 0;
}

.search-head__result {
  color: #c2c3d6;
  margin-left: 15px;
  white-space: nowrap;
}

.section-search-form {
  background: #444558;
  padding: 25px 0!important;
}

.section-search-content {
  padding: 40px 0;
}

.search-content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.search-content__main {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  max-width: 100%;
  padding-left: 30px;
}

.search-content__side {
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px;
}

/* Filter */
.filter-result {
  margin-bottom: 15px;
  text-align: center;
}

.filter-result__text {
  padding: 5px 0;
  font-size: 13px;
  font-weight: 500;
  color: #567974;
  background: #d7ece9;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.filter-result__reset {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #83c1b6;
  color: #4b8a7f;
}

.filter-result__reset:hover {
  background: #92d2c6;
  color: #4c9e90;
}

.filter-sort {
  margin-bottom: 15px;
}

.filter-block {
  margin-bottom: 10px;
}

.filter-block:last-child {
  margin-bottom: 0;
}

.filter {
  margin-bottom: 10px;
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(128, 131, 144, 0.04);
  box-shadow: 0 5px 10px 0 rgba(128, 131, 144, 0.04);
}

.filter:last-child {
  margin-bottom: 0;
}

.filter__name {
  position: relative;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
}

.filter__content {
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
}

.filter__content_column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.filter__content-head {
  line-height: 1;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eee;
}

.filter__content-body {
  max-height: 195px;
  overflow: hidden;
  overflow-y: auto;
}

.filter .checkbox {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 13px;
}

.filter .checkbox:last-child {
  margin-bottom: 0;
}

/*
.filter .checkbox__custom {
  background: #c3c3cc;
  border-color: transparent;
}
*/

.filter .irs--round {
  height: 42px;
}

.filter .irs--round .irs-handle {
  top: 23px;
  width: 18px;
  height: 18px;
  border: 2px solid #55ab9b;
  cursor: pointer;
}

.filter .irs--round .irs-bar {
  top: 30px;
  background: #55ab9b;
}

.filter .irs--round .irs-line {
  top: 30px;
}

.filter .irs--round .irs-from, .filter .irs--round .irs-to, .filter .irs--round .irs-single, .filter .irs--round .irs-min, .filter .irs--round .irs-max {
  padding: 0;
  background-color: transparent;
  font-size: 12px;
  font-weight: bold;
  color: #737373;
}

.filter .irs--round .irs-min, .filter .irs--round .irs-max {
  color: #c4c4c4;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: transparent;
}

.irs--round .irs-min, .irs--round .irs-max {
  font-size: 12px;
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0fff7;
}

.control-sort {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 15px;
  padding: 4px;
  background: #e1e5e8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.control-sort__item {
  width: 49%;
  padding: 4px 10px;
}

.control-sort__item:hover {
  background: #eef0f1;
}

.control-sort__item.active {
  color: #fff;
  background: #7f7e86;
  cursor: default;
}

.filter .select {
  padding: 0 20px 0 15px;
  background: #d7ece9 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAFCAMAAABy3TwBAAAAElBMVEX///9EcGtEcGtEcGtEcGtEcGtmYc7OAAAABXRSTlMAfX5/gEBO3bMAAAAkSURBVHgBY2BkhQImBiTABBFjZkABzBAxNMDCysoCpNBF0cQAJLcAg/rBhjQAAAAASUVORK5CYII=') 100% 50% no-repeat;
  color: #546f6b;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.filter .select-box__value, .filter-sort .select-box__value {
  padding-left: 15px;
  background: #d7ece9 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAFCAMAAABy3TwBAAAAElBMVEX///9EcGtEcGtEcGtEcGtEcGtmYc7OAAAABXRSTlMAfX5/gEBO3bMAAAAkSURBVHgBY2BkhQImBiTABBFjZkABzBAxNMDCysoCpNBF0cQAJLcAg/rBhjQAAAAASUVORK5CYII=') 100% 50% no-repeat;
  color: #546f6b;
}

/* Hotel-card */
.hotels-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -0.5%;
}

.hotels-list .hotel-card {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  width: 32.3333%;
  margin: 0 0.5% 25px;
}

.hotel-card__head {
  position: relative;
  height: 260px;
}

.hotel-card__top {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 10px;
  z-index: 5;
}

.hotel-card__rating {
  padding: 4px 10px;
  color: #c1c6ca;
  background: rgba(33, 33, 35, 0.7);
  font-weight: bold;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.hotel-card__rating i {
  font-style: normal;
  margin-right: 4px;
}

.hotel-card__rating_1 i {
  color: #E9463D;
}

.hotel-card__rating_2 i, .hotel-card__rating_3 i {
  color: #E9A83D;
}

.hotel-card__rating_4 i, .hotel-card__rating_5 i {
  color: #e8e23e;
}

.hotel-card__rating_6 i, .hotel-card__rating_7 i {
  color: #9dd353;
}

.hotel-card__rating_8 i, .hotel-card__rating_9 i, .hotel-card__rating_10 i {
  color: #91e500;
}

.button-favorite {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 30px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.hotel-card__gallery {
  position: relative;
  height: 260px;
  background-color: #d6e2ea;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.hotel-card__gallery:before {
  content: '\f252';
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 34px;
  color: #b2bdc3;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hotel-card__gallery-item {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.hotel-card__gallery-enter-active, .hotel-card__gallery-leave-active {
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.hotel-card__gallery-enter, .hotel-card__gallery-leave-to {
  opacity: 0;
}

.hotel-card__gallery-counter {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 2px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #c1c6ca;
  background: rgba(33, 33, 35, 0.3);
  z-index: 2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.hotel-card__gallery-arrow {
  display: none;
}

.hotel-card__gallery-arrow .slider-arrow {
  font-size: 18px;
}

.hotel-card__gallery-arrow .slider-arrow i {
  height: 36px;
  width: 36px;
  line-height: 36px;
}

.hotel-card__gallery-arrow .slider-arrow_prev i:before {
  left: -1px;
}

.hotel-card__gallery-arrow .slider-arrow_next i:before {
  right: -1px;
}

.hotel-card__gallery:hover .hotel-card__gallery-arrow {
  display: block;
}

.hotel-card__body {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  padding: 7px 3px;
}

.hotel-card__panel {
  position: relative;
  padding: 0 0 7px;
}

.hotel-card__panel-title {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  white-space: nowrap;
}

.hotel-card__name {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotel-card__location {
  font-size: 13px;
  color: #8c969c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotel-card__location i {
  font-size: 12px;
  color: #b7e2db;
  margin-right: 3px;
}

.hotel-card__stars {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ff5803;
}

.hotel-card__stars i {
  margin-left: 5px;
}

.hotel-card__services {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-top: 10px;
}

.hotel-card__services-item {
  margin-right: 10px;
}

.hotel-card__services-item:last-child {
  margin-right: 0;
}

.hotel-card__services-item i {
  width: 31px;
  height: 31px;
  text-align: center;
  font-size: 13px;
  line-height: 31px !important;
  border: 1px solid #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.hotel-card__buy {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  padding-top: 7px;
  border-top: 1px solid #dee4e8;
}

.hotel-card__price-inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
}

.hotel-card__price-old {
  margin-left: 10px;
  font-size: 13px;
  line-height: 1.1;
  color: #bd8060;
  text-decoration: line-through;
}

.hotel-card__price-value {
  line-height: 1;
  color: #282828;
}

.hotel-card__price-value span {
  font-size: 18px;
  font-weight: bold;
}

.hotel-card__price-text {
  margin-top: 2px;
  font-size: 13px;
  color: #8c969c;
}

.hotel-card__more .button {
  font-size: 0;
  padding: 0;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.hotel-card__more .button:before {
  content: "\f061";
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  font-weight: bold;
  background: transparent;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

/* Hotels more */
.hotels-more {
  margin-top: 40px;
  text-align: center;
}

/* Progress bar */
.progress-search {
  margin-bottom: 20px;
}

.progress-search__text {
  margin-top: 5px;
  font-weight: 500;
  text-align: center;
}

.progress-bar {
  position: relative;
  height: 8px;
  background: #e1e5e8;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.progress-bar span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #55ab9c;
  -webkit-transition: width 1s linear;
  -moz-transition: width 1s linear;
  -ms-transition: width 1s linear;
  transition: width 1s linear;
}

.progress-bar span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  -webkit-animation: animation-bg 0.8s linear infinite;
  -moz-animation: animation-bg 0.8s linear infinite;
  -ms-animation: animation-bg 0.8s linear infinite;
  -o-animation: animation-bg 0.8s linear infinite;
  animation: animation-bg 0.8s linear infinite;
}

@-webkit-keyframes animation-bg {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -30px 0;
  }
}

@-moz-keyframes animation-bg {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -30px 0;
  }
}

@keyframes animation-bg {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -30px 0;
  }
}

/* Hotel */
.section-hotel-head {
  padding: 20px 0 15px!important;
}

.hotel-head {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  padding: 0 20px;
}

.hotel-head__info {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  max-width: 100%;
  padding-right: 60px;
}

.hotel-head__title {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
}

.hotel-head__title h1 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  margin: 0;
}

.hotel-location {
  margin-top: 2px;
  font-size: 14px;
  color: #8c969c;
}

.hotel-location i {
  color: #b7e2db;
  margin-right: 3px;
}

.hotel-stars {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  color: #ff5803;
  margin-left: 15px;
}

.hotel-stars i {
  font-size: 26px;
  margin-left: 5px;
}

.hotel-head__meta {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  white-space: nowrap;
}

.hotel-rating {
  padding: 5px 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.hotel-rating i {
  color: #fff;
  font-style: normal;
  margin-right: 4px;
}

.hotel-rating_1 {
  background: #E9463D;
}

.hotel-rating_2, .hotel-rating_3 {
  background: #E9A83D;
}

.hotel-rating_4, .hotel-rating_5 {
  background: #65a000;
}

.hotel-rating_6, .hotel-rating_7 {
  background: #80c52e;
}

.hotel-rating_8, .hotel-rating_9, .hotel-rating_10 {
  background: #13ae0f;
}

.hotel-price {
  margin-left: 10px;
}

.hotel-favorite {
  margin-right: 10px;
}

.hotel-favorite .button-favorite {
  width: 29px;
  height: 29px;
  font-size: 14px;
  line-height: 29px !important;
}

.section-hotel-gallery, .section-excursion-gallery {
  padding: 0 6px 0!important;
}

.hotel-gallery, .excursion-gallery {
  position: relative;
}

.hotel-gallery__notific-scroll, .excursion-gallery__notific-scroll {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  background: rgba(51, 51, 51, 0.75);
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 4;
}

.hotel-gallery__notific-scroll.active, .excursion-gallery__notific-scroll.active {
  display: block;
}

.hotel-gallery__items, .excursion-gallery__items {
  opacity: 0;
  transition: 0.5s ease;
}

.hotel-gallery__item, .excursion-gallery__item {
  margin: 0 3px;
}

.hotel-gallery__item img {
  max-height: 300px !important;
  width: auto;
  cursor: pointer;
}

.excursion-gallery__item img {
  height: 350px !important;
  width: auto;
  cursor: pointer;
}

.hotel-gallery__item img:hover, .excursion-gallery__item img:hover {
  opacity: .8;
}

.hotel-gallery__arrows, .excursion-gallery__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.hotel-gallery__arrows .layout, .excursion-gallery__arrows .layout {
  position: relative;
}

.section-hotel-search {
  padding: 25px 0;
}

.search-form_hotel {
  padding: 20px;
  background: #4a4b5f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.search-content_hotel {
  margin-top: 25px;
}

.section-hotel-features {
  padding: 0!important;
}

.section-hotel-features__wr {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.hotel-features-more {
  padding-left: 20px;
  white-space: nowrap;
}

.hotel-features-more .button {
  padding: 12px 20px;
}

.hotel-features-mini {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  padding: 10px 20px;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(128, 131, 144, 0.04);
  box-shadow: 0 5px 10px 0 rgba(128, 131, 144, 0.04);
}

.hotel-features-mini:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.hotel-features-mini li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.hotel-features-mini li:last-child {
  margin-right: 0;
}

.hotel-features-mini li:after {
  content: '/';
  display: inline-block;
  margin-left: 10px;
  color: #cecaca;
}

.hotel-features-mini li:last-child:after {
  content: none;
}

.section-hotel-content {
  padding: 40px 0;
  border-top: 2px solid #eee;
}

.hotel-content {
  margin-bottom: 25px;
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(128, 131, 144, 0.04);
  box-shadow: 0 5px 10px 0 rgba(128, 131, 144, 0.04);
}

.hotel-content:last-child {
  margin-bottom: 0;
}

.hotel-content__title {
  margin: 0 0 25px;
}

.hotel-services {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  -o-column-count: 3;
  -o-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}

.hotel-service {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 25px;
  width: 100%;
}

.hotel-service__title {
  margin: 0 0 7px;
  font-size: 14px;
  font-weight: 500;
  color: #369484;
}

.hotel-service__list li {
  margin-bottom: 4px;
}

.hotel-service__list li span {
  font-size: 13px;
  color: #909090;
}

.tour-card {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(128, 131, 144, 0.04);
  box-shadow: 0 5px 10px 0 rgba(128, 131, 144, 0.04);
}

.tour-card:hover {
  background: #e1e9ef;
}

.tours-list .tour-card {
  margin-bottom: 15px;
}

.tours-list .tour-card:last-child {
  margin-bottom: 0;
}

.tour-card__date {
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  max-width: 280px;
}

.tour-card__date-item {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  color: #7f7e86;
}

.tour-card__date-item i {
  margin-right: 7px;
  font-size: 18px;
  color: #188BE8;
}

.tour-card__date-item span {
  margin-right: 5px;
  font-weight: 500;
  color: #282828;
}

.tour-card__number {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  max-width: 100%;
}

.tour-card__number-name {
  font-weight: 500;
  color: #282828;
}

.tour-card__number-food {
  font-size: 13px;
  color: #7f7e86;
}

.tour-card__price {
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  max-width: 140px;
  background: #55ab9c;
  color: #fff;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tour-card__price-value {
  padding: 0 5px;
  font-size: 18px;
  font-weight: bold;
}

.tour-card__price-operator, .tour-card__price-more {
  padding: 2px 5px 4px;
  font-size: 13px;
  font-weight: 500;
  color: #436b64;
  background: #83c1b6;
  border-top: 1px solid #4f9c8f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tours-more {
  margin-top: 20px;
  text-align: center;
}

/* Tour */
.section-tour-content {
  padding: 40px 0;
}

.tour-content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.tour-content__main {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  max-width: 100%;
  padding-right: 40px;
}

.tour-content__side {
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  max-width: 320px;
}

.tour-content .hotel-card__panel {
  padding-bottom: 5px;
}

.tour-alert {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 30px;
  padding: 15px;
  background: #cedff5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tour-alert__main {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  max-width: 100%;
  padding-right: 40px;
}

.tour-alert__timer {
  margin-right: 20px;
  font-size: 36px;
  line-height: 1;
  color: #6485d6;
}

.tour-alert__text {
  max-width: 250px;
  line-height: 17px;
  font-weight: 500;
}

.tour-alert__side {
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
  text-align: right;
}

.tour-info {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.tour-info__col-1 {
  width: 44%;
}

.tour-info__col-2 {
  width: 52%;
}

.tour-price {
  padding: 20px;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
}

.tour-price__item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.tour-price__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.tour-price__title {
  font-size: 13px;
  color: #676767;
  font-weight: 500;
}

.tour-price__value {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

.tour-pay-link {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin-top: 20px;
  padding: 10px 15px 10px 20px;
  background: #fff;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tour-pay-link .button {
  padding: 0;
  width: 38px;
  height: 38px;
  font-size: 17px;
  line-height: 38px;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.tour-operator {
  margin: -20px -20px 10px;
  padding: 15px 20px;
  background: #f7f7f7;
}

.tour-operator img, .tour-operator span {
  display: inline-block;
  vertical-align: middle;
}

.tour-operator img {
  height: 18px;
}

.tour-operator__tickets {
  padding: 2px 10px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.tour-operator__tickets i {
  margin-right: 4px;
}

.tour-operator__tickets_included {
  color: #008e00;
  background: #a5deb0;
}

.tour-operator__tickets_notincluded {
  color: #4b4b4b;
}

.tour-params {
  padding: 0 10px;
  font-size: 13px;
}

.tour-params__field {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin: 0 0 8px;
}

.tour-params__field:last-child {
  margin: 0;
}

.tour-params__field dt {
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  font-weight: 500;
}

.tour-params__field dd {
  margin: 0;
}

.tour-code {
  padding: 0 5px;
  background: #55ab9c;
  color: #fff;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tour-flight {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin-top: 40px;
}

.tour-flight__col {
  width: 48%;
}

.tour-flight__col-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  bottom: -3px;
  margin-left: 10px;
  padding: 0 20px 1px;
  background: #afc4ec;
  font-size: 13px;
  font-weight: 500;
  color: #547cca;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 4;
}

.tour-flight__items {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 20px;
  background: #fbfdff;
  border: 2px solid #afc4ec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tour-flight__items:before {
  content: "\f072";
  position: absolute;
  font-size: 16px;
  top: 50%;
  right: 50%;
  margin-right: -9px;
  color: #bac7e6;
  font-weight: bold;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.tour-flight__item {
  width: 50%;
  padding: 0 10px;
  text-align: center;
}

.tour-flight__airport {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  color: #386ff5;
}

.tour-flight__country {
  font-size: 13px;
  font-weight: 500;
}

.tour-flight__time {
  margin-top: 10px;
  font-size: 13px;
  color: #676767;
}

.tour-airline {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin-top: 30px;
}

.tour-airline__item {
  width: 33%;
  text-align: center;
}

.tour-airline__title {
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 500;
  color: #8d95a0;
}

.tour-airline__value {
  font-size: 15px;
  font-weight: 500;
}

.tour-airline__value img {
  vertical-align: top;
  height: 18px;
}

.tour-order {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #d8dce4;
}

.tour-order__main {
  width: 62%;
  padding-right: 40px;
}

.tour-order__side {
  width: 38%;
}

.form-order {
  padding: 25px;
  background: #fbfdff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
}

.form-order .block-agreement {
  text-align: center;
}

.tour-note {
  padding: 20px;
  background: #fdf7dc;
  border: 2px solid #f5ecc2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tour-advantages__item {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tour-advantages__item:last-child {
  margin-bottom: 0;
}

.tour-advantages__name {
  font-size: 14px;
  line-height: 22px;
}

.tour-advantages__text {
  margin-top: 5px;
  font-size: 13px;
  line-height: 20px;
  color: #8c969c;
}

/* Excursions */
.excursions-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -0.5%;
}

.excursions-list .excursion-card {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  width: 32.33333%;
  margin: 0 0.5% 25px;
}

.excursion-card__head {
  position: relative;
  height: 220px;
}

.excursion-card__cover {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #d6e2ea;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.excursion-card__body {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  padding: 7px 3px;
}

.excursion-card__name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #282828;
}

.excursion-card__desc {
  margin-top: 5px;
}

.excursion-card__location {
  position: absolute;
  max-width: -moz-calc(100% - 20px);
  max-width: calc(100% - 20px);
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: rgba(244, 246, 249, 0.75);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  z-index: 1;
}

.excursion-card__location i {
  font-size: 12px;
  color: #55ab9c;
  margin-right: 3px;
}

.excursion-card__price {
  padding-top: 20px;
}

.excursion-card__price-inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
}

.excursion-card__price-time {
  font-size: 13px;
  line-height: 18px;
  color: #8c969c;
  margin-left: 15px;
}

.excursion-card__price-time i {
  font-size: 12px;
  color: #8776de;
  margin-right: 2px;
}

.excursion-card__price-value {
  line-height: 1;
  color: #282828;
}

.excursion-card__price-value span {
  font-size: 18px;
  font-weight: bold;
}

.excursion-card__price-text {
  margin-top: 2px;
  font-size: 13px;
  color: #8c969c;
}

.excursion-card__price-text span {
  color: #3aad99;
  font-weight: 500;
}

.section-excursion-content {
  padding: 40px 0;
}

.excursion-content {
  margin-bottom: 25px;
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(128, 131, 144, 0.04);
  box-shadow: 0 5px 10px 0 rgba(128, 131, 144, 0.04);
}

.excursion-content__title {
  margin: 0 0 25px;
}

.section-excursion-head {
  padding: 20px 0 0!important;
}

.excursion-head {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  padding: 0 20px;
}

.excursion-head__main {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  max-width: 100%;
  padding-right: 60px;
}

.excursion-head__side {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  padding-top: 6px;
}

.excursion-head__title {
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  margin: 0;
}

.excursion-head__info {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 10px;
}

.excursion-head__info-item {
  margin: 0 25px 10px 0;
  font-size: 14px;
  color: #8c969c;
}

.excursion-head__info-item i {
  margin-right: 3px;
}

.excursion-head__info-item_location i {
  color: #b7e2db;
}

.excursion-head__info-item_time i {
  color: #8776de;
}

.excursion-info {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 20px;
  padding: 0 20px;
}

.excursion-date {
  margin-left: 20px;
  padding: 5px 15px;
  background: #e3e8ef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.excursion-date__text {
  font-size: 13px;
  color: #929ba1;
}

.excursion-date__day {
  font-weight: 500;
  color: #4d565a;
}

.excursion-order {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 5px 5px 5px 10px;
  background: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.excursion-price {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-right: 20px;
  padding: 5px;
}

.excursion-price__item {
  margin-right: 15px;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid #e3e8ef;
}

.excursion-price__item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.excursion-price__value {
  font-size: 29px;
  font-weight: 500;
}

.excursion-price__text {
  font-size: 13px;
}

/* section excursion advantages */
.section-excursion-advantages {
  padding: 0 0 60px!important;
}

/* Footer */
.footer {
  padding: 20px 0;
  background: #fff;
  border-top: 3px solid #dee6ea;
}

.footer__top {
  padding-bottom: 10px;
}

.footer__copyr {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #747584;
}

.footer__company {
  font-size: 13px;
  color: #9ca3ad;
}

.dev a {
  color: #55ab9c;
}

.footer__nav {
  font-size: 0;
}

.footer__nav a {
  display: inline-block;
  vertical-align: top;
  margin: 0 24px 14px 0;
  font-size: 14px;
  font-weight: 500;
  color: #7e899a;
}

.footer__nav a:last-child {
  margin-right: 0;
}

.footer__nav a:hover {
  color: #de2b2b;
}

.footer__bottom {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

/* Button up */
.button-up {
  position: fixed;
  right: 33px;
  bottom: 100px;
  font-size: 41px;
  line-height: 1;
  color: #d6e2ea;
  z-index: 55;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.button-up i {
  vertical-align: top;
}

.button-up:hover {
  opacity: .7;
}

/* Offices */
.offices-content {
  margin-bottom: 20px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 20px 40px 0 rgba(128, 131, 144, 0.1);
  box-shadow: 0 20px 40px 0 rgba(128, 131, 144, 0.1);
}

.offices-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: -1%;
}

.offices-list .office-card {
  width: 48%;
  margin: 1%;
}

.office-card {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0 20px 40px 0 rgba(128, 131, 144, 0.1);
  box-shadow: 0 20px 40px 0 rgba(128, 131, 144, 0.1);
}

.office-card__content {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  padding: 30px;
}

.office-card__map {
  border-top: 6px solid #f7f7f7;
}

.office-card__title {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #55ab9c;
}

.office-card__info {
  margin-top: 15px;
}

.office-card__info-item {
  margin-bottom: 15px;
}

.office-card__info-item:last-child {
  margin: 0;
}

.office-card__info-title {
  font-weight: bold;
  margin-bottom: 4px;
}

.office-card__info-desc .ul-style &gt; li {
  margin-bottom: 0;
}

/* notify */
.notify-result {
  max-width: 400px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}

.notify-result i {
  display: block;
  margin-bottom: 10px;
  font-size: 66px;
  color: #d6d6d6;
}

.notify-result__buttons {
  margin-top: 7px;
}

/* Fixed Buttons */
.button-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 105;
}

/* #chatra:not(.chatra--expanded) {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none;
} */


/* adaptive */
.header__bars, .m-button-search-form, .m-side-close, .m-side-open, .m-office-map-open {
  display: none;
}

.m-side-open {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 58px;
  height: 58px;
  background: #163b8f;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 15px 0 rgba(63, 70, 99, 0.5);
  box-shadow: 0 5px 15px 0 rgba(63, 70, 99, 0.5);
  cursor: pointer;
  z-index: 20;
}

.m-side-open:before {
  content: "\f0b0";
  display: block;
  margin: 12px 0 3px;
  font-size: 20px;
  font-weight: bold;
  background: transparent;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.m-side-close {
  margin-bottom: 15px;
}

.button-bars {
  padding: 0 10px;
  font-weight: 900;
  background: #f3f3f3;
  color: #282828;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.button-bars:before {
  content: "\f0c9";
  font-size: 20px;
  line-height: 33px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.button-bars:hover, .button-bars.active {
  color: #3aad99;
}

.body-gutter {
  overflow: hidden;
  width: 100%;
}

/* Tourvisor Module */

.content .TVStandartForm.TVTheme2 .TVMainForm {
  margin-bottom: 30px;
  padding: 0 !important;
  background: transparent;
}
.content .TVMobileForm.TVTheme2 .TVMainColor {
  background: transparent;
}
.content .TVFilterForm {
  background: #f4f6f9;
}
.content .TVStandartForm.TVTheme2 .TVFilterForm {
  border-radius: 5px;
}
.content .TVSearchButton {
  color: #ffffff;
  background-color: #55ab9c;
}

.content-home .TVHotTours.TVTheme2 {
  margin-top: 40px;
}
.content .TVHotTours .TVMinPFilterWrap {
  background-color: #ebeef3;
  border-radius: 5px;
}
.content .TVHotTours .TVHotContainer-ES {
  border-radius: 5px
}</pre></body></html>