<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/**
 *  BebasNeue bold
 */

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


/**
 *  Nautilus Pompilius regular
 */

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


/**
 *  Roboto regular
 */

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


/**
 *  Roboto medium
 */

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


/**
 *  Roboto bold
 */

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


/**
 * Responsive utilities
 */


/**
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    min-width: 320px;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote,
q {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

img img {
    border: 0;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}


/**
 * Typography
 */

html {
    font-size: 87.5%;
    line-height: 19px;
    font-family: "robotoregular", sans-serif;
    color: #1d2022;
}

button,
input,
select,
textarea {
    font-size: 14px;
    font-size: 1rem;
    line-height: 19px;
    font-family: "robotoregular", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 22px;
    line-height: 1.125;
}

h1,
h2 {
    font-family: "robotomedium", sans-serif;
}

h3,
h4,
h5,
h6 {
    font-family: "robotobold", sans-serif;
}

h5,
h6 {
    line-height: 1.4;
}

h1 {
    font-size: 36px;
    font-size: 2.57143rem;
}

h2 {
    font-size: 24px;
    font-size: 1.71429rem;
}

h3 {
    font-size: 18px;
    font-size: 1.28571rem;
}

h4 {
    font-size: 16px;
    font-size: 1.14286rem;
}

h5 {
    font-size: 14px;
    font-size: 1rem;
}

h6 {
    font-size: 12px;
    font-size: 0.85714rem;
}

p {
    margin-bottom: 20px;
}

a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover,
a:active {
    outline: 0;
}

a[href*="mail"] {
    text-decoration: underline;
}

a[href*="mail"]:hover {
    text-decoration: none;
}

b {
    font-weight: normal;
}

ul {
    margin-bottom: 15px;
}

ul li {
    margin-bottom: 3px;
}

.content-style ul {
    margin-bottom: 15px;
}

.content-style ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 3px;
}

.content-style ul li:before {
    content: "•";
    position: absolute;
    left: 3px;
    top: 1px;
}

.content-style ol {
    margin-bottom: 15px;
}

.content-style ol li {
    list-style: decimal;
    list-style-position: inside;
    margin-bottom: 3px;
}

small {
    font-size: 12px;
    font-size: 0.85714rem;
}

b,
strong {
    font-family: "robotobold", sans-serif;
}

.alignleft {
    float: left;
    margin: 0.3em 2em 1em 0;
}

.alignright {
    float: right;
    margin: 0.3em 0 1em 2em;
    text-align: right;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 1em auto 2em;
    text-align: center;
}

hr {
    border: none;
    clear: both;
    margin: 35px 0;
    height: 1px;
    background-color: #cfcfcf;
}

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

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

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


/**
 * Icons
 */

i[class^="icon-"] {
    display: inline-block;
    vertical-align: middle;
}


/**
 * Preloader
 */

.preloader {
    display: none;
}


/**
 * Site brand
 */

.site-brand&gt;a {
    display: block;
}

.site-brand__image {
    background-image: url(../img/sprites.png);
    background-position: -104px -86px;
    width: 33px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
    position: relative;
}

.site-brand__image:after {
    content: "";
    width: 1px;
    position: absolute;
    right: -10px;
    top: 1px;
    bottom: 1px;
    background: #ffffff;
}

.site-brand__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.14286rem;
    font-family: "bebas_neuebold";
    line-height: 0.9375;
    color: #ffffff;
}

.site-brand_sticky {
    position: fixed;
    top: 16px;
    left: 0;
    padding: 10px 20px 13px 15px;
    background-color: #ffa800;
    line-height: 0;
    z-index: 2;
}

.site-brand_sticky:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 55px solid #ffa800;
    border-right: 26px solid transparent;
}

.site-brand_sticky .site-brand__image {
    background-image: url(../img/sprites.png);
    background-position: 0px 0px;
    width: 110px;
    height: 32px;
    margin-right: 22px;
}

.site-brand_sticky .site-brand__image:after {
    right: -15px;
}


/**
 * Site navigation
 */

.site-nav {
    line-height: 1;
}

.site-nav__list {
    margin: 0;
}

.site-nav__item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.site-nav__item_current:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    height: 3px;
}

.site-nav__item a {
    padding: 20px 0;
    display: block;
    font-size: 16px;
    font-size: 1.14286rem;
    font-family: "bebas_neuebold";
    color: #ffffff;
}


/**
 * Mobile menu toggle
 */


/**
 * Contact phone
 */

.contact-phone {
    font-size: 20px;
    font-size: 1.42857rem;
    font-family: "bebas_neuebold";
    line-height: 1;
    color: #ffffff;
}

.contact-phone .icon-phone {
    background-image: url(../img/sprites.png);
    background-position: -121px -118px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 4px;
}


/**
 * Site language
 */

.site-language {
    font: 0px/0 a;
}

.site-language__item {
    display: block;
    line-height: 1;
    margin: 3px 0;
}

.site-language__item span,
.site-language__item a {
    display: block;
}

.site-language__item a {
    opacity: 0.3;
}

.site-language__item a:hover {
    opacity: 1;
}

.site-language .icon-rf {
    background-image: url(../img/sprites.png);
    background-position: -153px -106px;
    width: 16px;
    height: 12px;
}

.site-language .icon-uk {
    background-image: url(../img/sprites.png);
    background-position: -137px -106px;
    width: 16px;
    height: 12px;
}


/**
 * Social media
 */

.social-media__caption {
    vertical-align: middle;
    font-size: 13px;
    font-size: 0.92857rem;
    font-family: "bebas_neuebold";
    line-height: 1;
    color: #ffffff;
    margin-right: 8px;
}

.social-media__list {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.social-media__item {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 12px 0;
}

.social-media__item a {
    display: block;
    line-height: 1;
    font: 0px/0 a;
    cursor: pointer;
}

.social-media__item a:hover {
    opacity: 0.6;
}

.social-media .icon-twitter {
    background-image: url(../img/sprites.png);
    background-position: -177px -69px;
    width: 18px;
    height: 15px;
}

.social-media .icon-facebook {
    background-image: url(../img/sprites.png);
    background-position: -196px -25px;
    width: 8px;
    height: 15px;
}

.social-media .icon-instagram {
    background-image: url(../img/sprites.png);
    background-position: -151px -118px;
    width: 15px;
    height: 15px;
}

.social-media .icon-vkontakte {
    background-image: url(../img/sprites.png);
    background-position: -154px -69px;
    width: 23px;
    height: 15px;
}

.social-media .icon-odnoklassniki {
    background-image: url(../img/sprites.png);
    background-position: -195px -69px;
    width: 9px;
    height: 15px;
}

.social-media .icon-linkedin {
    background-image: url(../img/sprites.png);
    background-position: -136px -118px;
    width: 15px;
    height: 15px;
}


/**
 * Page title
 */

.page-title {
    margin: 10px 0 45px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.page-title h1 {
    color: #ffffff;
    font-family: "nautilus_pompiliusregular";
    margin: 0;
}


/**
 * Section title
 */


/**
 * Select
 */

.fs-dropdown-selected {
    border: 1px solid #b3bfc5;
    border-radius: 2px;
    height: 34px;
    line-height: 32px;
    padding: 0 25px 0 10px;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fs-dropdown-selected:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    background-image: url(../img/sprites.png);
    background-position: -154px -60px;
    width: 11px;
    height: 7px;
    margin-top: -3px;
}

.fs-dropdown.fs-dropdown-open .fs-dropdown-selected {
    border-color: #3a8cf0;
}

.fs-dropdown.fs-dropdown-open .fs-dropdown-selected:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fs-dropdown .fs-dropdown-options {
    border: 1px solid #3a8cf0;
    border-radius: 2px;
    margin-top: -1px;
}

.fs-dropdown .fs-dropdown-item {
    padding: 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.fs-dropdown .fs-dropdown-item:hover {
    background: rgba(38, 137, 236, 0.18);
}

.fs-dropdown .fs-dropdown-item:not(:last-child) {
    border-bottom: 1px solid #3a8cf0;
}

.fs-dropdown .fs-dropdown-item_selected {
    opacity: 0.3;
    pointer-events: none;
    border-bottom: none !important;
}

.fs-dropdown .fs-dropdown-item_selected+.fs-dropdown-item {
    border-top: 1px solid #3a8cf0;
}

[data-ui="select"],
[data-ui="select-section-nav"],
[data-ui="select-subsection-nav"] {
    display: none;
}


/**
 * Scrollbar
 */

.fs-scrollbar-bar {
    width: 16px;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
    border-color: #3a8cf0;
}

.fs-scrollbar.fs-light .fs-scrollbar-handle {
    width: 5pt;
    height: 24px;
    right: 4px;
    background: rgba(204, 204, 204, 0.6);
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.fs-scrollbar.fs-light .fs-scrollbar-handle:hover,
.fs-scrollbar.fs-light .fs-scrollbar-handle:active {
    background: #cccccc;
}


/**
 * Datepicker
 */

.datepicker {
    position: relative;
}

.datepicker input {
    padding-right: 25px;
    position: relative;
    z-index: 2;
    background: transparent;
}

.datepicker .icon-calendar {
    background-image: url(../img/sprites.png);
    background-position: -96px -52px;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    z-index: 1;
}

.pickmeup {
    border-radius: 2px;
    background: rgba(252, 168, 0, 0.95);
    z-index: 100;
}

.pickmeup .pmu-instance {
    font-size: 16px;
    height: auto;
}

.pickmeup .pmu-instance .pmu-day-of-week {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    margin: 5px 0;
    padding: 2px 0;
}

.pickmeup .pmu-instance .pmu-button,
.pickmeup .pmu-instance nav {
    font-family: "bebas_neuebold";
    color: #1d2022;
}

.pickmeup .pmu-instance .pmu-button:hover {
    color: #ffffff;
}

.pickmeup .pmu-instance nav *:first-child:hover {
    color: inherit;
}

.pickmeup .pmu-instance nav .pmu-button:hover {
    color: #ffffff;
}

.pickmeup .pmu-instance .pmu-selected,
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
    background: #3a8cf0;
}

.pickmeup .pmu-instance .pmu-today {
    background: #396acd;
}

.pickmeup .pmu-month {
    margin: auto;
}

.pickmeup .pmu-prev,
.pickmeup .pmu-next {
    font: 0px/0 a !important;
    width: 14px !important;
    height: 28px !important;
    position: relative;
}

.pickmeup .pmu-prev:before,
.pickmeup .pmu-next:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -4px;
    border-top: 4px solid transparent;
    border-right: 8px solid #1d2022;
    border-bottom: 4px solid transparent;
}

.pickmeup .pmu-next:before {
    border-right: 0;
    border-left: 8px solid #1d2022;
}


/**
 * Waves animation
 */

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none;
}

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

.waves-block {
    display: block;
}


/* Firefox Bug: link not triggered */

a.waves-effect .waves-ripple {
    z-index: -1;
}


/**
 * Button
 */

.btn {
    display: inline-block;
    border: none;
    min-width: 100px;
    padding: 0 17px;
    text-align: center;
    background: #ffa800;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    font-family: "robotobold", sans-serif;
    line-height: 34px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    will-change: opacity, transform;
}

.btn:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    background: #ffb933;
}

