html {
    font-size: 100%
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
    font-size: 13px
}

body, div, input, p, td, th {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif
}

b, big, small, strong, .strong {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif
}

div.clr, hr.clr {
    clear: both
}

.clearfix:after {
    clear: both;
    display: block;
    content: ""
}

a:active {
    text-decoration: none;
    color: #705090
}

a:link {
    text-decoration: none;
    color: #705090;
}

a:visited {
    text-transform: uppercase;
    text-decoration: none;
    color: #705090;;
    font-size: 15px;
    font-weight: 600;
}

a:hover {
    color: #aa64ef
}

.header_h1, h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    line-height: normal;
    font-weight: 400;
    font-size: 18px
}

.header_h2, h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    line-height: normal;
    font-size: 16px
}

.header_h3, h3 {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 0;
    line-height: normal;
    font-size: 14px
}

.header_h4, h4 {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 0;
    line-height: normal;
    font-size: 12px
}

.main_slide_text h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}
.main_slide_text .header_h1 {
    display: block;
    font-weight: bold;
    font-size: 50px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

h1.first_page {
    color: #666;
    margin-left: 15px
}

.fl {
    float: left
}

.fr {
    float: right
}

.tar {
    text-align: right
}

table.detail-view tr.odd {
    background: #fdf2e8
}

img {
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

form {
    margin: 0 0 18px
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #eee
}

legend small {
    font-size: 13.5px;
    color: #999
}

button, input, label, select, textarea {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px
}

button, input, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

label {
    display: block;
    margin-bottom: 5px;
    color: #333
}

.uneditable-input, input, select, textarea {
    display: inline-block;
    width: 210px;
    height: 18px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.uneditable-textarea {
    width: auto;
    height: auto
}

label input, label select, label textarea {
    display: block
}

input[type=checkbox], input[type=image], input[type=radio] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    line-height: normal;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

input[type=image] {
    border: 0
}

input[type=file] {
    width: auto;
    padding: initial;
    line-height: initial;
    border: initial;
    background-color: #fff;
    background-color: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

input[type=button], input[type=reset], input[type=submit] {
    width: auto;
    height: auto
}

input[type=file], select {
    height: 28px;
    line-height: 28px
}

select {
    width: 220px;
    background-color: #fff
}

select[multiple], select[size] {
    height: auto
}

input[type=image] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

textarea {
    height: auto
}

input[type=hidden] {
    display: none
}

.checkbox, .radio {
    padding-left: 18px
}

.checkbox input[type=checkbox], .radio input[type=radio] {
    float: left;
    margin-left: -18px
}

.controls > .checkbox:first-child, .controls > .radio:first-child {
    padding-top: 5px
}

.checkbox.inline, .radio.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}

.checkbox.inline + .checkbox.inline, .radio.inline + .radio.inline {
    margin-left: 10px
}

input, textarea {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -ms-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

input:focus, textarea:focus {
    border-color: rgba(82, 168, 236, .8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    outline: 0
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus, select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.input-mini {
    width: 60px
}

.input-small {
    width: 90px
}

.input-medium {
    width: 150px
}

.input-large {
    width: 210px
}

.input-xlarge {
    width: 270px
}

.input-xxlarge {
    width: 530px
}

.uneditable-input, input[class*=span], select[class*=span], textarea[class*=span] {
    float: none;
    margin-left: 0
}

.uneditable-input, input, textarea {
    margin-left: 0
}

.uneditable-input.span12, input.span12, textarea.span12 {
    width: 930px
}

.uneditable-input.span11, input.span11, textarea.span11 {
    width: 850px
}

.uneditable-input.span10, input.span10, textarea.span10 {
    width: 770px
}

.uneditable-input.span9, input.span9, textarea.span9 {
    width: 690px
}

.uneditable-input.span8, input.span8, textarea.span8 {
    width: 610px
}

.uneditable-input.span7, input.span7, textarea.span7 {
    width: 530px
}

.uneditable-input.span6, input.span6, textarea.span6 {
    width: 450px
}

.uneditable-input.span5, input.span5, textarea.span5 {
    width: 370px
}

.uneditable-input.span4, input.span4, textarea.span4 {
    width: 290px
}

.uneditable-input.span3, input.span3, textarea.span3 {
    width: 210px
}

.uneditable-input.span2, input.span2, textarea.span2 {
    width: 130px
}

.uneditable-input.span1, input.span1, textarea.span1 {
    width: 50px
}

input[disabled], input[readonly], select[disabled], select[readonly], textarea[disabled], textarea[readonly] {
    background-color: #eee;
    border-color: #ddd;
    cursor: not-allowed
}

hr {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853
}

.alert-warning hr {
    border-top-color: #f8e5be
}

.alert-warning .alert-link {
    color: #a47e3c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48
}

.alert-danger hr {
    border-top-color: #e6c1c7
}

.alert-danger .alert-link {
    color: #953b39
}

.alert strong {
    color: inherit
}

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px
}

div#header_inner_container {
    height: 60px;
    width: 1140px;
    margin: 0 auto
}

div#header_inner_container a.logo-link {
    display: block;
    float: left;
    margin-top: 10px
}

#call-center-phone {
    padding: 0;
    float: left;
    margin-left: 85px;
    margin-top: 10px;
    cursor: default
}

#call-center-phone div.phone {
    font-size: 23px;
    color: #8f3499;
    text-align: center
}

#call-center-phone div.info {
    margin-top: -3px;
    margin-left: 1px;
    font-size: 11px;
    color: #8f3499
}

#header-slogan {
    float: left;
    margin-top: 12px;
    color: #ff992f;
    cursor: default;
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px
}

#header-slogan strong {
    font-size: 18px;
    font-weight: 400;
    color: #ff992f
}

#header-company-info {
    margin-top: 2px;
    float: right;
    margin-right: 20px;
    line-height: 14px;
    text-align: right;
    font-size: 12px
}

#header_projects {
    border-bottom: 1px solid #f0f0f0
}

#header_projects a {
    padding: 8px 30px;
    display: inline-block;
    float: left;
    color: #ff9a00;
    font-size: 14px;
    border-radius: 6px 6px 0 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-right: -1px
}

#header_projects a:hover {
    text-decoration: none;
    background: #fff9ef
}

#header_projects .active, #header_projects a.active:hover {
    background: #ff9a00;
    color: #fff;
    border-top: 1px solid #ff9a00;
    border-left: 1px solid #ff9a00;
    border-right: 1px solid #ff9a00
}

#header_projects a.aplFamilyTab {
    color: #8c55b1;
    float: right;
    margin: 0
}

#header_projects a .new {
    margin-left: 10px;
    color: red;
    font-size: 10px
}

#why_apl_travel_info {
    float: left;
    width: 350px
}

#hot_prices_info h2, #why_apl_travel_info h2 {
    font-weight: 400;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    background-color: #8c55b1;
    color: #fff;
    padding: 5px 10px
}

#why_apl_travel_info div {
    margin-bottom: 30px
}

#why_apl_travel_info.why_trips {
    float: none;
    width: 700px
}

#why_apl_travel_info.why_trips div {
    float: left;
    width: 233px
}

#why_apl_travel_info h5 {
    margin: 0;
    padding: 10px 0 10px 55px;
    color: red;
    font-size: 24px;
    font-weight: 400
}

#why_apl_travel_info_1 h5 {
    background: url(/images/icons/main_why_icon_1.png) top left no-repeat
}

#why_apl_travel_info_2 h5 {
    background: url(/images/icons/main_why_icon_2.png) top left no-repeat
}

#why_apl_travel_info_3 h5 {
    background: url(/images/icons/main_why_icon_3.png) top left no-repeat
}

#why_apl_travel_info ul {
    padding-left: 15px;
    padding-right: 10px
}

#why_apl_travel_info li {
    margin-bottom: 10px
}

#header-login-container {
    float: right
}

#header-login-container a.login-button {
    display: block;
    width: 60px;
    height: 60px;
    background: url(/images/new_login.png) no-repeat top left;
    float: right
}

#header-login-container.kz_ru a.login-button {
    background-color: #f7f8f7;
    position: relative;
    top: -4px
}

.login-form-container, div#login-form-container {
    width: 595px;
    display: none
}

.login-form-container .login-form-left, div#login-form-container .login-form-left {
    float: left;
    width: 240px
}

.login-form-container .login-form-right, div#login-form-container .login-form-right {
    float: right;
    width: 314px;
    min-height: 215px;
    border-left: 1px solid #dcdcdc;
    padding-left: 20px
}

.login-form-container h3, div#login-form-container h3 {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dcdcdc
}

.login-form-container form, div#login-form-container form {
    margin: 0;
    padding: 20px 10px 0
}

.login-form-container .auth_but_line, div#login-form-container .auth_but_line {
    background: url(/images/auth_but_line.png);
    color: #fff;
    font: bold 14px Arial;
    text-decoration: none;
    padding: 5px 15px;
    cursor: pointer;
    text-transform: none;
    text-shadow: 1px 2px #004285;
    height: 18px;
    display: inline-block;
    border-radius: 8px;
    box-sizing: content-box
}

.login-form-container input.auth_but_line, div#login-form-container input.auth_but_line {
    height: 29px;
    padding-top: 1px;
    box-sizing: border-box;
    border: none
}

.login-form-container .auth_but, div#login-form-container .auth_but {
    border: #b90101 0 solid;
    background: url(/images/auth_but.png) no-repeat top left;
    width: 70px;
    height: 30px;
    color: #fff;
    font: bold 14px Arial;
    text-decoration: none;
    padding: 0 0 3px 0;
    cursor: pointer;
    text-transform: none;
    text-shadow: 1px 2px #004285;
    box-shadow: none
}

.login-form-container .loginBlock, div#login-form-container .loginBlock {
    width: 100%;
    text-align: left
}

.login-form-container .title, div#login-form-container .title {
    padding-bottom: 5px
}

div#loginerror {
    float: right;
    margin-right: 20px;
    padding: 10px 5px;
    width: 170px;
    text-align: right
}

#loggined-container {
    padding: 10px 5px 0 0
}

div#design_main_inner_container {
    width: 1140px;
    margin: 10px auto 0 auto
}

div#design_separator {
    width: 1140px;
    margin: 0 auto;
    height: 2px;
    background-color: #df9b2c
}

#design_orderpath_container {
    width: 1140px;
    margin: 0 auto
}

#design_orderpath_container > ul {
    width: 1140px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 49px
}

#design_orderpath_container > ul > li {
    float: left;
    display: block;
    height: 49px;
    width: 200px;
    color: #fff;
    cursor: default;
    position: relative;
    padding-left: 50px
}

#design_orderpath_container > ul > li.first {
    z-index: 84;
    padding-left: 20px
}

#design_orderpath_container > ul > li.second {
    z-index: 83
}

#design_orderpath_container > ul > li.third {
    z-index: 82
}

#design_orderpath_container > ul > li.fourth {
    z-index: 81;
    width: 220px
}

#design_orderpath_container > ul > li.waiting, body #design_orderpath_container > ul > li.waiting.nonreact:hover {
    background: #ff9a00 url(/images/orderpath_clean/orderpath_line.png) repeat-x
}

#design_orderpath_container > ul > li.blink, #design_orderpath_container > ul > li.waiting:hover {
    background: #ff9a00 url(/images/orderpath_clean/orderpath_line_hover.png) repeat-x
}

#design_orderpath_container > ul > li.active, #design_orderpath_container > ul > li.current, body #design_orderpath_container > ul > li.active.nonreact:hover, body #design_orderpath_container > ul > li.current.nonreact:hover {
    background: #ff9a00 url(/images/orderpath_clean/orderpath_active_line.png) repeat-x
}

#design_orderpath_container > ul > li.active:hover, #design_orderpath_container > ul > li.current.blink, #design_orderpath_container > ul > li.current:hover {
    background: #ff9a00 url(/images/orderpath_clean/orderpath_active_line_hover.png) repeat-x
}

#design_orderpath_container > ul > li i.arrow {
    position: absolute;
    right: -30px;
    display: block;
    height: 49px;
    width: 30px;
    color: #fff;
    font-size: 26px;
    line-height: 50px;
    font-weight: 400
}

#design_orderpath_container > ul > li.waiting i.arrow, body #design_orderpath_container > ul > li.waiting.nonreact.blink i.arrow, body #design_orderpath_container > ul > li.waiting.nonreact:hover i.arrow {
    background: url(/images/orderpath_clean/orderpath_arr.png) top right no-repeat
}

#design_orderpath_container > ul > li.waiting.blink i.arrow, #design_orderpath_container > ul > li.waiting:hover i.arrow {
    background: url(/images/orderpath_clean/orderpath_arr_hover.png) top right no-repeat
}

#design_orderpath_container > ul > li.active i.arrow, body #design_orderpath_container > ul > li.active.nonreact.blink i.arrow, body #design_orderpath_container > ul > li.active.nonreact:hover i.arrow {
    background: url(/images/orderpath_clean/orderpath_active_arr_p.png) top right no-repeat
}

#design_orderpath_container > ul > li.active.blink i.arrow, #design_orderpath_container > ul > li.active:hover i.arrow {
    background: url(/images/orderpath_clean/orderpath_active_arr_p_hover.png) top right no-repeat
}

#design_orderpath_container > ul > li.current i.arrow, body #design_orderpath_container > ul > li.current.nonreact.blink i.arrow, body #design_orderpath_container > ul > li.current.nonreact:hover i.arrow {
    background: url(/images/orderpath_clean/orderpath_active_arr.png) top right no-repeat
}

#design_orderpath_container > ul > li.current.blink i.arrow, #design_orderpath_container > ul > li.current:hover i.arrow {
    background: url(/images/orderpath_clean/orderpath_active_arr_hover.png) top right no-repeat
}

#design_orderpath_container > ul > li span {
    font-size: 14px;
    color: #fff
}

#design_orderpath_container > ul > li strong {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    display: block;
    float: left;
    padding-right: 8px;
    line-height: 50px
}

#design_orderpath_container ul li a {
    color: #fff;
    text-decoration: none
}

#design_orderpath_container ul li a.topLink {
    text-decoration: none;
    cursor: default
}

#design_orderpath_container ul li span {
    float: left;
    display: block;
    height: 49px;
    width: 170px;
    overflow: hidden;
    line-height: 51px;
    font-size: 14px;
    padding-left: 4px
}

#design_orderpath_container ul li span img {
    margin-right: 5px
}

.headerMenu_box.countryList, .onsiteHeaderMenu_box.countryList {
    width: 680px
}

.headerMenu_box.countryList ul, .onsiteHeaderMenu_box.countryList ul {
    margin: 0;
    padding: 0;
    width: 160px;
    float: left;
    list-style: none
}

.headerMenu_box.countryList ul li, .onsiteHeaderMenu_box.countryList ul li {
    display: block;
    width: 100%;
    padding: 0 10px 10px 0
}

.headerMenu_box.countryList ul li a, .onsiteHeaderMenu_box.countryList ul li a {
    font-size: 16px;
    color: #fff0c8 !important;
    text-decoration: none;
    width: 144px;
    display: block;
    padding: 4px 0 4px 6px
}

.headerMenu_box.countryList ul li a:hover, .onsiteHeaderMenu_box.countryList ul li a:hover {
    color: #fff !important;
    border-left: 2px solid #ffe8be;
    padding-left: 4px;
    background: #ffb74a
}

#design_orderpath_container ul li div.headerMenu_button {
    cursor: pointer
}

#design_orderpath_container ul li div.headerMenu_box, #design_orderpath_container ul li div.onsiteHeaderMenu_box {
    position: absolute;
    left: 0;
    background: #ff9a00;
    border: 1px solid #ffce8d;
    border-radius: 0 0 6px 6px;
    padding: 10px;
    z-index: 150;
    overflow: hidden;
    display: none
}

.headerMenu_box.countryList, .onsiteHeaderMenu_box.countryList {
    width: 680px
}

.headerMenu_box.countryList ul, .onsiteHeaderMenu_box.countryList ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.headerMenu_box.countryList ul li, .onsiteHeaderMenu_box.countryList ul li {
    display: block;
    float: left;
    width: 160px;
    padding: 0 10px 0 0
}

.headerMenu_box.countryList ul li a, .onsiteHeaderMenu_box.countryList ul li a {
    font-size: 16px;
    color: #fff !important;
    text-decoration: none;
    width: 144px;
    display: block;
    padding: 4px 0 4px 6px;
    line-height: 30px
}

.headerMenu_box.countryList ul li a:hover, .onsiteHeaderMenu_box.countryList ul li a:hover {
    color: #fff !important;
    border-left: 2px solid #ffe8be;
    padding-left: 4px;
    background: #ffb74a
}

.headerMenu_box.countryList ul li a img.flag, .onsiteHeaderMenu_box.countryList ul li a img.flag {
    float: left;
    margin: 0 10px 0 0
}

.onsiteHeaderMenu_box.countryList {
    width: 840px
}

.onsiteHeaderMenu_box.countryList .countryList__top {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 0 0 4px 0;
    margin: 0 0 8px 0
}

.onsiteHeaderMenu_box.countryList .countryList__top ul {
    display: flex;
    width: 100%
}

.onsiteHeaderMenu_box.countryList .countryList__top ul li, .onsiteHeaderMenu_box.countryList .countryList__top ul li a {
    float: none;
    width: 100%
}

.onsiteHeaderMenu_box.countryList .countryList__common {
    overflow: hidden;
    display: flex
}

.onsiteHeaderMenu_box.countryList .countryList__common li, .onsiteHeaderMenu_box.countryList .countryList__common ul {
    width: 100%
}

.onsiteHeaderMenu_box.countryList .countryList__common li a {
    width: auto;
    display: block;
    margin: 0 4px 0 0
}

#design_orderpath_container > ul > li div.headerMenu_button .select-arrow {
    position: absolute;
    top: 23px;
    right: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

#design_orderpath_container > ul > li.third .select-arrow {
    position: absolute;
    top: 20px;
    right: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    border-left: 5px solid #fff;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent
}

#design_footer_inner_container {
    width: 1140px;
    margin: 0 auto;
    padding: 50px 0 28px 0
}

#design_footer_inner_container > div.fl {
    margin: 0 40px 10px 0
}

#design_footer_inner_container table {
    width: 100%
}

#design_footer_inner_container span span {
    font: bold 12px Myriad Pro;
    color: #8f0400
}

#design_footer_inner_container .wid1 {
    width: 300px
}

#design_footer_inner_container td {
    color: #474747;
    font: normal 12px Arial;
    line-height: 14px
}

#design_footer_inner_container td.links {
    text-align: right
}

#design_footer_inner_container a#enableMobile {
    font: bold 115% arial;
    width: 180px
}

#design_footer_inner_container .fb {
    margin-right: 7px
}

#design_footer_inner_container .inst {
    margin-right: 7px
}

#design_footer_inner_container .telegram {
    margin-right: 16px
}

#design_footer_inner_container .btn {
    border-radius: 5px
}

#design_footer_inner_container .footer-box {
    width: 100%;
    float: left;
    margin-bottom: 8px
}
#design_footer_inner_container .footer-box-main {
    width: 30%;
    float: left;
    margin-bottom: 8px;
}

#design_footer_inner_container .footer-box .footer-box-title, #design_footer_inner_container .footer-box-main .footer-box-title{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 13px;
    color: #2B2730;
}

#design_footer_inner_container .footer-box .footer-links a, #design_footer_inner_container .footer-box-main .footer-links a {
    display: block;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 9px;
    color: #2B2730;
}

#design_footer_inner_container .footer-box .footer-hot a, #design_footer_inner_container .footer-box-main .footer-hot a {
    display: inline-block;
    width: 32%;
    padding-bottom: 8px
}

#design_footer_inner_container .footer-box .verified-company, #design_footer_inner_container .footer-box-main .footer-hot a {
    text-align: right
}
#design_footer_inner_container .footer-box-main.border{
    border: 1px solid #FF992F;
    box-sizing: border-box;
    width: 35%;
}

#design_footer_inner_container .copyright {
    margin-top: 20px;
    font: normal 14px/1 Arial, helvetica, sans-serif;
    color: #000;
    float: left;
}

div#main_menu {
    margin-top: 5px;
    height: 50px;
    overflow: hidden
}

div#main_menu .rl {
    display: block;
    background: url(/images/menu_back_l.png);
    width: 5px;
    height: 50px;
    float: left
}

div#main_menu .rr {
    display: block;
    background: url(/images/menu_back_r.png);
    width: 5px;
    height: 50px;
    float: right
}

div#main_menu ul {
    margin: 0 5px;
    padding: 0;
    list-style: none;
    height: 50px;
    background: #46b4c4 url(/images/menu_tile.png)
}

div#main_menu ul li {
    margin: 0;
    padding: 0;
    height: 50px;
    display: block;
    float: left;
    color: #fff
}

div#main_menu ul li a {
    margin: 0;
    padding: 0 20px 0 17px;
    display: block;
    color: #fff;
    height: 50px;
    line-height: 49px;
    background: url(/images/menu_sep.png) no-repeat left top
}

div#main_menu ul li a:hover {
    background: url(/images/menu_active_back.png) repeat-x left top
}

div#main_menu ul li.active-menu a {
    margin: 0;
    display: block;
    color: #fff;
    height: 50px;
    background: url(/images/menu_active_back.png) repeat-x left top
}

div#main_menu ul li select {
    margin: 10px 15px 0 6px;
    width: 200px;
    font-size: 16px;
    height: 30px
}

div#maintext {
    min-height: 300px
}

div#find_tours .r1, div#find_tours .r2, div#find_tours .r3 {
    display: block;
    height: 1px;
    background: #efefef;
    overflow: hidden
}

div#find_tours .r1 {
    margin: 0 4px
}

div#find_tours .r2 {
    margin: 0 2px
}

div#find_tours .r3 {
    margin: 0 1px;
    height: 2px
}

div#find_tours .block-round-content {
    background: #efefef;
    padding: 3px 5px
}

div.country-list {
    margin-bottom: 20px
}

div.country-list div.country-list-anchors a {
    color: #08c;
    text-decoration: none;
    border-bottom: 1px dotted #08c;
    margin: 0 3px
}

div.country-list h2 {
    font-size: 22px;
    color: #08c;
    margin: 20px 0 5px 0
}

div.country-list ul, div.country-list ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

div.country-list ul {
    margin: 0 10px;
    display: block;
    float: left;
    width: 40%
}

div.country-list ul.seo-countries-links {
    float: right;
    width: 100px;
    font-size: .8em
}

div.cloud {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 20px 0
}

div.cloud a.cloudCountryClass0, div.cloud a.cloudCountryClass1, div.cloud a.cloudCountryClass2, div.cloud a.cloudCountryClass3, div.cloud a.cloudCountryClass4, div.cloud a.cloudCountryClass5, div.cloud a.cloudCountryClass6, div.cloud a.cloudCountryClass7, div.cloud a.cloudCountryClass8, div.cloud a.cloudCountryClass9 {
    margin: 0 3px
}

div.cloud a.cloudCountryClass0 {
    font-size: 22px
}

div.cloud a.cloudCountryClass1 {
    font-size: 18px
}

div.cloud a.cloudCountryClass2 {
    font-size: 17px
}

div.cloud a.cloudCountryClass3 {
    font-size: 16px
}

div.cloud a.cloudCountryClass4 {
    font-size: 16px
}

div.cloud a.cloudCountryClass5 {
    font-size: 15px
}

div.cloud a.cloudCountryClass6 {
    font-size: 15px
}

div.cloud a.cloudCountryClass7 {
    font-size: 14px
}

div.cloud a.cloudCountryClass8 {
    font-size: 13px
}

div.cloud a.cloudCountryClass9 {
    font-size: 12px
}

#directions .direction {
    margin-bottom: 20px;
    margin-top: 10px
}

#directions .direction .flag {
    margin: -9px 5px 0 0
}

#directions ul, #directions > ul > li, .toursHotList {
    list-style: none;
    margin: 0;
    padding: 0
}

#directions .directionImg {
    display: block;
    height: 145px;
    margin-bottom: 5px
}

#directions .direction-left {
    background: url(/images/direction-left.png);
    width: 285px;
    height: 145px;
    float: left
}

#directions .directionRightImg {
    width: 705px;
    height: 145px;
    float: left
}

#directions .directionName h3 {
    font-size: 22px;
    display: inline-block;
    font-weight: 400
}

#directions .directionName h3:hover {
    text-decoration: underline
}

#directions .directionHotelCount {
    padding: 15px 0 0 20px;
    color: #fff;
    font-size: 14px;
    display: block
}

#directions .directionMinPrice {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: right;
    padding: 30px 20px 0 0;
    display: block
}

#directions .directionMinPrice small {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

#directions .directionAdditional {
    position: relative
}

#directions .directionDescrText {
    display: block;
    text-align: justify;
    font-size: 12px;
    line-height: 120%;
    color: #ddd;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 685px;
    background: rgba(0, 0, 0, .3)
}

#addFavourites div.stars, .DirectionToursList .stars {
    float: left
}

.DirectionToursList .tours li {
    height: 40px;
    background: #fbfbfb;
    margin-bottom: 3px !important
}

.DirectionToursList .price {
    width: 130px;
    font-size: 22px;
    color: #2a2;
    line-height: 40px;
    display: block;
    float: left;
    text-align: left;
    overflow: hidden;
    padding-left: 10px
}

.DirectionToursList .price small {
    font-weight: 400;
    font-size: 12px
}

.DirectionToursList .name {
    width: 420px;
    font-size: 15px;
    color: #4597a4;
    display: block;
    float: left;
    text-align: left;
    padding-left: 20px;
    padding-top: 11px
}

.DirectionToursList .text {
    padding-left: 15px;
    padding-top: 7px;
    line-height: 120%;
    width: 270px;
    font-size: 11px;
    display: block;
    float: left;
    text-align: left
}

.DirectionToursList .hotel-detail {
    width: 122px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    text-decoration: none;
    display: block;
    float: right;
    text-align: center;
    background: url(/images/hotel_price_button.png)
}

.DirectionToursList h3 {
    margin: 10px 0 0 3px;
    font-size: 18px;
    font-weight: 400
}

.toursHotList > li {
    display: block;
    position: relative;
    border: 1px solid #efefef
}

.toursHotList > li:last-child {
    margin-right: 0 !important
}

.toursHotList > li .itemPhoto {
    width: 100%;
    max-height: 208px
}

.toursHotList > li .itemHeader {
    position: absolute;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    padding: 8px 10px;
    box-sizing: border-box
}

.toursHotList > li .itemHeader a {
    color: #fff
}

.toursHotList > li .itemTimer {
    position: absolute;
    top: 55px;
    z-index: 1;
    background: rgba(255, 255, 255, .8);
    padding: 8px 10px;
    right: 0;
    font-size: 14px
}

.toursHotList > li .itemTimer > .crazyTimer {
    color: #f80;
    font-size: 20px
}

.toursHotList > li .itemData {
    margin: 8px 0 4px 12px;
    float: left;
    width: 142px;
    overflow: hidden
}

.toursHotList > li .itemData dd {
    margin: 0;
    padding: 0;
    font-size: 19px;
    text-align: center
}

.toursHotList > li .itemData dt {
    color: #ccc;
    font-size: 11px;
    text-align: center;
    white-space: nowrap
}

.toursHotList > li .itemData_Price {
    color: #2a2
}

.toursHotList > li .itemFooter {
    padding: 10px;
    font-size: 11px;
    line-height: 10px;
    color: #777
}

ul.toursHotList.toursHotListMain > li {
    float: left;
    right: 0;
    width: 312px;
    margin: 10px 24px 0 0;
    overflow: hidden
}

ul.toursHotList > li {
    cursor: pointer;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 5px #eee;
    -webkit-box-shadow: 0 0 5px #eee;
    box-shadow: 0 0 5px #eee
}

ul.toursHotList > li:hover {
    border: 1px solid #a99;
    -moz-box-shadow: 0 0 5px #faa;
    -webkit-box-shadow: 0 0 5px #faa;
    box-shadow: 0 0 5px #faa;
    background-color: #fffefe
}

ul.toursHotList.toursHotListRight > li {
    float: left;
    right: 0;
    width: 312px;
    margin: 16px;
    overflow: hidden
}

ul.toursHotList.sidebarToursList > li {
    width: 260px;
    margin: 10px 0 20px 0
}

ul.toursHotList.sidebarToursList > li .itemData {
    width: 115px;
    margin: 8px 0 0 8px
}

ul.toursHotList.sidebarToursList > li .itemData dd {
    font-size: 16px
}

ul.toursHotList.sidebarToursList > li .itemData dt {
    font-size: 10px
}

ul.toursHotList.sidebarToursList > li .hotel-detail {
    width: 100px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    background: url(/images/red_button_100.png)
}

#column_left {
    width: 270px;
    margin-right: 10px;
    float: left
}

#column_right {
    width: 710px;
    float: left
}

#column_one_center {
    width: 640px;
    margin: 0 auto
}

#historyHotels, #recommendedHotels {
    width: 470px;
    float: left;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    line-height: 20px
}

#historyHotels li, #historyHotels ul, #recommendedHotels li, #recommendedHotels ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#historyHotels li, #recommendedHotels li {
    margin-bottom: 15px
}

