.tours-content {
    font-size: 15px;
}

.tour-title {
    font-size: 2.266666666666667em;
}

.price-information-block {
    position: absolute;
}

.maps-block {
    padding-left: 0;
    margin-left: -3px;

}

    #search-map {
        height: 492px;
    }
    
#rating-table {
    border: 1px #c2c2c2 solid;
    width: 210px;
}

.page-content-section {
    padding: 0;
}

.link-color {
    color: #e77d12;
}

.gray-color {
    color: #868383;
}

.middle-gray-background-color {
    background-color: #f4f4f4;
}

.normal-padding-top {
    padding-top: 1.2em;
}

.normal-padding-bottom {
    padding-bottom: 1.2em;
}

.big-padding-top {
    padding-top: 2.266666666666667em;
}

.little-text {
    font-size: 0.8em;
}

.calendar-background {
    padding-left: 4em;
    background-image: url(/pic/tours/tours-calendar.png);
    background-repeat: no-repeat;
    background-position: 15px 3px;
    line-height: 1.3;
}

.adult-background {
    padding-left: 4em;
    background-image: url(/pic/tours/tours-adult.png);
    background-repeat: no-repeat;
    background-position: 15px 3px;
    line-height: 2.3;
    height: 40px;
}

.food-background {
    padding-left: 4em;
    background-image: url(/pic/tours/tours-category.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    line-height: 1.3;
}


.hotel-rating-block {
    padding-left: 45px;
    background-image: url(/pic/tours/tours-like.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    line-height: 1.0;
}

.hotel-opinion-block {
    padding-left: 45px;
    background-image: url(/pic/tours/tours-tag.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    line-height: 1.0;
}

input.order-form-text {
    padding: 6px;
}

select.order-form-text {
    padding: 5px;
    padding-right: 25px;
}

.order-form__taxci-wrapper > *{
    display: inline-block;
    vertical-align: baseline;
}

.order-form__left-padding-label{
    padding-left: 10px;
}

.order-form__agreement {
    padding-left: 10px !important;
    display: inline-block;
    vertical-align: baseline;
}

.agreementTip {
    text-align: center;
    position: absolute;
    z-index: 1;
    top: -4em !important;
    left: 0;
    width: 100%;
    margin-bottom: 1em;
    padding: 0.5em;
    box-sizing: border-box;
    background: #252525;
    background: rgba(37,37,37,0.75);
    line-height: 1.2;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: margin 0.3s, opacity 0.3s;
}
.agreementContainer {
    margin: 1em 0 1em;
    position: relative;
}
.order-form-agreement {
    display: inline-block;
    vertical-align: baseline;
}

.price-input-option {
    padding-left: 8px;
    padding-right: 8px;
}

.search-result-item-th {
    font-size: 0.75em;
    font-weight: 700;
}

.popup-express-callback {
    color: #121212;
}

.fixed-block-top {
    z-index: 14;
    position: fixed; 
    top: 9em;
}
    @media screen and (max-width: 619px) {
        .fixed-block-top {
            top: 6em;
        }
    }

.order-form-text-error {
    border: 1px solid #D42C0E !important;
}

.opinions-link {
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dotted;
}
    .opinions-link:hover {
        border-bottom: 0;
    }

.head-hotel-image {
    position: relative;
    padding-top: 55%;
    background-position: 50% 50%;
    background-size: cover;
}

.head-hotel-image-weather-block {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: rgba(134, 131, 131, 0.5);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
}

.hotel-image {
    float:left;
    margin-top: 1px;
    margin-right: 1px;
    width: 113px;
    position: relative;
    padding-top: 12%;
    background-position: 50% 50%;
    background-size: cover;

    cursor: pointer;
}

.qrcode {
    margin-top: 18px
}




@media screen and (max-width: 1229px) {
    #search-map {
        height: 405px;
    }

    .hotel-image {
        width: 90px;
    }

    .hotel-image-block {
        /*padding-right: 0;*/
    }
}

@media screen and (max-width: 999px) {
    .tours-content {
        font-size: 12px;
    }
    
    .maps-block {
        display: none;
    }
    #rating-table {
        width: 50%;
    }

    #search-result-item {
        display: none;
    }

    .hotel-image-block {
        padding-right: 15px;
    }
    
    .hotel-image {
        display: none;
    }
}

@media screen and (min-width: 1230px) {
    #rating-table {
        width: 220px;
    }
        .hotel-image-block {
            padding-right: 15px;
    }
}

@media screen and (max-width: 479px){
    .price-information-block {
        position: relative;
    }

    #rating-table {
        width: 100%;
    }

    .calendar-background {
        margin-top: 5px;
        background-position: 0 0;
    }

    .adult-background {
        margin-top: 5px;
        background-position: 0 0;
    }

    .food-background {
        margin-top: 5px;
        background-position: 0 0;
    }

    .fixed-block-top {
         position: relative; top: 0;
    }

    .qrcode {
        display: none;
    }
}


