.form-screen-up {
    width: 900px;
    height: 860px;
    position: fixed;
    top: 5%;
    z-index: 999999;
    background: rgb(255, 255, 255) none repeat scroll 0px 0px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.36);
    left: calc(50% - 450px);

    display: none;
}

@media screen and (max-width: 899px){
    .form-screen-up {
        width: 100%;
        height: calc(100% - 0px);
        top: 0;
        left: 0;
        z-index: 999999;
    }
}

.screenUpOpener {
    cursor: pointer;
}

.screenUpClose {
    background: #0d5e98 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUIyNDNFNDJGQUJEMTFFMzhDRDJBRkQ5OTVFRDI4MzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUIyNDNFNDNGQUJEMTFFMzhDRDJBRkQ5OTVFRDI4MzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQjI0M0U0MEZBQkQxMUUzOENEMkFGRDk5NUVEMjgzNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQjI0M0U0MUZBQkQxMUUzOENEMkFGRDk5NUVEMjgzNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtzFlRwAAAA/SURBVHjaYvwPBAwMDIwM+MF/Rog6BnyKwXIwhbgUw8WQFaIrRtGIrhCmgAHddLIVEmU1UZ4hKniICnCAAAMAdNUv6xOmVSUAAAAASUVORK5CYII=") no-repeat scroll center center;
    border-radius: 50%;
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 36px;
}

.checkbox-ls {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #AEAEAE;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    cursor: pointer;.
}

.checkbox-ls.selected {
    background-color: rgb(17, 169, 17);
    box-shadow: none;
    border-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center center;
}

a.header-link-active {
    font-weight: 400;
}

.header-topmenu__menu {
    z-index: 10000;
}

.tour-form.tour-form-big {
    margin-top: 20px !important;
}

.header-informer {
    position: relative;
    margin-bottom: 66px;
    line-height: 36px;
    color: #FFDBDB;
    width: 100%;
    font-size: 14px;
    background:  rgb(235, 87, 87);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
}

@media screen and (max-width: 1024px){
    .header-informer {
        margin-top: -86px;
    }
}

@media screen and (max-width: 360px){
    .header-informer {
        margin-top: -56px;
    }
}

.tour-block, .tour-block-foot-btn, .tour-block-load, .tour-block-more-link, .tour-block-warning, .tour-filter, .tour-filter-country-link, .tour-filter-country-materic-i, .tour-filter-more-cat, .tour-filter-more-month, .tour-filter-slider, .tour-filter-top-inp, .tour-form {
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}

.btn-ls {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 60px 4px;
    line-height: 66px;
    height: 70px;
    background: #44B2FF;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 21px;
    -webkit-transition: background .15s ease;
    transition: background .15s ease;
}

@media screen and (max-width: 445px){
    .btn-ls {
        padding: 0 20px 4px;
        font-size: 18px;
    }
}

@media screen and (max-width: 330px){
    .btn-ls {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px){

    .SumoSelect > .optWrapper > .options li.opt label
    {
        height: 35px;
        margin-top: -9px;
    }

    .SumoSelect .select-all > label, .SumoSelect .select-all > span i {
        display: block;
    }

    .SumoSelect .select-all > label, .SumoSelect .select-all > label {
        margin-top: -17px;
        display: block;
    }
}

.btn-ls.orange {
    background: #FF9E24;
    color: #fff !important;

    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.35);
}

.footer-soc-btns {
    position: initial !important;
}

.flip-clock-wrapper .flip {
    box-shadow: none !important;
}

#ls-prof-block {
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 999999;

    background: #fff;
}

#ls-prof-block table tr th,
#ls-prof-block table tr td
{
    border: 1px solid #ccc;
    padding: 12px;
}

#ls-prof-block table tr th
{
    font-weight: bold;
    background: #ccc;
}

.prof-btn {
    display: block;
    width: 100px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background-image: linear-gradient(to bottom,#0088cc,#0044cc);
}

.tab.add {
    margin-right: 0;
    float: none;
}

.tab.active {
    color: #2c9cdc;
    font-weight: 500 !important;
}

.collections-item__btn.form__btn:hover {
    color: #fff;
}

.blue-onhover {
    cursor: pointer !important;
}

.blue-onhover:hover {
    color: #2c9cdc !important;
}

#overlayAuth {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100; }

.header-nav__dd-i.header-link-active,
.header-nav__dd-i.active {
    background: #2c9cdc;
    color: #fff;
}

.header-nav__dd-i.header-link-active:hover,
.header-nav__dd-i.active:hover {
    background: #2679a9;
    color: #fff;
}

#taName {
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding-top: 6px;
}