#historyHotels .hotelImg, #recommendedHotels .hotelImg {
    float: left;
    margin-right: 20px
}

#addFavourites div.stars, #historyHotels div.stars, #orderHotelInfoBlock div.stars, #queryHotelInfoBlock div.stars, #recommendedHotels div.stars, .DirectionToursList div.stars {
    margin-left: 10px;
    background: url(/images/star.png);
    height: 14px
}

#historyHotels .textBlock .HotelName div, #recommendedHotels .HotelName .textBlock div {
    float: left
}

#historyHotels .textBlock, #recommendedHotels .textBlock {
    float: left;
    width: 310px;
    word-dk: break-all;
    overflow: hidden
}

#historyHotels .hotelImg, #recommendedHotels .hotelImg {
    width: 120px;
    height: 80px
}

#historyHotels .blockHeader, #recommendedHotels .blockHeader {
    font-size: 18px
}

#historyHotels .HotelName, #recommendedHotels .HotelName {
    color: #4597a4;
    font-size: 16px
}

#historyHotels .CountryName, #recommendedHotels .CountryName {
    font-size: 12px
}

#historyHotels .minPrice, #recommendedHotels .minPrice {
    color: red;
    font-size: 20px;
    font-weight: 700
}

#historyHotels .hotelLink, #recommendedHotels .hotelLink {
    color: #4597a4;
    font-size: 12px;
    text-decoration: underline
}

#historyHotelsLeft.HistoryRow {
    width: 100%
}

#historyHotelsLeft.HistoryRow .hotel {
    float: left;
    width: 246px
}

#filtersList {
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 20px
}

#filtersList h3 {
    font-size: 18px;
    font-weight: 400
}

#filtersList hr {
    margin: 7px 0
}

#filtersList ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0
}

#filtersList li {
    list-style: none;
    margin: 0;
    padding: 0
}

#filtersList li img {
    vertical-align: text-top
}

#filtersList li a {
    color: #555;
    display: block;
    padding: 3px 5px;
    text-decoration: none;
    font-size: 12px
}

#filtersList li a span {
    color: #aaa
}

#filtersList li a:hover {
    background-color: #def;
    color: #335
}

#filtersList li a:hover span {
    color: #667
}

#filtersList li.selected a {
    background-color: #ddf5cc;
    color: #000
}

#filtersList li.selected a span {
    color: #aaa
}

#filtersList li.selected a:hover {
    background-color: #f99;
    color: #fff
}

#filtersList li.selected a:hover span {
    color: #eee
}

#filtersList h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    padding: 1px 5px;
    margin: 3px 0;
    cursor: hand;
    cursor: pointer
}

#filtersList h4.closed {
    background: #ebebeb url(/images/arrow_for_closed.png) no-repeat 97% center
}

#filtersList h4, #filtersList h4.opened {
    background: #ebebeb url(/images/arrow_for_opened.png) no-repeat 97% center
}

#filtersList div.serviceGroupTabs {
    overflow: hidden;
    width: 265px;
    margin-bottom: 3px
}

#filtersList div.serviceGroupTabs span {
    color: #00b1cd;
    margin-left: 6px;
    cursor: hand;
    cursor: pointer;
    line-height: 20px
}

#filtersList div.serviceGroupTabs span:hover {
    text-decoration: underline
}

#filtersList div.serviceGroupTabs span.active {
    color: #c84343;
    text-decoration: underline
}

#filtersList div.cities {
    margin-bottom: 10px
}

h1 img.flag {
    margin-top: -2px;
    margin-right: 5px
}

div#column_right ul.countryCitiesList {
    margin: 0;
    padding: 0;
    list-style: none
}

div#column_right ul.countryCitiesList li div.city {
    margin-left: 290px
}

div#column_right ul.countryCitiesList li h2 {
    font-weight: 400;
    font-size: 18px
}

div#column_right ul.countryCitiesList li hr {
    clear: both;
    margin-top: 0
}

div#column_right ul.countryCitiesList li a.cityImage {
    display: block;
    float: left;
    margin-bottom: 18px
}

div#hotelHeader {
    background-position: 0 8px;
    background-repeat: no-repeat
}

div.hotelsPage h1 {
    padding-left: 35px;
    font-size: 18px;
    float: left;
    color: #ffa300;
    margin-bottom: 0
}

div.hotelsPage div.stars {
    margin-top: 11px;
    float: left;
    margin-left: 10px;
    background: url(/images/star.png);
    height: 14px
}

div.topHotelsInfo div.servicesIcons {
    float: right;
    width: 36px;
    height: 16px
}

div.topHotelsInfo div.servicesIcons i {
    cursor: pointer
}

div#hotelInfoBlock h2 {
    font-size: 18px;
    margin: 20px 0 0 0;
    font-weight: 400
}

div#hotelDescription {
    margin: 20px 0;
    line-height: 150%;
    padding: 0
}

div#hotelInfoBlock div.hotel_descr {
    margin: 5px 15px 15px 15px
}

#hotelInfoBlock .infoLine {
    padding-top: 10px;
    padding-left: 15px
}

#hotelInfoBlock a:link {
    color: #4597a4
}

#hotelInfoBlock .name {
    font-size: 17px;
    line-height: 40px;
    color: #4597a4;
    display: block;
    text-align: left
}

#hotelInfoBlock .hotelImg {
    width: 415px
}

#hotelInfoBlock .lineName {
    color: #777
}

#hotelInfoBlock .lineData li, #hotelInfoBlock .lineData ul {
    list-style: none;
    margin: 0;
    padding: 0
}

div#tourPrices {
    margin-top: 15px
}

div#tourPrices h2 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 400;
    color: #ffa300
}

div#tourPrices a.allTourPrices {
    display: block;
    float: right;
    font-size: 18px;
    font-weight: 400
}

div#tourPrices ul.prices {
    margin: 0;
    padding: 0;
    list-style: none
}

div#tourPrices ul.prices > li {
    margin: 0;
    padding: 5px;
    border-bottom: 1px dashed #bbb;
    border-top: 1px dashed #fff;
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

div#tourPrices ul.prices > li:hover {
    border-bottom: 1px dashed #bbb;
    border-left: 1px dashed #bbb;
    border-right: 1px dashed #bbb;
    background-color: #fffeee
}

div#tourPrices ul.prices > li:first-child:hover {
    border-top: 1px dashed #aaa
}

div#tourPrices ul.prices li div.price_value {
    float: left;
    width: 140px;
    font-size: 22px;
    text-align: left;
    color: #2a2
}

div#tourPrices ul.prices li div.price_value small {
    font-size: 60%;
    color: #555
}

div#tourPrices ul.prices li div.price_value div.history {
    font-size: 12px;
    text-decoration: line-through;
    color: #000
}

div#tourPrices ul.prices li div.price_value div.history small {
    font-size: 100%
}

div#tourPrices ul.prices li div.price_benefits div.gtPrice {
    font-size: 12px;
    color: #ff9100
}

div#tourPrices ul.prices li div.price_benefits div.ltPrice {
    font-size: 12px;
    color: #ff9100
}

div#tourPrices ul.prices li div.price_benefits div.newPrice {
    font-size: 12px;
    color: #2a2
}

div#tourPrices ul.prices li div.price_benefits div.bestPrice {
    margin-top: 5px;
    font-size: 12px;
    color: #ff9100
}

div#tourPrices ul.prices li div.dates {
    float: left;
    font-size: 12px
}

div#tourPrices ul.prices li div.dates ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 92px;
    list-style: none
}

div#tourPrices ul.prices li div.dates > div {
    margin: 0 0 3px 5px
}

div#tourPrices ul.prices li div.dates ul li {
    padding: 0 0 1px 3px;
    margin: 0;
    border: none
}

div#tourPrices ul.prices li div.dates li input {
    margin: 4px 0 0 3px;
    float: left
}

div#tourPrices ul.prices li div.dates li label {
    margin: 0;
    border: 1px solid #fff !important;
    padding: 1px 0 1px 17px;
    cursor: pointer
}

div#tourPrices ul.prices li div.dates input:checked + label {
    background-color: #fafafa;
    border: 1px solid #8a8 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

div#tourPrices ul.prices li div.dates li label:hover {
    background-color: #fafafa;
    border: 1px solid #8a8 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

div#tourPrices ul.prices li div.dates li:hover label {
    background-color: #fafafa;
    border: 1px solid #8a8 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

div#tourPrices ul.prices li:hover div.dates input:checked + label {
    border: 1px solid #8a8 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

div#tourPrices ul.prices li div.nights_qty {
    float: left;
    font-size: 22px;
    width: 50px;
    text-align: center;
    margin-right: 10px
}

div#tourPrices ul.prices li div.nights_qty small {
    font-size: 12px;
    color: #555;
    display: block
}

div#tourPrices ul.prices li div.order_tour {
    float: right;
    width: 155px
}

div#tourPrices ul.prices li div.order_tour a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #2a2;
    border-radius: 2px;
    border: 1px solid #282
}

div#tourPrices ul.prices li div.order_tour a:hover {
    background: #2c2;
    border: 1px solid #2a2
}

div#tourPrices ul.prices li div.order_tour div.places {
    font-size: 12px;
    margin-top: 10px;
    color: #000
}

div#tourPrices ul.prices li div.price_info {
    float: left;
    font-size: 12px;
    width: 200px;
    margin-right: 10px
}

div#tourPrices ul.prices li div.price_info {
    float: left;
    font-size: 12px;
    width: 200px;
    margin-right: 10px
}

div#tourPrices ul.prices li div.price_avia {
    font-weight: 700
}

div#tourPrices ul.prices div.stat {
    display: none;
    margin-top: 10px
}

div#tourPrices ul.prices li:hover div.stat {
    display: block
}

div#tourPrices ul.prices li div.price_stat {
    float: left;
    font-size: 12px;
    line-height: 12px
}

div#tourPrices div.price_stat canvas.loading {
    background: url(/images/loading.gif) no-repeat center center
}

div#tourPrices .findPricesForm {
    background: none repeat scroll 0 0 #ebebeb;
    border-radius: 5px 5px 5px 5px;
    padding: 5px 0 5px 5px;
    margin-bottom: 10px
}

div#tourPrices .findPricesForm table {
    padding: 0;
    border-spacing: 0
}

div#tourPrices .findPricesForm td {
    text-align: left
}

div#tourPrices .findPricesForm td label {
    margin: 0
}

div#tourPrices .findPricesForm .cityColumn {
    text-align: left;
    width: 300px
}

div#tourPrices .findPricesForm #ft_nf-styler, div#tourPrices .findPricesForm #ft_nt-styler {
    margin: 0 !important
}

div#tourPrices .findPricesForm .dateColumn {
    width: 130px
}

div#tourPrices .findPricesForm .durationColumn {
    width: 120px
}

div#tourPrices .findPricesForm .buttonColumn {
    padding: 0 5px
}

div#tourPrices .findPricesForm .submitButton {
    width: 120px !important;
    height: 30px !important;
    position: relative;
    margin: 0;
    padding: 0
}

div#tourPrices .findPricesForm .jq-selectbox .select {
    height: 25px !important;
    line-height: 25px !important
}

div#tourPrices .findPricesForm .jq-selectbox .trigger .arrow {
    top: 12px !important
}

div#tourPrices #ft_dc-styler, div#tourPrices #ft_dc-styler .dropdown, div#tourPrices #ft_dc-styler .select {
    width: 165px;
    padding: 0
}

div#tourPrices #ft_dc-styler .select .text {
    padding: 0 10px
}

div#tourPrices .buttonColumn .whiteButton {
    padding: 4px 20px;
    color: red;
    margin-bottom: 3px
}

div.hotelMakeRequest {
    height: 40px;
    overflow: hidden;
    font-size: 12px;
    color: #555;
    line-height: 15px;
    margin: 15px 0;
    background-color: #fff;
    background: #fff url(/images/callcenter.jpg) no-repeat left top;
    border: 1px solid #e9e4dd;
    padding: 3px 4px 5px 65px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

div.hotelMakeRequest:hover {
    -moz-box-shadow: 0 0 5px #faa;
    -webkit-box-shadow: 0 0 5px #faa;
    box-shadow: 0 0 5px #faa;
    border: 1px solid #d88
}

div.hotelMakeRequest div.text {
    float: left;
    margin: 5px 30px 0 5px;
    color: #555;
    font-family: Verdana;
    font-size: 16px;
    line-height: 30px
}

div.hotelMakeRequest div.call {
    float: left;
    text-align: center
}

div.hotelMakeRequest div.call span {
    display: block;
    color: red;
    font-size: 22px;
    line-height: 42px
}

div.hotelMakeRequest div.text-or {
    float: left;
    margin: 5px 0 0 35px;
    color: #555;
    font-family: Verdana;
    line-height: 30px
}

#makeRequest {
    width: 150px;
    font-size: 15px;
    line-height: 16px !important;
    color: red;
    margin-left: 10px;
    padding-top: 4px;
    padding-bottom: 15px;
    float: right
}

div.hotelMakeRequest:hover #makeRequest {
    border-color: #faa
}

div.hotelMakeRequest:hover #makeRequest:hover {
    border-color: red
}

#hotelsMenu {
    margin-top: 25px;
    background: #f2f2f2;
    height: 51px;
    border-radius: 2px;
    padding: 0 2px
}

#hotelsMenu .rl {
    display: block;
    background: url(/images/menu_back_l.png);
    width: 4px;
    height: 51px;
    float: left
}

#hotelsMenu .rr {
    display: block;
    background: url(/images/menu_back_r.png);
    width: 4px;
    height: 51px;
    float: right;
    margin-right: 2px
}

#hotelsMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 2px
}

#hotelsMenu ul li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 140px;
    color: #fff
}

#hotelsMenu ul li a {
    margin: 0;
    padding: 0 15px 0 12px;
    display: block;
    color: #000;
    height: 51px;
    text-align: center;
    line-height: 49px
}

#hotelsMenu ul li a:hover {
    background: url(/images/menu_active_back.png) repeat-x left top;
    color: #fff
}

#hotelsMenu ul li.active-menu {
    padding-right: 2px;
    border-radius: 2px;
    background: #fff
}

#hotelsMenu ul li.active-menu a {
    margin: 0;
    display: block;
    color: #fff;
    height: 51px;
    width: 103px;
    text-align: center;
    float: left;
    background: #46b4c4 url(/images/menu_tile.png) repeat-x left top
}

div.hotelsPage div.ui-widget-content {
    background-color: #fff
}

div.hotelsPage .ui-tabs .ui-tabs-nav li.ui-state-disabled a, div.hotelsPage .ui-tabs .ui-tabs-nav li.ui-tabs-active a, div.hotelsPage .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: pointer
}

#hotelServices .servicesListRow h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding: 3px 15px;
    margin: 5px 0;
    cursor: hand;
    cursor: pointer
}

#hotelServices .servicesListRow h4.closed {
    background: #ebebeb url(/images/arrow_for_closed.png) no-repeat 98% center
}

#hotelServices .servicesListRow h4.opened {
    background: #ebebeb url(/images/arrow_for_opened.png) no-repeat 98% center
}

#hotelServices .servicesListRow dl dt {
    float: left;
    padding: 5px 0 5px 10px;
    width: 250px;
    min-height: 18px
}

#hotelServices .servicesListRow dl dd {
    margin: 2px 0;
    padding: 5px 0;
    margin-left: 250px;
    line-height: 16px;
    min-height: 18px
}

#restorePassword input {
    margin: 0 !important
}

#restorePassword td {
    padding: 5px 0 15px 10px
}

#restorePassword .form-col1 {
    width: 250px
}

#restorePassword .form-col2 {
    vertical-align: top;
    padding: 8px 10px 0 10px
}

#restorePassword .form-col2 .red {
    font-size: 14px
}

#restorePassword .formHeader {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px
}

#FrontendUserModel input {
    margin: 0 !important
}

#FrontendUserModel .hrtr td {
    padding: 0 5px !important
}

#FrontendUserModel td {
    padding: 5px 0 15px 10px
}

#FrontendUserModel .form-col1 {
    width: 250px
}

#FrontendUserModel .form-col2 {
    vertical-align: top;
    padding: 8px 10px 0 10px
}

#FrontendUserModel .form-col2 .red {
    font-size: 14px
}

#FrontendUserModel .formHeader {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px
}

#FrontendUserModel input[type=email], #FrontendUserModel input[type=password], #FrontendUserModel input[type=text] {
    width: 222px
}

#queryForm .starcol {
    width: 25px;
    padding: 32px 0 0 0;
    font-size: 16px;
    vertical-align: top;
    font-family: Verdana
}

#queryForm input {
    margin: 0
}

#queryForm select {
    width: 250px;
    background: #fff
}

#queryForm .hrtr td {
    padding: 0 10px 20px 10px !important
}

#queryForm td {
    padding: 5px 0 15px 10px
}

#queryForm .form-col1 {
    width: 250px
}

#queryForm .form-col2 {
    vertical-align: top;
    padding: 8px 10px 0 10px
}

#queryForm .form-col2 .red {
    font-size: 14px
}

#queryForm .formHeader {
    font-size: 14px;
    font-weight: 700
}

#queryForm input[type=email], #queryForm input[type=text] {
    width: 222px
}

#queryForm textarea {
    width: 232px;
    height: 100px
}

#agreeCheck, #assignList, #autoReg, #listsBlock input {
    float: left;
    display: block
}

#queryForm label.agreeText {
    line-height: 100%
}

#changePasswordLabel, #listsBlock label, #queryForm label.agreeText, #queryForm label.autoReg, label[for=assignList] {
    display: inline;
    padding-left: 5px
}

#QueryModel_month-styler, #QueryModel_month-styler .dropdown, #QueryModel_month-styler .select, #QueryModel_year-styler, #QueryModel_year-styler .dropdown, #QueryModel_year-styler .select {
    width: 117px;
    padding: 0
}

#QueryModel_month-styler .select .text, #QueryModel_year-styler .select .text {
    padding: 0 10px
}

#sendRequest {
    width: 200px;
    height: 40px;
    color: #fff;
    background: url(/images/red_button_200_d.png) no-repeat
}

#queryForm input.sendRequestButtonChecked {
    background: url(/images/red_button_200.png) no-repeat !important
}

#queryForm div.comment {
    font-size: 12px;
    line-height: 130%
}

#orderForm .starcol {
    width: 25px;
    padding: 8px 0 0 0;
    font-size: 16px;
    vertical-align: top
}

#orderForm input {
    margin: 0 !important
}

#orderForm select {
    width: 250px;
    background: #fff
}

#orderForm .hrtr td {
    padding: 0 5px !important
}

#orderForm td {
    padding: 5px 0 15px 10px
}

#orderForm .form-col1 {
    width: 250px
}

#orderForm .form-col2 {
    vertical-align: top;
    padding: 8px 10px 0 10px
}

#orderForm .form-col2 .red {
    font-size: 14px
}

#orderForm .formHeader {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px
}

#orderForm hr {
    border-bottom: 1px solid #dcdcdc;
    margin: 0
}

#orderForm input[type=email], #orderForm input[type=text] {
    width: 222px
}

#orderForm textarea {
    width: 232px;
    height: 100px
}

#agreeCheck {
    float: left;
    display: block
}

#orderForm .agreeText {
    line-height: 100%
}

#changePasswordLabel, #orderForm .agreeText, .autoReg {
    display: inline;
    padding-left: 10px;
    cursor: pointer
}

#requestFormBox input.sendRequestButtonChecked {
    cursor: pointer;
    background: #39a82a !important;
    border-color: #50744b !important
}

#requestFormBox input.sendRequestButtonChecked:hover {
    background: #3cbe2b !important;
    border-color: #2f8727 !important
}

#queryForm label.error {
    padding: 3px 0 0 5px
}

#queryForm hr {
    border-bottom: 1px solid #dcdcdc;
    margin: 0
}

.input-group input {
    border-radius: 0
}

.input-group input:first-child {
    border-radius: 4px 0 0 4px
}

.input-group input:last-child {
    border-radius: 0 4px 4px 0
}

.input-group .submitButton {
    height: 28px !important;
    border: 0;
    background-position-y: center
}

#orderForm .input-group.passport input:first-child {
    width: 46px;
    border-right: 0
}

#orderForm .input-group.passport input:last-child {
    width: 156px
}

div.congratulationBox h1, div.errorOrderingBox h1 {
    text-align: center
}

div.congratulationBox h2, div.errorOrderingBox h2 {
    text-align: center;
    font-size: 16px;
    color: #f55;
    font-weight: 400;
    margin: 20px 0
}

div.congratulationBox div.info, div.errorOrderingBox div.info {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0
}

div.congratulationBox div.groups {
    width: 700px;
    margin: 0 auto
}

div.congratulationBox div.groups div.FBUSERS, div.congratulationBox div.groups div.VKUSERS {
    width: 250px;
    height: 300px
}

#orderForm div.comment {
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 15px
}

dl.tourInfo {
    margin-top: 10px;
    font-size: 14px
}

#orderHotelInfoBlock dl dt {
    float: left;
    padding: 5px 0 5px 0;
    width: 150px;
    color: #555
}

#orderHotelInfoBlock dl dd {
    padding: 5px 0;
    margin-left: 160px
}

#FormTable2ColPage {
    background: #f2f2f2;
    width: 545px;
    padding: 5px
}

#FormTable2ColPage td.small_form_text {
    vertical-align: top;
    font-size: 11px
}

#FormTable2ColPage td.small_form_text label {
    font-size: 11px !important
}

#FormTable2ColPage td.small_form_text input {
    float: left;
    margin-right: 5px !important;
    margin-top: 2px !important
}

div.form div.error label:first-child, div.form label.error, div.form span.error, label.error {
    color: #c00
}

#countryList div.mainCountryBlock {
    width: 440px;
    margin: 10px 0 10px 25px;
    float: left
}

#countryList div.CountryInfoLine img.flag {
    margin-top: -3px;
    float: left
}

#countryList a.countryName {
    font-size: 18px;
    margin-left: 32px;
    display: block;
    line-height: 20px
}

#countryList .countryName a {
    font-size: 18px;
    line-height: 20px
}

#countryList .countryName {
    margin-left: 32px
}

#countryList .countryName a.price {
    color: #ff9a00;
    float: right
}

#countryList .mainCountryBlock .descr, #countryList .mainCountryBlock .descr p, #countryList .mainCountryBlock .descr p strong {
    font-size: 12px;
    line-height: 120%;
    color: #777;
    font-weight: 400;
    text-align: justify
}

#countryList div.CountryInfoLine {
    margin-bottom: 11px
}

#countryList a.CountryPagesLinks {
    font-size: 13px;
    padding-right: 20px;
    line-height: 150%
}

.vkbutton {
    background: url(/images/logo_vkontakte_24.png);
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin: 1px 0 0 10px
}

.fbbutton {
    background: url(/images/logo_facebook_24.png);
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin: 1px 0 0 5px
}

.fl_l {
    float: left
}

.leftCol2ColPage {
    width: 545px;
    float: left
}

.RightCol2ColPage {
    width: 410px;
    float: left;
    padding-left: 25px;
    padding-top: 10px
}

#orderHotelInfoBlock .queryHotelLink {
    float: left
}

#orderHotelInfoBlock .stars {
    margin-top: 6px
}

#orderHotelInfoBlock .infoLine .description {
    padding: 20px
}

#orderHotelInfoBlock .infoLine {
    padding-top: 15px
}

#orderHotelInfoBlock a:link {
    color: #4597a4
}

#orderHotelInfoBlock .name {
    font-size: 17px;
    line-height: 40px;
    color: #4597a4;
    display: block;
    text-align: left
}

#orderHotelInfoBlock .hotelImg {
    width: 410px
}

#orderHotelInfoBlock .lineName {
    color: #777
}

#orderHotelInfoBlock .lineData li, #orderHotelInfoBlock .lineData ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#queryHotelInfoBlock .queryHotelLink {
    float: left
}

#orderHotelInfoBlock .stars, #queryHotelInfoBlock .stars {
    margin-top: 6px
}

#queryHotelInfoBlock .infoLine .description {
    padding: 20px
}

#queryHotelInfoBlock .infoLine {
    padding-top: 15px
}

#queryHotelInfoBlock a:link {
    color: #4597a4
}

#queryHotelInfoBlock .name {
    font-size: 17px;
    line-height: 40px;
    color: #4597a4;
    display: block;
    text-align: left
}

#queryHotelInfoBlock .hotelImg {
    width: 410px
}

#queryHotelInfoBlock .lineName {
    color: #777
}

#hotelInfoBlock .lineData li, #queryHotelInfoBlock .lineData ul {
    list-style: none;
    margin: 0;
    padding: 0
}

input.date {
    background: #fff url(/images/calendar.png) no-repeat right center
}

#column_right h1.hotels-list {
    color: #fff;
    background-color: #8c55b1;
    padding: 5px 10px
}

#column_right .topHotels h1 {
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 15px 0
}

#column_right .topHotels div.moreInfoLink {
    color: #aaa;
    margin-left: 10px
}

#column_right .topHotels div.moreInfoLink a {
    color: #bac
}

#column_right .topHotels div.totalPricesCount {
    color: #999
}

#column_right .topHotelsBlock {
    width: 700px;
    overflow-y: hidden;
    position: relative
}

#column_right .topHotelsBlock .topHotelsPhoto {
    width: 270px;
    height: 180px;
    float: left
}

#column_right .topHotelsBlock .topHotelsInfo {
    width: 410px;
    min-height: 170px;
    float: left;
    padding: 5px 3px 0 15px
}

#column_right .topHotelsBlock:hover {
    background-color: #fafffa;
    -moz-box-shadow: 0 0 3px #ddd;
    -webkit-box-shadow: 0 0 3px #ddd;
    box-shadow: 0 0 3px #ddd
}

#column_right .topHotelsBlock .topHotelsInfo {
    font-size: 13px;
    line-height: 120%
}

#column_right .topHotelsBlock .topHotelsInfo .descr {
    padding: 10px 0;
    color: #999;
    font-size: 11px
}

#column_right .topHotelsBlock .topHotelsInfo div.hotelHeader {
    width: 370px
}

#column_right .topHotelsBlock .topHotelsInfo div.hotelHeader h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    float: left;
    font-weight: 400
}

#column_right .topHotelsBlock .topHotelsInfo div.hotelHeader div.stars {
    margin-top: 0;
    float: left;
    margin-left: 10px;
    background: url(/images/star.png);
    height: 14px
}

#column_right .topHotelsBlock div.hotelLocation {
    padding-top: 5px
}

#column_right .topHotelsBlock div.hotelLocation a {
    color: #9793b6 !important
}

#column_right .topHotelsBlock ul.prices {
    margin: 0;
    padding: 0;
    list-style: none
}

#column_right .topHotelsBlock ul.prices li {
    margin: 0 0 5px 0
}

#column_right .topHotelsBlock ul.prices .priceContainer {
    display: block;
    float: right
}

#column_right .topHotelsBlock ul.prices li span.priceValue {
    display: block;
    font-size: 28px;
    color: #ffa300;
    white-space: nowrap;
    text-align: left
}

#column_right .topHotelsBlock ul.prices li span.halfPrice {
    font-size: 12px;
    color: #664b2a;
    float: left;
    width: 200px
}

#column_right .topHotelsBlock ul.prices li span.priceValue small {
    font-size: 12px;
    color: #ffa300
}

#column_right .topHotelsBlock ul.prices li span.priceValue span {
    font-weight: 700;
    padding: 0 7px;
    color: #fff;
    background-color: #ffa300;
    line-height: 120%
}

#column_right .topHotelsBlock ul.prices li span.priceInfo {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 15px;
    width: 215px
}

#column_right .topHotelsBlock .topsale_flag {
    position: absolute;
    right: 2px;
    bottom: 0;
    display: inline-block;
    height: 28px;
    background: url(/images/topsale/hotels_list_repeat.png) repeat-x;
    line-height: 28px;
    padding: 0 15px 0 15px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 12px;
    cursor: pointer
}

#column_right .topHotelsBlock .topsale_flag:before {
    content: "";
    display: block;
    background: url(/images/topsale/hotels_list_corner.png) no-repeat;
    height: 28px;
    width: 14px;
    position: absolute;
    left: -12px;
    top: 0
}

#column_right .withoutPrices {
    line-height: 150%;
    padding: 0 20px;
    color: #aaa;
    font-size: 16px
}

#column_right .listError {
    line-height: 150%;
    padding: 5px 0;
    color: red;
    font-size: 16px;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    margin: 14px 0
}

#column_right div.topHotelsInfo ul.prices a.viewPrice {
    display: block;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 160px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #75ce75;
    border-radius: 2px;
    border: 1px solid #339733;
    margin-top: 5px
}

#column_right div.topHotelsInfo ul.prices a.viewPrice:hover {
    background: #2c2;
    border: 1px solid #2a2
}

#column_right div.topHotelsInfo div.viewMore {
    padding-top: 0
}

#column_right div.topHotelsBlock div.priceDiscount {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 40px;
    color: #fff;
    white-space: nowrap;
    font-weight: 400;
    background-color: rgba(255, 150, 0, .7);
    padding: 5px 15px 10px 15px;
    line-height: 100%;
    border-radius: 3px;
    border: 1px solid rgba(255, 150, 0, .9)
}

