<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'HelveticaNeueCyr UltraLight';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/HelveticaNeueCyr-UltraLight_1.otf) format('opentype');
}

@font-face {
    font-family: 'HelveticaNeueCyr Roman';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/HelveticaNeueCyr-Roman_0.otf) format('opentype');
}

@font-face {
    font-family: 'MyriadPro Bold';
    font-style: normal;
    font-weight: 700;
    src: local('MyriadPro Bold'), local('MyriadPro-Bold'), url(fonts/MyriadPro-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'MyriadPro';
    font-style: normal;
    font-weight: 400;
    src: local('MyriadPro Regular'), local('MyriadPro-Regular'), url(fonts/MyriadPro-Regular.otf) format('opentype');
}

* {
    outline: none;
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    background-color: #fff;
    font-family: "Mulish", sans-serif;
    font-size: 15px;
}

video {
    height: 100vh;
    width: 100vw;
}

#select_country, #day_filter, #price_filter {
    height: 32px;
}

.select_currency_eur:hover, .select_currency_usd:hover, .select_currency_uah:hover {
    color: #007ac3 !important;
}

/* Background video */
.video-container {
    min-height: 100vh;
    /*position: relative;*/
    z-index: 0;
}

.flex-video {
    height: 100%;
    left: 0;
    padding-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.45);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 300000000;
}

.flex-video video {
    left: 50%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-aspect-ratio: 1280/720) {
    .video-container:not(.fixed-device) .flex-video video {
        height: 100vh;
        width: calc(100vh * 1280 / 720);
    }
}

@media (min-aspect-ratio: 1280/720) {
    .video-container:not(.fixed-device) .flex-video video {
        height: calc(100vw * 720 / 1280);
        width: 100vw;
    }
}

/* Define the global classes */
.tac {
    text-align: center
}

.fr {
    float: right;
}

.pr {
    position: relative
}

.mt1 {
    margin-top: 60px
}

.mt2 {
    margin-top: 20px;
}

.mb1 {
    margin-bottom: 40px
}

.mtb1 {
    margin: 100px 0;
}

.pb1 {
    padding-bottom: 20px
}

.pb2 {
    padding-bottom: 15px;
}

.pt1 {
    padding-top: 40px
}

.pt2 {
    padding-top: 10px
}

.ptb1 {
    padding: 100px 0
}

.ptb2 {
    padding: 60px 0;
}

.ptb3 {
    padding: 120px 0
}

.plr1 {
    padding: 0 50px;
}

.prel {
    position: relative;
}

.c {
    text-align: center
}

.npad {
    padding: 0
}

.bgc1 {
    background-color: #fff;
    border: 1px solid #fff;
}

.bgc2 {
    background-color: #f5f5f5
}

.ttup {
    text-transform: uppercase;
}

hr {
    margin: 5px 0;
}

.disrow {
    margin-left: 0;
    margin-right: 0;
}

.uprow {
    margin-left: -15px;
    margin-right: -60px;
}

.cblue {
    color: #007ac3;
}


.imf {
    margin-top: -3px;
}

.col-center {
    float: none;
    margin: 0 auto
}

.btn-primary {
    background-color: #007ac3;
    border: 0;
    border-radius: 0;
}

.btn-default {
    background-color: #007ac3;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    padding: 4px 25px 6px;
    transition: all 0.2s ease 0s;
}

.btn-default:active, .btn-default:hover, .btn-default:focus, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open &gt; .dropdown-toggle.btn-default.focus, .open &gt; .dropdown-toggle.btn-default:focus, .open &gt; .dropdown-toggle.btn-default:hover {
    background-color: #0f6abe;
    color: #fff;
}

/* End of defining */


/* Header */
header {
    color: #fff;
}

header a {
    color: #FFF;
}

.topheader {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: 81px;
    padding-top: 20px;
    position: relative;
}

.gh-btn {
    margin-right: 25px;
}

.gh-btn:hover, .gh-btn:active, .gh-btn:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    transition: opacity 100ms ease-in
}

.nav .open &gt; a, .nav .open &gt; a:focus, .nav .open &gt; a:hover {
    background-color: #36bda4;
}

.hnav {
    list-style: none;
}

.footer .hnav {
    padding-top: 30px;
}

.hnav &gt; li {
    display: inline-block;
    vertical-align: top;
}

.hnav .soc &gt; a {
    margin-right: 5px;
    color: #fff;
}