#taName a {
    text-decoration: none;
}

.tour-table .tour-table-tr .tour-table-th {
    background-image: url(/static/i/noise.png);
    vertical-align: middle;
}

.header-topmenu {
    z-index: 101 !important;
}

@media screen and (max-width: 1280px) {
    .header-topmenu__auth {
        min-width: 64px !important;
    }
}

.header-line .feed-item {
    padding-left: 0px !important;
}

.form__btn.disabled {
    /*background: #f7f7f7;*/
    cursor: not-allowed;
    /*color: #797877;*/
}

.header-line .feed-item .feed-item__avatar {
    left: -25px;
}

#overlayShare {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

#share-file {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: -50;
}

@media screen and (max-width: 1024px) {
    #hotelForm {
        position: fixed;
        width: auto;
        height: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999899;
    }
}

@media screen and (min-width: 1025px) {
    #hotelForm {
        width: 900px;
        left: calc(50% - 450px);
        top: 10px;
    }
}

@media screen and (min-width: 1200px) {
    #hotelForm {
        width: 1200px;
        height: calc(100% - 20px);
        left: calc(50% - 600px);
    }
}

.header__call {
    text-align: left;
}

.form__input.error__input {
    border: 1px solid #d21414;
    box-shadow: rgba(255, 3, 3, 0.68) 0px 0px 10px 1px;
}

.callMeDescription {
    text-align: center;
    font-size: 15px;
}

.footer-content__social-item.instagram {
    background-position: -135px 0;
}

.footer-content__social-item.viber {
    background-position: -169px 0;
}

#logoAgencyEmblem {
    position: absolute;
    top: 210px;
    left: 50%;
    z-index: 9999;
}

@media screen and (max-width: 1023px) {
    #logoAgencyEmblem {
        display: none;
    }
}

.lentaSortMenu {
    padding: 10px;
    padding-left: 0;
    text-align: left;
    font-size: 13px;
}

.lentaSortMenu a {
    color: #2c9cdc;
    padding-left: 10px;
    text-decoration: none;
    font-size: 14px;
}

.lentaSortMenu a:active,
.lentaSortMenu a:hover {
    color: #2679a9;
}

.lentaSortMenu a.active {
    font-weight: bold;
    color: #065e90;
}

#taName a {
    color: #2c9cdc;
}

.search-info__card {
    box-shadow: 0px 1px 3px rgba(0,0,0,.1) !important;
}

.form-screen-up .cfText {
    padding: 15px;
    line-height: 1.35em;
    font-size: 13px;
    text-align: justify;
}

.form-screen-up h3 {
    font-size: 24px;
    padding-bottom: 5px;
}

.form-screen-up b {
    font-weight: bold;
    padding-bottom: 2px;
}

.no-select-text {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                 supported by Chrome and Opera */
}

.back-call-form {
    z-index: 10001 !important;
}

.mt-alert-info {
    color: #000;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #FFEB3B;
    background: #fffdf0;
}

.mt-alert-warning {
    color: #000;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #FFC107;
    background: #FFEB3B;
}

.mt-alert-danger {
    color: #000;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ff6c6e;
    background: #ffb7b8;
}

#overlayDark {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.75);
}

.search-oplink {
    text-decoration:none;
    color: #333;
}

.footer-content__social-item.gp {
    background-position: -203px 0;
}

.footer-content__social-item.icq {
    background-position: -237px 0;
}

.footer-content__social-item.whatsapp {
    background-position: -272px 0;
}

.contacts__txt, .contacts__link {
    text-align: left;
}

.back-call-from__terms {
    display: block;
    text-align: center;
    padding: 20px 0 0 0;
    line-height: 18px;
}

@media screen and (max-width: 1024px) {
    .index-section > .index-section__bot {
        height: auto !important;
        min-height: 80px;
    }

    .index-section__bot-counters {
        position: relative;
    }

    .index-section__link {
        color: #0D47A1;
        cursor: pointer;
    }
}

@media screen and (max-width: 768px) {
    .index-section__link {
        color: #0D47A1;
        font-size: 14px;
        margin-left: 20px;
        display: block;
        padding: 5px 0;
        margin-bottom: 8px;
        cursor: pointer;
    }
}

.header-line {
    min-height: 60px !important;
    max-height: 60px !important;
    height: 60px !important;
}

.feed-item_cap > .feed-item__bar {
    display: none;
}

.feed-item_cap {
    height: auto !important;
}

.header-line .feed-item {
    padding-top: 16px !important;
    padding-bottom: 0 !important;
}