#column_right div.topHotelsBlock div.priceDiscount small {
    font-size: 12px;
    display: block
}

#column_right div.topHotels h2.additinalHeader {
    color: #fff;
    background-color: #8c55b1;
    padding: 5px 10px;
    margin: 10px 0 5px 0;
    line-height: normal;
    font-weight: 400;
    font-size: 14px
}

#column_right div.topHotels h3.sorting {
    line-height: normal;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 20px 0
}

#column_right div.topHotels h3.sorting span {
    font-size: 12px;
    vertical-align: text-top
}

#countryMinPricesChartContainer.hiddenChart, #countryMinPricesChartContainer.hiddenChart div {
    color: #999
}

#countryMinPricesChartContainer span.hide {
    color: #785f98;
    float: right;
    cursor: hand;
    cursor: pointer
}

#countryMinPricesChartContainer span.hide:hover {
    color: #9c7dbe;
    text-decoration: underline
}

#paginator, .yiiPager {
    margin-top: 10px;
    text-align: center
}

#paginator .pageNumber, .yiiPager .page a {
    font-size: 18px;
    line-height: 18px;
    margin: 0 2px;
    padding: 3px 6px;
    border-radius: 5px
}

#paginator .pageNumber:hover, .yiiPager .page a:hover {
    background: #eee;
    text-decoration: none
}

#paginator .activePageNumber, .yiiPager .page.selected a {
    background: #eee;
    color: #000
}

#paginator .firstElement {
    margin-right: 10px
}

#paginator .lastElement {
    margin-left: 10px
}

#paginator .grey {
    font-size: 16px;
    line-height: 16px;
    padding: 4px 5px;
    color: #ccc
}

#paginator .next, #paginator .prev, .yiiPager .next a, .yiiPager .previous a {
    font-size: 16px;
    line-height: 16px;
    background: #686398;
    padding: 4px 8px;
    color: #e2e3ff;
    border-radius: 5px
}

#paginator .next:hover, #paginator .prev:hover, .yiiPager .next a:hover, .yiiPager .previous a:hover {
    text-decoration: none;
    color: #fff
}

#paginator .prev {
    margin-right: 5px
}

#paginator .next {
    margin-left: 5px
}

.yiiPager li {
    display: inline-block
}

.yiiPager li.first, .yiiPager li.last {
    display: none
}

#slider {
    width: 710px;
    height: 382px;
    margin-top: 10px
}

#photo_block {
    width: 573px;
    height: 382px;
    overflow: hidden
}

#thumbs_block {
    margin-left: 5px;
    margin-top: -3px;
    width: 132px;
    height: 382px
}

#slider .slider_photo img {
    height: 340px
}

#slider .thumb_photo img {
    margin: 3px;
    height: 80px;
    cursor: hand;
    cursor: pointer
}

#slider .selected_photo {
    display: block !important
}

#slider .selected_thumb img {
    margin: 0;
    border: 3px solid red !important
}

.hidden {
    display: none
}

#thumbs_block ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#thumbs_block li {
    margin: 0;
    padding: 0;
    list-style: none
}

#carousel_large_photo {
    display: block;
    margin: 0 auto;
    cursor: hand;
    cursor: pointer
}

#slider .arrow_active_top {
    background: url(/images/carouselArrows.png) left bottom
}

#slider .arrow_active_bottom {
    background: url(/images/carouselArrows.png) left top
}

#slider .arrow_inactive_top {
    background: url(/images/carouselArrows.png) right top
}

#slider .arrow_inactive_bottom {
    background: url(/images/carouselArrows.png) right bottom
}

#thumbs_arrows_block {
    height: 40px;
    margin-top: 2px
}

#next_photo, #prev_photo {
    display: block;
    float: left;
    width: 58px;
    height: 39px;
    cursor: hand;
    cursor: pointer
}

#prev_photo {
    margin: 0 4px 0 3px
}

#photo_block img.next_four_large_photo {
    display: none
}

#hotelSlider {
    width: 1140px;
    height: 400px;
    position: relative;
    overflow: hidden
}

#hotelSlider img {
    position: absolute;
    margin: 0 auto;
    display: none;
    cursor: pointer;
    border: 6px solid rgba(255, 255, 255, .6);
    box-sizing: border-box
}

#breadCrumbs {
    color: #949DA8;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 5px;
    overflow: hidden;
}

#oneStepBack {
    float: right;
}

#breadCrumbs {
    background: transparent !important;
    border: none !important;
}

#historyHotelsLeft, #recommendedHotelsLeft {
    width: 240px;
    padding: 3px;
    font-size: 12px;
    line-height: 110%;
    overflow-x: hidden;
    margin-top: 11px
}

#historyHotelsLeft .hotel, #recommendedHotelsLeft .hotel {
    margin-bottom: 15px
}

#historyHotelsLeft .hotelImg, #recommendedHotelsLeft .hotelImg {
    float: left;
    margin-right: 10px;
    width: 70px;
    height: 45px
}

#historyHotelsLeft div.stars, #recommendedHotelsLeft div.stars {
    display: none
}

#historyHotelsLeft .textBlock, #recommendedHotelsLeft .textBlock {
    float: left;
    width: 150px
}

#historyHotelsLeft .blockHeader, #recommendedHotelsLeft .blockHeader {
    font-size: 18px
}

#historyHotelsLeft .HotelName, #recommendedHotelsLeft .HotelName {
    color: #4597a4;
    font-size: 12px
}

#historyHotelsLeft .CountryName, #recommendedHotelsLeft .CountryName {
    font-size: 10px
}

#historyHotelsLeft .minPrice, #recommendedHotelsLeft .minPrice {
    color: #080;
    font-size: 120%;
    font-weight: 700
}

#historyHotelsLeft .hotelLink, #recommendedHotelsLeft .hotelLink {
    display: none
}

#formError .errorSummary * {
    color: #c00
}

.red {
    color: red
}

.submitButton {
    color: #fff;
    height: 40px !important;
    width: 200px !important;
    background: url(/images/red_button_200.png) no-repeat scroll 0 0 transparent;
    cursor: pointer
}

.submitButton.whiteButton, .submitButton.whiteButton:hover {
    color: #ff8f00;
    width: 250px !important;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px
}

.submitButton.whiteButton:hover {
    color: #e88500;
    border: 1px solid #ffb351
}

.ui-datepicker {
    z-index: 999999 !important
}

#pageHeader {
    font-size: 22px;
    font-weight: 700
}

#pageHeaderSeo {
    font-size: 18px
}

#cityname .flag, #countryname .flag {
    float: left;
    margin-bottom: 12px;
    margin-right: 5px
}

#contentItemsList li {
    list-style-image: url(/images/listitem.png)
}

#contentItemsList li a {
    vertical-align: -3px;
    line-height: 25px;
    font-size: 15px
}

#countryContent .leftContentBlock, #countryContent .rightContentBlock {
    float: left
}

#countryContent .leftContentBlock {
    width: 240px
}

#countryContent .rightContentBlock {
    width: 439px;
    border-left: 1px solid #eee;
    padding-left: 20px
}

#countryContent h2 {
    margin-bottom: 20px
}

#countryContent .contentItemLine {
    margin-bottom: 12px
}

#countryContent .contentItemLine .name, #description .contentItemLine .name {
    color: #999
}

#countryContent img.countryImage {
    float: right;
    margin-right: 5px
}

#CInfoCities ul {
    padding: 0;
    list-style: none;
    margin-left: 20px
}

#CInfoCities ul > li {
    display: block;
    float: left
}

#CInfoCities ul > li a {
    display: block;
    width: 200px;
    padding: 2px;
    margin: 2px
}

#CInfoCities ul > li a:hover {
    background-color: #def
}

#cityContent img.cityImage {
    float: right;
    margin-right: 5px
}

#column_right a.sendQueryRequest {
    display: block;
    float: right;
    font-weight: 700;
    line-height: 150%;
    color: #fff;
    background: #ff473d url(/images/menu_active_back.png) repeat-x left top;
    border: 1px solid #a77;
    padding: 5px 10px;
    margin: 10px 5px 0 0;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#column_right a.sendQueryRequest:hover {
    border: 1px solid #a00
}

#modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .7) url(/images/loading.gif) 50% 50% no-repeat
}

#submodal {
    background: url(/images/preloader16.gif) center left no-repeat;
    padding-left: 20px;
    text-align: left;
    position: relative;
    z-index: 10000
}

#modal.loading {
    display: block
}

#loadingBox {
    position: fixed;
    z-index: 100000;
    background: #fff;
    background: rgba(244, 253, 255, .8);
    top: 0;
    padding: 80px 200px;
    border-radius: 10px;
    border: 1px solid #b8eff6;
    margin: 12% 40%
}

#userForm input {
    float: left;
    margin-right: 10px
}

#userForm label {
    float: none;
    height: 15px
}

.grid-viewBS table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%
}

.grid-viewBS .table {
    margin-bottom: 20px;
    width: 100%
}

.grid-viewBS .table th, .table td {
    border-top: 1px solid #ddd;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top
}

.grid-viewBS .table th {
    font-weight: 700
}

.grid-viewBS .table thead th {
    vertical-align: bottom
}

.grid-viewBS .table caption + thead tr:first-child td, .grid-viewBS .table caption + thead tr:first-child th, .grid-viewBS .table colgroup + thead tr:first-child td, .grid-viewBS .table colgroup + thead tr:first-child th, .grid-viewBS .table thead:first-child tr:first-child td, .grid-viewBS .table thead:first-child tr:first-child th {
    border-top: 0 none
}

.grid-viewBS .table tbody + tbody {
    border-top: 2px solid #ddd
}

.grid-viewBS .table .table {
    background-color: #fff
}

.grid-viewBS .table-condensed td, .grid-viewBS .table-condensed th {
    padding: 4px 5px
}

.grid-viewBS .table-bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-color: #ddd #ddd #ddd -moz-use-text-color;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0
}

.grid-viewBS .table-bordered td, .grid-viewBS .table-bordered th {
    border-left: 1px solid #ddd
}

.grid-viewBS .table-bordered caption + tbody tr:first-child td, .grid-viewBS .table-bordered caption + tbody tr:first-child th, .grid-viewBS .table-bordered caption + thead tr:first-child th, .grid-viewBS .table-bordered colgroup + tbody tr:first-child td, .grid-viewBS .table-bordered colgroup + tbody tr:first-child th, .grid-viewBS .table-bordered colgroup + thead tr:first-child th, .grid-viewBS .table-bordered tbody:first-child tr:first-child td, .grid-viewBS .table-bordered tbody:first-child tr:first-child th, .grid-viewBS .table-bordered thead:first-child tr:first-child th {
    border-top: 0 none
}

.grid-viewBS .table-bordered tbody:first-child tr:first-child > td:first-child, .grid-viewBS .table-bordered thead:first-child tr:first-child > th:first-child {
    border-top-left-radius: 4px
}

.grid-viewBS .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child {
    border-top-right-radius: 4px
}

.grid-viewBS .table-bordered tbody:last-child tr:last-child > td:first-child, .grid-viewBS .table-bordered tfoot:last-child tr:last-child > td:first-child, .grid-viewBS .table-bordered thead:last-child tr:last-child > th:first-child {
    border-bottom-left-radius: 4px
}

.grid-viewBS .table-bordered tbody:last-child tr:last-child > td:last-child, .grid-viewBS .table-bordered tfoot:last-child tr:last-child > td:last-child, .grid-viewBS .table-bordered thead:last-child tr:last-child > th:last-child {
    border-bottom-right-radius: 4px
}

.grid-viewBS .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 0
}

.grid-viewBS .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 0
}

.grid-viewBS .table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child {
    border-top-left-radius: 4px
}

.grid-viewBS .table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child {
    border-top-right-radius: 4px
}

.grid-viewBS .table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9
}

.grid-viewBS .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #f5f5f5
}

.grid-viewBS .table tbody tr.success td {
    background-color: #dff0d8
}

.grid-viewBS .table tbody tr.error td {
    background-color: #f2dede
}

.grid-viewBS .table tbody tr.warning td {
    background-color: #fcf8e3
}

.grid-viewBS .table tbody tr.info td {
    background-color: #d9edf7
}

.grid-viewBS .table-hover tbody tr.success:hover td {
    background-color: #d0e9c6
}

.grid-viewBS .table-hover tbody tr.error:hover td {
    background-color: #ebcccc
}

.grid-viewBS .table-hover tbody tr.warning:hover td {
    background-color: #faf2cc
}

.grid-viewBS .table-hover tbody tr.info:hover td {
    background-color: #c4e3f3
}

#cabinetMenu {
    padding: 10px
}

#cabinetMenu div {
    margin-bottom: 10px
}

#cabinetMenu a {
    font-size: 15px
}

#column_right {
    border-left: 1px solid #eee;
    width: 700px;
    padding-left: 9px
}

#content h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px
}

.favouriteItem {
    display: block;
    margin-top: 13px;
    padding-left: 20px;
    width: 100px;
    float: right
}

.favouriteItem.notExistsItem {
    background: url(/images/hotel_fav.png) left center no-repeat
}

.favouriteItem.existsItem {
    background: url(/images/hotel_fav_active.png) left center no-repeat
}

.favouriteItemForm {
    width: 700px !important
}

.favouriteItemForm .favouriteItemPhoto {
    float: left;
    width: 270px;
    height: 180px;
    overflow: hidden
}

.favouriteItemForm .favouriteItemInfo {
    float: left;
    width: 410px;
    margin-left: 20px;
    overflow: hidden
}

.favouriteItemForm .favouriteItemInfo h3 {
    display: inline-block
}

.favouriteItemForm .favouriteItemInfo div.stars {
    margin-left: 10px;
    background: url(/images/star.png);
    height: 14px;
    display: inline-block
}

.favouriteItemForm .favouriteItemInfo .favouriteItemLists ul {
    margin: 10px 0;
    padding: 0;
    list-style: none
}

.favouriteItemForm .favouriteItemInfo .favouriteItemLists ul li {
    border-top: 1px solid #eee
}

.favouriteItemForm .favouriteItemInfo .favouriteItemLists ul li:last-child {
    padding: 10px 0
}

.favouriteItemForm .favouriteItemInfo .favouriteItemLists ul li input {
    display: inline-block;
    margin: 0 3px 0 0
}

.favouriteItemForm .favouriteItemInfo .favouriteItemLists ul li label {
    cursor: pointer;
    padding: 13px 6px;
    width: 230px;
    margin: 0
}

.favouriteItemForm .favouriteItemInfo .favouriteItemLists ul li label:hover {
    background: #d9edf7
}

.favouriteItemForm .favouriteItemInfo .favouriteItemLists ul li .favouriteItemListsActions {
    float: right;
    text-align: right;
    line-height: 22px;
    width: 170px
}

.favouriteItemForm .favouriteItemInfo .favouriteItemLists ul li:last-child .favouriteItemListsActions {
    margin-top: 3px
}

.favouriteItemForm .favouriteItemInfo .favouriteItemLists ul li .queryButton, .favouriteItemForm .favouriteItemInfo .favouriteItemLists ul li .shareButton {
    color: #949494;
    padding-right: 20px;
    display: none
}

.favouriteItemForm .favouriteItemInfo .favouriteItemLists ul li:hover .queryButton, .favouriteItemForm .favouriteItemInfo .favouriteItemLists ul li:hover .shareButton {
    display: inline-block
}

.favouriteItemForm .favouriteItemInfo .favouriteItemLists ul li .queryButton:hover, .favouriteItemForm .favouriteItemInfo .favouriteItemLists ul li .shareButton:hover {
    color: #2a8998
}

.favouriteItemForm .favouriteItemInfo .favouriteItemLists ul li .shareButton {
    background: url(/images/email.png) right 3px no-repeat
}

.favouriteItemForm .favouriteItemInfo .favouriteItemLists ul li .queryButton {
    background: url(/images/order.png) right 3px no-repeat
}

#selectFavouriteLists {
    position: relative;
    display: inline-block;
    width: 200px
}

#selectFavouriteLists .select-arrow {
    position: absolute;
    top: 18px;
    right: 14px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

#selectFavouriteLists #selectFavouriteActive {
    padding: 10px;
    background: #ff9a00;
    color: #fff;
    border-radius: 4px;
    cursor: pointer
}

#selectFavouriteLists #selectFavouriteActive.opened {
    border-radius: 4px 4px 0 0
}

#selectFavouriteLists ul#favouriteLists {
    border: 1px solid #ff9a00;
    border-radius: 0 0 4px 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    max-height: 228px;
    overflow: auto;
    position: absolute;
    width: 198px;
    background: #fff;
    z-index: 100
}

#selectFavouriteLists ul#favouriteLists li {
    padding: 1px;
    cursor: pointer
}

#selectFavouriteLists ul#favouriteLists li:hover {
    background-color: #fff9df
}

#selectFavouriteLists ul#favouriteLists li.active, #selectFavouriteLists ul#favouriteLists li.active:hover {
    padding: 0;
    background: #ffc061;
    color: #fff
}

#selectFavouriteLists ul#favouriteLists li .favouriteListsName {
    padding: 10px
}

#favouriteListsDetails {
    padding: 10px 0
}

#favouriteListsDetails > div > ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#favouriteListsDetails > div > ul > li {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px 0
}

#favouriteListsDetails .listPhoto {
    float: left;
    margin-right: 12px
}

#favouriteListsDetails div.stars {
    margin-left: 10px;
    background: url(/images/star.png);
    height: 14px;
    display: inline-block
}

#addFavourites, #addedFavourites {
    display: none
}

#hotelHeader .AddFavourites, #hotelHeader .AddedFavourites {
    float: right
}

.favouriteListShareForm input[type=text] {
    width: 390px
}

.favouriteListShareForm textarea {
    width: 390px;
    height: 100px
}

.favouriteListShareForm input[type=checkbox], .favouriteListShareForm label {
    display: inline-block
}

.mytooltip {
    position: fixed !important;
    right: 20px;
    bottom: 70px;
    display: none;
    background: #fff;
    font-size: 12px !important
}

#reviewForm {
    display: none;
    border-radius: 5px;
    background: #e6e6e6;
    padding: 10px;
    margin: 15px 0
}

.show {
    display: block !important
}

#reviewForm textarea {
    width: 350px;
    height: 200px
}

#reviewForm .column1 {
    width: 370px;
    float: left;
    margin-right: 10px
}

#reviewForm .column2 {
    width: 300px;
    float: left
}

#reviewForm .rating_name {
    width: 100px;
    height: 15px;
    float: left
}

#reviewForm .rate {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
    background: #000;
    cursor: pointer;
    color: #fff;
    font-size: 10px;
    text-align: center
}

#reviewForm .plusrate {
    background: red
}

#reviewForm .rating_row {
    margin: 5px 0;
    height: 20px
}

#showReviewForm {
    margin: 10px 0
}

#reviews .review .hidemore span, #reviews .review .showmore span, #showReviewForm span {
    border-bottom: 1px dashed #2a8998;
    font-size: 14px;
    text-decoration: none;
    color: #2a8998;
    cursor: pointer
}

#reviews .review {
    max-height: 300px
}

#reviews .review .ratings {
    background: #e6e6e6;
    padding: 15px 0;
    font-size: 15px;
    height: 18px;
    float: left;
    margin-bottom: 10px;
    text-align: center;
    width: 640px
}

#reviews .review .ratings .rate {
    color: #2a8998;
    font-weight: 700
}

#reviews .review .reviewText {
    margin: 10px 0;
    width: 580px;
    word-break: break-all;
    overflow: hidden;
    max-height: 80px
}

#reviews .review .gradient {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    position: relative;
    top: -80px;
    width: 100%;
    height: 80px
}

#reviews .fullHeight {
    max-height: 1000px !important
}

#reviews .review .hidemore {
    margin-bottom: 10px
}

#reviews .review .showmore {
    position: relative;
    top: -85px
}

#reviews .review .reviewAuthor .date {
    color: #aaa
}

#reviews .review .hidemore, #reviews .review .reviewAuthor, #reviews .review .reviewText, #reviews .review .showmore {
    margin-left: 53px
}

#reviews .review .avgRate {
    padding: 14px 0;
    background: red;
    float: left;
    margin-right: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: 50px
}

#reviews .review .hidemore {
    display: none
}

#reviewsCount {
    font-weight: 700;
    margin: 10px 0;
    padding: 5px
}

#findToursForm li {
    cursor: pointer
}

#findToursForm {
    margin: 0
}

#findToursForm .buttonTd {
    text-align: left
}

#findToursForm .addedselect, #findToursForm .queryselect {
    margin: 0
}

#findToursForm #widgetField {
    width: 240px;
    background-position: -40px center;
    cursor: pointer
}

#search {
    width: 240px;
    background: url(/images/search.png) 230px 5px no-repeat #fff
}

#searchForm {
    background: #d7f6d3;
    border-radius: 5px;
    padding: 10px
}

#searchForm h2 {
    margin: 2px 0 5px 5px;
    color: #ff8500
}

#assertmentTable select {
    width: 230px
}

#findToursForm .select, #findToursForm .select:hover, .leftCol2ColPage .select, .leftCol2ColPage .select:hover {
    background: #fff;
    height: 27px;
    line-height: 28px
}

#findToursForm input[type=text] {
    margin-bottom: 3px;
    margin-top: 2px
}

#findToursForm table select {
    height: 29px
}

#findToursForm .select .text {
    line-height: 28px;
    padding-left: 10px
}

#findToursForm .select b.trigger {
    width: 28px
}

#findToursForm .select b.trigger i.arrow {
    right: 8px
}

#findToursForm .jqselect .dropdown {
    top: 30px
}

#ft_nf, #ft_nf-styler, #ft_nf-styler .dropdown, #ft_nf-styler .select, #ft_nt, #ft_nt-styler, #ft_nt-styler .dropdown, #ft_nt-styler .select {
    width: 70px !important;
    padding: 0
}

#ft_nf-styler {
    margin-left: 10px !important
}

#ft_nt-styler {
    margin-left: 10px !important;
    text-align: left
}

#ft_nt-styler.jq-selectbox {
    margin-right: 2px
}

#ft_ac, #ft_ac-styler, #ft_ac-styler .dropdown, #ft_ac-styler .select, #ft_cc {
    width: 100px !important;
    padding: 0
}

#ft_cc-styler .dropdown, #ft_cc-styler .select {
    width: 118px !important;
    padding: 0
}

#ft_dc-styler .dropdown, #ft_dc-styler .select {
    width: 248px;
    padding: 0
}

#searchForm label {
    line-height: 15px;
    cursor: pointer;
    margin-bottom: 2px
}

#searchForm div > label {
    margin-bottom: 0;
    margin-top: 2px
}

#searchForm #children > div {
    margin: 2px 0
}

#searchResults, .search-box {
    display: none;
    position: absolute;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 260px;
    padding: 10px;
    background: #fff;
    z-index: 9999
}

#assertmentTable {
    width: 250px
}

#assertmentTable tr td {
    padding-bottom: 5px
}

#assertmentTable tr td.buttonTd {
    padding-bottom: 0
}

#searchResultsBack {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9990;
    display: none;
    left: 0;
    top: 0
}

#searchResults li, #searchResults ul, .search-box li, .search-box ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#searchResults li, .search-box li {
    padding: 2px 0 2px 15px
}

#searchResults li:hover, .search-box li:hover {
    background-color: #eee
}

#searchResults div, .search-box div {
    color: #999
}

#assertmentTable .selectedPriceRange {
    background: #ddd
}

#assertmentTable .priceRange {
    width: 90%;
    padding: 3px 7px;
    border-radius: 3px;
    margin: 5px 0
}

#assertmentTable .CheckboxForLabel {
    float: left;
    margin-top: 1px
}

#assertmentTable .formLabel {
    float: left;
    margin-left: 5px !important
}

#assertmentTable .hotToursOnly {
    margin: 3px 0 10px 0
}

#assertmentTable .hotToursOnly input {
    float: left;
    margin-top: 3px
}

#assertmentTable .hotToursOnly label {
    float: left;
    font-size: 14px;
    color: #e88500
}

#assertmentTable .hotToursOnly .jq-checkbox.checked span {
    background: #664a2b;
    box-shadow: inset 0 -3px 6px #aa7a3b
}

#enterEmail input, #enterEmail label {
    float: left
}

#enterEmail label {
    margin-left: 10px;
    line-height: 26px;
    font-size: 16px
}

.green {
    color: #080
}

#requestFormBox {
    overflow: visible
}

#requestFormBox form {
    margin: 0
}

#queryForm .jq-selectbox .select, #queryForm .jq-selectbox .select:hover, .subscribeForm .jq-selectbox .select, .subscribeForm .jq-selectbox .select:hover {
    background: #fff
}

.subscribeForm .dialog_one_col {
    width: 430px;
    margin: 0 auto
}

.subscribeForm input[type=checkbox] {
    display: inline-block
}

.subscribeForm .dialog_one_col input[type=text], .subscribeForm .dialog_one_col textarea {
    width: 412px
}

#requestFormBox .dialog_two_cols_left, #requestFormBox .dialog_two_cols_right, .subscribeForm .dialog_two_cols_left, .subscribeForm .dialog_two_cols_right {
    float: left;
    width: 380px
}

#requestFormBox.dialog_two_cols_right {
    margin-left: 30px
}

#queryForm .dialog_two_cols_left, #queryForm .dialog_two_cols_right {
    width: 265px
}

#queryForm .dialog_two_cols_left {
    margin: 0 5px 0 5px
}

#requestFormBox .tourInfo dt {
    width: 150px;
    color: #979797;
    float: left;
    padding: 3px 0
}

#requestFormBox .tourInfo dd {
    width: 210px;
    margin-left: 160px;
    padding: 3px 0
}

#requestFormBox .tourInfo dt.price, #requestFormBox .tourInfo dt.priceDiscount {
    line-height: 28px
}

#requestFormBox .tourInfo dd.price, #requestFormBox .tourInfo dd.priceDiscount {
    font-size: 24px
}

#requestFormBox .tourInfo dd.priceDiscount {
    color: red
}

#queryForm p {
    margin: 0 0 8px
}

#requestFormBox p.legacy_info {
    font-size: 10px;
    line-height: 10px;
    padding-top: 12px;
    text-align: justify;
    padding-right: 10px
}

#requestFormBox #orderForm p.legacy_info {
    padding-right: 30px
}

#requestFormBox input[type=email].styler, #requestFormBox input[type=text].styler {
    height: 16px
}

#requestFormBox div.header_info {
    margin-top: 10px
}

#requestFormBox div.header_info p {
    font-size: 11px;
    color: #fff;
    margin: 3px 0
}

#requestFormBox #QueryModel_month-styler, #requestFormBox #QueryModel_month-styler .dropdown, #requestFormBox #QueryModel_month-styler .select, #requestFormBox #QueryModel_year-styler, #requestFormBox #QueryModel_year-styler .dropdown, #requestFormBox #QueryModel_year-styler .select, #subscribeForm #QueryModel_month-styler .dropdown, #subscribeForm #QueryModel_year-styler .dropdown, .subscribeForm #QueryModel_month-styler, .subscribeForm #QueryModel_month-styler .select, .subscribeForm #QueryModel_year-styler, .subscribeForm #QueryModel_year-styler .select {
    width: 126px
}

#requestFormBox #QueryModel_year-styler, #requestFormBox #QueryModel_year-styler .dropdown, #requestFormBox #QueryModel_year-styler .select, #subscribeForm #QueryModel_year-styler .dropdown, .subscribeForm #QueryModel_year-styler, .subscribeForm #QueryModel_year-styler .select {
    margin-left: 2px
}

#requestFormBox p.autoReg {
    margin-top: 30px !important;
    display: block;
    margin-left: 0;
    padding-left: 0;
    width: 260px
}

#requestFormBox p.autoReg label {
    line-height: 14px;
    cursor: pointer
}

#requestFormBox p.agreeText {
    margin-top: 15px !important
}

#requestFormBox p.agreeText label {
    line-height: 14px;
    cursor: pointer
}

#requestFormBox #sendRequest {
    margin-top: 30px;
    margin-bottom: 15px;
    background: #80d070;
    border-color: #78a973
}

body .ui-dialog .ui-dialog-titlebar-close {
    width: 24px !important;
    margin: 0 !important;
    top: 3px;
    height: 24px !important;
    opacity: .75
}

body .ui-dialog .ui-dialog-titlebar-close:hover {
    opacity: 1
}

body .ui-dialog h4.query-header {
    margin: 5px 0 10px 0;
    color: #f80;
    font-weight: 400;
    font-size: 13px
}

body .dialog_two_cols_left input.styler {
    background-color: #f2fff2
}

body .ui-dialog .ui-dialog-title {
    color: #277723
}

.whiteButton {
    background: url(/images/white_button.png) repeat-x scroll 50% 50% #e6e6e6;
    border: 1px solid #d3d3d3;
    color: #2a8998;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    height: 20px;
    display: inline-block;
    font-size: 13px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    line-height: 20px !important
}

.whiteButton {
    background: url(/images/white_button.png) repeat-x scroll 50% 50% #e6e6e6;
    border: 1px solid #d3d3d3;
    color: #2a8998
}