.btn_blue {
    background: #3a8cf0;
}

.btn_blue:hover {
    background: #69a8f4;
}

button.btn {
    height: 34px;
}


/**
 * Pagination
 */

.pagination {
    margin: 18px 0 8px;
}

.pagination:after {
    content: "";
    display: table;
    clear: both;
}

.pagination__item {
    display: inline-block;
    margin-right: 8px;
}

.pagination__item a,
.pagination__item span {
    font-size: 16px;
    font-size: 1.14286rem;
    font-family: "robotomedium", sans-serif;
}

.pagination__item span {
    color: #ffa800;
}

.pagination__item a:hover {
    color: #ffa800;
}

.pagination .prev,
.pagination .next {
    font-size: 14px;
    font-size: 1rem;
}

.pagination .prev {
    padding-right: 4px;
}

.pagination .next {
    padding-left: 4px;
}


/**
 * View all btn
 */

.view-all {
    display: none;
}


/**
 * Make request btn
 */

.make-request {
    display: none;
}


/**
 * Month slider
 */

.month-slider {
    margin-bottom: 0;
    padding: 0 42px;
    background: #f4f4f4;
    box-shadow: 0px -1px 10px -2px rgba(0, 0, 0, 0.1) inset;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

.month-slider.tabs {
    margin-bottom: 0;
}

.month-slider__date {
    display: block;
    margin: 0;
}

.month-slider__date .state-active {
    background: #ffffff;
    color: #ffa800;
}

.month-slider__date a {
    display: block;
    font-size: 16px;
    font-size: 1.14286rem;
    font-family: "bebas_neuebold";
    line-height: 35px;
    text-align: center;
}

.month-slider .owl-stage-outer {
    overflow: visible;
}

.month-slider .owl-item .month-slider__date {
    padding: 0 1px;
    border-left: 1px solid #d6d6d6;
}

.month-slider .owl-item:last-child .month-slider__date {
    border-right: 1px solid #d6d6d6;
}

.month-slider .owl-prev,
.month-slider .owl-next {
    position: absolute;
    top: 0;
    width: 41px;
    height: 35px;
    font: 0px/0 a;
    background: #f4f4f4;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.month-slider .owl-prev:hover,
.month-slider .owl-next:hover {
    background: white;
}

.month-slider .owl-prev.disabled,
.month-slider .owl-next.disabled {
    pointer-events: none;
    cursor: default;
}

.month-slider .owl-prev.disabled [class^="icon-"],
.month-slider .owl-next.disabled [class^="icon-"] {
    opacity: 0.4;
}

.month-slider .owl-prev [class^="icon-"],
.month-slider .owl-next [class^="icon-"] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -6px;
}

.month-slider .owl-prev {
    left: 0;
}

.month-slider .owl-prev .icon-arrow-left {
    background-image: url(../img/sprites.png);
    background-position: -103px -67px;
    width: 7px;
    height: 11px;
}

.month-slider .owl-next {
    right: 0;
}

.month-slider .owl-next .icon-arrow-right {
    background-image: url(../img/sprites.png);
    background-position: -196px -40px;
    width: 7px;
    height: 11px;
}

.month-slider.tabs .month-slider__date {
    margin-right: 0;
    float: none;
}

.tab-entry.float-block {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/**
 * Nav section
 */

.nav-sections {
    display: none;
}

.select-section-nav {
    display: none;
}


/**
 * Nav subsection
 */

.nav-subsection {
    display: none;
}

.select-subsection-nav {
    display: none;
}

.tariffs-info {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    font-size: 0.85714rem;
    text-decoration: underline;
    cursor: pointer;
}

.tariffs-info:hover {
    text-decoration: none;
}

.tariffs-info .icon-question {
    background-image: url(../img/sprites.png);
    background-position: -181px -118px;
    width: 14px;
    height: 14px;
    margin-right: 7px;
    margin-top: -2px;
}


/**
 * Nav seasonal
 */

.seasonal-nav {
    margin: 0 -9px;
}

.seasonal-nav__item {
    width: 33.3%;
    padding: 0 9px;
}

.seasonal-nav__item a {
    background: #f4f4f4;
    display: block;
    border: 1px solid #b3bfc5;
    border-radius: 4px;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 1.3;
    padding: 4px 10px 5px;
}

.seasonal-nav__item a.state-active {
    border-color: #ffa800;
    box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.2);
}

.seasonal-nav__item b {
    display: block;
}

.seasonal-nav.tabs {
    margin-bottom: 15px;
}

.seasonal-nav.tabs .seasonal-nav__item {
    margin-bottom: 10px;
    margin-right: 0;
}


/**
 * Feature
 */

.feature {
    margin-bottom: 15px;
}

.feature:after {
    content: "";
    display: table;
    clear: both;
}

.feature__item {
    float: left;
    margin-right: 50px;
}

.feature [class^="icon-"] {
    margin-right: 5px;
}

.feature b {
    font-size: 12px;
    font-size: 0.85714rem;
    font-family: "robotobold", sans-serif;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.feature .icon-location {
    background-image: url(../img/sprites.png);
    background-position: -166px -118px;
    width: 15px;
    height: 15px;
}

.feature .icon-doc {
    background-image: url(../img/sprites.png);
    background-position: -20px -157px;
    width: 10px;
    height: 14px;
}


/**
 * Checkbox
 */

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    position: relative;
}

input[type="checkbox"]+label span {
    display: inline-block;
    vertical-align: middle;
}

input[type="checkbox"]+label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-image: url(../img/sprites.png);
    background-position: -70px -67px;
    width: 16px;
    height: 16px;
}

input[type="checkbox"]:checked+label:before {
    background-image: url(../img/sprites.png);
    background-position: -54px -67px;
    width: 16px;
    height: 16px;
}


/**
 * Label price
 */

.label-price {
    display: inline-block;
    vertical-align: middle;
    background: #ececec;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 7px 27px 8px;
    font-size: 22px;
    font-size: 1.57143rem;
    font-family: "robotobold", sans-serif;
    border-radius: 20px 3px 3px 20px;
    position: relative;
}

.label-price:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2) inset;
}


/**
 * Bonus
 */

.bonus {
    font-family: "robotobold", sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}


/**
 * Booking tooltip
 */

.booking-tooltip {
    float: right;
    width: 79%;
    border: 1px solid #ffa800;
    border-left-width: 4px;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    white-space: nowrap;
    padding: 12px 0;
}

.booking-tooltip__text {
    display: inline-block;
    vertical-align: middle;
    font-family: "robotobold", sans-serif;
    margin: 0 12px;
}

.booking-tooltip .btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}

.booking-tooltip+.page-nav {
    float: left;
    margin-top: 20px;
}


