/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
  * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
    min-width: 1000px;
}

body {
    background-color: #f6f8f8;
    color: #363636;
    font-family: "PFBeauSansPro-Reg", sans-serif;
    font-size: 15px;
    height: 100%;
    width: 100%;
}

input:focus {
    outline: 0;
}

textarea {
    resize: none;
}


.form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.form-control:focus::-moz-placeholder {
    color: transparent
}

.form-control:focus:-moz-placeholder {
    color: transparent
}

.form-control:focus:-ms-input-placeholder {
    color: transparent
}

.requestacall .form-control::-webkit-input-placeholder {
    color: #adadad
}

.requestacall .form-control::-moz-placeholder {
    color: #adadad
}

.requestacall .form-control:-moz-placeholder {
    color: #adadad
}

.requestacall .form-control:-ms-input-placeholder {
    color: #adadad
}

#fixdNav #search::-webkit-input-placeholder {
    color: #ffffff;
}

#fixdNav #search::-moz-placeholder {
    color: #ffffff;
}

#fixdNav #search:-moz-placeholder {
    color: #ffffff;
}

#fixdNav #search:-ms-input-placeholder {
    color: #ffffff;
}

.form-group {
    margin-bottom: 23px;
}

.form-control {
    border: 1px solid #000;
    display: block;
    padding: 6px 12px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

.submitbtn {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: 1px solid #fb841b;
    padding: 7px 20px 5px;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffaf72;
    box-shadow: inset 0px 1px 0px 0px #ffaf72;
    background: #fb841b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
}

.submitbtn:hover {
    background: #e5531a;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5531a), to(#fb841b));
    e5531a background: -webkit-linear-gradient(#e5531a, #fb841b);
    background: -webkit-gradient(linear, left top, left bottom, from(#e5531a), to(#fb841b));
    background: -webkit-linear-gradient(#e5531a, #fb841b);
    background: -o-linear-gradient(#e5531a, #fb841b);
    background: linear-gradient(#e5531a, #fb841b);
}

.pdffile {
    border-bottom: 1px dotted #3374af;
    margin: 0 0 0 20px;
    position: relative;
    text-decoration: none;
}

.pdffile:before {
    background: url("../images/pdfico.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 18px;
    left: -20px;
    position: absolute;
    top: 0;
    width: 13px;
}

.pdffile:hover {
    border-bottom-color: transparent;
}

.docfile {
    margin: 0 0 0 20px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px dotted #3374af;
}

.docfile:before {
    background: url("../images/docico.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 18px;
    left: -20px;
    position: absolute;
    top: 0;
    width: 13px;
}

.docfile:hover {
    border-bottom-color: transparent;
}


textarea.form-control {
    height: 100px;
    resize: none;
}

header {
    color: #ffffff;
}

.imptext {
    border: 1px solid #dfdfdf;
    font-size: 11px;
    color: #0f9d58;
    padding: 15px;
}

.nowrap {
    white-space: nowrap !important;
}

.wrapper {
/ / margin-bottom: - 358 px;
    min-height: 100%;
}

/
/
.page-buffer {
/ / height: 358 px;
/ /
}

.contentwrapper {
    overflow: hidden;
    background: #2ac7d1; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: -webkit-linear-gradient(45deg, #2ac7d1 0%, #00578f 100%);
    background: -o-linear-gradient(45deg, #2ac7d1 0%, #00578f 100%);
    background: linear-gradient(45deg, #2ac7d1 0%, #00578f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ac7d1', endColorstr='#00578f', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.hebold {
    font-family: "PFBeauSansPro-Bold", sans-serif;
}

.hesemibold {
    font-family: "PFBeauSansPro-SeBold", sans-serif;
}

.floatR {
    float: right;
}

.floatL {
    float: left;
}

.floatN {
    float: none;
}

.posR {
    position: relative;
}

.posA {
    position: absolute;
}

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

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

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

h1, h2, h3, h4, h5, h6 {
    color: #363636;
    font-family: "PFBeauSansPro-Bold", sans-serif;
    /*text-transform: uppercase;*/
}

h1 {
    font-size: 23px;
}

h2 {

}

h3 {
    font-size: 35px;
    margin: 28px 0 15px;
}

h3 .h3inlink {
    color: #1466a8;
    font-family: "PFBeauSansPro-Reg", sans-serif;
    font-size: 15px;
    margin-left: 20px;
    top: 12px;
    text-decoration: underline;
}

h3 .h3inlink:hover {

}

h4 {

}

h5 {
    font-family: "PFBeauSansPro-Reg", sans-serif;
    font-size: 21px;
    margin: 25px 0 15px;
}

h5.blutext {
    color: #1466a8;
}

h6 {
    font-size: 16px;
    margin: 20px 0 15px;
}

.aliceblue h1, .aliceblue h2, .aliceblue h3, .aliceblue h4, .aliceblue h5, .aliceblue h6 {
    color: #0b4d83;
}

.bluetext {
    color: #1466a8;
}

.maxwidth {
    margin: 0 -48px -15px;
}

.maxpadding {
    padding: 5px 48px;
}

.paddingmidtonorm {
    padding: 15px 24px;
}

.middelwidth {
    margin: 0 -21px;
    margin-bottom: 5px;
}

.middelwidth.agentsalert {
    margin-left: -21px;
    margin-right: -21px;
}

.aliceblue {
    background-color: #eef5ff;
}

.bottominnercorner {
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.notoppadding {
    padding-top: 0;
}

.noleftpadding {
    padding-left: 0;
}

.norightpadding {
    padding-right: 0;
}

.nobottompadding {
    padding-bottom: 0;
}

.orangebutton {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: 1px solid #fb841b;
    padding: 7px 20px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    background: #fb841b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
}

.orangebutton:hover {
    border-color: #003968;
    background: #003968;
    background: -webkit-gradient(linear, left top, left bottom, from(#003968), to(#003968));
    background: -webkit-linear-gradient(#003968, #003968);
    background: -o-linear-gradient(#003968, #003968);
    background: linear-gradient(#003968, #003968);
}

.orangebutton.disabled {
    opacity: 0.4;
}

.orangebutton.disabled:hover {
    border-color: #fb841b;
    background: #fb841b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
}


.search_title {
    position: relative;
    max-width: 231px;
}

.search_title #title-search-input {
    border: 1px solid #ffffff;
    padding: 9px 35px 9px 15px;
    width: 179px;
    background: none rgba(255, 255, 255, .12);
    -webkit-border-radius: 22px;
    border-radius: 22px;
    color: white;
}

.search_title #title-search-input::-webkit-input-placeholder {
    color: white;
    font-style: italic;
}

.search_title #title-search-input::-moz-placeholder {
    color: white;
    font-style: italic;
}

.search_title #title-search-input:-moz-placeholder {
    color: white;
    font-style: italic;
}

.search_title #title-search-input:-ms-input-placeholder {
    color: white;
    font-style: italic;
}

.search_title_result.title-search-result th {
    display: none;
}

.search_title_result.title-search-result td {
    padding-top: 6px;
    padding-bottom: 6px;
}


div.title-search-result {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
    border: 0;
    border-radius: 6px;
    /*min-width: 380px;*/
    background-color: white;
    padding: 10px 0 5px 0;
    /*display: block !important;*/


}

.search_title_result.title-search-result td.title-search-item img {
    width: 8px;
    height: 8px;
    transform: rotate(90deg);
    margin-top: 5px;
    margin-right: 7px;
}

.search_title_result.title-search-result td.title-search-all {
    padding-left: 25px;
}

.search_title_result.title-search-result tr.title-search-selected td, .search_title_result.title-search-result tr.title-search-selected a, .search_title_result.title-search-result tr.title-search-selected td.title-search-more a {
    background-color: #EDEDED;
}

.search_title_result.title-search-result td.title-search-more a {
    color: #808080;
    padding-left: 6px;
    padding-top: 8px;
    display: flex;
}

.search_title_result.title-search-result td.title-search-all a {
    display: flex;
    /*margin-top: 10px;*/
    color: #015BA7;
}

.search_title_result.title-search-result td.title-search-all {
    padding-top: 10px;
}

.search_title input[type="submit"] {
    background: url(https://balttur.spb.ru/tpl/css/../images/magnifier.png) no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 18px;
    right: 16px;
    top: 10px;
    width: 17px;
    position: absolute;
}

.sendmsg-bron {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transform: translate(-50%);
    margin: 0;
    position: fixed;
    text-align: center;
    top: 40%;
    width: 100%;
    max-width: 380px;
    z-index: 1000;
    background-color: #fff;
    padding: 45px 50px 40px 50px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    left: 50%;
    border-radius: 6px;
    box-sizing: border-box;
}

.sendmsg-bron__img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    margin-bottom: 30px;
}

.sendmsg-bron__title {
    font-size: 25px;
    line-height: 30px;
    color: black;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.sendmsg-bron__subtitle {
    text-align: center;
    color: #4D4D4D;
    font-size: 15px;
    line-height: 20px;
}

.sendmsg-bron__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.sendmsg-bron__close svg {
    fill: #B3B3B3;
    width: 18px;
    height: 18px;
    min-width: 18px;
    transition: fill 0.3s;
}

.sendmsg-bron__close:hover svg {
    fill: #777676;
}

.textcontent ul {
    list-style: outside none none;
    padding-left: 20px;
}

.textcontent ul li {
    position: relative;
}

.textcontent ul li:before {
    background: url("../images/ulliico.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 7px;
    left: -19px;
    position: absolute;
    top: 9px;
    width: 7px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

.textcontent {

}

.upline {
    background-color: #e5e5e5;
    height: 4px;
}

.clear {
    clear: both;
}

a {
    color: #3374af;
}

a:hover {
    text-decoration: none;
}

#fixdNav.hide {
    margin-top: -80px;
}

#fixdNav {
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.4);
    color: #000;
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    -webkit-transition: margin-top 1s ease 0s;
    -o-transition: margin-top 1s ease 0s;
    transition: margin-top 1s ease 0s;
    width: 100%;
    z-index: 1000;
    background: #003968;
    background: -webkit-gradient(linear, left top, left bottom, from(#003968), to(#002442));
    background: -webkit-linear-gradient(#003968, #002442);
    background: -o-linear-gradient(#003968, #002442);
    background: linear-gradient(#003968, #002442);
}

#fixdNav .TopMenu {
    margin-top: 11px;
}

#fixdNav #search {
    color: #ffffff;
}

.mainheaderbgblock {
    height: 100vh;
    min-height: 930px;
    width: 100%;
    color: #ffffff;
}

.mainheaderbg {
    height: 100%;
    overflow: hidden;
    width: 100%;
    min-height: 835px;
}

.mhbgitem {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.logo {
    margin: 30px 0 0 20px;
    width: 186px;
}

.logo a {

}

.logo a img {
    width: 100%;
    position: relative;
    z-index: 3;
}

.headerphoneblock {
    margin: 30px 20px 0 0;
}

.headerphone {
    font-size: 18px;
}

.morephone {
    cursor: pointer;
    margin: 2px 19px 0 0;
    text-decoration: underline;
}

.headerphoneseporator {
    right: 12px;
    top: -4px;
}

.headerphonehidden {
    display: none;
    padding: 0 40px 0 0;
}

.headercours {
    margin: -23px 20px 0 0;
}

.currency {

}

.exchangerate {

}

.sepcurrency {
    margin: 0 0 0 17px;
}

/*** ESSENTIAL STYLES ***/
.TopMenu {
    margin: 8px 0 0;
}

.TopMenu .sf-menu, .TopMenu .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.TopMenu .sf-menu {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 53px;
}

.TopMenu .sf-menu a {
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    text-shadow: 1px 1px 3px #666666;
}

.TopMenu .sf-menu .sf-mega {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 100000;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 8px 7px #bbb;
    box-shadow: 0 8px 7px rgba(0, 0, 0, 0.4);
}

.TopMenu .sf-menu > li {
    float: left;
}

.TopMenu .sf-menu li:hover > .sf-mega,
.TopMenu .sf-menu li.sfHover > .sf-mega {
    display: block;
}

.TopMenu .sf-menu > li > a {
    display: block;
    position: relative;
}

/*** DEMO SKIN ***/
.TopMenu .sf-menu {
    float: left;
    margin-bottom: 0;
    padding-left: 7px;
    width: 735px;
}

.TopMenu .sf-menu .sf-mega {
    width: 1000px;
    allow long menu items to determine submenu width
}

.TopMenu .sf-menu > li > a {
    border-left: medium none;
    border-top: medium none;
    color: #feffff;
    font-size: 18px;
    padding: 5px 10px;
    text-decoration: none;
    zoom: 1; /* IE7 */
}

.TopMenu .sf-menu > li {
    background: none repeat scroll 0 0 transparent;
    -o-transition: background 0.2s ease 0s;
    transition: background 0.2s ease 0s;
    -webkit-transition: background 0.2s ease 0s;
}

.TopMenu .sf-menu > li:hover a,
.TopMenu .sf-menu > li.sfHover a,
.TopMenu .sf-menu > li:first-child a {
    -webkit-border-radius: 22px;
    border-radius: 22px;
    background: #fb841b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
    /* only transition out, not in */
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.TopMenu .sf-menu > li:hover .menuup,
.TopMenu .sf-menu > li.sfHover .menuup {
    display: block;
}

/*** mega menu dropdown ***/
.TopMenu .sf-mega {
    background-color: transparent;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.TopMenu .sf-mega-section {
    float: left;
    width: 8em; /* optional */
    padding: 0 1em 1em 0;
    margin-right: 1em;
    border-right: 1px solid #b4c8f5;
}

/*** arrows (for all except IE7) **/
.TopMenu .sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.TopMenu .sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255, 255, 255, .5);
}

.TopMenu .sf-arrows > li > .sf-with-ul:focus:after,
.TopMenu .sf-arrows > li:hover > .sf-with-ul:after,
.TopMenu .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}

.TopMenu .sf-menu ul {
    background: none repeat scroll 0 0 #ffffff;
    position: absolute;
    display: none;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -97px;
    z-index: 99;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 7px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 7px rgba(0, 0, 0, 0.4);
}

.TopMenu .sf-menu ul li {
    background: none repeat scroll 0 0 transparent;
    padding-left: 7px;
    padding-right: 7px;
    -webkit-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
    transition: background 0.2s ease 0s;
    white-space: nowrap;
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    width: 181px;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

.TopMenu .sf-menu ul li:first-child {
    padding-top: 7px;
}

.TopMenu .sf-menu ul li:last-child {
    padding-bottom: 7px;
}

.TopMenu .sf-menu .sfHover ul li a {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #13a;
    display: block;
    padding: 11px 10px;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-family: "PFBeauSansPro-Reg", sans-serif;
    text-shadow: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    zoom: 1; /* IE7 */
}

.TopMenu .sf-menu .sfHover ul li a:hover {
    background: #e5effe;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5effe), to(#d6e7ff));
    background: -webkit-linear-gradient(#e5effe, #d6e7ff);
    background: -o-linear-gradient(#e5effe, #d6e7ff);
    background: linear-gradient(#e5effe, #d6e7ff);
}

.TopMenu .sf-mega-in {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 30px 20px 20px;
    background-color: #fff;
    -webkit-box-shadow: none2px 3px 6px rgba(0, 0, 0, .2);
    box-shadow: none2px 3px 6px rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.TopMenu .menuup {
    height: 20px;
    left: 0;
    top: 0;
    display: none;
}

.TopMenu .menuupin {
    background-color: #fff;
    height: 18px;
    left: 50%;
    margin: 11px -9px 0;
    position: absolute;
    top: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 18px;
    z-index: 2;
}

.TopMenu .sf-mega-row {
    width: 240px;
}

.TopMenu .sf-mega-tile {
    color: #2e2e2e;
    font-size: 17px;
    margin-bottom: 15px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
}

.TopMenu .sf-mega-item {
    margin-bottom: 12px;
}

.TopMenu .sf-menu .sfHover .sf-mega-item a {
    background-position: 0 6px;
    background-repeat: no-repeat;
    color: #1466a8;
    font-family: "PFBeauSansPro-Reg", sans-serif;
    font-size: 14px;
    padding: 0 0 0 27px;
    text-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.TopMenu .sf-menu .sfHover .sf-mega-item.outflag a {
    background: none repeat scroll 0 0 #ffffff;
    padding: 0;
}

.TopMenu .sf-menu .sfHover .sf-mega-item.bigitem a {
    color: #2e2e2e;
    display: block;
    font-size: 17px;
    height: 40px;
    text-decoration: none;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
}

.TopMenu .sf-menu .sfHover .sf-mega-item a:hover {

}

.searchblcok {
    margin: 0 20px 0 0;
}

.search {

}

#search {
    border: 1px solid #ffffff;
    padding: 9px 35px 9px 15px;
    width: 179px;
    background: none rgba(255, 255, 255, .12);
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

.submitnone {
    background: url("../images/magnifier.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 18px;
    right: 16px;
    top: 10px;
    width: 17px;
}

.mainrightblock {
    z-index: 21;
    position: relative;
    margin: 0px 20px 0;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.mainslider {
    top: 60px;
    width: 480px;
    left: 65px;
}


.mainslider a {
    color: #ffffff;
}

.slickslider {
    width: 480px;
    visibility: hidden;
}

.slick-initialized {
    visibility: visible;
}

.ms_item_block {
    padding: 0 2px;
}

.ms_grouptitle {

}

.ms_grouptitle a {
    font-size: 13px;
    padding: 0 0 0 30px;
    /*text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px;*/
}

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

.ms_grouptitle.aut a {
    background: url("../images/sliderbus.png") no-repeat scroll 4px 4px transparent;
}

.ms_grouptitle.aut .slider_cashback {
    color: #fb841b;
}

.title_cashback {
    color: #fb841b;
}

.ms_bigtitle {
    margin-bottom: 35px;
}

.ms_bigtitle a {
    font-family: "PFBeauSansPro-Bold", sans-serif;
    font-size: 24px;
}

.ms_price {
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    font-size: 26px;
}

.ms_fromtoday {

}

.ms_description {
    margin: 5px 0;
}

.ms_fromtoday_title {
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    font-size: 18px;
}

.ms_fromtoday_item {
    font-family: "PFBeauSansPro-SeBold", sans-serif;
}

/*
.mainslider .slick-prev{
  background: url("../images/main_slider_buttons.png") no-repeat scroll 0 0 transparent;
  width: 100px;
  height: 100px;
  left: -110px;
}
.mainslider .slick-next{
    background: url("../images/main_slider_buttons.png") no-repeat scroll -100px 0 transparent;
    height: 100px;
    right: -110px;
    width: 100px;
}
.mainslider .slick-prev:hover {
  background-position: 0 -100px;
}
.mainslider .slick-next:hover {
  background-position: -100px -100px;
}
*/

.mainslider .slick-prev {
    background: url("../images/sliderLarroy.png") no-repeat scroll center center transparent;
    height: 100%;
    left: -44px;
    margin: 0;
    top: 0;
    width: 32px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.mainslider .slick-next {
    background: url("../images/sliderRarroy.png") no-repeat scroll center center transparent;
    height: 100%;
    right: -44px;
    margin: 0;
    top: 0;
    width: 32px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.mainslider .slick-prev:hover {
    background-color: rgba(0, 55, 101, 0.2);
}

.mainslider .slick-next:hover {
    background-color: rgba(0, 55, 101, 0.2);
}

.mainslider .slick-prev:before {
    content: none;
}

.mainslider .slick-next:before {
    content: none;
}

.modal-box-check {
    margin-bottom: 25px;
}

.customchekbox input {
    display: none;
}

.customchekbox input:checked + label:after {
    background: url(../images/chekboxchX.png) no-repeat;
    background-position: center center;
    border-color: #ff8a2c;
}

.customchekbox label {
    position: relative;
    display: block;
    padding-left: 25px;
    cursor: pointer;
}

.customchekbox label:after, .customchekbox label:before {
    content: '';
    position: absolute;
    left: 0;
    width: 13px;
    height: 13px;
}

.customchekbox label:after {
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #1466a8;
    background-position: center center;
}

/*.customchekbox label:before {
  background: #36a8dd;
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  opacity: 0;
  z-index: 1;
  transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  width: 50px;
  height: 50px;
  left: -7px;
  top: -7px;
}*/
.customchekbox label:hover:after {
    content: "";
    border: 1px solid #ff8a2c;

}

.customchekbox label.an:before {
    animation: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 check;
    -o-animation: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 check;
    -ms-animation: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 check;
    -moz-animation: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 check;
    -webkit-animation: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 check;
}

.customradiobox input {
    display: none;
}

.customradiobox input:checked + label:after {
    background: url(../images/radioboxchX.png) no-repeat;
    background-position: center center;
    border-color: #ff8a2c;
}

.customradiobox label {
    position: relative;
    display: block;
    padding-left: 25px;
    cursor: pointer;
}

.customradiobox label:after, .customradiobox label:before {
    content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
}

.customradiobox label:after {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #1466a8;
    background-position: center center;
}

/*.customradiobox label:before {
  background: #36a8dd;
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  opacity: 0;
  z-index: 1;
  transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  width: 50px;
  height: 50px;
  left: -7px;
  top: -7px;
}*/
.customradiobox label:hover:after {
    content: "";
    border: 1px solid #ff8a2c;

}

.customradiobox label.an:before {
    animation: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 check;
    -o-animation: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 check;
    -ms-animation: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 check;
    -moz-animation: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 check;
    -webkit-animation: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 check;
}

.searchformblock {
    position: relative;
    background-color: #ffffff;
    color: #1466a8;
    width: 326px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

.sfb_title {
    color: #0b4d83;
    padding: 17px 20px 16px;
    background-color: #edf4fe;
    font-size: 21px;
    font-family: "PFBeauSansPro-Bold", sans-serif;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.searchformblock .sfb_title {
    color: #0b4d83;
    padding: 17px 20px 16px;
    background-color: #edf4fe;
    font-size: 21px;
    font-family: "PFBeauSansPro-Bold", sans-serif;
    border-radius: 5px 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
}

.searchformblock .sfb_title:hover {
    color: #f57f19;
}

.searchformblock .icon_link {
    background: transparent url(/tpl/images/right.svg) no-repeat center;
    width: 23px;
    height: 23px;
    display: block;
    position: relative;
    top: 2px;
    left: 12px;
}

.sfb_main {

}

.sfb_form {

}

.sfb_main_line {

}

.sfb_main_title {
    font-family: "PFBeauSansPro-Bold", sans-serif;
    color: #1c1c1c;
    font-size: 16px;
    margin: 17px 20px 16px;
}

.sfb_main_line_chek {

}

.sfb_main_line_chek .modal-box-check label:after {
    content: "";
    top: 1px;
}

.sfb_main_line_chek .modal-box-check {
    margin: 13px 20px 12px;
}

.sfb_input_lable {
    padding: 6px 0;
}

.sfb_main_input {
    border: 1px solid #1466a8;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 6px 12px;
}

.sfb_main_input:focus {
    border-color: #ff8a2c;
    background-color: rgba(255, 249, 244, 0.1);
}

.sfb_main_input.error {
    border-color: red;
}

.sfb_main_textarea {
    border: 1px solid #1466a8;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 6px 12px;
}

.sfb_main_textarea:focus {
    border-color: #ff8a2c;
    background-color: rgba(255, 249, 244, 0.1);
}

.sfb_input_suf_1 {
    margin: 0 0 0 20px;
}

.sfb_input_suf_2 {

}

.sfb_input_suf_3 {

}

.sfb_input_date {
    width: 91px;
    margin: 0 10px;
}

.sfb_input_trip {
    width: 64px;
    margin: 0 10px;
}

.sfb_bottom {
    margin: 15px 0 0;
    padding: 11px 21px 12px;
    background-color: #edf4fe;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.sfb_clear {
    overflow: hidden;
    background: none repeat scroll 0 0 #ffffff;
    position: relative;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: 1px solid;
    padding: 7px 20px 7px 39px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    cursor: pointer;
}

.sfb_clear::after {
    content: "";
    position: absolute;
    background: url("../images/sliderclearform.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 11px;
    left: 18px;
    top: 11px;
    width: 11px;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.hrevgallhiddenbtn .sfb_clear::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sfb_clear:hover:after {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.hrevgallhiddenbtn .sfb_clear:hover:after {
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
}

.sfb_find {
    color: #ffffff;
    position: relative;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: 1px solid #fb841b;
    padding: 7px 20px 7px 39px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    background: #fb841b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
    cursor: pointer;
}

.sfb_find:hover {
    background: #e5531a;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5531a), to(#fb841b));
    background: -webkit-linear-gradient(#e5531a, #fb841b);
    background: -o-linear-gradient(#e5531a, #fb841b);
    background: linear-gradient(#e5531a, #fb841b);
}

.sfb_find::after {
    content: "";
    position: absolute;
    background: url("../images/slidersubmitform.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 14px;
    left: 15px;
    top: 9px;
    width: 14px;
}

#datapikerform {
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 10px #666;
    box-shadow: 0 3px 10px #666;
    display: none;
    height: 450px;
    left: 0;
    margin-left: -15px;
    margin-top: -209px;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 624px;
    z-index: 900;
}

.dpf_fromf {
    display: none;
}

.dpf_title {
    background-color: #edf4fe;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #0b4d83;
    font-family: "PFBeauSansPro-Bold", sans-serif;
    font-size: 21px;
    padding: 17px 20px 16px;
}

.dpf_close {
    background: url("../images/dpf_close_sprite.png") no-repeat scroll 0 0 transparent;
    height: 27px;
    right: 13px;
    top: 16px;
    width: 27px;
    cursor: pointer;
}

.dpf_close:hover {
    background-position: 0 -27px;
}

.dpf_mainblock {
    height: 345px;
}

.dpf_lbutton {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 298px;
    width: 32px;
    margin: 38px 11px 0;
    cursor: pointer;
}

.dpf_lbutton:hover {
    background-color: #edf4fe;
}

.dpf_lbutton .ico {
    background: url("../images/dpf_lbutton_sprite.png") no-repeat scroll 0 0 transparent;
    width: 15px;
    height: 25px;
    top: 135px;
    left: 8px;
}

.dpf_lbutton:hover .ico {
    background-position: 0 -25px;
}

.dpf_rbutton {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 298px;
    width: 32px;
    margin: 38px 11px 0;
    cursor: pointer;
}

.dpf_rbutton:hover {
    background-color: #edf4fe;
}

.dpf_rbutton .ico {
    background: url("../images/dpf_rbutton_sprite.png") no-repeat scroll 0 0 transparent;
    width: 15px;
    height: 25px;
    top: 135px;
    left: 8px;
}

.dpf_rbutton:hover .ico {
    background-position: 0 -25px;
}

.dpf_triangle {
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
    border-top: 15px solid transparent;
    height: 0;
    margin-right: -15px;
    margin-top: -15px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
}

#datapikerform.rightalign .dpf_triangle {
    border-bottom: 15px solid transparent;
    border-right: 15px solid white;
    border-top: 15px solid transparent;
    height: 0;
    left: 0;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 0;
    border-left: none;
}

.dpf_ok_block {
    text-align: center;
    cursor: pointer;
}

.dpf_ok {
    padding: 7px 20px 7px 20px;
    font-family: "PFBeauSansPro-Bold", sans-serif;
    color: #ffffff;
    display: inline-block;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    background: #003968;
    background: -webkit-gradient(linear, left top, left bottom, from(#003968), to(#002442));
    background: -webkit-linear-gradient(#003968, #002442);
    background: -o-linear-gradient(#003968, #002442);
    background: linear-gradient(#003968, #002442);
}

.mrb_links {
    bottom: 100px;
}

.mrb_links_item {
    margin-right: 32px;
}

.mrb_links_item_f {
    margin-left: 20px;
}

.mrb_links_item a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dotted #ffffff;
}

.mrb_links_item a:hover {
    border-bottom-color: transparent;
}

.section {
    width: 600px;
    background: #EFEFEF;
    margin: 0 0 30px;
}

ul.tabs {
/ / height: 28 px;
    line-height: 25px;
    list-style: none;
    border-bottom: 1px solid #DDD;
    background: #FFF;
}

.tabs li {
    float: left;
    display: inline;
    margin: 0 1px -1px 0;
    padding: 0 13px 1px;
    color: #777;
    cursor: pointer;
    background: #F9F9F9;
    border: 1px solid #E4E4E4;
    border-bottom: 1px solid #F9F9F9;
    position: relative;
}

.tabs li:hover,
.vertical .tabs li:hover {
    color: #F70;
    padding: 0 13px;
    background: #FFFFDF;
    border: 1px solid #FFCA95;
}

.tabs li.current {
    color: #444;
    background: #EFEFEF;
    padding: 0 13px 2px;
    border: 1px solid #D4D4D4;
    border-bottom: 1px solid #EFEFEF;
}

.box {
    display: none;
    border: 1px solid #D4D4D4;
    border-width: 0 1px 1px;
    background: #EFEFEF;
    padding: 0 12px;
}

.box.visible {
    display: block;
}

.section.vertical {
    width: 440px;
    border-left: 160px solid #FFF;
}

.vertical .tabs {
    width: 160px;
    float: left;
    display: inline;
    margin: 0 0 0 -160px;
}

.vertical .tabs li {
    padding: 0 13px;
    margin: 0 0 1px;
    border: 1px solid #E4E4E4;
    border-right: 1px solid #F9F9F9;
    width: 132px;
    height: 25px;
}

.vertical .tabs li:hover {
    width: 131px;
}

.vertical .tabs li.current {
    width: 133px;
    color: #444;
    background: #EFEFEF;
    border: 1px solid #D4D4D4;
    border-right: 1px solid #EFEFEF;
    margin-right: -1px;
}

.vertical .box {
    border-width: 1px;
}

.exscursblock .section {
    width: 600px;
    background: #EFEFEF;
    margin: 0;
}

.exscursblock ul.tabs {
    height: 28px;
    line-height: 25px;
    list-style: none;
    border-bottom: 1px solid #DDD;
    background: transparent;
}

.exscursblock .tabs li {
    float: left;
    display: inline;
    margin: 0 1px -1px 0;
    padding: 0 13px 1px;
    color: #777;
    cursor: pointer;
    background: #F9F9F9;
    border: 1px solid #E4E4E4;
    border-bottom: 1px solid #F9F9F9;
    position: relative;
}

.exscursblock .tabs li:hover,
.exscursblock .vertical .tabs li:hover {
    color: #1466a8;
    background: none;
    border: none;
}

.exscursblock .tabs li.current {
    color: #444;
    background: #EFEFEF;
    padding: 0 13px 2px;
    border: 1px solid #D4D4D4;
    border-bottom: 1px solid #EFEFEF;
}

.exscursblock .box {
    display: none;
    border: 1px solid #D4D4D4;
    border-width: 0 1px 1px;
    background: #EFEFEF;
    padding: 0 12px;
}

.exscursblock .box.visible {
    display: block;
}

.exscursblock .section.vertical {
    border-left: 382px solid transparent;
    width: 598px;
    background: none repeat scroll 0 0 transparent;
}

.exscursblock .vertical .tabs {
    display: inline;
    float: left;
    margin: 0 0 0 -395px;
    padding: 0;
    width: 382px;
    border: none;
}

.exscursblock .vertical .tabs li {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 19px;
    height: auto;
    margin: -13px 0 1px;
    padding: 17px 0 20px 25px;
    width: 382px;
    color: #1466a8;
}

.exscursblock .vertical .tabs li:hover {
    width: 382px;
    background-color: transparent;
    color: #1466a8;
}

.exscursblock .vertical .tabs li.current {
    background: url("../images/maintabsmenu.png") no-repeat scroll 0 0 transparent;
    width: 382px;
    color: #ffffff;
    border: none;
    margin-right: -1px;
}

.exscursblock .vertical .box {
    border-width: 1px;
    background: #ffffff;
    border-color: #dee6f0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 22px 25px;
    overflow: hidden;
}

.exscursblock {
    background: url("../images/bustourtoun.png") repeat-x scroll 0 bottom transparent;
    border-bottom: 1px solid #bdd8e8;
}

.exb_bg {
    background: url("../images/bustourbus.png") no-repeat scroll 0 bottom transparent;
    /*height: 750px;*/
    height: 100%;
/ / padding-top: 388 px;
    padding-bottom: 150px;
}

.exbtabline {
    border-bottom: 1px dotted;
    padding: 0 0 2px;
}

.exb_num_tours {
    border: 1px dashed #f3731a;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    font-size: 19px;
    padding: 12px 19px;
}

.exb_num_tours .num {
    font-family: "PFBeauSansPro-SeBold", sans-serif;
}

.exb_sm_title {
    font-family: "PFBeauSansPro-Bold", sans-serif;
    margin: 25px 0 14px;
}

.exb_countr_block {

}

.exb_countr_item {

}

.exb_countr_item a {
    color: #1466a8;
    padding: 0 5px 0 25px;
}

.exb_countr_flag {
    background-repeat: no-repeat;
    height: 11px;
    left: 3px;
    top: 4px;
    width: 16px;
}

.exb_countr_link {
    margin: 7px 0 27px;
}

.exb_countr_link a {
    color: #f2711a;
}

.exb_text {
    margin: 10px 0 0;
}

.exb_button_block {
    margin-top: 16px;
}

.exb_button {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: 1px solid #fb841b;
    padding: 7px 20px 7px 20px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    background: #fb841b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
}

.exb_button:hover {
    background: #e5531a;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5531a), to(#fb841b));
    background: -webkit-linear-gradient(#e5531a, #fb841b);
    background: -o-linear-gradient(#e5531a, #fb841b);
    background: linear-gradient(#e5531a, #fb841b);
}

.exb_button:active {
    top: 2px;
}

.maincont {
    padding: 0 20px 60px;
}

.mainnewsblock {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.mnb_item {
    background-color: #ffffff;
    border: 1px solid #dee6f0;
    margin: 0 11px 0 0;
    padding: 4px 4px 20px;
    width: 464px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

}

.mnb_item_last {
    margin-right: 0;
}

.mnb_img {
    width: 464px;
    height: 169px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.mnb_img img {
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.mnb_date {
    color: #1466a8;
    font-size: 12px;
    margin: 10px 12px 0;
}

.mnb_title {
    font-size: 19px;
    margin: 10px 12px 20px;
}

.mnb_title_text {
    text-decoration: none;
    border-bottom: 1px solid #c4c4c4;
    color: #1d1d1d;
}

.mnb_title_text {
    border-bottom-color: transparent;
}

.mnb_text {
    margin: 0 12px 20px;
}

.mnb_link {
    margin: 0 12px;
}

.mnb_button {
    position: relative;
    border: 1px solid #d3dff0;
    color: #0b4d83;
    padding: 8px 22px;
    text-decoration: none;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    display: inline-block;
}

.mnb_button:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fb841b;
    color: #ffffff;
    border-color: #fb841b;
}

.subscribeblock {
    background: #FB841B;
    background: -webkit-gradient(linear, left top, left bottom, from(#FB841B), to(#e5541a));
    background: -webkit-linear-gradient(#FB841B, #e5541a);
    background: -o-linear-gradient(#FB841B, #e5541a);
    background: linear-gradient(#FB841B, #e5541a);
}

.subsblock_text {
    color: #ffffff;
    display: table;
    height: 62px;
    margin: 2px 0 2px 20px;
/ / width: 560 px;
}

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

.subsblock_form {
    margin: 16px 20px 0 0;
}

.subsblock_form .form-group {
    margin-bottom: 0;
}

.subsblock_form .form-control {
    border-color: transparent;
    -webkit-border-radius: 18px 0 0 18px;
    border-radius: 18px 0 0 18px;
/ / width: 262 px;
}

.subsblock_form .form-control.error {
    border-color: red;
    background-color: #FADADD;
}

.subsbutton {
    border: none;
    cursor: pointer;
    color: #ffffff;
    padding: 7px 12px 8px;
    -webkit-border-radius: 0 18px 18px 0;
    border-radius: 0 18px 18px 0;
    background: #003968;
    background: -webkit-gradient(linear, left top, left bottom, from(#003968), to(#002442));
    background: -webkit-linear-gradient(#003968, #002442);
    background: -o-linear-gradient(#003968, #002442);
    background: linear-gradient(#003968, #002442);
}

footer {
    background: #003968;
    background: -webkit-gradient(linear, left top, left bottom, from(#003968), to(#002442));
    background: -webkit-linear-gradient(#003968, #002442);
    background: -o-linear-gradient(#003968, #002442);
    background: linear-gradient(#003968, #002442);
}

.footercontainer {
    padding: 36px 20px 40px;
}

.flogoblock {

}

.flogoblock .fblock {
    margin-bottom: 13px;
    width: 186px;
}

.flogoblock .fblock a {

}

.flogoblock .fblock a img {
    width: 100%;
}

.flogoblock .madeby {

}

.flogoblock .useragreement {
    margin: 20px 0 0;
}

.flogoblock .useragreement a {
/ / border-bottom: 1 px solid #679bc8;
    color: #ffffff;
    text-decoration: none;
}

.flogoblock .useragreement a:hover {
    border-bottom-color: transparent;
}

.BottomMenu {

}

.BottomMenu ul {
    margin: 0;
    padding-left: 52px;
    list-style: outside none none;
}

.BottomMenu ul li {
    margin: 0 0 23px;
}

.BottomMenu ul li a {
/ / border-bottom: 1 px solid #679bc8;
    color: #ffffff;
}

.BottomMenu ul li a:hover {
    border-bottom-color: transparent;
}

.widgetcommunity {
    height: 216px;
    margin-left: 70px;
    width: 220px;
}

.fphonesoc {
    color: #ffffff;
}

.fphone_line {
    margin-bottom: 24px;
}

.fsoc {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.fsoc .fsoc_item {
    margin-left: 6px;
}

.fsoc .fsoc_item .fsoc_button {
    display: block;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}

.fsoc .fsoc_item .fsoc_tw {
    background-image: url("../images/icotwit.png");
}

.fsoc .fsoc_item .fsoc_fb {
    background-image: url("../images/icofb.png");
}

.fsoc .fsoc_item .fsoc_vk {
    background-image: url("../images/icovk.png");
}

.breadcrambs {

}

.breadcrambs ul {
    margin-top: 0;
    padding: 0;
}

.breadcrambs ul li {
    display: inline-block;
    margin-left: 24px;
}

.breadcrambs ul li:before {
    left: -15px;
    top: 7px;
}

.breadcrambs ul li:first-child {
    margin-left: 0;
}

.breadcrambs ul li:first-child:before {
    content: none;
}

.breadcrambs ul li a {
    color: #1466a8;
    font-size: 13px;
}

.innerblock {
    border: 1px solid #dee6f0;
    margin: 0px 0 60px;
    background-color: #ffffff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.tosecbutton {

}

.tosecbutton a {
    color: #1466a8;
    text-decoration: none;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: #f2f8ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f8ff), to(#d9e8fc));
    background: -webkit-linear-gradient(#f2f8ff, #d9e8fc);
    background: -o-linear-gradient(#f2f8ff, #d9e8fc);
    background: linear-gradient(#f2f8ff, #d9e8fc);
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #c1d5ef;
    display: inline-block;
    padding: 6px 24px;
    position: relative;
}

.tosecbutton a:hover {
    background: #d9e8fc;
    background: -webkit-gradient(linear, left top, left bottom, from(#d9e8fc), to(#f2f8ff));
    background: -webkit-linear-gradient(#d9e8fc, #f2f8ff);
    background: -o-linear-gradient(#d9e8fc, #f2f8ff);
    background: linear-gradient(#d9e8fc, #f2f8ff);
}

.tosecbutton a:active {
    top: 2px;
}

.secbusblock {

}

.sbb_itemblock {
    width: 450px;
}

.sbb_itemblock_last {

}

.sbb_item {
    margin-bottom: 46px;
}

.sbb_item span {
    display: block;
}

.sbb_item a {

}

.sbb_item a:hover {

}

.sbb_numblock {
    margin: 0 15px 0 0;
    border: 2px solid #1e4384;
    color: #1e4384;
    height: 44px;
    padding: 3px 0 0;
    text-align: center;
    width: 47px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
}

.sbb_item a:hover .sbb_numblock {
    color: #fb841b;
    border-color: #fb841b;
}

.sbb_num {
    font-size: 23px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
}

.sbb_place {
    font-size: 12px;
    line-height: 4px;
}

.sbb_busblock {
    background-repeat: no-repeat;
    height: 50px;
    width: 380px;
}

.sbb_item a:hover .sbb_busblock {
    background-position: 0 -50px;
}

.h5inlink {
    border-bottom: 1px dotted #1466a8;
    color: #1466a8;
    font-size: 15px;
    text-decoration: none;
    font-family: "PFBeauSansPro-Reg", sans-serif;
    font-weight: normal;
}

.h5inlink:hover {
    border-bottom-color: transparent;
}

.newsfooterblock {
    margin-bottom: 31px;
}

.nfb_item {
    background-color: #ffffff;
    border: 1px solid #dee6f0;
    margin: 0 22px 0 0;
    padding: 4px 4px 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 276px;
}

.nfb_item_last {
    margin-right: 0px;
}

.nfb_img {

}

.nfb_img img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.nfb_date {
    color: #1466a8;
    font-size: 12px;
    margin: 12px 12px 0;
}
.logo-text {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    font-style: italic;
    color: #fff;
}
.nfb_title {
    margin: 9px 12px 0;
}

.nfb_title a {
    text-decoration: none;
    font-size: 19px;
    border-bottom: 1px solid #c4c4c4;
}

.nfb_title a:hover {
    border-bottom-color: transparent;
}

.nfb_text {
    margin: 12px;
}

.nfb_link {
    margin: 0 12px;
}

.nfb_link a {
    position: relative;
    border: 1px solid #d3dff0;
    color: #0b4d83;
    padding: 8px 22px;
    text-decoration: none;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    display: inline-block;
}

.nfb_link a:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fb841b;
    color: #ffffff;
    border-color: #fb841b;
}

.accordion-container {

}

.accordion-title {
    height: auto;
    margin: 15px 0;
    position: relative;
    width: 100%;
}

.accordion-title > a {
    color: #1466a8;
    border-bottom: 1px dotted #1466a8;
    display: inline-block;
    padding: 0;
    text-decoration: none;
    font-size: 21px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.accordion-title > a.active {

}

.accordion-text {
    position: relative;
    width: 100%;
    height: auto;
    display: none;
}

.filterblock {
    padding: 0 29px;
    margin-bottom: 44px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px dashed #3b8ed1;
}

.filterblock .selecter {
    margin: 0;
}

.filterblock .fb_title {
    cursor: pointer;
    position: relative;
    padding: 16px 29px;
    margin: 0 -29px;
    color: #0b4d83;
    font-size: 21px;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background-color: #eef5ff;
    font-family: "PFBeauSansPro-Bold", sans-serif;
}

.filterblock .fb_title .hideandshowico {
    cursor: pointer;
    background: transparent url("../images/hideandshowico.png") no-repeat scroll 0 -15px;
    content: "";
    height: 15px;
    position: absolute;
    right: 25px;
    top: 22px;
    width: 25px;

}

.filterblock .fb_title .hideandshowico.hidden {
    background-position: 0 0;
}

.filterblock .fb_title .hideandshowico:hover {
    animation: hideicoanim 0.8s infinite ease 0s;
    -o-animation: hideicoanim 0.8s infinite ease 0s;
    -ms-animation: hideicoanim 0.8s infinite ease 0s;
    -moz-animation: hideicoanim 0.8s infinite ease 0s;
    -webkit-animation: hideicoanim 0.8s infinite ease 0s;
}

.filterblock .fb_title .hideandshowico.hidden:hover {
    animation: showicoanim 0.8s infinite ease 0s;
    -o-animation: showicoanim 0.8s infinite ease 0s;
    -ms-animation: showicoanim 0.8s infinite ease 0s;
    -moz-animation: showicoanim 0.8s infinite ease 0s;
    -webkit-animation: showicoanim 0.8s infinite ease 0s;
}

.filterblock .fb_hiddenblock {
    display: none;
}

.filterblock .fbline {
    padding: 0 0 10px;
}

.filterblock .fbline.fblinebb {
    border-bottom: 1px dotted #b6d5ee;
}

.filterblock .fb_select_block {
    margin-right: 25px;
}

.newtoursearch {
    margin-top: 20px;
}





.poisk_block .fb_select_block_2 {
    width: 66.6666%;
}

.poisk_block .fb_select_block_2 .fb_select_block {
    width: 50%;
}


@media (max-width: 970px) {
    .poisk_block .fb_select_block_2 {
        width: 50%;
    }

    .poisk_block .fb_select_block_2 .fb_select_block {
        width: 100%;
    }
}


@media (max-width: 710px) {
    .poisk_block .fb_select_block_2 {
        width: 100%;
    }
}
.filterblock .selecter_custom {

}

.filterblock .tourcat {

}

.filterblock .toursubcat {

}

.filterblock .tours_form_placesList {
    padding-left: 0;
}

.filterblock .tours_form_placesList li:before {
    content: none;
}

.fb_select_block .sfb_input_suf_1 {
    margin: 0;
}

.fbline .tours_form_item {
    margin: 0;
}

.fbline .textcontent ul {
    margin: 0;
}

.fb_select_block {

}

.fb_select_block .selecter {
    width: 284px;
}

.fbfooter {
    margin: 0 -29px;
    padding: 12px 29px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.fbfooter .sfb_find {
    margin-right: 15px;
}

.sfb_clear {

}

.sfb_find {

}

.chsectionview {
    font-size: 16px;
    margin: 30px 0 0;
}

.chsv_plate {
    background: url("../images/showplatesprite.png") no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 6px;
    margin-right: 6px;
}

.chsv_plate:hover, .chsv_plate.active {
    background-position: 0 -16px;
}

.chsv_list {
    background: url("../images/showlistsprite.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    vertical-align: middle;
}

.chsv_list:hover, .chsv_list.active {
    background-position: 0 -16px;
}

.sectiontoursplate {

}

.stp_showmore {
    margin: 31px 0 0;
}

.stp_showmore a {
    border-bottom: 1px dotted #3374af;
    text-decoration: none;
}

.stp_showmore a:hover {
    border-bottom-color: transparent;
}

.stp_item {
    background: none repeat scroll 0 0 #ffffff;
/ / width: 296 px;
    float: none;
    padding: 4px 4px 16px 4px;
    border: 1px solid #dee6f0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

}

.stp_item_last {
    margin-right: 0;
}

.stp_img {

}

.stp_img img {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
    width: 100%;
}

.stp_new {
    font-size: 16px;
    left: -1px;
    padding: 4px 10px;
    top: 24px;
    color: #ffffff;
    background: #fb841b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.stp_slide {
    background: none repeat scroll 0 0 rgba(0, 57, 104, 0.8);
    bottom: 0;
    left: 0;
    width: 100%;
}

.stp_slide_top {
    padding: 15px 12px 10px;
}

.stp_slide_top a {
    color: #ffffff;
    font-size: 19px;
}

.stp_slide_top a:hover {

}

.stp_slide_bottom {
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    padding: 0 12px 15px;
    display: none !important;
}

.stp_item:hover .stp_slide_bottom {
    display: block;
}

.stp_slide_bottom a {
    color: #bcd8ff;
    font-size: 13px;
    padding: 0 5px 0 0;
    position: relative;
    /*white-space: nowrap;*/
}

.stp_slide_bottom a::after {
    /*background: url("../images/toursarrowsprite.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 7px;
    position: absolute;
    right: 6px;
    top: 5px;
    width: 8px;*/
    background: url("../images/toursarrowsprite.png") no-repeat scroll 0 0 transparent;
    content: "";
    display: inline-block;
    height: 7px;
    width: 8px;
    margin-left: 5px;
}

.stp_slide_bottom a:hover {
    color: #ffffff;
}

.stp_slide_bottom a:hover:after {
    background-position: 0 -7px;
}

.stp_slidee_bottom_block {
    margin-top: 5px;
}

.stp_slidee_bottom_title {
    color: #ffffff;
}

.stp_info {
    padding: 18px 16px 14px;

}

.stp_days {
    padding: 4px 10px 6px;
    color: #1466a8;
    font-size: 12px;
    background-color: #ebf3ff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
}

.stp_rubprice {
    color: #1466a8;
    font-size: 20px;
    text-align: right;
/ / width: 150 px;
}

.stp_eurprice {
    color: #292929;
    font-size: 13px;
    padding-top: 6px;
}

.stp_button_block {

}

.stp_button {
    text-align: center;
}

.stp_button a, .stp_button button, .stp_button div {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: 1px solid #fb841b;
    padding: 7px 20px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    background: #fb841b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
}

.stp_button a:hover, .stp_button button:hover, .stp_button div:hover {
    border-color: #003968;
    background: #003968;
    background: -webkit-gradient(linear, left top, left bottom, from(#003968), to(#003968));
    background: -webkit-linear-gradient(#003968, #003968);
    background: -o-linear-gradient(#003968, #003968);
    background: linear-gradient(#003968, #003968);
}

.stp_button a.disabled, .stp_button button.disabled, .stp_button div.disabled {
    opacity: 0.4;
}

.stp_button a.disabled:hover, .stp_button button.disabled:hover, .stp_button div.disabled:hover {
    border-color: #fb841b;
    background: #fb841b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
}

.pagination {
    text-align: center;
}

.pagination ul {
    padding-left: 0;
}

.pagination ul li:before {
    content: none;
}

.pagination ul {

}

.pagination ul li {
    display: inline-block;
}

.pagination ul li a {
    border: 1px solid #cbddf4;
    text-align: center;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    display: block;
    height: 27px;
    width: 34px;
    padding-top: 7px;
    text-decoration: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #f2f8ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f8ff), to(#d9e8fc));
    background: -webkit-linear-gradient(#f2f8ff, #d9e8fc);
    background: -o-linear-gradient(#f2f8ff, #d9e8fc);
    background: linear-gradient(#f2f8ff, #d9e8fc);
}

.pagination ul li a:hover, .pagination ul li a.active {
    -webkit-box-shadow: inset 0px 1px 0px 0px #fdd8b7;
    box-shadow: inset 0px 1px 0px 0px #fdd8b7;
    color: #ffffff;
    border: 1px solid #d25306;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
}

.pagination ul li.prew a {
    position: relative;
}

.pagination ul li.prew a:after {
    background: url("../images/paginationsprite.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 11px;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 7px;
}

.pagination ul li.prew a:hover {
    -webkit-box-shadow: inset 0px 1px 0px 0px #f2f8ff;
    box-shadow: inset 0px 1px 0px 0px #f2f8ff;
    border: 1px solid #0d538d;
    background: #00579f;
    background: -webkit-gradient(linear, left top, left bottom, from(#00579f), to(#002442));
    background: -webkit-linear-gradient(#00579f, #002442);
    background: -o-linear-gradient(#00579f, #002442);
    background: linear-gradient(#00579f, #002442);
}

.pagination ul li.prew a:hover:after {
    background-position: 0 -11px;
}

.pagination ul li.next a {
    position: relative;
}

.pagination ul li.next a:after {
    background: url("../images/paginationsprite.png") no-repeat scroll 0 -22px transparent;
    content: "";
    height: 11px;
    left: 14px;
    position: absolute;
    top: 12px;
    width: 7px;
}

.pagination ul li.next a:hover {
    -webkit-box-shadow: inset 0px 1px 0px 0px #f2f8ff;
    box-shadow: inset 0px 1px 0px 0px #f2f8ff;
    border: 1px solid #0d538d;
    background: #00579f;
    background: -webkit-gradient(linear, left top, left bottom, from(#00579f), to(#002442));
    background: -webkit-linear-gradient(#00579f, #002442);
    background: -o-linear-gradient(#00579f, #002442);
    background: linear-gradient(#00579f, #002442);
}

.pagination ul li.next a:hover:after {
    background-position: 0 -33px;
}

.sectiontourslist {

}

.stl_item {
    margin-bottom: 13px;
    border: 1px solid #dee6f0;
    background-color: #ffffff;
    padding: 4px 10px 4px 4px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.stl_img {
    margin-right: 20px;
}

.stl_img img {
    display: block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.stl_img .stl_new {
    font-size: 16px;
    left: 0px;
    padding: 4px 10px;
    top: 10px;
    color: #ffffff;
    background: #fb841b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.stl_mid_block {
    margin-right: 20px;
    width: 495px;
}

.stl_mid_title {
    margin: 9px 0 10px;
}

.stl_mid_title a {
    color: #1d1d1d;
    font-size: 19px;
}

.stl_mid_title a:hover {

}

.stl_mid_text {
    margin-bottom: 5px;
    font-size: 13px;
}

.stp_slide_bottom {

}

.stl_mid_city a {
    color: #1466a8;
    font-size: 13px;
    padding: 0 20px 0 0;
    position: relative;
    white-space: nowrap;
}

.stl_mid_city a:after {
    background: url("../images/toursarrowlinesprite.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 7px;
    position: absolute;
    right: 6px;
    top: 5px;
    width: 8px;
}

.stl_mid_city a:hover {
    color: #bcd8ff;
}

.stl_mid_city a:hover:after {
    background-position: 0 -7px;
}

.stl_img_text {
    width: 135px;
    color: #1466a8;
}

.stl_img_text a {
    color: #1466a8;
    font-size: 13px;
    position: relative;
    white-space: nowrap;
}

/*.stl_img_text a:after {
    background: url("../images/toursarrowlinesprite.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 7px;
    position: absolute;
    right: 6px;
    top: 5px;
    width: 8px;
}*/
.stl_img_text a:hover {
    color: #bcd8ff;
}

/*.stl_img_text a:hover:after {
  background-position: 0 -7px;
}*/
.stl_mid_date {
    margin: 5px 0;
    font-size: 13px;
}

.stl_mid_date_item {
    margin: 0 5px 0 0;
}

.stl_mid_date_item_red {
    margin-left: 5px;
    color: red;
}

.stl_date_block {
    margin: 14px 0 0;
}

.stl_date {
    padding: 4px 0 6px;
    color: #1466a8;
    font-size: 12px;
    width: 60px;
    text-align: center;
    background-color: #ebf3ff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
}

.stl_bottom_block {
    margin: 13px 0 0;
}

.stl_price_block {
    margin-bottom: 15px;
}

.stl_rubprice {
    color: #1466a8;
    font-size: 20px;
    text-align: right;
}

.stl_eurprice {
    color: #292929;
    font-size: 13px;
    padding: 6px 0 0 5px;
}

.stl_button {
    text-align: right;
}

.stl_button a, .stl_button div {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: 1px solid #fb841b;
    padding: 7px 20px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    background: #fb841b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
}

.stl_button a:hover, .stl_button div:hover {
    border-color: #003968;
    background: #003968;
    background: -webkit-gradient(linear, left top, left bottom, from(#003968), to(#003968));
    background: -webkit-linear-gradient(#003968, #003968);
    background: -o-linear-gradient(#003968, #003968);
    background: linear-gradient(#003968, #003968);
}

.new_stl_item {
    margin-bottom: 13px;
    border: 1px solid #dee6f0;
    background-color: #ffffff;
    padding: 4px 10px 4px 4px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.new_stl_img {
    margin-right: 20px;
}

.new_stl_img img {
    display: block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.new_stl_img .new_stl_new {
    font-size: 16px;
    left: 0px;
    padding: 4px 10px;
    top: 10px;
    color: #ffffff;
    background: #fb841b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.new_stl_mid_block {
    margin-right: 20px;
    width: 460px;
}

.new_stl_date_pr_block {
    width: 280px;
}

.new_stl_mid_title {
    margin: 9px 0 10px;
}

.new_stl_mid_title a {
    color: #1d1d1d;
    font-size: 19px;
}

.new_stl_mid_title a:hover {

}

.new_stl_mid_text {
    background-color: #f2fff0;
    border: 1px solid #12cc5c;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.new_stl_mid_text_ico {
    width: 40px;
/ / height: 68 px;
    position: relative;
    border-right: 1px solid #c2ebbc;
}

.new_stl_mid_text_ico::after {
    background: transparent url("../images/newtouropenblock.png") no-repeat scroll 0 -66px;
    content: "";
    height: 12px;
    left: 14px;
    position: absolute;
    top: calc(50% - 6px);
    width: 14px;
}

.new_stl_mid_text_text {
    padding: 10px;
    width: 217px;

}

.new_stl_info_block {
    background-color: #ebf3ff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 7px;
    color: #1466a8;
}

.new_stl_info_block.new_stl_info_block_broun {
    background-color: #fefbf0;
    color: #aa8243;
}

.new_stl_ib_title {
    position: relative;
    padding: 6px 0 6px 30px;
}

.new_stl_ib_title_s {
    border-bottom: 1px dotted;
    margin-right: 14px;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
}

.new_stl_ib_title_s.hidden {
    background-position: 0 0;
}

.new_stl_ib_title_s::after {
    background: transparent url("../images/newtouropenblock.png") no-repeat scroll 0 -5px;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    right: -14px;
    top: 9px;
    width: 9px;
}

.new_stl_ib_title_s.hidden {

}

.new_stl_ib_title_s.hidden::after {
    background-position: 0 0;
}

.new_stl_info_block_broun .new_stl_ib_title_s.hidden::after {
    background-position: 0 -10px;
}

.new_stl_ib_hiddenblock {
    padding: 5px 30px;
    display: none;
}

.new_stl_ib_title_ico {
    position: absolute;
    background: transparent url("../images/newtouropenblock.png") no-repeat scroll 0 0;
    height: 11px;
    left: 12px;
    position: absolute;
    top: 11px;
    width: 10px;
}

.new_stl_ib_title_ico.new_stl_ib_city {
    background-position: 0 -20px;
}

.new_stl_ib_title_ico.new_stl_ib_contry {
    background-position: 0 -31px;
}

.new_stl_ib_title_ico.new_stl_ib_date {
    background-position: 0 -42px;
}

.new_stl_mid_city a {
    color: #1466a8;
    font-size: 13px;
    padding: 0 20px 0 0;
    position: relative;
    white-space: nowrap;
}

.new_stl_mid_city a:after {
    background: url("../images/toursarrowlinesprite.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 7px;
    position: absolute;
    right: 6px;
    top: 5px;
    width: 8px;
}

.new_stl_mid_city a:hover {
    color: #bcd8ff;
}

.new_stl_mid_city a:hover:after {
    background-position: 0 -7px;
}

.new_stl_img_text {
    width: 135px;
    color: #1466a8;
}

.new_stl_img_text a {
    color: #1466a8;
    font-size: 13px;
    position: relative;
    white-space: nowrap;
}

/*.new_stl_img_text a:after {
    background: url("../images/toursarrowlinesprite.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 7px;
    position: absolute;
    right: 6px;
    top: 5px;
    width: 8px;
}*/
.new_stl_img_text a:hover {
    color: #bcd8ff;
}

/*.new_stl_img_text a:hover:after {
  background-position: 0 -7px;
}*/
.new_stl_mid_date {
    margin: 5px 0;
    font-size: 13px;
}

.new_stl_mid_date_item {
    margin: 0 5px 0 0;
}

.new_stl_mid_date_item_red {
    margin-left: 5px;
    color: red;
}

.new_stl_date_block {
    margin: 14px 0 0;
}

.new_stl_date {
    padding: 4px 0 6px;
    color: #1466a8;
    font-size: 12px;
    width: 60px;
    text-align: center;
    background-color: #ebf3ff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
}

.new_stl_bottom_block {
    margin: 13px 0 0;
}

.new_stl_price_block {
    margin-bottom: 15px;
}

.new_stl_rubprice {
    color: #1466a8;
    font-size: 20px;
    text-align: right;
}

.new_stl_eurprice {
    color: #292929;
    font-size: 13px;
    padding: 6px 0 0 5px;
}

.new_stl_button {
    text-align: right;
}

.new_stl_button a, .new_stl_button div {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: 1px solid #fb841b;
    padding: 7px 20px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    background: #fb841b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
}

.new_stl_button a:hover, .new_stl_button div:hover {
    border-color: #003968;
    background: #003968;
    background: -webkit-gradient(linear, left top, left bottom, from(#003968), to(#003968));
    background: -webkit-linear-gradient(#003968, #003968);
    background: -o-linear-gradient(#003968, #003968);
    background: linear-gradient(#003968, #003968);
}

.aboutin {
    border: 1px solid #dbe9fc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.aboutinleft {
    width: 50%;
}

.aboutinleftin {
    border-right: 1px dotted #dbe9fc;
    padding: 29px;
}

.aboutimg {
    height: 80px;
}

.aboutimg img {

}

.aboutinright {
    width: 50%;
}

.aboutinrightin {
    padding: 29px;
}

.about_ourmanager {

}

.aom_item {
    margin: 5px 50px 5px 0;

}

.aom_item_last {
    margin-right: 0;
}

.aom_rev {
    margin-bottom: 12px;
    padding: 1px 0 5px;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #003968;
    background: -webkit-gradient(linear, left top, left bottom, from(#003968), to(#002442));
    background: -webkit-linear-gradient(#003968, #002442);
    background: -o-linear-gradient(#003968, #002442);
    background: linear-gradient(#003968, #002442);
}

.aom_rev a {
    color: #ffffff;
    font-size: 12px;
}

.aom_rev a:hover {

}

.aom_triangle {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #002645;
    bottom: -8px;
    left: 22px;
}

.aom_img {
    border: 1px solid #dbe9fc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.aom_img img {
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.aom_text {
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    text-align: center;
    margin-top: 10px;
}

.aboutinfo {
    border: 1px solid #1466a8;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.aboutinfo table {
    border-collapse: collapse;
    width: 100%;
}

.aboutinfo table tr {

}

.aboutinfo table td {
    padding: 10px 25px;
    width: 50%;
    vertical-align: top;
    border-bottom: 1px solid #dbe9fc;
}

.aboutinfo.tableautowidth table td {
    width: auto;
}

.aboutinfo table td:first-child {
    border-right: 1px solid #dbe9fc;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
}

.aboutinfo table td:last-child {
    background: none repeat scroll 0 0 #eef5ff;
    border-right: 1px solid transparent;
}

.aboutinfo table tr:first-child td:first-child {
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.aboutinfo table tr:first-child td:last-child {
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.aboutinfo table tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
    border-bottom: none;
}

.aboutinfo table tr:last-child td:last-child {
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
    border-bottom: none;
}

.citytopblock {
    padding: 8px 30px 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.country_margin_block {
    margin-bottom: 30px;
    margin-top: 30px;
}

.ctb_infoblock {

}

.ctp_title {
    font-family: "PFBeauSansPro-Light", sans-serif;
    font-size: 37px;
}

.ctp_title_flag {
    background-position: 0 10px;
    background-repeat: no-repeat;
    margin: 0 0 5px;
    padding: 0 0 0 55px;
}

.ctp_capital {
    color: #717171;
    font-size: 15px;
    margin: 0 0 0 5px;
}

.ctp_anchor {
    margin: 15px 0 0;
}

.ctp_anchor a {
    border-bottom: 1px dotted #1466a8;
    margin: 0 5px 0 0;
    text-decoration: none;
    white-space: nowrap;
}

.ctp_anchor a:hover {
    border-bottom-color: transparent;
}

.ctp_countryblock {
    color: #717171;
    margin: 5px 0 20px;
    padding: 0 0 0 26px;
}

.ctp_countryblock .flag {
    display: block;
    height: 11px;
    left: 0;
    margin: 0 10px 0 0;
    top: 5px;
    width: 16px;
}

.ctp_countryblock a {
    color: #717171
}

.ctp_countryblock a:hover {

}

.ctp_button {

}

.ctp_button a {
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: 1px solid #fb841b;
    padding: 3px 20px 5px;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffaf72;
    -webkit-box-shadoset 0px 1px 0px 0px #ffaf72;
    background: #fb841b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
}

.ctp_button a:hover {
    background: #e5531a;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5531a), to(#fb841b));
    background: -webkit-linear-gradient(#e5531a, #fb841b);
    background: -o-linear-gradient(#e5531a, #fb841b);
    background: linear-gradient(#e5531a, #fb841b);
}

.ctp_onmap {
    margin: 10px 0 0;
}

.ctp_onmap a {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px dashed #f3731a;
    color: #232323;
    display: block;
    padding: 13px 14px 14px 48px;
}

.ctp_onmap a:before {
    background: url("../images/tourplanet.png") no-repeat scroll 0 0 transparent;
    content: "";
    display: block;
    height: 19px;
    left: 16px;
    position: absolute;
    top: 15px;
    width: 19px;
}

.ctp_onmap a:hover {

}

.citymiddelbloc {
    margin: 20px -21px 0 0;
/ / display: -moz-flex;
/ / display: -ms-flex;
/ / display: -o-flex;
/ / display: -webkit-box;
/ / display: -ms-flexbox;
/ / display: -webkit-flex;
/ / display: flex;
/ / -webkit-box-pack: end;
/ / -ms-flex-pack: end;
/ / -webkit-justify-content: flex-end;
/ / justify-content: flex-end;
}

.cmb_left {
    /*width: 605px;*/
    padding-right: 15px;
}

.cmb_img {
    border: 1px solid #b9c5d5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.cmb_img img {
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.cmb_right {
    /*width: 306px;*/
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
}

.cmb_contacts {
    padding: 14px 20px 12px 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dbe9fc;
    margin: 0 0 20px;
}

.cmb_contacts_line {
    padding: 10px 0 10px 40px;
}

.cmb_contacts_adr {
    background: url("../images/contacts_adr.png") no-repeat scroll 0 10px transparent;
}

.cmb_contacts_phone {
    background: url("../images/contacts_phone.png") no-repeat scroll 0 10px transparent;
}

.cmb_contacts_fax {
    background: url("../images/contacts_fax.png") no-repeat scroll 0 10px transparent;
}

.cmb_contacts_email {
    background: url("../images/contacts_mail.png") no-repeat scroll 0 10px transparent;
}

.cmb_photogall {
    margin: 0 0 20px;
    padding: 14px 0 9px 21px;
    border: 1px solid #dbe9fc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.cmb_tutle {
    font-size: 21px;
    margin: 0 0 9px;
}

.cityphotoslider {
    margin-bottom: 0;
    width: 260px;
}

.cps_item {

}

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

.cps_img_last {
    margin-right: 0;
}

.cityphotoslider .slick-prev:before {
    content: none;
}

.cityphotoslider .slick-next:before {
    content: none;
}

.cityphotoslider .slick-prev, .cityphotoslider .slick-next {
    border: 1px solid #cbddf4;
    text-align: center;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    display: block;
    height: 20px;
    width: 20px;
    text-decoration: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #f2f8ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f8ff), to(#d9e8fc));
    background: -webkit-linear-gradient(#f2f8ff, #d9e8fc);
    background: -o-linear-gradient(#f2f8ff, #d9e8fc);
    background: linear-gradient(#f2f8ff, #d9e8fc);
}

.cityphotoslider .slick-prev:hover, .cityphotoslider .slick-next:hover {
    -webkit-box-shadow: inset 0px 1px 0px 0px #eef5ff;
    box-shadow: inset 0px 1px 0px 0px #eef5ff;
    border: 1px solid #0d538d;
    background: #00579f;
    background: -o-linear-gradient(#00579f, #002442);
    background: lnear-gradient(#00579f, #002442);
    background: -webkit-gradient(linear, left top, left bottom, from(#00579f), to(#002442));
    background: -webkit-linear-gradient(#00579f, #002442);
    background: linear-gradient(#00579f, #002442);
}

.cityphotoslider .slick-prev {
    height: 20px;
    left: auto;
    right: 30px;
    top: -22px;
    width: 20px;
}

.cityphotoslider .slick-prev:after {
    background: url("../images/paginationsprite.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 11px;
    position: absolute;
    right: 7px;
    top: 4px;
    width: 7px;
}

.cityphotoslider .slick-prev:hover:after {
    background-position: 0 -11px;
}

.cityphotoslider .slick-next {
    height: 20px;
    right: 0;
    top: -22px;
    width: 20px;
}

.cityphotoslider .slick-next:after {
    background: url("../images/paginationsprite.png") no-repeat scroll 0 -22px transparent;
    content: "";
    height: 11px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 11px;
}

.cityphotoslider .slick-next:hover:after {
    background-position: 0 -33px;
}

.cps_item a {

}

.cps_item a:hover {

}

.cps_item a img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.cmb_cityname {
    margin: 0 0 20px;
    padding: 14px 20px 22px 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dbe9fc;
}

.cmb_titile {
    font-size: 21px;
}

.cmb_titile a {
    color: #292929;
}

.cmb_titile a:hover {

}

.cmb_cityname ul {
    padding: 0;
}

.cmb_cityname ul li {
    margin: 0 0 7px;
}

.cmb_cityname ul li:before {
    content: none;
}

.cmb_cityname ul li a {

}

.cmb_cityname ul li a:hover {

}

.contacts_line {
    padding: 10px 0 10px 40px;
}

.contacts_adr {
    background: url("../images/contacts_adr.png") no-repeat scroll 0 10px transparent;
}

.contacts_phone {
    background: url("../images/contacts_phone.png") no-repeat scroll 0 10px transparent;
}

.contacts_mail {
    background: url("../images/contacts_mail.png") no-repeat scroll 0 10px transparent;
}

#YMapsID {
    border: 1px solid #ffffbb;
    margin: 20px 0 20px 0;
}

.countrysec {
    margin: 0 0 20px;
}

.countrysec_row {
    width: 33%;
}

.countrysec_title {

}

.countrysec_title {

}

.countrysec_title a {
    font-size: 21px;
    padding: 0 0 0 26px;
}

.countrysec_title a .flag {
    height: 11px;
    left: 0;
    top: 10px;
    width: 16px;
}

.countrysec_title a:hover {

}

.countrysec ul {
    margin-top: 10px;
    padding: 0;
}

.countrysec ul li {

}

.countrysec ul li:before {
    content: none;
}

.countrysec ul li a {
    color: #363636;
}

.countrysec ul li a:hover {

}

.agentsalert {
    border: 1px solid #e83900;
    padding: 13px 15px 14px 68px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #537098;
    font-size: 12px;
    margin: 0 0 30px;
}

.agentsalertlogo {
    background: url("../images/agentsalert.png") no-repeat scroll 0 0 transparent;
    height: 28px;
    left: 20px;
    top: 16px;
    width: 29px;
}

.agentsenter {

}

.agentsenter .form-group {
    margin-right: 30px;
}

.agentsenter label {
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    display: block;
    margin-bottom: 10px;
}

.agentsenter .form-control {
    width: 200px;
}

.agentsenter .submitbtn {
    display: block;
}

.docsline {
    margin-bottom: 13px;
    border: 1px solid #dbe9fc;
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 13px;
    display: table;
    width: 100%;
}

.docsline_text {
    display: table-cell;
    vertical-align: middle;
    width: 560px;
}

.docsline_pdf {
    margin-left: 20px;
}

.docsline_pdf a {
    display: block;
    padding: 10px 0 10px 40px;
}

.docslogopdf {
    background: url("../images/pdficobig.png") no-repeat scroll 0 0 transparent;
    height: 38px;
    width: 34px;
    left: 0;
    top: 0;
}

.docsline_doc {

}

.docsline_doc a {
    display: block;
    padding: 10px 0 10px 40px;
}

.docslogodoc {
    background: url("../images/docicobig.png") no-repeat scroll 0 0 transparent;
    height: 38px;
    width: 34px;
    left: 0;
    top: 0;

}

.orangetabs.section {
    background: none repeat scroll 0 0 transparent;
    margin: 20px 0 30px;
    width: 100%;
}

.orangetabs ul.tabs {
    margin: 0;
    height: 28px;
    line-height: 25px;
    list-style: none;
    border-bottom: 1px solid #DDD;
    background: #FFF;
    padding-left: 0;
}

.orangetabs .tabs li {
    float: left;
    display: inline;
    margin: 0 1px 0px 0;
    padding: 0 13px 2px;
    color: #1466a8;
    cursor: pointer;
    background: #F9F9F9;
    border: 1px solid #d0d0d0;
    position: relative;
    -webkit-border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 0 0;
    background: #FAFAFA;
    background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#f1f1f1));
    background: -webkit-linear-gradient(#FAFAFA, #f1f1f1);
    background: -o-linear-gradient(#FAFAFA, #f1f1f1);
    background: linear-gradient(#FAFAFA, #f1f1f1);
}

.orangetabs .tabs li:before {
    content: none;
}

.orangetabs .tabs li:hover,
.orangetabs.vertical .tabs li:hover {
    color: auto;
    padding: auto;
    background: auto;
    border: auto;
}

.orangetabs .tabs li.current {
    color: #ffffff;
    padding: 0 13px 2px;
    border: 1px solid #fb841b;
    background: #fb841b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
}

.orangetabs .box {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: none;
    padding: 25px 0 0;
}

.orangetabs .box.visible {
    display: block;
}

.orangetabs.section.vertical {
    width: 440px;
    border-left: 160px solid #FFF;
}

.orangetabs.vertical .tabs {
    width: 160px;
    float: left;
    display: inline;
    margin: 0 0 0 -160px;
}

.orangetabs.vertical .tabs li {
    padding: 0 13px;
    margin: 0 0 1px;
    border: 1px solid #E4E4E4;
    border-right: 1px solid #F9F9F9;
    width: 132px;
    height: 25px;
}

.orangetabs.vertical .tabs li:hover {
    width: 131px;
}

.orangetabs.vertical .tabs li.current {
    width: 133px;
    color: #444;
    background: #EFEFEF;
    border: 1px solid #D4D4D4;
    border-right: 1px solid #EFEFEF;
    margin-right: -1px;
}

.orangetabs.vertical .box {
    border-width: 1px;
}

.visassection {

}

.visasec_row {
    width: 33%;
}

.visasec_row-item {
    margin: 0 0 14px;
}

.visasec_row-item a {
    background-position: 0 5px;
    background-repeat: no-repeat;
    padding: 0 0 0 26px;
}

.visasec_row-item a:hover {

}

.newssecblock {

}

.newssec_item {
    border: 1px solid #dee6f0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 22px;
    padding: 20px 24px 5px;
}

.newssec_img {
    padding: 0 20px 10px 0;
}

.newssec_img img {
    display: block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.newssec_info {
    width: 579px;
}

.newssec_info_text {

}

.newssec_info_date {
    color: #1466a8;
    font-size: 12px;
}

.newssec_info_title {
    color: #1d1d1d;
    margin: 10px 0 0;
    font-size: 22px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
}

.newssec_info_button {

}

.newssec_info_button a {
    display: inline-block;
    border: 1px solid #d3dff0;
    text-decoration: none;
    padding: 8px 20px 7px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
}

.newssec_info_button a:hover {
    border-color: #fb841b;
    color: #fb841b;
}

.toursitemstitle {
    padding: 0 29px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.toursitemstitle h5 {
    margin: 11px 0 13px;
}

.toursitemstitle .stp_showmore {
    margin: 17px 0 0;
}

.toursitemsblock {

}

.toursitemsblock.section {
    background: none repeat scroll 0 0 transparent;
    margin: 0 0 30px;
    width: 100%;
}

.toursitemsblock ul.tabs {
/ / height: 43 px;
    line-height: 25px;
    list-style: none;
    border-bottom: 1px solid #DDD;
    background: #FFF;
    border-bottom: medium none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.toursitemsblock .tabs li {
    float: left;
    display: inline;
    margin: 0 8px 0 0;
    padding: 0 13px 2px;
    color: #000000;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    position: relative;
    -webkit-border-radius: 13px;
    border-radius: 13px;

}

.toursitemsblock .tabs li:before {
    content: none;
}

.toursitemsblock .tabs li:hover,
.toursitemsblock .vertical .tabs li:hover {
    color: #fb841b;
    padding: 0 13px 2px;
    background: auto;
    border: 1px solid #fb841b;
}

.toursitemsblock .tabs li.current {
    color: #ffffff;
    background: #EFEFEF;
    padding: 0 13px 2px;
    border: 1px solid #59adf2;
    background: #59adf2;
    background: -webkit-gradient(linear, left top, left bottom, from(#59adf2), to(#0f6ebd));
    background: -webkit-linear-gradient(#59adf2, #0f6ebd);
    background: -o-linear-gradient(#59adf2, #0f6ebd);
    background: linear-gradient(#59adf2, #0f6ebd);
}

.toursitemsblock .box {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: none;
    padding: 0;
}

.toursitemsblock .box.visible {
    display: block;
}

.toursitemsblock.section.vertical {
    width: 440px;
    border-left: 160px solid #FFF;
}

.toursitemsblock .vertical .tabs {
    width: 160px;
    float: left;
    display: inline;
    margin: 0 0 0 -160px;
}

.toursitemsblock .vertical .tabs li {
    padding: 0 13px;
    margin: 0 0 1px;
    border: 1px solid #E4E4E4;
    border-right: 1px solid #F9F9F9;
    width: 132px;
    height: 25px;
}

.toursitemsblock .vertical .tabs li:hover {
    width: 131px;
}

.toursitemsblock .vertical .tabs li.current {
    width: 133px;
    color: #444;
    background: #EFEFEF;
    border: 1px solid #D4D4D4;
    border-right: 1px solid #EFEFEF;
    margin-right: -1px;
}

.toursitemsblock .vertical .box {
    border-width: 1px;
}

.tourtopblock {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/*.ttb_maininfo {
  width: 620px;
}*/
.ttb_title {
    font-family: "PFBeauSansPro-Light", sans-serif;
    font-size: 28px;
}

.ttb_dateblock {

}

.ttb_days {
    margin: 0 15px 0 0;
    background-color: #d9e8fc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    padding: 9px 10px 6px;
}

.ttb_avdate {
    width: 290px;
}

.ttb_avdate .selecter {
    margin: 0;
}

.ttb_avdate_sel {

}

.ttb_fromtodate {
    margin: 6px 0 0 20px;
}

.ttb_avdate_msg {
    margin: 6px 20px 0 5px;
}

.ttb_allpriceblock {

}

.ttb_alldate {
    margin: 15px 0 0;
}

.ttb_alldate_title {
    color: #0b4d83;
    font-size: 18px;
    font-weight: bold;
}

.ttb_alldate_item {
    margin: 0 5px 0 0;
}


.ttb_allprice {
    font-family: "PFBeauSansPro-Light", sans-serif;
    border: 1px dashed #f3731a;
    color: #1466a8;
    font-size: 29px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 20px;
}

.ttb_allprice.chttb_allprice {
    background-color: #1466a8;
    color: #ffffff;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.ttb_allprice.chttb_allprice .ttb_europricetext {
    color: #ffffff;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.ttb_rubprice {

}

.ttb_europricetext {
    color: #292929;
    font-size: 17px;
}

.ttb_europrice {

}

.ttb_priceinfo {
    margin: 10px 0 0;
    text-align: right;
}

.ttb_priceinfo a {
    border-bottom: 1px dotted #1466a8;
    text-decoration: none;
}

.ttb_priceinfo a:hover {
    border-bottom-color: transparent;
}

.ttb_seporator {
    border-bottom: 1px dotted #b6d5ee;
    margin: 20px 0 0;
}

.ttb_addserv_line {
    margin: 0 0 10px;
}

.ttb_addserv_line_margin {
    margin: 0 0 0 25px;
}

.ttb_addserv_line label:after {
    top: 3px;
}

.ttb_addserv_line_sep {
    margin-bottom: 25px;
}

.ttb_as_title {
    border-bottom: 1px dotted #b6d5ee;
    display: inline-block;
    width: 350px;
}

.ttb_addserv_line_margin .ttb_as_title {
    width: 363px;
}

.ttb_as_titletext {
    background: none repeat scroll 0 0 #eef5ff;
    display: inline-block;
    margin: 0 -5px -1px;
    padding: 0 5px 1px;
}

.ttb_as_ruspr {

}

.ttb_as_eurpr {

}

.ttb_makeorder {

}

.tourroutename {
    margin: 20px 0;
}

.ttn_placesname {
    width: 90px;
}

/
/
.ttn_places {
/ / width: 800 px;
/ /
}

/
/
.ttn_places a {
/ / white-space: nowrap;
/ /
}

.ttn_places a:hover {

}

.tourcountryname {

}

.ttn_countrname {
    width: 90px;
}

/
/
.ttn_countr {
/ / width: 800 px;
/ /
}

.ttn_countr a {
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding: 0 21px 0 20px;
    position: relative;
    white-space: nowrap;
}

.ttn_countr a:before {

}

.ttn_countr a:after {
    background: url("../images/toursarrowlinesprite.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 7px;
    position: absolute;
    right: 6px;
    top: 5px;
    width: 8px;
}

.ttn_countr a:last-child:after {
    content: none;
}

.ttn_countr a:hover {
    color: #bcd8ff;
}

.ttn_countr a:hover:after {
    background-position: 0 -7px;
}

.tourmap {

}

.section.tourtabsblock {
    margin: 20px -21px 0;
    width: auto;
}

.tourtabsblock {

}

.tourtabsblock.orangetabs ul.tabs {
    padding-left: 21px;
}

.orangetabs .ttb_program {
    padding: 25px 21px 0;
}

.ttb_program_item {
    border-bottom: 1px dotted #7db7e5;
    padding: 20px 0;
}

.ttb_program_date {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #1466a8;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
}

/
/
.ttb_program_text {
/ / width: 800 px;
/ /
}

.ttb_program_last {
    border-bottom-color: transparent;
    overflow: auto;
}

.ttb_program_file {
    margin: 20px 0;
}

.ttb_reviews {

}

.ttb_reviews_item {

}

.ttb_reviews_title {
    font-family: "PFBeauSansPro-Bold", sans-serif;
    margin: 0 0 0 21px;
}

.ttb_reviews_title a {

}

.ttb_reviews_date {
    margin: 0 21px 0 0;
    color: #1466a8;
}

.ttb_reviews_text {
    margin: 20px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dbe9fc;
}

.ttb_reviews_revgal {

}

.ttb_revgal_title {
    border-bottom: 1px dotted #1466a8;
    color: #1466a8;
    display: inline-block;
    font-size: 13px;
    margin: 15px 0 10px;
    padding: 0 20px 0 0;
    position: relative;
}

.ttb_revgal_title:before {
    background: url("../images/addimg.png") no-repeat scroll 0 0 transparent;
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    right: 0px;
    top: 0px;
}

.ttb_revgal_block {

}

.ttb_revgal_item {
    margin: 0 20px 10px 0;
}

.ttb_revgal_item a {

}

.ttb_revgal_item img {
    display: block;
}

.ttb_photogall {

}

.ttb_tutle {
    font-family: "PFBeauSansPro-Bold", sans-serif;
    margin: 0 0 20px 21px;
}

.ttbphotoslider {

}

.ttbphotoslider .slick-prev, .ttbphotoslider .slick-next {
    border: 1px solid #cbddf4;
    text-align: center;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    display: block;
    height: 20px;
    width: 20px;
    text-decoration: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #f2f8ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f8ff), to(#d9e8fc));
    background: -webkit-linear-gradient(#f2f8ff, #d9e8fc);
    background: -o-linear-gradient(#f2f8ff, #d9e8fc);
    background: linear-gradient(#f2f8ff, #d9e8fc);
}

.ttbphotoslider .slick-prev {
    height: 20px;
    left: auto;
    right: 50px;
    top: -22px;
    width: 20px;
}

.ttbphotoslider .slick-next {
    height: 20px;
    right: 20px;
    top: -22px;
    width: 20px;
}

.ttbphotoslider .slick-prev:before {
    content: none;
}

.ttbphotoslider .slick-next:before {
    content: none;
}

.ttbphotoslider .slick-prev:after {
    background: url("../images/paginationsprite.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 11px;
    left: 5px;
    position: absolute;
    top: 4px;
    width: 7px;
}

.ttbphotoslider .slick-next:after {
    background: url("../images/paginationsprite.png") no-repeat scroll 0 -22px transparent;
    content: "";
    height: 11px;
    left: 7px;
    position: absolute;
    top: 4px;
    width: 7px;
}

.ttbphotoslider .slick-prev:hover, .ttbphotoslider .slick-next:hover {
    -webkit-box-shadow: inset 0px 1px 0px 0px #f2f8ff;
    box-shadow: inset 0px 1px 0px 0px #f2f8ff;
    border: 1px solid #0d538d;
    background: #00579f;
    background: -webkit-gradient(linear, left top, left bottom, from(#00579f), to(#002442));
    background: -webkit-linear-gradient(#00579f, #002442);
    background: -o-linear-gradient(#00579f, #002442);
    background: linear-gradient(#00579f, #002442);
}

.ttbphotoslider .slick-prev:hover:after {
    background-position: 0 -11px;
}

.ttbphotoslider .slick-next:hover:after {
    background-position: 0 -33px;
}

.ttb_item {
    width: 944px;
}

.ttb_img {
    margin: 0 6px 10px 0;
}

.ttb_img_last {
    margin-right: 0;
}

.ttb_img a {

}

.ttb_img img {
    display: block;
}

.ctp_onmap_modal {
    display: none;
}

.fancyboxmodalcss {

}

.fancyboxmodalcss .fancybox-skin {
    background-color: #ffffff;
}

.fancymodalbox {
    display: none;
}

.fancymodalbox .fmb_title {
    background-color: #edf4fe;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #0b4d83;
    font-family: "PFBeauSansPro-Bold", sans-serif;
    font-size: 21px;
    padding: 17px 20px 16px;
}

.fancymodalbox .fmb_close {
    background: url("../images/dpf_close_sprite.png") no-repeat scroll 0 0 transparent;
    height: 27px;
    right: 13px;
    top: 16px;
    width: 27px;
    cursor: pointer;
}

.fancymodalbox .fmb_close:hover {
    background-position: 0 -27px;
}

.fancymodalbox ul {
    list-style: outside none none;
    padding-left: 20px;
}

.fancymodalbox ul li {
    position: relative;
}

.fancymodalbox ul li:before {
    background: url("../images/ulliico.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 7px;
    left: -19px;
    position: absolute;
    top: 9px;
    width: 7px;
}

.fancymodalbox .fmb_main {

}

.intourprice_main {

}

.intourprice_left {
    padding: 30px;
    width: 420px;
}

.intourprice_right {
    padding: 30px;
    width: 420px;
}

.intourprice_title {
    font-weight: bold;
}

.intourprice_text {

}

.termsofuse_main {
    padding: 20px;
/ / width: 90 %;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.ouradvantagesblock {

}

.ouradvleft {
    width: 450px;
    margin-right: 30px;
}

.ouradvright {
    width: 460px;
}

/
/
.ouradvantagesblockinner .ouradvright {
/ / width: 440 px;
/ /
}

.ouradvantagesblockinner .ouradvleft {
/ / width: 430 px;
    margin-right: 0;
}

.handrevblock {
    background: url("../images/handwrittenreview.png") no-repeat scroll 250px 26px transparent;
}

.hrevtitle {
    color: #0b4d83;
    font-family: "PFBeauSansPro-Bold", sans-serif;
    font-size: 21px;
    padding: 40px 0 0;
}

.hrevdescr {
    padding: 0 0 15px;
}

.hrevlink {
    border-bottom: 1px dotted #1466a8;
    color: #1466a8;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 40px;
}

.hrevgall {

}

.hrevgallitem {
    background: none repeat scroll 0 0 #ffffff;
    width: 208px;
    padding: 4px 4px 4px 4px;
    border: 1px solid #dee6f0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 10px 20px 0;
}

.hrevgallitem a {
    display: block;
}

.hrevgallitem a img {
    display: block;
}

.hrevgallitem a:hover {

}

.hrevgallitemlast {
    margin-right: 0;
}

.hrevgallhidden {
    display: none;
}

.hrevgallhiddenbtn {
    text-align: right;
}

.hrevgallhiddenbtn .sfb_clear {
    display: inline-block;
}

.rewfilterblock {
    margin: 20px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px dashed #3b8ed1;
}

.rewfiltercat {
    margin: 0 20px;
    width: 150px;
}

.rewfiltersubcat {
    margin: 0 20px 0 0;
    width: 400px;
}

.rewfilterbutton {
    margin: 9px 0 0;
}

.rewaddblock {

}

.rewaddtitle {

}

.rewaddfilter {

}

.rewaddfilter .rewfiltercat {
    margin-left: 0;
}

.rewaddtextarea {

}

.rew_add_textarea {
    height: 150px;
    margin: 10px 0 20px;
    width: 875px;
}

.rewaddinputbox {
    margin: 0 0 10px;
}

.textcontent .cruises-plugin ul li:before {
    display: none;
}

.rewaddinputblock {
    width: 280px;
}

.rewaddinput {
    width: 230px;
}

.rewaddbutton {

}

.rewaddfileblock {

}

.type_addfile {
    height: 36px;
    margin: 0 0 10px;
}

.type_addfile .type_file {

}

.type_addfile .input_type_file {
    opacity: 0;
    width: 250px;
}

.type_addfile .fonTypeFile {

}

.inputFileVal {

}

.fileName {
    height: 22px;
    left: 0;
    position: absolute;
    width: 230px;
}

.lightbluebutton {
    cursor: pointer;
    border: 1px solid #cbddf4;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    display: inline-block;
    padding: 7px 20px;
    text-decoration: none;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    background: #f2f8ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f8ff), to(#d9e8fc));
    background: -webkit-linear-gradient(#f2f8ff, #d9e8fc);
    background: -o-linear-gradient(#f2f8ff, #d9e8fc);
    background: linear-gradient(#f2f8ff, #d9e8fc);
}

.lightbluebutton:hover {
    -webkit-box-shadow: inset 0px 1px 0px 0px #fdd8b7;
    box-shadow: inset 0px 1px 0px 0px #fdd8b7;
    color: #ffffff;
    border: 1px solid #d25306;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
}

.type_addfile .lightbluebutton {
    left: 280px;
    position: absolute;
    top: 0;
}

.addfile_button {

}

.addfile_button .morephotos {
    overflow: hidden;
    color: #1466a8;
    background: none repeat scroll 0 0 #ffffff;
    position: relative;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: 1px solid #1466a8;
    padding: 7px 20px 7px 39px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    cursor: pointer;
    display: inline-block;
}

.addfile_button .morephotos::after {
    content: "";
    position: absolute;
    background: url("../images/sliderclearform.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 11px;
    left: 18px;
    top: 12px;
    width: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.addfile_button .morephotos:hover {

}

.addfile_button .morephotos:hover:after {
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
}

.sendmsg {
    left: 50%;
    margin: 0 0 0 -250px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 500px;
    z-index: 1000;
}

.sendmsg .success {
    background-color: #ffffff;
    border: 1px solid #1466a8;
    color: #1466a8;
    font-size: 17px;
    padding: 20px 40px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

.sendmsg .error {
    background-color: red;
    border: 1px solid red;
    color: #ffffff;
    font-size: 17px;
    padding: 20px 40px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

.aviatrainch {
    border-bottom: 1px dotted #1466a8;
    float: right;
    text-decoration: none;
}

.aviatrainch:hover {
    border-bottom-color: transparent;
}

.fancyorder_title {
    font-family: "PFBeauSansPro-Light", sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
}

.ttb_dateblock {

}

.aboutinfo {

}

.fancyorder_main {
    padding: 20px 50px;
    width: 880px;
}

.fancyorder_table {
    display: inline-block;
}

.fancyorder_table table {
    width: auto;
}

.fancyorder_table td:first-child {
    width: 335px;
}

.fancyorder_table td:last-child {
    width: 240px;
}

.fancyorder_allinfo {
    width: 678px;
}

.fancyorder_numpers {
    width: 300px;
}

.fancyorder_allprice {
    font-family: "PFBeauSansPro-Light", sans-serif;
    border: 1px dashed #f3731a;
    color: #1466a8;
    font-size: 29px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 20px;
}

.fancyorder_orderinfo {
    border-top: 1px dotted #b6d5ee;
    color: #737373;
    font-size: 13px;
    margin: 20px 0 0;
    padding: 10px 0;
}

.fancyorder_inputblock {
    margin: 15px 0;
}

.fancyorder_input_item {
    margin-right: 20px;
}

.fancyorder_input_item_last {
    margin-right: 0;
}

.fancyorder_inputtitle {
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    margin: 0 0 10px;
}

.fancyorder_input {
    width: 253px;
}

.fancyorder_textarea {
    width: 851px;
    height: 100px;
}

.fancyorder_submit {

}

.fancyorder_submit .sendorder {

}

.exitbtn {
    float: right;
    font-size: 16px;
}

.contentbg {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center 0;
    -webkit-background-size: contain;
    background-size: contain;
    overflow: hidden;
}

.ttl_width1 {

}

.ttl_width2 {

}

.ttl_width3 {

}

.ttl_width4 {

}

.ttl_width5 {

}

.tabletourslist {
    border: 1px solid #1466a8;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.stl_mid_date_item {
    white-space: nowrap;
}

.tabletourslist .stl_mid_date_item {
    white-space: normal;
}

.ttl_rubprice {
    white-space: nowrap;
}

.ttl_mid_city a {
    color: #1466a8;
    font-size: 13px;
    padding: 0 5px 0 0;
    position: relative;
}

.ttl_mid_city a:after {
    background: url("../images/toursarrowlinesprite.png") no-repeat scroll 0 0 transparent;
    content: "";
    display: inline-block;
    height: 7px;
    margin-left: 5px;
    width: 8px;
}

.tabletourslist table {
    border-collapse: collapse;
    width: 100%;

}

.tabletourslist table tr {

}

.tabletourslist table th {
    background: #eef5ff none repeat scroll 0 0;
    padding: 10px 25px;
}

.tabletourslist table td {
    padding: 10px 25px;
    vertical-align: top;
    border-bottom: 1px solid #dbe9fc;
    border-right: 1px solid #dbe9fc;
}

.tabletourslist table td:first-child {

}

.tabletourslist table td:last-child {
    border-right: none;
}

.tabletourslist table tr:first-child td:first-child, .tabletourslist table tr:first-child th:first-child {
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.tabletourslist table tr:first-child td:last-child, .tabletourslist table tr:first-child th:last-child {
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.tabletourslist table tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
    border-bottom: none;
}

.tabletourslist table tr:last-child td:last-child {
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
    border-bottom: none;
}

.mrb_price_links {
    bottom: 11px;
    left: 20px;
}

.mrb_price_links_title {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center;
    margin-left: 83px;
}

.mrb_price_links_buttons {
    margin-left: 100px;
}

.mrb_price_links_buttons a {
    background: none repeat scroll 0 0 #ffffff;
    position: relative;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding: 8px 20px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    cursor: pointer;
    display: inline-block;
    margin: 0 25px 0 0;
    text-decoration: none;
}

.mrb_price_links_buttons a:hover {
    color: #ffffff;
    background: none repeat scroll 0 0 #3374af;
}

.bgoperatorblock {
    margin: 0 -48px -16px;
    padding: 10px 25px;
}


#toursbycountry a {
    text-decoration: none;
}

#toursbycountry a:hover {
    text-decoration: underline;
}

#upbutton {
    background: rgba(0, 0, 0, 0) url("/tpl/images/up.png") no-repeat scroll 0 0;
    bottom: 20px;
    cursor: pointer;
    display: none;
    height: 81px;
    overflow: hidden;
    position: fixed;
    left: 20px;
    width: 80px;
    z-index: 9999;
}

#upbutton:hover {
    background: rgba(0, 0, 0, 0) url("/tpl/images/up_hover.png") no-repeat scroll 0 0;
}

.sfb_form .customradiobox input:checked + label:after {
    background: url(/tpl/images/radioboxchOK.png) no-repeat;
    background-position: 3px 4px;
}

.slick-track .ms_price {
    color: #ff861f;
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 25px;
}

.ms_grouptitle {
    margin-bottom: 5px;
}

.ms_item_block .ms_description {
    background-color: #3972be;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 15px;
}

.mrb_price_links_buttons a {
    background: #3972be;
    color: #FFF;
    border: 1px solid #FFF;

    background: linear-gradient(#fb841b, #e5531a);
    border: 1px solid #fb841b;
    font-size: 18px;

}

.ms_item_block .ms_description b i span {
    color: #fefffe !important;
    font-family: "PFBeauSansPro-SeBold", sans-serif !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
}

.ms_item_block .ms_fromtoday_title {
    color: #64b9ff;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
}

.calend_block:before {
    content: "";
    background: url("../images/calend.png") no-repeat scroll 0 0;
    height: 11px;
    left: -15px;
    position: relative;
    top: 16px;
    display: block;
    width: 10px;

}

.mrb_price_links_buttons a:hover {
    color: #0b4d83;
    background-color: #FFF;
}

.ms_item_block .ms_fromtoday_title {
    margin-left: 15px;
    margin-bottom: 10px;
}

.ms_item_block .ms_fromtoday_item {
    color: #fefffe;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    font-family: "PFBeauSansPro", sans-serif;
}

.ms_bigtitle a {
    text-decoration: none;
    border-bottom: 1px solid #FFF;
}

.mrb_price_links {
    left: 30px;
    top: 20px;
}

.mainslider {
    left: 79px;
    top: 200px;
    width: 480px;
}

.mrb_links {
    bottom: 30px;
    left: 10px;
}

.mainrightblock {
    height: 675px;
}

.tour_item {
    display: block;
    padding: 10px 20px;
}

.sfb_main {
    height: 100%;
}

.searchformblock {
    height: 100%;
}

.mainrightblock .mainslider .slick-next {
    background: transparent url("../images/sliderStr.png") no-repeat scroll center center;
    height: 40px;
    right: -60px;
    margin: 0;
    top: 33%;
    width: 40px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mainrightblock .mainslider .slick-prev {
    background: transparent url("../images/sliderStr.png") no-repeat scroll center center;
    height: 40px;
    left: -60px;
    margin: 0;
    top: 33%;
    width: 40px;
}

@-webkit-keyframes showicoanim {
    50% {
        transform: translateY(5px);
        -o-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -webkit-transform: translateY(5px);
    }
}

@keyframes showicoanim {
    50% {
        transform: translateY(5px);
        -o-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -webkit-transform: translateY(5px);
    }
}

@-webkit-keyframes hideicoanim {
    50% {
        transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
}

@keyframes hideicoanim {
    50% {
        transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
}

.block_tel_mon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    width: 785px;
    float: right;
    position: relative;
    top: 23px;
    z-index: 1;
    margin-top: 5px;
}

header .block_tel_mon .bib_block_phones {
    flex-direction: row;
    position: relative;
}

header .block_tel_mon .bib_block_phones .headerphone-item {
    display: flex;
    flex-direction: column;
}

header .block_tel_mon .bib_block_phones .headerphone-item span {
    margin: 0 10px;
}

header .block_tel_mon .bib_block_phones a {
    margin: 0 10px;
}

.block_tel_mon .headerphoneblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0;
}

.block_tel_mon .headerphoneblock a {
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-decoration: none;
}

.block_tel_mon .headerphoneblock span {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
}

.block_tel_mon .sepcurrency {
    margin: 0;
}

.wrap_curs {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}

#garland {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/garland/garland.png);
    height: 36px;
    width: 100%;
    overflow: hidden;
    z-index: 99;
    display: none;
}

.garland_1 {
    background-position: 0 0;
}

.garland_2 {
    background-position: 0 -36px;
}

.garland_3 {
    background-position: 0 -72px;
}

.garland_4 {
    background-position: 0 -108px;
}

.shar2 {
    top: -17px;
    right: 0;
    position: absolute;
    display: none;
}

.shar1 {
    display: none;
    left: 83px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.rightded {
    position: absolute;
    bottom: 0;
    right: 10px;
    display: none;
}

.subsblock_text_in div {
    display: inline;
}

.subsblock_form .arrow-btn {
    display: none;
}

/
/
.subsblock_form .form-control::-webkit-input-placeholder {
    font-style: italic;
    font-size: 14px;
}

/
/
.subsblock_form .form-control::-moz-placeholder {
    font-style: italic;
    font-size: 14px;
}

Firefox

19
+

/
/
.subsblock_form .form-control:-moz-placeholder {
    font-style: italic;
    font-size: 14px;
}

/* Firefox 18- */
/
/
.subsblock_form .form-control:-ms-input-placeholder {
    font-style: italic;
    font-size: 14px;
}

.searchblcok #search::-webkit-input-placeholder {
    font-style: italic;
    font-size: 14px;
    color: white;
}

.searchblcok #search::-moz-placeholder {
    font-style: italic;
    font-size: 14px;
    color: white;
}

.searchblcok #search:-moz-placeholder {
    font-style: italic;
    font-size: 14px;
    color: white;
}

.searchblcok #search:-ms-input-placeholder {
    font-style: italic;
    font-size: 14px;
    color: white;
}

.hidden-menu-btn {
    display: none;
    width: 100%;
    background-color: black;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#003867), to(#003f74));
    background-image: -webkit-linear-gradient(bottom, #003867 0%, #003f74 100%);
    background-image: -o-linear-gradient(bottom, #003867 0%, #003f74 100%);
    background-image: linear-gradient(to top, #003867 0%, #003f74 100%);
    -webkit-box-shadow: 0 1px 0 #001f39, inset 0 1px 0 #04579b;
    box-shadow: 0 1px 0 #001f39, inset 0 1px 0 #04579b;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.hidden-menu-btn-active {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#00437b), to(#004f92));
    background-image: -webkit-linear-gradient(bottom, #00437b 0%, #004f92 100%);
    background-image: -o-linear-gradient(bottom, #00437b 0%, #004f92 100%);
    background-image: linear-gradient(to top, #00437b 0%, #004f92 100%);
}

.fphonesoc .comma {
    display: none;
}

.visible-mobile {
    display: none;
}

.more-btn-mobile {
    display: none;
    background-color: rgba(255, 255, 255, 0.25) !important;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}


.topMenu-add {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;

    background-color: #002442;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#002442), to(#003968));
    background-image: -webkit-linear-gradient(bottom, #002442 0%, #003968 100%);
    background-image: -o-linear-gradient(bottom, #002442 0%, #003968 100%);
    background-image: linear-gradient(to top, #002442 0%, #003968 100%);
}


.topMenu-add .menu-btn:hover, .topMenu-add .search-btn:hover {
    background-color: #002442;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#00315b), to(#004987));
    background-image: -webkit-linear-gradient(bottom, #00315b 0%, #004987 100%);
    background-image: -o-linear-gradient(bottom, #00315b 0%, #004987 100%);
    background-image: linear-gradient(to top, #00315b 0%, #004987 100%);
}

.menu-btn, .search-btn {
    text-align: center;
    width: 100%;
    padding: 17px 0;
}

.menu-btn {
    border-right: 1px solid #054b85;
}

.search-btn {
    border-left: 1px solid #001d36;
    position: relative;
}

.full-size-menu {
    display: none;
    position: fixed;
    overflow: visible;
    width: 100%;
    height: 100%;
    background-color: #002442;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#002442), to(#003968));
    background-image: -webkit-linear-gradient(bottom, #002442 0%, #003968 100%);
    background-image: -o-linear-gradient(bottom, #002442 0%, #003968 100%);
    background-image: linear-gradient(to top, #002442 0%, #003968 100%);
    text-align: center;
    top: 0;
    left: 0;
    z-index: 100000000;
    -webkit-box-shadow: 0 16px 21px rgba(0, 0, 0, 0.6);
    box-shadow: 0 16px 21px rgba(0, 0, 0, 0.6);

}

.full-size-menu .TopMenu {
    margin: 0;
}

.full-size-menu h4 {
    text-shadow: 0 1px 1px rgba(0, 23, 39, 0.2);
    color: #feffff;
    font-size: 37px;
    font-weight: 700;
    margin: 44px 0 22px 0;
}

.full-size-menu .sf-menu > li:hover a, .full-size-menu .sf-menu > li.sfHover a {
    background: rgba(23, 102, 169, 0.7);
    -webkit-border-radius: 0;
    border-radius: 0;
}

.full-size-menu .sf-menu {
    padding: 0;
}

.full-size-menu ul li {
    list-style-type: none;
    padding: 15px 0;
}

.full-size-menu ul li a {
    text-shadow: 0 1px 1px rgba(0, 23, 39, 0.2);
    color: #a7c9e6;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.search_block_link .sfb_find {
    font-size: 15px;
    position: relative;
    top: -5px;
    text-decoration: none;
}

.search_block_link.filterblock .fb_title {
    cursor: auto;
}

.full-size-menu ul {
    padding: 0;
}

.full-size-menu .close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 35px;
    background-color: transparent;
    color: #4885b9;
    border: 0;
}

.mobile-search {
    position: absolute;
    top: 113%;
    right: 26px;
    z-index: 100;
    padding: 10px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}

.mobile-search:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: -2px;
    right: 41px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-search .searchblcok #search {
    width: 188px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #bccfe0;
    background-color: #f5f9fe;
    color: #bccfe0;
}


.mobile-search .searchblcok #search::-webkit-input-placeholder, #fixdNav #search::-webkit-input-placeholder {
    font-style: normal;
    font-size: 14px;
    color: #a2b8cc;
}

.mobile-search .searchblcok #search::-moz-placeholder, #fixdNav #search::-moz-placeholder {
    font-style: normal;
    font-size: 14px;
    color: #a2b8cc;
}

.mobile-search .searchblcok #search:-moz-placeholder, #fixdNav #search:-moz-placeholder {
    font-style: normal;
    font-size: 14px;
    color: #a2b8cc;
}

.mobile-search .searchblcok #search:-ms-input-placeholder, #fixdNav #search:-ms-input-placeholder {
    font-style: normal;
    font-size: 14px;
    color: #a2b8cc;
}

.mobile-search .searchblcok .submitnone {
    right: -16px;
    background: url("../images/search-arrow.png") no-repeat scroll 12px 15px transparent;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background-color: #003662;
    top: 0;
    padding: 15px 20px;
    height: 100%;


}

.mobile-list {
    display: none;
}

.search-page td, .search-page th {
    padding: 5px;
}


.topMenu-add i {
    margin-right: 10px;
}

.topMenu-add .search-btn, .topMenu-add .menu-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.hidden-menu-btn img, .searchformblock .sfb_title img {
    height: 12px;
    width: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hidden-menu-btn i, .searchformblock .sfb_title i {
    margin-left: 7px;
}

.searchformblock .sfb_title i {
    display: none;
}

.rotate180 {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.TopMenu .icon-more {
    line-height: 1.3;
}

.chevron-down {
    margin-left: 7px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tabletourslist {
    overflow: auto;

}

.owl-nav {
    cursor: pointer;
    bottom: 270px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.owl-prev {
    background-image: url(/tpl/images/left-slide.png);
    bottom: -17px;
    height: 76px;
    left: 1px;
    top: 50%;
    position: absolute;
    width: 39px;
}

.owl-next, .owl-prev {
    font-size: 0;
}

.owl-next {
    background-image: url(/tpl/images/right-slide.png);
    bottom: -17px;
    height: 76px;
    right: 1px;
    top: 50%;
    position: absolute;
    width: 39px;
}

.owl-carousel {
    margin: 0;
}

.tours-search .sectiontoursplate {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.i-tours .sectiontoursplate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
/ / -ms-flex-wrap: wrap;
/ / -webkit-flex-wrap: wrap;
/ / flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.i-tours .stp_item {
    margin-right: 15px;
}

.i-tours ul.tabs li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mhbgitem::after {
    background: transparent;
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 36, 66, 0.7)));
    background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 36, 66, 0.7) 100%);
    background: -o-linear-gradient(bottom, transparent 0%, rgba(0, 36, 66, 0.7) 100%);
    background: linear-gradient(to top, transparent 0%, rgba(0, 36, 66, 0.7) 100%);
);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.newssecblock .newssec_img {
    height: 292px;
}

.newssecblock .newssec_info_button {
    float: left;
    margin-top: 15px;
}

.citymiddelbloc .cmb_img img {
    width: 100%;
}

.new-year img {
    position: absolute;
    top: 0;
    width: 25%;
    z-index: 1;
}

.new-year img:first-child {
    left: 0;
}

.new-year img:nth-child(2) {
    left: 25%;
    top: -4%;
    opacity: 0.7;

}

.new-year img:nth-child(3) {
    left: 50%;
    top: -4%;
    opacity: 0.7;
}

.new-year img:last-child {
    left: 75%;
}

.TopMenu {
    position: relative;
    z-index: 22;
}

.santa img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 22;
}


@media (min-width: 1200px) {
    .block_tel_mon .headerphoneblock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

    }


    .more-phones {
        display: none;
    }
}

@media (max-width: 1199px) {
    .headercours {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: 0;
    }

    .wrapper {
        min-height: 73%;
    }

    .mainheaderbgblock {
        min-height: 0;
        height: 1102px;
    }

    .sectiontourslist .new_stl_ib_hiddenblock {
        display: none;
    }

    .ouradvleft, .ouradvright {
        width: unset;
    }

    .wrap_curs {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: 0 15px;
    }

    .block_tel_mon {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    .more-phones li {
        list-style-type: none;
        display: inline-block;
    }

    .more-phones ul ul {
        display: none;
        padding: 0;
        text-align: center;
    }

    .more-phones .more-btn:hover ul {
        display: block;
        padding: 10px 0;
    }

    .more-phones .more-btn:hover .menuup {
        display: block;
    }

    .more-btn {
        cursor: pointer;
        font-size: 15px;
        font-weight: 400;
        text-decoration: underline;
    }

    .more-btn ul li {
        margin: 0;
        margin: 15px auto;
    }

    .more-btn ul li a {
        color: #13a;
        font-size: 12px;
        text-decoration: none;
        padding: 15px;
        -webkit-border-radius: 5px;
        border-radius: 5px;

    }

    .more-btn ul li a:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(#e5effe), to(#d6e7ff));
        background: -webkit-linear-gradient(#e5effe, #d6e7ff);
        background: -o-linear-gradient(#e5effe, #d6e7ff);
        background: linear-gradient(#e5effe, #d6e7ff);
    }

    .more-phones .menuup {
        height: 20px;
        right: 21px;
        top: 12px;
        display: none;
    }

    .more-phones .menuupin {
        background-color: #fff;
        height: 18px;
        left: 50%;
        margin: 11px -9px 0;
        position: absolute;
        top: 2px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 18px;
        z-index: 2;
    }

    .more-btn-wrapper ul {
        background: none repeat scroll 0 0 #ffffff;
        position: absolute;
        display: none;
        top: 100%;
        left: 50%;
        margin: 0 0 0 -97px;
        z-index: 99;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 8px 7px #bbb;
        box-shadow: 0 8px 7px rgba(0, 0, 0, 0.42);
    }

    .more-btn-wrapper li {
        margin: 0 15px;
        padding: 5px 0;
    }

    .primary-phone a {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;

    }

    .inline-course {
        margin-top: -5px;
        margin-bottom: 8%;
    }

    .block_tel_mon {
        width: unset;
    }

    .logo {
        margin: 46px 0 0 20px;
    }


// .more-phones .menuup:hover .all-phones {
   / / display: block;
   / /
   }

}

@media (min-width: 838px) and (max-width: 1023px) {
    .tourtopblock .ttb_allpriceblock {
        float: right;
        margin-top: 15px;
    }
}

@media (max-width: 837px) {
    .tourtopblock .ttb_allpriceblock {
        float: left;
        margin-top: 15px;
    }

    .new-year img:nth-child(2) {
        top: -2%;

    }

    .new-year img:nth-child(3) {
        top: -2%;
    }
}

@media (max-width: 1023px) {
    html {
        min-width: 0;
    }

    .santa {
        display: none;
    }

    .searchformblock .sfb_title {
        justify-content: center;
    }


    .hrevgallhiddenbtn .sfb_clear {
        margin-bottom: 15px;
    }

    .hrevgallhiddenbtn {
        text-align: left;
    }

    /* #fixdNav .TopMenu .sf-menu .sf-mega, #fixdNav .TopMenu .sf-menu ul {
	display: none !impotant;
  }*/
    #share42 {
        display: none;
    }


    .more-btn-mobile ul li:nth-child(1), .more-btn-mobile ul li:nth-child(2), .more-btn-mobile ul li:nth-child(3), .more-btn-mobile ul li:nth-child(4), .more-btn-mobile ul li:nth-child(5) {
        display: none;
    }


    #datapikerform {
        width: unset;
        left: 100.172px !important;
    }

    #datapikerform.rightalign .dpf_triangle {
        display: none;
    }

    .stl_mid_block {
        width: 350px;
    }

    div.news-detail img.detail_picture {
        width: 100%;
    }

    .fancymodalbox .fmb_main {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .TopMenu .sf-menu .sf-mega {
        width: unset;
    }

    .tabletourslist table td {
        padding: 10px 9px;
    }


    .new_stl_date_pr_block {
        width: 273px;
        float: right;
    }

    .new_stl_mid_block {
        width: 247px;
    }

    .more-btn-mobile {
        display: block;
        position: relative;

    }

    .more-btn-mobile ul {
        padding: 10px 0 !important;
    }

    .more-btn-mobile:hover {
        background-color: transparent !important;
    }

    .exb_bg {
    / / padding-top: 515 px;
        -webkit-background-size: 50% 50%;
        background-size: 50%;
    }

    .container {
        width: unset;
    }

    .TopMenu .sf-menu > li:nth-child(6), .TopMenu .sf-menu > li:nth-child(7) {
        display: none;
    }

    .TopMenu {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .searchblcok #search {
        width: 130px;
    }

    .searchblcok {
        margin: -21px 20px 0 0;
    }

    .searchformblock {
        position: relative;
        top: 98%;
        width: 100%;
        float: none;
        z-index: 999;
        height: auto;
    }

    .ms_bigtitle a {
        font-size: 22px;
    }

    .mainheaderbg {
        overflow: unset;
        height: 91%;
    }

    .tour-links-wrapper {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .mnb_img {
        width: 100%;
        height: unset;
    }

    .mnb_item {
    / / width: auto;
        height: auto;
        /*display: flex;
    flex-direction: column;
    justify-content: space-between;*/
    }

// .page-buffer {
   / / height: unset;
   / /
   }

    .mnb_img img {
        width: 100%;
    }

    /* .mainnewsblock {
    display: flex;
    width: 100%;
  }*/
    .subscribeblock .container {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;

    }

    .subscribeblock .container form {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }


    .footercontainer {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }


    .widgetcommunity {
        margin-left: 0;
        margin-right: 18px;
    }

// .fphonesoc {
   / / width: 200 px;
   / /
   }

    .footer-legs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 77%;
    }

// .mainrightblock .mainslider .slick-next {
   / / right: 0;
   / /
   }

// .slickslider {
   / / width: 100 %;
   / / padding: 0 80 px;
   / /
   }

// .mainslider {
   / / width: 81 %;
   / / top: 128 px;
   / /
   }


// .mainrightblock .mainslider .slick-prev {
   / / left: - 62 px;
   / /
   }

    .mainrightblock .mainslider .slick-next {
        right: 14px;
    }

    .mainrightblock .mainslider .slick-prev {
        left: 14px;
    }

    .mainslider {
        width: 100%;
        left: 0;
    }

    .slickslider {
        width: 100%;
        padding: 0 80px;
    }


    .mainrightblock {
        height: 600px;
    }


    .newssec_info {
        width: unset;
        float: none;
    }

    .rewaddblock .rewaddinputblock {
        width: 100%;
        float: left;
        margin: 8px 0;
    }

    .rewaddblock .rewaddbutton {
        float: left;
        margin: 27px 0 15px 0;
    }

    .sfb-wrapper {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

    }


    .sfb_main {
        padding-bottom: 20px;
    }

    .ttb_priceinfo {
        text-align: left;
    }

    .fancyorder_main {
        width: unset;
    }

    .fancyorder_textarea, .fancyorder_allinfo, .fancyorder_main #sendorder {
        width: 100%;
    }

    .fancyorder_input_item {
        margin: 10px 20px 0 0;
    }


}

@media (max-width: 970px) {
    .docsline_pdf {
        margin: 10px 0 10px 20px;
    }


    .newssec_img img {
        width: 100%;
    }

    .rewfilterblock form {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 15px 30px;
    }

    .selecter {
        max-width: 100%;
    }

    .rewfiltercat, .rewfiltersubcat {
        margin: 0;
        width: unset;
    }

    .rew_add_textarea {
        width: 100%;
    }

    .rewaddblock .rewfiltercat, .rewaddblock .rewfiltersubcat {
        width: 200px;
    }


    .rewaddblock .rewaddfilter .rewfiltercat {
        margin-right: 15px;
    }

    .rewaddblock .rewaddinputblock .customchekbox label {
        width: 100%;
    }


}


@media (min-width: 768px) and (max-width: 1023px) {
    .subscribeblock .clear {
        display: none;
    }

    .orangetabs .ttb_photogall .ttb_item .clear {
        display: none;
    }

    .orangetabs .ttb_photogall .ttb_img_last {
        margin: 0 6px 10px 0;
    }

    .i-tours .sectiontoursplate .stp_info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .i-tours .sectiontoursplate .stp_info .stp_rubprice {
        padding-top: 6px;
    }


}


@media (min-width: 768px) {
    .stp_rubprice {
        margin-left: 15px;
    }

    .cmb_right {
        width: 36%;
    }


    .cmb_left {
        width: 60%;
    }


}

@media (max-width: 767px) {
    .print_web {
        display: none;
    }

    .TopMenu .sf-menu > li:nth-child(5), .TopMenu .sf-menu > li:nth-child(4), .TopMenu .sf-menu > li:nth-child(3) {
        display: none;
    }

    .new-year img:nth-child(3) {
        display: none;
    }

    .new-year img {
        width: 33.3333%;
    }

    .new-year img:nth-child(2) {
        left: 33.333%;
    }

    .new-year img:last-child {
        left: 66.6666%;
    }

    .toursitemstitle {
        padding: 12px 29px;
        display: flex;
        flex-direction: column;
    }

    .cmb_right {
        width: 100%;
    }

    .cmb_left {
        width: 100%;
    }

    .i-tours .stp_item {
        margin-right: 0px;
    }

    .mobile-list .stp_rubprice {
        margin-right: 15px;
    }

    .mobile-list .stp-price-wrapper {
        margin-top: 5px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        align-items: baseline;
    }

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

    .mainslider {
        top: 138px;
    }

    .slickslider {
        padding: 0 59px;
    }


    .i-tours .sectiontoursplate {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    #tours_filter_placesList {
        left: 45px !important;
        top: 787px !important;
    }

    #tours_filter_placesList .dropDownContent {
        width: 100%;
    }

    #tours_filter_placesList.rightalign .triangle {
        display: none;
    }

    .more-btn-mobile ul li:nth-child(1), .more-btn-mobile ul li:nth-child(2), .more-btn-mobile ul li:nth-child(3), .more-btn-mobile ul li:nth-child(4), .more-btn-mobile ul li:nth-child(5) {
        display: block;
    }

    .more-btn-mobile ul li:nth-child(1), .more-btn-mobile ul li:nth-child(2) {
        display: none;
    }

    .dpf_rbutton, .dpf_lbutton {
        margin: 41% 11px 0;
    }

    #datapikerform .ui-datepicker-group-last, #datapikerform .ui-datepicker-group-first {
        width: unset;
    }

    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100%;
        float: none;
    }

    #datapikerform {
        height: 671px;
    }

    #datapikerform .ui-widget-content {
        width: 17em !important;
    }

    .fancyorder_allprice {
        float: left;
    }

    .ttb_fromtodate {
        margin: 6px 0 0 0;
    }

    .ttb_as_title {
        width: unset;
    }

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

    .tours-search .sectiontoursplate {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .TopMenu .sf-mega-row {
        width: 50%;
    }

    .TopMenu .sf-menu .sf-mega {
        width: 480px;
    }


    .tabletourslist table {
        font-size: 12px;
    }


    .tabletourslist table tr th:last-child, .tabletourslist table tr td:last-child {
        display: none;
    }

    .search-page .orangebutton {
        margin-top: 15px;
    }

    .ttb_dateblock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .ttb_dateblock div:not(.clear) {
        margin-top: 10px;
    }


    .ttn_places, .ttb_program_text {
        width: unset;
    }

    .search-page .sfb_main_input {
        width: 200px;
    }

    .search-page table {
        font-size: 12px;
    }

    .tours-wrapper2 {
        padding-top: inherit;
    }

    .tours-heading {
        margin-left: -24px;
    }

    .ttb_reviews_date {
        margin: 5px 0 0 0;
    }

    .ttb_reviews_title {
        margin: 0;
    }

    .ttb_revgal_item.floatL {
        float: none;
        display: inline-block;
    }

    .ttb_revgal_item img {
        width: 65px;
    }

    .hrevgallitem {
        width: unset;
    }

    .hrevgallitem a img {
        width: 100px;
    }

    .hrevgallhiddenbtn {
        text-align: left;
        margin-bottom: 15px;
    }


    .aboutin {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

    }

    .aboutimg {
        height: unset;
    }

    .aboutimg img {
        width: 100%;
    }

    .aboutinrightin .aboutimg img {
        width: 100px;
    }

    .newssec_info_button {
        float: left;
        margin: 10px 0;
    }

    .pagination ul li a {
        height: 25px;
        width: 32px;
    }

    .newssec_info_title {
        font-size: 18px;
    }

    .mainnewsblock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;

    }

    .mnb_item {
        margin: 10px 0;
        width: auto;
    }

    .subsblock_text_in div {
        display: block;
    }

    .subsblock_text {
        width: unset;
    }

    .subsblock_form .subsbutton {
        display: none;
    }

    .subsblock_form .arrow-btn {
    / / display: block;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .icon-arrow {
        margin: 9px 12px 8px;
    }

    .subscribeblock .container {
        display: block;
    }

    .subsblock_form .form-control {
        width: 178px;
    }

    .inline-course {
        display: none;
    }

    .mainrightblock .mainslider .slick-next {
        right: 0;
    }

    .mainrightblock .mainslider .slick-prev {
        left: 0;
    }

    .more-btn-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    .more-btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .flogoblock {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 20px;
        -ms-flex-item-align: stretch;
        -webkit-align-self: stretch;
        align-self: stretch;
    }

    .footercontainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 36px 0 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .footercontainer .useragreement {
        display: none;
    }

    .footer-legs {
        width: 94%;
    / / padding: 0 20 px;
        margin-top: 30px;
    }

    .BottomMenu {
        padding: 20px 0;
        background-color: black;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#003968), to(#002442));
        background-image: -webkit-linear-gradient(bottom, #003968 0%, #002442 100%);
        background-image: -o-linear-gradient(bottom, #003968 0%, #002442 100%);
        background-image: linear-gradient(to top, #003968 0%, #002442 100%);
        -webkit-box-shadow: inset 0 -1px 0 #04579b;
        box-shadow: inset 0 -1px 0 #04579b;
        visibility: hidden;
        height: 0;
        padding: 0;
        -webkit-transition: visibility 0s, height 0.4s, padding 0.6s;
        -o-transition: visibility 0s, height 0.4s, padding 0.6s;
        transition: visibility 0s, height 0.4s, padding 0.6s;

    }

    .BottomMenu ul li a {
        text-decoration: underline;
    }

    .hidden-menu-btn {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;

    }

    .BottomMenu-active {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        visibility: visible;
        height: 313px;
        padding: 20px 0;
        -ms-flex-item-align: normal;
        -webkit-align-self: normal;
        align-self: normal;
    }


    .mainrightblock .mainslider .slick-prev {
        background: transparent url("../images/sliderStr-2.png") no-repeat scroll center center;
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }


    .mainrightblock .mainslider .slick-next {
        background: transparent url("../images/sliderStr-2.png") no-repeat scroll center center;
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    .mrb_price_links_buttons {
        margin-left: 0;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
    }


    .hidden-mobile {
        display: none;
    }

    .visible-mobile {
        display: block;
    }

    .mrb_price_links_buttons a {
        background-color: rgba(255, 255, 255, 0.2);
        border: 0;
    }


    .mrb_price_links_title {
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
    }

    .ms_fromtoday {
        display: none;
    }

    .exb_bg {
        -webkit-background-size: 100% 100%;
        background-size: 100%;
    / / padding-top: 530 px;
    }

    .countrysec ul {
        display: none;
    }

    .countrysec_title a {
        font-size: 18px;
        display: block;
    }

    .countrysec_row {
        float: none;
        width: 60%;
    }

    .citymiddelbloc {
    / / -moz-flex-direction: column;
    / / -ms-flex-direction: column;
    / / -o-flex-direction: column;
    / / -webkit-box-orient: vertical;
    / / -webkit-box-direction: normal;
    / / -webkit-flex-direction: column;
    / / flex-direction: column;
        position: relative;
        z-index: 2;
    }

    .mobile-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .mobile-list .stp_item {
        width: 100%;
    }

    .mobile-list .stp_slide {
        width: 100%;
    }

    .mobile-list .stp_img img {
        width: 100%;
    }

    .descktop-list {
        display: none;
    }

    .stp_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .stp_rubprice {
        margin-top: 10px;
    }

    .subsbutton {
        padding: 9px 12px 6px;
    }

    .mainheaderbg .mainrightblock {
        background-color: rgba(0, 0, 0, 0.3);
    }


}

@media (min-width: 481px) and (max-width: 767px) {
    .mobile-list .stp_item {
        width: 72%;
    }
}


@media (max-width: 600px) {
    .ctp_onmap {
        float: left;
    }

    /*.stp_showmore {
    margin: 30px 0 15px;
    float: right;
  }*/
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0c77a2 !important;
}


@media (max-width: 479px) {
    .subsblock_text {
        display: none;
    }

    #toursbycountry {
        float: none;
    }

    .ctp_capital {
        display: block;
    }

    .stp_info {
        padding: 18px 14px 14px;
    }

    .mainheaderbgblock {
        height: 655px;
    }

    .wrapper {
        min-height: 57%;
    }


    .topMenu-add div {
        font-size: 18px;
    }

    .toursitemstitle {
        padding: 12px 29px;
        display: flex;
        flex-direction: column;
    }

    #tours_filter_placesList {
        left: 20px !important;
        width: 310px;
    }

    #tours_filter_placesList .tours_filter_placesList_bottom {
        padding: 11px 13px 12px;
    }


    .full-size-menu .TopMenu .sf-menu li {
        display: block;
    }

    .full-size-menu .TopMenu .sf-menu {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .full-size-menu .TopMenu .sf-menu li {
        padding: 8px 0;
    }


    #datapikerform {
        left: 26.172px !important;
        height: 612px;
    }


    #datapikerform .ui-widget-content {
        width: 12em !important;
    }

    #datapikerform .ui-datepicker table {
        font-size: 13px;
    }

    .fancyorder_numpers {
        width: 241px;
    }

    .fancyorder_input {
        width: 219px;
    }

    .fancyorder_textarea {
        width: 89%;
    }

    .fancyorder_main {
        padding: 20px 15px;
    }

    .ttb_program .ttb_program_last table {
        font-size: 11px;
    }

    #YMapsID {
        height: 349px !important;
    }

    .tabletourslist {
        margin: 0 4px;
    }


    #fixdNav {
        color: #fff;
    }

    #fixdNav #search {
        color: #a2b8cc;
    }

    .stp_showmore {
        margin: 0px 0 15px;
        float: left;
    }

    .tours-wrapper2 {
        padding: 15px 70px !important;
    }

    .innerblock {
        margin: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .BottomMenu-active {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        visibility: visible;
        height: 313px;
        width: 100%;
        padding: 20px 0;

    }

    .cmb_titile, .cmb_tutle {
        font-size: 15px;
    }


    .hidden-menu {
        display: none;
    }

    .topMenu-add {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: relative;
    }

    .subscribeblock .container {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .subsblock_form {
        margin: 17px auto;
    }

    .flogoblock .fblock {
        margin-bottom: 0;
        width: 140px;
    }

    .widgetcommunity {
        margin-right: 0;
    }

    .footercontainer .madeby img {
        width: 120px;
    }

// .BottomMenu {
   / / display: flex;
   / / flex-direction: column;
   / /
   }

    .footer-legs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;

    }


    .fsoc {
        margin-top: 30px;
    }

    .fphonesoc {
        float: none;
        text-align: center;
        margin-top: 30px;
    }

    .fphonesoc a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fphonesoc a img {
        height: 50px;
    }

    .fphonesoc .comma {
        display: inline;
    }

    .fphone_line {
        display: inline;
        line-height: 24px;
    }

    .fsoc_button {
        margin: 0 auto;
    }

    .fsoc .fsoc_item {
        float: none;
    }

    .mainrightblock {
        margin: 0;
        height: 409px;
    }

    .mainslider {
        top: 50px;
        left: 0;
    }

    .slickslider {
        padding: 0 38px;
    }

    .ms_bigtitle, .slick-track .ms_price, .ms_grouptitle.aut {
        text-align: center;
    }

    .ms_bigtitle a {
        font-size: 18px;
    }

    .ms_item_block .ms_description, .mrb_price_links_title, .mrb_price_links_buttons {
        display: none;
    }

// .mainrightblock .mainslider .slick-next {
   / / right: 0;
   / /
   }

// .mainrightblock .mainslider .slick-prev {
   / / left: 0;
   / /
   }

    .mainrightblock .mainslider .slick-next, .mainrightblock .mainslider .slick-prev {
        top: 50%;
    }

    .searchformblock, .mainrightblock {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .mrb_links {
        left: calc(50% - 73px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .mrb_links_item_f {
        margin-left: 0;
    }

    .mrb_links_item {
        margin: 5px 0;
    }

    .sfb_main {
        display: none;
        padding-bottom: 20px;
    }

    .mainheaderbg {
        max-height: 628px;
        min-height: 0;
    }

    .exb_bg {
    / / padding-top: 60 px;
    }

    .logo-phones-wrapper {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-color: #333745;
        background-image: -webkit-linear-gradient(56deg, #05afb5 0%, #004a89 100%);
        background-image: -o-linear-gradient(56deg, #05afb5 0%, #004a89 100%);
        background-image: linear-gradient(34deg, #05afb5 0%, #004a89 100%);
        padding-bottom: 15px;

    }

    .logo {
        margin: 30px 0 0 0;
    }

    .more-btn-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        -webkit-align-items: unset;
        align-items: unset;
        margin: 0;
        padding: 0;

    }

    .more-btn-wrapper li {
        margin: 0 10px;
    }

    .block_tel_mon {
        top: 0;
    }

    .searchblcok {
        margin: 0 20px 0 0;
    }

    .orangetabs .box.visible {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;

    }

    .visasec_row-item a {
        display: block;
    }

    .visasec_row {
        width: 100%;
    }

    .orangetabs .tabs li {
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 5px 0;
    }

    .orangetabs ul.tabs {
        height: 80px;
        border: 0;
        margin-bottom: 20px;
    }

    /*.sbb_busblock {
        background-size: 95%;
            height: 41px;
    width: 182px;
  }*/
    .maxpadding {
        padding: 15px 26px;
    }

    .aboutinright, .aboutinleft {
        width: 100%;
    }

    .aboutin {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .aom_item {
        margin: 10px 25px 0 0;
    }

    .aboutinfo table td {
        padding: 10px 10px;
    }

    .rew_add_textarea {
        width: 90%;
    }

    .type_addfile .lightbluebutton {
        left: 140px;
        top: 58px;
    }


    .mobile-list .stp_info {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .fb_select_block .selecter {
        width: 256px;
    }

    .sfb_input_date {
        width: 65px;
    }

    .filterblock .fb_select_block {
        margin-right: 0;
    }

    .sfb_input_trip {
        width: 39px;
    }

    .fbfooter {
        padding: 12px 9px;
    }

    .fbfooter .sfb_find {
        margin-right: 15px;
    }

    .filterblock {
        padding: 0 20px;
        border: 0;
    }

    .ttb_as_title {
        border: 0;
    }

    .tourtabsblock.orangetabs ul.tabs {
        display: -ms-inline-grid;
        display: inline-grid;
    }

    .sfb-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .sfb_title {
        text-align: center;
    }

    .searchformblock .sfb_title i {
        display: inline;
    }

    .stp_item {
        width: 96%;

    }

    .toursectiontext {
        padding: 0 17px;
    }

    .tours-search .sectiontoursplate .stp_item {
        width: unset;
    }

    .orangetabs .ttb_photogall {
        padding: 42px 23px 0;
    }


    .tourtopblock .ttb_makeorder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .tourtopblock .ttb_makeorder .aviatrainch {
        margin: 10px 0;
    }

    .agentsalert {
        margin: 30px 0 30px;
    }

    .fancymodalbox .fmb_main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .intourprice_left, .intourprice_right {
        width: unset;
    }


}


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

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
    content: "\e900";
}

.icon-chevron:before {
    content: "\e901";
}

.icon-menu-button:before {
    content: "\e902";
    color: #fff;
}

.icon-more:before {
    content: "\e903";
    color: #fff;
}

.icon-search:before {
    content: "\e904";
    color: #fff;
}

.pdf_print {
    background: url(http://www.balttur.spb.ru/tpl/css/../images/printer.svg) no-repeat scroll 0 0 transparent;
    height: 39px;
    width: 39px;
    background-size: contain;
}

.docsline_doc a.pdf_print_wrap {
    padding: 10px 0px 10px 46px;
}

.innerblock {
    position: relative;
}

.print_web {
    position: absolute;
    top: 17px;
    right: 27px;
    cursor: pointer;
    color: #1466a8;
    font-size: 13px;
    text-decoration: underline;
}

.print_web:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    right: 50px;
    top: -2px;
    background: url(http://www.balttur.spb.ru/tpl/css/../images/printer.svg) no-repeat scroll 0 0 transparent;
    background-size: contain;
}

@media print {
    header, footer, .breadcrambs, .ttb_dateblock, .ttb_priceinfo, .orangebutton, .ttb_makeorder a, #consultsystems_button_0, .innerblock > .bluetext, .tourmap, .tabs, .subscribeblock, .ttb_program_file, #fixdNav {
        display: none;
    }

    .innerblock {
        border: 1px solid #FFF;
    }

    .innerblock {
        width: 700px;
    }

    .tourroutename {
        width: 600px;
    }

    .agentsalert {
        width: 600px;
        padding: 0 10px;
        margin-top: 20px;
        margin-left: 0px !important;
    }

    .section.tourtabsblock {
        width: 650px;
    }

    .ttb_seporator {
        display: none;
    }

    .ttb_program_item {
        border-bottom: none;
        margin-bottom: 20px;
    }

    .agentsalertlogo {
        display: none;
    }

    .ttb_allprice {
        display: block;
        width: 100%;
    }

    .ttb_title {
        display: block;
        width: 600px;
    }

    .ttb_program_item {
        padding: 0px;
    }

    .innerblock {
        margin-bottom: 0;
    }

    .tourroutename {
        margin: 0;
    }

    .paddingmidtonorm {
        padding-top: 0;
    }

    .ttb_addserv_line {
        margin: 0;
    }

    .innerblock h5 {
        margin-top: 0;
    }

    .innerblock {
        padding-left: 0;
        padding-right: 0;
        margin-top: -20px;
    }

    .ttb_alldate {
        margin-top: 10px;
    }

    .ttb_program_item table {
        font-size: 13px;
    }
}

.poisk_block .fb_select_block .sfb_input_date {
    width: 70px;
}

.poisk_block .fb_select_block .sfb_input_trip {
    width: 50px;
}

.poisk_block .fb_select_block .sfb_input_suf_1, .poisk_block .fb_select_block .sfb_input_suf_2, .poisk_block .fb_select_block .sfb_input_suf_3 {
    color: #1466a8;
}

.poisk_block .ttb_as_title {
    border-bottom: none;
    display: inline-block;
    width: 100%;
}

.poisk_block .ttb_as_titletext {
    background: none repeat scroll 0 0 transparent;
    font-size: 14px;
}

.poisk_block .tt_chek36:after {
    border-color: #fb841b;
}

.poisk_block .tt_chek36 .ttb_as_titletext {
    color: #fb841b;
}

.ttb_addserv_line label:after {
    top: 1px;
}

.poisk_block .ttb_addserv_line {
    min-width: 285px;
}

.poisk_check .float_last {
    padding-left: 9px;
}

.poisk_check .float_col {
    width: 33%;
    margin-right: 0px;
}

.poisk_block .fb_select_block {
    width: 33.333333%;
    margin-right: 0;
}

.poisk_block .fb_select_block .selecter {
    width: 260px;
}

.poisk_block .poisk_footer .sfb_input_trip {
    width: 90px;
}

.poisk_block .poisk_footer h6 {
    margin-top: 0;
}

.poisk_footer .sfb_find {
    margin-right: 15px;
}

.poisk_footer .sfb_clear {
    margin-right: 0px;
    border: 0;
}

.navigate {
    float: right;
    position: relative;
    top: 23px;
}

.poisk_footer {
    padding-bottom: 5px;
    padding-top: 0;
}

.poisk_block .ttb_addserv_line {
    margin: 0 0 -1px;
}

.poisk_block .sub_category {
    margin-left: 25px;
}

.search_request {
    background-color: #eef5ff;
    margin: 0 -48px;
    padding: 4px 20px 0px;
    position: relative;
}

.search_request .header_table .tours-heading {
    color: #0b4d83;
}

.search_request .selecter-selected {
    background: #FFF;
    border-radius: 5px;
}

.search_request .selecter-selected:hover {
    border: 1px solid #9db3d3;
}

.search_request .selecter.bottom.open .selecter-options {
    border-radius: 5px 5px 0 0;
}

.poisk_sort {
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search_request .selecter-selected {
    padding-right: 35px;
}

.search_request .selecter.bottom.open .selecter-selected {
    border-radius: 0 0 5px 5px;
}

.poisk_sort_head {
    margin-right: 10px;
    color: #121212;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
}

.header_table {
    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;
}

.type_sort .selecter-selected {
    min-width: 150px;
    padding: 6px 8px;
}

.price_sort .selecter-selected {
    min-width: 100px;
    padding: 2px 8px;
}

.header_table .place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_table .place .green_block {
    background-color: #fbbc03;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#537e09), to(#7eb223));
    background-image: -webkit-linear-gradient(bottom, #537e09 0%, #7eb223 100%);
    background-image: -o-linear-gradient(bottom, #537e09 0%, #7eb223 100%);
    background-image: linear-gradient(to top, #537e09 0%, #7eb223 100%);
    border-radius: 15px 0px 0px 15px;
}

.header_table .place .yellow_block {
    background-color: #fbbc03;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e8a119), to(#febf00));
    background-image: -webkit-linear-gradient(bottom, #e8a119 0%, #febf00 100%);
    background-image: -o-linear-gradient(bottom, #e8a119 0%, #febf00 100%);
    background-image: linear-gradient(to top, #e8a119 0%, #febf00 100%);
}

.header_table .place .red_block {
    background-color: #fbbc03;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c91313), to(#fb1b1b));
    background-image: -webkit-linear-gradient(bottom, #c91313 0%, #fb1b1b 100%);
    background-image: -o-linear-gradient(bottom, #c91313 0%, #fb1b1b 100%);
    background-image: linear-gradient(to top, #c91313 0%, #fb1b1b 100%);
    border-radius: 0px 15px 15px 0px;
}

.header_table .place > div {
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 2px 10px;
}

.selecter-selected:after {
    right: 8px;
}

.header_table .tours-heading {
    margin: 0;
}

.btn_search_cruise {
    background-color: #ebf3ff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0b4d83), to(#0e71c3));
    background-image: -webkit-linear-gradient(bottom, #0b4d83 0%, #0e71c3 100%);
    background-image: -o-linear-gradient(bottom, #0b4d83 0%, #0e71c3 100%);
    background-image: linear-gradient(to top, #0b4d83 0%, #0e71c3 100%);
    border-radius: 18px;
    display: inline-block;
    padding: 7px 45px;
    text-decoration: none;
    margin-top: 6px;
}

.btn_search_cruise:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0e71c3), to(#0b4d83));
    background-image: -webkit-linear-gradient(bottom, #0e71c3 0%, #0b4d83 100%);
    background-image: -o-linear-gradient(bottom, #0e71c3 0%, #0b4d83 100%);
    background-image: linear-gradient(to top, #0e71c3 0%, #0b4d83 100%);
}

.btn_search_cruise span {
    color: white;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.1;
}

.btn_search_cruise .pic {
    background: transparent url(/tpl/images/sea.svg) no-repeat center;
    width: 19px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 7px;
}


.table-container {
    width: 457px; /* Total width of visible columns + border widths */
    height: 100%;
    overflow: hidden;
}

.sliding-window {
    width: 800px;
    min-width: 380px;
    height: 100%;
    overflow: hidden;

}

.hide_content .new_stl_ib_hiddenblock {
    max-width: 274px;
}

.divTable {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.divTableRow:first-child {
    height: auto;
}

.divTableRow {
    display: table-row;
    height: 125px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    border: 1px solid #dee6f0;
    display: table-cell;
}

.divTableCell .divTableCellInner {
    padding: 15px 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.table_right .divTableCell {
    padding: 0;
}

.table_right .divTableCell .divTableCellWrap {
    padding: 0px 5px 20px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: -4px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #dee6f0;
}

.poisk_check {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.poisk_search_block .fb_title {
    padding: 5px 29px;
    margin-top: -5px;
}

.poisk_footer h6 {
    margin-top: -7px;
}

.filterblock .top_filter_block {
    padding-bottom: 0;
    border-bottom: none !important;
}

.table_right .divTableCell .divTableCellWrap:after {
    content: '';
    width: 100%;
    height: 38px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(transparent));
    background-image: -webkit-linear-gradient(bottom, white 0%, transparent 100%);
    background-image: -o-linear-gradient(bottom, white 0%, transparent 100%);
    background-image: linear-gradient(to top, white 0%, transparent 100%);
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}


.thCell:first-child {
    text-align: left;
}

.table_left .divTableCell:nth-child(2) {
    text-align: center;
}

.table_left .divTableCell:nth-child(3) {
    text-align: center;
    min-width: 60px;
    width: 60px;
    padding: 0;
}

.table_result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px -49px;
}

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

.thCell {
    color: #1466a8;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    min-width: 114px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.table_left a.link {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid
}

.table_left a.link:hover {
    border-bottom: none;
}

.cel_price {
    color: #f16d1a;
    font-size: 16px;
    font-weight: 400;
}

.cel_days {
    color: #0b4d83;
    font-size: 16px;
    font-weight: 400;
}

.table_left .btn_more {
    margin-top: 20px;
}

.table_left .btn_more span {
    color: #1466a8;
    font-size: 14px;
    font-weight: 400;
    background-color: #ebf3ff;
    border: 1px solid #d3dff0;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 20px;
    cursor: pointer;
}

.table_left .btn_more span:hover {
    background-color: #0d69b4;
    color: #FFF;
}

.navigate_arrow {
    background-color: #e5ecf6;
    width: 25px;
    border: 1px solid #d0d7e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0px;
}

.table_left .divTableRow:last-child .divTableCellInner {
    margin-bottom: 0px;
}

.navigate_arrow:hover {
    background-color: #cfdbec;
}

.table_right .sliding-window {
    border-bottom: 1px solid #dee6f0;
    margin-bottom: 1px;
}

.navigate_arrow span {
    background: transparent url(/tpl/images/arrow.svg) no-repeat center;
    width: 8px;
    height: 8px;
    display: inline-block;
    position: relative;
    margin: 20px 0;
}

.navigate_arrow.arrow_left span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.navigate_arrow.arrow_right span {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.table_right .divTableCell {
    text-align: center;
    width: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.navigate_arrow.arrow_left {
    margin-right: -1px;
    z-index: 9;
}

.navigate_arrow.arrow_right {
    margin-left: -1px;
    z-index: 9;
}

.table_right .thCell {
    padding: 10px 5px;
    text-align: center;
}

.no_places .number {
    background-color: #0b4d83;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c91313), to(#fb1b1b));
    background-image: -webkit-linear-gradient(bottom, #c91313 0%, #fb1b1b 100%);
    background-image: -o-linear-gradient(bottom, #c91313 0%, #fb1b1b 100%);
    background-image: linear-gradient(to top, #c91313 0%, #fb1b1b 100%);
    border-radius: 12px;
}

.have_places .number {
    background-color: #0b4d83;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#537e09), to(#7eb223));
    background-image: -webkit-linear-gradient(bottom, #537e09 0%, #7eb223 100%);
    background-image: -o-linear-gradient(bottom, #537e09 0%, #7eb223 100%);
    background-image: linear-gradient(to top, #537e09 0%, #7eb223 100%);
    border-radius: 12px;
}

.from_to .number {
    background-color: #0b4d83;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e8a119), to(#febf00));
    background-image: -webkit-linear-gradient(bottom, #e8a119 0%, #febf00 100%);
    background-image: -o-linear-gradient(bottom, #e8a119 0%, #febf00 100%);
    background-image: linear-gradient(to top, #e8a119 0%, #febf00 100%);
    border-radius: 12px;
}

.divTableCell .number {
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 4px;
}

.icon_place {
    width: 50%;
    margin-top: 5px;
    float: left;
    padding: 0 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

.have_achive {
    width: 100%;
    background-color: #e3edfb;
    border-radius: 20px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.have_achive .number {
    margin-bottom: 0px;
    width: 40%;
}

.have_achive .achive {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 3px;
}

.achive > div {
    color: #1466a8;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    width: 30%;
    margin-top: -3px;
    cursor: pointer;
}

.achive > div:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 4px;
}

.achive .hot:before {
    background: transparent url('/tpl/images/hot.svg');
    width: 7px;
    height: 9px;
}

.achive .sales:before {
    background: transparent url('/tpl/images/skidka.svg');
    width: 9px;
    height: 9px;
}

.achive .garant:before {
    background: transparent url('/tpl/images/garantee.svg');
    width: 9px;
    height: 8px;;
}

.achive .events:before {
    background: transparent url('/tpl/images/events.svg');
    width: 9px;
    height: 9px;
}

.hide_content {
    overflow: hidden;
    visibility: hidden;
    position: absolute;
}

.table_right .table-container {
    border-bottom: 1px solid #dee6f0;
    margin-bottom: -3px;
}

.table_right .divTableRow:last-child .divTableCellWrap {
    border-bottom: none;
}

.table_left {
    width: 50%;
}

.divTableBody {
    position: relative;
}

.hide_content {
    padding: 15px 0 0;
}

.TopMenu .sf-menu > li:nth-child(8) {
    display: none;
}

.table_left .new_stl_info_block {
    max-width: 275px;
    overflow: hidden;
}

.icons_type {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    width: 90px;
    margin-top: 8px;
}

.icons_type > span {
    display: block;
    margin: 0 2px;
}

.icons_type .bus {
    background: transparent url(/tpl/images/bus.svg);
    width: 16px;
    height: 19px;
}

.icons_type .plane {
    background: transparent url(/tpl/images/plane.svg);
    width: 18px;
    height: 19px;
}

.icons_type .train {
    background: transparent url(/tpl/images/train.svg);
    width: 17px;
    height: 19px;
}

.icons_type .sea {
    background: transparent url(/tpl/images/sea1.svg);
    width: 18px;
    height: 19px;
}

.title_with_arrow {
    position: relative;
    cursor: pointer;
}

.eur_curs {
    display: none;
}

.title_with_arrow:after {
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    right: 35px;
    bottom: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3374af;
    content: '';
    display: block;
    margin: auto 0;
}

.title_with_arrow.show_block:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hide_cont_block {
    display: block;
}

.icons_block_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #1466a8;
    font-size: 12px;
    font-weight: 400;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.icons_block_wrap > div {
    position: relative;
    margin-left: 30px;
}

.icons_block_wrap > div:before {
    content: '';
    position: absolute;
    left: -12px;
    top: 2px;
}

.icons_block_wrap .hot:before {
    background: transparent url('/tpl/images/hot.svg');
    width: 7px;
    height: 9px;
}

.icons_block_wrap .sales:before {
    background: transparent url('/tpl/images/skidka.svg');
    width: 9px;
    height: 9px;
}

.icons_block_wrap .garant:before {
    background: transparent url('/tpl/images/garantee.svg');
    width: 9px;
    height: 8px;;
}

.icons_block_wrap .events:before {
    background: transparent url('/tpl/images/events.svg');
    width: 9px;
    height: 9px;
}

.achive > div span {
    display: none;
    position: absolute;
    top: 3px;
    padding: 5px 0;
    width: 100px;
    text-align: center;
    background-color: white;
    border: 1px solid #5a87ab;
    border-radius: 13px;
    -webkit-box-shadow: 0 2px 10px rgba(17, 28, 36, 0.25);
    box-shadow: 0 2px 10px rgba(17, 28, 36, 0.25);
}

.achive > div:hover span {
    display: none;
}

.achive > div span:before {
    display: none;
    height: 0;
    width: 0;
    position: absolute;
    top: 29px;
    right: calc(50% - 6px);
    bottom: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3374af;
    content: '';
    display: block;
    margin: auto 0;
}

.poisk_search_block {
    margin-bottom: 6px;
    margin-top: 0px;
    padding: 0 2px;
    border: none;
}

.poisk_search_block .fb_title {
    font-size: 16px;
}

.poisk_search_block h6 {
    margin: 5px 0 5px;
}

.search_request .selecter {
    margin: 2px 0;
}

.search_request .type_sort .selecter-selected {
    padding: 2px 8px;
}

.tooltipster-sidetip .tooltipster-box {
    background: #ffffff !important;
    background-color: white !important;
    border: 1px solid #5a87ab !important;
    border-radius: 13px !important;
    -webkit-box-shadow: 0 2px 10px rgba(17, 28, 36, 0.25) !important;
    box-shadow: 0 2px 10px rgba(17, 28, 36, 0.25) !important;
}

.tooltipster-sidetip .tooltipster-arrow-border {
    display: none !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: -1px !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #5987ab !important;
}

.tooltipster-sidetip .tooltipster-content {
    color: #000 !important;
    font-size: 12px !important;
    text-align: center !important;
}

@media (max-width: 970px) {
    .poisk_block .fb_select_block {
        width: 50%;
    }

    .header_table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0;
    }

    .price_sort {
        margin-bottom: 10px;
    }

    .table_left {
        width: 100%;
    }

    .icons_block_wrap {
        position: absolute;
        bottom: 8px;
        left: 0;
    }

    .header_table {
        padding: 0px 0 30px;
    }

    .table_right .thCell {
        font-size: 13px;
    }
}

@media (max-width: 840px) {
    .table_left .divTableRow .divTableCell:nth-child(2) {
        display: none;
    }

    .table_left .divTableRow .divTableCell:nth-child(3) {
        display: none;
    }

    .table-container {
        width: 134px;
    }

    .thCell {
        min-width: 110px;
    }
}

@media (max-width: 710px) {
    .poisk_block .fb_select_block {
        width: 100%;
    }

    .navigate {
        float: left;
        position: relative;
        top: 32px;
        width: 100%;
        margin-bottom: 40px;
    }

    .poisk_footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 479px) {
    .poisk_footer {
        padding: 20px 30px;
    }

    .poisk_footer .sfb_find {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .search_request {
        padding: 5px 30px 5px 45px;
    }

    .thCell {
        padding: 10px 40px;
    }

    .divTableCell {
        padding: 15px 10px 20px;
    }

    .table_result {
        margin: 0 -27px;
    }

    .table_left a.link {
        font-size: 14px;
    }

    .table_left .thCell:first-child {
        padding: 10px 20px;
    }

    .table_left .divTableCell .divTableCellInner {
        padding: 15px 10px 20px;
    }

    .icons_block_wrap {
        padding: 0 30px;
    }

    .table-container {
        width: 115px;
    }

    .thCell {
        min-width: 115px;
    }

    .search_block_link.filterblock .fb_title {
        text-align: center;
    }

    .search_block_link .sfb_find {
        display: block;
        float: none;
        width: 85px;
        margin: 0 auto;
        margin-top: 10px;
        top: 0;
    }
}

.selectlogo {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 7px;
    border-radius: 50%;
}

.selectlogo.greenlogo {
    background-color: #7eb223;
}

.selectlogo.yellowlogo {
    background-color: #febf00;
}

.selectlogo.redlogo {
    background-color: #fb1b1b;
}

.garantlogo {
    width: 9px;
    height: 8px;
    display: inline-block;
    margin-left: 7px;
}

.garantlogo.garantgreen {
    background: transparent url(/tpl/images/garantee.svg);
}

.hotlogo {
    width: 7px;
    height: 9px;
    display: inline-block;
    margin-left: 7px;
}

.hotlogo.hotgreen {
    background: transparent url(/tpl/images/hot.svg);
}

.salelogo {
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-left: 7px;
}

.salelogo.salegreen {
    background: transparent url(/tpl/images/skidka.svg);
}

.eventlogo {
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-left: 7px;
}

.eventlogo.eventgreen {
    background: transparent url(/tpl/images/events.svg);
}

.sametours {
    border-bottom: 1px dotted #1466a8;
    float: right;
    text-decoration: none;
}

.sametours:hover {
    border-bottom-color: transparent;
}

.bals1 {
    position: absolute;
    top: 0;
    left: 0;
}

.bals1 img {
    width: 400px;
}

.bals2 {
    position: absolute;
    top: 0;
    right: 0;
}

.bals2 img {
    width: 550px;
}

.ded-1 {
    position: fixed;
    bottom: 0;
    left: 300px;
    z-index: 1000;
}

.ded-1 img {

}

@media (max-width: 1000px) {
    .bals2 img {
        display: none;
    }
}

.ttb_program_item i {
    font-family: "PFBeauSansPro-Italic", sans-serif !important;
}

.tour_id_117 {
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: 1px solid #fb841b;
    padding: 7px 20px 7px 20px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    background: #fb841b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.mrb_price_links_buttons_cashback {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 5px solid #3972be;
}

.mrb_price_links_buttons_cashback a {
    color: #ffffff;
    position: relative;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: 1px solid #fb841b;
    padding: 7px 20px 7px 20px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    background: #fb841b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb841b), to(#e5531a));
    background: -webkit-linear-gradient(#fb841b, #e5531a);
    background: -o-linear-gradient(#fb841b, #e5531a);
    background: linear-gradient(#fb841b, #e5531a);
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    background: #3972be;
    color: #FFF;
    border: 1px solid #FFF;
}
.mrb_price_links_buttons_cashback a:hover {

}
.ded-moroz {
    position: fixed;
    left: 0;
    bottom: 0;
    transform: scale(-1, 1);
}

@media (max-width: 512px) {
    .ded-moroz {
        left: 0;
    }
}

.filter-flower.filter-flower-addcss {
    bottom: -60px;
    z-index: 1;
}