.whiteButton:hover {
    color: #3fd2e3;
    text-decoration: none
}

.whiteButton.fashionRequest {
    width: 200px;
    color: red
}

.whiteButton.fashionRequest:hover {
    width: 200px;
    color: #f88100;
    border: 1px solid #ffb351
}

.activeButton {
    padding: 6px 10px;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer
}

.activeButton.activeButton-block {
    display: inline-block;
    box-sizing: border-box
}

.activeButton:hover, .activeButtonGroup .activeButton.active {
    background-position-y: 33px;
    text-decoration: none
}

.activeButton.activeButton-big {
    font-size: 17px;
    padding: 6px 12px;
    height: 29px
}

.activeButton.activeButton-big.activeButton-block {
    height: auto
}

.activeButton.activeButton-green {
    background-color: #38c137;
    background-image: url(/images/buttons/green.png);
    -webkit-box-shadow: inset 1px 1px 0 0 #53dd53;
    box-shadow: inset 1px 1px 0 0 #53dd53;
    border-color: #2a2;
    color: #fff
}

.activeButton.activeButton-white {
    background-color: #fff;
    background-image: url(/images/buttons/white.png);
    -webkit-box-shadow: inset 1px 1px 0 0 #fbfbfb;
    box-shadow: inset 1px 1px 0 0 #fbfbfb;
    border-color: #e9e9e9;
    color: red
}

.activeButton.activeButton-orange {
    background-color: #f69a13;
    background-image: url(/images/buttons/orange.png);
    -webkit-box-shadow: inset 1px 1px 0 0 #f5c176;
    box-shadow: inset 1px 1px 0 0 #f5c176;
    border-color: #e28a09;
    color: #fff
}

.activeButtonGroup .activeButton.activeButton-white {
    color: red
}

.activeButtonGroup .activeButton.activeButton-white.active {
    color: #8f8080
}

.activeButtonGroup .activeButton {
    border-radius: 0;
    float: left
}

.activeButtonGroup .activeButton:first-child {
    border-radius: 4px 0 0 4px
}

.activeButtonGroup .activeButton:last-child {
    border-radius: 0 4px 4px 0
}

.controlButton {
    display: inline-block;
    padding: 9px;
    border-radius: 4px;
    border: 1px solid #c9abe7;
    color: #705090;
    cursor: pointer
}

.controlButton:hover {
    text-decoration: none;
    color: #705090;
    -webkit-box-shadow: 0 0 4px #c9abe7;
    -moz-box-shadow: 0 0 4px #c9abe7;
    box-shadow: 0 0 4px #c9abe7
}

.controlButton .sprites_16 {
    vertical-align: text-top
}

body .ui-widget-content a {
    color: #2a8998
}

body .ui-widget-overlay {
    opacity: .5;
    filter: Alpha(Opacity=50);
    background: #555
}

body .ui-widget-content {
    color: #222;
    background: #fff;
    border: 1px solid #dcdcdc
}

body .ui-dialog {
    padding: 15px
}

body .ui-widget-header {
    color: #222;
    font-weight: 700;
    font-size: 18px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0 !important
}

body .ui-dialog .ui-dialog-titlebar {
    padding: 4px 0 10px
}

body .ui-dialog .ui-dialog-content {
    padding: 10px 0 0
}

body .ui-dialog .ui-dialog-buttonpane {
    background: inherit !important
}

.ui-tooltip, .ui-tooltip .arrow:after {
    background: #efe !important;
    border: 1px solid #aaa !important
}

.ui-tooltip {
    padding: 7px 10px !important;
    font-size: 12px !important;
    box-shadow: 0 0 5px #000
}

.ui-tooltip .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px
}

.ui-tooltip .arrow.top {
    top: -16px;
    bottom: auto
}

.ui-tooltip .arrow.left {
    left: 20%
}

.ui-tooltip .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 0 0 5px #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg)
}

.ui-tooltip .arrow.top:after {
    bottom: -20px;
    top: auto
}

.loadingBox {
    display: block;
    text-align: center;
    height: 16px;
    vertical-align: top
}

.loadingBox i {
    background: url(/images/preloader16.gif) center left no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 8px
}

.ui-dialog-content .loadingBox {
    margin: 70px 0
}

#design_footer_inner_container form {
    margin-bottom: 0
}

#design_footer_inner_container .social {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 2px
}

#design_footer_inner_container .social a {
    font-size: 16px;
    vertical-align: top;
    line-height: 29px;
    margin-right: 20px;
    text-decoration: none
}

.icons {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: inherit 8px;
    background-image: url(/images/icons.png)
}

.icons-fb {
    background-position: -1px -1px
}

.icons-vk {
    background-position: -1px -30px
}

.jcarousel-skin-hotels .jcarousel-direction-rtl {
    direction: rtl
}

.jcarousel-skin-hotels .jcarousel-container-horizontal {
    width: 610px;
    padding: 20px 50px
}

.jcarousel-skin-hotels .jcarousel-clip {
    overflow: hidden
}

.jcarousel-skin-hotels .jcarousel-clip-horizontal {
    height: 82px
}

.jcarousel-skin-hotels .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 7px;
    margin-right: 0
}

.jcarousel-skin-hotels .jcarousel-item span {
    position: absolute;
    background: rgba(0, 0, 0, .3);
    height: 20px;
    width: 114px;
    overflow: hidden;
    white-space: nowrap;
    padding: 4px 2px 2px 4px
}

.jcarousel-skin-hotels .jcarousel-item a {
    color: #fff
}

.jcarousel-skin-hotels .jcarousel-item a:hover span {
    text-decoration: underline
}

.jcarousel-skin-hotels .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/next-horizontal.png) no-repeat 0 0
}

.jcarousel-skin-hotels .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/images/prev-horizontal.png)
}

.jcarousel-skin-hotels .jcarousel-next-horizontal:focus, .jcarousel-skin-hotels .jcarousel-next-horizontal:hover {
    background-position: -32px 0
}

.jcarousel-skin-hotels .jcarousel-next-horizontal:active {
    background-position: -64px 0
}

.jcarousel-skin-hotels .jcarousel-next-disabled-horizontal, .jcarousel-skin-hotels .jcarousel-next-disabled-horizontal:active, .jcarousel-skin-hotels .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-hotels .jcarousel-next-disabled-horizontal:hover {
    cursor: default;
    background-position: -96px 0
}

.jcarousel-skin-hotels .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/prev-horizontal.png) no-repeat 0 0
}

.jcarousel-skin-hotels .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/images/next-horizontal.png)
}

.jcarousel-skin-hotels .jcarousel-prev-horizontal:focus, .jcarousel-skin-hotels .jcarousel-prev-horizontal:hover {
    background-position: -32px 0
}

.jcarousel-skin-hotels .jcarousel-prev-horizontal:active {
    background-position: -64px 0
}

.jcarousel-skin-hotels .jcarousel-prev-disabled-horizontal, .jcarousel-skin-hotels .jcarousel-prev-disabled-horizontal:active, .jcarousel-skin-hotels .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-hotels .jcarousel-prev-disabled-horizontal:hover {
    cursor: default;
    background-position: -96px 0
}

div#hotel-tabs {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px
}

#hotel-tabs > div {
    display: none
}

#hotel-tabs > div#hotel-tabs-1 {
    display: block
}

div#hotel-tabs > ul {
    list-style: none;
    margin: 0 -5px;
    padding: 0;
    height: 37px;
    border-bottom: 1px solid #ccc
}

div#hotel-tabs > ul > li {
    margin: 0 5px;
    display: block;
    float: left;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px 5px 0 0;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x
}

div#hotel-tabs > ul > li a {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px 5px 0 0;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    height: 26px
}

div#hotel-tabs > ul > li.current a {
    border-bottom: 1px hidden;
    background: #fff;
    height: 27px
}

#mailingStatus label input {
    display: inline-block;
    margin-right: 10px
}

#mailingStatus ul.subsribeParams {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline
}

#mailingStatus ul.subsribeParams li {
    display: inline-block;
    border: 1px solid #ff9a00;
    border-radius: 3px;
    margin: 0 3px 3px;
    padding: 0 4px;
    background-color: #fffaf0
}

#mailingStatus .row {
    padding-bottom: 26px
}

#subscribeMain {
    border-radius: 5px;
    margin: 20px 0 20px 0;
    border: 1px solid #e80;
    overflow: hidden;
    height: 55px
}

#subscribeMain:hover {
    -moz-box-shadow: 0 0 5px #faa;
    -webkit-box-shadow: 0 0 5px #faa;
    box-shadow: 0 0 5px #faa;
    border: 1px solid #d88
}

#subscribeMain form {
    margin: 0
}

#subscribeMain img {
    float: left;
    margin: 5px 16px 0 0
}

#subscribeMain #subscribeText {
    float: left;
    color: #555;
    font-size: 14px;
    width: 310px;
    padding-top: 3px;
    height: 44px;
    overflow: hidden
}

#subscribeMain #subscribeText .subscribeInfo {
    color: red;
    padding-top: 8px;
    max-height: 50px;
    overflow: hidden
}

#subscribeMain #subscribeText .subscribeInfo ul {
    margin: 0;
    padding: 0
}

#subscribeMain #subscribeText .subscribeSuccess {
    color: #080;
    padding-top: 8px
}

#subscribeMain #subscribeText h4 {
    font-size: 22px;
    font-weight: 400;
    color: #e80
}

#subscribeMain #subscribeText .loadingBox {
    margin-top: 16px
}

#subscribeMain .subscribeFields {
    float: left;
    margin: 8px 0 0 20px
}

#subscribeMain #subscribeEmail {
    width: 438px;
    height: 28px;
    margin-right: 12px;
    font-size: 17px;
    padding: 6px 10px 2px
}

#subscribeMain #subscribeButton {
    width: 119px !important
}

.subscribeFormTitle {
    border-radius: 5px;
    margin: 5px 0;
    border: 1px solid #e80;
    overflow: hidden;
    height: 50px
}

.trips_content .subscribeFormTitle {
    margin: 0
}

.subscribeFormTitle:hover {
    -moz-box-shadow: 0 0 5px #faa;
    -webkit-box-shadow: 0 0 5px #faa;
    box-shadow: 0 0 5px #faa;
    border: 1px solid #d88
}

.subscribeFormTitle img {
    float: left;
    margin: 5px 16px 0 0
}

.subscribeFormTitle .subscribeTextContainer {
    float: left;
    width: 400px;
    height: 100%;
    display: table
}

.subscribeFormTitle .subscribeTextContainer .subscribeText {
    font-size: 18px;
    font-weight: 400;
    color: #e80;
    height: 44px;
    display: table-cell;
    vertical-align: middle
}

.subscribeFormTitle .subscribeTextContainer .subscribeText span {
    white-space: nowrap
}

.subscribeFormTitle .subscribeFields {
    height: 44px;
    padding-top: 4px;
    padding-right: 4px;
    float: right
}

.subscribeFormTitle .subscribeFields .subscribeButton {
    color: #e80;
    font-size: 14px;
    font-weight: 700
}

.subscribeFormTitle .subscribeFields .subscribeButton:hover {
    color: #e80;
    border: 1px solid #e80
}

.subscribeForm {
    overflow: visible !important
}

.subscribeForm p.agreeText label {
    line-height: 14px;
    cursor: pointer;
    display: inline
}

.subscribeForm p.legacy_info {
    font-size: 10px;
    line-height: 10px;
    padding-top: 5px;
    text-align: justify;
    padding-right: 10px;
    color: #94670e
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 .subscribeForm input[type=email], div.ui-dialog.RequestFormDialog.DialogStyle_1 .subscribeForm input[type=text] {
    height: 16px
}

.subscribeForm p {
    margin: 0 0 8px 0
}

.subscribeForm input {
    margin: 0
}

div.ui-dialog.RequestFormDialog .offer-id-container {
    color: #fff;
    font-size: 12px;
    text-align: right;
    margin: 48px 0 0 0
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 #bossFeedbackButton, div.ui-dialog.RequestFormDialog.DialogStyle_1 #sendSubscribe {
    margin: 30px 0 3px 3px;
    background: #75c465;
    border-color: #e2ffcf;
    -moz-box-shadow: 0 0 5px #555;
    -webkit-box-shadow: 0 0 5px #555;
    box-shadow: 0 0 5px #555;
    width: 230px;
    height: 40px;
    color: #fff
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 #sendSubscribe.sendSubscribeButtonChecked {
    background: #39a82a !important;
    border-color: #f3ffed !important
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 #sendSubscribe.sendSubscribeButtonChecked:hover {
    background: #3cbe2b !important;
    border-color: #fff !important
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 .subscribeForm .jq-selectbox .select, div.ui-dialog.RequestFormDialog.DialogStyle_1 .subscribeForm .jq-selectbox .select:hover {
    width: 202px
}

.bigSlider {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
    height: 350px !important
}

.bigSlider ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.bigSlider ul li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative
}

.bigSlider img {
    width: 1140px
}

.bigSlider .dots {
    position: absolute;
    left: 300px;
    right: 0;
    bottom: 0;
    padding-left: 0
}

.disableSearch .bigSlider .dots {
    left: 0
}

.bigSlider .dots li {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 4px;
    text-indent: -999em;
    border: 8px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    opacity: .6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 6px #000
}

.bigSlider .dots li.active {
    background: #9b9b9b;
    opacity: 1;
    border-style: double
}

.bigSlider .unslider-arrow {
    position: absolute;
    top: 42%;
    width: 38px;
    height: 38px;
    text-indent: -999999px;
    z-index: 2;
    margin: 0 13px
}

.bigSlider .unslider-arrow.prev {
    left: 300px;
    background: url(/images/carouselArrows_main.png) left bottom;
    top: 86%
}

.disableSearch .bigSlider .unslider-arrow.prev {
    left: 0
}

.bigSlider .unslider-arrow.prev:hover {
    background: url(/images/carouselArrows_main.png) left top
}

.bigSlider .unslider-arrow.next {
    right: 0;
    background: url(/images/carouselArrows_main.png) right bottom;
    top: 86%
}

.bigSlider .unslider-arrow.next:hover {
    background: url(/images/carouselArrows_main.png) right top
}

.bigSlider .inner {
    position: absolute;
    top: 34px;
    right: 100px;
    text-align: left;
    color: #fff !important
}

.bigSlider .inner h3 {
    font-size: 32px;
    font-weight: 400;
    background: rgba(0, 0, 0, .5);
    padding: 10px;
    min-width: 330px;
    display: inline-block
}

.bigSlider .inner div {
    font-size: 14px;
    background: rgba(0, 0, 0, .5);
    padding: 10px;
    min-width: 440px;
    max-height: 140px;
    overflow: hidden
}

.bigSlider .inner * {
    color: inherit
}

.bigSliderContainer {
    position: relative
}

.bigSliderContainer #searchForm {
    background: rgba(78, 59, 34, .7);
    border-radius: 5px;
    border: 1px solid rgba(146, 88, 28, .8);
    padding: 5px 0 5px 5px;
    width: 240px;
    position: absolute;
    z-index: 50;
    left: 12px;
    top: 12px;
    text-align: left
}

.bigSliderContainer #searchForm {
    position: absolute;
    top: 12px;
    left: 12px
}

.bigSliderContainer #searchForm h2 {
    margin: 2px 0 5px 5px;
    color: #fff
}

.bigSliderContainer #searchForm label {
    color: #fff
}

.bigSliderContainer #assertmentTable {
    width: 230px
}

.bigSliderContainer .submitButton.whiteButton {
    width: 235px !important
}

.bigSliderContainer #search {
    width: 225px;
    background-position: 215px center !important
}

.bigSliderContainer #searchForm span.label {
    color: #fff
}

.bigSliderContainer #findToursForm #widgetField {
    width: 225px;
    background-position: -55px center !important
}

.bigSliderContainer #ft_dc-styler .dropdown, .bigSliderContainer #ft_dc-styler .select {
    width: 233px
}

.bigSliderContainer #ft_ac-styler, .bigSliderContainer #ft_ac-styler .dropdown, .bigSliderContainer #ft_ac-styler .select {
    width: 100px !important;
    padding: 0
}

.bigSliderContainer #ft_cc-styler, .bigSliderContainer #ft_cc-styler .dropdown, .bigSliderContainer #ft_cc-styler .select {
    width: 111px !important;
    padding: 0 !important
}

.bigSliderContainer #children .jqselect .select {
    width: 178px !important
}

.bigSliderContainer #children .jqselect .dropdown {
    width: 233px !important
}

.bigSliderContainer #ft_nt-styler.jq-selectbox {
    margin-right: 1px
}

.dl_form dt {
    float: left;
    width: 200px;
    text-align: right;
    padding: 6px 10px 0 0;
    clear: both
}

.dl_form.dl_form_big dt {
    width: 400px
}

.dl_form dd {
    width: 490px;
    display: block;
    float: left;
    margin: 0 0 10px 0
}

.dl_form dd.stars {
    margin: 12px 0 30px 0
}

.dl_form dd .commentArea {
    width: 100%;
    height: 160px
}

.dl_form dd input, .dl_form dd label {
    display: inline
}

body .ui-datepicker .ui-widget-header {
    font-size: 12px
}

.likeBarBorder {
    padding: 5px 0 1px;
    margin: 10px 0 10px 0;
    height: 55px
}

table.likeBar {
    width: 100%
}

.likeBarBorder h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 400;
    color: #555
}

.timeout {
    background: url(/images/banner990x350_akciya.png?4) center center no-repeat;
    width: 1140px;
    height: 350px;
    position: relative;
    cursor: pointer
}

.timeout.halloween {
    background: url(/images/banner990x350_halloween.png) center center no-repeat;
    width: 11400px;
    height: 350px;
    position: relative
}

.timeout .cntSeparator {
    text-indent: -9999px;
    overflow: hidden;
    width: 5px
}

.timeout__wrap {
    position: relative;
    top: 100px;
    left: 505px;
    width: 467px
}

.halloween .timeout__wrap {
    left: 533px
}

.timeout .cntDigit {
    margin-left: -4px;
    margin-right: 0
}

.timeout .cntDigit:first-child {
    margin-left: 0
}

.timeout__timer {
    width: 440px;
    margin: 0 auto
}

.timeout__label__text {
    font-size: 14px;
    color: #373636
}

.timeout__label {
    width: 440px;
    margin: 0 auto
}

.timeout__run, .timeout__run:active, .timeout__run:focus, .timeout__run:hover {
    display: block;
    background: #84398d;
    width: 327px;
    height: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    margin: 0 auto
}

.timeout__likebar {
    display: none;
    width: 100px;
    position: absolute;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    bottom: 48px;
    left: 172px
}

.halloween .timeout__likebar {
    bottom: 20px;
    left: 36px
}

.main_line.halloween {
    font-size: 20px !important
}

.main_line .cntDigit {
    margin-left: -3px;
    margin-right: 0
}

.main_line .cntDigit:first-child {
    margin-left: 0
}

.main_line .cntSeparator {
    text-indent: -9999px;
    overflow: hidden;
    width: 6px;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.main_line__label, .main_line__timer {
    display: inline-block;
    vertical-align: middle
}

#timeout_panel__other_pages .timeout_panel__additional_link, .main_line__additional_link {
    float: right;
    display: block;
    line-height: 32px;
    font-size: 14px;
    margin: 5px 10px 0 0;
    background: #00a651;
    width: 100px;
    height: 30px;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px
}

#timeout_panel__other_pages .timeout_panel__additional_link {
    margin: 0 !important
}

#countryInfoText {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 7px
}

#countryInfoText h1:before, #countryInfoText h2:before, #countryInfoText h3:before {
    content: "";
    display: block;
    clear: both;
    height: 10px
}

#countryInfoText, #countryInfoText strong {
    font-size: 11px;
    text-align: justify;
    font-weight: 400;
    color: #999;
    line-height: 110%
}

#countryInfoText div.container {
    height: 40px;
    overflow: hidden
}

#countryInfoText div.container div.info {
    margin-bottom: 10px
}

#countryInfoText div.moreInfoLink {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 25px;
    text-align: center;
    background: #fff;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, .3)) !important
}

#countryInfoText div.moreInfoLink div.line {
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    position: absolute;
    z-index: 12;
    border-top: 1px solid #eee
}

#countryInfoText div.moreInfoLink div.link {
    background: #fff;
    position: absolute;
    z-index: 15;
    bottom: 0;
    width: 320px;
    left: 190px
}

#socialLike {
    width: 200px;
    height: 50px
}

#socialLike #vk_like, #socialLike .fb-like {
    float: left
}

div.congratulationBox div.groups div.FBUSERS, div.congratulationBox div.groups div.VKUSERS {
    width: 250px;
    height: 300px
}

#socUsers {
    margin: 10px auto;
    width: 540px
}

#socUsers .FBUSERS, #socUsers .VKUSERS {
    float: left;
    margin: 0 10px
}

.VKUSERS #vk_groups {
    border: 1px solid #999
}

#design_footer_inner_container h3 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 400
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 {
    background-color: #ff9a00;
    border: 1px solid #ffd894;
    -moz-box-shadow: 0 0 7px #555;
    -webkit-box-shadow: 0 0 7px #555;
    box-shadow: 0 0 7px #555
}

body div.ui-dialog.RequestFormDialog.DialogStyle_1 .ui-dialog-titlebar {
    padding: 0;
    border: none
}

body div.ui-dialog.RequestFormDialog.DialogStyle_1 .ui-dialog-title {
    color: #fff;
    font-family: Arial;
    font-weight: 400;
    font-size: 28px;
    margin: 0 50px 0 0;
    width: auto;
    padding: 5px 12px;
    background: rgba(0, 0, 0, .2);
    white-space: normal
}

body div.ui-dialog.RequestFormDialog.DialogStyle_1 h4.query-header {
    margin: 5px 0 10px 0;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 3px 7px;
    background: rgba(0, 0, 0, .2)
}

body div.ui-dialog.RequestFormDialog.DialogStyle_1 .ui-dialog-content {
    padding: 10px 10px 0 10px
}

.subscribeForm .dialog_two_cols_left, .subscribeForm .dialog_two_cols_right, div.ui-dialog.RequestFormDialog.DialogStyle_1 #queryForm .dialog_two_cols_left, div.ui-dialog.RequestFormDialog.DialogStyle_1 #queryForm .dialog_two_cols_right {
    width: 260px
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 #queryForm .dialog_two_cols_left {
    margin: 0
}

.subscribeForm .dialog_two_cols_right, div.ui-dialog.RequestFormDialog.DialogStyle_1 #queryForm .dialog_two_cols_right {
    margin-left: 20px
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 #queryForm input[type=email], div.ui-dialog.RequestFormDialog.DialogStyle_1 #queryForm input[type=text] {
    width: 232px;
    background-color: #fff !important
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 #requestFormBox #orderForm .dialog_two_cols_left {
    float: left;
    width: 300px;
    margin: 0 10px 0 0
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 #requestFormBox #orderForm .dialog_two_cols_right {
    float: left;
    width: 370px
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 .loadingBox {
    font-size: 22px;
    color: #fff
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 label {
    color: #fff;
    font-size: 14px
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 label.error {
    color: red !important
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 #queryForm .jq-selectbox .select, div.ui-dialog.RequestFormDialog.DialogStyle_1 #queryForm .jq-selectbox .select:hover {
    width: 202px
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 .jq-selectbox .dropdown {
    width: 256px
}

body div.ui-dialog.RequestFormDialog.DialogStyle_1 .ui-widget-content a {
    color: #ffff9e;
    font-size: 14px
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 div.additional_form_info {
    font-size: 12px;
    color: #777
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 div.additional_form_info a {
    margin-left: 25px
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 #requestFormBox #QueryModel_month-styler, div.ui-dialog.RequestFormDialog.DialogStyle_1 #requestFormBox #QueryModel_month-styler .dropdown, div.ui-dialog.RequestFormDialog.DialogStyle_1 #requestFormBox #QueryModel_month-styler .select, div.ui-dialog.RequestFormDialog.DialogStyle_1 #requestFormBox #QueryModel_year-styler, div.ui-dialog.RequestFormDialog.DialogStyle_1 #requestFormBox #QueryModel_year-styler .dropdown, div.ui-dialog.RequestFormDialog.DialogStyle_1 #requestFormBox #QueryModel_year-styler .select {
    width: 126px
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 #queryForm textarea {
    width: 250px
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 #requestFormBox p.legacy_info {
    color: #94670e
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 hr {
    margin: 15px 0;
    border-top: 0;
    border-bottom: 1px solid #fff
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 #requestFormBox #sendRequest {
    margin: 30px 0 3px 3px;
    background: #75c465;
    border-color: #e2ffcf;
    -moz-box-shadow: 0 0 5px #555;
    -webkit-box-shadow: 0 0 5px #555;
    box-shadow: 0 0 5px #555;
    width: 250px
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 #requestFormBox input.sendRequestButtonChecked {
    background: #39a82a !important;
    border-color: #f3ffed !important
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 #requestFormBox input.sendRequestButtonChecked:hover {
    background: #3cbe2b !important;
    border-color: #fff !important
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 #orderForm h3 {
    color: #fff
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 #requestFormBox dl.tourInfo dt {
    color: #eee
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 #requestFormBox dl.tourInfo dd {
    color: #fff
}

div.ui-dialog.RequestFormDialog.DialogStyle_1 #requestFormBox .tourInfo dd.price span, div.ui-dialog.RequestFormDialog.DialogStyle_1 #requestFormBox .tourInfo dd.priceDiscount span {
    background: rgba(0, 0, 0, .2);
    padding: 5px 10px
}

#priceHistoryChart h4 {
    font-size: 14px;
    font-weight: 400;
    color: #eee
}

.expertForm .row {
    clear: both;
    margin-bottom: 20px
}

.expertForm .column {
    float: left;
    width: 230px
}

.expertForm .two-columns .column {
    width: 308px;
    min-height: 60px
}

.expertForm label.column, .expertForm label.column * {
    cursor: pointer
}

.expertForm .two-columns .column.even {
    margin-right: 20px
}

.expertForm .two-columns .column h3 {
    line-height: inherit
}

.expertForm .column .ui-slider {
    margin: 13px 20px 0 10px
}

.expertForm .ui-slider-range {
    background: #ff992f
}

.selectize-dropdown {
    z-index: 200 !important
}

.chart-label {
    padding: 5px;
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px #202020;
    -moz-box-shadow: 2px 2px 5px #202020;
    box-shadow: 2px 2px 5px #202020;
    text-shadow: 0 -1px 1px #666, 0 1px 1px #fff;
    border: 1px solid red
}

.labels {
    display: block
}

div.RealHotTours {
    margin-bottom: 20px;
    margin-top: 5px
}

#column_right div.RealHotTours {
    margin-bottom: 10px
}

div.RealHotTours h4 {
    padding: 5px 10px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    background-color: #ff9a00
}

div.RealHotTours h4 a {
    color: #fff
}

div.RealHotTours div.comment {
    color: #999;
    font-size: 11px;
    margin-top: 5px
}

div.RealHotTours ul {
    list-style: none;
    margin: 0;
    padding: 0
}

div.RealHotTours ul li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    position: relative;
    width: 224px;
    cursor: default;
    background-color: #f89c11;
    border: 1px solid #d8803e;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

div.RealHotTours ul li:hover {
    -moz-box-shadow: 0 0 7px #555;
    -webkit-box-shadow: 0 0 7px #555;
    box-shadow: 0 0 7px #555;
    border: 1px solid #ffd894;
    background-color: #e38200
}

div.RealHotTours ul li .itemHeader {
    position: absolute;
    top: 0;
    height: 149px;
    width: 100%;
    z-index: 1;
    box-sizing: border-box
}

div.RealHotTours ul li .itemHeader a {
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, .3);
    display: block;
    padding: 5px 7px;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

div.RealHotTours ul li .itemHeader .stars {
    float: right;
    margin-left: 10px;
    background: url(/images/star.png);
    height: 14px
}

div.RealHotTours ul li:hover .itemHeader a {
    background: rgba(0, 0, 0, .6)
}

div.RealHotTours ul li .itemHeader .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    padding: 3px 7px
}

div.RealHotTours ul li:hover .itemHeader .bottom {
    background: rgba(0, 0, 0, .6)
}

div.RealHotTours ul li div.tourInfo div {
    color: #fff;
    line-height: 120%;
    font-size: 12px;
    padding: 2px 0
}

div.RealHotTours ul li .itemHeader div {
    color: #fff;
    font-size: 14px
}

div.RealHotTours ul li.first {
    margin-right: 10px
}

div.RealHotTours ul li.last {
    margin-left: 10px
}

div.RealHotTours ul li.middle {
    margin: 0 16px
}

div.RealHotTours ul li.num_1 {
    margin: 0 10px
}

div.RealHotTours ul li img.photo {
    width: 100%;
    height: 149px;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

div.RealHotTours ul li a.tourMoreInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 37px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    display: none;
    z-index: 10;
    text-decoration: underline;
    text-align: center;
    line-height: 100%;
    font-size: 18px;
    padding-top: 20px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

div.RealHotTours ul li:hover a.tourMoreInfo {
    display: block
}

div.RealHotTours ul li a.tourPrice {
    display: block;
    position: relative;
    color: #fff !important;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 7px;
    overflow: hidden;
    width: 100%
}

div.RealHotTours ul li a.tourPrice > span {
    display: block
}

div.RealHotTours ul li a.tourPrice span span {
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    padding: 0 5px;
    color: #d8803e
}

div.RealHotTours ul li a.tourPrice span.discount span {
    font-size: 18px;
    background: 0 0;
    color: #fff
}

.feedbackCompany {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px
}

.feedbackCompany .feedbackHeader {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px
}

.feedbackCompany .feedbackUserName {
    font-weight: 700;
    float: left
}

.feedbackCompany .feedbackTourInfo {
    float: right;
    font-size: 90%;
    color: #999
}

.feedbackCompany .feedbackUserEmail, .feedbackCompany .feedbackUserEmail a {
    font-size: 90%;
    font-style: italic;
    color: #a3a3a3 !important;
    font-weight: 400
}

.feedbackCompany .feedbackRate dl {
    padding: 0;
    margin: 0
}

.feedbackCompany .feedbackRate dt {
    width: 210px;
    clear: left;
    float: left
}

.feedbackCompany .feedbackRate dd {
    width: 300px;
    font-size: 115%
}

.feedbackCompany .feedbackComment {
    float: left;
    width: 640px
}

.feedbackCompany .feedbackInfo {
    width: 300px;
    float: right;
    padding-left: 8px;
    border-left: 1px solid #ccc
}

.feedbackCompany .feedbackResponse {
    border: 1px solid #f7cf69;
    padding: 0 15px;
    margin-top: 30px;
    border-radius: 6px;
    background: #fff5e4
}

#feedback_main {
    margin-left: 360px
}

#feedback_trips {
    margin-bottom: 30px
}

#feedback_main h2, #feedback_trips h2 {
    font-weight: 400;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    background-color: #8c55b1;
    color: #fff;
    padding: 5px 10px
}

