@charset "utf-8";
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/roboto-regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/roboto-italic.woff) format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/roboto-bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/roboto-bolditalic.woff) format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/roboto-medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/roboto-mediumitalic.woff) format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url(../fonts/roboto/roboto-condensed.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url(../fonts/roboto/roboto-condenseditalic.woff) format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url(../fonts/roboto/roboto-boldcondensed.woff) format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url(../fonts/roboto/roboto-boldcondenseditalic.woff) format('woff');
    font-weight: bold;
    font-style: italic;
}
html {
    background: #fff;
    height: 100%; /* For Stupid IE9-11 */
    min-height: 100%;
    font: 1.06em / normal Roboto, sans-serif;
    color: #000;
    display: -ms-flexbox;

    display: -webkit-flex;
    display: flex;
}
body {
    width: 100%;
    min-width: 460px;
    margin: 0;
    display: -ms-flexbox;
    -ms-flex-direction: column;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
textarea,
button,
input,
select {
    font-size: 1rem;
    font-family: Roboto, sans-serif;
}
article,
aside,
footer,
header,
main,
hgroup,
nav,
section {
    display: block;
}
template {
    display: none;
}
a {
    color: #073e7c;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
:focus {
    outline: none;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder {
    opacity: 0;
}
input:focus:-ms-input-placeholder {
    opacity: 0;
}
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
textarea:focus::-moz-placeholder {
    opacity: 0;
}
textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
img {
    border: 0;
}

h1 {
    font-size: 2.95rem;
    line-height: 1;
    font-family: 'Roboto Condensed';
    margin: 0 0 0.8em;
    color: #1d2833;
}
h2 {
    font-size: 2.36rem;
    line-height: 1.13;
    font-family: 'Roboto Condensed';
    color: #1d2833;
    margin: 0 0 1em;
}
h3 {
    font-size: 2.125rem;
    line-height: 1.115;
    font-family: 'Roboto Condensed';
    color: #1d2833;
    margin: 0 0 0.694em;
}
.home h1 {
    font-size: 1.77rem;
    line-height: 1;
    margin: 0 0 58px;
}
.home h2 {
    font-size: 1.76rem;
    line-height: 1;
    margin: 0 0 48px;
}
.home h3 {
    font-size: 1.76rem;
    line-height: 1;
    margin: 0 0 1.17em;
}
.main-sect h1,
.main-sect h2,
.main-sect h3,
.main-showcase h1 {
    text-align: center;
}
.main-showcase h1 {
    color: #fff;
}

.h-center {
    text-align: center;
}
button::-moz-focus-inner {
    margin: -1px 0 0;
    padding: 0;
    border: 0;
}
.btn {
    background: #fff;
    font-size: 0.88rem;
    text-decoration: none;
    color: #1d2833;
    display: inline-block;
    border: 2px solid #ebebeb;
    padding: 6px 10px 8px;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
}
.btn:hover {
    border-color: #dadada;
}
.btn.info {
    border-color: #cdd6dd;
}
.btn.info:hover {
    border-color: #94a9be;
}
.btn.primary {
    border-color: #366493;
}
.btn.primary:hover {
    border-color: #8dc5ff;
}
.btn.warning {
    border-color: #fea700;
}
.btn.warning:hover {
    border-color: #fcb92a;
}
.btn.danger {
    border-color: #ff4800;
}
.btn.danger:hover {
    border-color: #ff5a19;
}
.btn_fr {
    float: right;
}
.btn_md {
    font-size: 0.88rem;
    font-weight: 500;
    padding: 16px 10px 18px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn_md:hover {
    background: #dadada;
}
.btn_md.info:hover {
    background: #94a9be;
}
.btn_md.primary:hover {
    background: #8dc5ff;
    color: #fff;
}
.btn_md.warning:hover {
    background: #fcb92a;
    color: #fff;
}
.btn_md.danger:hover {
    background: #ff5a19;
    color: #fff;
}
.btn_form {
    padding: 12px 25px 12px;
}
.btn_big {
    font-size: 1.18rem;
    padding: 19px 70px 20px;
}
.btn_menu {
    background: #0a131b;
    font-size: 0.82rem;
    color: #ffa700;
    border: none;
    margin-right: 10px;
    padding: 10px 14px 11px;
    cursor: pointer;
}
.btn_menu span {
    background: url(../img/ico-menu.png) no-repeat 0 0;
    display: block;
    text-indent: -9999px;
    width: 22px;
    height: 19px;
}
.btn_menu:hover span,
.btn_menu.active span {
    background-position: 100% 0;
}
.btn_private {
    background: #0a131b;
    font-size: 0.82rem;
    color: #ffa700;
    border: none;
    padding: 11px 14px 11px;
    cursor: pointer;
}
.btn_private span {
    background: url(../img/ico-login.png) no-repeat 0 0;
    display: block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
}
.btn_private:hover span,
.btn_private.active span {
    background-position: 100% 0;
}
.btn_menu:hover,
.btn_private:hover {
    color: #ffc24f;
}
.btn_profile {
    background: #0a131b;
    font-size: 0.82rem;
    color: #ffa700;
    border: none;
    padding: 8px 14px 9px;
    cursor: pointer;
    vertical-align: top;
}
.btn_profile span {
    background: url(../img/ico-profile.png) no-repeat 0 0;
    display: block;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}
.btn_profile:hover span,
.btn_profile.active span {
    background-position: 0 -23px;
}
.btn_modal {
    background: #e48912;
    min-width: 205px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 13px 35px 14px;
    box-sizing: border-box;
    cursor: pointer;
}
.btn_modal:hover {
    background: #fca029;
}
.btn_report {
    font-weight: 500;
    padding: 6px 15px 8px;
    position: relative;
}
.btn_report.ico-exl {
    padding-left: 45px;
}
.btn_report.ico-email {
    padding-left: 45px;
}
.btn_report.ico-plus {
    padding: 6px 20px 8px 50px;
}
.btn_report.ico-exl:before {
    content: '';
    background: url(../img/ico-exl.png) no-repeat 0 0;
    width: 21px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 15px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.btn_report.ico-email:before {
    content: '';
    background: url(../img/ico-email.png) no-repeat 0 0;
    width: 31px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 10px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.btn_report.ico-plus:before {
    content: '';
    background: url(../img/ico-plus.png) no-repeat 0 0;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 25px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.btn_searchreset {
    background: none;
    font-size: 13px;
    color: #929ba1;
    border: none;
    border-bottom: 1px dotted #929ba1;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.btn_searchreset:hover {
    border-color: transparent;
}

.inp {
    background: #fff;
    border: 2px solid #ebebeb;
    padding: 10px 12px 11px;
    box-sizing: border-box;
    resize: none;
}
.inp:focus {
    border-color: #d8d8d8;
}
.inp.flexible {
    width: 100%;
    display: block;
}
.inp::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
.inp::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.inp:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
.inp:focus::-webkit-input-placeholder {
    opacity: 0;
}
.inp:focus::-moz-placeholder {
    opacity: 0;
}
.inp:focus:-ms-input-placeholder {
    opacity: 0;
}
.inputwrap {
    background: #fff;
    display: inline-block;
    border: 2px solid #e2e2e2;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
}
.inputwrap.flexible {
    width: 100%;
}
.inputwrap.error {
    border-color: #e90000;
}
.inputwrap-error {
    font-size: 14px;
    font-weight: 500;
    color: #e90000;
    margin-top: 5px;
    position: absolute;
    top: 100%;
    left: 0;
}

.inputwrap input {
    width: 100%;
    font-size: 1rem;
    background: none;
    border: none;
    padding: 14px 10px 17px;
    box-sizing: border-box;
}
.inputwrap input::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
.inputwrap input::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.inputwrap input:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
.inputwrap input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.inputwrap input:focus::-moz-placeholder {
    opacity: 0;
}
.inputwrap input:focus:-ms-input-placeholder {
    opacity: 0;
}
.inputwrap.ico-email {
    padding-left: 30px;
}
.inputwrap.ico-email:before {
    content: '';
    background: url(../img/form_icons.png) no-repeat 0 0;
    width: 18px;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: 10px;
}
.inputwrap.error.ico-email:before {
    background: url(../img/form_icons.png) no-repeat -54px 0;
}

.chbx {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
}
.chbx input[type='checkbox'] {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.chbx-i {
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #d0d6d9;
    box-sizing: border-box;
}
.chbx input[type='checkbox']:checked + .chbx-i {
    background: url(../img/ico-chbx.png), linear-gradient(#5da4f6, #3283dd);
    -webkit-background-size: 14px 11px, auto auto;
    background-size: 14px 11px, auto auto;
    background-position: 50% 50%, 0 0;
    background-repeat: no-repeat, repeat;
    border: none;
}

.radio {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
}
.radio input[type='radio'] {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.radio-i {
    background: none;
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #d0d6d9;
    border-radius: 50%;
    box-sizing: border-box;
}
.radio input[type='radio']:checked + .radio-i {
    background: linear-gradient(#5da4f6, #3283dd);
    border: none;
    position: relative;
}
.radio input[type='radio']:checked + .radio-i:before {
    content: '';
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}

.autocomplete {
    position: relative;
    background: #fff;
}
.autocomplete-result {
    border: 2px solid #e2e2e2;
    padding: 18px 15px 18px;
    overflow: hidden;
}
.autocomplete.ico-source .autocomplete-result,
.autocomplete.ico-target .autocomplete-result {
    padding-left: 38px;
    position: relative;
}
.autocomplete.ico-source .autocomplete-result:before,
.autocomplete.ico-target .autocomplete-result:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.autocomplete.ico-source .autocomplete-result:before {
    background: url(../img/ico-source.png);
    width: 21px;
    height: 25px;
}
.autocomplete.ico-target .autocomplete-result:before {
    background: url(../img/ico-target.png);
    width: 21px;
    height: 25px;
}
.autocomplete-value {
    max-width: 60%;
    font-size: 17px;
    line-height: 20px;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}
.autocomplete-data {
    max-width: 40%;
    font-size: 15px;
    line-height: 20px;
    color: #4b555e;
    float: left;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}
.autocomplete-country {
    font-size: 15px;
    color: #4b555e;
    display: inline-block;
}
.autocomplete-city {
    font-size: 17px;
    color: #000;
    display: inline-block;
    margin-right: 10px;
}
.autocomplete input {
    width: 100%;
    border: 2px solid #e2e2e2;
    padding: 16px 15px 17px;
    display: none;
    box-sizing: border-box;
}
.autocomplete.ico-source input,
.autocomplete.ico-target input {
    padding-left: 38px;
}
.autocomplete.ico-source input {
    background: url(../img/ico-source.png) no-repeat 10px 50% #fff;
}
.autocomplete.ico-target input {
    background: url(../img/ico-target.png) no-repeat 10px 50% #fff;
}
.autocomplete.focus input {
    display: block;
}
.autocomplete.focus .autocomplete-result {
    display: none;
}
.autocomplete-suggestions {
    background: #fff;
    border: 1px solid #e2e2e2;
    margin: 3px 0 0 1px;
    overflow: auto;
    box-shadow: 0 0 0 1px #e2e2e2;
    box-sizing: border-box;
}
.autocomplete-suggestion {
    padding: 10px 15px;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-selected {
    background: #f0f0f0;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
}
.autocomplete-group {
    padding: 2px 5px;
}
.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.js-ajaxformbox-error {
    display: none;
}
.js-ajaxformbox-input.error .js-ajaxformbox-error {
    display: block;
}

.box {
}
.box-base {
    display: block;
}
.box-side {
    float: left;
}
.box-side_right {
    float: right;
}

.box_header {
}
.box_header > .box-side {
    width: calc(50% - 50px);
    padding: 15px 0;
}
.box_header > .box-side_right {
    width: calc(50% - 50px);
    text-align: right;
    padding-bottom: 15px;
}
.box_header > .box-base {
    padding: 0 10px;
}
.box_search > .box-base {
    padding-right: 10px;
}
.box_scroll > .box-side {
    background: #101b25;
    width: 140px;
    height: 80px;
    position: relative;
}
.box_scroll > .box-side .logo {
    width: auto;
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 30px;
    transition: left 0.3s, right 0.3s, bottom 0.3s;
}
.is-sticky .box_scroll > .box-side .logo {
    left: 34px;
    right: 34px;
    bottom: 10px;
}
.box_scroll > .box-side_right {
    padding-top: 25px;
}
.box-base_input {
    padding-right: 10px;
}
.box_newsbox {
}
.box_newsbox .box-side {
    width: 100%;
    padding: 0 0 25px 0;
}
.box_newsbox .box-base {
}

.box_newspost .box-side {
    width: 100%;
}

.box_panel {
}
.box_panel .box-side {
    width: 100%;
}
.box_rform {
}
.box_rform .box-side {
    width: 100%;
}
.box_sendmail {
}
.box_sendmail .box-side_right {
    padding-left: 10px;
}

.box_passenger {
}
.box_passenger .box-base {
}

.nav {
}
.nav-itm {
    display: block;
}
.nav.horizontal {
    letter-spacing: -0.24em;
}
.nav.horizontal .nav-itm {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}
.nav_mobnav {
    background: #0a131b;
    display: none;
    -ms-flex: 0 0 auto;

    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 10px 29px;
}
.nav_mobnav.active {
    display: block;
}
.nav_mobnav .nav-itm {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 25px 0;
}
.nav_mobnav .nav-lnk {
    color: #fff;
    text-decoration: none;
}
.nav_mobnav .nav-lnk:hover {
    color: #6bb3ff;
}

.nav_scroll {
    font-size: 0.82rem;
    text-align: center;
    padding-top: 25px;
}
.nav_scroll .nav-itm {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 5px;
    padding: 5px 5px 6px;
}
.nav_scroll .nav-itm:hover,
.nav_scroll .nav-itm.active {
    background: #0a131b;
    color: #ffa800;
}

.nav_banner {
    text-align: center;
    display: inline-block;
    position: relative;
}
.nav_banner .nav-itm {
    background: rgba(10, 19, 27, 0.7);
    text-decoration: none;
    color: #6bb3ff;
    margin: 5px;
    padding: 3px 15px 4px;
    transition: all 0.3s;
}
.nav_banner .nav-itm:hover,
.nav_banner .nav-itm.active {
    background: #3f8de6;
    color: #fff;
}

.nav_adout {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: none;
    counter-reset: list;
}
.nav_adout .nav-itm {
    background: #fff;
    color: #000;
    text-decoration: none;
    margin: 0 10px 0 0;
    padding: 3px 14px 4px;
    border: none;
}
.nav_adout .nav-itm span {
    display: none;
}
.nav_adout .nav-itm:before {
    counter-increment: list;
    content: counter(list);
}
.nav_adout.horizontal .nav-itm {
    vertical-align: middle;
}
.nav_adout .nav-itm:hover {
    background: #3b8be5;
    color: #fff;
    border: none;
}
.nav_adout .nav-itm.active {
    background: #3b8be5;
    color: #fff;
    margin: 0 10px 0 0;
    padding: 3px 14px 4px;
    border: none;
}

.nav_newstags {
    font-size: 0.88rem;
    margin-bottom: 25px;
}
.nav_newstags .nav-itm {
    background: #f4f4f4;
    background: linear-gradient(90deg, #f4f4f4, #f4f4f4);
    color: #1d2833;
    text-decoration: none;
    margin: 0 10px 17px 0;
    padding: 9px 10px;
}
.nav_newstags .nav-itm:hover,
.nav_newstags .nav-itm.active {
    background: #5198e7;
    background: linear-gradient(90deg, #5c9ee8, #3789e5);
    color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.nav_newscity {
    font-size: 0.88rem;
    margin: 0 0 30px -10px;
}
.nav_newscity .nav-itm {
    color: #000;
    text-decoration: none;
    margin: 0 0 10px 10px;
    padding: 7px 10px;
    border: 2px solid #ebebeb;
}
.nav_newscity .nav-itm:hover,
.nav_newscity .nav-itm.active {
    background: #ebebeb;
}
.nav_pages {
    font-size: 0.82rem;
    margin: 30px 0 10px;
}
.nav_pages a.nav-itm {
    min-width: 42px;
    color: #000;
    text-align: center;
    text-decoration: none;
    margin: 0 0 10px 10px;
    padding: 7px 10px 8px;
    border: 2px solid #ebebeb;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav_pages span.nav-itm {
    margin: 0 0 10px 10px;
    position: relative;
    top: 10px;
}
.nav_pages a.nav-itm:hover,
.nav_pages a.nav-itm.active {
    background: #ebebeb;
}
.nav_pages a.nav-itm_prev,
.nav_pages span.nav-itm_prev,
.nav_pages a.nav-itm_next,
.nav_pages span.nav-itm_next {
    color: #000;
    text-indent: -9999px;
    text-decoration: none;
    margin: 0 0 10px 10px;
    padding: 7px 18px 8px;
    border: 2px solid #ebebeb;
    position: relative;
}
.nav_pages a.nav-itm_prev,
.nav_pages span.nav-itm_prev {
    margin-right: 10px;
}
.nav_pages a.nav-itm_next,
.nav_pages span.nav-itm_next {
    margin-left: 20px;
}
.nav_pages .nav-itm_next:before {
    content: '';
    background: url(../img/ico-page.png) no-repeat -8px 0;
    width: 8px;
    height: 11px;
    margin: -5px 0 0 -4px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.nav_pages .nav-itm_prev:before {
    content: '';
    background: url(../img/ico-page.png) no-repeat 0px 0;
    width: 8px;
    height: 11px;
    margin: -5px 0 0 -4px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.nav_pages .nav-itm:first-child {
    margin-left: 0;
}

.nav_services {
    text-align: center;
    margin: -10px 0 30px -10px;
}
.nav_services .nav-itm {
    background: #f4f4f4;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 10px 10px;
    padding: 9px 10px;
}
.nav_services .nav-itm.ico-avia {
}
.nav_services .nav-itm.ico-train {
}
.nav_services .nav-itm.ico-hotel {
}
.nav_services .nav-itm.ico-transfer {
}
.nav_services .nav-itm.ico-visa {
}
.nav_services .nav-itm.ico-vip {
}
.nav_services .nav-itm.ico-guard {
}

.nav_services .nav-itm.ico-avia:before,
.nav_services .nav-itm.ico-train:before,
.nav_services .nav-itm.ico-hotel:before,
.nav_services .nav-itm.ico-transfer:before,
.nav_services .nav-itm.ico-visa:before,
.nav_services .nav-itm.ico-vip:before,
.nav_services .nav-itm.ico-guard:before {
    content: '';
    background-image: url(../img/ico-servlinks.png);
    background-repeat: no-repeat;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.nav_services .nav-itm.ico-avia:before {
    background-position: 0 0;
    width: 17px;
    margin-right: 5px;
}
.nav_services .nav-itm.ico-train:before {
    background-position: -19px 0;
    width: 14px;
    margin-right: 5px;
}
.nav_services .nav-itm.ico-hotel:before {
    background-position: -35px 0;
    width: 16px;
    margin-right: 5px;
}
.nav_services .nav-itm.ico-transfer:before {
    background-position: -53px 0;
    width: 20px;
    margin-right: 5px;
}
.nav_services .nav-itm.ico-visa:before {
    background-position: -76px 0;
    width: 15px;
    margin-right: 5px;
}
.nav_services .nav-itm.ico-vip:before {
    background-position: -93px 0;
    width: 19px;
    margin-right: 5px;
}
.nav_services .nav-itm.ico-guard:before {
    background-position: -115px 0;
    width: 15px;
    margin-right: 5px;
}

.nav_footer {
    font-size: 0.82rem;
    line-height: 0.8;
    text-transform: uppercase;
    margin: 0 0 10px -7px;
}
.nav_newspost {
    margin-bottom: 20px;
}
.nav_newspost .nav-itm {
    margin-right: 10px;
}
.nav_footer .nav-itm {
    border-right: 2px solid #5998df;
    margin-bottom: 15px;
    padding: 0 7px;
    transition: all 0.3s;
}
.nav_footer .nav-itm:last-child {
    border: none;
}
.nav_footer .nav-lnk {
    color: #fff;
    text-decoration: none;
}
.nav_footer .nav-lnk:hover {
    color: #8cc4ff;
}

.nav_soc .nav-itm {
    background: url(../img/media.png) no-repeat 0 0;
    margin-right: 5px;
    width: 42px;
    height: 42px;
}
.nav_soc .nav-itm span {
    display: none;
}
.nav_soc .nav-itm.ico-vk {
    background-position: 0 0;
}
.nav_soc .nav-itm:hover.ico-vk {
    background-position: 0 -42px;
}
.nav_soc .nav-itm.ico-ok {
    background-position: -42px 0;
}
.nav_soc .nav-itm:hover.ico-ok {
    background-position: -42px -42px;
}
.nav_soc .nav-itm.ico-fb {
    background-position: -84px 0;
}
.nav_soc .nav-itm:hover.ico-fb {
    background-position: -84px -42px;
}
.nav_soc .nav-itm.ico-lj {
    background-position: -126px 0;
}
.nav_soc .nav-itm:hover.ico-lj {
    background-position: -126px -42px;
}

.nav_soclight {
    text-align: center;
}
.nav_soclight .nav-itm {
    background: url(../img/media_contact.png) no-repeat 0 0;
    margin-left: 8px;
    width: 42px;
    height: 42px;
}
.nav_soclight .nav-itm:first-child {
    margin-left: 0;
}
.nav_soclight .nav-itm span {
    display: none;
}
.nav_soclight .nav-itm.ico-vk {
    background-position: 0 0;
}
.nav_soclight .nav-itm:hover.ico-vk {
    background-position: 0 -42px;
}
.nav_soclight .nav-itm.ico-ok {
    background-position: -42px 0;
}
.nav_soclight .nav-itm:hover.ico-ok {
    background-position: -42px -42px;
}
.nav_soclight .nav-itm.ico-fb {
    background-position: -84px 0;
}
.nav_soclight .nav-itm:hover.ico-fb {
    background-position: -84px -42px;
}
.nav_soclight .nav-itm.ico-lj {
    background-position: -126px 0;
}
.nav_soclight .nav-itm:hover.ico-lj {
    background-position: -126px -42px;
}

.nav_mprofile {
    background: #0a131b;
    display: none;
    -ms-flex: 0 0 auto;

    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 30px 25px;
}
.nav_mprofile.active {
    display: block;
}
.nav_mprofile .nav-itm {
    padding: 12px 0;
}
.nav_mprofile .nav-lnk {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 30px;
    position: relative;
}
.nav_mprofile .nav-lnk.ico-profile:before,
.nav_mprofile .nav-lnk.ico-settings:before,
.nav_mprofile .nav-lnk.ico-exit:before {
    content: '';
    background: url(../img/ico-profilenav_dark.png) no-repeat -2px 0;
    position: absolute;
}
.nav_mprofile .nav-lnk.ico-profile:before {
    width: 13px;
    height: 14px;
    top: 4px;
    left: 2px;
}
.nav_mprofile .nav-lnk.ico-settings:before {
    background-position: 0 -14px;
    width: 17px;
    height: 17px;
    top: 3px;
    left: 0;
}
.nav_mprofile .nav-lnk.ico-exit:before {
    background-position: -1px -31px;
    width: 16px;
    height: 14px;
    top: 4px;
    left: 2px;
}

.nav_dprofile {
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    min-width: 170px;
    border: 5px solid #ececec;
    margin-top: 30px;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-sizing: border-box;
}
.js-dprofile.active + .nav_dprofile {
    display: block;
}
.nav_dprofile .nav-itm:not(:first-child) {
    border-top: 1px solid #ececec;
}
.nav_dprofile .nav-lnk {
    color: #073e7c;
    text-decoration: none;
    display: block;
    padding: 15px 15px 15px 50px;
    position: relative;
}
.nav_dprofile .nav-lnk.ico-profile:before,
.nav_dprofile .nav-lnk.ico-settings:before,
.nav_dprofile .nav-lnk.ico-exit:before {
    content: '';
    background: url(../img/ico-profilenav_light.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.nav_dprofile .nav-lnk.ico-profile:before {
    background-position: -2px 0;
    width: 13px;
    height: 14px;
    left: 16px;
}
.nav_dprofile .nav-lnk.ico-settings:before {
    background-position: 0 -14px;
    width: 17px;
    height: 17px;
    left: 16px;
}
.nav_dprofile .nav-lnk.ico-exit:before {
    background-position: -1px -31px;
    width: 16px;
    height: 14px;
    left: 16px;
}

.nav_dashboard.horizontal {
    letter-spacing: -0.3em;
    margin: -10px 0 40px -10px;
}
.nav_dashboard .nav-itm {
    width: 50%;
    padding: 10px 0 0 10px;
    box-sizing: border-box;
}
.nav_dashboard .nav-lnk {
    height: 80px;
    font-size: 15px;
    font-weight: 500;
    color: #1d2833;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    border: 5px solid #ecedf0;
    vertical-align: middle;
    box-sizing: border-box;
}
.nav_dashboard .nav-lnk:hover,
.nav_dashboard .nav-lnk.active {
    background: linear-gradient(#5da4f6, #3283dd);
    color: #fff;
    border: none;
    padding: 5px;
}
.nav_dashboard .nav-lnk span {
    display: block;
    padding: 10px 10px 10px 55px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.nav_dashboard .nav-lnk span:before {
    content: '';
    background: #d8dee4;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.nav_dashboard .nav-lnk.ico-dash1 span:before,
.nav_dashboard .nav-lnk.ico-dash2 span:before,
.nav_dashboard .nav-lnk.ico-dash3 span:before,
.nav_dashboard .nav-lnk.ico-dash4 span:before,
.nav_dashboard .nav-lnk.ico-dash5 span:before {
    background: url(../img/ico-dashsprite.png) no-repeat 0 0;
    border-radius: 0;
}

.nav_dashboard .nav-lnk.ico-dash1 span:before {
    background-position: 0 0;
    width: 27px;
    height: 35px;
}
.nav_dashboard .nav-lnk.ico-dash2 span:before {
    background-position: -27px 0;
    width: 29px;
    height: 35px;
}
.nav_dashboard .nav-lnk.ico-dash3 span:before {
    background-position: -56px 0;
    width: 34px;
    height: 35px;
}
.nav_dashboard .nav-lnk.ico-dash4 span:before {
    background-position: -90px 0;
    width: 35px;
    height: 35px;
}
.nav_dashboard .nav-lnk.ico-dash5 span:before {
    background-position: -125px 0;
    width: 32px;
    height: 35px;
}

.nav_dashboard .nav-lnk.ico-dash1:hover span:before,
.nav_dashboard .nav-lnk.ico-dash1.active span:before {
    background-position: 0 -35px;
}
.nav_dashboard .nav-lnk.ico-dash2:hover span:before,
.nav_dashboard .nav-lnk.ico-dash2.active span:before {
    background-position: -27px -35px;
}
.nav_dashboard .nav-lnk.ico-dash3:hover span:before,
.nav_dashboard .nav-lnk.ico-dash3.active span:before {
    background-position: -56px -35px;
}
.nav_dashboard .nav-lnk.ico-dash4:hover span:before,
.nav_dashboard .nav-lnk.ico-dash4.active span:before {
    background-position: -90px -35px;
}
.nav_dashboard .nav-lnk.ico-dash5:hover span:before,
.nav_dashboard .nav-lnk.ico-dash5.active span:before {
    background-position: -125px -35px;
}
.nav_datecomponent {
    display: none;
    margin-bottom: 10px;
}
.nav_datecomponent.active {
    display: block;
}
.nav_datecomponent .nav-itm {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px dashed #68a2e0;
    margin-right: 10px;
}
.nav_datecomponent .nav-itm:hover {
    border-color: transparent;
}
.nav_datecomponent.horizontal .nav-itm {
    vertical-align: middle;
}
.nav_datecomponent .nav-itm.active {
    background: #4993e6;
    background: linear-gradient(90deg, #5c9ee8, #3789e5);
    color: #fff;
    border: none;
    padding: 10px 14px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.nav_radio {
}
.nav_radio .nav-itm {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #68a2e0;
    margin-right: 10px;
}
.nav_radio .nav-itm:hover {
    border-color: transparent;
}
.nav_radio.horizontal .nav-itm {
    vertical-align: middle;
}
.nav_radio .nav-radio:checked + .nav-itm {
    background: #4993e6;
    background: linear-gradient(90deg, #5c9ee8, #3789e5);
    color: #fff;
    border: none;
    padding: 5px 14px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.nav_radio .nav-radio {
    display: none;
}

.grid {
    letter-spacing: -0.3em;
}
[class^='grid-cl'] {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.grid-cl {
    width: 100%;
}
.grid-cl_1-2 {
    width: 50%;
}
.grid-cl_1-3 {
    width: 33.33%;
}
.grid-cl_2-3 {
    width: 66.67%;
}
.grid-cl_1-4 {
    width: 25%;
}
.grid-cl_1-5 {
    width: 20%;
}

.grid_fbtm {
    margin: -10px 0 0 -10px;
}
.grid_fbtm [class^='grid-cl'] {
    padding: 10px 0 10px 10px;
}

.grid_org {
    margin: 0 0 0 -10px;
}
.grid_org [class^='grid-cl'] {
    padding: 0 0 20px 10px;
}
.grid_clients {
    margin: 0 0 0 -20px;
}
.grid_clients [class^='grid-cl'] {
    text-align: center;
    padding: 0 0 0 20px;
}
.grid_preview {
    padding-right: 5px;
}
.grid_preview [class^='grid-cl'] {
    padding: 0 0 0 5px;
    vertical-align: middle;
}
.grid_faq {
    margin: 0 0 0 -20px;
}
.grid_faq [class^='grid-cl'] {
    padding: 0 0 20px 20px;
}
.grid_servshow {
    margin: -10px 0 0 -10px;
}
.grid_servshow [class^='grid-cl'] {
    padding: 10px 0 0 10px;
}
.grid_contact {
    margin-top: -35px;
}
.grid_contact [class^='grid-cl'] {
    padding-top: 35px;
}
.grid_base {
    margin: 0 0 0 -10px;
}
.grid_base [class^='grid-cl'] {
    padding: 0 0 0 10px;
}

.grid_pnews {
}
.grid_pnews [class^='grid-cl'] {
    padding: 0 0 25px;
}
.grid_pnews [class^='grid-cl']:last-child {
    display: none;
}
.grid_specialsearch {
    margin: 0 0 0 -10px;
}
.grid_specialsearch [class^='grid-cl'] {
    padding: 0 0 0 10px;
}

.wrap {
    max-width: 1270px;
    margin: auto;
    padding: 0 29px;
    box-sizing: border-box;
}
.wrap_flex {
    margin: auto;
    padding: 0 29px;
    box-sizing: border-box;
}

.header {
    background: #101b25;
    color: #fff;
    padding: 15px 0;
    position: relative;
    -ms-flex: 0 0 auto;

    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}
.logo {
    background: url(../img/logo.png) no-repeat 0 0, #101b25;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    display: block;
    margin: auto;
    box-sizing: border-box;
}
.logo:hover {
    background-position: 100% 0;
}
/* Ratio: [8:7] */
.logo:before {
    content: '';
    display: block;
    padding-top: 87.5%;
}
.logo span {
    display: none;
}

.contact {
    display: inline-block;
    text-align: left;
    padding: 20px 0 0;
    position: relative;
}
.contact-place a {
    color: #5c9ee8;
}
.contact-phone {
    font-family: 'Roboto Condensed';
    font-size: 1.06rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px dashed #385f88;
    position: relative;
    z-index: 5;
}
.contact-phone:hover {
    border-color: transparent;
}
.contact-phone span {
    color: #6bb3ff;
}
.contact.active .contact-dropdown,
.contact-dropdown {
    display: none;
}
.contact-line {
    margin: 15px 0;
    padding: 0 0 0 35px;
    position: relative;
}
.contact-line_sm {
    font-size: 0.88rem;
}
.contact-line.ico-phone:before {
    content: '';
    background: url(../img/ico-contact.png) no-repeat 0 0;
    width: 14px;
    height: 21px;
    position: absolute;
    top: 1px;
    left: 0;
}
.contact-line.ico-email:before {
    content: '';
    background: url(../img/ico-contact.png) no-repeat -14px -4px;
    width: 20px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 0;
}
.contact-line.ico-map:before {
    content: '';
    background: url(../img/ico-contact.png) no-repeat -34px 0;
    width: 17px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
}

.searchbox {
    display: none;
}
.btn_searchtoggle {
    background: none;
    color: #fff;
    border: none;
    padding: 11px 16px;
    cursor: pointer;
}
.btn_searchtoggle:hover {
    background: #0a131b;
}
.btn_searchtoggle:before {
    content: '';
    background: url(../img/ico-search-sprite.png) no-repeat 0 0px;
    width: 28px;
    height: 28px;
    display: block;
}
.btn_searchtoggle:hover:before {
    background-position: -28px 0;
}
.btn_searchtoggle span {
    display: none;
}
.searchbox.active .btn_searchtoggle {
    background: #0a131b;
    padding: 13px 18px;
}
.searchbox.active .btn_searchtoggle:before {
    background: url(../img/ico-search-sprite.png) no-repeat 0 -28px;
    width: 24px;
    height: 24px;
}
.searchbox.active .btn_searchtoggle:hover:before {
    background-position: -24px -28px;
}
.header-search {
    display: none;
    position: relative;
}
.searchbox.active .header-search {
    display: block;
}
.searchbox-input {
    background: #0a131b;
    width: 100%;
    color: #fff;
    border: 2px solid #273d50;
    padding: 11px 60px 12px 10px;
    box-sizing: border-box;
}
.searchbox-input:focus {
    border-color: #607890;
}

.searchbox-input::-webkit-input-placeholder {
    color: #728ba2;
    opacity: 1;
}
.searchbox-input::-moz-placeholder {
    color: #728ba2;
    opacity: 1;
}
.searchbox-input:-ms-input-placeholder {
    color: #728ba2;
    opacity: 1;
}
.searchbox-input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.searchbox-input:focus::-moz-placeholder {
    opacity: 0;
}
.searchbox-input:focus:-ms-input-placeholder {
    opacity: 0;
}

.header-btn {
    background: none;
    border: none;
    padding: 11px 16px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.header-btn span {
    display: none;
}
.header-btn:before {
    content: '';
    background: url(../img/ico-search-sprite.png) no-repeat 0 0;
    width: 28px;
    height: 28px;
    display: block;
}
.header-btn:hover:before {
    background-position: -28px 0;
}

.header-dropdown {
    background: #0a131b;
    color: #fff;
    display: none;
    -ms-flex: 0 0 auto;

    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 29px;
}
.header-dropdown.active {
    display: block;
}

.header-scroll {
    background: rgba(16, 27, 37, 0.8);
    width: 100%;
    height: 80px;
    display: none;
    margin: 0 0 -80px;
    padding: 0;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}
.is-sticky .header-scroll {
    background: rgba(16, 27, 37, 0.95);
}
.header-scroll_fill {
    background: #172530;
}
.is-sticky .header-scroll_fill {
    background: #172530;
}
.sticky-header {
    height: 0 !important;
}
.link-contact {
    font-size: 0.82rem;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #366493;
    margin-right: 3px;
    padding: 3px 7px 4px;
}
.link-contact:hover {
    border-color: #6bb3ff;
}
.link-private {
    font-size: 0.82rem;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #e48912;
    padding: 3px 7px 4px;
}
.link-private:hover {
    background: #e48912;
}

.profile-head {
    padding: 15px 0 0 30px;
}
.profile-headtitle {
    font-family: 'Roboto Condensed';
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin-right: 25px;
}
.profile-headlnk {
    font-size: 15px;
    color: #8cc5ff;
}
.profile-headlnk:hover {
    text-decoration: none;
}
.profilemenu {
    position: relative;
    top: -5px;
}

.authbox {
}
.authbox-top {
    padding: 0 0 30px;
    box-sizing: border-box;
}
.authbox-footer {
    border-top: 2px solid #273c4f;
    padding: 30px 0;
    box-sizing: border-box;
}
.authbox-header {
    font-size: 2rem;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    margin-bottom: 30px;
}
.authbox-subtitle {
    font-size: 1.65rem;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    margin-bottom: 30px;
    display: none;
}
.authbox-subtitle span {
    color: #a2cefc;
}
.authbox-lnk {
    color: #a2cefc;
}
.authbox-info {
    color: #a9bdcf;
    margin-bottom: 15px;
}
.authbox-phone {
    font-size: 1.65rem;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.authbox-phone span {
    color: #a2cefc;
}
.authbox-side {
    padding-top: 10px;
}
.formline {
    margin: 30px 0;
    position: relative;
}
.formline-input {
    background: none;
    width: 100%;
    color: #fff;
    border: 3px solid #3d5468;
    padding: 10px 10px 11px;
    box-sizing: border-box;
}
.formline-input:focus {
    border-color: #607890;
}
.formline.error .formline-input {
    border-color: #ff4800;
}

.formline-input::-webkit-input-placeholder {
    color: #728ba2;
    opacity: 1;
}
.formline-input::-moz-placeholder {
    color: #728ba2;
    opacity: 1;
}
.formline-input:-ms-input-placeholder {
    color: #728ba2;
    opacity: 1;
}
.formline-input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.formline-input:focus::-moz-placeholder {
    opacity: 0;
}
.formline-input:focus:-ms-input-placeholder {
    opacity: 0;
}
.formline-error {
    font-weight: bold;
    color: #ff4800;
    position: absolute;
    top: 100%;
    left: 0;
}
.formline.ico-email .formline-input,
.formline.ico-pass .formline-input,
.formline.ico-phone .formline-input {
    padding-left: 45px;
}
.formline.ico-email:before,
.formline.ico-pass:before,
.formline.ico-phone:before {
    content: '';
    background-image: url(../img/form_icons.png);
    background-repeat: no-repeat;
    position: absolute;
}
.formline.ico-email:before {
    background-position: -17px 0;
    width: 19px;
    height: 16px;
    top: 17px;
    left: 18px;
}
.formline.error.ico-email:before {
    background-position: -53px 0;
}
.formline.ico-pass:before {
    background-position: -17px -16px;
    width: 18px;
    height: 20px;
    top: 14px;
    left: 18px;
}
.formline.error.ico-pass:before {
    background-position: -53px -16px;
}
.formline.ico-phone:before {
    background-position: -17px -36px;
    width: 18px;
    height: 20px;
    top: 15px;
    left: 18px;
}
.formline.error.ico-phone:before {
    background-position: -53px -36px;
}

.banner_home {
    background: url(../img/banner.jpg) no-repeat 50% 0;
    color: #fff;
    -ms-flex: 0 0 auto;

    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 45px 0 42px;
    position: relative;
}
.banner_home a {
    color: #6bb3ff;
}
.banner_home-scrolldown {
    background: url(../img/banner_v.png);
    width: 76px;
    height: 84px;
    text-indent: -9999px;
    border: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    cursor: pointer;
}
.banner_home-title {
    font-size: 1.76rem;
    line-height: 1.2;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px;
}
.banner_home-brend {
    color: #8cc5ff;
}
.banner_home-slide {
    min-height: 187px;
    padding-top: 24px;
    z-index: auto !important;
}
.banner_home-slide:not(:first-child) {
    display: none;
}
.banner_home-shead {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.banner_home-table {
    width: 100%;
    table-layout: fixed;
}
.banner_home-table tr:not(:first-child) td {
    padding-top: 8px;
}
.banner_home-table td {
    vertical-align: middle;
}
.banner_home-table td:first-child {
    width: 46px;
    padding-right: 25px;
    vertical-align: top;
}
.banner_home-subtitle {
    font-size: 1.18rem;
    line-height: 1.25;
    font-weight: 500;
}
.banner_home-description {
    color: #b8ccd6;
    display: none;
    margin-top: 5px;
}
.banner_home-ico {
    width: 46px;
    height: 46px;
    border: 2px solid #366493;
    position: relative;
    border-radius: 50%;
    box-sizing: border-box;
}
.banner_home-ico:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 5px;
    left: 6px;
}
.banner_home-ico.ico-portfolio:before {
    background: url(../img/banner_icons.png) no-repeat 0 0;
}
.banner_home-ico.ico-chat:before {
    background: url(../img/banner_icons.png) no-repeat 0 -32px;
}
.banner_home-ico.ico-access:before {
    background: url(../img/banner_icons.png) no-repeat 0 -64px;
}
.banner_home-ico.ico-eco:before {
    background: url(../img/banner_icons.png) no-repeat -32px 0;
}
.banner_home-ico.ico-control:before {
    background: url(../img/banner_icons.png) no-repeat -32px -32px;
}
.banner_home-ico.ico-doc:before {
    background: url(../img/banner_icons.png) no-repeat -32px -64px;
}
.banner_home-ico.ico-easy:before {
    background: url(../img/banner_icons.png) no-repeat -64px 0;
}
.banner_home-ico.ico-manager:before {
    background: url(../img/banner_icons.png) no-repeat -64px -32px;
}
.banner_home-ico.ico-calc:before {
    background: url(../img/banner_icons.png) no-repeat -63px -64px;
}

.questionnaire {
    background: #f1f4f6;
    font-size: 1rem;
    color: #4b555e;
    text-align: center;
    padding: 52px 0 47px;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}
.questionnaire-itm {
    display: block;
}
.questionnaire-bw {
    text-align: center;
}
.questionnaire-btn {
    background: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    color: #1d2833;
    padding: 15px 45px 16px;
    display: inline-block;
    border: 3px solid #ffa700;
    vertical-align: middle;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.questionnaire-btn:hover {
    background: #ffa700;
    color: #fff;
}
.questionnaire-itm_top {
    font-size: 1.18rem;
    margin: 0 0 28px;
}
.questionnaire-itm_bottom {
    margin: 23px 0 0;
}

.main {
    -ms-flex: 1 0 auto;

    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}

.home-sect {
    padding: 61px 0 35px;
}
.home-sect_search {
  padding: 0;
}
.home-sect_about {
    background: url(../img/about1920.jpg) repeat 50% 0;
}

.main-sect {
    padding: 55px 0 35px;
}
.main-sect_about {
    background: url(../img/about1920.jpg) repeat 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
}
.main-sect_faq {
    background: #f5f7f9;
}
.main-sect_smart {
    background: url(../img/smart1920.jpg) repeat 50% 0;
    font-size: 15px;
    color: #fff;
    padding-bottom: 53px;
}
.main-sect_smarttravel {
    font-size: 15px;
    padding-bottom: 60px;
}
.main-sect_smart h2 {
    color: #fff;
}
.main-sect_customer {
    background: url(../img/customer1920.jpg) no-repeat 50% 100% #eee;
    padding-bottom: 50px;
    background-size: cover;
}
.sect-last {
  margin-bottom: 55px;
}
.main-description {
    text-align: center;
}
.main-showcase {
    padding: 45px 0 45px;
    text-align: center;
}
.main-showcase_about {
    background: url(../img/motivation_about.jpg) repeat 75% 0;
    color: #fff;
}
.main-showcase_services {
    background: url(../img/service1920.jpg) repeat 0 0 #283743;
    color: #fff;
    padding-bottom: 36px;
}
.main-motivation {
    font-size: 1.29rem;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    color: #4d565f;
    text-align: center;
    margin: -10px 0 35px;
}
.main-showcase .main-motivation {
    color: #8cc5ff;
    margin: -5px auto 20px;
}
.main-small {
    font-size: 0.88rem;
    text-align: center;
    margin: 25px 0;
}
.imgbox {
    background: #fff;
    width: 100%;
    text-decoration: none;
    display: block;
    padding: 1px;
    border: 2px solid #ececec;
    border-radius: 2px;
    vertical-align: middle;
    box-sizing: border-box;
}
.imgbox-img {
    width: 100%;
    height: auto;
    display: block;
}
.main-preview {
    text-align: center;
}
.main-preview .imgbox {
    margin: 0 2px 5px 0;
}
.main-preview .imgbox:last-child {
    margin-right: 0;
}
.alist {
    margin-bottom: 25px;
}
.alist-title {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.organization-itm,
.organization-itm_mod {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 160px;
    padding: 108px 20px 10px;
    background: #5da4f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#5da4f6), to(#3283dd));
    background: -o-linear-gradient(#5da4f6, #3283dd);
    background: linear-gradient(#5da4f6, #3283dd);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
}
.organization-itm_mod {
    min-height: 190px;
    padding-top: 130px;
}
.organization-itm:hover,
.organization-itm_mod:hover {
    background: #f79816;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7ad16), to(#f77d16));
    background: -o-linear-gradient(#f7ad16, #f77d16);
    background: linear-gradient(#f7ad16, #f77d16);
    color: #fff;
}
.organization-inner {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 40px;
}

.organization-itm_mod .organization-inner {
    min-height: 50px;
}

.organization-icon {
    position: absolute;
    top: 18px;
    left: 0;
    display: block;
    width: 100%;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
}

.organization-itm_mod .organization-icon {
    top: 0;
    height: 160px;
}

@media (max-width: 799px) {
    .organization-itm {
        padding-top: 100px;
    }

    .organization-itm_mod {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 20px 20px 20px 120px;
        min-height: 160px;
        max-height: 200px;
    }
    
    .organization-icon {
        top: 10px;
    }

    .organization-itm_mod .organization-icon {
        width: 160px;
    }
}

.organization-inner.ico-qavia {
	background: url(../img/serv1.png) no-repeat 50% 15px;
}
.organization-inner.ico-qrailway {
	background: url(../img/serv2.png) no-repeat 50% 15px;
}
.organization-inner.ico-qhotel {
	background: url(../img/serv3.png) no-repeat 50% 12px;
}
.organization-inner.ico-qtransfer {
	background: url(../img/serv4.png) no-repeat 50% 12px;
}
.organization-inner.ico-qvisa {
	background: url(../img/serv5.png) no-repeat 50% 15px;
}
.organization-inner.ico-qinsurance {
	background: url(../img/serv6.png) no-repeat 50% 10px;
}
.organization-inner.ico-qvip {
	background: url(../img/serv7.png) no-repeat 50% 9px;
}
.organization-inner.ico-qindividual {
	background: url(../img/serv8.png) no-repeat 50% 9px;
}
.organization-inner.ico-qseminar {
	background: url(../img/serv9.png) no-repeat 50% 9px;
}

.servshowline {
    text-align: left;
    color: #b8ccd6;
    display: table-row;
}

.servshowline-ico {
    background: url(../img/ico-serv.png) no-repeat 0 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    width: 46px;
    height: 46px;
    display: inline-block;
}
.servshowline-ico.ico-man {
    background-position: 0 0;
}
.servshowline-ico.ico-24 {
    background-position: -52px 0;
    width: 49px;
}
.servshowline-ico.ico-precent {
    background-position: -103px 0;
    width: 48px;
}
.servshowline-icon {
    width: 50px;
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}
.servshowline-body {
    display: table-cell;
    vertical-align: middle;
}

.services {
}
.services-itm {
}
.services-cover {
    height: 150px;
    padding-bottom: 30px;
}
.services-over {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.services-img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.services-body {
    padding-bottom: 50px;
}
.services-icoimg {
    max-width: 60px;
    height: auto;
    display: inline-block;
}

.services-foot {
    text-align: center;
    margin-top: 20px;
}

.smart-table {
    table-layout: fixed;
    border-collapse: collapse;
}
.smart-line {
    display: table-row;
}
.smart-ico {
    width: 60px;
    display: table-cell;
    vertical-align: top;
    padding-top: 9px;
}
.main-sect_smarttravel .smart-ico {
    padding-top: 25px;
}
.main-sect_smarttravel .smart-txt {
    padding-top: 16px;
}
.smart-icoimg {
    max-width: 60px;
    height: auto;
    display: inline-block;
}
.smart-ico.smart-ico_1:before,
.smart-ico.smart-ico_2:before,
.smart-ico.smart-ico_3:before,
.smart-ico.smart-ico_4:before,
.smart-ico.smart-ico_5:before,
.smart-ico.smart-ico_6:before,
.smart-ico.smart-ico_7:before {
    content: '';
    background: url(../img/ico-servsprite.png) no-repeat 0 -197px;
    width: 46px;
    height: 46px;
    display: inline-block;
}
.smart-ico.smart-ico_1:before {
    background-position: 0 -197px;
}
.smart-ico.smart-ico_2:before {
    background-position: -46px -197px;
}
.smart-ico.smart-ico_3:before {
    background-position: -92px -197px;
}
.smart-ico.smart-ico_4:before {
    background-position: -138px -197px;
}
.smart-ico.smart-ico_5:before {
    background-position: -1px -247px;
    width: 35px;
    height: 35px;
}
.smart-ico.smart-ico_6:before {
    background-position: -40px -252px;
    width: 31px;
    height: 27px;
    margin-left: 3px;
}
.smart-ico.smart-ico_7:before {
    background-position: -75px -245px;
    width: 34px;
    height: 39px;
}
.smart-txt {
    display: table-cell;
    vertical-align: middle;
}
.smart-foot {
    margin-top: 35px;
}

.btn_smart {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 3px solid #ffa700;
    padding: 15px 10px 16px;
    box-sizing: border-box;
}
.main-sect_smart .btn_smart {
    color: #fff;
}
.btn_smart:hover {
    background: #ffa700;
    color: #fff;
}
.btn_serv {
    background: #fff;
    color: #1d2833;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #ffa700;
    padding: 5px 25px 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.btn_serv:hover {
    background: #ffa700;
    color: #fff;
}

.home-atop {
    margin-bottom: 35px;
}

.icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.icon:before {
    content: '';
    display: block;
}
.icon.ico-habout-1:before {
    background: url(../img/ico-habout-1.png) no-repeat 0 0;
    height: 30px;
    width: 38px;
}
.icon.ico-habout-2:before {
    background: url(../img/ico-habout-2.png) no-repeat 0 0;
    height: 33px;
    width: 36px;
}
.icon.ico-habout-3:before {
    background: url(../img/ico-habout-3.png) no-repeat 0 0;
    height: 35px;
    width: 35px;
}

.icon.ico-habout-1-1:before {
    background: url(../img/ico-habout-1-1.png) no-repeat 0 0;
    height: 29px;
    width: 40px;
}
.icon.ico-habout-2-1:before {
    background: url(../img/ico-habout-2-1.png) no-repeat 0 0;
    height: 34px;
    width: 34px;
}
.icon.ico-habout-3-1:before {
    background: url(../img/ico-habout-3-1.png) no-repeat 0 0;
    height: 26px;
    width: 38px;
}
.icon.ico-habout-1-2:before {
    background: url(../img/ico-habout-1-2.png) no-repeat 0 0;
    height: 35px;
    width: 30px;
}
.icon.ico-habout-1-3:before {
    background: url(../img/ico-habout-1-3.png) no-repeat 0 0;
    height: 33px;
    width: 32px;
}
.icon.ico-habout-2-3:before {
    background: url(../img/ico-habout-2-2.png) no-repeat 0 0;
    height: 31px;
    width: 29px;
}
.icon.ico-habout-3-3:before {
    background: url(../img/ico-habout-3-2.png) no-repeat 0 0;
    height: 28px;
    width: 31px;
}

.icon.ico-serv1:before,
.icon.ico-serv2:before,
.icon.ico-serv3:before,
.icon.ico-serv4:before,
.icon.ico-serv5:before,
.icon.ico-serv6:before,
.icon.ico-serv7:before,
.icon.ico-serv8:before,
.icon.ico-serv9:before,
.icon.ico-serv10:before,
.icon.ico-serv11:before,
.icon.ico-serv12:before,
.icon.ico-serv13:before,
.icon.ico-serv14:before,
.icon.ico-serv15:before,
.icon.ico-serv16:before,
.icon.ico-serv17:before,
.icon.ico-serv18:before,
.icon.ico-serv19:before,
.icon.ico-serv20:before,
.icon.ico-serv21:before,
.icon.ico-serv22:before,
.icon.ico-serv23:before,
.icon.ico-serv24:before {
    background: url(../img/ico-servsprite.png) no-repeat 0 0;
    width: 17px;
    height: 29px;
}
.icon.ico-serv1:before {
    background-position: 0 -1px;
    width: 30px;
    height: 28px;
}
.icon.ico-serv2:before {
    background-position: -33px -1px;
    width: 40px;
    height: 32px;
}
.icon.ico-serv3:before {
    background-position: -76px 0px;
    width: 32px;
    height: 33px;
}
.icon.ico-serv4:before {
    background-position: -111px 0px;
    width: 29px;
    height: 33px;
}
.icon.ico-serv5:before {
    background-position: -143px -1px;
    width: 43px;
    height: 34px;
}
.icon.ico-serv6:before {
    background-position: 0 -39px;
    width: 33px;
    height: 36px;
}
.icon.ico-serv7:before {
    background-position: -35px -43px;
    width: 35px;
    height: 29px;
}
.icon.ico-serv8:before {
    background-position: 0px -79px;
    width: 39px;
    height: 31px;
}
.icon.ico-serv9:before {
    background-position: -42px -81px;
    width: 38px;
    height: 26px;
}
.icon.ico-serv10:before {
    background-position: -85px -78px;
    width: 37px;
    height: 34px;
}
.icon.ico-serv11:before {
    background-position: 0 -116px;
    width: 32px;
    height: 34px;
}
.icon.ico-serv12:before {
    background-position: -35px -117px;
    width: 34px;
    height: 33px;
}
.icon.ico-serv13:before {
    background-position: -71px -116px;
    width: 36px;
    height: 33px;
}
.icon.ico-serv14:before {
    background-position: -111px -125px;
    width: 50px;
    height: 21px;
    margin-left: -10px;
}
.icon.ico-serv15:before {
    background-position: 0px -161px;
    width: 28px;
    height: 27px;
    margin-left: 7px;
}
.icon.ico-serv16:before {
    background-position: -31px -156px;
    width: 41px;
    height: 39px;
}
.icon.ico-serv17:before {
    background-position: -75px -155px;
    width: 31px;
    height: 37px;
    margin-left: 5px;
}
.icon.ico-serv18:before {
    background-position: -109px -154px;
    width: 43px;
    height: 38px;
}
.icon.ico-serv19:before {
    background-position: 0px -284px;
    width: 31px;
    height: 34px;
}
.icon.ico-serv20:before {
    background-position: -31px -284px;
    width: 31px;
    height: 29px;
}
.icon.ico-serv21:before {
    background-position: -62px -284px;
    width: 35px;
    height: 26px;
}
.icon.ico-serv22:before {
    background-position: -0px -318px;
    width: 29px;
    height: 34px;
}
.icon.ico-serv23:before {
    background-position: -29px -320px;
    width: 34px;
    height: 31px;
}
.icon.ico-serv24:before {
    background-position: -63px -318px;
    width: 35px;
    height: 35px;
}

.magicicon {
    font-size: 0.88rem;
    table-layout: fixed;
}
.magicicon td {
    padding-bottom: 20px;
    vertical-align: middle;
}
.magicicon td:first-child {
    width: 60px;
    vertical-align: top;
}
.magicicon tr:last-child td {
    padding-bottom: 0;
}

.habout-tabs {
}
.habout-tabs-itm {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 30px;
}

.newspreview {
    margin: 0 0 40px;
}
.newspreview-photo {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}
.newspreview-time {
    font-size: 0.88rem;
    color: #95a7b9;
    display: block;
    margin-bottom: 8px;
}
.newspreview-title {
    font-weight: 500;
    color: #073e7c;
    text-decoration: none;
    display: block;
}
.newspreview-title:hover {
    text-decoration: underline;
}
.newspreview-body {
    font-size: 0.88rem;
    color: #1d2833;
    margin: 15px 0;
}

.newssubs-list {
    padding-top: 60px;
}
.newssubs {
}
.newssubs-inner {
}
.home-sect_news .subscribe {
    margin: 0 -29px -35px;
}

.subscribe {
}
.subscribe-label {
    font-size: 1.29rem;
    line-height: 1.22;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    color: #1d2833;
    display: block;
    margin-bottom: 20px;
}
.subscribe-panel {
    display: block;
}
.subscribe-success {
    font-family: 'Roboto Condensed';
    font-size: 26px;
    font-weight: bold;
    color: #1d2833;
    display: none;
}
.subscribe-success span {
    color: #7aa508;
    text-transform: uppercase;
}
.subscribe.success .subscribe-panel {
    display: none;
}
.subscribe.success .subscribe-success {
    display: block;
}

.client {
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    text-decoration: none;
    display: inline-block;
    opacity: 0.3;
}
.client-img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    opacity: 0;
    transition: all 0.3s;
}
.client:hover {
    opacity: 1 !important;
}
.client:hover .client-img {
    opacity: 1;
}
.masonry,
.masonry_employe {
    margin-left: -20px;
}
.masonry-itm,
.masonry-itm_employees {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}
.employe {
    background: #fff;
    border: 3px solid #f4f6f7;
    padding: 40px 12px;
}
.employe-img {
    width: 140px;
    height: auto;
    display: block;
    margin-right: 25px;
}
.employe-name {
    font-size: 1.18rem;
    font-weight: 500;
    margin-bottom: 6px;
}
.employe-rank {
    font-size: 0.88rem;
    margin-bottom: 15px;
}
.employe-description {
    font-size: 0.88rem;
    color: #48555e;
}

.question {
    margin-bottom: 10px;
}
.question-title {
    background: #fff;
    font-size: 1.0024rem;
    padding: 25px 30px;
    cursor: pointer;
}
.question-title span {
    border-bottom: 1px dotted #68a2e0;
}
.question-title:hover,
.question-title.active {
    background: linear-gradient(90deg, #5c9ee8, #3789e5);
    color: #fff;
}
.question-title:hover span,
.question-title.active span {
    border: none;
}
.question-answer {
    background: #fff;
    font-size: 0.88rem;
    line-height: 1.67;
    margin-top: 10px;
    padding: 30px;
    display: none;
}
.question-box {
    color: #48555e;
    margin-top: 30px;
}
.question-box:first-child {
    margin-top: 0;
}
.question-box b {
    color: #000;
}
.question-box i {
    font-weight: 500;
    color: #48555e;
}

.faqbox-fbox {
    border: 5px solid #e3e7ec;
    padding: 30px 25px 25px;
}
.faqbox-title {
    margin-top: 2em;
    font-size: 1.29rem;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    color: #48555e;
}
.faqbox-title:first-child {
    margin-top: 0;
}
.faqbox .faqbox-title {
    text-align: left;
}
.faqbox-formtitle {
    font-size: 1.29rem;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    color: #48555e;
}
.faqbox-formline {
    margin-top: 15px;
}
.faqbox-error {
    font-size: 14px;
    color: #e90000;
}
.faqbox-success-title {
    font-size: 26px;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    text-transform: uppercase;
    color: #7aa508;
    margin-bottom: 20px;
}
.faqbox-success-body {
    font-size: 22px;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    color: #1d2833;
}
.temphide {
    display: none;
}
.js-tempform.active .temphide {
    display: block;
}
.js-tempform.active .js-formtext {
    height: 125px;
}

.clientsbox {
    background: #f5f7f9;
    padding: 35px 0 15px;
}
.clientsbox-inner {
}
.clientsbox-itm {
    background: #fff;
    text-decoration: none;
    margin: 0;
    padding: 30px 30px 45px;
    display: block;
    cursor: pointer;
}
.clientsbox-itm:hover {
    box-shadow: 0 2px 3px rgba(43, 65, 89, 0.19);
}
.clientsbox-logo {
    display: block;
    margin: 0 auto 20px;
}
.clientsbox-title {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.clientsbox-body {
    font-size: 0.88rem;
    color: #4b555e;
}
.clientsbox-footer {
    text-align: center;
    padding: 30px 0;
}

.newsbox {
    margin-bottom: 60px;
}
.newsbox-itm {
    margin: 0 0 40px;
}
.newsbox-photo {
    position: relative;
    overflow: hidden;
}
.newsbox-img {
    width: 100%;
    height: auto;
    display: block;
}
.newsbox-description {
    background: rgba(0, 0, 0, 0.8);
    font-size: 0.88rem;
    font-weight: bold;
    color: #ffa800;
    text-align: center;
    padding: 5px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
}
.newsbox-time {
    color: #95a7b9;
    display: block;
    margin-bottom: 5px;
}
.newsbox-title {
    font-size: 1.18rem;
    font-weight: 500;
    color: #073e7c;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
.newsbox-title:hover {
    text-decoration: underline;
}
.newsbox-body {
    color: #1d2833;
    display: block;
}

.lastnews {
}
.lastnews-title {
    font-family: 'Roboto Condensed';
    font-size: 26px;
    font-weight: bold;
    color: #1d2833;
    margin-bottom: 36px;
}

.reservation {
}
.reservation-inner {
    border-top: 2px dashed #e4e4e4;
    padding: 40px 0 30px;
}
.reservation a {
    font-weight: 500;
    color: #073e7c;
}
.reservation-title {
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: bold;
    color: #1d2833;
    text-align: center;
    margin-bottom: 20px;
}
.reservation-sectfirst,
.reservation-contact,
.reservation-sectlast {
    color: #4b555e;
    text-align: center;
}
.reservation-phone {
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
}
.reservation-phone:before {
    content: '';
    background: url(../img/form_icons.png) no-repeat 0 -37px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.postpager {
    padding: 17px 0 25px;
}
.postpager-next,
.postpager-prev {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #ebebeb;
    display: inline-block;
    color: #000;
    padding: 15px 20px 16px;
    box-sizing: border-box;
}
.postpager-next:hover,
.postpager-prev:hover {
    background: #ebebeb;
}
.postpager-next:after {
    content: '';
    background: url(../img/ico-page.png) no-repeat -8px 0;
    width: 7px;
    height: 11px;
    display: inline-block;
    margin-left: 13px;
}
.postpager-prev:before {
    content: '';
    background: url(../img/ico-page.png) no-repeat 0 0;
    width: 7px;
    height: 11px;
    display: inline-block;
    margin-right: 13px;
}
.postpager-cut span {
    display: none;
}
.postpager-cut:after {
    content: '.';
}

.newspost {
    padding: 50px 0 35px;
}
.newspost-header {
    margin-bottom: 28px;
}
.newspost-options {
}
.newspost-addthis {
    display: inline-block;
    vertical-align: top;
}
.newspost-addthis img {
    display: block;
}
.newspost-printthis {
    display: inline-block;
    margin-left: 16px;
    vertical-align: top;
}
.btn_print {
    background: #eee;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}
.btn_print:after {
    content: '';
    background: url(../img/ico-print.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
}
.btn_print:hover:after {
    background-position: -32px 0;
}
.btn_buy {
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #ffa700;
    padding: 3px 18px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn_buy:hover {
    background: #ffa700;
    color: #fff;
}

.newspost-content {
    line-height: 1.48;
}
.newspost-content h1 {
    font-family: 'Roboto Condensed';
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    color: #1d2833;
    margin: 0 0 10px;
}
.newspost-content_profile h1 {
    font-size: 35px;
    margin-bottom: 30px;
}
.newspost-content img {
    margin: 0 0 24px;
}
.newspost-content p {
    margin: 24px 0;
}
.newspost-content ul {
    list-style-type: none;
    margin: 0 0 24px;
    padding: 0 0 0 18px;
}
.newspost-content ul li {
    margin: 10px 0;
    position: relative;
}
.newspost-content ul li:before {
    content: '';
    background: #ffaa3a;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -18px;
}
.newspost-content table {
    width: 100%;
    max-width: 910px;
    border-collapse: collapse;
}
.newspost-content th {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    color: #4b555e;
    border-bottom: 2px solid #e4e7ea;
    padding: 15px 0;
}
.newspost-content td {
    font-size: 17px;
    color: #4b555e;
    padding: 15px 15px 15px 0;
}
.newspost-content td b {
    color: #010101;
}
.newspost-content td:first-child {
    padding-right: 15px;
}
.newspost-content td:last-child {
    padding-right: 0;
}
.newspost-content tr:nth-child(even) td {
    background: #f5f7f9;
}
.newspost-tour .tourname {
    width: 170px;
    font-weight: bold;
    color: #000;
    display: inline-block;
}
.newspost-tour.small-only .tourname {
    width: auto;
}

.newspost-tour.small-only {
    margin-bottom: 25px;
}
.newspost-tour.small-only tr:first-child td {
    background: #f5f7f9;
    border: none;
}
.newspost-tour.small-only tr td {
    background: none;
    border-bottom: 2px solid #e4e7ea;
}
.newspost-tour.small-only tr:last-child td {
    border: none;
}
.newspost-tour.small-only tr td:first-child {
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 10px;
}
.newspost-tour.small-only tr td:last-child {
    padding-left: 10px;
    padding-right: 20px;
}

.newspost-date {
    color: #95a7b9;
    display: block;
    margin-bottom: 35px;
}
.newspost-content .newspost-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 40px;
}
.newspost-fn {
    margin: 24px 0;
    padding-left: 14px;
    position: relative;
}
.newspost-fn:before {
    content: '*';
    font-size: 20px;
    color: #ff7800;
    position: absolute;
    top: -3px;
    left: 0;
}

.contactbox {
    border: 5px solid #ececec;
    padding: 30px 25px;
    margin: 0 0 50px;
}
.contactbox-header {
    margin-bottom: 35px;
}
.contactbox-place {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: bold;
    position: relative;
    display: block;
    margin-bottom: 8px;
    padding-left: 25px;
}
.contactbox-place:before {
    content: '';
    background: url(../img/ico-contacts.png) no-repeat -34px 0;
    width: 17px;
    height: 22px;
    position: absolute;
    top: 6px;
    left: 0;
}
.contactbox-post {
    color: #4d565f;
}
.contactbox-email {
    text-decoration: none;
    display: inline-block;
    padding-left: 25px;
    position: relative;
}
.contactbox-email:hover {
    text-decoration: underline;
}
.contactbox-email:before {
    content: '';
    background: url(../img/ico-contacts.png) no-repeat -14px -4px;
    width: 20px;
    height: 14px;
    position: absolute;
    top: 6px;
    left: -3px;
}
.contactbox-phonebig {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: bold;
    color: #4d565f;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
}
.contactbox-phonebig:before {
    content: '';
    background: url(../img/ico-contacts.png) no-repeat 0 -1px;
    width: 14px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: 0;
}
.contactbox-timing {
    display: inline-block;
    padding-left: 25px;
    position: relative;
}
.contactbox-timing:before {
    content: '';
    background: url(../img/ico-contacts.png) no-repeat -51px -2px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: -1px;
}
.contactbox-title {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: bold;
    color: #4d565f;
    margin-bottom: 10px;
}
.contactbox-phone {
    display: inline-block;
    margin-right: 15px;
    padding-left: 25px;
    position: relative;
}
.contactbox-phone:before {
    content: '';
    background: url(../img/ico-contacts.png) no-repeat 0 -1px;
    width: 14px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}

.contactmap {
    width: 100%;
    height: 400px;
    margin: 0 0 50px;
}

.contactbox-formset {
    border: 5px solid #ececec;
}
.contactbox-formlegend {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: bold;
    color: #4d565f;
    text-align: center;
}
.contactbox-formlegend span {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.contactbox-inset {
    padding: 30px 25px;
}
.contactbox-line {
    margin-bottom: 20px;
}
.contactbox-inp {
    font-size: 17px;
    color: #000;
    width: 100%;
    display: block;
    border: 2px solid #ebebeb;
    margin: 0;
    padding: 16px 12px 17px;
    box-sizing: border-box;
}
textarea.contactbox-inp {
    resize: none;
}
.contactbox-inp::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
.contactbox-inp::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.contactbox-inp:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
.contactbox-inp:focus::-webkit-input-placeholder {
    opacity: 0;
}
.contactbox-inp:focus::-moz-placeholder {
    opacity: 0;
}
.contactbox-inp:focus:-ms-input-placeholder {
    opacity: 0;
}
.contactbox-inp_ct {
    height: 100px;
}
.contactbox-formfoot {
    margin-top: 15px;
    text-align: center;
}
.btn_contform {
    background: #fcb92a;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 13px 45px 14px;
    cursor: pointer;
}
.btn_contform:hover {
    background: #fda029;
}

.customerbox {
    background: #fff;
    border: 5px solid #dadee0;
    padding: 45px 23px 35px 23px;
}
.btn_custform {
    background: #fcb92a;
    width: 100%;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 18px 10px 19px;
    box-sizing: border-box;
    cursor: pointer;
}
.btn_custform:hover {
    background: #fda029;
}
.customerbox-formfoot {
    margin-top: 35px;
}
.contactbox-inp_cust {
    height: 110px;
}
.customerbox-head {
    text-align: center;
    margin-bottom: 40px;
}
.customerbox-title {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    color: #1d2833;
    text-transform: uppercase;
}
.custmerbox-small {
    font-family: 'Roboto Condensed';
    font-size: 19px;
    font-weight: bold;
    color: #4b555e;
    text-transform: none;
}
.custmerbox-small_mb {
    display: block;
}
.customerbox-line {
    margin-bottom: 20px;
}

.reasonbox {
    border-bottom: 2px dashed #e4e4e4;
    padding: 60px 0 60px;
}
.reasonbox-head {
    text-align: center;
    margin-bottom: 10px;
}
.reasonbox-title {
    font-family: 'Roboto Condensed';
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    color: #1d2833;
    text-transform: uppercase;
}
.reasonbox-small {
    font-family: 'Roboto Condensed';
    font-size: 26px;
    font-weight: bold;
    color: #4b555e;
    text-transform: none;
}
.reasonbox-table {
    table-layout: fixed;
    border-collapse: collapse;
}
.reasonbox-line {
    display: table-row;
}
.reasonbox-ico {
    width: 65px;
    padding-top: 30px;
    display: table-cell;
    vertical-align: top;
}
.reasonbox-icoimg {
    max-width: 60px;
    height: auto;
    display: inline-block;
}
.reasonbox-ico.ico-default:before,
.reasonbox-ico.ico-reason1:before,
.reasonbox-ico.ico-reason2:before,
.reasonbox-ico.ico-reason3:before,
.reasonbox-ico.ico-reason4:before,
.reasonbox-ico.ico-reason5:before {
    content: '';
    width: 46px;
    height: 46px;
    display: block;
    border-radius: 50%;
    border: 2px solid #69a9ef;
    box-sizing: border-box;
}
.reasonbox-ico.ico-reason1:before {
    background: url(../img/ico-reasons.png) no-repeat 0 0;
    border: none;
}
.reasonbox-ico.ico-reason2:before {
    background: url(../img/ico-reasons.png) no-repeat -46px 0;
    border: none;
}
.reasonbox-ico.ico-reason3:before {
    background: url(../img/ico-reasons.png) no-repeat -92px 0;
    border: none;
}
.reasonbox-ico.ico-reason4:before {
    background: url(../img/ico-reasons.png) no-repeat -138px 0;
    border: none;
}
.reasonbox-ico.ico-reason5:before {
    background: url(../img/ico-reasons.png) no-repeat -184px 0;
    border: none;
}

.reasonbox-bdy {
    padding-top: 30px;
    display: table-cell;
    vertical-align: middle;
}
.reasonbox-ht {
    font-size: 20px;
    font-weight: 500;
    color: #172531;
}
.reasonbox-txt {
    font-size: 15px;
    color: #4b555e;
    margin-top: 10px;
}

.fastsearch {
    background: #f4f4f4;
    margin: 0 -29px 0;
    padding: 40px 29px;
}
.fastsearch-head {
    border-bottom: 2px dashed #e4e4e4;
    padding-bottom: 35px;
}
.fastsearch-title {
    font-family: 'Roboto Condensed';
    font-size: 36px;
    font-weight: bold;
    color: #1d2833;
    text-align: center;
}
.fastsearch-body {
    padding: 40px 0;
}
.fastsearch-subtitle {
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: bold;
    color: #4d565f;
    margin-bottom: 5px;
}
.fastsearch-inp {
    width: 100%;
    border: 2px solid #e2e2e2;
    padding: 16px 15px 17px;
    box-sizing: border-box;
}
.fastsearch-inpbox {
    display: inline-block;
}
.fastsearch-inpbox.ico-datepick {
    position: relative;
}
.fastsearch-inpbox.ico-datepick .fastsearch-inp {
    padding-right: 45px;
}
.fastsearch-inpbox.ico-datepick:after {
    content: '';
    background: url(../img/ico-datepick.png) no-repeat 0 0;
    width: 19px;
    height: 19px;
    margin-top: -10px;
    position: absolute;
    right: 10px;
    top: 50%;
}
.fastsearch-chbx {
    margin-right: 5px;
}
.fastsearch-radio {
    margin-right: 5px;
}
.fastsearch-label {
    font-size: 15px;
    color: #000;
    vertical-align: middle;
}
.fastsearch-ld {
    font-size: 15px;
    color: #4b555e;
}
.fastsearch-inpwrap.ico-adult {
}
.fastsearch-inpwrap.ico-child {
}
.fastsearch-inpwrap.ico-baby {
}
.fastsearch-inpwrap.ico-adult:before {
    content: '';
    background: url(../img/ico-adult.png);
    width: 9px;
    height: 23px;
    margin-right: 11px;
    display: inline-block;
    vertical-align: middle;
}
.fastsearch-inpwrap.ico-child:before {
    content: '';
    background: url(../img/ico-child.png);
    width: 15px;
    height: 23px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.fastsearch-inpwrap.ico-baby:before {
    content: '';
    background: url(../img/ico-baby.png);
    width: 11px;
    height: 16px;
    margin-right: 9px;
    display: inline-block;
    vertical-align: middle;
}
.fastsearch-bsp {
    margin-bottom: 35px;
}
.fastsearch-msp {
    margin-bottom: 15px;
}
.fastsearch-tsp {
    margin: 20px 0 20px;
}
.fastsearch-lsp {
    margin-bottom: 10px;
}
.fastsearch-topsace {
    margin-top: 20px;
}

.fastsearch-checkwrap {
    display: inline-block;
}

.fastsearch-footer {
    border-top: 2px dashed #e4e4e4;
    padding-top: 40px;
}
.fastsearch-ft {
    padding-top: 35px;
    text-align: center;
}
.btn_srch {
    background: #fda029;
    font-size: 20px;
    font-weight: 500;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 50px 17px;
    cursor: pointer;
}
.btn_srch:hover {
    background: #fcb92a;
}
.btn_srch.flexible {
    width: 100%;
}
.fastsearch-extwrap {
    text-align: right;
}
.fastsearch-extsearch {
    font-size: 15px;
    color: #073e7c;
    text-decoration: none;
    display: inline-block;
    padding: 4px 0 0 25px;
    position: relative;
}
.fastsearch-extsearch:hover {
    text-decoration: underline;
}
.fastsearch-extsearch:before {
    content: '';
    background: url(../img/ico-extsearch.png) no-repeat 0 0;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 5px;
    left: 0;
}
.fastsearch-btnlnk {
    background: none;
    font-size: 15px;
    color: #073e7c;
    margin: 0;
    padding: 0 0 0 25px;
    border: none;
    position: relative;
    cursor: pointer;
}
.fastsearch-btnlnk:hover {
    text-decoration: underline;
}
.fastsearch-btnlnk:before {
    content: '';
    background: url(../img/ico-extreset.png) no-repeat 0 0;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 0;
}
.fastsearch-select {
    width: 280px;
}

.help {
    font-size: 13px;
    text-align: left;
    display: inline-block;
    margin-left: 5px;
    position: relative;
}
.help-inner {
    background: #fff;
    width: 290px;
    margin: 0 -10px 10px 0;
    padding: 15px 25px 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    display: none;
    position: absolute;
    right: 0;
    bottom: 100%;
    box-sizing: border-box;
}
.help.active .help-inner {
    display: block;
}
.help-inner ol {
    margin: 15px 0 0;
    padding-left: 18px;
}
.help-btn {
    background: url(../img/ico-help.png) no-repeat 50% 50%;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    border: 2px solid rgba(60, 137, 223, 0.5);
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: middle;
}
.help-btn:hover {
    border: 2px solid rgba(60, 137, 223, 1);
}

.datecomponent {
    background: #fff;
    border: 2px solid #e2e2e2;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
}
.datecomponent.ico-datepick {
    padding-right: 35px;
}
.datecomponent.ico-datepick:after {
    content: '';
    background: url(../img/ico-datepick.png);
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.datecomponent-inner {
    width: 100%;
    height: 56px;
    font-size: 15px;
    display: table;
    overflow: hidden;
}
.datecomponent-cell {
    display: table-cell;
    vertical-align: middle;
}
.datecomponent-date {
    margin-right: 5px;
}
.datecomponent-pm {
    color: #4b555e;
    display: none;
}
.datecomponent-pm.active {
    display: inline;
}
.datecomponent-dropdown {
    background: #fff;
    width: 300px;
    border: 2px solid #e2e2e2;
    margin-top: 5px;
    padding: 10px;
    display: none;
    position: absolute;
    top: 100%;
    left: -2px;
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    z-index: 2;
}
.datecomponent.active .datecomponent-dropdown {
    display: block;
}
.datecomponent-topline {
    margin-bottom: 20px;
}
.datecomponent-topline .fastsearch-checkwrap {
    margin-right: 15px;
}
.datecomponent-divider,
.datecomponent-back {
    display: none;
}
.datecomponent-divider.active,
.datecomponent-back.active {
    display: inline;
}
.datecomponent-tab {
    display: none;
}
.js-tabs-forward.active {
    display: block !important;
}
.js-tabs-back.active {
    display: none !important;
}
.datecomponent-way {
    display: none;
}

.passenger {
}
.passenger {
    background: #fff;
    border: 2px solid #e2e2e2;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
}
.passenger.ico-dropdown {
    padding-right: 30px;
}
.passenger.ico-dropdown:after {
    content: '';
    background: url(../img/ico-dropdown.png);
    width: 16px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.passenger-inner {
    width: 100%;
    height: 56px;
    font-size: 15px;
    display: table;
    overflow: hidden;
}
.passenger-cell {
    display: table-cell;
    vertical-align: middle;
}
.passenger-dropdown {
    background: #fff;
    width: 320px;
    border: 2px solid #e2e2e2;
    margin-top: 5px;
    padding: 20px 15px 15px 25px;
    display: none;
    position: absolute;
    top: 100%;
    right: -2px;
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    z-index: 2;
}
.passenger.active .passenger-dropdown {
    display: block;
}
.passenger-count {
    color: #000;
    margin-right: 5px;
}
.passenger-variant {
    color: #4b555e;
}
.passenger-line {
    margin-bottom: 20px;
    padding: 0 10px 0 5px;
}
.passenger-footer {
    border-top: 2px solid #e2e2e2;
    padding-top: 12px;
}

.report-inp {
    width: 100%;
    border: 2px solid #e2e2e2;
    padding: 9px 15px 10px;
    box-sizing: border-box;
}

.profile-banner {
    background: url(../img/profile-banner.jpg) no-repeat 50% 50% #263c51;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    margin: 40px 0;
    padding: 40px 30px;
}
.profile-banner-title {
    font-family: 'Roboto Condensed';
    font-size: 25px;
    font-weight: bold;
    color: #8cc4ff;
    margin-bottom: 10px;
}
.profile-banner-descr {
    font-family: 'Roboto Condensed';
    font-size: 22px;
    color: #fff;
}

.pnews {
    margin: 40px 0 50px;
}
.pnews-itm {
}
.pnews-date {
    color: #95a7b9;
    display: block;
    margin-bottom: 5px;
}
.pnews-title {
    font-weight: 500;
    color: #073e7c;
    text-decoration: none;
}
.pnews-title:hover {
    text-decoration: underline;
}

.profile-title {
    font-family: 'Roboto Condensed';
    font-size: 35px;
    font-weight: bold;
    color: #1d2833;
    text-align: center;
    margin: 0 0 30px;
}

.report-twrap {
    margin: 0 0 30px;
    padding-bottom: 10px;
    overflow: auto;
    cursor: move;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.report-table {
    font-size: 13px;
    table-layout: fixed;
    border-collapse: collapse;
}
.report-table th {
    background: #f6f7f7;
    font-weight: normal;
    line-height: 1;
    color: #4b555e;
    text-align: left;
    padding: 8px 10px;
}
.report-table th,
.report-table td {
    border: 2px solid #e4e7ea;
}
.report-table td {
    padding: 15px 10px;
    vertical-align: top;
}
.report-table th:first-child,
.report-table td:first-child,
.report-table th:last-child {
    text-align: center;
}
.report-table th:nth-child(4),
.report-table td:nth-child(4) {
    width: 100px;
}
.report-numticket {
    white-space: nowrap;
}
.report-whnw {
    white-space: nowrap;
}
.report-numorder {
    white-space: nowrap;
}
.report-tourist {
    text-transform: uppercase;
}
.report-orderstatus.success {
    color: #36ad0d;
}
.report-orderstatus.error {
    color: #e70101;
}
.report-formwrap {
    background: #f6f7f7;
    margin: 30px 0 50px;
    padding: 25px 30px 30px;
}
.report-inpbox {
    width: 100%;
}
.btn_rformfilter {
    background: #fda029;
    font-size: 15px;
    font-weight: 500;
    border: none;
    color: #fff;
    text-transform: uppercase;
    margin-right: 25px;
    padding: 13px 20px;
    cursor: pointer;
}
.btn_rformfilter:hover {
    background: #fcb92a;
}
.btn_rformreset {
    background: none;
    font-size: 15px;
    color: #073e7c;
    border: none;
    border-bottom: 1px dotted #073e7c;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.btn_rformreset:hover {
    border-color: transparent;
}

.report-flabel {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.report-msp {
    margin-bottom: 20px;
}
.report-inpsp {
    padding-left: 25px;
    position: relative;
}
.report-select {
    width: 100%;
}

/* Dimox Form */
.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    z-index: auto !important;
}
.jq-selectbox__select {
    height: 42px;
    padding: 0 45px 0 10px;
    border: 2px solid #e2e2e2;
    background: #fff;
    font-size: 17px;
    line-height: 42px;
    color: #000;
}
.jq-selectbox__select:hover {
}
.jq-selectbox__select:active {
}
.jq-selectbox.focused .jq-selectbox__select {
}
.jq-selectbox.disabled .jq-selectbox__select {
    background: #f5f5f5;
}
.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
    color: #888;
}
.jq-selectbox__trigger {
    background: url(../img/ico-selectarrow.png) no-repeat 50% 50% #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
}
.jq-selectbox__select:hover .jq-selectbox__trigger {
    background: url(../img/ico-selectarrow.png) no-repeat 50% 50% #f4f4f4;
}
.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 2px solid #e2e2e2;
    background: #fff;
    font-size: 17px;
    z-index: 1 !important;
}
.jq-selectbox__search {
    margin: 5px;
}
.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==)
        no-repeat 100% 50%;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333;
    -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #231f20;
}
.jq-selectbox li.selected {
    background-color: #f4f4f4;
    color: #000;
}
.jq-selectbox li:hover {
    background-color: #f4f4f4;
    color: #000;
}
.jq-selectbox li.disabled {
    color: #aaa;
}
.jq-selectbox li.disabled:hover {
    background: none;
}
.jq-selectbox li.optgroup {
    font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231f20;
    cursor: default;
}
.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-selectbox li.ico-report_0,
.jq-selectbox li.ico-report_1,
.jq-selectbox li.ico-report_2,
.jq-selectbox li.ico-report_3,
.jq-selectbox li.ico-report_4 {
    padding-left: 50px;
    position: relative;
}
.jq-selectbox.ico-report_0 .jq-selectbox__select-text,
.jq-selectbox.ico-report_1 .jq-selectbox__select-text,
.jq-selectbox.ico-report_2 .jq-selectbox__select-text,
.jq-selectbox.ico-report_3 .jq-selectbox__select-text,
.jq-selectbox.ico-report_4 .jq-selectbox__select-text {
    padding-left: 30px;
    position: relative;
}
.jq-selectbox li.ico-report_0:before,
.jq-selectbox li.ico-report_1:before,
.jq-selectbox li.ico-report_2:before,
.jq-selectbox li.ico-report_3:before,
.jq-selectbox li.ico-report_4:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.jq-selectbox.ico-report_0 .jq-selectbox__select-text:before,
.jq-selectbox.ico-report_1 .jq-selectbox__select-text:before,
.jq-selectbox.ico-report_2 .jq-selectbox__select-text:before,
.jq-selectbox.ico-report_3 .jq-selectbox__select-text:before,
.jq-selectbox.ico-report_4 .jq-selectbox__select-text:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.jq-selectbox li.ico-report_0:before,
.jq-selectbox.ico-report_0 .jq-selectbox__select-text:before {
    background: url(../img/ico-report_0.png) no-repeat 0 0;
    width: 17px;
    height: 17px;
}
.jq-selectbox li.ico-report_1:before,
.jq-selectbox.ico-report_1 .jq-selectbox__select-text:before {
    background: url(../img/ico-report_1.png) no-repeat 0 0;
    width: 14px;
    height: 20px;
}
.jq-selectbox li.ico-report_2:before,
.jq-selectbox.ico-report_2 .jq-selectbox__select-text:before {
    background: url(../img/ico-report_2.png) no-repeat 0 0;
    width: 16px;
    height: 17px;
}
.jq-selectbox li.ico-report_3:before,
.jq-selectbox.ico-report_3 .jq-selectbox__select-text:before {
    background: url(../img/ico-report_3.png) no-repeat 0 0;
    width: 20px;
    height: 14px;
}
.jq-selectbox li.ico-report_4:before,
.jq-selectbox.ico-report_4 .jq-selectbox__select-text:before {
    background: url(../img/ico-report_4.png) no-repeat 0 0;
    width: 19px;
    height: 17px;
}
/* Dimox Form */

.seobox {
}
.seobox-inner {
    border-top: 2px dashed #e4e4e4;
    padding: 50px 0;
}
.seobox-inner_noborder {
    padding: 50px 0;
}
.seobox-inner_bordersm {
    padding: 50px 0;
}

.wbox {
    width: 100%;
    max-width: 800px;
}
.wtitle {
    font-family: 'Roboto Condensed';
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 45px;
    padding-right: 30px;
}
.wimg {
    width: 100%;
    height: auto;
    display: block;
}

.js-ajaxformbox-panel {
    display: block;
}
.js-ajaxformbox-success {
    display: none;
}
.js-ajaxformbox.success .js-ajaxformbox-panel {
    display: none;
}
.js-ajaxformbox.success .js-ajaxformbox-success {
    display: block;
}

.cbbox-success-title {
    font-family: 'Roboto Condensed';
    font-size: 48px;
    font-weight: bold;
    color: #9bc048;
}
.cbbox-success-msg {
    font-family: 'Roboto Condensed';
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
.cbbox-success-descr {
    font-size: 20px;
    color: #b8ccd6;
}

.customerbox-success {
    height: 600px;
}
.customerbox-success-msg {
    font-family: 'Roboto Condensed';
    font-size: 26px;
    font-weight: bold;
    color: #4d565f;
    text-align: center;
    margin: 40px 0 80px;
}
.customerbox-success-title {
    font-family: 'Roboto Condensed';
    font-size: 70px;
    font-weight: bold;
    color: #9bc048;
    text-align: center;
    text-transform: uppercase;
}
.customerbox-success-name {
    font-size: 26px;
    text-align: center;
}
.customerbox-success-descr {
    font-size: 20px;
    color: #4d565f;
    text-align: center;
    border-top: 2px dashed #e4e4e4;
    margin-top: 95px;
    padding-top: 85px;
}

.contactbox-success-inner {
    max-width: 620px;
    margin: 0 auto;
    padding: 0 30px;
}
.contactbox-success-title {
    font-family: 'Roboto Condensed';
    font-size: 70px;
    font-weight: bold;
    color: #9bc048;
    text-align: center;
    text-transform: uppercase;
    margin-top: 60px;
}
.contactbox-success-name {
    font-size: 28px;
    text-align: center;
}
.contactbox-success-descr {
    font-size: 20px;
    color: #4d565f;
    text-align: center;
    border-top: 2px dashed #e4e4e4;
    margin-top: 50px;
    padding: 50px 0 60px;
}

.profile-welcome {
    background: #f4f4f4;
    font-size: 15px;
    text-align: center;
    margin-bottom: 40px;
    padding: 35px 30px 25px 30px;
    position: relative;
}
.profile-welcome-title {
    font-family: 'Roboto Condensed';
    font-size: 32px;
    font-weight: bold;
    color: #1d2833;
    margin-bottom: 25px;
}
.profile-welcome-greeting {
    margin-bottom: 25px;
    padding: 0 25px;
}
.profile-welcome p {
    margin: 25px 0;
}
.profile-welcome a {
    font-weight: 500;
    color: #073e7c;
    text-decoration: none;
}
.profile-welcome a:hover {
    text-decoration: underline;
}
.profile-welcome-close {
    background: url(../img/ico-welcomeclose.png) no-repeat 0 0;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.report-title {
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: bold;
    color: #4d565f;
}
.report-leftpanel {
    text-align: center;
    margin-bottom: 25px;
    padding: 0 75px;
}
.report-btnpanel {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;

    -ms-flex-pack: justify;
    justify-content: space-between;

    margin-bottom: 30px;
}
.report-btnpanel .report-sd {
    display: inline-block;
    flex: none;
    position: relative;
}

.sendmailbox {
    background: #fff;
    width: 400px;
    border: 5px solid #c3cbd4;
    display: none;
    text-align: left;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    margin: 30px 0 0;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
}
.report-sd_btm .sendmailbox {
    margin: 0 0 30px;
    top: auto;
    bottom: 100%;
}
.sendmailbox-top {
    padding: 30px 25px 25px 30px;
}
.sendmailbox-footer {
    background: #f9fafa;
    padding: 30px 25px 25px 30px;
}
.btn_sendmail {
    background: #fda029;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 15px 15px;
}
.btn_sendmail:hover {
    background: #fcb92a;
}
.btn_sendclose {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 15px;
    box-sizing: border-box;
}
.sendmailbox-elist {
    max-height: 400px;
    margin-bottom: 30px;
    overflow: auto;
}
.sendmailbox-itm:not(:first-child) {
    margin-top: 15px;
}
.sendmailbox-inp {
    font-size: 17px;
    color: #000;
    width: 100%;
    display: block;
    border: 2px solid #ebebeb;
    margin: 0;
    padding: 11px 12px 12px;
    box-sizing: border-box;
}
.btn_addemail {
    background: #eef2f4;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: -9999px;
    position: relative;
    cursor: pointer;
}
.btn_addemail:before,
.btn_addemail:after {
    content: '';
    background: #56b69c;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn_addemail:before {
    width: 22px;
    height: 4px;
}
.btn_addemail:after {
    width: 4px;
    height: 22px;
}

.smart-tablet,
.smart-fly {
    display: none;
}

.overlay {
    background: rgba(10, 19, 27, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    z-index: 10;
}

.modal {
    margin: 45px 0 40px;
    position: relative;
}
.modal-close {
    background: none;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: none;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    cursor: pointer;
}
.modal-close:before,
.modal-close:after {
    content: '';
    background: #3f6388;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close:before {
    width: 150%;
    height: 2px;
}
.modal-close:after {
    width: 2px;
    height: 150%;
}
.modal-close:hover:before,
.modal-close:hover:after {
    background: #598cbf;
}
.modal-body {
}

.bdy_mdl {
    overflow: hidden;
}

.uppercase {
    text-transform: uppercase;
}

.scrolltoup {
    background: url(../img/ico-top.png) no-repeat 0 0;
    width: 60px;
    height: 40px;
    text-indent: -9999px;
    margin-top: -20px;
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
}
.scrolltoup:hover {
    background-position: 0 -40px;
}

/* stacktable */
.stacktable {
    width: 100%;
}
.st-head-row {
}
.st-head-row.st-head-row-main {
}
.st-key {
    text-align: left;
}
.st-val {
    text-align: right;
}

.stacktable.large-only {
    display: table;
}
.stacktable.small-only {
    display: none;
}
/* stacktable */

/* clearfix */
.clearfix {
    display: table;
}
.clearfix:after {
    content: '1 1';
    font: 0.1px/0 a;
    display: block;
    word-spacing: 99in;
    overflow: hidden;
}
/* end clearfix */

@media screen and (max-width: 799px) {
    .grid_clients [class^='grid-cl'] {
        display: none;
    }
    .grid_clients [class^='grid-cl']:nth-child(1),
    .grid_clients [class^='grid-cl']:nth-child(2),
    .grid_clients [class^='grid-cl']:nth-child(3),
    .grid_clients [class^='grid-cl']:nth-child(4) {
        display: inline-block;
    }
    .organization-itm_mod {
        font-size: 1.41rem;
    }
    .organization-itm_mod .organization-inner.ico-qavia {
        background-position: 0 25%;
    }
    .organization-itm_mod .organization-inner.ico-qrailway {
        background-position: 0 25%;
    }
    .organization-itm_mod .organization-inner.ico-qhotel {
        background-position: 0 25%;
    }
    .subscribe {
        background: #f4f4f4;
        margin: 0 -29px;
        padding: 38px 29px;
    }

    .contactbox-formset {
        margin-top: 200px;
        padding: 0;
        position: relative;
    }
    .contactbox-formlegend {
        width: 100%;
        height: 135px;
        padding: 0 5px;
        position: absolute;
        bottom: 100%;
        box-sizing: border-box;
    }

    /* stacktable */
    .stacktable.large-only {
        display: none;
    }
    .stacktable.small-only {
        display: table;
    }
    /* stacktable */
    .hide-xs {
        display: none;
    }
}
@media screen and (max-width: 999px) {
    .grid_newspreview [class^='grid-cl']:last-child {
        display: none;
    }
    .hide-mobile {
        display: none;
    }
}

/* sm - Small Device (Tablet) */
@media screen and (min-width: 800px) {
    h1 {
        font-size: 3.54rem;
    }
    h2 {
        font-size: 2.95rem;
    }
    h3 {
        font-size: 2.36rem;
    }
    .home h1 {
        font-size: 2.94rem;
        text-align: center;
    }
    .home h2 {
        font-size: 2.47rem;
        text-align: center;
        margin: 0px 0 46px;
    }
    .home h3 {
        font-size: 2.47rem;
        text-align: center;
    }
    .home-sect_search.home-sect {
      padding-top: 55px;
      padding-bottom: 0;
    }
    .btn_private {
        padding: 10px 14px 11px;
    }
    .btn_private span {
        background: none;
        width: auto;
        height: auto;
        text-indent: 0;
    }
    .btn_profile {
        background: #0a131b;
        font-size: 0.88rem;
        color: #fff;
        border: none;
        padding: 10px 14px 10px;
        cursor: pointer;
        vertical-align: top;
    }
    .btn_profile span {
        background: none;
        display: inline-block;
        width: auto;
        height: auto;
        text-indent: 0;
        padding: 0 25px 0 30px;
        position: relative;
    }
    .btn_profile span:before {
        content: '';
        background: url(../img/ico-profile.png) no-repeat 0 0;
        width: 23px;
        height: 23px;
        position: absolute;
        top: 50%;
        left: 0;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .btn_profile:hover span:before,
    .btn_profile.active span:before {
        background-position: 0 -23px;
    }
    .btn_profile span:after {
        content: '';
        background: url(../img/ico-profilearrow.png) no-repeat 0 0;
        width: 12px;
        height: 7px;
        position: absolute;
        top: 50%;
        right: 0;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .box_newsbox .box-side {
        width: 230px;
        padding: 0 20px 0 0;
    }

    .box_htag {
    }
    .box_htag .box-side_right {
        width: 165px;
    }
    .box_htag .box-base {
        padding-left: 165px;
    }
    .box_newspost .box-side {
        width: auto;
    }
    .box_panelbottom .box-side {
        width: auto;
    }

    .nav_mobnav {
        padding: 10px 38px;
    }
    .nav_banner .nav-itm {
        padding: 8px 20px 9px;
    }
    .nav_adout {
        font-size: 0.88rem;
        font-weight: 500;
        margin-bottom: 14px;
        text-transform: none;
    }
    .nav_adout .nav-itm {
        background: none;
        color: #000;
        text-decoration: none;
        margin: 0 15px 0 0;
        padding: 0 0 5px;
        border-bottom: 3px solid transparent;
    }
    .nav_adout.horizontal .nav-itm {
        vertical-align: middle;
    }
    .nav_adout .nav-itm:hover {
        background: none;
        color: #000;
        border-bottom: 3px solid #5a9ee9;
    }
    .nav_adout .nav-itm.active {
        background: none;
        color: #000;
        margin: 0 15px 0 0;
        padding: 0 0 5px;
        border-bottom: 3px solid #5a9ee9;
    }
    .nav_adout .nav-itm:last-child {
        margin-right: 0;
    }
    .nav_adout .nav-itm:before {
        content: none;
    }
    .nav_adout .nav-itm span {
        display: inline;
    }
    .nav_newstags {
        font-size: 0.94rem;
    }
    .nav_newstags .nav-itm {
        margin: 0 8px 8px 0;
        padding: 13px 20px;
    }
    .nav_services {
        text-align: center;
        margin: -10px 0 30px -30px;
    }
    .nav_services .nav-itm {
        background: none;
        border-bottom: 1px dashed #a0a0a0;
        margin: 0 0 10px 30px;
        padding: 0;
        position: relative;
    }
    .nav_services .nav-itm:hover {
        border-bottom-color: transparent;
    }
    .nav_services .nav-itm.ico-avia {
        margin-left: 47px;
    }
    .nav_services .nav-itm.ico-train {
        margin-left: 44px;
    }
    .nav_services .nav-itm.ico-hotel {
        margin-left: 46px;
    }
    .nav_services .nav-itm.ico-transfer {
        margin-left: 50px;
    }
    .nav_services .nav-itm.ico-visa {
        margin-left: 45px;
    }
    .nav_services .nav-itm.ico-vip {
        margin-left: 49px;
    }
    .nav_services .nav-itm.ico-guard {
        margin-left: 45px;
    }

    .nav_services .nav-itm.ico-avia:before,
    .nav_services .nav-itm.ico-train:before,
    .nav_services .nav-itm.ico-hotel:before,
    .nav_services .nav-itm.ico-transfer:before,
    .nav_services .nav-itm.ico-visa:before,
    .nav_services .nav-itm.ico-vip:before,
    .nav_services .nav-itm.ico-guard:before {
        position: absolute;
        top: 3px;
        right: 100%;
    }

    .nav_footer {
        font-size: 0.88rem;
    }
    .nav_soclight {
        text-align: right;
    }
    .nav_dashboard.horizontal {
        margin: -10px 0 40px -20px;
    }
    .nav_dashboard .nav-itm {
        width: 33.33%;
        padding: 10px 0 0 20px;
        box-sizing: border-box;
    }

    .grid-cl-sm {
        width: 100%;
    }
    .grid-cl-sm_1-2 {
        width: 50%;
    }
    .grid-cl-sm_1-3 {
        width: 33.33%;
    }
    .grid-cl-sm_2-3 {
        width: 66.67%;
    }
    .grid-cl-sm_1-4 {
        width: 25%;
    }
    .grid_org {
        margin: 0 0 0 -20px;
    }
    .grid_org [class^='grid-cl'] {
        padding: 0 0 30px 20px;
    }
    .grid_newspreview {
        margin: 0 0 0 -20px;
    }
    .grid_newspreview [class^='grid-cl'] {
        padding: 0 0 30px 20px;
    }
    .grid_preview {
        padding-right: 10px;
    }
    .grid_preview [class^='grid-cl'] {
        padding: 0 0 0 10px;
        vertical-align: middle;
    }
    .grid_servshow {
        margin: -20px 0 0 -20px;
    }
    .grid_servshow [class^='grid-cl'] {
        padding: 20px 0 0 20px;
    }
    .grid_contactform {
        margin: 0 0 0 -20px;
    }
    .grid_contactform [class^='grid-cl'] {
        padding-left: 20px;
    }
    .grid_contact {
        margin: 0 0 0 -30px;
    }
    .grid_contact [class^='grid-cl'] {
        padding: 0 0 0 30px;
    }
    .grid_base {
        margin: 0 0 0 -20px;
    }
    .grid_base [class^='grid-cl'] {
        padding: 0 0 0 20px;
    }
    .grid_pnews {
        margin: 0 0 0 -20px;
    }
    .grid_pnews [class^='grid-cl'] {
        padding: 0 0 25px 20px;
    }
    .grid_specialsearch {
        margin: 0 0 0 -20px;
    }
    .grid_specialsearch [class^='grid-cl'] {
        padding: 0 0 0 20px;
    }

    .contact {
        padding: 15px 0 0 38px;
    }
    .contact.active:before {
        content: '';
        background: #0a131b;
        position: absolute;
        top: -15px;
        left: 0;
        right: -38px;
        bottom: 0;
    }
    .contact-phone {
        font-size: 1.65rem;
    }
    .contact-dropdown {
        background: #0a131b;
        padding: 0 38px;
        position: absolute;
        top: 100%;
        left: 0;
        right: -38px;
        z-index: 4;
    }
    .contact.active .contact-dropdown {
        display: block;
    }
    .contact-time {
        font-size: 0.88rem;
        border-bottom: 2px solid #121e29;
        color: #b1c4cf;
        padding: 20px 0;
    }
    .contact-place {
        padding: 10px 0 20px;
    }
    .header-dropdown {
        padding: 0 38px 0;
    }

    .wrap {
        padding: 0 38px;
    }
    .wrap_flex {
        padding: 0 38px;
    }

    .banner_home {
        padding: 44px 0 42px;
    }
    .banner_home-title {
        font-size: 2.47rem;
        margin: 0 0 29px;
    }
    .banner_home-description {
        display: block;
    }
    .banner_home-slide {
        min-height: 250px;
    }
    .banner_home-table tr:not(:first-child) td {
        padding-top: 14px;
    }

    .questionnaire {
        padding: 60px 0 47px;
    }
    .questionnaire-itm_top {
        font-size: 1.3rem;
        margin: 0 0 28px;
    }

    .btn_smart {
        width: auto;
    }
    .organization-itm,
    .organization-itm_mod {
        font-size: 1rem;
    }
    .main-sect_smart {
        font-size: 17px;
        padding-top: 75px;
    }
    .main-sect_smarttravel {
        font-size: 17px;
        padding-top: 86px;
    }
    .main-sect_smarttravel h2 {
        text-align: left;
        margin-bottom: 29px;
    }
    .main-sect_customer {
        padding-bottom: 60px;
    }
    .smarttravel-wrap {
        min-height: 400px;
        margin-left: 50%;
        padding-left: 10px;
        position: relative;
    }
    .smart-fly {
        background: url(../img/TP.png) no-repeat 100% -55px;
        width: 537px;
        height: 509px;
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
    }
    .smart-wrap {
        position: relative;
        padding-right: 50%;
    }
    .smartroot {
        position: relative;
    }
    .smart-tablet {
        background: url(../img/tablet.png) no-repeat 0 0;
        -webkit-background-size: cover;
        background-size: cover;
        width: 250px;
        height: 323px;
        display: block;
        position: absolute;
        bottom: 30px;
        right: 40px;
    }
    .main-showcase {
        padding: 68px 0 45px;
    }
    .main-showcase_about {
        padding-bottom: 73px;
    }
    .main-showcase_about h1 {
        margin-bottom: 75px;
    }
    .home-sect_about {
        margin-bottom: 45px;
    }
    .home-abottom {
        min-height: 400px;
        padding-left: 248px;
        position: relative;
    }
    .home-abottom:after {
        content: '';
        background: url(../img/woman.png) no-repeat 0 0;
        -webkit-background-size: cover;
        background-size: cover;
        width: 286px;
        height: 480px;
        position: absolute;
        left: -38px;
        bottom: -80px;
    }
    .servshowline {
        text-align: center;
        display: block;
    }

    .servshowline-ico {
        width: 70px;
        height: 70px;
        display: inline-block;
    }
    .servshowline-ico.ico-man {
        background-position: 0 0;
    }
    .servshowline-ico.ico-24 {
        background-position: -80px 0;
        width: 72px;
    }
    .servshowline-ico.ico-precent {
        background-position: -160px 0;
        width: 70px;
    }
    .servshowline-icon {
        width: auto;
        display: block;
        vertical-align: top;
        padding: 0 0 20px;
    }
    .servshowline-body {
        display: block;
        vertical-align: middle;
    }
    .newssubs {
    }
    .newssubs-inner {
        margin: 0 -20px;
        padding: 0 15px;
        border: 5px solid #ececec;
    }
    .newssubs-list {
        border-bottom: 3px solid #f4f4f4;
    }
    .subscribe {
        padding: 30px 0;
    }
    .subscribe-label {
        font-size: 1.06rem;
        width: 185px;
        display: inline-block;
        margin: 0;
        padding: 0 15px 0 10px;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .subscribe-form {
        width: calc(100% - 200px);
        display: inline-block;
        vertical-align: middle;
    }
    .masonry-itm {
        width: 50%;
    }
    .newsbox-description {
        text-align: left;
    }
    .clientsbox-footer {
        border-top: 2px dashed #e4e4e4;
        margin-top: 60px;
        padding: 50px 0 30px;
    }
    .lastnews-title {
        font-size: 32px;
    }

    .reservation {
    }
    .reservation-inner {
        padding: 36px 0 30px;
        text-align: center;
    }
    .reservation-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .reservation-sectfirst,
    .reservation-contact,
    .reservation-sectlast {
        font-size: 20px;
        text-align: left;
        display: inline;
    }
    .reservation-phone {
        font-size: 24px;
    }

    .postpager {
        padding: 17px 0 39px;
    }
    .postpager-next,
    .postpager-prev {
        font-size: 14px;
        font-weight: 500;
        text-decoration: underline;
        text-transform: uppercase;
        border: 2px solid #ebebeb;
        display: inline-block;
        color: #000;
        padding: 9px 20px 10px;
        box-sizing: border-box;
    }
    .postpager-next:hover,
    .postpager-prev:hover {
        background: #ebebeb;
        text-decoration: none;
    }
    .postpager-next:after {
        content: '';
        background: url(../img/ico-page.png) no-repeat -8px 0;
        width: 7px;
        height: 11px;
        display: inline-block;
        margin-left: 13px;
    }
    .postpager-prev:before {
        content: '';
        background: url(../img/ico-page.png) no-repeat 0 0;
        width: 7px;
        height: 11px;
        display: inline-block;
        margin-right: 13px;
    }
    .postpager-cut span {
        display: inline;
    }
    .postpager-cut:after {
        content: none;
    }

    .newspost-header {
        margin-bottom: 0px;
    }
    .newspost-content h1 {
        font-size: 42px;
        margin: 0 0 20px;
    }
    .newspost-content_profile h1 {
        text-align: left;
    }
    .newspost-options {
        text-align: right;
    }
    .newspost-content .newspost-img_r {
        width: 290px;
        height: auto;
        margin: 0 0 0 80px;
        float: right;
    }

    .services-cover {
        height: 230px;
    }
    .contactbox {
        padding: 35px 35px;
    }
    .contactbox-header {
        margin-bottom: 0;
        position: relative;
    }
    .contactbox-hbase {
        padding: 0 200px;
    }
    .contactbox-hside {
        width: 200px;
        position: absolute;
        top: 15px;
        right: 0;
    }
    .contactbox-dashed {
        border-top: 2px dashed #e4e4e4;
        margin-top: 35px;
        padding-top: 35px;
    }
    .contactbox-title {
        display: inline-block;
        margin-right: 15px;
    }
    .contactbox-place {
        font-size: 22px;
    }

    .contactbox-formset {
        border: 5px solid #ececec;
        padding: 0 35px;
        position: relative;
    }
    .contactbox-formset:after {
        content: '';
        background: linear-gradient(-45deg, #fff 50%, #ececec 50%);
        width: 45px;
        height: 45px;
        position: absolute;
        right: -5px;
        bottom: -5px;
    }
    .contactbox-formlegend {
        font-family: 'Roboto Condensed';
        font-size: 24px;
        font-weight: bold;
        color: #4d565f;
        text-align: center;
        padding: 0 20px;
    }
    .contactbox-inset {
        padding: 30px 0;
    }
    .contactbox-inp_ct {
        height: 220px;
    }
    .contactbox-formfoot {
        margin-top: 15px;
        text-align: center;
    }

    .customerbox {
        padding: 55px 45px;
        position: relative;
    }
    .btn_custform {
        width: auto;
        padding: 18px 40px 19px;
    }
    .customerbox-line {
        margin-bottom: 30px;
    }
    .customerbox-formfoot {
        text-align: center;
        margin-top: 40px;
    }
    .customerbox-head {
        text-align: center;
        margin-bottom: 50px;
    }
    .customerbox-title {
        font-size: 32px;
    }
    .custmerbox-small {
        font-size: 26px;
    }

    .reasonbox-title,
    .reasonbox-small {
        font-size: 32px;
    }

    .fastsearch {
        background: #fff;
        border: 5px solid #ececec;
        margin: 0;
        padding: 30px 35px;
    }
    .fastsearch-ft {
        padding-top: 0;
        text-align: right;
    }
    .fastsearch-esp {
        margin: 0 0 7px;
    }
    .fastsearch-csp {
        margin-top: 20px;
    }
    .fastsearch-extwrap {
        text-align: left;
        padding-top: 10px;
    }
    .fastsearch-onlydirectwrap {
        padding-top: 10px;
    }
    .btn_srch {
        font-size: 17px;
        padding: 13px 40px 14px;
    }

    .profile-welcome {
        background: #fff;
        font-size: 17px;
        text-align: left;
        border: 5px solid #ececec;
        padding: 35px 35px 25px 35px;
        position: relative;
    }
    .profile-welcome:after {
        content: '';
        background: linear-gradient(-45deg, #fff 50%, #ececec 50%);
        width: 45px;
        height: 45px;
        position: absolute;
        right: -5px;
        bottom: -5px;
    }
    .profile-welcome-title {
        font-family: 'Roboto Condensed';
        font-size: 32px;
        font-weight: bold;
        color: #1d2833;
        margin-bottom: 25px;
    }
    .profile-welcome-greeting {
        margin-bottom: 25px;
        padding: 0;
    }
    .profile-welcome p {
        margin: 25px 0;
    }
    .profile-welcome a {
        font-weight: 500;
        color: #073e7c;
        text-decoration: none;
    }
    .profile-welcome a:hover {
        text-decoration: underline;
    }
    .profile-welcome-close {
        background: url(../img/ico-welcomeclose.png) no-repeat 0 0;
        width: 24px;
        height: 24px;
        text-indent: -9999px;
        border: none;
        position: absolute;
        top: 20px;
        right: 20px;
        box-sizing: border-box;
    }

    .profile-banner {
        text-align: left;
        padding: 45px 85px 45px 45px;
        position: relative;
    }
    .profile-banner:after {
        content: '';
        width: 40px;
        height: 40px;
        border-top: 3px solid #8cc5ff;
        border-right: 3px solid #8cc5ff;
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translate(0, -50%) rotate(45deg);
        transform: translate(0, -50%) rotate(45deg);
    }
    .profile-banner-title {
        font-family: 'Roboto Condensed';
        font-size: 25px;
        font-weight: bold;
        color: #8cc4ff;
        margin-bottom: 10px;
    }
    .profile-banner-descr {
        font-family: 'Roboto Condensed';
        font-size: 22px;
        color: #fff;
    }
    .profile-title {
        font-size: 42px;
        text-align: left;
        margin: 0 0 20px;
    }

    .report-leftpanel {
        text-align: left;
        padding: 0;
    }
    .report-btnpanel {
        display: block;
    }
    .report-btnpanel .btn:not(:first-child) {
        margin-left: 10px;
    }
    .report-btnpanel_bottom {
        text-align: right;
    }

    .sendmailbox {
        right: 50%;
        -ms-transform: translate(50%, 0);
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
    .report-sd_btm .sendmailbox {
        right: 0;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .sendmailbox:before {
        content: '';
        background: #fff;
        width: 30px;
        height: 30px;
        margin: 0 0 -18px 0;
        position: absolute;
        left: 50%;
        bottom: 100%;
        box-shadow: -5px -5px 0 #c3cbd4;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .report-sd_btm .sendmailbox:before {
        content: '';
        background: #f9fafa;
        width: 30px;
        height: 30px;
        margin: -18px 0 0 0;
        position: absolute;
        left: auto;
        right: 80px;
        top: 100%;
        bottom: auto;
        box-shadow: 5px 5px 0 #c3cbd4;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .seobox-inner_bordersm {
        border-top: 2px dashed #e4e4e4;
    }
}
/* md - Medium Device (Desktop) */
@media screen and (min-width: 1000px) {
    .home h2 {
        margin: 0 0 41px;
    }
    .home-sect_about h2 {
        text-align: left;
    }
    .btn_md {
        padding: 11px 10px 13px;
    }
    .btn_form {
        padding: 12px 25px 12px;
    }
    .inputwrap input {
        padding: 9px 10px 12px;
    }

    .box_header > .box-side_right {
        width: auto;
        padding-bottom: 0;
    }

    .box_newsbox .box-side {
        width: 300px;
    }
    .box_htag {
    }
    .box_htag .box-side_right {
        width: 180px;
    }
    .box_htag .box-base {
        padding-left: 180px;
    }
    .box_panel .box-side {
        width: auto;
    }
    .box_rform {
    }
    .box_rform .box-side {
        width: 350px;
        padding-right: 20px;
    }
    .home-sect_about .box_htag .box-base {
        padding-left: 0;
    }

    .nav_mobnav,
    .nav_mobnav.active {
        display: none;
    }
    .nav_banner .nav-itm {
        margin: 5px 10px;
        padding: 3px 20px 4px;
    }
    .nav_adout {
        font-size: 0.88rem;
        font-weight: 500;
        margin-bottom: 14px;
        text-transform: uppercase;
    }
    .nav_adout .nav-itm {
        color: #000;
        text-decoration: none;
        margin: 10px 10px 5px;
        border-bottom: 1px dashed #68a2e0;
    }
    .nav_adout.horizontal .nav-itm {
        vertical-align: middle;
    }
    .nav_adout .nav-itm:hover {
        border-bottom: 1px dashed transparent;
    }
    .nav_adout .nav-itm.active {
        background: rgba(255, 255, 255, 0.9);
        margin: 0;
        padding: 10px 10px;
        border: none;
    }
    .nav_newstags {
        background: #f4f4f4;
        font-size: 1rem;
        text-align: center;
        margin-bottom: 40px;
        padding: 20px 5px 0;
    }
    .nav_newstags .nav-itm {
        background: none;
        margin: 0 20px 20px 10px;
        padding: 0px 0;
        border-bottom: 1px dashed #68a2e0;
    }
    .nav_newstags.horizontal .nav-itm {
        vertical-align: middle;
    }
    .nav_newstags .nav-itm:hover,
    .nav_newstags .nav-itm.active {
        margin: 0 10px 17px 0;
        padding: 9px 10px;
        border: none;
    }
    .services-panel {
        background: #f5f7f9;
    }
    .nav_services {
        text-align: center;
        padding: 24px 0 15px;
    }

    .nav_dashboard.horizontal {
        margin: -10px 0 40px -20px;
    }
    .nav_dashboard .nav-itm {
        width: 25%;
        padding: 10px 0 0 20px;
        box-sizing: border-box;
    }
    .nav_datecomponent {
        display: none !important;
    }

    .nav_footer {
        font-size: 0.82rem;
        text-transform: none;
        padding-top: 10px;
    }

    .grid-cl-md {
        width: 100%;
    }
    .grid-cl-md_1-2 {
        width: 50%;
    }
    .grid-cl-md_1-3 {
        width: 33.33%;
    }
    .grid-cl-md_2-3 {
        width: 66.67%;
    }
    .grid-cl-md_1-4 {
        width: 25%;
    }
    .grid-cl-md_3-4 {
        width: 75%;
    }
    .grid-cl-md_1-5 {
        width: 20%;
    }
    .grid-cl-md_2-5 {
        width: 40%;
    }
    .grid-cl-md_3-5 {
        width: 60%;
    }
    .grid-cl-md_3-10 {
        width: 30%;
    }
    .grid-cl-md_2-10 {
        width: 20%;
    }
    .grid_preview {
        padding-right: 20px;
    }
    .grid_preview [class^='grid-cl'] {
        padding: 0 0 0 20px;
        vertical-align: middle;
    }
    .grid_customer {
        margin: 0 0 0 -20px;
    }
    .grid_customer [class^='grid-cl'] {
        padding: 0 0 0 20px;
    }
    .grid_pnews {
        margin: 0 0 10px -20px;
    }
    .grid_pnews [class^='grid-cl'] {
        display: inline-block;
        padding: 0 0 25px 20px;
    }
    .grid_pnews [class^='grid-cl']:last-child {
        display: inline-block;
    }
    .grid_specialsearch {
        margin: 0 0 0 -10px;
    }
    .grid_specialsearch [class^='grid-cl'] {
        padding: 0 0 0 10px;
    }

    .contact {
        padding: 5px 0 0 38px;
    }

    .searchbox {
        display: block;
        padding: 0 0 0 170px;
    }

    .header-dropdown {
        background: rgba(10, 19, 27, 0.9);
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        z-index: 10;
    }
    .authbox {
        width: 970px;
        padding: 50px 0 0;
    }
    .authbox-subtitle {
        display: block;
    }
    .authbox-top {
        width: 534px;
        padding: 0 100px 0 65px;
        float: right;
    }
    .authbox-footer {
        width: 436px;
        border-right: 2px solid #273c4f;
        border-top: none;
        padding: 0 119px 0 0;
        float: right;
    }
    .cbbox {
        width: 430px;
        padding: 50px 0 0;
    }

    .header-scroll {
        display: block;
    }

    .wrap {
        padding: 0 40px;
    }
    .wrap_flex {
        padding: 0;
    }

    .banner_home {
        padding: 132px 0 38px;
    }
    .banner_home-title {
        font-size: 2rem;
        margin: 0 0 32px;
    }
    .banner_home-slide {
        padding-top: 28px;
    }
    .questionnaire {
        padding: 62px 0 38px;
    }
    .questionnaire-itm {
        font-size: 0.82rem;
        margin: 0;
        padding-top: 15px;
    }
    .questionnaire-itm_top {
        text-align: right;
    }
    .questionnaire-itm_bottom {
        text-align: left;
    }
    .questionnaire-btn {
        font-size: 0.83rem;
        padding: 12px 15px 13px;
    }

    .main-alist {
        background: rgba(255, 255, 255, 0.8);
        min-height: 810px;
        margin-left: 320px;
        padding: 45px 25px 10px 35px;
        position: relative;
        box-sizing: border-box;
    }
    .main-alist:before {
        content: '';
        background: url(../img/woman.png) no-repeat 50% 0;
        -webkit-background-size: cover;
        background-size: cover;
        width: 360px;
        height: 950px;
        position: absolute;
        left: -345px;
        bottom: -35px;
    }
    .alist {
        margin-bottom: 45px;
    }
    .main-showcase {
        padding-top: 157px;
    }
    .main-showcase_about {
        padding-bottom: 64px;
    }
    .main-showcase_about h1 {
        margin-bottom: 90px;
    }
    .main-showcase_about .main-motivation {
        font-size: 26px;
    }
    .main-showcase_services {
        padding-bottom: 45px;
    }
    .main-showcase_services h1 {
        margin-bottom: 45px;
    }
    .main-sect_top {
        padding-top: 135px;
    }
    .main-sect_about .main-motivation {
        text-align: left;
        padding-left: 320px;
    }
    .smart-fly {
        background: url(../img/TP.png) no-repeat 100% -65px;
        margin-right: 50px;
    }
    .smart-wrap {
        padding: 0px;
    }
    .smart-wrap:after {
        content: none;
    }
    .smartroot {
        min-height: 370px;
        padding-right: 380px;
        position: relative;
    }
    .smart-tablet {
        background: url(../img/tablet.png) no-repeat 0 0;
        -webkit-background-size: cover;
        background-size: cover;
        width: 290px;
        height: 370px;
        position: absolute;
        top: 25px;
        right: 30px;
        bottom: auto;
    }
    .main-sect_smart h2 {
        text-align: left;
    }

    .organization-itm_mod {
        font-size: 1.18rem;
    }

    .home-atop {
        padding-left: 320px;
    }
    .home-abottom {
        min-height: 330px;
        padding-left: 320px;
    }
    .home-abottom:after {
        width: 350px;
        height: 645px;
        left: -30px;
        bottom: -80px;
    }
    .newssubs {
    }
    .newssubs-inner {
        margin: 0 -30px;
        padding: 0 25px 40px;
        position: relative;
    }
    .newssubs-inner:after {
        content: '';
        background: #ececec;
        background: linear-gradient(-45deg, #fff 50%, #ececec 50%);
        width: 45px;
        height: 45px;
        position: absolute;
        bottom: -5px;
        right: -5px;
    }

    .subscribe {
        padding: 40px 0 0;
    }
    .subscribe-label {
        width: auto;
        padding: 0 15px 0 0;
    }
    .subscribe-form {
        width: 540px;
        display: inline-block;
        vertical-align: middle;
    }
    .report-btnpanel {
        text-align: right;
    }
    .masonry {
    }
    .masonry-itm {
        width: 33.33%;
    }
    .masonry-itm_employees {
        width: 50%;
    }
    .faqbox-faq {
        width: calc(100% - 320px);
        float: left;
    }
    .faqbox-req {
        width: 320px;
        padding-left: 20px;
        float: left;
        box-sizing: border-box;
    }

    .reservation {
    }
    .reservation-inner {
        padding: 40px 0 30px;
        text-align: left;
    }
    .reservation-title {
        font-size: 20px;
        text-align: left;
        margin-bottom: 10px;
    }
    .reservation-sectfirst,
    .reservation-contact,
    .reservation-sectlast {
        font-size: 15px;
        line-height: 0.8;
        text-align: left;
        display: inline-block;
    }
    .reservation-contact {
        margin: 0 20px;
        padding: 0 20px;
        border-right: 2px solid #e4e4e4;
        border-left: 2px solid #e4e4e4;
    }
    .reservation-phone {
        font-size: 18px;
    }
    .reservation-hider {
        display: none;
    }

    .postpager {
        padding: 24px 0 31px;
    }
    .postpager-next,
    .postpager-prev {
        font-size: 14px;
        font-weight: 500;
        text-decoration: underline;
        text-transform: uppercase;
        border: 2px solid #ebebeb;
        display: inline-block;
        color: #000;
        padding: 9px 20px 10px;
        box-sizing: border-box;
    }
    .postpager-next:hover,
    .postpager-prev:hover {
        background: #ebebeb;
        text-decoration: none;
    }
    .postpager-next:after {
        content: '';
        background: url(../img/ico-page.png) no-repeat -8px 0;
        width: 7px;
        height: 11px;
        display: inline-block;
        margin-left: 13px;
    }
    .postpager-prev:before {
        content: '';
        background: url(../img/ico-page.png) no-repeat 0 0;
        width: 7px;
        height: 11px;
        display: inline-block;
        margin-right: 13px;
    }
    .postpager-cut span {
        display: inline;
    }
    .postpager-cut:after {
        content: none;
    }

    .newspost {
        padding: 70px 0 35px;
    }
    .newspost-content .newspost-img_r {
        width: 380px;
    }

    .services-itm {
        margin: 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .services-cover {
        width: 50%;
        height: 510px;
        text-align: right;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 30px;
        box-sizing: border-box;
    }
    .services-img {
        width: auto;
        height: 100%;
    }
    .services-body {
        -ms-flex: 0 1 585px;
        flex: 0 1 585px;
        -ms-flex-item-align: center;
        align-self: center;
        padding: 0 40px 50px 30px;
        box-sizing: border-box;
    }

    .services-itm:nth-child(even) {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .services-itm:nth-child(even) .services-cover {
        padding-right: 0;
        padding-left: 30px;
    }
    .services-itm:nth-child(even) .services-body {
        padding: 0 30px 50px 40px;
    }
    .services-body h3 {
        text-align: left;
    }
    .services-foot {
        text-align: left;
        margin-top: 20px;
    }

    .contactbox {
        padding: 35px 25px;
    }
    .contactbox-place {
        font-size: 20px;
    }
    .contactbox-phonebig {
        font-size: 20px;
        display: block;
        margin-bottom: 10px;
    }
    .contactbox-title {
        font-size: 20px;
        margin-right: 0;
        display: block;
    }
    .contactbox-phone {
        display: block;
        margin-bottom: 5px;
    }
    .contactbox-email {
        display: block;
    }
    .contactbox-dashed {
        border: none;
        margin: 0;
        padding: 0;
    }

    .contactbox-formset {
        border: 5px solid #ececec;
        padding: 0 45px;
        position: relative;
    }
    .contactbox-inset {
        margin: 0 -20px;
        padding: 30px 0;
    }

    .customerbox {
        padding: 50px 30px 35px 30px;
        position: relative;
    }
    .btn_custform {
        width: auto;
        padding: 18px 30px 19px;
    }
    .customerbox-line {
        margin-bottom: 30px;
    }
    .customerbox-formfoot {
        text-align: left;
        margin-top: 40px;
    }
    .customerbox-head {
        text-align: center;
        margin-bottom: 50px;
    }
    .customerbox-title {
        font-size: 24px;
    }
    .custmerbox-small {
        font-size: 20px;
    }

    .reasonbox {
        padding: 60px 30px 10px 0;
        border: none;
    }
    .reasonbox-title,
    .reasonbox-small {
        font-size: 25px;
        text-align: left;
    }

    .fastsearch {
        padding: 30px 25px;
    }
    .fastsearch-extwrap {
        text-align: right;
        padding: 10px 15px 0 0;
    }

    .profile-banner-title {
        font-size: 32px;
    }
    .profile-banner-descr {
        font-size: 22px;
    }

    .sendmailbox {
        right: 0;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .sendmailbox:before {
        content: '';
        background: #fff;
        width: 30px;
        height: 30px;
        margin: 0 0 -18px 0;
        position: absolute;
        left: auto;
        right: 80px;
        bottom: 100%;
        box-shadow: -5px -5px 0 #c3cbd4;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .datecomponent-dropdown {
        width: 585px;
    }
    .datecomponent.short .datecomponent-dropdown {
        width: 300px;
    }
    .datecomponent-tabs {
        margin-left: -6px;
    }
    .datecomponent-tab {
        width: 50%;
        float: left;
        display: block !important;
        padding-left: 6px;
        box-sizing: border-box;
    }
    .datecomponent.short .datecomponent-tab {
        width: 100%;
    }
    .datecomponent-way {
        font-size: 13px;
        color: #4b555e;
        display: block;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .datecomponent-dropdown_search {
        left: auto;
        right: -2px;
    }

    .modal {
        position: absolute;
        right: 50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
    .bdy_dwn {
        overflow: hidden;
    }
    .footer-tp {
        text-align: center;
    }
    .hide-md {
        display: none;
    }
}
/* lg - Large Device (Wide) */
@media screen and (min-width: 1270px) {
    h1 {
        font-size: 4.13rem;
    }
    h2 {
        font-size: 3.42rem;
    }
    h3 {
        font-size: 2.72rem;
    }
    .home h1 {
        font-size: 3.41rem;
        margin: 0 0 54px;
    }
    .home h2 {
        font-size: 2.94rem;
    }
    .home h3 {
        font-size: 2.94rem;
    }

    .btn_md {
        padding: 11px 30px 13px;
    }
    .btn_form {
        padding: 12px 25px 12px;
    }
    .box-base_input {
        padding-right: 30px;
    }

    .box_scroll > .box-side {
        width: 170px;
        height: 80px;
    }
    .box_scroll > .box-side .logo {
        left: 25px;
        right: 25px;
        bottom: 25px;
    }
    .is-sticky .box_scroll > .box-side .logo {
        left: 49px;
        right: 49px;
        bottom: 10px;
    }
    .box_scroll > .box-side_right {
        padding-top: 20px;
    }
    .box-base_input {
        padding-right: 30px;
    }
    .box_newsbox .box-side {
        width: 370px;
    }
    .box_rform {
    }
    .box_rform .box-side {
        width: 440px;
        padding-right: 30px;
    }

    .nav_scroll {
        padding-top: 20px;
    }
    .nav_scroll .nav-itm {
        margin: 0 10px;
        padding: 10px 15px 11px;
    }
    .nav_banner {
        padding: 0 27px;
    }
    .nav_banner:before,
    .nav_banner:after {
        content: '';
        background: #eaecee;
        width: 485px;
        height: 12px;
        margin-top: -7px;
        position: absolute;
        top: 50%;
    }
    .nav_banner:before {
        right: 100%;
    }
    .nav_banner:after {
        left: 100%;
    }
    .nav_banner .nav-itm {
        padding: 8px 20px 9px;
    }
    .nav_adout .nav-itm {
        margin: 10px 20px 5px;
    }
    .nav_adout .nav-itm.active {
        padding: 10px 20px;
    }
    .nav_services {
        text-align: center;
        margin: -10px 0 30px -60px;
        padding: 24px 0 15px;
    }
    .nav_services .nav-itm {
        background: none;
        border-bottom: 1px dashed #a0a0a0;
        margin: 0 0 10px 60px;
        padding: 0;
        position: relative;
    }
    .nav_services .nav-itm:hover {
        border-bottom-color: transparent;
    }
    .nav_services .nav-itm.ico-avia {
        margin-left: 77px;
    }
    .nav_services .nav-itm.ico-train {
        margin-left: 74px;
    }
    .nav_services .nav-itm.ico-hotel {
        margin-left: 76px;
    }
    .nav_services .nav-itm.ico-transfer {
        margin-left: 80px;
    }
    .nav_services .nav-itm.ico-visa {
        margin-left: 75px;
    }
    .nav_services .nav-itm.ico-vip {
        margin-left: 79px;
    }
    .nav_services .nav-itm.ico-guard {
        margin-left: 75px;
    }
    .nav_dashboard.horizontal {
        margin: -10px 0 40px -30px;
    }
    .nav_dashboard .nav-itm {
        width: 25%;
        padding: 10px 0 0 30px;
        box-sizing: border-box;
    }
    .nav_footer {
        font-size: 1rem;
        padding-top: 10px;
    }

    .grid-cl-lg {
        width: 100%;
    }
    .grid-cl-lg_1-2 {
        width: 50%;
    }
    .grid-cl-lg_1-3 {
        width: 33.33%;
    }
    .grid-cl-lg_2-3 {
        width: 66.67%;
    }
    .grid-cl-lg_1-4 {
        width: 25%;
    }
    .grid-cl-lg_1-5 {
        width: 20%;
    }
    .grid-cl-lg_2-5 {
        width: 40%;
    }
    .grid-cl-lg_3-5 {
        width: 60%;
    }
    .grid-cl-lg_3-11 {
        width: 27.27%;
    }
    .grid-cl-lg_5-11 {
        width: 45.45%;
    }
    .grid_org [class^='grid-cl'] {
        padding: 0 0 20px 30px;
    }
    .grid_newspreview {
        margin: 0 0 0 -30px;
    }
    .grid_newspreview {
        margin: 0 0 0 -30px;
    }
    .grid_newspreview [class^='grid-cl'] {
        padding: 0 0 40px 30px;
    }
    .grid_preview {
        padding-right: 30px;
    }
    .grid_preview [class^='grid-cl'] {
        padding: 0 0 0 30px;
    }
    .grid_servshow {
        margin: -20px 0 0 -30px;
    }
    .grid_servshow [class^='grid-cl'] {
        padding: 20px 0 0 30px;
    }
    .grid_contactform {
        margin: 0 0 0 -30px;
    }
    .grid_contactform [class^='grid-cl'] {
        padding-left: 30px;
    }
    .grid_base {
        margin: 0 0 0 -30px;
    }
    .grid_base [class^='grid-cl'] {
        padding: 0 0 0 30px;
    }
    .grid_pnews {
        margin: 0 0 20px -30px;
    }
    .grid_pnews [class^='grid-cl'] {
        display: inline-block;
        padding: 0 0 25px 30px;
    }

    .contact {
        padding: 0 0 5px 38px;
    }
    .contact-phone {
        font-size: 2.06rem;
    }

    .searchbox {
        padding: 0 0 0 200px;
    }

    .link-contact {
        font-size: 0.88rem;
        margin-right: 15px;
        padding: 8px 10px;
    }
    .link-private {
        font-size: 0.88rem;
        padding: 8px 10px;
    }

    .wrap {
        padding: 0 50px;
    }

    .banner_home {
        padding: 139px 0 59px;
    }
    .banner_home-title {
        font-size: 2.48rem;
        margin: 0 0 30px;
    }
    .banner_home-slide {
        min-height: 262px;
        border-left: 12px solid #eaecee;
        border-right: 12px solid #eaecee;
        border-bottom: 12px solid #eaecee;
        padding: 28px 20px 20px 95px;
    }
    .banner_home-shead {
        margin: 0 100px;
    }
    .banner_home-shead:before,
    .banner_home-shead:after {
        content: '';
        background: #eaecee;
        width: 12px;
        margin-top: -7px;
        position: absolute;
        top: 50%;
        bottom: 0;
    }
    .banner_home-shead:before {
        left: 0;
    }
    .banner_home-shead:after {
        right: 0;
    }
    .banner_home-subtitle {
        font-size: 1.41rem;
    }
    .banner_home-table tr:not(:first-child) td {
        padding-top: 20px;
    }

    .questionnaire {
        padding: 66px 0 53px;
    }
    .questionnaire-btn {
        font-size: 1rem;
        padding: 15px 20px 16px;
    }
    .questionnaire-itm {
        font-size: 1rem;
    }

    .organization-itm_mod {
        font-size: 1.29rem;
    }

    .main-showcase_about {
        padding: 177px 0 62px;
    }
    .main-showcase_about h1 {
        margin-bottom: 150px;
    }
    .main-showcase_about .main-motivation {
        font-size: 26px;
    }
    .main-showcase_services {
        padding: 174px 0 45px;
    }
    .main-showcase_services h1 {
        margin-bottom: 55px;
    }
    .main-alist {
        background: rgba(255, 255, 255, 0.8);
        min-height: 710px;
        margin-left: 400px;
        padding: 45px 25px 10px 35px;
        position: relative;
        box-sizing: border-box;
    }
    .main-alist:before {
        content: '';
        background: url(../img/woman.png) no-repeat 50% 0;
        -webkit-background-size: cover;
        background-size: cover;
        width: 450px;
        height: 920px;
        position: absolute;
        left: -450px;
        bottom: -35px;
    }
    .main-sect_about .main-motivation {
        padding-left: 400px;
    }
    .home-sect {
        padding: 78px 0 35px;
    }
    .home-sect_about {
        margin-bottom: 65px;
    }

    .home-atop {
        padding-left: 400px;
    }
    .home-abottom {
        min-height: 380px;
        padding-left: 400px;
    }
    .home-abottom:after {
        width: 450px;
        height: 775px;
        left: -50px;
        bottom: -100px;
    }
    .profile-head {
        padding: 10px 0 0 40px;
    }
    .profile-headtitle {
        font-size: 40px;
    }
    .profilemenu {
        top: 0;
    }

    .newssubs {
    }
    .newssubs-inner {
        margin: 0 -50px;
        padding: 0 45px 40px;
        position: relative;
    }
    .subscribe-label {
        font-size: 1.35rem;
        width: auto;
        padding: 0 30px 0 0;
    }
    .subscribe-form {
        width: 670px;
        display: inline-block;
        vertical-align: middle;
    }

    .reservation {
    }
    .reservation-inner {
        padding: 43px 0 30px;
        text-align: left;
    }
    .reservation-title {
        font-size: 26px;
        text-align: left;
        margin-bottom: 19px;
    }
    .reservation-sectfirst,
    .reservation-contact,
    .reservation-sectlast {
        font-size: 17px;
        line-height: 0.8;
        text-align: left;
        display: inline-block;
    }
    .reservation-contact {
        margin: 0 50px;
        padding: 0 40px;
        border-right: 2px solid #e4e4e4;
        border-left: 2px solid #e4e4e4;
    }
    .reservation-phone {
        font-size: 24px;
    }
    .reservation-hider {
        display: none;
    }

    .postpager {
        padding: 24px 0 31px;
    }
    .postpager-next,
    .postpager-prev {
        font-size: 14px;
        font-weight: 500;
        text-decoration: underline;
        text-transform: uppercase;
        border: 2px solid #ebebeb;
        display: inline-block;
        color: #000;
        padding: 9px 20px 10px;
        box-sizing: border-box;
    }
    .postpager-next:hover,
    .postpager-prev:hover {
        background: #ebebeb;
        text-decoration: none;
    }
    .postpager-next:after {
        content: '';
        background: url(../img/ico-page.png) no-repeat -8px 0;
        width: 7px;
        height: 11px;
        display: inline-block;
        margin-left: 13px;
    }
    .postpager-prev:before {
        content: '';
        background: url(../img/ico-page.png) no-repeat 0 0;
        width: 7px;
        height: 11px;
        display: inline-block;
        margin-right: 13px;
    }
    .postpager-cut span {
        display: inline;
    }
    .postpager-cut:after {
        content: none;
    }

    .newspost-header {
        margin-bottom: 0px;
    }
    .newspost-content h1 {
        font-size: 50px;
        margin: 0 0 5px;
    }
    .newspost-content .newspost-img_r {
        width: 470px;
        margin: 0 0 20px 60px;
    }

    .services-img {
        float: right;
        left: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .services-itm:nth-child(even) .services-img {
        float: left;
    }
    .services-cover {
        padding-right: 45px;
    }
    .services-itm:nth-child(even) .services-cover {
        padding-right: 0;
        padding-left: 45px;
    }
    .services-body {
        padding: 0 0 50px 45px;
    }
    .services-itm:nth-child(even) .services-body {
        padding: 0 45px 50px 0;
    }

    .smartroot {
        min-height: 500px;
        padding-right: 380px;
        position: relative;
    }
    .smart-tablet {
        content: '';
        background: url(../img/tablet.png) no-repeat 0 0;
        -webkit-background-size: cover;
        background-size: cover;
        width: 385px;
        height: 500px;
        position: absolute;
        top: 0px;
        right: 60px;
    }
    .contactbox-place {
        font-size: 24px;
    }
    .contactbox-phonebig {
        font-size: 24px;
    }
    .contactbox-title {
        font-size: 24px;
    }
    .contactbox-formset {
        border: 5px solid #ececec;
        padding: 0 55px;
        position: relative;
    }
    .contactbox-inset {
        margin: 0 -20px;
        padding: 30px 0;
    }

    .customerbox {
        padding: 45px 35px 35px 35px;
        position: relative;
    }
    .btn_custform {
        width: auto;
        padding: 18px 40px 19px;
    }
    .customerbox-line {
        margin-bottom: 30px;
    }
    .customerbox-formfoot {
        text-align: left;
        margin-top: 40px;
    }
    .customerbox-head {
        text-align: center;
        margin-bottom: 50px;
    }
    .customerbox-title {
        font-size: 32px;
    }
    .custmerbox-small {
        font-size: 26px;
    }

    .reasonbox-title,
    .reasonbox-small {
        font-size: 32px;
    }

    .fastsearch {
        padding: 30px 35px;
    }

    .profile-banner-title {
        font-size: 40px;
    }
    .profile-title {
        font-size: 50px;
        margin: 0 0 20px;
    }

    .masonry,
    .masonry_employe {
        margin-left: -30px;
    }
    .masonry-itm {
        width: 33.33%;
        float: left;
        padding-left: 30px;
    }
    .faqbox-faq {
        width: calc(100% - 400px);
    }
    .faqbox-req {
        width: 400px;
        padding-left: 30px;
    }
    .faqbox-formtitle {
        font-size: 1.53rem;
    }
    .lastnews-title {
        font-size: 40px;
        margin-bottom: 46px;
    }
}
@media screen and (min-width: 1350px) {
    .is-sticky .scrolltoup {
        display: block;
    }
}
@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) and (min-width: 1000px) {
    .services {
        width: 100%;
        display: table;
        table-layout: fixed;
    }
    .services-itm {
        margin: 0;
        display: table-row;
    }
    .services-cover {
        width: 50%;
        height: 480px;
        text-align: right;
        display: table-cell;
        padding-right: 30px !important;
        padding-left: 0 !important;
        box-sizing: border-box;
    }
    .services-img {
        left: 0;
        float: right !important;
        -ms-transform: translate(0, 0);
    }
    .services-body {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        padding: 0 40px 50px 30px;
        box-sizing: border-box;
    }
}
@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) and (min-width: 1270px) {
    .services {
        width: calc(50% + 585px);
    }
    .services-cover {
        width: auto;
    }
    .services-body {
        width: 585px;
    }
}
@media print {
    .header,
    #sticky-wrapper,
    .nav_mobnav,
    .header-scroll,
    .header-dropdown,
    .newspost-header,
    .postpager,
    .newssubs,
    .lastnews,
    .footer {
        display: none;
    }
}

.main-breadcrumbs {
    background-color: #f0f2f7;
}

@media (min-width: 1000px) {
    .sect-under-menu {
        margin-top: 80px;
    }  
}

.breadcrumbs {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    min-height: 50px;
    margin: 0;
    padding: 10px 0;
    font-size: 13px;
    line-height: 22px;
    color: #52585f;
}

.breadcrumbs-item {
    position: relative;
    padding-right: 30px;
}

.breadcrumbs-link {
    display: block;
    padding: 4px 0;
    text-decoration: none;
    color: #52585f;
}

.breadcrumbs-text {
    display: block;
    padding: 4px 0;
}

.breadcrumbs-link:hover {
    color: #073e7c;
}

.breadcrumbs-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 7'%3E%3Cpath d='M10 3.5c0-.1-.1-.3-.1-.4l-3-3c-.3-.2-.6-.1-.8.1-.2.2-.1.5 0 .7L8.3 3H.5c-.3 0-.5.2-.5.5s.2.5.5.5h7.8L6.1 6.1c-.1.2-.2.5 0 .7.1.1.3.2.4.2.1 0 .2 0 .3-.1l3-3c.1-.1.2-.2.2-.4z' fill='%23a0a1a2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 7px;
}

.footer {
    background: #1e2d3c;
    color: #fff;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    
    font-size: 14px;
    line-height: 24px;
}
.footer-top {
    padding: 40px 0 30px;
    border-bottom: 2px solid #192633;
    overflow: hidden;
}
.footer .footer-private {
    font-size: 0.82rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #366493;
    display: inline-block;
    padding: 6px 15px 7px;
}
.footer-private:hover {
    border-color: #8dc5ff;
}

.footer-bottom {
    padding: 30px 0;
    overflow: hidden;
}
.footer-phonewrap {
    margin-bottom: 8px;
}
.footer .footer-phone {
    font-size: 1.29rem;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.footer-phone span {
    color: #a2cefc;
}
.footer-link {
    text-decoration: none;
    color: #6bb3ff;
}
.footer-link:hover {
    color: #a1d0fc;
}
.footer-link_theme_light {
    color: #d0d3d8;
}
.footer-link_size_big {
    font-size: 16px;
}

.footer-link_theme_light:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-link_map {
    display: inline-block;
    margin-top: 8px;
}

.footer-line {
    padding: 0 0 0 35px;
    position: relative;
}
.footer-line:not(:last-child) {
    margin-bottom: 8px;
}
.footer-line_sm {
    font-size: 0.88rem;
}
.footer-line.ico-phone:before {
    content: '';
    background: url(../img/ico-contact.png) no-repeat 0 0;
    width: 14px;
    height: 21px;
    position: absolute;
    top: 1px;
    left: 0;
}
.footer-line.ico-email:before {
    content: '';
    background: url(../img/ico-contact.png) no-repeat -14px -4px;
    width: 20px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 0;
}
.footer-line.ico-map:before {
    content: '';
    background: url(../img/ico-contact.png) no-repeat -34px 0;
    width: 17px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
}
.footer-line a:hover {
    color: #a1d0fc;
}

.footer-iata img{
    display: block;
}

.footer-copy {
    font-size: 0.82rem;
}
.footer-copy a:hover {
    color: #a1d0fc;
}

.footer-nav {
    list-style: none;
    margin: 0;
    padding: 0; 
}

.footer-nav-item:not(:last-child) {
    margin-bottom: 12px;
}

.footer-nav-link {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #6bb3ff;
    text-decoration: none;
}

.footer-nav-link:hover {
    color: #a1d0fc;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu-item:not(:last-child) {
    margin-bottom: 6px;
}

.footer-menu-link {
    display: block;
}

.footer-soc {
    margin-top: 30px;
}

.footer-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 15px);
    margin: -15px;
}

.footer-col {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 15px;
}

@media (max-width: 639px) {
    .footer-col_phone,
    .footer-col_logo {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
}

@media (min-width: 640px) {
    .footer-top {
        padding-top: 46px;
    }

    .footer-menu_useful {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
    }

    .footer-menu_useful .footer-menu-item {
        -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
                -moz-column-break-inside: avoid;
             break-inside: avoid;
    }

    .footer-col {
        width: 50%;
    }

    .footer-col_personal {
        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;
    }
}


@media (min-width: 640px) and (max-width: 999px) {
    .footer-col_useful {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
    }

    .footer-col_logo,
    .footer-col_copy {
        padding-top: 0;
    }
}

@media (min-width: 1000px) {
    .footer-col {
        width: 25%;
    }

    .footer-col_useful {
        width: 50%;
    }

    .footer-soc {
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .footer-col_personal,
    .footer-col_copy {
        padding-left: 50px;
    }
}

/* footer link */
.zchbWidgetSmall {
  display: inline-block;
  margin-bottom: 20px;
}