/**
 * Diving tooltip
 */

.diving-tooltip {
    display: table;
    width: 100%;
    box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.2);
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 15px 25px;
    height: 75px;
    margin-bottom: 38px;
}

.diving-tooltip a,
.diving-tooltip span {
    display: table-cell;
    vertical-align: middle;
}

.diving-tooltip .icon-diver {
    background-image: url(../img/sprites.png);
    background-position: -110px -25px;
    width: 44px;
    height: 44px;
    margin-right: 30px;
}


/**
 * Media
 */

.fluid-width-video-wrapper,
iframe[src*="youtube.com"] {
    margin-bottom: 35px;
}


/**
 * Car rental table
 */

.price-table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 22px;
    min-width: 680px;
}

.price-table thead tr:first-child {
    height: 0;
}

.price-table thead tr:first-child th {
    visibility: collapse;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.price-table th {
    background: #f3f3f3;
}

.price-table td,
.price-table th {
    border: 1px solid #b3bfc5;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    font-size: 0.85714rem;
    vertical-align: middle;
}


/**
 * Modal
 */

body {
    overflow: visible !important;
}

.lean-overlay {
    position: fixed;
    z-index: 999;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 80%;
    width: 50%;
    margin: auto;
    overflow-y: auto;
    border-radius: 4px;
    will-change: top, opacity;
}

.modal_fixed_header {
    padding: 0;
    height: 80%;
}

.modal_fixed_header .modal__content {
    position: absolute;
    height: calc(100% - 62px);
    max-height: 100%;
    width: 100%;
    bottom: 0;
    overflow-y: auto;
}

.modal_fixed_header .modal__header {
    background: #ffffff;
    position: absolute;
    top: 0;
    width: 100%;
}

.modal__header {
    padding: 20px 30px;
    border-bottom: 2px solid #b3bfc5;
}

.modal__header * {
    margin-bottom: 0;
}

.modal__content {
    padding: 22px 30px;
}

.modal .icon-cross {
    background-image: url(../img/sprites.png);
    background-position: -181px -133px;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}


/**
 * Form
 */

.form-group {
    margin-bottom: 15px;
    margin-left: -10px;
    margin-right: -10px;
}

.form-group:after {
    content: "";
    display: table;
    clear: both;
}

.form-group .form-control {
    float: left;
    padding: 0 10px;
}

.form .form-control {
    display: block;
    position: relative;
}

.form .form-control label {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}

.form .form-control label.error {
    color: #ff0000;
    position: absolute;
    bottom: -23px;
    padding: 0;
}

.form .form-control input[type="text"],
.form .form-control input[type="email"],
.form .form-control textarea {
    border: 1px solid #b3bfc5;
    border-radius: 2px;
    height: 34px;
    padding: 0 10px;
    color: #000000;
    width: 100%;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.form .form-control input[type="text"]:focus,
.form .form-control input[type="email"]:focus,
.form .form-control textarea:focus {
    border-color: #3a8cf0;
}

.form .form-control input[type="text"].error,
.form .form-control input[type="email"].error,
.form .form-control textarea.error {
    border-color: #ff0000;
    color: #ff0000;
}

.form .form-control .datepicker label.error {
    left: 0;
}

.form .form-control textarea {
    height: auto;
    resize: vertical;
    padding: 10px;
    display: block;
}


/**
 * Page background
 */

html,
body {
    height: 100%;
    min-height: 100%;
}

.page-bg {
    top: 0;
    width: 100%;
    min-height: 100%;
    margin: 0 0 -61px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.push {
    height: 90px;
}


/**
 * Container
 */


/**
 * Sidebar
 */

.sidebar {
    position: relative;
    width: 145px;
    float: left;
}

.widget,
.feedbackAside--feed {
    display: none;
}


/**
 * Primary content
 */

.primary-content {
    margin-top: 30px;
}


/**
 * Header
 */

.main-header {
    position: relative;
    background: #ffa800;
}

.main-header__inner {
    display: table;
    width: 100%;
}

.main-header .site-brand,
.main-header .site-nav,
.main-header .contact-phone,
.main-header .site-language {
    display: table-cell;
    vertical-align: middle;
}

.main-header .site-brand {
    padding-right: 20px;
}

.main-header .site-language {
    padding-left: 10px;
    text-align: right;
}


/**
 * Footer
 */

.main-footer {
    padding: 20px 20px 16px;
    background: #000000;
    color: #ffffff;
}

.main-footer__reversed:after {
    content: "";
    display: table;
    clear: both;
}

.main-footer__reversed&gt;div:first-child {
    float: right;
}

.main-footer__reversed&gt;div:last-child {
    float: left;
}

.main-footer__reversed,
.main-footer .copyright,
.main-footer .site-language,
.main-footer .contact-phone,
.main-footer .link-to-contact {
    float: left;
}

.main-footer .contact-phone {
    margin-right: 50px;
}

.main-footer .contact-phone .icon-phone {
    background-image: url(../img/sprites.png);
    background-position: -169px -106px;
    width: 11px;
    height: 11px;
}

.main-footer .site-language {
    display: none;
    margin: 5px 0;
}

.main-footer .site-language__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.main-footer .social-media {
    margin-left: 75px;
}

.main-footer .social-media__caption {
    display: none;
}

.copyright {
    font-size: 12px;
    font-size: 0.85714rem;
    font-family: "bebas_neuebold";
    line-height: 1.06;
    width: 135px;
}

.link-to-contact {
    letter-spacing: 0.013em;
    font-size: 16px;
    font-size: 1.14286rem;
    font-family: "bebas_neuebold";
    line-height: 0.95;
    color: #ffffff;
    text-decoration: underline;
    float: left;
    margin-top: 3px;
}

.link-to-contact:hover {
    text-decoration: none;
}

.site-developers {
    float: right;
    margin-right: 2px;
}

.site-developers__caption {
    font-size: 12px;
    font-size: 0.85714rem;
    font-family: "bebas_neuebold";
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.site-developers__brand {
    background-image: url(../img/sprites.png);
    background-position: -110px 0px;
    width: 94px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}


/**
 * Tabs
 */

.tabs {
    margin-bottom: 20px;
    position: relative;
}

.tabs:after {
    content: "";
    display: table;
    clear: both;
}

.tabs .tab {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.tabs .tab a {
    display: block;
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #ffffff;
    will-change: left, right;
}

.tab-entry {
    display: none;
}

.tab-entry:after {
    content: "";
    display: table;
    clear: both;
}


/**
 * Carousel
 */

.owl-carousel *,
.owl-carousel *:after,
.owl-carousel *:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.media-gallery .owl-prev,
.media-gallery .owl-next {
    width: 23px;
    height: 49px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background: #ffa800;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font: 0px/0 a;
}

.media-gallery .owl-prev:hover,
.media-gallery .owl-next:hover {
    background: #ffc24d;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}

.media-gallery .owl-prev:hover:before,
.media-gallery .owl-next:hover:before {
    border-bottom-color: #ffc24d;
}

.media-gallery .owl-prev:hover:after,
.media-gallery .owl-next:hover:after {
    border-top-color: #ffc24d;
}

.media-gallery .owl-prev [class^="icon-"],
.media-gallery .owl-next [class^="icon-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -5px;
}

.media-gallery .owl-prev:before,
.media-gallery .owl-next:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    border-bottom: 10px solid #ffa800;
    border-right: 24px solid transparent;
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
}

.media-gallery .owl-prev:after,
.media-gallery .owl-next:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 10px solid #ffa800;
    border-right: 24px solid transparent;
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
}

.media-gallery .owl-prev {
    left: -10px;
}

.media-gallery .owl-prev .icon-arrow-left {
    background-image: url(../img/sprites.png);
    background-position: 0px -157px;
    width: 10px;
    height: 16px;
}

.media-gallery .owl-next {
    right: -10px;
}

.media-gallery .owl-next .icon-arrow-right {
    background-image: url(../img/sprites.png);
    background-position: -10px -157px;
    width: 10px;
    height: 16px;
}

.media-gallery .owl-next:before,
.media-gallery .owl-next:after {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 24px solid transparent;
}

.media-gallery .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
}

.media-gallery .owl-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #ffffff;
    border-radius: 50%;
    margin: 5px;
}

.media-gallery .owl-dot.active {
    background: #ffa800;
}

.gallery-overlay {
    margin: 22px 0;
}

.gallery-overlay:after {
    content: "";
    display: table;
    clear: both;
}

.gallery-overlay_reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
}

.gallery-overlay_reverse&gt;*:not(.media-gallery) {
    width: 45%;
}

.gallery-overlay_reverse&gt;*:first-child {
    float: right\0;
}

.gallery-overlay_reverse&gt;*:last-child {
    float: left\0;
}

.gallery-overlay_reverse:after {
    display: none;
    display: table\0;
}

.gallery-overlay+.page-nav {
    margin-top: -20px;
}

.gallery-overlay+hr {
    margin-top: 20px;
}

.half-gallery {
    width: 50%;
}

.full-gallery {
    background: #f0f0f0;
}

.full-gallery.owl-carousel img {
    float: left;
    width: 50%;
}

.full-gallery__content {
    float: left;
    width: 50%;
    padding: 33px 30px 0 33px;
}


/**
 * Float block
 */

.float-block {
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

.float-block__top-panel,
.float-block__bottom-panel {
    display: table;
    width: 100%;
    padding: 10px 20px;
}

.float-block__top-panel {
    background: #f7f7f7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.float-block__top-panel_transparent {
    background: transparent;
}

.float-block__bottom-panel {
    padding-top: 0;
    padding-bottom: 20px;
}

.float-block__interlayer {
    padding: 18px 20px;
}

.float-block__interlayer:after {
    content: "";
    display: table;
    clear: both;
}

.float-block__header {
    margin-bottom: 14px;
}

.float-block__header:after {
    content: "";
    display: table;
    clear: both;
}

.float-block__header * {
    margin: 0;
}

.float-block__title {
    float: left;
}

.float-block__title * {
    margin: 0;
}

.page-nav {
    font-size: 12px;
    font-size: 0.85714rem;
    font-family: "robotobold", sans-serif;
}

.page-nav&gt;a {
    display: inline-block;
    line-height: 1;
}

.page-nav .icon-arrow-left {
    background-image: url(../img/sprites.png);
    background-position: 0px -157px;
    width: 10px;
    height: 16px;
    margin-right: 7px;
}

.page-nav span {
    display: inline-block;
    vertical-align: middle;
}

.excursions-schedule {
    float: right;
    font-size: 12px;
    font-size: 0.85714rem;
    padding-top: 7px;
    line-height: 1;
}

.excursions-schedule a {
    text-decoration: underline;
    font-family: "robotomedium", sans-serif;
}

.excursions-schedule a:hover {
    text-decoration: none;
}

.excursions-schedule .excursions-schedule__all {
    padding-right: 15px;
}

.excursions-schedule .icon-calendar {
    margin-top: -1px;
    background-image: url(../img/sprites.png);
    background-position: -153px -133px;
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.excursions-schedule .icon-save {
    margin-top: -1px;
    background-image: url(../img/sprites.png);
    background-position: -167px -133px;
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.filter-result {
    font-size: 12px;
    font-size: 0.85714rem;
    font-family: "robotomedium", sans-serif;
}


/**
 * Excursions filter
 */

.filter .form-group {
    margin: 0 -5px;
}

.filter .form-group .form-control {
    padding: 0 5px;
}

.filter__by-city {
    width: 28%;
}

.filter__by-type {
    width: 36%;
}

.filter__by-date {
    width: 17%;
}

.filter__submit {
    width: 19%;
}

.filter__submit .btn {
    width: 100%;
}


/**
 * Services
 */

.services {
    margin: 0 -4px;
}

.services:after {
    content: "";
    display: table;
    clear: both;
}

.services__item {
    width: 33%;
    float: left;
    padding: 0 4px;
    margin-bottom: 8px;
}

.services__item-inner {
    position: relative;
}

.services__item img {
    display: block;
    width: 100%;
}

.services__item:hover .service-title {
    background: rgba(255, 255, 255, 0.9);
}

.services .service-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 14px;
    font-size: 18px;
    font-size: 1.28571rem;
    font-family: "bebas_neuebold";
    text-align: center;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.services__item--city {
    width: 50%;
    cursor: pointer;
}

.services__item--city .service-title {
    font-size: 28px;
    font-size: 2rem;
}

.services-nav-overlay {
    padding: 20px;
    background: #eeeeee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.services-nav {
    display: table;
    width: 100%;
}

.services-nav__item {
    vertical-align: middle;
    display: table-cell;
    height: 60px;
    padding: 0 4px;
    width: 20%;
}

.services-nav__item .btn {
    width: 100%;
    line-height: 60px;
    font-size: 18px;
    font-size: 1.28571rem;
    font-family: "bebas_neuebold";
    color: #1d2022;
}

.services-nav__item .btn span {
    padding: 10px;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}


/**
 * Photographers
 */

.photographers {
    margin: 45px 0 35px;
    white-space: nowrap;
    overflow-x: auto;
}

.photographers:hover .fs-scrollbar-bar {
    opacity: 1;
}

.photographers.tabs .tab {
    float: none;
}

.photographers__item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 25px 0;
}

.photographers a {
    display: block;
    opacity: .7;
}

.photographers a:hover {
    opacity: 1;
}

.photographers a.state-active {
    opacity: 1;
}

.photographers a.state-active strong:after {
    left: 0;
    right: 0;
    background: #ffa800;
}

.photographers img {
    display: block;
    margin: 5px auto 10px;
    border-radius: 50%;
}

.photographers strong {
    font-family: "robotobold", sans-serif;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.photographers strong:after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 0;
    height: 3px;
    -webkit-transition: background-color .3s ease, left .2s .1s ease, right .2s .1s ease;
    transition: background-color .3s ease, left .2s .1s ease, right .2s .1s ease;
    will-change: left, right, backgroun-color;
}

.photographers .fs-scrollbar-bar {
    border-width: 0;
    height: 8px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    display: none\0;
}

.photographers .fs-scrollbar-bar:focus,
.photographers .fs-scrollbar-bar:active {
    opacity: 1;
}

.photographers.fs-light .fs-scrollbar-handle {
    height: 8px;
}

.ie10 .photographers .fs-scrollbar-bar {
    display: none;
}


/**
 * Portfolio
 */

.portfolio__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
}

.portfolio__header:after {
    content: "";
    clear: both;
    display: none;
    display: table\0;
}

.portfolio__author {
    margin-bottom: 0;
    float: left\0;
}

.portfolio .btn {
    float: right\0;
}


/**
 * Checkout form
 */

.checkout-form {
    border-top: 1px solid #cfcfcf;
}

.form-section {
    border-bottom: 1px solid #CCCCCC;
    padding: 15px 0 5px;
}

.form-section__title h3 {
    margin-bottom: 10px;
}

.form-section__half {
    width: 50%;
    float: left;
}

.form-section__controls {
    margin: 30px 0;
}

.excursion-data:after {
    content: "";
    display: table;
    clear: both;
}

.excursion-data .form-control {
    width: 29%;
}

.excursion-data .form-control:first-child {
    width: 36%;
}

.excursion-data .feature {
    text-align: center;
    margin: 30px 0 0;
}

.excursion-data .feature__item {
    float: none;
    display: inline-block;
    margin: 0 25px;
}

.personal-data {
    padding-bottom: 13px;
}

.personal-data .form-section__inner {
    width: 82%;
}

.to-pay {
    padding: 25px 0;
}

.to-pay table {
    width: 100%;
    margin-bottom: 32px;
}

.to-pay table th,
.to-pay table td {
    padding: 10px 0 8px;
    border-bottom: 2px solid #cfcfcf;
}

.to-pay table th {
    font-size: 12px;
    font-size: 0.85714rem;
}

.to-pay table td {
    padding: 11px 0;
    font-family: "robotobold", sans-serif;
}

.to-pay table .overflow-text {
    max-width: 245px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.to-pay .form-section__reverse:after {
    content: "";
    display: table;
    clear: both;
}

.to-pay .form-section__reverse&gt;div:first-child {
    float: right;
    width: 50%;
    text-align: right;
}

.to-pay .form-section__reverse&gt;div:last-child {
    float: left;
    width: 50%;
}

.to-pay .checkbox {
    margin-bottom: 22px;
}

.to-pay .checkbox a {
    text-decoration: underline;
}

.to-pay .checkbox a:hover {
    text-decoration: none;
}

.to-pay .small {
    display: inline-block;
    font-size: 11px;
    font-size: 0.78571rem;
    line-height: 1.2;
}

.to-pay .final-cost {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-size: 1.71429rem;
    font-family: "robotobold", sans-serif;
    margin-right: 28px;
}


/**
 * Excursions checkout done
 */

.checkout-done {
    text-align: center;
    padding: 90px 0;
}

.checkout-done__img {
    margin-bottom: 15px;
}

.checkout-done__img .icon-success {
    background-image: url(../img/sprites.png);
    background-position: 0px -32px;
    width: 54px;
    height: 54px;
}

.checkout-done__message {
    font-family: "robotomedium", sans-serif;
    margin-bottom: 50px;
}

.checkout-done__caption {
    font-size: 20px;
    font-size: 1.42857rem;
    margin-bottom: 15px;
}


/**
 * Home page
 */


/**
 * Excursions
 */

.excursions-wrapper {
    margin: 0 -4px;
}

.excursions:after {
    content: "";
    display: table;
    clear: both;
}

.excursions.media-gallery {
    margin-bottom: 0;
}

.excursions.media-gallery .excursions__item {
    padding-bottom: 0;
    width: 100%;
}

.excursions__item {
    width: 33.3333333%;
    float: left;
    padding: 0 4px 8px;
}

.excursions__item-inner {
    position: relative;
}

.excursions__item-inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/bg/shadow.png") repeat-x left bottom;
}

.excursions__info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
    z-index: 2;
}

.excursions__title {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.2;
    font-family: "robotomedium", sans-serif;
    color: #ffffff;
}

.excursions__clearfix {
    padding-top: 10px;
}

.excursions__clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.excursions__cost {
    float: left;
    line-height: 1.2;
    font-family: "robotomedium", sans-serif;
    color: #ffffff;
}

.excursions__booking {
    float: right;
    line-height: 1.2;
    font-family: "robotomedium", sans-serif;
    color: #ffa800;
    text-decoration: underline;
}

.excursions__booking:hover {
    text-decoration: none;
}

.excursions img {
    display: block;
    width: 100%;
}

.excursions .owl-prev {
    left: -6px;
}

.excursions .owl-next {
    right: -6px;
}

.excursion-title h1 {
    font-size: 24px;
    font-size: 1.71429rem;
}

.media-gallery {
    margin-bottom: 15px;
}

.excursions__page-info {
    font-size: 0;
}

.excursions__page-info .page-info__slider {
    display: inline-block;
    width: calc(100% - 266px);
}

.excursions__page-info .page-info__counter {
    vertical-align: top;
    font-size: 16px;
    color: #000;
}

.excursions__page-info .page-info__counter .counter {
    font-weight: 700;
}

.excursions__page-info .page-info__calendar {
    display: inline-block;
    vertical-align: top;
    width: 246px;
    margin-left: 20px;
    height: 100%;
    margin-bottom: 15px;
}

.excursions__page-info .page-info__calendar_title {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.excursions__page-info .page-info__calendar--white .pickmeup {
    background-color: #fff;
    border: 3px solid #ffa800;
}

.excursions__page-info .page-info__calendar--white .pickmeup .pmu-instance {
    padding: 3px;
}

.excursions__page-info .page-info__calendar--white .pickmeup .pmu-button:hover {
    color: #fff;
    background: #ffa800;
}

.excursions__page-info .page-info__calendar--white .pickmeup .pmu-day-of-week {
    color: #ffa800;
    border-color: #ffa800;
}

.excursion-booking {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.excursion-booking__section {
    display: table-cell;
    vertical-align: middle;
}

.excursion-booking__section:last-child {
    text-align: right;
}

.excursion-booking__controls {
    margin-left: -3px;
    margin-right: -3px;
}

.excursion-booking__controls .btn {
    margin: 0 3px;
    font-size: 12px;
}

.excursion-content {
    padding: 28px 0 8px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.excursion-bus__wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.excursion-bus__wrapper .excursion-bus__img {
    float: left;
    max-width: 360px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.excursion-bus__wrapper ul,
.excursion-bus__wrapper ol {
    display: table;
}

.prices {
    margin-bottom: 0;
}

.prices__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 55px;
    margin-bottom: 0;
}

.prices__value {
    font-size: 24px;
    font-size: 1.71429rem;
    font-family: "robotobold", sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.prices__naming {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}


/**
 * Hotels (single-hotels.php)
 */

.hotels_preview {
    margin: 0 -5px 15px -5px;
}

.hotels_preview:after {
    content: "";
    display: table;
    clear: both;
}

.hotels_preview__item {
    float: left;
    width: 50%;
    padding: 5px;
    margin: 0;
}

.hotels_preview__images {
    display: block;
}


/**
 * Contacts
 */

.contacts-list {
    padding: 30px 5px;
}

.contacts-list__item {
    margin-bottom: 17px;
}

.contacts-list__item-badge {
    display: inline-block;
    vertical-align: middle;
    min-width: 12%;
}

.contacts-list span {
    display: inline-block;
    vertical-align: middle;
    width: 85%;
}

.contacts-list .icon-marker {
    background-image: url(../img/sprites.png);
    background-position: -24px -133px;
    width: 24px;
    height: 24px;
}

.contacts-list .icon-phone {
    background-image: url(../img/sprites.png);
    background-position: -113px -133px;
    width: 20px;
    height: 20px;
}

.contacts-list .icon-at {
    background-image: url(../img/sprites.png);
    background-position: -70px -133px;
    width: 22px;
    height: 22px;
}

.contacts-list .icon-web {
    background-image: url(../img/sprites.png);
    background-position: -48px -133px;
    width: 22px;
    height: 22px;
}

.contacts-list a:not([href*="tel"]) {
    text-decoration: underline;
}

.contacts-list a:not([href*="tel"]):hover {
    text-decoration: none;
}

.feedbackList * {
    box-sizing: border-box;
}

.feedbackList .btn {
    float: right;
}

.feedbackList--head {
    padding: 0px 0 25px;
    border-bottom: 1px solid #cfcfcf;
}

.feedbackList--title {
    font-size: 18px;
    font-weight: bold;
    color: #1d2022;
    line-height: 34px;
    display: inline-block;
}

.feedbackList--list .feedbackList--list .feedbackList--item:last-child {
    border-bottom: none;
}

.feedbackList--item {
    padding-top: 15px;
    border-bottom: 1px solid #cfcfcf;
}

.feedbackList--item i {
    display: inline-block;
    background-image: url(../img/sprites.png);
    background-position: -104px -118px;
    width: 17px;
    height: 15px;
    margin-right: 8px;
    vertical-align: middle;
}

.feedbackList--item.extend {
    padding-left: 25px;
}

.feedbackList--item.extend i {
    background-image: url(../img/sprites.png);
    background-position: -86px -67px;
    width: 17px;
    height: 15px;
}

.feedbackList--name {
    font-size: 15px;
    color: #1d2022;
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
}

.feedbackList--date {
    font-size: 12px;
    color: #bbb;
}

.feedbackList--msg {
    line-height: 19px;
    font-size: 12px;
    color: #151a1d;
    padding: 15px 0;
}

.feedbackList--pager {
    padding-top: 30px;
}

.feedbackList--pager li {
    display: inline-block;
    margin-right: 10px;
}

.feedbackList--pager li a {
    font-weight: bold;
    color: #1d2022;
    font-size: 16px;
}

.feedbackList--pager li.active a,
.feedbackList--pager li:hover a {
    color: #ffa800;
}

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

.recaptcha-field .g-recaptcha {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.recaptcha-field .btn {
    display: inline-block;
    vertical-align: middle;
}


/**
 * Error
 */

.section-error {
    padding: 70px 0 25px;
    text-align: center;
}

.section-error__code {
    font-size: 100px;
    font-size: 7.14286rem;
    font-family: "nautilus_pompiliusregular";
    color: #ffa800;
    line-height: 1.1;
    background: url("../img/bg/cyprus-flag.png") no-repeat center;
    padding: 20px 0;
    margin-bottom: 20px;
}

.section-error__title {
    margin-bottom: 15px;
}

.section-error__message {
    font-size: 12px;
    font-size: 0.85714rem;
}

.help-nav {
    text-align: center;
    margin-bottom: 25px;
}

.help-nav__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.help-nav__item a {
    font-family: "bebas_neuebold";
    font-size: 16px;
    font-size: 1.14286rem;
    text-decoration: underline;
}

.help-nav__item a:hover {
    text-decoration: none;
}

@media (min-width: 320px) {
    .main-header .site-language {
        padding-left: 0;
    }
}

@media screen and (min-width: 768px) {
    .nav-sections {
        display: table;
        width: 100%;
        background: #f4f4f4;
        box-shadow: 0px -1px 10px -2px rgba(0, 0, 0, 0.1) inset;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        overflow: hidden;
        position: relative;
        margin-bottom: 0;
        z-index: 2;
    }
    .nav-sections__item {
        display: table-cell;
        width: 25%;
        vertical-align: middle;
        text-align: center;
    }
    .nav-sections__item:not(:last-child) {
        border-right: 1px solid #d6d6d6;
    }
    .nav-sections__item a {
        font-size: 16px;
        font-size: 1.14286rem;
        font-family: "bebas_neuebold";
        padding: 8px 0;
        display: block;
    }
    .nav-sections__item a.state-active {
        color: #ffa800;
        background: #ffffff;
    }
    .nav-sections+.float-block {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .nav-subsection {
        border-bottom: 2px solid #b3bfc5;
        display: block;
        position: relative;
    }
    .nav-subsection__item a {
        font-family: "robotobold", sans-serif;
        color: #7a7e82;
        padding-bottom: 12px;
        position: relative;
    }
    .nav-subsection__item a:after {
        content: "";
        position: absolute;
        left: 10%;
        right: 10%;
        bottom: -2px;
        height: 2px;
        background: transparent;
        -webkit-transition: background-color .3s ease, left .2s .1s ease, right .2s .1s ease;
        transition: background-color .3s ease, left .2s .1s ease, right .2s .1s ease;
        will-change: left, right, backgroun-color;
    }
    .nav-subsection__item a.state-active {
        color: #1d2022;
    }
    .nav-subsection__item a.state-active:after {
        left: 0;
        right: 0;
        background: #ffa800;
    }
    .nav-subsection__item a.state-active+.tariffs-info {
        position: absolute;
        display: inline-block !important;
        color: #1d2022;
    }
    .nav-subsection__item a+.tariffs-info {
        display: none;
    }
    .nav-subsection.tabs .nav-subsection__item {
        margin-right: 35px;
    }
    .nav-subsection.tabs .nav-subsection__item:last-child {
        margin-right: 0;
    }
    .nav-subsection .indicator {
        bottom: -2px;
        background: #ffa800;
    }
}

@media (min-width: 768px) {
    .excursions__item--hotels {
        max-height: 185px;
        overflow: hidden;
    }
}

@media screen and (min-width: 982px) {
    .preloader {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        text-align: center;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        z-index: 1000;
    }
    .preloader&gt;div {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -9px;
        margin-left: 13px;
        width: 18px;
        height: 18px;
        background-color: #ffa800;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .preloader .bounce1 {
        margin-left: -31px;
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s;
    }
    .preloader .bounce2 {
        margin-left: -9px;
        -webkit-animation-delay: -.16s;
        animation-delay: -.16s;
    }
    @-webkit-keyframes bouncedelay {
        0%,
        100%,
        80% {
            transform: scale(0);
            -webkit-transform: scale(0);
        }
        40% {
            transform: scale(1);
            -webkit-transform: scale(1);
        }
    }
    @keyframes bouncedelay {
        0%,
        100%,
        80% {
            transform: scale(0);
            -webkit-transform: scale(0);
        }
        40% {
            transform: scale(1);
            -webkit-transform: scale(1);
        }
    }
}

@media screen and (min-width: 992px) {
    .m-menu-toggle-overlay,
    .m-menu-toggle {
        display: none;
    }
    .widget {
        position: relative;
        display: block;
        background: #ffffff;
        border-radius: 5px;
        padding: 7px;
        width: 100%;
        line-height: 1.2;
    }
    .feedbackAside--feed {
        display: block;
        font-family: "bebas_neuebold";
        position: absolute;
        bottom: 100%;
        margin-bottom: 18px;
        width: 100%;
        left: 0;
        font-size: 16px;
        text-transform: uppercase;
        padding: 15px 0;
        background: #fff;
        text-align: center;
        border-radius: 4px;
        color: #1d2022;
        display: none;
    }
    .feedbackAside--feed i {
        background-image: url(../img/sprites.png);
        background-position: -54px -32px;
        width: 42px;
        height: 35px;
        display: block;
        margin: 0 auto;
        margin-bottom: 8px;
    }
    .feedbackAside--feed:after {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        content: "";
        position: absolute;
        left: 30px;
        top: 100%;
        border-right: 20px solid #fff;
        border-bottom: 10px solid transparent;
    }
    .feedbackAside--feed:hover {
        color: #fff;
        background: #ffa800;
    }
    .feedbackAside--feed:hover i {
        background-image: url(../img/sprites.png);
        background-position: -154px -25px;
        width: 42px;
        height: 35px;
    }
    .feedbackAside--feed:hover:after {
        border-right-color: #ffa800;
    }
    .page-title+.row .feedbackAside--feed {
        display: block;
    }
    .course-info {
        margin: 6px 0 12px;
        font-family: "bebas_neuebold";
    }
    .course-info__row {
        display: table;
        width: 100%;
        padding: 0 10px;
    }
    .course-info__row&gt;* {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }
    .course-info__row&gt;*:last-child {
        text-align: right;
    }
    .course-info__date {
        color: #bbbbbb;
    }
    .course-info__value {
        font-size: 27px;
        font-size: 1.92857rem;
    }
    .course-info__status {
        font-size: 16px;
        font-size: 1.14286rem;
    }
    .course-info .increase,
    .course-info .decrease {
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        margin-right: 5px;
    }
    .course-info .increase {
        border-bottom: 6px solid #008000;
    }
    .course-info .decrease {
        border-top: 6px solid #ff0000;
    }
    .promo {
        text-align: center;
        border-radius: 4px;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        padding: 16px 0;
    }
    .promo&gt;b {
        display: inline-block;
        text-align: center;
        font-size: 28px;
        font-size: 2rem;
        font-family: "bebas_neuebold";
        color: #ffffff;
        margin: 15px 0;
    }
    .promo&gt;b.highlighted {
        font-size: 24px;
        font-size: 1.71429rem;
        background: #ffa800;
        padding: 0 2px;
        line-height: 1.1;
    }
    .promo .btn {
        line-height: 30px;
        margin-top: 48px;
        padding: 0 40px;
        font-size: 12px;
    }
    .media-gallery:not(.owl-loaded) {
        overflow: hidden;
        height: 415px;
        display: block !important;
    }
    .media-gallery:not(.owl-loaded):before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #ffffff;
        z-index: 999;
    }
    .media-gallery:not(.owl-loaded).half-gallery,
    .media-gallery:not(.owl-loaded).full-gallery {
        height: 300px;
    }
    .media-gallery:not(.owl-loaded).excursions {
        height: 205px;
    }
    .entry-slider__item {
        height: 100%;
        width: 100%;
        display: table;
        background-position: center;
        background-size: cover;
    }
    .entry-slider .owl-prev,
    .entry-slider .owl-next {
        font: 0px/0 a;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
    }
    .entry-slider .owl-prev {
        left: 25px;
        background-image: url(../img/sprites.png);
        background-position: -78px -86px;
        width: 26px;
        height: 47px;
    }
    .entry-slider .owl-prev:hover {
        background-image: url(../img/sprites.png);
        background-position: -26px -86px;
        width: 26px;
        height: 47px;
    }
    .entry-slider .owl-next {
        right: 25px;
        background-image: url(../img/sprites.png);
        background-position: 0px -86px;
        width: 26px;
        height: 47px;
    }
    .entry-slider .owl-next:hover {
        background-image: url(../img/sprites.png);
        background-position: -52px -86px;
        width: 26px;
        height: 47px;
    }
    .entry-slider .slide-content-overlay {
        display: table-cell;
        vertical-align: middle;
    }
    .entry-slider .slide-content {
        width: 970px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .entry-slider .section-title {
        display: inline-block;
    }
    .entry-slider .section-title h2 {
        font-size: 50px;
        font-size: 3.57143rem;
        font-family: "nautilus_pompiliusregular";
        color: #ffffff;
    }
    .entry-slider .subsections {
        margin-bottom: 35px;
        padding-top: 10px;
    }
    .entry-slider .subsections__item {
        margin-right: 26px;
    }
    .entry-slider .subsections__item a {
        position: relative;
        font-size: 18px;
        font-size: 1.28571rem;
        font-family: "bebas_neuebold";
        color: #ffffff;
    }
    .entry-slider .subsections__item a:after {
        content: "";
        position: absolute;
        top: 100%;
        height: 3px;
        background: #ffa800;
        left: 10px;
        right: 10px;
        -webkit-transition: opacity .1s ease-in, left .2s ease, right .2s ease;
        transition: opacity .1s ease-in, left .2s ease, right .2s ease;
        opacity: 0;
    }
    .entry-slider .subsections__item a.state-active:after {
        opacity: 1;
        right: 0;
        left: 0;
    }
    .entry-slider .subsection-description {
        color: #ffffff;
        letter-spacing: -0.1px;
        font-size: 16px;
        font-size: 1.14286rem;
    }
    .full-screen-slider-wrapper {
        position: fixed;
        height: 96%;
        width: 100%;
    }
    .full-screen-slider-wrapper .owl-carousel,
    .full-screen-slider-wrapper .owl-stage-outer,
    .full-screen-slider-wrapper .owl-stage,
    .full-screen-slider-wrapper .owl-item {
        height: 100%;
    }
    .entry-slider-nav {
        display: block;
        position: fixed;
        width: 940px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 20%;
        z-index: 2;
    }
    .entry-slider-nav__item {
        width: 25%;
        background: #ffa800;
        float: left;
        text-align: center;
        margin-right: 0 !important;
    }
    .entry-slider-nav__item a {
        padding: 11px 10px 10px;
        font-size: 18px;
        font-size: 1.28571rem;
        line-height: 1;
        font-family: "bebas_neuebold";
        color: #ffffff;
        letter-spacing: .6px;
    }
    .full-screen-slider-wrapper+.main-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }
    .full-screen-slider-wrapper+.main-footer .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .full-screen-slider-wrapper+.main-footer .copyright {
        margin-right: 0;
        width: 20%;
    }
    .full-screen-slider-wrapper+.main-footer .main-footer__reversed {
        width: 60%;
    }
    .full-screen-slider-wrapper+.main-footer .link-to-contact {
        margin-right: 33px;
    }
    .full-screen-slider-wrapper+.main-footer .site-language {
        display: block;
    }
    .full-screen-slider-wrapper+.main-footer .social-media {
        margin: 0;
    }
    .full-screen-slider-wrapper+.main-footer .social-media__caption {
        display: inline-block;
    }
}

@media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 992px) and (min-resolution: 192dpi) {
    .feedbackAside--feed i {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .feedbackAside--feed:hover i {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .entry-slider .owl-prev {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .entry-slider .owl-prev:hover {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .entry-slider .owl-next {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .entry-slider .owl-next:hover {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
}

@media (min-width: 992px) {
    .excursions__item--hotels {
        max-height: 200px;
        overflow: hidden;
    }
}

@media screen and (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

@media only screen and (max-width: 992px) {
    .modal {
        width: 80%;
    }
}

@media screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 991px) and (min-resolution: 192dpi) {
    .site-brand__image {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .site-language .icon-rf {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .site-language .icon-uk {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .main-footer .social-media .icon-twitter {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .main-footer .social-media .icon-facebook {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .main-footer .social-media .icon-instagram {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .main-footer .social-media .icon-vkontakte {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .main-footer .social-media .icon-odnoklassniki {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .main-footer .social-media .icon-linkedin {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
}

@media screen and (max-width: 991px) {
    .site-brand {
        padding: 7px 0;
    }
    .site-brand__image {
        background-image: url(../img/sprites.png);
        background-position: 0px -133px;
        width: 24px;
        height: 24px;
        margin-right: 15px;
    }
    .site-brand__text {
        font-size: 13px;
        font-size: 0.92857rem;
    }
    .site-nav {
        position: absolute;
        top: 0;
        left: -9999px;
        right: 0;
        background: #ffa800;
        opacity: 0;
        visibility: hidden;
        z-index: 100;
    }
    .site-nav.state-open {
        -webkit-transition: opacity .3s ease, visibility .3s ease;
        transition: opacity .3s ease, visibility .3s ease;
        left: 0;
        visibility: visible;
        opacity: 1;
    }
    .site-nav__list {
        width: 700px;
        margin: auto;
        padding: 40px 30px;
    }
    .site-nav__item {
        display: block;
    }
    .site-nav__item_current:after {
        display: none;
    }
    .site-nav__item a {
        padding: 21px 0;
        font-size: 24px;
        font-size: 1.71429rem;
    }
    .m-menu-toggle-overlay {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 40px;
    }
    .m-menu-toggle {
        width: 21px;
        height: 15px;
        cursor: pointer;
        position: absolute;
        margin-top: -7px;
        top: 50%;
        z-index: 101;
    }
    .m-menu-toggle__line {
        margin: 6px 0;
        height: 3px;
        background: #ffffff;
        border-radius: 3px;
        display: block;
        -webkit-transition: opacity .4s ease;
        transition: opacity .4s ease;
    }
    .m-menu-toggle:before,
    .m-menu-toggle:after {
        content: "";
        width: 100%;
        height: 3px;
        left: 0;
        background: #ffffff;
        border-radius: 3px;
        position: absolute;
        -webkit-transition: top .2s .2s ease, bottom .2s .2s ease, -webkit-transform .2s ease;
        transition: top .2s .2s ease, bottom .2s .2s ease, -webkit-transform .2s ease;
        transition: top .2s .2s ease, bottom .2s .2s ease, transform .2s ease;
        transition: top .2s .2s ease, bottom .2s .2s ease, transform .2s ease, -webkit-transform .2s ease;
    }
    .m-menu-toggle:before {
        top: 0;
    }
    .m-menu-toggle:after {
        bottom: 0;
    }
    .m-menu-toggle.state-animated .m-menu-toggle__line {
        opacity: 0;
    }
    .m-menu-toggle.state-animated:before,
    .m-menu-toggle.state-animated:after {
        -webkit-transition: top .2s ease, bottom .2s ease, -webkit-transform .2s .2s ease;
        transition: top .2s ease, bottom .2s ease, -webkit-transform .2s .2s ease;
        transition: top .2s ease, bottom .2s ease, transform .2s .2s ease;
        transition: top .2s ease, bottom .2s ease, transform .2s .2s ease, -webkit-transform .2s .2s ease;
    }
    .m-menu-toggle.state-animated:before {
        top: 6px;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }
    .m-menu-toggle.state-animated:after {
        bottom: 6px;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }
    .site-language__item {
        display: inline-block;
        margin: 0 0 0 15px;
    }
    .site-language .icon-rf {
        background-image: url(../img/sprites.png);
        background-position: -110px -69px;
        width: 22px;
        height: 17px;
    }
    .site-language .icon-uk {
        background-image: url(../img/sprites.png);
        background-position: -132px -69px;
        width: 22px;
        height: 17px;
    }
    .booking-tooltip__text {
        font-size: 12px;
        font-size: 0.85714rem;
    }
    .page-bg {
        margin-bottom: -185px;
    }
    .push {
        height: 185px;
    }
    .main-header__inner {
        padding: 0 5px;
    }
    .main-header .contact-phone {
        display: none;
    }
    .main-footer {
        padding: 20px 0;
    }
    .main-footer__reversed {
        float: none;
        clear: both;
    }
    .main-footer__reversed&gt;div {
        float: none !important;
    }
    .main-footer .social-media {
        margin: 15px 0;
        text-align: center;
    }
    .main-footer .social-media__item {
        margin: 0 17px;
    }
    .main-footer .social-media .icon-twitter {
        background-image: url(../img/sprites.png);
        background-position: -167px -86px;
        width: 24px;
        height: 20px;
    }
    .main-footer .social-media .icon-facebook {
        background-image: url(../img/sprites.png);
        background-position: -191px -86px;
        width: 11px;
        height: 20px;
    }
    .main-footer .social-media .icon-instagram {
        background-image: url(../img/sprites.png);
        background-position: -92px -133px;
        width: 21px;
        height: 20px;
    }
    .main-footer .social-media .icon-vkontakte {
        background-image: url(../img/sprites.png);
        background-position: -137px -86px;
        width: 30px;
        height: 20px;
    }
    .main-footer .social-media .icon-odnoklassniki {
        background-image: url(../img/sprites.png);
        background-position: -96px -32px;
        width: 12px;
        height: 20px;
    }
    .main-footer .social-media .icon-linkedin {
        background-image: url(../img/sprites.png);
        background-position: -133px -133px;
        width: 20px;
        height: 20px;
    }
    .main-footer .contact-phone,
    .main-footer .link-to-contact {
        width: 50%;
        text-align: center;
        float: left;
        margin: 20px 0 30px;
    }
    .main-footer .link-to-contact {
        margin-top: 23px;
    }
    .main-footer .copyright {
        float: left;
        width: auto;
    }
    .main-footer .site-developers {
        float: right;
    }
    .excursion-data .form-control {
        width: 32%;
    }
    .entry-slider__item {
        background-size: cover;
        background-position: center;
    }
    .entry-slider .section-title {
        padding: 14% 0;
        display: block;
    }
    .entry-slider .section-title h2 {
        width: 720px;
        margin: auto;
        color: #ffffff;
        font-size: 32px;
        font-size: 2.28571rem;
        font-family: "nautilus_pompiliusregular";
    }
    .entry-slider .subsections,
    .entry-slider .subsection-description {
        display: none !important;
    }
    .entry-slider-nav {
        display: none;
    }
    .section-error {
        padding: 25px 0;
    }
}

@media screen and (max-width: 768px) {
    .site-nav__list {
        width: 100%;
        padding-left: 52px;
        padding-right: 52px;
    }
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .page-title {
        margin: 15px 20px 20px;
    }
    .page-title h1 {
        font-size: 24px;
        font-size: 1.71429rem;
    }
    .section-title h2 {
        font-size: 20px;
        font-size: 1.42857rem;
    }
    .fs-dropdown-selected {
        white-space: normal;
    }
    .pagination {
        display: none;
    }
    .view-all {
        display: block;
        margin: 20px 0;
    }
    .view-all .btn {
        width: 100%;
    }
    .make-request {
        display: block;
        padding: 23px 0;
        margin: 15px 0 25px;
        border-top: 1px solid #cecece;
        border-bottom: 1px solid #cecece;
    }
    .make-request .btn {
        width: 100%;
    }
    .month-slider {
        border-radius: 0;
        border-top: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
        box-shadow: none;
    }
    .select-section-nav {
        display: block;
        border-top: 1px solid transparent;
        border-bottom: 1px solid #cecece;
        margin: 0 20px;
    }
    .select-section-nav .fs-dropdown-selected {
        box-shadow: 0px 3px 3px 0px rgba(129, 129, 129, 0.18);
        margin: 30px 0;
        text-transform: uppercase;
        font-family: "robotomedium", sans-serif;
        height: 40px;
        line-height: 38px;
    }
    .select-subsection-nav {
        display: block;
        margin-bottom: 22px;
    }
    .seasonal-nav__item {
        width: 100%;
    }
    .label-price+.btn {
        float: right;
    }
    .bonus {
        display: block;
        clear: both;
        margin-top: 15px;
        text-align: center;
    }
    .booking-tooltip {
        float: none;
        width: 100%;
        white-space: normal;
        border-left-width: 1px;
        padding: 25px 16px;
        margin-bottom: 10px;
    }
    .booking-tooltip__text {
        font-size: 14px;
        font-size: 1rem;
        display: block;
        margin: 10px 0 15px;
    }
    .diving-tooltip {
        padding-left: 20px;
        padding-right: 20px;
    }
    .diving-tooltip .icon-diver {
        display: none;
    }
    .price-table-overlay {
        margin-left: -20px;
        margin-right: -20px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        overflow-x: scroll;
    }
    .form-group {
        margin-bottom: 0;
    }
    .form-group .form-control {
        margin-bottom: 15px;
    }
    .page-bg {
        background-size: contain;
        background-position: top;
        background-attachment: scroll;
    }
    .primary-content {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
    }
    .primary-content&gt;.row {
        margin: 0;
    }
    .primary-content&gt;.row&gt;[class^="col-"] {
        padding: 0;
    }
    .hidden-xs-nav .owl-nav {
        display: none;
    }
    .gallery-overlay {
        margin-bottom: 8px;
    }
    .gallery-overlay_reverse {
        display: block;
    }
    .gallery-overlay_reverse&gt;*:not(.media-gallery) {
        width: 100%;
        margin-bottom: 22px;
    }
    .gallery-overlay+.page-nav {
        margin-top: 0;
    }
    .gallery-overlay .btn:last-child {
        margin-bottom: 25px;
    }
    .media-gallery {
        margin-bottom: 22px;
    }
    .full-gallery {
        background: #f0f0f0;
    }
    .full-gallery.owl-carousel img {
        float: none;
        width: 100%;
    }
    .full-gallery__content {
        width: 100%;
        float: none;
        padding: 22px 15px 0 22px;
    }
    .half-gallery {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
    }
    .float-block {
        border-radius: 0;
        margin-bottom: 0;
        box-shadow: none;
    }
    .float-block__header {
        margin-bottom: 25px;
    }
    .float-block__title {
        display: block;
        float: none;
        margin-bottom: 17px;
    }
    .float-block__bottom-panel {
        padding: 10px 20px 30px;
    }
    .excursions-schedule {
        float: none;
    }
    .excursions-schedule .icon-save {
        margin-right: 8px;
    }
    .filter__by-city {
        width: 50%;
    }
    .filter__by-type {
        width: 50%;
    }
    .form-group .form-control.filter__by-date {
        width: 42%;
        float: left;
    }
    .form-group .form-control.filter__submit {
        float: left;
        width: 58%;
    }
    .services__item {
        width: 100%;
        margin-bottom: 15px;
    }
    .services-nav-overlay {
        display: none;
    }
    .photographers {
        margin: 22px -12px;
    }
    .photographers__item {
        margin-left: 12px;
        margin-right: 12px;
    }
    .photographers .fs-scrollbar-content {
        padding-bottom: 15px !important;
    }
    .photographers .fs-scrollbar-bar .fs-scrollbar-track {
        background: #ffffff;
    }
    .photographers .fs-scrollbar-bar .fs-scrollbar-handle {
        background: #ffffff;
    }
    .portfolio .btn {
        display: none;
    }
    .excursion-data .form-control {
        float: left;
        width: 45%;
    }
    .excursion-data .form-control:first-child {
        width: 45%;
    }
    .excursion-data .form-control:first-child+.form-control {
        clear: both;
    }
    .excursion-data .feature {
        display: none;
    }
    .excursion-data .form-section__half {
        width: 100%;
    }
    .personal-data .form-section__inner {
        width: 100%;
    }
    .to-pay table {
        margin-bottom: 25px;
    }
    .to-pay table th:first-child,
    .to-pay table td:first-child {
        display: none;
    }
    .to-pay table th {
        font-size: 9px;
        font-size: 0.64286rem;
    }
    .to-pay .form-section__reverse&gt;div:first-child,
    .to-pay .form-section__reverse&gt;div:last-child {
        float: none;
        width: 100%;
        text-align: left;
    }
    .to-pay .form-section__reverse&gt;div:first-child {
        text-align: justify;
        margin-bottom: 13px;
    }
    .to-pay .form-section__reverse&gt;div:first-child:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 0;
    }
    .checkout-done {
        padding: 35px 0;
    }
    .entry-slider .section-title h2 {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .excursions__page-info .page-info__feature,
    .excursions__page-info .page-info__counter {
        display: table-cell;
    }
    .excursions__item {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .excursion-booking {
        margin-bottom: 8px;
        padding-top: 5px;
    }
    .excursion-booking__section {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }
    .excursion-booking__controls:after {
        content: "";
        display: table;
        clear: both;
    }
    .excursion-booking__controls .btn {
        width: 48%;
        margin: 0 1%;
    }
    .excursion-booking__controls .btn:first-child {
        float: left;
    }
    .excursion-booking__controls .btn:last-child {
        float: right;
    }
    .prices {
        display: table;
        width: 100%;
    }
    .prices__item {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }
    .prices__value {
        display: block;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .prices__naming {
        line-height: 1.4;
        max-width: 60%;
    }
    .contacts-list {
        padding: 10px 0;
    }
    #map {
        height: 280px !important;
    }
}

@media (max-width: 767px) {
    .feedbackList .btn {
        float: none;
    }
    .feedbackList--title {
        display: block;
    }
    .feedbackList--pager {
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
    .excursion-bus__wrapper .excursion-bus__img {
        max-width: 100%;
        margin-right: 0px;
    }
}

@media (max-width: 650px) {
    .excursions__page-info .page-info__slider {
        width: 100%;
    }
    .excursions__page-info .page-info__feature {
        margin-bottom: 0;
    }
    .excursions__page-info .page-info__feature .feature {
        margin-bottom: 0;
    }
    .excursions__page-info .page-info__feature,
    .excursions__page-info .page-info__counter {
        display: block;
        text-align: center;
    }
    .excursions__page-info .page-info__calendar {
        display: block;
        margin: 0 auto 20px auto;
    }
}

@media (max-width: 650px) and (max-width: 376px) {
    .excursions__page-info .page-info__feature .feature .feature__item {
        margin-right: 0;
        float: none;
    }
}

@media (max-width: 510px) {
    .recaptcha-field {
        text-align: center;
    }
    .recaptcha-field .g-recaptcha {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 420px) {
    .form-group .form-control {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .excursions-schedule .excursions-schedule__all {
        display: block;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 400px) {
    .main-footer .social-media__item {
        margin: 0 12px;
    }
}

@media (max-width: 376px) {
    .excursions__page-info .page-info__calendar {
        width: 100%;
        text-align: center;
    }
}

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

@media screen and (max-width: 991px) and (min-width: 768px) {
    .hidden-sm {
        display: none !important;
    }
    .seasonal-nav__item a {
        font-size: 11px;
        font-size: 0.78571rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
    .full-screen-slider-wrapper+.main-footer .copyright {
        width: 15%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .full-screen-slider-wrapper+.main-footer .contact-phone {
        margin-right: 30px;
    }
    .full-screen-slider-wrapper+.main-footer .link-to-contact {
        margin-right: 25px;
    }
    .full-screen-slider-wrapper+.main-footer .social-media__caption {
        display: none;
    }
}

@media (min-width: 376px) and (max-width: 650px) {
    .excursions__page-info .page-info__feature {
        text-align: center;
    }
    .excursions__page-info .page-info__feature .feature__item {
        width: 50%;
        float: left;
        margin: 0;
    }
    .excursions__page-info .excursion-booking__section {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .site-brand__image {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .site-brand_sticky .site-brand__image {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .contact-phone .icon-phone {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .site-language .icon-rf {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .site-language .icon-uk {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .social-media .icon-twitter {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .social-media .icon-facebook {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .social-media .icon-instagram {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .social-media .icon-vkontakte {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .social-media .icon-odnoklassniki {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .social-media .icon-linkedin {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .fs-dropdown-selected:after {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .datepicker .icon-calendar {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .month-slider .owl-prev .icon-arrow-left {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .month-slider .owl-next .icon-arrow-right {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .tariffs-info .icon-question {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .feature .icon-location {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .feature .icon-doc {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    input[type="checkbox"]+label:before {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    input[type="checkbox"]:checked+label:before {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .diving-tooltip .icon-diver {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .modal .icon-cross {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .main-footer .contact-phone .icon-phone {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .site-developers__brand {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .media-gallery .owl-prev .icon-arrow-left {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .media-gallery .owl-next .icon-arrow-right {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .page-nav .icon-arrow-left {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .excursions-schedule .icon-calendar {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .excursions-schedule .icon-save {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .checkout-done__img .icon-success {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .contacts-list .icon-marker {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .contacts-list .icon-phone {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .contacts-list .icon-at {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .contacts-list .icon-web {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .feedbackList--item i {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
    .feedbackList--item.extend i {
        background-image: url("../img/sprites@2x.png");
        background-size: 204px 173px;
    }
}
/*# sourceMappingURL=maps/styles.css.map */
</pre></body></html>