#feedback_main .feedback_all {
    font-style: italic
}

.feedbackCompanyThick {
    margin-bottom: 20px
}

.feedbackCompanyThick .feedbackHeader {
    font-style: italic !important;
    color: #999 !important;
    margin: 5px 0
}

.feedbackCompanyThick .feedbackInfo {
    float: right;
    width: 310px;
    overflow-x: hidden;
    margin-top: -1px
}

.feedbackCompanyThick .feedbackUserName {
    font-size: 16px
}

.feedbackCompanyThick .feedbackUserEmail, .feedbackCompanyThick .feedbackUserEmail a {
    font-size: 90%;
    font-style: italic;
    color: #a3a3a3 !important;
    font-weight: 400
}

.feedbackCompanyThick .feedbackRate dl {
    padding: 0;
    margin: 0
}

.feedbackCompanyThick .feedbackRate dt {
    width: 210px;
    float: left
}

.feedbackCompanyThick .feedbackRate dd {
    width: 300px;
    font-size: 115%
}

.createFeedback .infoText {
    font-size: 11px;
    margin-bottom: 20px;
    float: left
}

.createFeedback #createFeedback {
    float: right
}

#AT_search_content {
    width: 250px;
    margin: auto;
    background: #d7f6d3;
    border-radius: 6px;
    padding: 10px
}

#AT_content #order_btn {
    display: none !important
}

#AT_search_content div#calendarDiv {
    margin-top: 10px
}

#AT_search_content #end_date_sel, #AT_search_content #start_date_sel {
    width: 108px
}

#AT_search_content h2 {
    margin: 2px 0 5px 5px;
    color: #ff8500
}

#AT_search_content input {
    margin: 0
}

#AT_search_content input[type=text] {
    width: 230px
}

#AT_search_content .select, #AT_search_content .select:hover {
    background: #fff;
    height: 27px;
    line-height: 28px
}

#AT_search_content label {
    display: inline-block
}

#AT_search_content > div > div:first-child {
    margin: 0 auto !important;
    padding-top: 6px !important
}

#AT_content > img {
    width: 30px;
    position: relative;
    left: 280px;
    top: 100px
}

#AT_back_span {
    background-color: #fff !important;
    padding: 0 !important;
    color: #ff9a00 !important
}

#tour_tbl > tbody > tr > td:last-child div, #tour_tbl > tr > td:last-child div {
    display: none
}

#orderButton_box #orderButton {
    display: block;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #2a2;
    border-radius: 2px;
    border: 1px solid #282;
    width: 300px;
    float: right;
    margin-bottom: -32px
}

#mainpage_trips h2 {
    font-weight: 400;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #6d30ba
}

#buy_cruises input, #buy_cruises label {
    display: inline-block
}

.s_search_form {
    background-color: #fff;
    border-color: #062365;
    border-radius: 15px 15px 15px 15px;
    border-style: solid;
    font-family: "Trebuchet MS", verdana, tahoma;
    font-size: 12px;
    font-weight: 700;
    height: 299px;
    width: 203px;
    height: auto;
    margin-top: 7px;
    padding: 15px 10px 5px;
    box-shadow: none !important
}

#buy_cruises {
    background-color: #ff9a00 !important;
    position: relative
}

#tematic_cr h2 {
    display: inline-block;
    margin-bottom: 20px !important
}

#call-center-phone .phone {
    position: static !important
}

#call-center-phone .info {
    font: normal 11px Arial, Tahoma, Verdana, Helvetica, sans-serif !important
}

#search_page_wrapper input, #search_page_wrapper select {
    width: auto !important
}

#maintext #step div.active, #step div.sub {
    background: none repeat scroll 0 0 #ff9a00 !important
}

#maintext #step div.active span, #step div.sub span {
    color: #ff9a00 !important
}

#maintext .accordion-block_div {
    background: linear-gradient(bottom, #fff 63%, #f8ecdb 83%);
    background: -o-linear-gradient(bottom, #fff 63%, #f8ecdb 83%);
    background: -moz-linear-gradient(bottom, #fff 63%, #f8ecdb 83%);
    background: -webkit-linear-gradient(bottom, #fff 63%, #f8ecdb 83%);
    background: -ms-linear-gradient(bottom, #fff 63%, #dbedf8 83%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(.63, #fff), color-stop(.83, #f8ecdb))
}

#maintext #preload {
    background: inherit;
    position: relative;
    left: 280px;
    top: 100px;
    margin: 0;
    background-position: 0 !important;
    display: none;
    z-index: 9999
}

#maintext #preload:after {
    background: url(https://www.apltravel.ua/images/preloader16.gif) no-repeat #fff;
    background-position: top left !important;
    padding-left: 20px;
    content: "Идет поиск...";
    height: 26px
}

#search_page_wrapper .filter > table td {
    min-width: 200px
}

.sprites_16 {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/images/sprites_16.png) no-repeat
}

.sprites_16_premium {
    background-position: -16px 0
}

.sprites_16_premium:hover {
    background-position: -16px -16px
}

.sprites_16_avia {
    background-position: -32px 0
}

.sprites_16_avia:hover {
    background-position: -32px -16px
}

.sprites_16_chart {
    background-position: -48px 0
}

.sprites_16_chart:hover {
    background-position: -48px -16px
}

.sprites_16_email {
    background-position: -80px 0
}

.controlButton:hover .sprites_16_email, .sprites_16_email:hover {
    background-position: -80px -16px
}

.sprites_16_order {
    background-position: -96px 0
}

.controlButton:hover .sprites_16_order, .sprites_16_order:hover {
    background-position: -96px -16px
}

.sprites_16_edit {
    background-position: -112px 0
}

.controlButton:hover .sprites_16_edit, .sprites_16_edit:hover {
    background-position: -112px -16px
}

#mainpage a.additional_link {
    float: right;
    display: block;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    margin: 5px 10px 0 0
}

#apl_travel_anons h2, #countryList h2, #hot_prices_info h2, #mainpage h1, .main_line {
    font-weight: 400;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
/*    background-color: #8c55b1;*/
    color: #fff;
    padding: 5px 10px
}

#hot_prices_info h3 {
    font-weight: 400;
    font-style: italic
}

#apl_travel_anons {
    margin: 10px 0 20px 0
}

#mainpage .subscribeFormTitle .subscribeTextContainer {
    width: 500px
}

.notFound {
    background: url(/images/hotel-notur.png) 5px 41px no-repeat;
    height: 420px;
    width: 700px;
    margin: 0 auto
}

.notFound_text {
    background: url(/images/not_found_text.png) 0 0 no-repeat;
    width: 233px;
    height: 119px;
    padding: 60px 32px 70px 86px;
    font-size: 20px;
    margin-left: 348px
}

.notFound_button {
    margin-left: 448px;
    margin-top: 35px
}

.hotel__topsale {
    background: url(/images/hotel_topsale_image.jpg) 10px -40px no-repeat;
    height: 320px;
    width: 700px;
    margin: 0 auto
}

.hotel__topsale__text {
    background: url(/images/hotel_topsale_text.png) 0 0 no-repeat;
    width: 240px;
    height: 119px;
    padding: 52px 32px 70px 82px;
    font-size: 20px;
    margin-left: 348px
}

.hotel__topsale__button {
    margin-left: 448px
}

.index__topsale {
    background: url(/images/index_topsale_image.jpg) 10px 0 no-repeat;
    height: 354px;
    width: 700px;
    margin: 0 auto
}

.index__topsale__text {
    background: url(/images/index_topsale_text.png) 0 0 no-repeat;
    width: 250px;
    height: 105px;
    padding: 58px 32px 80px 79px;
    font-size: 20px;
    margin-left: 241px
}

.index__topsale__button {
    margin-left: 367px
}

.pricesContainer {
    position: relative
}

.pricesContainer #pricesFiltersButton {
    float: right;
    margin: 0 20px
}

.pricesContainer .viewAllPrices {
    display: block;
    padding: 10px;
    background: #705090;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    text-align: center
}

.pricesContainer .viewAllPrices:hover {
    background: #ae89d3;
    text-decoration: none
}

.pricesContainer .pricesFiltersTitle {
    font-size: 18px;
    margin: 20px 0
}

#pricesFiltersForm {
    display: none;
    overflow: visible !important
}

#pricesFiltersForm form {
    margin: 0
}

#pricesFiltersForm input.hasDatepicker {
    background: #fff url(/images/field_calendar.png) no-repeat 100px 3px;
    width: 120px;
    margin: 0 4px;
    height: 22px;
    cursor: pointer
}

#pricesFiltersForm .filterBox {
    float: left;
    margin-right: 4px
}

#pricesFiltersForm .filterBox .jq-selectbox {
    margin: 0 6px !important
}

#pricesFiltersForm .filterBox .jq-selectbox .select {
    background: #fff;
    width: 70px
}

#pricesFiltersForm .filterBox .jq-selectbox .select .text {
    padding: 0 10px
}

#pricesFiltersForm .filterBox .jq-selectbox.filterStartCity .select {
    width: 180px
}

#pricesFiltersForm .filterSubmitButtonBox {
    text-align: center;
    margin-top: 24px
}

#pricesFiltersForm .filterSubmitButton {
    padding: 6px 40px
}

.pricesContainer ul.pricesList {
    list-style: none;
    padding: 0;
    margin: 0
}

.pricesContainer ul.pricesList > li.priceLine {
    display: block;
    padding: 20px 10px;
    border-top: 1px solid #eee
}

.pricesContainer ul.pricesList > li.priceLine:hover {
    background: #fffeee
}

.pricesContainer ul.pricesList > li.priceLine.bestPrice {
    border: 1px solid #ffe185;
    border-radius: 7px
}

.pricesContainer ul.pricesList > li.priceLine.afterBestPrice {
    border-color: #fff
}

.pricesContainer ul.pricesList > li.priceLine .priceIcons {
    float: left;
    margin: 15px 20px 0 0;
    width: 16px
}

.pricesContainer ul.pricesList > li.priceLine .priceIcons .priceIconChart {
    cursor: pointer
}

.pricesContainer ul.pricesList > li.priceLine .priceValue {
    display: inline-block;
    width: 150px;
    margin-right: 20px;
    text-align: left;
    color: #2a2
}

.pricesContainer ul.pricesList > li.priceLine .priceValue .priceAmount {
    font-size: 22px
}

.pricesContainer ul.pricesList > li.priceLine .priceInfo {
    display: inline-block
}

.pricesContainer ul.pricesList > li.priceLine .priceInfo.small {
    margin-right: 50px;
    width: 40px
}

.pricesContainer ul.pricesList > li.priceLine .priceInfo.big {
    width: 200px;
    margin-right: 20px
}

.pricesContainer ul.pricesList > li.priceLine .priceInfo .priceInfoHead {
    display: block;
    color: #666;
    margin-bottom: 14px;
    text-align: center
}

.pricesContainer ul.pricesList > li.priceLine .priceInfo .priceInfoBody {
    text-align: center;
    font-size: 16px
}

.pricesContainer ul.pricesList > li.priceLine .priceInfo .datesList.jq-selectbox .select {
    background: #fff;
    width: 130px;
    height: 28px
}

.pricesContainer ul.pricesList > li.priceLine .priceInfo .datesList.jq-selectbox .dropdown {
    background: #fff;
    width: 185px
}

.pricesContainer ul.pricesList > li.priceLine .priceInfo .datesList li.icon-flight.selected, .pricesContainer ul.pricesList > li.priceLine .priceInfo .datesList li.icon-flight:hover {
    background: url(/images/flights_15.png) no-repeat;
    background-color: #08c
}

.pricesContainer ul.pricesList > li.priceLine .priceOrderButton {
    float: right;
    margin-top: 37px;
    display: block
}

.pricesContainer ul.pricesList > li.priceLine .priceOrderButton a {
    padding-left: 20px;
    padding-right: 20px
}

.pricesContainer ul.pricesList > li.priceLine .priceOrderButton a img {
    margin-bottom: 4px;
    margin-right: 4px
}

.pricesContainer ul.pricesList > li.priceLine .priceHidden {
    display: none;
    margin-top: 10px
}

.pricesContainer .pricesRequestBlock {
    display: block;
    height: 40px;
    overflow: hidden;
    font-size: 12px;
    color: #555;
    line-height: 15px;
    margin: 15px 0;
    background-color: #fff;
    background: #fff url(/images/callcenter_prices.jpg) no-repeat left top;
    border: 1px solid #e9e4dd;
    padding: 3px 4px 5px 65px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.pricesContainer .pricesRequestBlock:hover {
    -moz-box-shadow: 0 0 5px #faa;
    -webkit-box-shadow: 0 0 5px #faa;
    box-shadow: 0 0 5px #faa;
    border: 1px solid #d88
}

.pricesContainer .pricesRequestBlock div.text {
    float: left;
    margin: 5px 50px 0 20px;
    color: #555;
    font-family: Verdana;
    font-size: 20px;
    line-height: 30px
}

.pricesContainer .pricesRequestBlock div.call {
    float: left;
    text-align: center;
    margin-right: 28px
}

.pricesContainer .pricesRequestBlock div.call span {
    display: block;
    color: red;
    font-size: 22px;
    line-height: 42px
}

.pricesContainer .pricesRequestBlock div.text-or {
    float: left;
    margin: 5px 0 0 35px;
    color: #555;
    font-family: Verdana;
    line-height: 30px;
    font-size: 18px
}

.pricesContainer .pricesRequestBlock .requestButton {
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: 3px
}

.icon-flight {
    background: url(/images/flights_15.png) no-repeat;
    overflow: hidden;
    padding-left: 28px !important
}

.icon-flight-red {
    background-position: 8px -8px !important
}

#map-canvas {
    width: 100%;
    height: 500px
}

.mapInfoWindow img {
    float: left;
    margin-right: 10px;
    width: 120px;
    height: 80px;
    margin-top: 5px
}

.mapInfoWindow h3 {
    display: inline-block
}

.mapInfoWindow .mapInfoWindowStars {
    display: inline-block;
    margin-left: 10px;
    background: url(/images/star.png);
    height: 14px
}

.mapInfoWindow .mapInfoContent {
    padding-left: 130px
}

.mapInfoWindow .mapInfoContent .mapPrice .mapPriceBlock {
    font-size: 12px;
    color: #ffa300;
    float: right;
    margin-left: 20px
}

.mapInfoWindow .mapInfoContent .mapPrice .mapPriceBlock .mapPriceValue {
    font-weight: 700;
    padding: 0 7px;
    margin: 0 4px;
    color: #fff;
    background-color: #ffa300;
    line-height: 120%;
    font-size: 20px
}

.spoilerContainer {
    position: relative;
    padding-bottom: 27px;
    margin-bottom: 10px
}

.spoilerContainer > div.spoilerBox {
    height: 72px;
    overflow: hidden
}

.spoilerContainer > div.spoilerOpen {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    padding-top: 34px;
    text-align: center;
    background: #fff;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, .3)) !important;
    bottom: 0
}

.spoilerContainer > div.spoilerOpen > div.spoilerOpenText {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 15;
    bottom: 0;
    background: #fff;
    padding: 3px 10px
}

.spoilerContainer > div.spoilerOpen > div.spoilerOpenLine {
    height: 4px;
    bottom: 6px;
    left: 0;
    right: 0;
    background: #fff;
    position: absolute;
    z-index: 12;
    border-top: 1px solid #eee
}

.btn {
    color: #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px
}

a.btn {
    color: #fff
}

.btn:hover {
    color: #fff
}

.btn-fb, .btn-gp, .btn-ok, .btn-vk {
    padding-left: 36px
}

.btn-fb {
    background-color: #39599f
}

.btn-vk {
    background-color: #3c608a
}

.btn-ok {
    background-color: #ff8c19
}

.btn-gp {
    background-color: #db4937
}

.btn-orange {
    background-color: #f69a13
}

.btn-apl {
    background-color: #705090
}

.btn-apl span {
    color: #ff9a00
}

.btn-social-24 {
    background-image: url(/images/btnSocial24.png);
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 6px;
    top: 4px
}

.btn-social-24-fb {
    background-position: -5px -5px
}

.btn-social-24-ok {
    background-position: -5px -39px
}

.btn-social-24-vk {
    background-position: -5px -73px
}

.btn-social-24-gp {
    background-position: -5px -107px
}

/*! Loyalty */
.loyalty {
    margin-top: 20px
}

.loyalty .slide_1, .loyalty .slide_2, .loyalty .slide_3, .loyalty .slide_4 {
    padding: 15px 50px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 24px
}

.loyalty a.activeButton {
    font-size: 20px;
    padding: 10px 18px
}

.loyalty .loyalty_block {
    background-color: #724a93;
    border-radius: 6px;
    padding: 4px 8px;
    color: #fff
}

.loyalty div.loyalty_block {
    padding: 10px 16px
}

.loyalty p {
    margin: 18px 0;
    padding: 0
}

.loyalty .slide_1 {
    background-image: url(/images/loyalty/slide_1.jpg);
    width: 1140px;
    height: 350px;
    padding-top: 50px
}

.loyalty .slide_1 h1 {
    color: #fff;
    font-size: 36px;
    width: 338px;
    line-height: 52px;
    margin-bottom: 30px
}

.loyalty .slide_2 {
    background-color: #724a93;
    text-align: center;
    color: #fff
}

.loyalty .slide_2 ul li {
    color: #ff9a00;
    text-align: left;
    margin-bottom: 10px
}

.loyalty .slide_2 ul li span {
    color: #fff
}

.loyalty .loyalty_size_1 {
    font-size: 36px;
    line-height: 52px;
    text-transform: uppercase
}

.loyalty .loyalty_size_2 {
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase
}

.loyalty .loyalty_size_3 {
    font-size: 22px;
    line-height: 30px
}

.loyalty .slide_3 {
    background: url(/images/loyalty/slide_3.jpg) right bottom no-repeat;
    background-color: #ededed
}

.loyalty .slide_4 {
    background-color: #ff9a00;
    text-align: center;
    color: #fff
}

.feedback-photo, .reviews-photo {
    text-align: center
}

.feedback-photo ul, .reviews-photo ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.feedback-photo ul li, .reviews-photo ul li {
    margin: 0 5px 5px 0;
    padding: 0;
    display: inline-block;
    position: relative;
    cursor: default;
    background-color: #f89c11;
    border: 1px solid #d8803e;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.feedback-photo ul li:hover, .reviews-photo ul li:hover {
    -moz-box-shadow: 0 0 7px #555;
    -webkit-box-shadow: 0 0 7px #555;
    box-shadow: 0 0 7px #555;
    border: 1px solid #ffd894;
    background-color: #e38200
}

.feedback-photo ul li img, .reviews-photo ul li img {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.topsale__header {
    position: relative;
    display: inline-block;
    height: 28px;
    background: url(/images/topsale/header_repeat.png) repeat-x;
    line-height: 28px;
    padding: 0 15px 0 15px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 12px;
    float: left
}

.topsale__header:after {
    display: block;
    content: ""
}

.topsale__header__corner {
    background: url(/images/topsale/header_corner.png) no-repeat;
    height: 28px;
    width: 14px;
    position: absolute;
    top: 0;
    right: -14px
}

.topsale__info {
    color: #705090;
    text-align: center;
    line-height: 24px;
    font-size: 12px
}

.topsale__info:after {
    display: block;
    content: "";
    clear: both
}

.topsale__hotel {
    margin-bottom: 20px
}

.topsale__hidden {
    display: none
}

.topsale__hotels__country__title {
    height: 42px;
    background: #f4f3f0;
    color: #705090;
    font-size: 18px;
    line-height: 42px;
    margin-bottom: 10px;
    text-align: center
}

.feedback_page__hotel__info__stars, .topsale__hotel__info__stars, .topsale_widget__info__stars {
    margin-top: 0;
    float: left;
    margin-left: 10px;
    background: url(/images/star.png);
    height: 14px
}

.topsale__hotel__cont {
    background: 0 0;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    -ms-transition: all .15s linear;
    transition: all .15s linear
}

.topsale__hotel__cont:hover {
    background: #fefbf2;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    -ms-transition: all .15s linear;
    transition: all .15s linear
}

.topsale__hotel__cont > div {
    display: inline-block;
    vertical-align: top
}

.topsale__hotel__image {
    width: 270px;
    height: 180px;
    overflow: hidden
}

.topsale__hotel__info {
    width: 438px;
    padding: 3px 0 10px 10px
}

.topsale__hotel__info__icons {
    float: right
}

.topsale__hotel__info__header:after {
    content: '';
    display: block;
    clear: both
}

.topsale__hotel__info__header h2 {
    float: left;
    text-decoration: none;
    color: #705090;
    margin: 0;
    font-size: 18px;
    font-weight: 400
}

.topsale__hotel__info__header h2 a {
    text-decoration: none;
    color: #705090
}

.topsale__hotel__info__header h2 a:hover {
    text-decoration: underline;
    color: #aa64ef !important
}

.topsale__hotel__info__stars {
    float: left
}

.topsale__hotel__info__location a {
    color: #9793b6 !important
}

.topsale__hotel__info__desc {
    padding: 10px 10px 10px 0;
    color: #999;
    font-size: 11px
}

.topsale__hotel__topsale {
    width: 242px;
    height: 160px;
    border: 1px solid #edeaea;
    padding: 10px
}

.topsale__hotel__topsale__price {
    height: 38px;
    background: #f4f3f0;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ff8200;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    font-weight: 400;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    margin-bottom: 10px
}

.topsale__hotel__topsale__price span {
    font-size: 24px;
    font-weight: 700
}

.topsale__hotel:hover .topsale__hotel__topsale__price {
    background: #b297cd;
    color: #fff;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear
}

.topsale__hotel__topsale__info {
    color: #705090;
    font-weight: 700;
    text-align: center;
    font-size: 12px
}

.topsale__hotel__topsale__update {
    font-size: 11px;
    text-align: center;
    color: #bbb
}

.topsale__hotel__topsale__desc {
    font-size: 11px;
    text-align: center;
    color: #999;
    padding: 10px 0
}

.topsale__hotel__topsale__desc span {
    color: #705090
}

.topsale__hotel__info__actions > div {
    display: inline-block;
    vertical-align: middle
}

.topsale__hotel__info__share {
    margin-left: 10px
}

.topsale__hotel__info__order a {
    display: block;
    width: 168px;
    height: 34px;
    background: url(/images/topsale/topsale_button_repeat.png) repeat-x;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    color: #fff !important;
    text-decoration: none !important
}

.topsale__hotels__all {
    text-align: center;
    margin-bottom: 10px
}

.topsale__hotels__all a {
    font-size: 14px;
    text-decoration: underline !important;
    color: #705090
}

.topsale__tabs {
    background: #5ae05a !important;
    color: #fff !important
}

.topsale__facebook_faces__header {
    font-size: 18px;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px
}

.topsale__facebook_faces__images {
    text-align: justify
}

.topsale__facebook_faces__face {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 75px
}

.topsale__sort {
    position: relative;
    float: right
}

.topsale__sort span {
    color: #705090;
    text-decoration: none !important;
    font-size: 16px
}

.topsale__sort__value {
    border-bottom: 1px dashed #705090;
    cursor: pointer
}

.topsale__sort ul {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    display: none;
    margin: 0;
    padding: 0;
    width: 200px;
    list-style: none;
    background: #f4f3f0;
    border: 1px solid #edeaea;
    border-radius: 3px;
    -webkit-transiton: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    -transition: opacity .2s
}

.topsale__sort ul:hover, .topsale__sort__value:hover ~ ul {
    display: block
}

.topsale__sort ul li {
    padding: 5px;
    color: #705090;
    font-size: 16px;
    cursor: pointer
}

.topsale__sort ul li:hover {
    background: #fefbf2
}

.topsale__sort__direction {
    cursor: pointer
}

.reviews__info {
    background-position: 0 8px;
    background-repeat: no-repeat
}

.reviews__clearfix:after {
    content: "";
    display: block;
    clear: both
}

.reviews__info h1 {
    padding-left: 35px;
    font-size: 18px;
    float: left;
    color: #ffa300;
    margin-bottom: 0
}

.reviews__stars {
    margin-top: 11px;
    float: left;
    margin-left: 10px;
    background: url(/images/star.png);
    height: 14px
}

.reviews__stars1 {
    width: 14px
}

.reviews__stars2 {
    width: 28px
}

.reviews__stars3 {
    width: 42px
}

.reviews__stars4 {
    width: 56px
}

.reviews__stars5 {
    width: 70px
}

.reviews__page {
    margin-top: 30px
}

.reviews__page > div {
    float: left
}

.reviews__page__content {
    width: 720px
}

.reviews__page__col {
    width: 250px;
    padding-left: 20px
}

.reviews__comment_button {
    float: right;
    height: auto !important;
    display: block
}

.reviews__counter {
    color: #705090;
    font-size: 16px;
    line-height: 32px
}

.reviews__counter i {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    padding: 5px 4px;
    background: #ffa300;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.reviews__counter i, .reviews__counter span {
    vertical-align: middle
}

.reviews__page__header {
    padding-bottom: 13px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee
}

.reviews__summary > div {
    float: left;
    width: 225px;
    margin-left: 20px
}

.reviews__summary > div:first-child {
    margin-left: 0
}

.reviews__summary__header {
    font-size: 14px;
    color: #705090;
    margin-bottom: 10px
}

.reviews__summary ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.reviews__summary__recommendation ul {
    width: 160px
}

.reviews__summary__recommendation li {
    background: url(/images/comments/recom.png) no-repeat;
    margin: 4px 0;
    padding-left: 25px;
    height: 28px;
    color: #9793b6;
    font-size: 12px;
    line-height: 28px
}

.reviews__summary__recommendation li span {
    color: #ffa300;
    display: inline-block;
    width: 20px;
    float: right
}

.reviews__summary__recommendation .reviews__recommended_family {
    background-position: 2px 2px
}

.reviews__summary__recommendation .reviews__recommended_love {
    background-position: 2px -23px
}

.reviews__summary__recommendation .reviews__recommended_business {
    background-position: 3px -51px
}

.reviews__summary__recommendation .reviews__recommended_alone {
    background-position: 0 -81px
}

.reviews__summary__recommendation .reviews__recommended_party {
    background-position: 0 -110px
}

.reviews__summary__rate li {
    color: #9793b6;
    font-size: 12px;
    line-height: 32px
}

.reviews__summary__rate li > span {
    display: inline-block
}

.reviews__summary__rate_progress {
    width: 101px;
    height: 10px;
    background: #eee
}

.reviews__summary__rate_label {
    width: 60px
}

.reviews__summary__rate_progress i {
    display: block;
    height: 10px;
    background: #705090
}

.reviews__summary__rate_count {
    color: #ffa300;
    padding-left: 5px
}

.reviews__summary__rate_by_category li {
    color: #9793b6;
    font-size: 12px;
    line-height: 32px
}

.reviews__summary__rate_by_category li > span {
    display: inline-block
}

.reviews__summary__rate_by_category__label {
    width: 90px
}

.reviews__summary__rate__avg span {
    display: block;
    float: left;
    width: 17px;
    height: 9px;
    background: #eee url(/images/comments/rate.png) -20px -20px no-repeat;
    margin-right: 5px
}

.reviews__summary__rate__avg .reviews__summary__rate__avg_half {
    background-position: right center
}

.reviews__summary__rate__avg .reviews__summary__rate__avg_full {
    background-position: left center
}

.reviews__comment > div {
    float: left
}

.reviews__comment__user {
    width: 140px;
    margin: 0 10px 0 0
}

.reviews__comment__data {
    width: 550px;
    margin: 0 10px
}

#mainpage .reviews__comment__data, .feedback__rates__last_reviews .reviews__comment__data {
    width: 820px
}

