@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,100i,300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext');
html, body {
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100%;
    color:#000000;
    background: #eeeeee;
}

img, form {
    padding: 0px;
    margin: 0px;
}

a {
    font-size:13px;
    text-decoration: none;
    color:#000;
}
input {
    border: 1px solid #e0e0e0;
    color: #000;
    padding:7px;
    font-size:16px;
    box-sizing: border-box;
    transition: border ease-in-out 0.15s;
}
input:focus {
    border:1px solid #0097DA;
}
input:focus {
    border:1px solid #0097DA;
}

input.search_field {
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 15px center;
    border: 1px solid #e0e0e0;
    padding-left:45px;
    padding-top:8px;
    padding-bottom:8px;
    border-radius: 2px;
}

input.search_field.avia {
    background-position: 8px center;
}

input.inp_turist {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    padding:7px 7px;
    border-radius: 5px;
}
textarea.inp_turist {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    padding:7px 7px;
    border-radius: 5px;
}
select.inp_turist {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    padding:8px 7px;
    border-radius: 5px;
}

input.inp_turist::placeholder {
    color: #bababa;
}
textarea.inp_turist::placeholder {
    color: #bababa;
    font-family: 'Open Sans', sans-serif;
}
.inp_s {
    border: 1px solid #e0e0e0;
    padding:5px 7px;
    border-radius: 5px;
}

select.search_field.clild {
    padding-left:5px;
    width:30%;
    margin-left:2px;
    font-size: 12px;
    padding:3px;
}

select.search_field {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    padding:10px 5px;
    border-radius: 2px;
    height: 40px;
}
.search_field.clild {
    display: none;
    transition: 0.4s;
}


h2,h3 {
    color:#ed1c24;
    margin:0px;
    padding:0px;
}
.inp_b {
    font-weight:bold;
    font-size:14px;
    padding:10px 15px;
    cursor: pointer;
    background-color: #ed1c24;
    border: none;
    color:#fff;
    width:100%;
    background-position: 10px center;
    background-repeat: no-repeat;
    border-radius: 2px;
}
.inp_b:hover {
    background-color: #CA0008;
}
.inp_b.order {
    background-image: url(/img/ico_bas_lit.png);
    padding:4px 15px 4px 40px;
    font-size: 12px;
}
.inp_b.filter {
    display: block;
    margin: 0px auto;
    margin-top:15px;
    width: 80%;
}
.pager_cur {
    padding: 3px 8px;
    background: #285385;
    color: #FFF;
    font-weight: bold;
    margin: 0px 5px;
    text-decoration: none;
    font-size:14px;
}
.pager_item {
    color: #4D5255;
    margin: 0px 5px;
    text-decoration: none;
    font-size:14px;
}
.pager_item:hover {
    text-decoration: underline;
}

.page {
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.container {
    width:100%;
    max-width:1200px;
    margin:0px auto;
    box-sizing:border-box;
    padding:0px 15px;
}
.head_top_menu {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}
.head_top_menu .container {
    padding-left:3%;
}

.head_service_menu {
    width: 100%;
    background: url(/img/service_bg.png) repeat-x;
    height: 80px;
}
.head_service_menu.fixed {
    position: fixed;
    z-index: 300;
    opacity: 0.8;
}

.fixed_tour  {
    position: fixed;
    z-index: 100;
    width: 294px;
    top:100px;
    margin-top:0px!important;
}

.head_service_menu .container {
    position: relative;
    padding: 0px;
}

.body {
    flex: 1 0 auto;
    padding-bottom:15px;
    width: 100%;
}
.body.fixed {
    margin-top:90px;
}

.body .container {
    background: #fff;
    padding:15px;

}
.footer {
    flex: 0 0 auto;
    padding:10px 5px;
    text-align:left;
    background: #1E70B8;
    color: #fff;
    z-index: 100;
}
.head_top_menu  {
    height:50px;
}
.head_top_menu .inner_block {
    float:left;
    line-height:42px;
}
.inner_ul {
    list-style: none;
    margin:0px;
}
.inner_ul li {
    display: inline-block;
    margin-right: 10px;
}
.inner_block.logo {
    margin-top:-2px;
    display: block;
    box-sizing: border-box;
    width: 160px;
    height: 43px;
    background-repeat: no-repeat;
    background-size: 80%;
}
.inner_block.menu {

}
.inner_block.lang {
    width:17%;
}
.inner_block.currency {
    width: 5%;
}
.inner_block.login {
    margin-left: 30px;
    text-align: right;
}
.inner_ul.lang li {
    margin-right: 2px;
}
.inner_ul.lang li a {
    font-weight: bold;
    font-size: 14px;
}
.inner_ul.lang li a.active {
    color:#184370;
    text-decoration: underline;
}

.inner_ul li a:hover {
    color: #CA0008;
}
.inner_ul li a.active {
    color: #CA0008;
    text-decoration: underline
}
.a_login {
    font-weight: bold;
}
.a_login:hover {
     text-decoration: underline;
}
#service-slider a.active {
    background-color: rgba(108, 199, 244, 0.7);
}
#service-slider a {
    display:block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    height:90px;
    background-repeat: no-repeat;
    background-position: center 15px;
    padding-top:50px;
    box-sizing: border-box;
    color:#fff;
    font-size: 14px;
    transition: 0.3s;
}
#service-slider a:hover {
    background-color: rgba(108, 199, 244, 0.3);
}
.lSAction > .lSPrev {
    left: 0px!important;
}
.lSAction > .lSNext {
    right: 0px!important;
}
#basket {
    width: 15%;
    opacity: 0.8;
    cursor: pointer;
    position: absolute;
    background-image: url(/img/ico_basket.svg);
    background-repeat: no-repeat;
    background-position: center 15px;
    background-size: 35px;
    right:0px;
    top:0px;
    height:90px;
    color:#fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding:50px 15px 0px 15px;
    box-sizing: border-box;
    transition: 0.3s;
}
#basket:hover {
    background-color: rgba(108, 199, 244, 0.3);
}
.mobile_header {
    display: none;
}