.hnav .soc {
    display: none;
    padding-top: 10px;
}

.soc &gt; a:last-child {
    margin-right: 48px;
}

.ico {
    background-image: url(../img/persey-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.twitter {
    background-position: 0 0;
    height: 15px;
    width: 19px;
}

.fb {
    background-position: -18px 0;
    height: 19px;
    width: 12px;
}

.vk {
    background-position: -30px 0;
    height: 13px;
    width: 24px;
}

.call24h {
    background-position: -53px 0;
    margin-right: 10px;
    height: 32px;
    width: 35px;
}

.iata {
    background-position: -88px 0;
    height: 42px;
    margin-right: 40px;
    width: 131px;
}

.srch {
    background-position: -219px 0;
    height: 18px;
    width: 18px;
}

.plane {
    background-position: 0 -19px;
    height: 16px;
    width: 18px;
}

.phone {
    background-position: -108px -43px;
    height: 44px;
    margin: 16px 0 0 17px;
    width: 43px;
}

.train {
    background-position: -19px -19px;
    height: 19px;
    width: 19px;
}

.callnumb {
    display: inline-block;
    margin-right: 35px;
}

.search-form {
    position: relative
}

.search-button {
    background-color: #1e2a2e;
    border: 0;
    height: 37px;
    width: 38px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.search-input {
    background-color: rgba(255, 255, 255, 0.3);
    border: medium none;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.1) inset;
    color: #000;
    height: 37px;
    width: 225px !important;
    transition: all 150ms ease-in;
}

.search-input:focus {
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    box-shadow: inherit;
    transition: all 150ms ease-in-out;
}

.cl_nm .active {
    background-color: #36bda4;
}

.cl_nm &gt; li &gt; a {
    text-transform: uppercase;
}

.lb_account {
    overflow: hidden;
    padding: 8px 0 8px 8px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
}

.lb_account:hover {
    background-color: #37bda4;
}

.lb_account a:hover, .lb_account a:active, .lb_account a:visited {
    color: #fff;
    background-color: #37bda4;
    padding: 10px 0px;
    text-decoration: none;
}

.bb_account:hover {
    background-color: #36bda4;
}

.bb_account &gt; a {
    padding: 9px;
    line-height: 38px;
    color: #fff;
}

.bb_account &gt; a:active, .bb_account &gt; a:focus {
    color: #fff;
    text-decoration: none
}

.bor-r {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.bb_account &gt; a:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.33);
}

.bb_account.dropdown img {
    margin-right: 4px;
    position: relative;
    top: 5px;
    width: 19px;
}

.bb_account .ps_dm {
    border-radius: 0 0 4px 4px;
    margin: 0;
    min-width: 76px;
}

.bb_account .ps_dm &gt; li &gt; a {
    padding: 10px 9px !important;

}

.nav &gt; li &gt; a {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.nav &gt; li &gt; a:focus, .nav &gt; li &gt; a:hover {
    background-color: #36bda4;
    color: #fff;
}

.nav &gt; li.dropdown.active {
    background-color: #36bda4;
}

.nav &gt; li.dropdown &gt; ul {
    border-radius: 0 0 4px 4px;
    display: none;
}

.nav &gt; li.dropdown:hover &gt; ul {
    display: block;
}

.ps_dm {
    background-color: #fff !important;
    border: 0;
    min-width: 200px;
    padding: 0 0 0px;
}

.ps_dm &gt; li &gt; a {
    padding: 10px 20px !important;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 18px;
    color: #007ac3;
}

.ps_dm &gt; li &gt; a:hover {
    background-color: #2098d1;
    color: #fff;
}

.hnav &gt; li.dropdown:hover &gt; ul {
    display: block;
}

.user_avatar {
    top: -4px;
    position: relative;
    padding-left: 10px;
}

.user_avatar &gt; img {
    border-radius: 50px;
    width: 46px;
}

/* End of Header */

/* Main Page */
.mc-content {
    color: #fff;
}

.ptlogo {
    color: #fff;
    font-family: 'HelveticaNeueCyr UltraLight';
    font-size: 46px;
    line-height: 46px;
}

.search-tabs .tab-content {
    background-color: rgba(255, 255, 255, 0.88);
    color: #757686
}

.search-tabs .nav-tabs {
    border: 0
}

.search-tabs .nav-tabs &gt; li {
    margin-bottom: 0
}

.search-tabs .nav-tabs &gt; li.active &gt; a, .search-tabs .nav-tabs &gt; li.active &gt; a:focus, .search-tabs .nav-tabs &gt; li.active &gt; a:hover {
    background-color: #007ac3;
    color: #fff;
    border: 0;
    font-weight: 700;
}

.search-tabs .nav-tabs &gt; li &gt; a {
    background-color: rgba(29, 24, 27, .52);
    color: #fff;
    line-height: 29px;
    border: 0;
    border-radius: 0;
    margin-right: 8px
}

.search-tabs .nav &gt; li &gt; a:focus, .search-tabs .nav &gt; li &gt; a:hover {
    background-color: #007ac3
}

.search-tabs .tab-content {
    padding: 40px;
}

.tab-pane .btn {
    float: right;
}

.tab-pane label {
    color: #757686 !important;
}

.tab-pane input[type="text"], .tab-pane input[type="email"], .tab-pane input[type="number"] {
    border-radius: 0;
    border: 2px solid #cccccc;
    box-shadow: none;
    color: #757686;
}

.tab-pane input[type="number"] {
    padding: 6px 4px 6px 12px;
}

.tab-pane input[type="text"]:focus {
    box-shadow: none;
}


/* Base for label styling */
.tab-pane input[type="checkbox"]:not(:checked),
.tab-pane input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.tab-pane input[type="checkbox"]:not(:checked) + label,
.tab-pane input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

/* checkbox aspect */
.tab-pane input[type="checkbox"]:not(:checked) + label::before, .tab-pane input[type="checkbox"]:checked + label::before {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #0072bc;
    border-radius: 0;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 20px;
}

/* checked mark aspect */
.tab-pane input[type="checkbox"]:not(:checked) + label::after, .tab-pane input[type="checkbox"]:checked + label::after {
    color: #0072bc;
    content: "âœ”";
    font-size: 13px;
    left: 5px;
    line-height: 0.8;
    position: absolute;
    top: 7px;
    transition: all 0.2s ease 0s;
}

/* checked mark aspect changes */
.tab-pane input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.tab-pane input[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
.tab-pane input[type="checkbox"]:disabled:not(:checked) + label:before,
.tab-pane input[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.tab-pane input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.tab-pane input[type="checkbox"]:disabled + label {
    color: #aaa;
}

/* accessibility */

/* hover style just for information */
label:hover:before {
    border: 3px solid #0b7cc5 !important;
}


.mcc-1 {
    min-height: 150px;
    text-align: center;
    padding: 40px 0 50px;
}

.mcc-2 {
    color: #fff;
    padding: 40px 0 70px
}

.circle-1 {
    background-color: #007ac3;
    border-radius: 50px;
    display: inline-block;
    height: 62px;
    width: 62px;
}

.circle-2 {
    background-color: rgba(36, 37, 36, 0.5);
    border-radius: 50px;
    height: 31px;
    left: 7px;
    padding: 7px 0 0 6px;
    position: absolute;
    top: 7px;
    width: 31px;
}

.circle-2.ico2 {
    padding: 6px 0 0 7px;
}

.circle-3 {
    background-color: #007ac3;
    border-radius: 50px;
    margin: 5px 0;
    height: 32px;
    width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.circle-3 i {
    color: #fff;
}

.icon-1 {
    background-position: 0 -37px;
    margin-top: 5px;
    height: 41px;
    width: 30px;
}

.icon-2 {
    background-position: -29px -37px;
    margin: 5px 4px 0 0;
    height: 45px;
    width: 43px;
}

.icon-3 {
    background-position: -72px -43px;
    margin-top: 10px;
    height: 39px;
    width: 36px;
}

.mcc-3 {
    background-image: url("../img/q1.png"), url("../img/q2.png");
    background-position: left 0px, right bottom;
    background-repeat: no-repeat;
    min-height: 50px;
    padding: 11px 60px 20px;
}

.box {
    border: 4px solid;
    display: inline-block;
    height: 5px;
    margin-left: 8px;
    width: 5px;
}

.mcc-4 {
    padding: 10px 0 30px;
}

.mcc-4 .h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.mcc-4 .h1 span {
    color: #454545;
}

.hot {
    background-position: -186px -43px;
    height: 24px;
    margin: 0 0 5px;
    width: 22px;
}

.more {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    height: 98.5%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
}

.more-btn {
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    padding: 7px 30px 8px;
    position: relative;
    top: 50%;
}

.more-btn:hover {
    background-color: #fff;
    color: #000;
}

.more:hover {
    opacity: 1;
    transition: opacity 0.25s ease-in
}

.more:hover &gt; .more-btn {
    opacity: 1;
    transition: all 0.5s ease-in
}

.more:hover &gt; .more-btn:hover {
    transition: all 0.25s ease-in
}

.bsbb {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px;
}

.bbl {
    border-bottom: 2px solid #dcdcdc;
}

.borlcircle {
    border-bottom: 1px solid #dfdede;
    height: 1px;
    margin: 18px 0;
    position: relative;
    text-align: center;
}

.borlcircle &gt; span {
    background-color: #fff;
    height: 14px;
    margin-left: -18px;
    padding: 0 10px;
    position: absolute;
    top: -9px;
    width: 35px;
}

.commts {
    background-position: -151px -43px;
    height: 31px;
    width: 35px;
}

.field15 {
    border-left: 1px solid #e4e6e4;
    padding-top: 28px;
    padding-left: 30px;
}

.field15 strong {
    font-family: 'HelveticaNeueCyr Roman';
}

.field26 {
    display: inline-block;
}

.field27 {
    color: #888;
    font-size: 16px;
}

.mcc-1 .pt2 p:first-child {
    margin: 0;
}

.add_comm {
    width: 159px;
}

/* End of Main Page */

/* Pages */
.htitle {
    min-height: 300px
}

.htitle h1 {
    color: #fff;
    font-size: 57px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.subtitle {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    padding: 10px 15%;
}

.subtitle p {
    margin-bottom: 0
}

.ctab {
    background-color: #007ac3;
    color: #fff;
    display: inline-block;

    font-size: 23px;
    font-weight: 700;
    height: 57px;
    line-height: 40px;
    vertical-align: middle;
    padding: 10px 50px;
    text-transform: uppercase;
}

.ctab2 {
    background-color: #007ac3;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding: 10px 40px;
}

.ctabg {
    background-color: #36bda4;
    color: #fff;
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    height: 57px;
    line-height: 25px;
    margin-bottom: -2px;
    padding: 16px 70px;
    position: relative;
    text-transform: uppercase;
}

.ttline2 .ctabg2 {
    background-color: #36bda4;
    color: #fff;
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    height: 57px;
    line-height: 25px;
    margin-bottom: -2px;
    padding: 16px 70px;
    position: relative;
    text-transform: uppercase;
    top: 0;
}

.ptabg {
    background-color: #36bda4;
    color: #fff;
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    height: 57px;
    line-height: 40px;
    vertical-align: middle;
    text-transform: uppercase;
}

.ptabg:hover {
    background-color: #32b099;
}

.ptabg &gt; a:hover, .ptabg &gt; a:focus {
    text-decoration: none;
}

.ptabg &gt; a {
    color: #fff;
    display: inline-block;
    padding: 10px 50px;
}

.m-bg {
    background: #fff url('/templates/site/images/m.jpg') no-repeat scroll 0 0 / cover;
}

.p2-bg {
    background: #fff url("/templates/site/images/p2.jpg") no-repeat scroll center 0;
}

.p3-bg {
    background: #fff url("/templates/site/images/p3.jpg") no-repeat scroll 0 0 / cover;
}

.p5-bg {
    background: #fff url('/templates/site/images/p5.jpg') no-repeat;
}

.railtext {
    overflow-y: auto;
}

.p2-stat {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.p2-stat span {
    color: #2ec8d7;
    font-size: 48px;
    margin-right: 12px;
    position: relative;
    top: 10px;
}

.p2-b1 h1 {
    font-size: 30px;
    margin-top: 6px
}

.p2-b1 p {
    font-size: 16px;
    line-height: 22px;
}

.p2-b1 p:last-child {
    margin-bottom: 0
}

.p2-b1 {
    border-right: 2px solid #36bda4;
    color: #fff;
    min-height: 160px;
    padding: 0 30px;
}

.p2-b1:first-child {
    padding-left: 0;
}

.p2-b1:last-child {
    border: 0;
}

.p2-text {
    color: #888;
    min-height: 360px;
}

.p2-text h1 {
    margin-top: 0;
}

.p2-text h2 {
    font-size: 24px;
}

.p2-text p {
    font-size: 18px;
    width: 70%;
}

.p2-h1, .p7-h1 {
    color: #454545;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.p2btn {
    font-size: 17px;
    font-weight: 700;
    padding: 8px 25px;
    text-transform: uppercase;
}

.p2-mask {
    background-color: rgba(0, 122, 195, 0.75);
    color: #fff;
    font-size: 16px;
    height: 100%;
    left: 15px;
    opacity: 0;
    padding: 25px;
    position: absolute;
    top: 0;
    width: 90%;
    transition: opacity .3s ease-in-out;
}

.p2-mask h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p2-mask:hover {
    opacity: 1;
}

.p2-limg {
    width: 100%;
}

.p2-ldt {
    color: #007ac3;
    font-size: 14px;
    opacity: .75;
}

.commview .p2-cv {
    padding: 10px;
    width: auto;
}

.p2-cv .media-left {
    border-right: 1px solid #4e6f7f;
    padding-right: 14px;
}

.p2-cv .media-body {
    padding-left: 14px;
}

.p2-cv .commname {
    font-size: 15px;
}

.p2-cv .cl_article_div {
    margin: 0;
}

.p4-h1 {
    font-size: 27px;
    color: #454545;
    margin-bottom: 40px
}

.p4-lblock {
    border: 1px solid #1f8aca;
    height: 348px;
    padding: 20px;
}

.p4-lblock .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none
}

.p4-lblock .panel-heading {
    background-color: transparent;
    border-bottom: 1px dotted #007ac3;
    color: #007ac3;
    padding: 10px 0;
}

.p4-lblock .panel-heading a:hover {
    text-decoration: none;
}

.panel-collapse {
    border-bottom: 1px dotted #007ac3;
}

.p4-lblock .panel-body {
    border: 0 none !important;
    color: #757686;
    margin-bottom: 10px;
    padding: 10px 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.p4-lblock .panel-body:last-child {
    padding-bottom: 0;
}

.p4-lblock .panel-group {
    margin: 0;
}

.p4-rspn {
    float: right;
    font-weight: 700;
}

.p4-rspn2 {
    color: #007ac3;
    float: right;
    font-size: 21px;
    font-weight: 700;
}

.p4-rblock {
    position: relative;
}

.p4-rb-t {
    background-color: #ffffff;
    bottom: 20px;
    color: #0c0c0c;
    font-size: 16.72px;
    font-weight: 700;
    padding: 10px;
    position: absolute;
    right: 30px;
}

.p7-line {
    border-bottom: 2px solid #007ac3;
}

.p7-tform {
    color: #454545;
    font-size: 24px;
    font-family: 'MyriadPro'
}

.p8-lblock .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #afafaf;
}

.p8-lblock .panel-title {
    color: #757686;
    font-size: 15px;
}

.p8-lblock .panel-title a:focus {
    text-decoration: none;
}

.p8-lblock a.collapsed::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    display: inline-block;
    font-size: 11px;
    height: 12px;
    position: relative;
    top: 0;
    width: 10px;
}

.p8-lblock a::before {
    border-color: #000000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    display: inline-block;
    font-size: 11px;
    height: 12px;
    margin-top: 0;
    position: relative;
    top: 4px;
    width: 10px;
}

.p8-lblock .p-8l::before {
    border-color: transparent !important;
    border-width: 0 !important;
    content: "";
    width: 0 !important;
}

.p15-fc:first-child {
    border-bottom: 2px solid #d8d8d8;
    margin-bottom: 45px;
}

.p8-lblock .panel-heading {
    background-color: #fff;
}


.sp16 {
    min-height: 200px;
}

.sp16-h1 {
    color: #525252;
    display: inline-block;
    margin-top: 11px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.sp16-h1:hover {
    color: #007ac3;
    text-decoration: none
}

.sp16-date {
    color: #41c1af;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.sp16-sh {
    position: relative;
}

.sp16-imgd {
    display: none;
}

.sp16-sl1 {
    display: none;
    font-size: 20px;
    color: #41c1af;
}

.sp16-sl2 {
    font-size: 20px;
    color: #41c1af;
}

.sp16-text {
    color: #6f6f6f;
}

.sp16-bb {
    border-bottom: 2px solid #dddddd;
    margin-top: 15px;
    bottom: 0;
    left: 0;
    padding-top: 13px;
    position: absolute;
    width: 100%;
}

.sp16:first-child .sp16-imgd, .sp16:nth-child(2) .sp16-imgd {
    display: block;
}

.sp16-imgd {
    background-color: #36bda4;
    color: #fff;
    font-family: "MyriadPro Bold";
    font-size: 30px;
    height: 96px;
    line-height: 26px;
    padding: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 96px;
}

.responsive2 {
    overflow: visible;
}

.sp16-block {
    margin-bottom: 40px;
    max-height: 470px;
    min-height: 470px;
    overflow: hidden;
    position: relative;
}

.sp16-sh a {
    float: left;
    min-height: 125px;
}

.sp16:nth-child(1n+3) .sp16-block {
    min-height: 163px;
    padding: 10px 0;
}

.sp16:nth-child(1n+3) .sp16-h1 {
    display: inline;
    margin: 0;
}

.sp16:nth-child(1n+3) .sp16-block img {
    float: left;
    margin-right: 20px;
    width: 182px;
}

.sp16:nth-child(1n+3) .sp16-block .sp16-h1 {
    font-size: 20px;
}

.sp16:nth-child(1n+3) .sp16-block .sp16-text {
    display: none;
}

.sp16:nth-child(n+3) .sp16-block .sp16-bb {
    padding-top: 13px;
}

.sp16:nth-child(1n+3) .sp16-block .sp16-sl1 {
    display: block;
}

.sp16:nth-child(1n+3) .sp16-block .sp16-sl2 {
    display: none;
}


.sp162:not(:first-child) .sp162-block {
    padding-top: 12px;
}

.sp162-block {
    border-bottom: 2px solid #dddddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.sp162-block img {
    float: left;
    margin-right: 20px;
    padding-bottom: 25px;
    width: 182px;
}

.sp162-h1 {
    color: #525252;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.sp162-h1:hover {
    color: #007ac3;
    text-decoration: none;
}

.sp162-sl1 {
    font-size: 20px;
    color: #41c1af;
}

.ttline {
    border-bottom: 2px solid #007ac3;
}

.ttline2 {
    border-bottom: 2px solid #007ac3;
    position: relative;
    top: -60px;
}

.page_content1, .page_content5, .page_content6 {
    color: #6f6f6f;
}

.page_content1 li, .page_content5 li, .page_content6 li {
    margin-left: 20px;
}

.page_content1 h1, h2, h3, h4, h5, h6 {
    color: #454545;
    margin-bottom: 25px;
}

.page_content1::after {
    display: block;
    clear: both;
    content: '';
}
.page_content5 h1 {
    color: #454545;
    font-size: 27px;
    margin-bottom: 20px;
}

.page_content6 h1, h2, h3, h4, h5, h6 {
    color: #454545;
    margin-bottom: 25px;
}


.progress {
    background-color: #dfdfdf;
    border-radius: 4px;
    box-shadow: none;
    height: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: visible;
    position: relative;
}

.progress-bar {
    background-color: #3bbfad;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}

.progress-bar &gt; span {
    bottom: 0;
    color: #454545;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    left: 0;
    margin-left: 12px;
    position: absolute;
    right: 1px;
    text-align: right;
    top: -22px;
}

.progress-bar &gt; .labl {
    margin-left: 0;
    width: 0;
}

.form1 {
    margin-bottom: 40px;
    padding: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.34);
}

.form1 textarea.form-control {
    margin-bottom: 15px;
}

.form1 .form-control {
    margin-bottom: 10px
}

.form1 .btn {
    float: right;
}

.form1 .form-control {
    border: 1px solid #007ac3;
    border-radius: 0;
    box-shadow: none;
    color: #4e4f5c;
    padding: 6px 9px;
}

.form1 .form-control:focus {
    border-color: #007ac3;
    box-shadow: none;
    outline: 0 none;
}

.form1 .form-control::-webkit-input-placeholder {
    color: #757686
}

.form1 .form-control::-ms-input-placeholder {
    color: #757686
}

.form1 .form-control::-moz-placeholder {
    color: #757686
}


.form2 {
    border-top: 8px solid #007ac3;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.34);
    font-family: MyriadPro;
    margin-bottom: 40px;
    padding: 30px;
}

.form2 label {
    color: #454545 !important;
}

.form2 .form-control {
    margin-bottom: 10px
}

.form2 .btn {
    width: 100%;
    font-family: Arial
}

.form2 .form-control {
    border: 1px solid #b4b4b4;
    border-radius: 0;
    box-shadow: none;
    color: #353535;
    font-size: 16px;
    height: 53px;
    padding: 6px 9px;
}

.form2 .form-control:focus {
    border-color: #007ac3;
    box-shadow: none;
    outline: 0 none;
}

.form2 .form-control::-webkit-input-placeholder {
    color: #757686
}

.form2 .form-control::-ms-input-placeholder {
    color: #757686
}

.form2 .form-control::-moz-placeholder {
    color: #757686
}


.form3 {
    margin-bottom: 40px;
    padding: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.34);
}

.form3 .form-control {
    margin-bottom: 4px;
    height: 46px;
}

.form3 .btn {
    height: 46px;
    width: 100%;
}

.form3 .form-control {
    border: 1px solid #d9d9d9;
    border-radius: 0;
    box-shadow: none;
    color: #4e4f5c;
    padding: 6px 9px;
}

.form3 .form-control:focus {
    border-color: #007ac3;
    box-shadow: none;
    outline: 0 none;
}

.form3 .form-control::-webkit-input-placeholder {
    color: #757686
}

.form3 .form-control::-ms-input-placeholder {
    color: #757686
}

.form3 .form-control::-moz-placeholder {
    color: #757686
}

.form3 .f3h1 {
    color: #000;
    font-family: MyriadPro;
    font-size: 24px;
    margin-bottom: 20px;
}

.form3 .form-control:nth-child(5) {
    margin-bottom: 17px;
}

.star {
    font-size: 14px;
    color: #007ac3;
}

.datepic {
    background: #007ac3 url("../img/i_calendar.png") no-repeat scroll 10px 7px;
    border-left: 2px solid #cccccc;
    height: 34px;
    position: absolute;
    right: -16px;
    top: 0;
    width: 42px;
}

.datepic2 {
    background: #007ac3 url("../img/i_calendar.png") no-repeat scroll 10px 7px;
    border-left: 2px solid #cccccc;
    height: 34px;
    position: absolute;
    right: 15px;
    top: 0;
    width: 42px;
}

.page_content1 table, .page_content5 table {
    border: 0;
    margin: 10px 0;
}

.page_content1 table td, .page_content5 table td {
    border: 2px solid #d6d6d6;
    padding: 7px;
}

.page_content1 table tr:first-child td, .page_content5 table tr:first-child td {
    background-color: #000;
    color: #fff;
    padding: 8px;
}

.page_content1 table tr:nth-child(2n) td:nth-child(2n-1), .page_content5 table tr:nth-child(2n) td:nth-child(2n-1) {
    background-color: #f8f8f8;
}

.page_content1 table tr:nth-child(2n+1):not(:first-child) td:nth-child(2n), .page_content5 table tr:nth-child(2n+1):not(:first-child) td:nth-child(2n) {
    background-color: #f8f8f8;
}

/* End of all pages */

.cl_form .control-label {
    text-align: left;
}

.fgf .form-group {
    margin-left: 0
}

.cl_form .modal-body {
    padding: 20px;
}

.cl_form label {
    color: #888888;
    font-weight: 400;
    font-size: 14px;
    padding: 3px 0
}

.cl_form label.smt {
    font-size: 13px;
}

.mod1 {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999999;
}

.mod1 .modal-dialog {
    color: #545454;
    width: 500px;
}

.mod1 .modal-dialog.m_callback {
    width: 300px
}

.mod1 .modal-content {
    border-radius: 0;
}

.kv_callback {
    background-color: #007ac3;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100px;
    bottom: 40px;
    box-shadow: 0 3px 6px 0 rgba(55, 163, 219, 0.75);
    height: 80px;
    position: fixed;
    right: 3%;
    width: 80px;
    z-index: 9999;
}

.phone.rotate {
    -moz-transform: scale(0.5) rotate(270deg);
    -webkit-transform: scale(0.5) rotate(270deg);
    transform: scale(0.5) rotate(270deg);
}

.hot-t {
    color: #454545;
    font-size: 18px;
    font-weight: 700;
}

.hot-prs {
    color: #36bda4;
    font-size: 22px;
    font-weight: 700;
}

/*Comments*/

.commview {
    font-family: arial;
    color: #888888;
}

.commview li {
    border: 2px solid #e1e1e1;
    float: left;
    min-height: 220px;
    list-style: outside none none;
    margin: 10px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    width: 31.5%;
}

.commpt {
    padding-top: 55px;
}

.commimg {
    border-right: 1px solid #8ca2ac;
    float: left;
    margin-right: 10px;
    padding-right: 14px;
}

.commname {
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.comm {
    padding-top: 15px;
    font-size: 13px;
}

.comm_date {
    bottom: 10px;
    color: #000;
    display: block;
    font-size: 13.4px;
    left: 20px;
    margin-right: 10px;
    position: absolute;
    width: 100%;
}

.box2 {
    border: 4px solid #cfcfcf;
    float: right;
    height: 5px;
    margin-left: 8px;
    width: 5px;
}

.boxx {
    bottom: 20px;
    position: absolute;
    right: 20px;
}

/*End Comments*/

/* Footer */
footer {
    border-top: 4px solid #007ac3;
    width: 100%;
}

.footer1 {
    background-color: #fff;
    padding: 20px 0;
}

.fcol1 {
    color: #464646 !important;
    display: inline-block;
    padding: 30px 57px 0 0;
}

.footer1 h2 {
    color: #4e4e4e;
    font-size: 21px;
    margin-top: 0;
}

.footer1 h3 {
    color: #4e4e4e;
    font-size: 16px;
    margin: 0 0 5px;
}

.footer1 span {
    color: #888888;
}

.footer1 .fnumb {
    color: #061417;
    font-weight: 400
}

.footer1 .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.footer1 .btn-primary {
    margin-top: 10px;
}

.fnav a {
    color: #888888;
}

.fnav a:hover {
    color: #007ac3;
}

.fnav li {
    list-style: outside none none;
    padding: 3px 0;
}

.fnav li .nav-link {
    padding: 0 !important;
}

.fnav &gt; .open &gt; .dropdown-menu {
    display: none !important;
}

/*footer*/

.footer1 .cl_form_success {
    margin-top: 30px;
    text-align: center;
}

.footer2 {
    background-color: #000;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    height: 100%;
    color: #fff;
}

/* End of Footer */

/* Module */

html body #tour_search_module * .extended_package_search_form .itt_links .active {
    background-image: none;
    background-color: #007ac3 !important;
}

#tour_tab {
    padding: 9px 10px 10px !important;
}

#gb_tab {
    padding: 9px 10px 8px !important;
}

#AT_content &gt; table {
    margin: 0 auto;
}

/* End of Module */

.sh_header, .sh_btn, .sh_button {
    background: #36bda4 !important;
}

.sh_button {
    border: 1px solid #32b29a !important;
}

.sh_chat {
    border: 1px solid #36bda4 !important;
}

.sh_top_buttons {
    border-left: 1px solid #31ab94 !important;
}


.p4al, .p4ar {
    color: #007ac3;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 20px;
    bottom: 18px;
}

.p4al {
    right: 40px;
}

.p4forarrows {
    position: relative;
}

#ipshka-panel {
    width: 255px !important;
}

.mt1 &gt; section:first-child {
    display: none;
}

.htitle.c {
    display: none
}

.ui-datepicker-header {
    background-color: #d7ebf9 !important;
}

.mdc {
    display: flex;
    justify-content: space-between;
}

body a {
    color: #337ab7;
    text-decoration: none;
}

.cl_ydf {
    display: flex;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #007ac3;
    border-radius: 50%;
    padding: 20px;
    background-position: center center;
    background-size: 80% 80%;
}

.nav-link {
    color: #fff;
    padding: 1rem !important;
}

.slick-initialized .slick-slide {
    display: flex !important;
}

.dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    font-family: "Mulish", sans-serif;
    font-weight: 500;
}

#ui-datepicker-div {
    position: absolute;
    bottom: 17px;
}

.team-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    transition-duration: 0.4s;
    background-color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    font-size: 24px;
    color: #353863 !important;
    letter-spacing: 0.27px;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.5s;
}

.team-name p {
    font-weight: 400;
    font-size: 20px;
    margin-top: 15px;
}

.team-block img {
    filter: grayscale(100%);
    transition: all 0.5s;
}

.team-block:hover img {
    filter: grayscale(0%);
}

.team-block:hover .team-name {
    opacity: 1;
}

@media (max-width: 766px) {
    .footer1 a {
        font-size: 9px;
    }
}

.field15 strong {
    white-space: nowrap
}</pre></body></html>