.reviews__comment__hotel_name {
    height: 20px
}

.reviews__comment__hotel_name .reviews__comment__hotel_name__full, .reviews__comment__hotel_name .reviews__comment__hotel_name__short {
    display: block;
    padding: 2px 2px 2px 0
}

.reviews__comment__hotel_name .reviews__comment__hotel_name__full, .reviews__comment__hotel_name:hover .reviews__comment__hotel_name__short {
    display: none
}

.reviews__comment__hotel_name:hover .reviews__comment__hotel_name__full {
    display: block;
    background: #fff;
    position: absolute;
    z-index: 10;
    padding: 2px 4px 2px 0;
    box-shadow: #fff 0 0 4px
}

.reviews__comment__user_name {
    font-size: 14px;
    line-height: 20px;
    color: #705090
}

.reviews__comment__user_city {
    font-size: 12px;
    line-height: 20px;
    color: #888
}

.reviews__comment__user_comments {
    font-size: 12px;
    line-height: 20px;
    color: #9793b6
}

.feedback_page__city__rate, .feedback_page__hotel__rate, .reviews__comment__user_rate {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    padding: 5px 4px;
    margin: 3px 0;
    background: #ffa300;
    width: 18px;
    text-align: center;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.reviews__comment__user_date {
    font-size: 12px;
    line-height: 20px;
    color: #888
}

.reviews__comment__header {
    margin-bottom: 15px
}

.reviews__comment__title {
    font-size: 18px;
    line-height: 20px;
    color: #705090
}

.reviews__comment__adv_rate, .reviews__comment__date {
    font-size: 12px;
    line-height: 20px;
    color: #888
}

.reviews__comment__adv_rate span {
    color: #ffa300
}

.reviews__comment__adv_way {
    font-size: 14px;
    line-height: 20px;
    color: #705090
}

.reviews__comment__adv_info {
    float: right
}

.reviews__comment__body_wrap {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    position: relative;
    max-height: 100px
}

.reviews__comment__body_wrap__hidden {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/images/comments/comment_collapse.png) repeat-x;
    height: 27px
}

.reviews__comment__body_collapsed {
    height: 100px;
    max-height: none
}

.reviews__comment__photo_list {
    max-height: 53px;
    overflow: hidden
}

.reviews__comment__photo_list__collapsed {
    height: 53px;
    max-height: none
}

.reviews__comment__body__more {
    color: #705090;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer
}

.reviews__comment__actions > div {
    display: inline-block
}

.reviews__comment__comments_count {
    font-size: 12px;
    line-height: 20px;
    color: #888
}

.reviews__comment__comments_count span {
    color: #705090
}

.reviews__comment__add_comment {
    font-size: 12px;
    line-height: 20px;
    color: #705090;
    margin-left: 15px
}

.reviews__comment__photo {
    margin: 10px 0 10px
}

.reviews__comment__photo_all {
    color: #705090;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer
}

.reviews__comment__photo_list img {
    margin-right: 1.5px
}

.reviews__comment__photo_list img:first-child {
    margin-right: 0
}

.reviews__comment {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #eee
}

.review_add__form__row {
    display: block
}

.review_add__form__row .uneditable-input, .review_add__form__row input, .review_add__form__row select, .review_add__form__row textarea {
    margin-bottom: 0
}

.review_add__form__row.review_add__hint:after {
    clear: both;
    content: "";
    display: block
}

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

.review_add__form__row.review_add__hint > .review_add__form__input, .review_add__form__row.review_add__hint > .review_add__form__label {
    width: 480px;
    margin-right: 15px;
    float: left
}

.review_add__form__row.review_add__hint > .review_add__form__hint {
    width: 215px;
    float: left
}

.review_add__form__hint {
    font-size: 12px;
    line-height: 16px;
    color: #a9a9a9
}

.review_add__form__label {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0 8px
}

.review_add__form__disabled .review_add__form__label {
    color: #acacac !important
}

.review_add__form__input {
    padding: 0 0 10px
}

.feedback__create__alternative select {
    width: 180px;
    margin-right: 10px
}

#feedback__create__find {
    padding-left: 40px;
    background: url(/images/comments/search.png) no-repeat 10px center;
    width: 500px;
    margin-left: 10px
}

.review_add__form__input.feedback__create__alternative select:first-child {
    margin-left: 10px
}

.review_add__form__input input[type=text] {
    width: 98%;
    border: 1px solid #ccc
}

.review_add__form__input textarea {
    width: 98%;
    height: 160px;
    border: 1px solid #ccc
}

.review_add__form__row.review_add__inline > .review_add__form__input, .review_add__form__row.review_add__inline > .review_add__form__label {
    display: inline-block;
    width: 50%
}

.review_add__form__row.review_add__form__row.review_add__hint.review_add__inline > .review_add__form__input, .review_add__form__row.review_add__form__row.review_add__hint.review_add__inline > .review_add__form__label {
    width: 245px;
    line-height: 20px;
    vertical-align: middle
}

.review_add__form__row.review_add__form__row.review_add__hint.review_add__inline > .review_add__form__input {
    padding-top: 4px
}

.review_add__label__hint {
    color: #a9a9a9;
    font-size: 12px;
    line-height: 20px
}

.review_add__label__hint.review_add__hint__right {
    float: right
}

.review_add__label__hint.review_add__hint__inline {
    display: inline-block
}

.review_add__rate_category {
    margin-bottom: 10px
}

.review_add__complete_message {
    border: 1px solid #059b05;
    background: #fff;
    border-radius: 5px;
    margin: 5px 0;
    font-size: 16px;
    line-height: 42px;
    font-weight: 400;
    color: #059b05;
    text-align: center;
    display: none;
    padding: 2px 20px;
    position: fixed;
    top: 120px;
    z-index: 200
}

#timeout_panel__filter_pages {
    border-radius: 5px;
    margin: 5px 0;
    border: 1px solid #059b05;
    overflow: hidden;
    height: 42px;
    padding: 4px 10px
}

#timeout_panel__filter_pages.timeout_panel__active {
    cursor: pointer
}

#timeout_panel__filter_pages .timeout_panel__label {
    font-size: 18px;
    line-height: 42px;
    font-weight: 400;
    color: #059b05
}

#timeout_panel__filter_pages.timeout_panel__completed .timeout_panel__label {
    font-size: 13px
}

#timeout_panel__filter_pages .timeout_panel__timer__wrap {
    float: right;
    text-align: center
}

#timeout_panel__filter_pages .timeout_panel__timer {
    display: inline-block;
    height: 30px
}

#timeout_panel__filter_pages .timeout_panel__timer__desc {
    font-size: 10px
}

.timeout_panel__active .timeout_panel__label__complete, .timeout_panel__completed .timeout_panel__label__process, .timeout_panel__completed .timeout_panel__timer__wrap {
    display: none
}

.review_add__form__rate_selector__chunk {
    display: inline-block;
    width: 32px;
    height: 19px;
    border-right: 5px solid #fff;
    background: #eee
}

.review_add__form__rate_selector__small .review_add__form__rate_selector__chunk {
    height: 9px;
    width: 17px
}

.review_add__form__rate_selector__chunks {
    display: inline-block;
    vertical-align: middle;
    height: 19px;
    line-height: 19px;
    overflow: hidden
}

.review_add__form__rate_selector__small .review_add__form__rate_selector__chunks {
    height: 9px;
    line-height: 9px
}

.review_add__form__rate_selector__chunks:hover .review_add__form__rate_selector__chunk, .review_add__form__rate_selector__selected_chunk {
    background: #ffa300
}

.review_add__form__rate_selector__chunk:hover ~ .review_add__form__rate_selector__chunk {
    background: #eee !important
}

.review_add__form__rate_selector__hint {
    font-size: 14px;
    color: #ffa300;
    line-height: 17px;
    display: inline-block;
    margin-left: 20px;
    width: 85px
}

.review_add__form__rate_selector__small .review_add__form__rate_selector__hint {
    font-size: 12px;
    line-height: 14px
}

.review_add__rate_category > div {
    display: inline-block
}

.review_add__form__disabled .review_add__form__rate_selector__chunk, .review_add__form__disabled .review_add__form__rate_selector__chunk:hover ~ .review_add__form__rate_selector__chunk, .review_add__form__disabled .review_add__form__rate_selector__chunks:hover .review_add__form__rate_selector__chunk {
    background: #f1f1f1 !important
}

.review_add__rate_category__label {
    width: 130px;
    font-size: 14px;
    color: #9793b6
}

.review_add__form__disabled .review_add__rate_category__label {
    color: #cbc9db
}

.review_add__form__rate_selector__cleansing {
    color: #705090;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    cursor: pointer
}

.review_add__agree_checkbox {
    height: 70px;
    width: 22px;
    float: left
}

.review_add__photo__button {
    position: relative;
    background: url(/images/comments/upload_photo_repeat.png) repeat-x;
    height: 28px;
    padding: 0 20px;
    display: inline-block;
    width: 100px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 28px;
    color: #959595;
    cursor: pointer
}

.review_add__photo__button:hover {
    border: 1px solid #c2c2c2
}

.review_add__photo > span {
    height: 28px;
    padding: 0 20px;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color: #959595;
    width: 140px
}

.review_add__photo > div, .review_add__photo > span {
    vertical-align: middle
}

.review_add__photo__button label {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.review_add__photo__button input {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden
}

.review_add__photo__preview_context .template-download, .review_add__photo__preview_context .template-upload {
    height: auto !important;
    display: inline-block;
    position: relative
}

.review_add__photo__preview_context .template-download, .review_add__photo__preview_context .template-upload {
    width: 142px;
    height: 116px !important;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    padding: 5px;
    background: #eee;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 1px 3px
}

.review_add__photo__preview_context .template-download .preview, .review_add__photo__preview_context .template-upload .preview {
    line-height: 116px;
    height: 116px;
    position: relative
}

.review_add__photo__preview_context .template-download .action, .review_add__photo__preview_context .template-upload .action {
    position: absolute;
    z-index: 10
}

.review_add__photo__preview_context .template-download .action.delete, .review_add__photo__preview_context .template-upload .action.cancel {
    top: -4px;
    right: -4px;
    display: block;
    line-height: 100%
}

.review_add__photo__preview_context .template-download .action button, .review_add__photo__preview_context .template-upload .action button {
    border: 1px solid silver;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #5f5f5f;
    width: 23px;
    cursor: pointer
}

.review_add__photo__preview_context .template-upload .start {
    display: block;
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0
}

.review_add__photo__preview_context .template-download .error_label, .review_add__photo__preview_context .template-upload .error_label {
    display: block;
    font-weight: 700;
    padding-top: 18px
}

.review_add__photo__preview_context .template-upload .start button {
    border: 1px solid silver;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #5f5f5f;
    cursor: pointer
}

.review_add__photo__process {
    padding: 10px 0
}

.review_add__photo__process__wrap {
    background: #eee;
    height: 12px
}

.review_add__photo__process__bar {
    background: #ffa300;
    height: 12px
}

.review_add__photo__preview_context .template-download img, .review_add__photo__preview_context .template-upload canvas, .review_add__photo__preview_context .template-upload img {
    max-height: 116px;
    max-width: 142px;
    vertical-align: middle;
    line-height: 116px
}

.review_add__photo__preview {
    padding-top: 15px
}

.review_add__photo__preview_label {
    font-size: 12px;
    line-height: 14px;
    color: #959595;
    padding-bottom: 10px
}

.review_add__photo__preview_label span {
    font-size: 14px;
    line-height: 14px;
    color: #000
}

.review_add__form__submit {
    background: #3bc53b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiYzUzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMmFhMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #3bc53b 0, #2a2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3bc53b), color-stop(100%, #2a2));
    background: -webkit-linear-gradient(top, #3bc53b 0, #2a2 100%);
    background: -o-linear-gradient(top, #3bc53b 0, #2a2 100%);
    background: -ms-linear-gradient(top, #3bc53b 0, #2a2 100%);
    background: linear-gradient(to bottom, #3bc53b 0, #2a2 100%);
    padding: 0 15px;
    height: 32px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    border: 1px solid #2a2;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer
}

.review_add__form__submit:hover {
    background: #2a2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyYWEyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYmM1M2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2a2 0, #3bc53b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2a2), color-stop(100%, #3bc53b));
    background: -webkit-linear-gradient(top, #2a2 0, #3bc53b 100%);
    background: -o-linear-gradient(top, #2a2 0, #3bc53b 100%);
    background: -ms-linear-gradient(top, #2a2 0, #3bc53b 100%);
    background: linear-gradient(to bottom, #2a2 0, #3bc53b 100%)
}

.review_add__form__submit.review_add__form__submit__disabled {
    background: #75c465;
    border-color: #e2ffcf
}

.reviews__comment__photo_list a {
    display: inline-block;
    padding-bottom: 3px
}

.add_review__login__errors, .add_review__register__errors {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 10px;
    color: red
}

.review_add__recommended {
    display: inline-block;
    width: 82px;
    height: 67px;
    padding: 8px 2px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    margin-left: 10px;
    text-align: center;
    cursor: pointer
}

.review_add__recommended:first-child {
    margin-left: 0
}

.review_add__recommended span {
    font-size: 11px;
    color: #9793b6
}

.review_add__recommended i {
    display: block;
    height: 50px;
    width: 66px;
    margin: 0 auto;
    background: url(/images/comments/recom__add_form.png)
}

.review_add__recommended:hover, .review_add__recommended__selected {
    background-color: #705090
}

.review_add__recommended:hover span, .review_add__recommended__selected span {
    font-size: 11px;
    color: #fff
}

.review_add__recommended.review_add__recommended_family i {
    background-position: -3px -10px
}

.review_add__recommended.review_add__recommended_love i {
    background-position: -57px -12px
}

.review_add__recommended.review_add__recommended_business i {
    background-position: -107px -10px
}

.review_add__recommended.review_add__recommended_alone i {
    background-position: -162px -10px
}

.review_add__recommended.review_add__recommended_party i {
    background-position: -216px -10px
}

.review_add__recommended.review_add__recommended_family:hover i, .review_add__recommended__selected.review_add__recommended_family i {
    background-position: -3px -74px
}

.review_add__recommended.review_add__recommended_love:hover i, .review_add__recommended__selected.review_add__recommended_love i {
    background-position: -57px -76px
}

.review_add__recommended.review_add__recommended_business:hover i, .review_add__recommended__selected.review_add__recommended_business i {
    background-position: -107px -74px
}

.review_add__recommended.review_add__recommended_alone:hover i, .review_add__recommended__selected.review_add__recommended_alone i {
    background-position: -162px -74px
}

.review_add__recommended.review_add__recommended_party:hover i, .review_add__recommended__selected.review_add__recommended_party i {
    background-position: -216px -74px
}

.feedback__page {
    width: 720px;
    float: left
}

.feedback__page__col {
    width: 248px;
    float: left;
    padding-left: 20px
}

.feedback__intro__hotel {
    width: 234px;
    height: 147px;
    background: url(/images/comments/hotel_page__intro.png) 0 -9px;
    float: right
}

.feedback__intro h1 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400
}

.feedback__intro h1:after, .feedback__rates__tabs:after {
    clear: both;
    display: block;
    content: ""
}

.feedback__intro__desc {
    font-size: 13px;
    line-height: 20px;
    width: 480px
}

.feedback__intro__create {
    padding: 15px 0
}

.feedback__intro__create a {
    display: inline-block;
    height: 34px;
    width: 160px;
    background: url(/images/comments/add_comment__repeat.png) repeat-x;
    position: relative;
    -webkit-border-radius: 3px 0 0 3px;
    -khtml-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    margin-right: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 34px
}

.feedback__intro__create a:after {
    display: block;
    content: "";
    position: absolute;
    right: -17px;
    top: 0;
    background: url(/images/comments/add_comment__corner.png);
    width: 17px;
    height: 34px
}

.feedback__intro__create span {
    color: #a9a9a9;
    font-size: 13px
}

.feedback__rates__tabs {
    border-bottom: 4px solid #ffa300;
    position: relative
}

.feedback__rates__tabs a {
    display: block;
    float: left;
    height: 20px;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    background: #eee;
    color: #000;
    margin-right: 4px;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.feedback__rates__tabs a.active {
    background: #ffa300;
    color: #fff
}

.feedback_page__hotel__el {
    padding: 20px 0;
    border-top: 1px solid #eee
}

.feedback_page__hotel__info h3 {
    font-size: 18px;
    color: #705090
}

.feedback_page__hotel__rate {
    font-size: 14px !important;
    margin-left: 15px
}

.feedback_page__hotel__photo {
    float: left;
    padding-right: 10px
}

.feedback_page__hotel__info__stars {
    margin-left: 0
}

.feedback_page__hotel__info__location {
    padding-top: 10px;
    color: #9793b6
}

.feedback__rates__last_reviews h3 {
    font-size: 18px
}

.reviews__comment__actions__like {
    float: right
}

.reviews__comment__actions__like > span {
    color: #888;
    font-size: 12px
}

.reviews__comment__actions__like > a {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    padding: 5px 4px;
    margin: 3px 0 3px 5px;
    background: #ffa300;
    width: 18px;
    text-align: center;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.feedback_page__city__el {
    padding: 20px 0;
    border-top: 1px solid #eee
}

.feedback_page__city__photo {
    float: left;
    padding-right: 10px
}

.feedback_page__city__info {
    line-height: 80px
}

.feedback_page__city__info h3 {
    display: inline;
    font-size: 18px;
    color: #705090
}

.feedback_page__city__rate {
    font-size: 14px !important;
    margin-left: 15px
}

.feedback__rates__list__wrap {
    position: relative
}

.feedback__rates__list__loader {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 10
}

.vote__complete__dialog .ui-dialog-title {
    display: none !important
}

.vote__complete__dialog .ui-widget-content {
    min-height: 0 !important;
    padding: 0
}

.vote__complete__dialog .vote__complete {
    color: #fff;
    font-size: 18px
}

.vote__complete__dialog .ui-dialog-titlebar-close {
    z-index: 100
}

.feedback__rates__filter__cancel {
    display: none;
    position: absolute;
    right: 70px;
    bottom: 5px;
    font-size: 13px;
    color: #b1b0bb;
    border-bottom: 1px dashed #b1b0bb;
    cursor: pointer
}

.feedback__rates__filter__collapse {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 13px;
    color: #9793b6;
    border-bottom: 1px dashed #9793b6;
    cursor: pointer
}

.feedback__rates__filters select {
    width: 22%;
    margin-right: 8px;
    margin-top: 12px
}

.feedback__create {
    width: 720px
}

.feedback__create__hint {
    color: #a9a9a9;
    font-size: 13px;
    margin: 10px 0 8px 0
}

.feedback__create .review_add__form__input input[type=text] {
    height: 30px;
    font-size: 18px
}

.topsale_widget__el {
    padding: 10px 0;
    position: relative
}

.topsale_widget__info h3, .topsale_widget__info h3 a {
    font-size: 12px;
    color: #705090;
    margin: 0;
    width: 115px;
    overflow: hidden
}

.topsale_widget__photo {
    float: left;
    padding-right: 10px
}

.topsale_widget__info__stars {
    margin-left: 0;
    margin-top: 2px
}

.topsale_widget__info__location {
    padding-top: 4px;
    font-size: 11px;
    color: #9793b6;
    width: 115px;
    overflow: hidden
}

.topsale_widget__info__price {
    height: 27px;
    background: #f4f3f0;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ff8200;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    font-weight: 400;
    margin-top: 9px;
    margin-left: 130px
}

.topsale_widget__info__price span {
    font-size: 14px;
    font-weight: 700
}

.topsale_widget__footer {
    text-align: center;
    font-size: 14px;
    color: #705090;
    text-decoration: underline
}

.topsale_widget__header {
    height: 42px;
    background: #f4f3f0;
    color: #705090;
    font-size: 18px;
    line-height: 42px;
    margin-bottom: 10px;
    text-align: center
}

.topsale_widget__list__inline .topsale_widget__el {
    display: inline-block;
    width: 250px;
    margin-right: 15px
}

.topsale_widget__el.topsale_widget__icons {
    padding-right: 60px
}

.topsale_widget__info__icons {
    position: absolute;
    top: 10px;
    right: 2px
}

.topsale_widget__countries {
    text-align: center;
    margin: 15px 0 20px
}

.topsale_widget__countries a {
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #705090;
    border-bottom: 1px solid #705090
}

.mainpage__banner {
    background: url(/images/mainpage/banner_overlay.png);
    width: 1140px;
    height: 355px;
    position: relative;
    top: -10px
}

.mainpage__banner__title {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    width: 400px;
    position: absolute;
    left: 40px;
    top: 60px
}

.mainpage__banner__topsale {
    width: 340px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 156px
}

.mainpage__banner__topsale__header {
    font-size: 18px;
    line-height: 24px;
    color: #ff9a00;
    font-weight: 700;
    padding-bottom: 10px
}

.mainpage__banner__topsale__body {
    font-size: 18px;
    line-height: 20px;
    color: #000
}

.mainpage__banner__topsale__desc {
    font-size: 12px;
    line-height: 20px;
    color: #888
}

.mainpage__banner__topsale__button {
    padding: 20px 0 0 0
}

.mainpage__banner__image {
    background: url(/images/mainpage/banner_girl.png);
    width: 194px;
    height: 248px;
    position: absolute;
    right: -8px;
    bottom: -4px
}

.mainpage__header {
    font-size: 24px;
    line-height: 24px;
    color: #ff9a00;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: initial;
}

.mainpage__wwu__body__tab {
    float: left;
    width: 280px;
    height: 175px;
    background: #f4f3f0;
    padding: 15px 20px 20px 30px
}

.mainpage__wwu__body__tab.active, .mainpage__wwu__body__tab:hover {
    background-image: url(/images/mainpage/wwu_shape.png)
}

.mainpage__wwu__body {
    margin-top: 15px
}

.mainpage__wwu__body__tab__head {
    font-size: 24px;
    color: #70448e;
    line-height: 55px;
    vertical-align: middle;
    margin-bottom: 10px
}

.mainpage__wwu__body__tab__head i {
    display: inline-block;
    background: url(/images/mainpage/wwu_pics.jpg);
    height: 55px;
    width: 55px;
    vertical-align: middle;
    margin-right: 6px
}

.mainpage__wwu__body__tab__head.mainpage__wwu__body__tab__f i {
    background-position: -3px -8px
}

.mainpage__wwu__body__tab__head.mainpage__wwu__body__tab__s i {
    background-position: -69px -7px
}

.mainpage__wwu__body__tab__head.mainpage__wwu__body__tab__t i {
    background-position: -136px -5px
}

.mainpage__wwu__body__tab__body {
    font-size: 14px;
    line-height: 15px;
    color: #000
}

.mainpage__reviews__create__button {
    float: right;
    padding: 0
}

.mainpage__reviews__create {
    padding-bottom: 20px
}

.mainpage__reviews__all {
    text-align: center
}

.mainpage__reviews__all a {
    font-size: 17px;
    text-decoration: underline
}

.header__zone_selector__wrap {
    position: relative;
    border-bottom: 1px dashed #ff9a00;
    cursor: pointer
}

.header__zone_selector__wrap span {
    color: #ff9a00;
    text-decoration: none !important;
    font-size: 16px
}

.header__zone_selector__label img {
    position: relative;
    top: -3px
}

.header__zone_selector__wrap ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    display: none;
    margin: 0;
    padding: 0;
    width: 200px;
    list-style: none;
    background: #f4f3f0;
    border: 1px solid #edeaea;
    border-radius: 3px;
    -webkit-transiton: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    -transition: opacity .2s
}

.header__zone_selector__wrap ul:hover, .header__zone_selector__wrap:hover ul {
    display: block
}

.header__zone_selector__wrap ul li {
    padding: 5px;
    color: #ff9a00;
    font-size: 16px;
    cursor: pointer
}

.header__zone_selector__wrap ul li a {
    color: #ff9a00
}

.header__zone_selector__wrap ul li:hover {
    background: #fefbf2
}

.header__number__wrap {
    width: 440px;
    margin: 0 auto;
    padding-top: 14px
}

.header__number, .header__zone_selector {
    display: inline-block
}

.header__number .phone {
    color: #724a93;
    font-size: 16px
}

.header__number {
    margin-left: 25px
}

.uniqtrip__intro {
    background: url(/images/uniqtrips/intro.png) no-repeat top center;
    width: 940px;
    height: 245px;
    padding: 30px 25px
}

.uniqtrip__intro h2 {
    font-size: 36px;
    color: #444;
    font-weight: 400
}

.uniqtrip__intro__desc {
    font-size: 15px;
    line-height: 24px;
    color: #444
}

#breadCrumbs.uniqtrip_breadcrumbs {
    font-size: 21px;
    height: 24px
}

.uniqtrip__directions h2 {
    font-size: 24px;
    color: #444;
    font-weight: 400;
    padding: 15px 0 10px
}

.uniqtrip__directions__el, .uniqtrip__directions__el:hover {
    width: 310px;
    height: 219px;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: 30px
}

.uniqtrip__directions__list {
    text-align: justify
}

.uniqtrip__directions__list:after {
    display: inline-block;
    width: 900px;
    height: 1px;
    content: ""
}

.uniqtrip__directions__el.uniqtrip__direction__europe {
    background: url(/images/uniqtrips/directions/europe.png)
}

.uniqtrip__directions__el.uniqtrip__direction__america {
    background: url(/images/uniqtrips/directions/america.png)
}

.uniqtrip__directions__el.uniqtrip__direction__africa {
    background: url(/images/uniqtrips/directions/africa.png)
}

.uniqtrip__directions__el.uniqtrip__direction__asia {
    background: url(/images/uniqtrips/directions/asia.png)
}

.uniqtrip__directions__el.uniqtrip__direction__oceania {
    background: url(/images/uniqtrips/directions/oceania.png)
}

.uniqtrip__directions__el.uniqtrip__direction__world {
    background: url(/images/uniqtrips/directions/world.png)
}

.uniqtrip__directions__el__desc {
    display: block;
    margin: 134px 0 0 15px
}

.uniqtrip__directions__el__desc i {
    font-style: normal;
    font-size: 36px;
    text-transform: uppercase;
    display: block;
    color: #fff
}

.uniqtrip__directions__el__desc span {
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    color: #fff
}

.uniqtrip_preview {
    width: 225px
}

.uniqtrip_preview__image {
    width: 225px;
    height: 180px;
    border-bottom: 4px solid #ff9a00;
    overflow: hidden
}

.uniqtrip_preview__directions {
    position: absolute;
    top: 2px;
    right: 0
}

.uniqtrip_preview__directions div {
    background: rgba(255, 255, 255, .8);
    padding: 4px 8px;
    margin: 2px 0;
    font-size: 17px;
    color: #724a93
}

.uniqtrip_preview__image > a {
    display: block;
    text-align: center;
    height: 180px
}

.uniqtrip_preview__special {
    text-align: center;
    padding: 10px 0;
    height: 46px;
    overflow: hidden
}

.uniqtrip__special__pic {
    width: 32px;
    height: 36px;
    margin: 5px;
    display: inline-block;
    background: url(/images/uniqtrips/specials.png) no-repeat -2px 0
}

.uniqtrip__special__pic.uniqtrip__specials__18 {
    background-position: -3px -2px
}

.uniqtrip__special__pic.uniqtrip__specials__hike {
    background-position: -100px -2px
}

.uniqtrip__special__pic.uniqtrip__specials__cycling {
    background-position: -50px -2px
}

.uniqtrip__special__pic.uniqtrip__specials__0-6 {
    background-image: url(/images/uniqtrips/specials/0-6.jpg)
}

.uniqtrip__special__pic.uniqtrip__specials__6 {
    background-image: url(/images/uniqtrips/specials/6.jpg)
}

.uniqtrip__special__pic.uniqtrip__specials__12 {
    background-image: url(/images/uniqtrips/specials/12.jpg)
}

.uniqtrip__special__pic.uniqtrip__specials__14 {
    background-image: url(/images/uniqtrips/specials/14.jpg)
}

.uniqtrip__special__pic.uniqtrip__specials__21 {
    background-image: url(/images/uniqtrips/specials/21.jpg)
}

.uniqtrip__special__pic.uniqtrip__specials__25 {
    background-image: url(/images/uniqtrips/specials/25.jpg)
}

.uniqtrip__special__pic.uniqtrip__specials__-55 {
    background-image: url(/images/uniqtrips/specials/55.jpg)
}

.uniqtrip__special__pic.uniqtrip__specials__beauty {
    background-image: url(/images/uniqtrips/specials/beauty.jpg)
}

.uniqtrip__special__pic.uniqtrip__specials__business {
    background-image: url(/images/uniqtrips/specials/business.jpg)
}

.uniqtrip__special__pic.uniqtrip__specials__casino {
    background-image: url(/images/uniqtrips/specials/casino.jpg)
}

.uniqtrip__special__pic.uniqtrip__specials__education {
    background-image: url(/images/uniqtrips/specials/education.jpg)
}

.uniqtrip__special__pic.uniqtrip__specials__family {
    background-image: url(/images/uniqtrips/specials/family.jpg)
}

.uniqtrip__special__pic.uniqtrip__specials__health {
    background-image: url(/images/uniqtrips/specials/health.jpg)
}

.uniqtrip__special__pic.uniqtrip__specials__love {
    background-image: url(/images/uniqtrips/specials/love.jpg)
}

.uniqtrip__special__pic.uniqtrip__specials__night {
    background-image: url(/images/uniqtrips/specials/night.jpg)
}

.uniqtrip__special__pic.uniqtrip__specials__search_i {
    background-image: url(/images/uniqtrips/specials/search_i.jpg)
}

.uniqtrip__special__pic.uniqtrip__specials__self {
    background-image: url(/images/uniqtrips/specials/self.jpg)
}

.uniqtrip__special__pic.uniqtrip__specials__sport {
    background-image: url(/images/uniqtrips/specials/sport.jpg)
}

.uniqtrip_preview__title {
    text-align: center
}

.uniqtrip_preview__title a {
    font-size: 17px;
    line-height: 22px;
    height: 66px;
    display: block;
    position: relative;
    overflow: hidden;
    color: #724a93
}

.uniqtrip_preview__title a:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 22px;
    width: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%)
}

.uniqtrip_preview:hover .uniqtrip_preview__title a {
    height: auto
}

.uniqtrip_preview:hover .uniqtrip_preview__title a:after {
    display: none
}

.uniqtrip_preview__booking {
    text-align: center;
    padding-bottom: 15px
}

.uniqtrip_preview__booking > span {
    display: inline-block;
    padding-left: 25px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700
}

.uniqtrip_preview__booking > span span {
    font-size: 14px;
    font-weight: 400
}

.uniqtrip_preview__booking__timeout {
    background: url(/images/uniqtrips/timeout.png) no-repeat left center
}

.uniqtrip_preview__booking__price {
    background: url(/images/uniqtrips/price.png) no-repeat left center
}

.uniqtrip_preview__booking__no_price {
    background: url(/images/uniqtrips/price.png) no-repeat left center;
    color: #bbb
}

.uniqtrip_preview__count {
    border-top: 1px solid #edede9;
    padding: 15px 20px;
    text-align: center
}

.uniqtrip_preview {
    height: 309px;
    width: 225px;
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.uniqtrip_preview:hover {
    z-index: 10
}

.uniqtrip_preview__first {
    margin-left: 0
}

.uniqtrip_preview__wrap {
    border: 1px solid #edede9;
    border-top: none;
    height: 60px;
    padding: 10px 0 70px 0;
    position: relative;
    background: #fff
}

.uniqtrip_archive_preview .uniqtrip_preview__wrap {
    padding: 10px 0 60px 0
}

.uniqtrip_preview__footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 225px
}

.uniqtrip_preview__info {
    display: none
}

.uniqtrip_preview:hover .uniqtrip_preview__shadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, .5)
}

.uniqtrip_preview:hover .uniqtrip_preview__info {
    display: block
}

.uniqtrip_preview:hover .uniqtrip_preview__wrap {
    height: auto
}

.uniqtrip_preview:hover .uniqtrip_preview__special {
    height: auto
}

.uniqtrip_preview__info__begin {
    padding: 8px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px
}

.uniqtrip_preview__info ul {
    margin: 0;
    list-style-type: cjk-ideographic
}

.uniqtrip_preview__info ul li {
    font-size: 13px;
    line-height: 18px
}

.uniqtrip_view h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400
}

.uniqtrip_view {
    margin: 10px 0 0 0
}

.uniqtrip_view__info h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 25px
}

.uniqtrip_view__info h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400
}

.uniqtrip_view__intro {
    border: 1px solid #edede9;
    border-bottom: 6px solid #ff9a00
}

.uniqtrip_view__intro__image {
    width: 100%;
    height: 360px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.uniqtrip_view__intro__video {
    height: 377px;
    width: 100%;
    position: relative;
    overflow: hidden;
    float: none;
    background-color: #000;
    background-image: url(images/youtube-logo-light.png);
    background-repeat: no-repeat;
    background-position: center
}

.uniqtrip_view__intro__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 377px
}

.uniqtrip_view__intro__adv {
    height: 186px;
    width: 294px;
    padding: 25px 20px 20px;
    float: right;
    position: relative
}

.uniqtrip_view__intro__desc {
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    height: 190px
}

.uniqtrip_view__info__tour_info {
    font-size: 14px;
    line-height: 20px
}

.uniqtrip_view__info__left {
    width: 654px;
    float: left
}

.uniqtrip_view__info__right {
    width: 314px;
    float: right
}

.uniqtrip_view__info__fullwidth {
    width: 100%;
    float: none
}

.uniqtrip_view__info__plan {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px
}

.uniqtrip_view__info__plan h3 {
    font-size: 16px;
    line-height: 20px;
    color: #724a93;
    text-transform: uppercase;
    border-bottom: 1px dashed #724a93;
    font-weight: 400;
    display: inline-block
}

.uniqtrip_view__special {
    padding: 20px 0 0
}

.uniqtrip_view__map img {
    width: 314px
}

.uniqtrip_view__info__fullwidth .uniqtrip_view__map img {
    width: 100%
}

.uniqtrip_view__info__fullwidth .uniqtrip_view__map #uniqtrip_view__map__container {
    width: 100%;
    height: 400px
}