.mobile_menu {
    display: none;
    margin:0px;
    position: fixed;
    z-index:15000;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.9);
}
.mobile_menu div {
    padding-right:15px;
}
.mobile_menu ul li {
    padding:5px 0px;
    list-style: none;
    text-align: right;
    font-size:20px;
    color:#fff;
    cursor: pointer;
}
.mobile_menu ul li a {
    font-size:20px;
    color:#fff;
}
.mobile_menu_close {
    text-align: right;
    padding: 10px 4px 0px 0px;
}
.search_form_bg {
    background: rgba(0,0,0, 0.34);
    width: 80%;
    margin:0px auto;
    box-sizing: border-box;
    padding:15px;
}
.title {
    width: 80%;
    margin:0px auto;
    padding-bottom:5px;
    font-size: 14px;
    color:#fff;
    font-weight: bold;
}
.title1 {
    font-size: 18px;
    font-weight: bold;
    color:#3b5482;
}
.title2 {
    font-size: 16px;
    font-weight: bold;
    color:#3b5482;
}
.title3 {
    font-size: 14px;
    font-weight: bold;
    color:#000;
}

.hotel_search .container {
    background: none;
}
.hotel_search {
    height:310px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hotel_search.auto_height {
    height:auto!important;
}

.search_form_field {
    display: inline-block;
    padding:15px;
    box-sizing: border-box;
}
.search_res {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.search_res.left {
    width: 25%;
    text-align: left;
}
.search_res.right {
    width: 74%;
}
.search_res .filter_div {
    padding:20px 15px;
    margin-right:30px;
    border-bottom:1px solid #eee;
}
.filter_div ul {
    list-style: none;
    margin:0px;
    padding:0px;
    text-align: left
}
.filter_div ul li {
    font-size: 14px;
    margin:7px 0px;
}
.filter_div label:hover {
    color:#285385;
    cursor: pointer;
}
.sort_head {
    text-align: right;
}

.sort_head .block{
    display: inline-block;
}
.sort_head .block.button {
    cursor: pointer;
    display: inline-block;
    background: #eee;
    padding:7px 16px 7px 25px;
}
.sort_head .block.button:hover {
    text-decoration: underline;
}

.sort_head .block.button.active {
    color:#CA0008;
    font-weight: bold;
}
.sort_head .block.button.active.down::before {
    content: '';
    margin-top:8px;
    margin-left:-15px;
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #CA0008;
}
.sort_head .block.button.active.up::before {
    content: '';
    margin-top:8px;
    margin-left:-15px;
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #CA0008;
}
.hotel_res  {
    margin:15px 0px 30px 0px;
}
.hotel_res.back  {
    margin-top:-40px;
}

.hotel_res .block {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.hotel_res .block.left {
    width: 27%;
    height: 196px;
    /*height: 265px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top:5px;
    position: relative;
}
.hotel_res .block.left .tripadviser {
    display: none;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 70px;
    background: #a5dcf8;
    bottom: 0px;
    box-sizing: border-box;
    padding-top:10px;
    text-decoration: underline;
    color:#fff;
}
.hotel_res .block.right {
    padding-left:30px;
    width: 72%;
}
.hotel_res .block.transfer {
    width: 79%;
}
.hotel_res .block.avia {
    width: 100%;
    padding-left:15px;
}
.avia_point {
    background: url(/img/avia_connector_bg.png) 0px 1px repeat-x;
    display: inline-block;
    margin-top:5px;
}
.avia_logo_container {
    float:right;
    width: 300px;
    margin-top:-70px;
    text-align: right;
}

.avia_logo {
    height: 70px;
    width: 70px;
    display: inline-block;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border:1px solid #eee;
    border-radius: 100%;
    margin-left:15px;
    background-color: #fff;
}

.avia_point img {
    margin-left:-5px;
    cursor: help;
}
.avia_point img:hover {
    transform: scale(1.2);
}

.avia_point div {
    margin-left:-10px;
}
.avia_point.last {
    background: none;
    width: 30px!important;
}
.avia_point.point_amount4 {
    width: 120px;
}
.avia_point.point_amount3 {
    width: 182px;
}

.avia_point.point_amount2 {
    width: 368px;
}


.hotel_res .comments, .tour_descr .comments{
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    background: #1E70B8;
    bottom: 0px;
    box-sizing: border-box;
    padding-top:15px;
    text-decoration: underline;
    color:#fff;
}


.gallery_hover {
    width:100%;
    height: 196px;
}

.view_gallery {
    width:100%;
    background: rgba(0,0,0,0.3);
    display: none;
    height: 196px;
    box-sizing: border-box;
    padding-top:80px;
    text-align: center;
    cursor: pointer;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
}
.hotel_res .gallery_hover:hover .view_gallery {
    display: block;
}
.tour_descr .gallery_hover:hover .view_gallery {
    display: block;
}

.hotel_name {
    display: inline-block;
    color: #184370;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.hotel_name:hover {
    text-decoration: underline;
}
.hotel_adress {
    font-size: 13px;
}
.hotel_adress::after {
    content: '';
    position: absolute;
    margin-left:5px;
    margin-top:0px;
    width: 12px;
    height: 17px;
    background-image: url(/img/ico_location.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.tour_info {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-top:15px;
}
.title2 .ttl {
    font-weight: normal;
    color: #929292;
    font-size: 13px;
}
.room_name {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-top:15px;
    margin-left:20px;
}
.room_name::before {
    content: '';
    position: absolute;
    margin-left:-23px;
    margin-top:3px;
    width: 15px;
    height: 15px;
    background-image: url(/img/ico_info2.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.room_info {
    display: none;
}
.room_info ul, .hotel_info ul {
    margin:0px;
    padding:5px;
    list-style-position: inside;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.room_images {
    margin-top:15px;
    text-align: center;
}

.room_images a {
    width: 100px;
    height: 100px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 7px;
}

.hotel_prices {
    width: 100%;
}
.hotel_prices table {
    border-collapse: collapse;
}
.hotel_prices table tr:hover {
    background: #f2f2f2;
}
.hotel_prices table tr:hover .eat_price{
    text-decoration: underline;
    cursor: pointer;
    color:#CA0008;
}
.hotel_prices table td {
    vertical-align: middle;
    border-bottom:1px solid #eeeeee;
    padding:3px 0px;
}
.eat_name {
    color:#929292;
    font-size: 13px;
}
.eat_price {
    width: 150px;
    color:#ed1c24;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}
.eat_price.avia {
   width: 20%;
}
.inp_b.avia {
    width: auto;
    text-align: center;
    font-size: 16px;
}
.inp_b.avia:hover {
    background-color: #CA0008;
}

.eat_info {
    cursor:pointer;
}
.cancellation {
    display: none;
}
.room_block.hide {
    display: none;
}
.avia.hide {
    display: none;
    background: #EEE;
    padding:15px;
    margin:10px 0px;
}
.avia.hide.order_page {
    background: #fff;
}

.tbl_avia_detail {
    border-collapse: collapse;
}
.tbl_avia_detail td {
    padding:5px;
    border-bottom:1px solid #fff;
}
.tbl_avia_detail.order_page td {
    border-bottom:1px solid #eee;
}


.show_all_rooms, .show_avia_details {
    color:#6cc7f4;
    text-decoration: underline;
    cursor: pointer;
    margin-top:5px;
}

.show_all_rooms::before, .show_avia_details::before {
    content: '';
    position: absolute;
    margin-left:-23px;
    margin-top:3px;
    width: 15px;
    height: 15px;
    background-image: url(/img/ico_plus.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
#show_mobile_filter {
    display: none;
}

.hotel_image_mobile {
    display:none!important;
}
.footer .block {
    display: inline-block;
    vertical-align: top;
}
.footer .block h2 {
    padding-bottom:7px;
}
.footer ul {
    list-style: none;
    margin:0px;
    padding:0px;
}
.footer ul li {
    margin:0px;
    padding:1px 0px;
}
.footer .block a {
    color: #fff;
}
.footer .block a:hover {
    text-decoration: underline;
}
.footer .tel_div {
    display: inline-block;
}

.index_block_container {
    box-sizing: border-box;
}

.index_block_container a.block {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    box-sizing: border-box;
    padding:7px;
    transition: 0.3s;
    overflow: hidden;
}
.index_block_container a.block .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    transition: all .8s;
}
.index_block_container a.block.hover:hover {
     box-shadow: 0px 0px 10px #a7a7a7;
}
.index_block_container a.block.hover:hover .img {
    transform: scale(0.9);
}

.article_block {
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
    padding-top: 15px;
    transition: 0.3s;
}
.article_block h3 {
    font-size: 16px;
    color: #285385;
}
.article_block:hover h3 {
    text-decoration: underline;
}

.article_block .img {
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    vertical-align: top;
    width: 24%;
}
.article_block .content {
    width: 70%;
    padding-left:15px;
    display: inline-block;
    vertical-align: top;
}
.article_block .date {
    font-size: 12px;
    color: #BFBFBF;
    padding: 5px 0px;
}
.article_block .back {
    font-weight: bold;
    color: #6cc7f4;
    margin-top:-30px;
}
.article_block .back:hover {
    text-decoration: underline
}

.index_block_container a.block:hover .img .price {
    opacity: 1;
}
.index_block_container a.block:focus .img .price {
    opacity: 1;
}
.index_block_container a.block .img .price {
    background: rgba(0,0,0, 0.2);
    color:#fff;
    width: 100%;
    box-sizing: border-box;
    padding:30px 7px;
    text-align: center;
    font-size: 16px;
    transition: 0.3s;
    opacity: 1;
}
.index_block_container a.block:hover .ttl {
    text-decoration: underline;
}

.index_block_container a.block .ttl {
    height: 50px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    padding-top:7px;
    font-size: 16px;
    color:#285385;
    font-weight: bold;
}
.index_block_container a.block .descr {
    text-align: justify;
    height: 150px;
    overflow: hidden;
    position:relative;
}
.index_block_container a.block .descr:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Градиент */
    background: -moz-linear-gradient(bottom, rgba(255,255,255, 0.2), #fff 100%);
    background: -webkit-linear-gradient(bottom, rgba(255,255,255, 0.2), #fff 100%);
    background: -o-linear-gradient(bottom, rgba(255,255,255, 0.2), #fff 100%);
    background: -ms-linear-gradient(bottom, rgba(255,255,255, 0.2), #fff 100%);
    background: linear-gradient(to bottom, rgba(255,255,255, 0.2), #fff 100%);
}
.index_block_container.excurs .ttl{
    overflow: visible!important;
    height: auto!important;
}
.index_block_container.excurs .descr{
    text-align: center!important;
    height: auto!important;
}
.index_block_container.excurs a.block .descr:after {
    background:none!important;
}
.show_all {
    text-align: right;
    border-bottom:1px solid #EEEEEE;
    padding-bottom:15px;
}
.show_all a {
    font-weight: bold;
    color: #6cc7f4;;
}
.show_all a:hover {
    text-decoration: underline;
}
.index_seo {
    text-align: justify;
    padding:7px 0px;
    color: #666;
}
.soc_a img {
    transition: 0.3s;
}
.soc_a:hover img {
    opacity: 0.7;
}
.popular_div {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 30%;
}

ul.popular {
    list-style: none;
    margin:0px;
    text-align: left;
    padding-bottom:5px;
    list-style-position: inside;
}
ul.popular li {
    margin-bottom:0px;
}
ul.popular li a {
    color:#454545;
    font-size: 12px;
}
ul.popular li a:hover {
    text-decoration: underline
}
ul.popular .price {
    color: #ed1c24;
}
.slider_title {
    background: none!important;
    width: 80%;
    text-align: left;
    padding-top: 50px;
    font-size: 30px;
    color: #285385;
    margin:0px;
}
.slider_title_button a {
    display: block;
    text-align: center;
    margin-top: 20px;
    width: 200px;
    text-decoration: none;
    background: #ed1c24;
    padding: 5px 10px;
    font-size: 30px;
    color: #fff;
    border: 0px;
}
.slides-navigation .next:hover, .slides-navigation .prev:hover {
    opacity: 0.6
}
.td_contact {
    display: block;
}
.share {
    padding-top:15px;
    text-align: left;
}
.register {
    padding:15px;
}
.register .block {
    width:70%;
    margin:0px auto;
    padding-bottom:15px;
    box-sizing: border-box;
    text-align: center;
}
.register_fields .block {
    width:40%;
    margin:0px auto;
    padding-bottom:15px;
    box-sizing: border-box;
    text-align: center;
}
.register_fields .block.capture {
    padding-left:7%;
}
.register .reg_type {
    border-radius: 5px;
    display: inline-block;
    margin-left:10px;
    text-align: center;
    width: 30%;
    background: #1E70B8;
    color:#fff;
    font-weight: bold;
    padding:15px;
    vertical-align: top;
    box-sizing: border-box;
}

#search_loader {
    display: none;
    position: fixed;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    padding-top:20%;
    background: #000;
    opacity: 0.8;
    z-index: 20000;
    color:#fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
#search_loader .blink_text {
    -webkit-animation: blink2 1s linear infinite;
    animation: blink2 1s linear infinite;
}
@-webkit-keyframes blink2 { 100% { color: rgba(34, 34, 34, 0); } }
@keyframes blink2 { 100% { color: rgba(34, 34, 34, 0); } }

#scrollup {
     width:40px;
     height:40px;
     opacity:0.3;
     position:fixed;
     bottom:50px;
     right:100px;
     display: none;
     text-indent:-9999px;
     background: url('/img/ico_top.png') no-repeat;
}
#search_loader span {
    font-size: 28px;
    color: #3685b6;
}
.cs-hidden {
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
.img_gallery {
    display: none;
}
#ico_remove, #ico_remove1, #ico_remove2 {
    position: absolute;
    right:20px;
    top:24px;
    cursor:pointer;
    display: none;
}
.tour_descr .block {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.tour_descr .left {
    width: 25%;
    height: 265px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top:15px;
    position: relative;
}
.tour_descr .right {
    padding-left: 30px;
    width: 74%;
}
ul.dop_list {
    margin:0px;
    padding:0px 0px 20px 0px;
    margin:5px 0px 15px 0px;
}
ul.dop_list li {
    list-style: none;
    font-size: 14px;
    color: #285385;
}
ul.dop_list_day {
    margin:0px;
    padding:0px 0px 0px 15px;
}
ul.dop_list_day li {
    list-style: none;
    color:#929292;
}
.tour_descr .tour_price {
    margin-bottom:10px;
    text-align: center;
}
.tour_descr .tour_price .price {
    padding: 5px 15px;
    color:#ff890a;
    font-size: 30px;
    font-weight: bold;
    border-radius: 5px;
}
.currency_price {
    color:#6cc7f4;
    font-size: 16px;
    font-weight: bold;
}
.excurs_name {
    color:#000;
}

.excurs_name:hover {
    text-decoration: underline;
}
.day_number {
    font-weight: 500;
    font-size: 25px;
    background: #c6edff;
    color:#fff;
    padding:0px 15px;
    text-align: center;
    margin-bottom:5px;
}
.day_container {
    padding-bottom:15px;
    padding-top:15px;
}
.order_title {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #3b5482;
}
.order_title .total_price {
    color: #ed1c24;
    font-size: 30px;
    margin-left:13px;
}
.order_title.summery {
    padding-left:15px;
    padding-top:15px;
    width: 35%;
}
.order_title.price {
    text-align: center;
    float:right;
}
.order_title .option {
    display: inline-block;
    text-align: center;
    background-repeat: no-repeat;
    color:#000;
    background-position: center 5px;
    padding:35px 5px 5px 5px;
    box-sizing: border-box;
    vertical-align: top;
    border-radius: 5px;
}
.order_title .option:hover {
   background-color: #c6edff;
   cursor: pointer;
}

.order_item {
    background: #f2f2f2;
    padding:15px;
    margin:30px 0px;
    border-radius: 5px;
    box-sizing: border-box;
}
.order_item .block {
    display:inline-block;
    vertical-align:top;
    box-sizing: border-box;
}
.order_item .block.left {
    display:inline-block;
    width:100px;
    height: 100px;
    vertical-align:top;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.order_item .block.right {
    width:90%;
    padding-left:15px;
}
.order_item .room_name::before {
    background: none;
}
.order_item .room_name {
    margin-top:5px;
    color:#929292;
}
.order_item .hotel_name{
    font-size: 16px;
    color: #184370;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.order_item .hotel_adress::after {
    background: none;
}
.order_item .price {
    float:right;
    text-align: right;
    color: #ed1c24;
    font-weight: bold;
    font-size: 30px;
    margin-top:-80px;
}
.order_item .price.avia {
    margin-top:-200px;
}
.order_item .remove {
    display: block;
    float:right;

    color: #ed1c24;
    font-size: 12px;
    cursor: pointer;
}

.order_item .dop_title {
    color:#285385;
    text-decoration: underline;
    cursor: pointer;
}
#show_netto {
    color: #929292;
    font-size: 13px;
    font-weight: normal;
    text-align: right
}

.order_item .dop_info {
    padding-top:15px;
}
.dop_info_container {
    display: none;
}

.show_hotel_info {
    font-size: 14px;
    color:#285385;
    text-decoration: underline;
    cursor: pointer;
}

.turist_list {
    clear: both;
    padding-top:10px;
    text-align: left;
}

.turist_list .block {
     display:inline-block;
     box-sizing: border-box;
     margin-left:5px;
}
.cancellation_tbl {
    border-collapse: collapse;
}
.cancellation_tbl td {
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    background: #fff;
    text-align: center;
    padding:7px;
    font-size: 14px;
}
ul.order_page_list {
    padding:0px;
    padding-left:15px;
    margin:0px;
    font-size: 14px;
    list-style: circle;
}
#mobile_basket {
    float:right;
    margin-right:35px;
    font-weight: bold;
    padding-top:6px;
}
 #extra_manual_field {
    width: 110px;
}
.make_order_btn {
    width: 40%;
    text-align: center;
    margin:0px auto;
}
.mobile_turist_name {
    display: none;
}
.copy_field {
    cursor: pointer;
}
.hotel_res .block.one_hotel {
    width:100%;
    padding-left:0px;
}
.hotel_res .block.left.one_hotel {
    margin-top:15px;
    height: 400px;
}
.hotel_res .block.left.one_hotel .view_gallery {
    height: 400px;
    padding-top: 150px;
}
.one_hotel_name {
    display: inline-block;
    color: #6cc7f4;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.hotel_res .block.right.one_hotel {
    margin-top:15px;
}

.frame_hotel_img {
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 5px;
    float:left;
}
.meeting_poi {
    color: #929292;
}
.meeting_poi:hover {
    cursor: pointer;
    text-decoration: underline;
}
.state_list_ul {
    margin: 0px;
    padding: 0px 0px 30px 0px;
    border-bottom: 1px solid #EEEEEE;
    list-style-position: inside;
    -moz-column-count: 8;
    -webkit-column-count: 8;
    column-count: 8;
    list-style-type: decimal;
}
.state_list_ul li {
    list-style: none;
    padding: 3px 20px;
    min-width: 77px;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
}
.state_list_ul li a:hover {
    text-decoration: underline;
}
.state_list_ul li a.recomend {
    font-weight: bold;
    color: #184370;
}

.comments_block {
    border-bottom:1px solid #eeeeee;
    padding: 15px 0px;
}
#new_comment {
    color:#A5DCF8;
    border-bottom:1px dotted #A5DCF8;
    cursor: pointer;
}
#new_comment_div {
    border-bottom: 1px solid #eeeeee;
    padding-bottom:15px;
}
#new_comment_div .inp_turist {
    margin-top:15px;
}
.min_width_800 {
    box-sizing: border-box;
    margin:0px auto;
    margin-bottom:30px;
    width: 50%;
    min-width: 500px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom:15px;
    background: #F2F2F2;
    padding:15px;
}
.title_comment {
    font-size: 16px;
    color:#285385;
    font-weight: bold
}
.comments_block .comment_img {
    position:relative;
    vertical-align:top;
    box-sizing: border-box;
    display: inline-block;
    width: 20%;
    height:160px;
    background-repeat:no-repeat;
    background-size: cover;
}
.comments_block .comment_img:hover .comment_title {
    text-decoration: underline;
}

.comments_block .comment_img .comment_title {
    bottom:0px;
    position: absolute;
    background: #fff;
    text-align: center;
    color:#285385;
    font-weight: bold;
    width: 100%;
    padding:5px 0px;
}
.comments_block .comment_right {
    vertical-align:top;
    box-sizing: border-box;
    display: inline-block;
    width: 79%;
    padding-left:15px;
}

.min_width_800 .inp_turist {
    margin-top:15px;
}

.new_comment_btn {
    width: 40%;
}
.service_div {
    margin-top: 15px;
    cursor: pointer;
}
.guide_tbl {
    border-collapse: collapse;
    width:100%;
}
.guide_tbl td {
    text-align: left;
    padding:7px;
    font-size: 12px;
    border-top:1px solid #F2F2F2;
}
.guide_tbl tr.title td {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.guide_tbl td.place {
    background: #F2F2F2;
    font-size: 14px;
    font-weight: bold;
    border-top:2px solid #FF890A;
}
.order_info_block {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.order_info_block.left {
    width: 65%;
}
.order_info_block.right {
    width: 30%;
}
.order_info_block .tit {
    font-weight: bold;
    font-size: 16px;
    color:#285385;
}
.sirius_discount {
    cursor:pointer;
}
.other_excurs {
    padding-top:30px;
}
.other_excurs .block_excurs {
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding:15px 0px;
    width: 100%;
    box-sizing: border-box;
}
.other_excurs .img, .other_excurs .descr {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.other_excurs .img {
    width: 30%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60px;
}
.other_excurs .descr {
    width: 68%;
    padding-left: 15px;
}
.object_raiting img {
    margin-left:2px;
    margin-bottom:-2px;
}
.comment_index {
    text-align: center;
    width: 100%;
    height: 50px;
    background: #1E70B8;
    box-sizing: border-box;
    padding-top: 15px;
    text-decoration: underline;
    color: #fff;
}
.avia_type {
    color:#fff;
    position: absolute;
    padding-top:5px;
}
.avia_type_item {
    cursor:pointer;
}
.avia_type_item.active {
    border-bottom:1px dotted #fff;
}
.person_picker {
    border:1px solid #ddd;
    position: absolute;
    padding:15px;
    background: #fff;
    margin-top:5px;
    border-radius: 4px;
    width: 240px;
    z-index: 100;
    color: #5b5b5b;
}
.person_picker::before {
    content: '';
    position: absolute;
    left:15px;
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}
.person_picker::after {
    content: '';
    position: absolute;
    left:16px;
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}
.person_picker .line {
    margin-bottom:15px;
}
.person_picker .left {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    line-height: 30px;
    text-align: left;
}
.person_picker .right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.person_picker .sight {
    float:left;
    width:30px;
    height:30px;
    text-align:center;
    color:#9e9b97;
    font-size:20px;
    border-radius: 100%;
    border:2px solid #9e9b97;
    cursor: pointer;
}
.person_picker .digit {
    float:left;
    padding:2px 15px 5px 15px;
    font-size: 20px;
    font-weight: bold;
}
.person_picker .child_div {
    background: #EEEEEE;
    padding:15px;
    display: none;
}
.demo .ttl {
    color:#285385;
    font-weight: bold;
    font-size: 16px;
    padding-top:15px;
    padding-bottom:5px;
}
.demo .text {
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    padding:15px;
}
.td16 {
    font-size: 16px;
    background: #848484;
    color:#fff;
    text-align: center;
    font-weight: bold;
}
.avia_point_time {
    display: inline-block;
    margin-right: 25px;
    font-size: 30px;
    font-weight: normal;
    color: #000;
    vertical-align: top;
}
.ttl_grey {
    text-align: center;
    color: #9b9b9b;
    padding-top:5px;
}
.package .common_name {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}
.package .common_icon {
    font-size: 14px;
    margin-top:8px;
}
.package .common_icon img {
    margin-right:5px;
}
.package_plane {
    padding-top:10px;
}
.packages_price {
    text-align: center;
    padding-top:5px;
    border-top: 1px solid #eee;
    margin-top:15px;
    color:#FF890A;
    font-size: 30px;
    font-weight: bold;
}
.packages_price_result_page {
    float: right;
    color:#FF890A;
    font-size: 30px;
    font-weight: bold;
}

.packages_price span {
    font-size: 20px;
}
.package_left {
    display: inline-block;
    width: 23.5%;
}
.package_right {
    display: inline-block;
    text-align: left;
    padding-left:50px;
    width: 70%;
}
.package_detail {
    margin:15px 0px 30px 0px;
    border-bottom:1px solid #eee;
    padding-bottom:30px;
}
.packages_contain {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}
.packages_contain .left {
    display: inline-block;
    width: 10%;
    vertical-align: top;
}
.packages_contain .right {
    display: inline-block;
    width: 85%;
    vertical-align: top;
}

.packages_contain.change {
    font-weight: normal;
}
.packages_contain img {
    margin-right:5px;
}
.packages_contain .change_btn{
    color: #6cc7f4;
    border-bottom:1px dotted #6cc7f4;
    cursor: pointer;
}

.packages_bookmarks {
    font-size: 16px;
    font-weight: bold;
    padding-top:15px;
}
.packages_bookmarks.fixed {
    position: fixed;
    top: 80px;
    background: #fff;
    width: 46%;
    z-index: 100;
    padding-bottom: 15px;
}

.packages_bookmarks .block {
    cursor: pointer;
    margin-right: 3px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    background: #EEE;
    padding:8px 15px;
    border-radius: 3px;
}
.packages_bookmarks .block.active {
    color:#fff;
    background: #285385;
    border: 1px solid #285385;
}

.packages_bookmarks .block:hover {
    background: #d8d8d8;
}
.packages_bookmarks .block.active:hover {
    background: #285385;
}
.insurance_list {
    padding:15px 0px;
    border-bottom: 1px solid #eeeeee;
}

.insurance_list .name {
    font-weight: bold;

}
.insurance_list .img {
    display: inline-block;
    width: 15%;
    vertical-align: top;
}
.insurance_list .text {
   display: inline-block;
   width: 80%;
   vertical-align: top;
   padding-left:15px;
}
.insurance_list .price {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #6cc7f4;
    cursor: pointer;
    padding:5px;
}
.insurance_list .price:hover {
    color: #FF890A;
    text-decoration: underline;
    background: #eee;
}
.packages_price_result_page_mobile {
    display: none;
}
.price_for_select_hotel.active {
    background: #e67800;
    color: #fff!important;
    padding:0px 15px;
    border-radius: 5px;
}
.price_for_select_flight.active {
    background: #e67800;
    color: #fff!important;
    padding:0px 15px;
    border-radius: 5px;
}
.price_for_select_transfer.active {
    background: #e67800;
    color: #fff!important;
    padding:0px 15px;
    border-radius: 5px;
}
.price_for_select_insurance.active {
    background: #e67800;
    color: #fff!important;
    padding:0px 15px;
    border-radius: 5px;
}
.basket_amount {
    display: inline-block;
    padding:2px 7px;
    border-radius: 100%;
    background: #ed1c24;
    color:#fff;
}
.dop_descr {
    cursor: pointer;
}
.dop_descr:hover {
    text-decoration: underline;
}
.add_number {
    display: inline-block;
    cursor: pointer;
    color:#fff;
    font-weight: bold;
}
.add_number:hover {
    color:#6cc7f4;
}

.add_number img {
    margin-bottom:-7px;
    margin-right: 4px;
}
.search_field[name=numbers] {
    width: 45%;
}
.search_field[name=country_code] {
    width: 45%;
    margin-left:27px;
}
.search_field.adults_field {
    width: 25%;
}
.search_field.childs_field {
    width: 25%;
}
.search_field.clild {
    width: 15%!important;
}
.back_to_states {
    padding-bottom:30px;
    padding-top:5px;
}
.back_to_states a {
    color:#929292;
}
.back_to_states a {
    border-bottom:1px dotted #929292;
}

.ex_list_in_state {
    background-size: cover;
    padding:5px;
    margin-top:10px;
    cursor: pointer;
    border-radius: 4px;
}
.ex_list_in_state:hover {
    text-decoration: underline;
}

.area_item {
    display: block;
    font-size: 14px;
    padding-left: 15px;
    padding-top: 7px;
}
.area_item:hover {
    text-decoration: underline
}
.area_item.active {
    color:#285385;
    font-weight: bold;
    width: 90%;
}

.region_item {
    display: block;
    font-size: 14px;
    padding-left: 30px;
    padding-top: 7px;
    color: #929292;
}
.region_item:hover {
    text-decoration: underline;
}
.region_item.active {
    font-weight: bold;
    color:#285385;
}
.menu .level1 {
    margin-right: 15px;
    position: relative;
}
.menu .level2 {
    position: absolute;
    top:43px;
    left:-15px;
    z-index: 1000;
    background: #fff;
    padding:15px;
    width: 200px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.menu .level2 a {
    display: block;
    line-height: 30px;
}
.mobile_menu .level1 {

}
.mobile_menu .level2 {
    top:40px;
    left:-15px;
    z-index: 1000;
    padding:15px;
    border-right: 3px solid #fff;
}
.mobile_menu .level2 a {
    font-size: 16px;
    display: block;
    line-height: 30px;
}

@media screen and (max-width: 1000px) {
    #basket, #register {
        display: none;
    }
    .search_form_field {
        width: 100%!important;
        margin:0px!important;
        padding:5px;
    }
    .hotel_search {
        height: auto;
    }
    input.search_field.clild {
        width:30%;
        margin-left:5px;
    }
    .search_form_field.clild, .search_form_field.submit {
        text-align: center;
    }
    .search_form_field.submit .inp_b {
        width: 100%;
    }
    .search_res.left {
        width: 100%;
        margin-bottom:15px;
        padding:15px;
        background: #eee;
    }
    .search_res.left .filter_group {
        display: none;
    }
    .search_res.right {
        width: 100%;
    }
    .hotel_res .block.left {
        display: none;
    }
    .hotel_res .block.right {
        width: 100%;
        padding-left:0px;
        margin-top:0px;
    }
    .head_service_menu.fixed {
        position: static!important;
        z-index: 1;
        opacity: 1;
    }
    .body.fixed {
        margin-top:0px;
    }
    .sort_head {
        text-align: center;
    }
    .sort_head .icon {
        display: none;
    }

    .sort_head .title3.block {
        width: 100%;
    }
    .sort_head .block.button {
        padding: 7px 5px 7px 11px;
    }
    .sort_head .block.button.active.up::before {
        margin-left:-10px;
    }
    .hotel_image_mobile {
        display: block!important;
        width: 100%!important;
        margin-top: 5px!important;
        margin-bottom: 5px!important;
    }
    .inp_b.order {
        height:25px;
        width:45px;
        padding: 0px;
    }
    .inp_b.order span {
        display: none;
    }
    .hotel_prices .eat_name{
        width: 55%;
    }
    .hotel_prices .eat_price{
        width: 20%;
        text-align: center;
    }
    .hotel_adress {
        padding-top:5px;
    }
    #show_mobile_filter {
        display: block;
        cursor: pointer;
        text-decoration: underline;
    }

    .index_block_container a.block {
        width: 49%;
    }
    .article_block .img {
        width: 30%;
    }
    .article_block .content {
        width: 65%;
    }
    .fixed_tour {
        position: static;
        width: 100%;
        top:0px;
    }
    .tour_descr .left {
        width:100%;
        margin-top:5px;
        margin-bottom:5px;
    }
    .tour_descr .right {
        width:100%;
        padding-left: 0px;
        padding-top:80px;
    }

}
@media screen and (max-width: 800px) {
    .other_excurs {
        display: none;
    }

    .order_info_block.left, .order_info_block.right {
        width: 100%;
    }
    .inner_block.menu, .inner_block.lang, .inner_block.login {
        display: none;
    }
    .head_top_menu .container {
        display: none;
    }
    .mobile_header {
        padding-top:4px;
        display: block;
        position: fixed;
        left:0px;
        height: 45px;
        width: 100%;
        margin:0px;
        background: rgba(255, 255, 255, 0.8);
        z-index: 1000;
        box-sizing: border-box;
    }
    .head_service_menu {
        margin-top:45px;
    }

    .mobile_header img {
        display: block;
        float: right;
    }
    .search_form_bg {
        width: 90%;
    }
    .footer .block {
        display: block;
        width: 100%!important;
        margin-bottom:15px;
    }
    .index_block_container a.block {
        width: 100%;
    }
    .popular_div {
        width: 100%;
    }

    ul.popular {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .article_block .img {
        width: 100%;
    }
    .article_block .content {
        width: 100%;
        padding-top:5px;
        padding-left:0px;
    }
    .register .block, .register_fields .block {
        width: 100%;
    }
    .register_fields .block.capture {
        padding-left:0px;
    }
    .register .reg_type {
        width: 90%;
        margin-left:0px!important;
        margin-top:5px;
    }
    #scrollup {
        opacity: 0;
    }
    #ico_remove, #ico_remove1, #ico_remove2 {
        position: absolute;
        right:20px;
        top:15px;
        cursor:pointer;
        display: none;
    }

    .tour_descr .right {
        padding-left: 0px;
        width: 100%;
    }
    .hotel_res  {
        margin:15px 0px 15px 0px;
    }
    .room_name {
        margin-left:20px;
    }
    .show_all_rooms {
        margin-left:20px;
    }
    .order_title.summery {
        width: 100%;
        padding-top: 0px;
    }
    #extra_manual_field {
        width: 90px;
    }
    .order_title.price {
        text-align: center;
        float:none;
        width: 100%;
        padding-top:15px;
    }
    .order_item .block {
        display:block;
    }
    .order_item .block.left {
        width: 100%
    }
    .order_item .price {
        float: none;
        margin-top:0px;
        text-align: center;
    }
    .turist_list .block {
        width: 100%!important;
        padding-top:5px;
        margin-left: 0px;
    }
    .make_order_btn {
       width: 100%;
    }
    select.inp_turist {
        height: 40px;
    }
    .mobile_turist_name {
       display: block;
       text-align: center;
       font-size: 14px;
       font-weight: bold;
       color: #3b5482;
    }
    .state_list_ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .new_comment_btn {
       width: 100%;
    }
    .min_width_800 {
        min-width: 100%;
    }
    .comments_block .comment_img {
        width: 100%;
    }
    .comments_block .comment_img .comment_title {
        width: 100%;
    }

    .comments_block .comment_right {
       width: 100%;
    }
    .avia_type {
        position: static;
        text-align: center;
    }
    .avia_point.point_amount4, .avia_point.point_amount3 {
       width: 80px;
       text-align: left;
    }

    .avia_point.point_amount2 {
        width: 160px;
        text-align: left;
    }
    .hotel_name.avia {
        width: 100%;
        text-align: center;
    }
    .avia_logo_container {
        width: 40%;
        text-align: center;
        margin-top:-80px;
    }
    .avia_logo_container .avia_logo {
        width: 35px;
        height: 35px;
    }

    .show_avia_details {
        margin-left:30px;
    }
    .hide_mobile_td {
        display: none;
    }
    .td16 {
       font-size: 14px;
       background: #848484;
       color:#fff;
       text-align: center;
    }
    .order_item .block.right {
        width: 100%;
    }
    .order_item .price.avia {
        margin-top:0px;
    }
    .insurance_list .img {
        width: 100%;
    }
    .insurance_list .text {
        width: 100%;
        padding-top:15px;
        padding-left: 0px;
    }
    .packages_bookmarks .block {
        width: 45%;
        margin-bottom:5px;
    }
    .packages_price_result_page {
        display: none;
    }
    .packages_price_result_page_mobile {
        display: block;
        color:#FF890A;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }

    .package_left, .package_right {
        width: 90%;
        padding-bottom: 15px;
        text-align: center;
    }
    .avia_point_time {
        display: block;
    }
    .avia_point_time div {
        text-align: center!important;
    }
    .select_country_code {
        margin-bottom: 20px!important;
    }
    .search_field[name=numbers] {
        width: 100%;
    }
    .search_field[name=country_code] {
        width: 100%;
        margin-top:10px;
        margin-left:0px;
    }
    .search_field.adults_field {
        width: 49%;
    }
    .search_field.childs_field {
        width: 49%;
    }
    .search_field.clild {
        margin-top:5px;
        width: 30%!important;
    }

}