.b-load-more-filters {
    position: relative;
}
    .load-more-filters__filters-row {
        padding-bottom: 1em;
    }

        .load-more-filters__filter {
            height: 2.75em;
        }
            .load-more-filters__filter_dates {
        
            }
            .load-more-filters__filter_food {
        
            }
            .load-more-filters__filter_price {
        
            }

            .load-more-filters__filter_disabled {
                opacity: 0.25;
                pointer-events: none;
            }

        .load-more-filters__filter-label {
            font-size: 0.8em;
            color: #c2c2c2;
        }
    
        .load-more-filters__filter-button {
            height: 2.75em;
            width: 100%;
        }
    .load-more-filters__open-button {
        height: 2.75em;
        position: absolute;
        right: 0;
        top: -3.75em;
    }

    .tours__price-popup {
        top: -1em;
    }

/*Блок костылей!!!!*/
.order-summary .info {
    padding: 0;
    border: none;
    background: #f4f4f4;
    font-weight: bold;
}

.order-summary .info dl {
    padding: 0.75em 0;
    line-height: 1;
}

.order-summary .info span {
    background: none;
    position: relative;
}

.page-title {
    display: none;
}

.agencies-view
{
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #ccc;
    color: #333;
    background: #e5e5e5;
    box-shadow: inset 1px 1px 3px #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .agencies-view:active
    {
        box-shadow: inset 1px 1px 3px #999;
    }

    .agencies-view.chosen
    {
        box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);
        background: #e67e22;
        border-color: #d35400;
        color: #fff;
        cursor: default;
    }

    .tip
    {
        text-align: center;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 0;
        width: 100%;
        margin-bottom: 1em;
        padding: 0.5em;
        box-sizing: border-box;
        background: #252525;
        background: rgba(37,37,37,0.75);
        line-height: 1.2;
        color: #fff;
        opacity: 0;
        pointer-events: none;
        transition: margin 0.3s, opacity 0.3s;
    }

    .options:hover .tip
    {
        margin-top: 0.3em;
        opacity: 1;
    }
    
    
.search-result-ikr
{
    position: relative;
    padding-left: 1.2em;
    background-image: url("/img/ikr.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.search-result-ikr .tip,
    .info-ikr-inline .tip
    {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-bottom: 1em;
        padding: 0.5em 0.75em;
        background: #252525;
        background: rgba(37,37,37,0.75);
        line-height: 1.2;
        color: #fff;
        opacity: 0;
        pointer-events: none;
        transition: margin 0.3s, opacity 0.3s;
    }

.search-result-ikr:hover .tip,
    .info-ikr-inline:hover .tip
    {
        margin-top: 0.3em;
        opacity: 1;
    }

#search-result-item .table td {
    vertical-align: middle;
    padding: 0.5em;
    border-top: 1px solid #fafafa;
    text-align: center;
    color: #464646;
}

.tooltip {
	position: relative;
}
.tooltip:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	visibility: hidden;
	margin-left: -0.25em;
	border-right: 0.25em solid transparent;
	border-bottom: 0.25em solid rgba(37,37,37,0.75);
	border-left: 0.25em solid transparent;
	opacity: 0;
	transition: opacity 0.3s;
}
.tooltip:hover:after {
	visibility: visible;
	opacity: 1;
}
.tooltip .tip {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	visibility: hidden;
	width: 10em;
	margin: 0.25em 0 0 -5em;
	text-align: center;
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s;
}
.tooltip:hover .tip {
	visibility: visible;
	opacity: 1;	
}
.tooltip .tip div {
	display: inline-block;
	padding: 0.25em 0.5em;
	background: rgba(37,37,37,0.75);
	font-size: 0.75em;
}

.order-form__screen_loading {
    position: relative;
    overflow: hidden;
}
.order-form__screen_loading::after {
    content: "\f110";
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    font-family: FontAwesome;
    font-size: 3em;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    animation: fa-spin 2s infinite linear;
    z-index: 2;
}
.order-form__screen_loading::before {
    content: '';
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: -5px;
    left: -5px;
    background: #fff;
    opacity: 0.8;
    z-index: 1;
}

.info-popup__price-container {
    min-width: 30em;
}
    
@media screen and (max-width: 767px) {
    .flight__flight-info {
        width: auto;
    }

    .info-popup__price-container {
        min-width: auto;
    }

    .tours__price-popup {
        right: 0;
        top: 100%;
        margin-top: 1em;
    }

    .info-popup__popup_left-top:before, .info-popup__popup_left-top:after {
        top: -0.5em;
        right: 1em;
    }
}

/*Социальные костыли*/

.vk-share-button [href^="//vk.com/share"] {
    padding-top: 2px !important;
}

/* конец социальных костылей*/

/*END Блок костылей!!!! Ниже ничего не размещать!!!*/