.uniqtrip_view__info__right hr {
    margin: 10px 0 15px;
    border-top: 1px solid #edede9
}

.uniqtrip_view__info__list {
    margin: 0 0 0 16px;
    padding: 0;
    list-style-image: url(/images/uniqtrips/list-style.png)
}

.uniqtrip_view__info__list li {
    font-size: 14px;
    line-height: 30px
}

.uniqtrip_view__info__list.uniqtrip_view__info__list__2cols:after {
    display: block;
    clear: both;
    content: ""
}

.uniqtrip_view__info__list.uniqtrip_view__info__list__2cols li {
    width: 49%;
    float: left
}

.uniqtrip_view__info__list.uniqtrip_view__info__list__2cols li > div {
    padding: 0 20px 0 0
}

.uniqtrip_view__tours {
    font-size: 14px;
    line-height: 24px
}

.uniqtrip_view__price_desc {
    font-size: 12px;
    line-height: 18px;
    color: #888
}

.uniqtrip_view__route {
    font-size: 14px;
    line-height: 20px
}

.uniqtrip_view__price {
    padding: 10px 0;
    font-size: 36px;
    font-weight: 700
}

.uniqtrip_view__price span {
    font-size: 18px;
    font-weight: 400
}

.uniqtrip_view__info__end {
    font-size: 14px;
    color: #724a93;
    border-bottom: 1px solid #724a93
}

.uniqtrip_view .fotorama__thumb-border {
    border-color: #724a93 !important
}

.uniqtrip_view_footer {
    position: relative
}

.uniqtrip_view__speciial__price {
    height: 300px;
    border: 1px solid #cdcdcd;
    overflow: hidden;
    padding: 20px
}

.uniqtrip_view__speciial__price + .uniqtrip_view__price_request {
    display: none
}

.uniqtrip_view__price_request .uniqtrip_view__price_request_message {
    font-weight: 700;
    font-size: 32px;
    margin: .5em 0
}

.uniqtrip_view__speciial__price * {
    box-sizing: border-box
}

.uniqtrip_view__speciial__price .uniqtrip_view__special_price-left, .uniqtrip_view__speciial__price .uniqtrip_view__special_price-right {
    float: left;
    height: 100%;
    position: relative
}

.uniqtrip_view__speciial__price .uniqtrip_view__special_price-left {
    width: 45%;
    margin: 0 20px
}

.uniqtrip_view__speciial__price .uniqtrip_view__special_price-right {
    width: 50%
}

.uniqtrip_view__speciial__price .uniqtrip_view__special_price-left .uniqtrip_view__special_price-inner, .uniqtrip_view__speciial__price .uniqtrip_view__special_price-right .uniqtrip_view__special_price-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.uniqtrip_view__speciial__price .uniqtrip_view__special_price-left .uniqtrip_view__special_price-inner {
    padding: 0 60px 0 70px
}

.uniqtrip_view__speciial__price .uniqtrip_view__special_price-left .uniqtrip_view__special_price-inner {
    padding: 0 60px 0 70px
}

.uniqtrip_view__speciial__price .uniqtrip_view__special_price-right .uniqtrip_view__special_price-inner {
    border-left: 1px solid #cdcdcd;
    padding: 40px 0 15px 55px
}

.uniqtrip_view__speciial__price .uniqtrip_view__special_price-price {
    font-size: 60px;
    font-family: Arial;
    color: #ff9b00;
    font-weight: 700
}

.uniqtrip_view__speciial__price .uniqtrip_no_price {
    font-size: 60px;
    font-family: Arial;
    color: #bbb;
    font-weight: 700
}

.uniqtrip_view__speciial__price .uniqtrip_view__special_price-price span {
    font-size: 30px;
    font-weight: 400
}

.uniqtrip_view__speciial__price .uniqtrip_view__special_price-description {
    font-size: 16px;
    font-family: Arial;
    color: #000;
    margin-bottom: .5em
}

.uniqtrip_view__speciial__price .uniqtrip_view__special_price-special {
    font-size: 16px;
    color: #7b4f93;
    font-weight: 700;
    text-transform: uppercase
}

.uniqtrip_view__price_request .uniqtrip_view__price_request-button, .uniqtrip_view__price_request-button, .uniqtrip_view__speciial__price .uniqtrip_view__special_price-button {
    border-radius: 5px;
    background-image: -moz-linear-gradient(90deg, #5897ec 0, #5897ec 100%);
    background-image: -webkit-linear-gradient(90deg, #5897ec 0, #5897ec 100%);
    background-image: -ms-linear-gradient(90deg, #5897ec 0, #5897ec 100%);
    padding: 0 20px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-family: Arial;
    color: #fff !important;
    text-align: center;
    cursor: pointer
}

.viber_icon {
    content: url(../css/images/viber.png);
    width: 27px;
    height: 27px;
    margin-top: 10px;
    float: left
}

.uniqtrip_view__speciial__price .uniqtrip_view__checkout-button {
    border: none;
    background-color: #fff;
    box-shadow: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #815798
}

.uniqtrip_view__speciial__price .uniqtrip_view__checkout-button-before {
    content: url(../css/images/checkout.svg);
    width: 24px;
    height: 24px;
    color: #815798;
    float: left;
    margin-left: 50%
}

.airtour_modal_success .airtour_modal_success_logo, .uniqtrips_modal_success .uniqtrips_modal_success_logo {
    content: url(../css/images/checkout_success.png);
    width: 40px;
    height: 40px;
    color: #815798;
    float: left;
/*    margin-left: 15%*/
}

.uniqtrip_view_form {
    margin: 0
}

.uniqtrip_view__speciial__price .uniqtrip_view__special_price-label, .uniqtrip_view__speciial__price .uniqtrip_view__special_price-select {
    border-radius: 5px;
    height: 45px;
    line-height: 50px;
    font-size: 18px;
    font-family: Arial
}

.uniqtrip_view__speciial__price .uniqtrip_view__special_price-select {
    padding: 0 10px;
    width: 30%;
    margin-right: 70px
}

.uniqtrip_view__price_request .uniqtrip_view__price_request-button:hover, .uniqtrip_view__speciial__price .uniqtrip_view__special_price-button:hover {
    text-decoration: none
}

.uniqtrip_view__speciial__price .uniqtrip_view__special_price-button:hover {
    text-decoration: none;
    color: #fff
}

.uniqtrip_view__speciial__price .uniqtrip_view__special_price-counter-title {
    font-size: 16px;
    font-family: Arial;
    margin: 0 0 12px 0;
    color: #000;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: left;
    display: block
}

.uniqtrip_view__special_price-counter {
    overflow: hidden;
    margin: 0 0 12px 0
}

.uniqtrip_view__special_price-counter days, .uniqtrip_view__special_price-counter hours, .uniqtrip_view__special_price-counter minutes, .uniqtrip_view__special_price-counter seconds {
    float: left;
    margin: 0 8px 0 0
}

.uniqtrip_view__special_price-counter digit {
    display: inline-block;
    width: 45px;
    height: 55px;
    background-image: url(/images/digit-background.png);
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    font-family: Arial;
    color: #262626;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .004);
    background-size: 45px 55px
}

.uniqtrip_view__special_price-counter digit:nth-child(1) {
    margin: 0 4px 0 0
}

.uniqtrip_view__special_price-counter days span, .uniqtrip_view__special_price-counter hours span, .uniqtrip_view__special_price-counter minutes span, .uniqtrip_view__special_price-counter seconds span {
    margin: 6px 0 0 0;
    display: block;
    font-size: 12px;
    font-family: Arial;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center
}

.uniqtrip_view_footer .uniqtrip_view__select {
    position: relative;
    left: initial;
    bottom: initial;
    margin: 20px 0 0 0
}

.uniqtrip_view__select {
    width: 294px;
    height: 58px;
    background: url(/images/uniqtrips/select-tour.png);
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    left: 20px
}

.uniqtrip_view__select ul {
    display: none;
    background: #23ab23;
    width: 294px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 56px;
    list-style: none;
    padding: 0
}

.uniqtrip_view__select:hover ul {
    display: block
}

.uniqtrip_view__select ul li {
    padding: 4px 22px
}

.uniqtrip_view__select ul li:hover {
    background: #53dd53
}

.uniqtrip_view__select ul li a, .uniqtrip_view__select ul li a:hover {
    font-size: 16px;
    color: #fff
}

.uniqtrip_view__select__label {
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 18px;
    padding: 10px 22px
}

.uniqtrip_view__select__label i {
    font-size: 12px;
    font-style: normal
}

.uniqtrip_view__order_button {
    margin: 10px 0 0 0
}

.uniqtrip_view__order_button a.activeButton {
    display: block;
    height: 60px;
    width: 290px;
    font-size: 24px;
    line-height: 60px;
    padding: 0;
    text-align: center
}

.uniqtrip_list__wrap {
    margin: 20px 0 0 0
}

.uniqtrip_list__button {
    display: block;
    width: 240px;
    margin: 20px auto 0;
    font-size: 14px;
    color: #705090;
    cursor: pointer;
    text-align: center
}

.uniqtrip_list__button:hover {
    color: inherit
}

.uniqtrip_list__more + .uniqtrip_list__archive {
    display: none
}

.uniqtrip__quiz {
    background: url(/images/uniqtrips/quiz__g.jpg) no-repeat 130px 10px;
    height: 380px;
    position: relative;
    margin-top: 0;
    bottom: -68px
}

.uniqtrip__quiz__info {
    position: absolute;
    background: url(/images/uniqtrips/quiz__info_area.jpg);
    width: 299px;
    height: 184px;
    left: 522px;
    top: 10px
}

.uniqtrip__quiz__info_text {
    font-size: 25px;
    color: #000;
    text-align: center;
    margin: 60px 50px 20px
}

.uniqtrip__quiz__init__yes .uniqtrip__quiz__info_text {
    margin: 46px 41px 20px;
    font-size: 24px
}

.uniqtrip__quiz__actions {
    position: absolute;
    width: 299px;
    height: 80px;
    left: 522px;
    top: 220px;
    text-align: center
}

.uniqtrip__quiz__rate {
    display: inline-block;
    width: 68px;
    height: 68px;
    margin: 0 5px;
    background: url(/images/uniqtrips/quiz__rate.jpg) no-repeat 0 0;
    cursor: pointer
}

.uniqtrip__quiz__rate.uniqtrip__quiz__rate__good {
    background-position: -83px
}

.uniqtrip__quiz__rate.uniqtrip__quiz__rate__nice {
    background-position: -162px
}

.mainpage__base_menu {
    padding: 2px 0 10px;
    width: 1140px;
    margin: 0 auto
}

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

.mainpage__base_menu__links li {
    float: left;
    margin-left: 10px;
    border: 1px solid #edede9;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.mainpage__base_menu__links li:first-child {
    margin-left: 0
}

.mainpage__base_menu__links li a, .mainpage__base_menu__links li a:hover {
    display: block;
    color: #ff9a00;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0 5px;
    text-align: center;
    width: 487px
}

.mainpage__base_menu__links li a.active span, .mainpage__base_menu__links li:hover a span {
    color: #724a93;
    border-bottom: 2px solid #ff9a00
}

.main_page__footer__links {
    margin-bottom: 12px
}

.main_page__footer__links a {
    padding: 0 8px;
    border-left: 1px solid #e3e3e3
}

.main_page__footer__links a:first-child {
    padding-left: 0;
    border-left: 0 none
}

.main_page__footer {
    padding-bottom: 20px !important
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

#popup_facebook_subscribe .modal-dialog {
    width: 280px;
    margin: 150px auto 5px 5px
}

#popup_facebook_subscribe .modal-content {
    border: 1px solid #059b05
}

#popup_facebook_subscribe .modal-footer {
    text-align: center
}

#popup_facebook_subscribe .modal-footer a {
    color: #059b05
}

#popup_facebook_subscribe .modal-footer, #popup_facebook_subscribe .modal-header {
    border-color: #059b05
}

#popup_facebook_subscribe .modal-info {
    font-size: 16px;
    font-weight: 400;
    color: #059b05;
    margin-bottom: 12px;
    text-align: center
}

#popup_facebook_subscribe .modal-info span {
    font-size: 13px;
    color: #000
}

#popup_facebook_subscribe {
    bottom: 0;
    position: fixed;
    top: auto;
    left: 0;
    right: auto;
    margin-left: 0
}

#popup_share_201507 .modal-dialog {
    width: 280px;
    margin: 150px auto 5px 5px
}

#popup_share_201507 .modal-content {
    border: 1px solid #059b05
}

#popup_share_201507 .modal-footer {
    text-align: center
}

#popup_share_201507 .modal-footer a {
    color: #059b05
}

#popup_share_201507 .modal-footer, #popup_share_201507 .modal-header {
    border-color: #059b05
}

#popup_share_201507 .modal-info {
    font-size: 16px;
    font-weight: 400;
    color: #059b05;
    margin-bottom: 12px;
    text-align: center
}

#popup_share_201507 .modal-info span {
    font-size: 13px;
    color: #000
}

#popup_share_201507 {
    bottom: 0;
    position: fixed;
    top: auto;
    left: 0;
    right: auto;
    margin-left: 0
}

#popup_share_201507 a:hover {
    text-decoration: none
}

#user_identify {
    display: none
}

#user_identify__message {
    text-align: center;
    font-size: 14px;
    padding: 13px;
    float: right;
}

#user_identify__message .strong {
    font-weight: 600;
}

#popup_share_201507 .cntDigit {
    margin-left: -3px;
    margin-right: 0
}

#popup_share_201507 .cntDigit:first-child {
    margin-left: 0
}

#popup_share_201507 .cntSeparator {
    text-indent: -9999px;
    overflow: hidden;
    width: 6px;
    margin-left: 0 !important;
    margin-right: 0 !important
}

#popup__timeout {
    display: inline-block;
    vertical-align: middle
}

#popup_share_201507 .modal-body, #popup_share_201507 .modal-footer {
    cursor: pointer
}

#mainpage .banner {
    height: 377px;
    margin-top: -10px;
    width: 100%;
    position: relative;
    overflow: hidden
}

#mainpage .banner .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#mainpage .banner .background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, -92px, 0);
    height: 560px
}

.block-oferta {
    width: 68%;
    float: left;
    margin-bottom: 17px;
    margin-top: 25px;
    text-align: left
}

.block-oferta-checkbox {
    width: 8%;
    float: left;
    margin-top: 25px
}

.block-button-order {
    width: 30%;
    float: left
}

.block-oferta-label {
    width: 92%;
    float: left
}

.no-click {
    background: #a4d5f7 !important
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 200003 !important
}

.modalDialog > div {
    width: 700px;
    height: 100%;
    position: relative;
    margin: 5% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: url(/images/modal/modal_background.png) no-repeat
}

.close {
    color: #606061;
    line-height: 30px;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 20px;
    width: 30px;
    text-decoration: none;
    font-weight: 700;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background: url(/images/modal/modal_close.png) no-repeat
}

.modalDialog .modalDialog_name {
    height: 45px;
    right: 80px;
    top: 220px;
    width: 35%;
    position: absolute
}

.modalDialog label {
    right: 70px;
    top: 340px;
    position: absolute;
    font-size: 12px
}

.modalDialog .modalDialog_phone {
    height: 45px;
    right: 80px;
    top: 280px;
    width: 35%;
    position: absolute
}

.modalDialog .modalDialog_source {
    right: 225px;
    top: 373px;
    width: 18%;
    position: absolute
}

.modalDialog .modalDialog_submit {
    right: 80px;
    top: 350px;
    width: 18%;
    position: absolute
}

div.selectboxss {
    border-radius: 3px;
    border: solid 1px #d3d3d3;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    transition: .3s
}

div.selectboxss .selectboxssvalue {
    padding: 10px;
    cursor: pointer;
    transition: .2s;
    height: 25px;
    margin: 0;
    border-bottom: 1px solid #d3d3d3;
    line-height: 26px
}

.modalDialog div.selectboxss img.arrowselect {
    position: absolute;
    right: 5px;
    width: 12px;
    top: 18px
}

::-webkit-scrollbar {
    background: 0 0;
    width: .5em;
    position: absolute
}

::-webkit-scrollbar-track {
    background: 0 0;
    position: absolute;
    z-index: -2
}

::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #888
}

ul.selectboxssmenu {
    background: #fff;
    transition: .3s;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden !important;
    padding: 0;
    margin: 0;
    display: none
}

ul.selectboxssmenu > li {
    display: block;
    padding: 10px;
    border-radius: 0;
    cursor: pointer
}

ul.selectboxssmenu > li.selectoption {
    color: gray;
    padding: 10px
}

ul.selectboxssmenu > li.selectoption:hover {
    color: #333;
    background: #e1e1e1;
    transition: .2s
}

.modalCaptcha {
    height: 50px;
    right: 75px;
    top: 280px;
    width: 40%;
    position: absolute
}

.modalDialog_preload {
    right: 20px !important;
    top: 250px !important;
    width: 35%;
    position: absolute !important;
    display: none
}

.modalDialog_text {
    z-index: 999
}

.modalDialog_text_big {
    right: 85px;
    top: 50px;
    font-size: 50px;
    position: absolute;
    color: #9374ac;
    font-weight: 600
}

.modalDialog_text_normal {
    right: 85px;
    top: 95px;
    font-size: 50px;
    position: absolute;
    color: #ff9a00;
    font-weight: 800
}

.modalDialog_text_small {
    right: 85px;
    top: 160px;
    font-size: 26px;
    position: absolute;
    color: #9374ac;
    font-weight: 600
}

.modalDialog .required {
    border: 1px solid red
}

.modalDialog_success {
    position: absolute;
    right: 80px;
    top: 260px;
    font-size: 20px;
    font-weight: 600;
    color: #ff9a00;
    display: none
}

.modalDialog_error {
    position: absolute;
    right: 115px;
    top: 260px;
    font-size: 20px;
    font-weight: 600;
    color: #ff9a00;
    display: none
}

.form_item {
    margin: 12px 0;
    margin-right: 19px;
    display: inline-block;
    vertical-align: top
}

.form__item input {
    width: 202px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    padding: 0 9px
}

.form__item label {
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    display: block
}

.form__checkboxlabel {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-family: Arial, sans-serif;
    font-weight: 400
}

.form__checkboxlabel:before {
    border-radius: 3px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #c7c7c7;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 3px
}

.form__checkbox {
    display: none
}

.form__button .submit {
    color: #fff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    background: #1b98ef;
    border-radius: 4px;
    border: 0;
    height: 45px;
    margin-bottom: 17px;
    margin-top: 23px
}

.form__checkbox:checked + .form__checkboxlabel:before {
    content: url(/images/modal/check.png);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 14px
}

.empty-result-text:before {
    content: url(/images/empty_result/smile_bad.png)
}

.empty-result-text {
    display: inline-block;
    font-size: 18px
}

.empty-result-content {
    background: url(/images/empty_result/background_content.png) no-repeat 100%;
    height: 350px
}

.empty-result-content-header {
    font-size: 18px;
    padding: 40px 20px 5px 340px
}

.empty-result-content-form {
    padding: 20px 40px 10px 340px
}

.empty-result-content-form #empty_search_name, .empty-result-content-form #empty_search_phone {
    width: 100%;
    height: 40px
}

.empty-result-content-form .form__item {
    padding-bottom: 5px
}

.empty-result-content-form .selectboxss {
    height: 40px
}

.empty-result-content-form .modalDialog_source {
    height: 40px;
    width: 47%;
    margin-top: 10px
}

.empty-result-content-main .form-visible {
    margin-top: -72px
}

.empty-result-content-main .form__button {
    margin-left: 505px;
    position: absolute
}

.empty-result-content-main .form__button .submit {
    color: #fff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    background: #1b98ef;
    border-radius: 4px;
    border: 0;
    height: 40px;
    margin-bottom: 17px;
    width: 145px;
    display: inline-block
}

.empty-result-captcha {
    margin-left: 345px;
    margin-top: 60px
}

.no-visible {
    display: none
}

.empty-result-preload {
    margin-left: 435px;
    margin-top: 60px
}

.empty-result-error, .empty-result-success {
    margin-left: 270px;
    margin-top: 70px;
    font-size: 20px;
    font-weight: 600;
    color: #ff9a00
}

.empty-result-content-form .required {
    border: 1px solid red
}

.empty-result-content-form div.selectboxss .selectboxssvalue {
    height: 38px;
    line-height: 20px
}

.empty-result-content-form ul.selectboxssmenu {
    border: 1px solid #d3d3d3
}

.empty-result-content-form div.selectboxss img.arrowselect {
    margin-top: 5px
}

#client-info {
    text-align: center;
    background-color: #fffbf5;
    padding: 4em;
    max-width: 580px;
    position: relative !important
}

#client-info.modal-success {
    border: 4px solid #ff9000
}

#client-info.modal-error {
    border: 4px solid #ff6000
}

#client-info a.close-modal {
    top: 10px;
    right: 10px;
    background-image: url(../css/images/close.png);
    width: 22px;
    height: 22px
}

#client-info h2 {
    color: #ff9000;
    font-size: 18pt
}

#client-info.modal-error h2 {
    color: #ff6000
}

#client-info p {
    font-size: 14pt;
    padding-top: .5em
}

.blocker {
    z-index: 999
}

.client_info_fine1 {
    background-image: url(/images/fine_1.jpg);
    background-size: cover;
    width: 49.5%;
    height: 693px;
    display: inline-block;
    float: left;
    margin-right: 1%
}

.client_info_fine2 {
    background-image: url(/images/fine_2.jpg);
    background-size: cover;
    width: 49.5%;
    height: 693px;
    display: inline-block;
    float: left
}

.client_info_fine1 .head {
    margin-top: 330px;
    font-size: 23px;
    font-weight: 700;
    margin-left: 41px;
    color: #ff9000
}

.client_info_fine1 .main {
    margin-left: 43px;
    color: #fff;
    margin-top: 10px;
    font-size: 20px
}

.client_info_fine1 .small {
    margin-left: 43px;
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
    line-height: 1.3;
    font-weight: 100
}

.client_info_fine1 .head-small {
    margin-left: 44px;
    color: #ff9000;
    font-size: 19px;
    margin-top: 10px;
    font-weight: 600
}

.client_info_fine1 .large {
    margin-left: 44px;
    margin-top: 9px;
    color: #fff;
    font-size: 11px
}

.client_info_fine2 .head {
    color: #ff9000;
    font-size: 25px;
    font-weight: 700;
    margin-left: 125px;
    margin-top: 50px
}

.client_info_fine2 .text {
    margin-left: 150px;
    color: #694b8f;
    font-size: 16px;
    font-weight: 600
}

.client_info_fine2 .container1 {
    margin-top: 50px
}

.client_info_fine2 .container2 {
    margin-top: 25px
}

.client_info_fine2 .container3 {
    margin-top: 30px
}

.client_info_fine2 .container4 {
    margin-top: 40px
}

.client_info_fine2 .container5 {
    margin-top: 32px
}

.client_info_fine2 .container6 {
    margin-top: 25px
}

.client_info_fine2 .container6 div {
    font-weight: 500
}

.client_info_fine2 .container7 {
    margin-top: 27px
}

.client_info_fine2 .container7 a {
    color: #ff9000
}

.client_info_fine2 .footer-header {
    margin-top: 50px;
    font-size: 19px;
    color: #ff9000;
    font-weight: 600
}

.client_info_fine2 .footer-header .col1 {
    margin-left: 120px
}

.client_info_fine2 .footer-header .col2 {
    margin-left: 70px
}

.client_info_fine2 .footer-text {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 500
}

.client_info_fine2 .footer-text .col1 {
    margin-left: 130px
}

.client_info_fine2 .footer-text .col2 {
    margin-left: 80px
}

.main-wrapper {
    padding: 0;
    min-width: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start
}

header {
    order: 1;
    -webkit-order: 1
}

.header {
    display: flex;
    justify-content: center;
    align-items: center
}

.header__logotext_main {
    color: #ff992f;
    font-family: 'Noto Sans', sans-serif;
    font-size: 27px;
    margin-left: 25px
}

.header__logotext_main:before {
    content: url(/images/phone.png)
}

a.header__viber {
    max-width: 100px;
    position: relative;
    display: block;
    height: 30px;
    width: 95px
}

a.header__viber img {
    width: 60px;
    position: absolute;
    top: 5px;
    left: 25px
}

.header__reg a {
    color: #734a93;
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #734a93;
    padding: 5px 15px;
    margin: 0 4px
}

.navmain ul {
    -webkit-padding-start: 1em
}

.navmain__li {
    display: inline-block;
    border-right: 0px solid #c4c4c4;
    padding: 0 10px ;
    font-size: 15px ;
    font-weight: 600 ;
}

.navmain__li:last-child {
    border: 0
}

.navmain__link {
    color:  #1d1d1f!important;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 2px;
    font-weight: 600;
}

.navmain__link:hover {
    border-bottom: 3px solid #808080;
    color:  #808080!important;
    text-decoration: none;
}

.wrapper {
    max-width: 1140px;
    min-width: 1140px;
    margin: 0 auto
}

.wrapper__main {
    max-width: 1140px
}

div.main_office_block {
    width: 560px;
    margin: 10px 10px 0px 0px;
    float: left;
    height: 370px;
}

img.main_office_block {
    width: 100%
}

div.main_office_header {
    font-size: 24px;
    line-height: 24px;
    color: #ff9a00;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px
}

div.main_office_button {
    width: 100%
}

.main_office_button .btn {
    color: #fff;
    width: 100px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #705090;
    border: 1px solid #705090;
    white-space: nowrap;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px
}

.main_office_button .active {
    color: #705090;
    width: 100px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #705090;
    white-space: nowrap;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px
}

.location__item {
    display: flex;
    flex-direction: row;
    padding: 0px;
    width: 304px;
    height: 106px;
    left: 30px;
    top: 95px;
    margin: 0px 25px;
    padding: 10px 0 37px;
    border-bottom: 1px solid #EEEEEE;
    width: 90%
}

.location__icon {
    width: 4.2%;
    margin-right: 2.8%;
    margin-top: 6%
}

.location__text {
    color: #000000;
    flex: none;
    order: 0;
    align-self: flex-start;
    margin: 0px 10px;
}

.location__p {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.location__a {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px
}

.location__map img {
    width: 55px;
}

.location__footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

#topsale-countries {
    position: relative !important;
    padding: 0
}

#topsale-countries .modal-content .p-header {
    z-index: 10;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background-color: #fff
}

#topsale-countries .modal-content .p-header .title {
    padding: 9px 0;
    font: 400 22px/18px Arial;
    color: #705090;
    text-align: center
}

#topsale-countries .countries-block .countries {
    margin-top: 10px;
    padding-top: 10px
}

#topsale-countries .container {
    width: 100%
}

#topsale-countries .countries-block .i-country {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden
}

#topsale-countries .countries-block .i-country .flag {
    width: 24px;
    height: 19px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

#topsale-countries .countries-block .i-country .title {
    display: inline-block;
    font: 400 20px/18px Arial;
    text-decoration: none;
    color: #705090;
    vertical-align: middle
}

#topsale-countries .countries-block a {
    color: #705090
}

#topsale-countries .col-xs-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box
}

#topsale-countries a:hover {
    text-decoration: none
}

#topsale-countries a.close-modal {
    z-index: 999;
    position: absolute;
    top: 0;
    right: 10px;
    width: 15px;
    background-image: url(../css/images/close.png)
}

.checkout_exciting {
    padding: 0 18px !important
}

#proposition-claim-message {
    position: relative !important;
    padding: 0;
    background: 0 0;
    overflow: initial;
    box-shadow: none;
    -webkit-box-shadow: none
}

#proposition-claim-message .close-modal {
    top: 14px;
    right: -95px
}

#proposition-claim-message button.close {
    display: none
}

.gretsiya {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-size: 11px;
    font-weight: 400
}

.promo-view .main-content {
    background: url(../css/images/promo_background.png) no-repeat;
    width: 100%;
    height: 500px;
    color: #fff;
    padding-top: 75px
}

.promo-view .main-content .header {
    font-size: 37px;
    font-weight: 600;
    padding-left: 50px
}

.promo-view .main-content ul {
    list-style-image: url(../css/images/ul-icon.png);
    padding-left: 65px;
    font-size: 14px;
    line-height: 23px;
    padding-top: 10px
}

.promo-view .main-content li {
    padding-left: 15px;
    padding-bottom: 10px
}

.promo-view .text-orange {
    color: #f6950a
}

.promo-view .header {
    margin: 20px 0;
    font-size: 24px;
    font-weight: 600
}

.promo-view .main-text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}

.promo-view .content-with-icons {
    display: flex
}

.promo-view .text-with-icon {
    display: inline-block;
    float: left;
    width: 37%;
    padding-left: 90px;
    margin: 15px;
    font-size: 15px;
    font-weight: 500
}

.promo-view .icon-1 {
    background: url(../css/images/promo_icon-1.png) no-repeat;
    min-height: 60px
}

.promo-view .icon-2 {
    background: url(../css/images/promo_icon-2.png) no-repeat;
    min-height: 60px
}

.promo-view .text {
    background-color: #fafafa;
    padding: 20px;
    font-size: 15px;
    font-weight: 600;
    text-align: center
}

.promo-view .text-good-rest {
    margin-top: 30px;
    font-size: 19px;
    font-weight: 600;
    color: #705090
}


.airtour_modal_window, .uniqtrips_modal_feedback_window, .uniqtrips_modal_window {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

.uniqtrips_modal_feedback_window, .uniqtrips_modal_window {
    opacity: 0;
    pointer-events: none
}

.airtour_modal_window {
    opacity: 1;
    pointer-events: auto
}

.airtour_modal_window > div, .uniqtrips_modal_feedback_window > div, .uniqtrips_modal_window > div {
    width: 420px;
    position: relative;
    margin: 10% auto;
    background: #fff;
    min-height: 200px
}

.uniqtrips_modal_feedback_window > div, .uniqtrips_modal_window > div {
    width: 420px;
    padding: 5px 20px 13px 20px
}

.airtour_modal_window .airtour_modal_expert {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}


.airtour_modal_window .airtour_modal_description {
    margin-bottom: 20px;
    text-align: center;
    color: #6b6b6b;
    font-size: 18px;
}


.airtour_modal_close, .uniqtrips_modal_close {
    line-height: 25px;
    font-size: 18px;
    font-weight: 800;
    position: absolute;
    text-align: center;
    width: 24px;
    right: 5px;
    text-decoration: none;
    color: #ccc !important;
    cursor: pointer
}

.airtour_modal_close {
    top: 5px
}

.airtour_modal_close:hover, .uniqtrips_modal_close:hover {
    text-decoration: none
}

.uniqtrips_modal_form h2 {
    font-size: 23px;
    text-align: center;
    margin-top: 12%;
    margin-bottom: 5%
}

.uniqtrips_modal_phone {
    width: 290px;
    margin: auto 15%;
    border-radius: 5px;
    height: 30px;
    line-height: 40px;
    font-size: 18px;
    font-family: Arial
}

.uniqtrips_modal_button, .uniqtrips_modal_feedback_button {
    border-radius: 5px;
    background-image: -moz-linear-gradient(90deg, #5897ec 0, #5897ec 100%);
    background-image: -webkit-linear-gradient(90deg, #5897ec 0, #5897ec 100%);
    background-image: -ms-linear-gradient(90deg, #5897ec 0, #5897ec 100%);
    padding: 0 20px;
    display: inline-block;
    height: 45px;
    line-height: 40px;
    font-size: 18px;
    font-family: Arial;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 4% 33% 2% 33%
}

.airtour_modal_success, .uniqtrips_modal_success {
    display: none
}

.airtour_modal_success_head, .uniqtrips_modal_success_head {
    margin-top: 10%;
    margin-bottom: 5%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;

}

.airtour_modal_success_head h2, .uniqtrips_modal_success_head h2 , .airtour_modal_success_head div, .uniqtrips_modal_success_head div {
    font-size: 23px;
    line-height: 40px;
/*    margin-left: 30%*/
}

.airtour_modal_success_text, .uniqtrips_modal_success_text {
    text-align: center;
    font-size: 18px;
    margin-bottom: 3%
}

.uniqtrip_view__special_price-button {
    border: 0
}

.block_footer {
    margin-top: 20px
}

.uniqtrips_no_price_text {
    font-size: 16px !important;
    margin: 5px 30px
}

.uniqtrip_no_price_currency {
    font-size: 30px;
    font-weight: 500 !important
}

.uniqtrip_view__price_request-button:hover {
    text-decoration: none
}

.uniqtrip_view_no_price_button {
    padding: 0 40px;
    border: none
}

.uniqtrip_view__left_block {
    float: left;
    margin-right: 20px
}

.uniqtrip_view__right_block {
    margin-top: 25px
}

.uniqtrip_view_manager {
    font-size: 20px
}

.uniqtrip_view_manager_name {
    font-size: 20px;
    font-weight: 600
}

.uniqtrip_view_link_viber {
    font-size: 20px;
    color: #844e9f;
    cursor: pointer
}

.uniqtrip_view_link_viber:hover {
    text-decoration: none
}

.uniqtrip_view_viber_text {
    margin-left: 53%;
    margin-top: 15px
}

.uniqtrip_view_no_special_price {
    height: 250px
}

.uniqtrip_view_no_special_price .uniqtrip_view__special_no_price-inner-right {
    height: 240px;
    padding: 40px 60px 0 70px !important
}

.uniqtrip_view_no_special_price .uniqtrip_no_price {
    font-size: 55px
}

.uniqtrip_view_no_special_price .uniqtrip_view__special_no_price-inner-left {
    padding: 0 60px 0 0 !important
}


.airtour_modal_window > div {
    width: 500px;
    background-color: #f2f2f2;
}

.airtour_error_input, .uniqtrip_error_input {
    border: 1px solid red !important
}

.airtour_modal_air_info .airtour_modal_air_info_from, .airtour_modal_air_info .airtour_modal_air_info_to {
    padding-left: 30px;
    margin-bottom: 5px;
    clear: both
}

.airtour_modal_air_info .airtour_modal_air_info_to {
    margin-top: 5px;
    background: url(v2/img/to.png) no-repeat 0 6px
}

.airtour_modal_air_info .airtour_modal_air_info_from {
    background: url(v2/img/back.png) no-repeat 0 6px
}

.airtour_modal_price_info span {
    background: url(images/check-mark.png) no-repeat 5px 5px
}

.airtour_modal_phone {
    width: 95%;
    margin: auto 4%;
    border-radius: 5px;
    height: 30px;
    line-height: 40px;
    font-size: 18px;
    font-family: Arial;
    float: left
}

.airtour_modal_button {
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 15px;
    display: block;
    border-radius: 5px;
    background-image: -moz-linear-gradient(90deg,  #ff9a00 0,  #ff9a00 100%);
    background-image: -webkit-linear-gradient(90deg,  #ff9a00 0,  #ff9a00 100%);
    background-image: -ms-linear-gradient(90deg,  #ff9a00 0,  #ff9a00 100%);    padding: 0 35px;
    display: inline-block;
    height: 45px;
    line-height: 40px;
    font-size: 18px;
    font-family: Arial;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 7% 33% 2% 33%;
}

.airtour_modal_window h2 {
    color: #ff9a00;
    text-align: center;
    font-size: 24px;
    margin: 20px 0
}

.airtour_modal_window > div {
    padding-top: 15px
}

.airtour_modal_detail, .airtour_modal_head {
    padding: 0 40px
}

.airtour_modal_window h3 {
    font-size: 16px;
    margin-bottom: 5px
}

.airtour_modal_window p {
    margin: 5px 0;
    font-size: 14px
}

.airtour_modal_window span {
    color: #7a5c97;
    font-weight: 600
}
.airtour_modal_window span.strong {
    color: #6b6b6b;
}

.airtour_modal_air_info, .airtour_modal_more_info {
    width: 100%
}

.airtour_modal_more_info_left, .airtour_modal_more_info_right {
    float: left;
    width: 50%
}

.airtour_modal_air_info span {
    font-size: 12px
}

.airtour_modal_air_info p {
    margin: 0;
    font-size: 11px;
    color: #adadad
}

.airtour_modal_window hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color #fff;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0
}

.airtour_modal_detail p {
    margin: 0;
    font-size: 12px;
    color: #adadad
}

.airtour_modal_price {
    float: left;
    width: 35%;
    color: #ff9a00;
    font-size: 27px;
    text-align: center
}

.airtour_modal_price_block {
    margin: 10px 0 20px 0;
    width: 100%
}

.airtour_modal_price_info {
    padding-top: 10px
}

.airtour_modal_price_info span {
    background-color: #daffd7;
    padding: 5px 10px 5px 25px;
    color: #01a72c;
    font-weight: 200;
    font-size: 12px
}

.airtour_modal_form {
    background-color: #f2f2f2;
    padding: 20px
}

.airtour_modal_form form {
    margin: 0
}

.airtour_modal_more_info .airtour_modal_more_info_left {
    margin-bottom: 15px
}

.airtour_modal_success_head h2 {
    font-size: 23px !important;
    line-height: 40px;
    color: #000;
    margin-left: 35% !important;
    text-align: left !important;
}

.airtour_modal_success .airtour_modal_success_logo {
/*    margin-left: 25%*/
}

.airtour_modal_success_head {
    margin-top: 6%;
    margin-bottom: 4%
}

.main_no_price_modal_action {
    background: #5897EC;
    border-radius: 4px;
    color: #fff;
    padding: 3px 15px;
    text-decoration: none;
    cursor: pointer;
}



.infotitle_min {
    font-family: Arial, sans-serif;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 36px;
    color: #000;
    margin-bottom: 10px
}

#order-form .error {
    border-color: red !important;
}

div.main-content {
    height: 200px;
    overflow: scroll;
    margin: 30px 0;
}

a.more-content {
    margin: 20px 0;
    font-size: 18px;
    color: #705090;
    cursor: pointer
}

a.short-content {
    margin: 20px 0;
    font-size: 18px;
    color: #705090;
    cursor: pointer;
    display: none;
}

div.location-kiev {
    background: url(/images/footer/Kiev.png) top left no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 470px;
}

div.location-odessa {
    background: url(/images/footer/odessa.png) top left no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 470px;
}

div.location__block {
    position: relative;
    width: 456px;
    height: 240px;
    top: 50px;
    background: #FFFFFF;
    right: 283px;
}
.location-odessa .location__block{
    right: 300px;
}
div.location-kiev .location__block {
    top: 50px;
    height: 360px;
}

.location__button {
    height: 50px;
    border-bottom: 1px solid #EEEEEE;
}

.location__button .active {
    border-bottom-width: 2px;
    border-bottom-color: #FF992F;
}


.location__button .btn {
    background: #FFFFFF;
    border-radius: 0px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    width: 38%;
    margin: 6px 5%;
}

.location__item.last {
    border-bottom: 0px;
}

.location__map.obolon {
    position: absolute;
    top: 25px;
    left: 1155px;
}

.location__map.baseina {
    position: absolute;
    top: 320px;
    left: 1169px;
}

.location__map.odessa {
    position: absolute;
    top: 250px;
    left: 1181px;
}

.main_office_slide_button{
    border: 1px solid transparent;
    background-color: white;
    top: -240px;
    position: relative;
}

.main_office_slide_button.left{
    left: -62px;
}

.main_office_slide_button.right{
    left: 1065px;
}

.main_office_block img{
    height: 370px;
    object-fit: cover;
}
.footer-exclusive-text{
    float:left;
}
.footer-exclusive-main{
    margin: 15px 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEEEEE;
}
.footer-exclusive-big {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}
.footer-exclusive-line{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #FF992F;

}

.footer-exclusive-main a{
    cursor: pointer;
    background-color: #5897ec;
    color: #fff;
    background: #5897EC;
    border-radius: 4px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #5897ec;
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: 25px;
    float: left;
    padding: 2px 25px;
    margin-top: 15px;
}

.footer-exclusive-other{
    margin: 10px 23px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.mainpage__directions__body .col-xs-4 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.mainpage__directions__body .i-country {
    margin-bottom: 13px;
    width: 100%;
    overflow: hidden;
}

.mainpage__directions__body .i-country .flag {
    width: 24px;
    height: 19px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    width: 59px;
    height: 24px;
    left: 42px;
    top: 4px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    flex: none;
    order: 0;
    align-self: center;
    margin: 10px 0px
}
.mainpage__directions__body .i-country .title {
    display: inline-block;
    font: 400 20px Arial;
    text-decoration: none;
    color: #705090;
    vertical-align: middle;
}

.slick-prev, .slick-next {
    width: 70px !important;
    height: 70px !important;
    z-index: 100;

}
.slick-prev:before, .slick-next:before{
    content: none!important;
}

.slick-prev{
    background: url(/images/mainpage/left.png) no-repeat !important;
    left: calc(10% + 6px) !important;
    top: 44.7% !important;
}

.slick-next{
    background: url(/images/mainpage/left.png) no-repeat !important;
    transform: rotate(180deg) !important;
    right:  calc(10.7% + 6px) !important;
    top: 38% !important;
}

.slick-next:hover{
    background: url(/images/mainpage/right.png) no-repeat !important;
    right: 10.7% !important;
    transform: rotate(0deg) !important;
    top: 38.9% !important;
}

.slick-prev:hover{
    background: url(/images/mainpage/right.png) no-repeat !important;
    transform: rotate(180deg) !important;
    left: 10% !important;
    top: 38% !important;
}

.slick-dots{
    bottom: 90px !important;
}

.slick-dots li {
    width: 12px !important;
    height: 12px !important;
}
.slick-dots .slick-active button {
    background: #FF992F !important;
}
.slick-dotted.slick-slider{
    margin-bottom: 30px !important;
}

.single-slide .slick-list{
    height: 600px;
}

.slick-dots button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #FFFFFF !important;
    -webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.75);
}


.slick-dots li button:before {
    content: '' !important;
}

.slick-slide img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.facebook_comment_block_img img{
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.facebook_comment_block{
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    width: 30.7%;
    margin: 15px 15px;
    float:left;
    height: 300px;
}

.facebook_comment_block_name{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.facebook_comment_block_date{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #999999;
}

.facebook_comment_block_message{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin: 10px 25px;
}



.facebook_comment_block_other, .facebook_comment_block_img{
    float: left;
}

.facebook_comment_block_main{
    margin: 10px 25px;
}

.facebook_comment_block_other{
    margin: 10px 20px;
}

.facebook_comment_block_main a{
    color: #000000;
}

.facebook_comment_block_more{
    margin: 15px 25px;
}
.facebook_comment_more, .youtube_comment_more{
    border: 1px solid #705090;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 20px auto;
    width: 19%;
    padding: 15px;
    text-align: center;
}

.youtube_comment_block{
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    width: 30.7%;
    margin: 15px 15px;
    float:left;
    height: 360px;
}

.youtube_comment_main_img{
    margin: 22px;
    width: 300px;
    height: 170px;
}

.youtube_comment_header{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin: 0 25px;
    overflow-y: hidden;
    position: relative;
    height: 50px;
}

.youtube_comment_header:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 24px;
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}

.youtube_comment_date{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    flex: none;
    order: 1;
    align-self: center;
    margin: 0 auto;
    width: 86%;
}
.youtube_comment_block_more{
    margin: 15px 25px;
}

.block-margin{
    margin: 35px 0;
}
.margin-bottom{
    margin-bottom: 35px;
}

.main_slide_text b{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 7px black;
}


.main_slide_text{
    position: relative;
    top: -390px;
    margin: 20px auto;
    width: 690px;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 7px black;
}

.facebook_comment_block_other{
    width: 190px;
}

.facebook_comment_block_all{
    height: 235px;
    overflow-y: hidden;
    position: relative;
}
.facebook_comment_block_all:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}


.main_banner_text{
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 80px;
    top: 600px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.main_banner_text_block img, .main_banner_text_block div {
    float:left;
}
.main_banner_text_block {
    float:left;
    color: #FFFFFF;
    flex: none;
    order: 2;
    align-self: center;
    margin: 20px 0px;
    padding: 0 20px;
    width: 26%;
}

.main_banner_text_main{
    margin: 0 25%;
}

.main_banner_text_block img {
    margin: 0 10px;
}

.mainpage_agents img{
    width: 14%;
    height: 100px;
}

.question-block{
    margin-top: 20px;
    background: #FBFBFB;
    padding: 40px;
}

.question-block h2{

    /* H1 Header 24 px */

    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    /* or 125% */

    text-align: center;

    /* Orange */

    color: #FF992F;
    width: 85%;
    margin: auto 5%;
}

.question-block-main{
    width: 25%;
    float: left;
}

.question-block .accordion{
    width: 73%;
    float: left;
}

.question-block-main img{
    width: 35%;
    margin-left: 30%;
    margin-bottom: 3%;
    margin-top: 3%;
}

.question-block h3{

    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #705090;
    margin: 0 15px;
}

.question-block .accordion-item .content{
    display: none;
    margin: 0 -50px;
    background: #FFFFFF;
    position: relative;
    padding: 1px 35px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.question-block .accordion-item .active{
    display: block;
}

.question-block .accordion-item{
    position: relative;
    margin-left: 25px;
}

.question-block .question-image{
    background: url(/images/question/question.png) no-repeat;
    width: 30px;
    height: 25px;
    left: -45px;
    top: -5px;
    position: absolute;
}

.question-block .answer-image{
    background: url(/images/question/answer.png) no-repeat;
    width: 30px;
    height: 25px;
    top: 10px;
    left: 5px;
    position: absolute;
}

.question-block .arrow{
    background: url(/images/question/down.png) no-repeat;
    width: 30px;
    height: 25px;
    position: absolute;
    right: -25px;
    top: -10px;
}

.question-block .active .arrow{
    background: url(/images/question/up.png) no-repeat;
    width: 30px;
    height: 25px;
    position: absolute;
    right: -25px;
    top: -10px;
}

.question-block a:active {
    text-decoration: none !important;
}
.question-block a:link {
    text-decoration: none !important;
}

.question-block a:visited {
    text-decoration: none !important;
}
.question-block .question-item{
    margin: 10px -25px;
    text-decoration: none;
    cursor: pointer;
    display: block;
}


.cashback-title {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
}
.cashback-chcks {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #eee
}
.cashback-chcks img {

}
.cashback-chcks span {
    max-width: 81%;
    float: right;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
}
.cashback-steps {
    height: 480px;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #eee
}

.cashback-steps .step-title {
    position: absolute;
    top: 360px;
    left: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FF992F;
}
.cashback-steps .step-title span {
    display: block;
    width: 240px;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000;
}

.cashback-steps .top-vector {
    position: absolute;
    width: 190px;
    height: 101px;
    left: 120px;
    top: 0px;
    background: url(/images/cashback/vector.png);
}
.cashback-steps .bottom-vector {
    position: absolute;
    width: 196px;
    height: 101px;
    left: 67px;
    top: 360px;
    background: url(/images/cashback/bottom-vector.png);
}
.cashback-steps .first-step .image {
    position: absolute;
    height: 240px;
    width: 240px;
    left: 0px;
    top: 100px;
    border-radius: 360px;
    background: url(/images/cashback/first-step.png);
}
.cashback-steps .second-step .image {
    position: absolute;
    height: 240px;
    width: 240px;
    left: -20px;
    top: 40px;
    border-radius: 360px;
    background: url(/images/cashback/second-step.png);
}
.cashback-steps .second-step .step-title {
    left: -28px;
    top: 300px;
}
.cashback-steps .third-step .image {
    position: absolute;
    height: 240px;
    width: 240px;
    left: -15px;
    top: 100px;
    border-radius: 360px;
    background: url(/images/cashback/third-step.png);
}
.cashback-steps .third-step .step-title {
    left: -30px;
}
.cashback-steps .fourth-step .image {
    position: absolute;
    height: 240px;
    width: 240px;
    left: -20px;
    top: 40px;
    border-radius: 360px;
    background: #D8F0FA url(/images/cashback/fourth-step.png);
}
.cashback-steps .fourth-step .step-title {
    left: -22px;
    top: 300px;
}
.cashback-howto {
    margin-top: 70px;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.cashback-howto h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #705090;
}
.cashback-howto ul {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -23px;
}
.cashback-howto ul li {
    color: #FF992F
}
.cashback-howto ul li span {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.cashback-form {
    margin-top: 40px;
    padding: 30px 0;
    text-align: center;
    border: 3px solid #705090;
}
.cashback-form h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #FF992F;
}

.cashback-form .result-block h2 {
    max-width: 720px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 44px;
}

.cashback-form .cashback-phone {
    margin: 20px;
    height: 40px;
}
.cashback-form .btn {
    height: 40px;
    font-size: 16px;
    line-height: 30px;
    margin-top: -2px;
    color: #fff;
    background: #5897EC;
    border-radius: 4px;
    padding: 5px 25px;
    text-decoration: none;
    cursor: pointer;
}
.second-block, .no-amount-block, .result-block, .resend-block {
    display: none;
}
.i-am-centered {
    margin: auto;
    max-width: 300px;
}
.second-block input {
    margini-right: 20px;
    height: 40px;
    width: 100%;
    padding: 0 18px;
    font-size: 22px;
}
.second-block div {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.block-message {
    margin: 0 auto;
    max-width: 500px;
}
.second-block .btn, .second-block .block-message {
    margin-top: 15px;
}
.result-block .block-message {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
}
.timer-block {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #9793B6;
}

.violet {
    color: #705090;
}
.orange {
    color: #FF992F;
}

.result-block p {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin: 0 140px 10px;
    padding: 0 0 30px;
    border-bottom: 1px solid #999;
}
.result-block .stars-header {
    margin-right: 160px;
}
.result-block p.stars-text {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #000;
}
.percents-text {
    display: inline-block;
    margin: 10px 0 30px 0;
    padding-left: 25px;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}
.text-left .percents-text {
    border-left: 1px solid #999;
}
.percents-text .percent {
    font-size: 40px;
    line-height: 46px;
    font-weight: bold;
}
.percents-text .percent.text {
    font-size: 24px;
    line-height: 56px;
    font-weight: normal;
} 
.result-block p.end {
    padding: 30px 0;
    border-top: 1px solid #999;
    border-bottom: 0px;
}
.result-block .stars {
    width: 854px;
    margin: 0 140px 10px;
    padding: 0 0 30px;
    border-bottom: 1px solid #999;
}
.result-block .star {
    margin-top: 15px;
    display: inline-block;
    width: 56px;
    height: 56px;
    background: url(/images/cashback/star.png) no-repeat;
}
.result-block .star.active {
    background: url(/images/cashback/star-active.png) no-repeat;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media (max-width: 1450px) {
    .main_banner_text_main{
        margin: 0 20%;
    }
}

@media (max-width: 1180px) {
    .main_banner_text_main{
        margin: 0 10%;
    }
}


#special-form {
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    text-align:center;
    padding: 0px 15px;
    background: #fff;
    z-index: 9999999999;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#special-form .special-btn {
    line-height: 40px;
    border-radius:4px;
    background-color: #1b98ef;
    color: #fff;
    text-align: center;
    border: none;
    padding:10px 20px;
    cursor:pointer;
    font-size:16px;
    width:100%;
    margin-left:15px;
}
#special-form .close {
    position:absolute;
    right:20px;
    top:18px;
    font-size:30px;
    color:#676666cf;
    text-decoration:none;
}



/*  Gde kupit  */

.gde-kupit .title h1 {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.gde-kupit table {
    border: none;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
    width: 100%;
    margin-bottom: 30px;
}

.gde-kupit table h2 {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 15px;
}

.gde-kupit table table img {
    width: 24px;
}

.gde-kupit tr {
    display: flex;
}

.gde-kupit table p {
    margin: 0;
}

.gde-kupit table table p {
    margin: 0;
    margin-left: 11px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #2B2730;
}

.gde-kupit table table p a {
    font-weight: 600;
    color: #705090;
}

.gde-kupit table table {
    margin-bottom: 15px;
    width: 390px;
}

.gde-kupit table iframe {
    width: 100%;
    height: 200px;
    border: none;
}

.gde-kupit>.text>table>tbody>tr>td:first-child {
    width: 390px;
}

.office_slider {
    display: flex;
    margin-bottom: 30px;
}

.office_slider img {
    width: 360px;
    margin-right: 30px;
}

.office_slider img:last-child {
    margin-right: 0;
}

.policy_popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    display: none;
    z-index: 1000;
}

.popup_container {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.policy_popup_btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_policy_btn {
    padding: 5px 16px;
    background: #5897EC;
    border-radius: 4px;
    border: 1px solid #5897EC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    cursor: pointer;
}

.popup_policy_btn svg {
    width: 10px;
    height: 8px;
    margin-right: 8px;
}

a.popup_policy_btn {
    background: #fff;
    color: #5897EC;
    text-decoration: none;
    margin-left: 15px;
    transition: .3s;
}

a.popup_policy_btn:hover {
    color: #fff;
    background: #5897EC;
}

.policy_popup_text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #2B2730;
}