/*первая колонка в форме на вкладке отелей*/
div.f-search__col-1--hotels {
    width: 305px;
}

/*вторая колонка в форме на вкладке отелей*/
div.f-search__col-2--hotels {
    width: 270px;
}

/*третья колонка в форме на вкладке отелей*/
div.f-search__col-3--hotels {
    width: 261px;
}

.hotel__region,
.hotel__type{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 1px #999;
    display: block;
    padding-left: 7px;
    width: 100%;;
    height: 35px;
    font-size: 12px;
    line-height: 33px;
    outline: none;
    border-radius: 3px;
}

.a-hotelcard > .a-main{
    float:none;
    position: relative;
    margin-top: 35px;
}
.mselect__operator--main-new {
    margin-bottom: 16px;
}

.mselect__operator--main-new .mselect__main {
    height: 110px;
}
.mselect__operator--main-new .mselect__list {
    padding-top: 6px;
    height: 72px;
}




.b-price__label {
    margin-bottom: 3px;
}






/*лейбл инпута с датой заезда на вкладке отелей*/
.b-forms__item--hotels .date__label-from {
    width: 100px;
}

/*лейбл инпута с датой отъезда на вкладке отелей*/
.b-forms__item--hotels .date__label-to {
    margin-left: 8px;
    width: 100px;
}

/*лейбл инпута с количеством ночей на вкладке отелей*/
.b-forms__item--hotels .date__label-nights {
    margin-left: 17px;
    width: 82px;
    font-size: 12px;
}

/*инпут с датой заезда на вкладке отелей*/
.b-forms__item--hotels .date__field-from {
    padding-left: 7px;
    width: 100px;
    height: 35px;
    line-height: 33px;
    border-radius: 3px;
    background: #fff url('../i/icons.png') 76px -52px no-repeat;
}

/*инпут с датой отъезда на вкладке отелей*/
.b-forms__item--hotels .date__field-to {
    margin-left: 6px;
    padding-left: 7px;
    width: 100px;
    height: 35px;
    line-height: 33px;
    border-radius: 3px;
    background: #fff url('../i/icons.png') 76px -52px no-repeat;
}

/*блок с полями дат на вкладке отелей*/
.b-forms__item--hotels .b-date {
    margin-bottom: 0;
}

/*селект с количеством ночей на вкладке отелей*/
.b-forms__item--hotels .b-date__nights {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 80px;
    margin-left: 16px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 3px;
}

/*иконка треугольник в селекте с количеством ночей*/
.b-forms__item--hotels .b-date__nights:after {
    content: "";
    position: absolute;
    top: 13px;
    right: 8px;
    width: 8px;
    height: 6px;
    background-image: url("../i/icons.png");
    background-repeat: no-repeat;
    background-position: -132px -5px;
    opacity: .5;
}

/*стили селекта с количеством ночей*/
.b-forms__item--hotels .date__field-nights {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    height: 33px;
    font-size: 12px;
    line-height: 33px;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
    cursor: pointer;
}

/*на вкладке отелей этот блок скрыт*/
.b-forms__item--hotels .b-city {
    display: none;
}

/*выбор региона на вкладке отелей*/
.b-forms__item--hotels .b-regions,
.b-forms__item--hotels  .b-hotels {
    margin-bottom: 21px;
}

.b-forms__item--hotels .mselect {
    height:auto;
}

.b-forms__item--hotels .b-operator{
    margin-bottom:15px;
}


.mselect__operator--main-new .mselected__list.active+.mselect__list {
    height: 47px;

}


.b-price__fieldwrapper {
    font-size: 0;
}

.price__field-from,
.price__field-to {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 1px #999;
    display: inline-block;
    padding-left: 7px;
    width: 132px;
    height: 35px;
    font-size: 12px;
    line-height: 33px;
    outline: none;
    border-radius: 3px;
}

.price__field-to {
    margin-left: 6px;
}

.main-new .b-search {
    margin-bottom: 25px;
}

.b-hotels-result__filter-row {
    margin-bottom: 10px;
    font-size: 0;
}

.b-hotels-result__total,
.b-hotels-result__one-page,
.b-hotels-result__display-options {
    display: inline-block;
    vertical-align: top;
}

.b-hotels-result__total {
    width: 350px;
    font-size: 20px;
    font-weight: 700;
}
.b-hotels-result__amount {
    color: #004c9e;
}
.b-hotels-result__show-options {
    font-size: 14px;
    font-weight: 400;
    color: #7c7c7c;
}

.b-hotels-result__subtitle {
    font-size: 14px;
}

.b-hotels-result__one-page {
    width: 290px;
}

.b-hotels-result__display-options {
    width: 280px;
    text-align: right;
}

.results-amount {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #004c9e;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
    cursor: pointer;
}

.b-hotels-result__select-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.b-hotels-result__select-wrapper:after {
    content: ""url("../i/arrow-down-blue.png");
    position: absolute;
    top: 5px;
    right: -2px;
    width: 9px;
    height: 8px;
    background-image: url("../i/icons-1");
    background-position: -221px -99px ;
    cursor: pointer;
}

.b-hotels-result__filters-list {
    display: inline-block;
    vertical-align: top;
}

.b-hotels-result__filters-list-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    font-size: 12px;
    cursor: pointer;
}
.b-hotels-result__filters-list-item:hover,
.b-hotels-result__filters-list-item.active {
    color: #004c9e;
}

.b-hotels-result__filters-list-item--pictures:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    background-image: url("../i/icons-1.png");
    background-position: -177px -101px ;
    width: 12px;
    height: 11px;
}

.b-hotels-result__filters-list-item--inline:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    background-image: url("../i/icons-1.png");
    background-position: -177px -118px ;
    width: 12px;
    height: 11px;
}

.b-hotels-result-table {
    width: 100%;
}

.b-hotels-result-table__op-logo {
    max-width: 120px;
}

.b-hotels-result-table__hotel-img {
    width: 100px;
    height: 75px;
    -o-object-fit: cover;
       object-fit: cover;
}

.b-hotels-result-table__header {
    color: #434343;
    background-color: #ededed;
    border: 1px solid #ededed;
}

.b-hotels-result-table__header th {
    padding: 4px 0;
    padding-left: 9px;
    padding-right: 9px;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
}

.b-hotels-result-table td {
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 11px;
    color: #434343;
    border: 1px solid #ededed;
    word-wrap: break-word;
}

.b-hotels-result-table .b-hotels-result-table__img-wrapper {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.b-hotels-result-table__cell-1 {
    width: 47px;
}

.b-hotels-result-table__cell-2 {
    width: 287px;
}

.b-hotels-result-table__cell-3 {
    width: 87px;
}

.b-hotels-result-table__cell-4 {
    width: 37px;
}

.b-hotels-result-table__cell-5 {
    width: 52px;
}

.b-hotels-result-table__cell-6 {
    width: 67px;
}

.b-hotels-result-table__cell-7 {
    width: 107px;
}

.b-hotels-result-table__cell-8 {
    width: 89px;
}

.b-hotels-result-table__date {
    color: #575757;
}

.b-hotels-result-table__day {
    font-weight: 700;
}

.b-hotels-result-table__link {
    text-decoration: none;
    font-size: 14px;
    color: #004b9d;
}

.b-hotels-result-table__link:hover {
    text-decoration: underline;
}

.b-hotels-result-table__image-wrapper,
.b-hotels-result-table__text-wrapper {
    display: inline-block;
    vertical-align: top;
}

.b-hotels-result-table__image-wrapper {
    padding-top: 0;
    width: 100px;
}

.b-hotels-result-table__image-wrapper img {
    display: block;
}

.b-hotels-result-table__text-wrapper {
    padding-left: 9px;
    width: 140px;
}

.b-hotels-result-table__hotel-type,
.b-hotels-result-table__room-feature {
    color: #757575;
}

.b-hotels-result-table__hotel-location,
.b-hotels-result-table__room-description {
    color: #434343;
}

.b-hotels-result-table__room-description {
    line-height: 15px;
}

.b-hotels-result-table__room-description:nth-child(2) {
    margin-bottom: 4px;
}

.b-hotels-result-table__nights {
    font-weight: 700;
}

.b-hotels-result-table__price {
    font-weight: 700;
    font-size: 14px;
    color: #dd4129;
}

.b-date__fieldwrapper--regions input {
    margin-top: 0;
}

.b-date__label--regions {
    line-height: 16px;
}

.price__label-from,
.price__label-to {
    display: inline-block;
    vertical-align: top;
    width: 129px;
}

.price__label-to {
    margin-left: 7px;
}

/*------- стили страницы отеля -------*/

.hotel-page .b-header {
    margin-bottom: 30px;
}

.breadcrumbs-navigation {
    margin-bottom: 30px;
}

.breadcrumbs-navigation__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.breadcrumbs-navigation__list-item {
    display: inline-block;
    vertical-align: top;
}

.breadcrumbs-navigation__link {
    position: relative;
    display: block;
    margin-right: 15px;
    font-size: 12px;
    color: #434343;
}

.breadcrumbs-navigation__link:after {
    content: ">";
    position: absolute;
    top: 1px;
    right: -12px;
    font-size: 12px;
}

.breadcrumbs-navigation__link--current {
    text-decoration: none;
}

.breadcrumbs-navigation__link--current:after {
    display: none;
}

.btn-back {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 19px;
    padding-right: 24px;
    padding-left: 31px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 34px;
    background-image: url("../i/icons-1.png");
    background-position: 0 -101px ;
    width: 72px;
    height: 34px;
}

.btn-back:hover {
    color: #1159aa;
}

.btn-back:active {
    opacity: .7;
}

.page-title {
    margin-bottom: 22px;
}

.page-title__hotel {
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.page-title__hotel-title {
    padding-left: 6px;
    font-weight: 700;
}

.page-title__hotel-address {
    position: relative;
    padding-left: 17px;
    font-size: 14px;
    line-height: 18px;
}

.page-title__hotel-address:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0;
    background-image: url("../i/icons-1.png");
    background-position: -194px -98px;
    width: 11px;
    height: 17px;
}

.page-title__map-link:hover {
    color: #1159aa;
}

.page-title__map-link:active {
    opacity: .7;
}

.left-col {
    float: left;
    padding-right: 33px;
    width: 355px;
}

.photo-gallery {
    margin-bottom: 19px;
    text-align: center;
}

.photo-gallery__image-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 9px;
    width: 350px;
    height: 220px;
    overflow: hidden;
}

.photo-gallery__image {
    display: block;
    width: 100%;
    height: 100%;
}

.photo-gallery__thumbs-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 308px;
    font-size: 0;
    cursor: pointer;
}

.photo-gallery__thumb-wrapper>a>img {
    width:40px;
    height:40px;
    -o-object-fit: cover;
       object-fit: cover;
}
.photo-gallery__thumb-fancy {display:block}
.photo-gallery__thumb-wrapper:hover {
    outline: 2px solid #004A9F;
}

.photo-gallery__thumb-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    margin-bottom: 4px;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.photo-gallery__controls {
    position: relative;
}

.photo-gallery__arrow {
    position: absolute;
    bottom: 34px;
    display: block;
    width: 14px;
    height: 24px;
    z-index: 101;
}

.photo-gallery__arrow:hover {
    opacity: .7;
}

.arrow-next {
    right: -18px;
    background-position: -155px -102px;
}

.arrow-prev {
    left: -22px;
    background-position: -132px -103px;
}

.hotel-information {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 32px;
    padding: 20px;
    padding-bottom: 13px;
    width: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
}

.hotel-information__title,
.hotel-address__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #59595b;
}

.hotel-address__title {
    margin-bottom: 6px;
}

.hotel-information__row {
    padding: 11px 0;
    border-bottom: 1px solid #d5d5d5;
}

.hotel-information__row:last-child {
    border: none;
}

.hotel-information__row-title {
    float: left;
    width: 115px;
    font-size: 14px;
    line-height: 18px;
    color: #515151;
}

.hotel-information__row-description {
    float: right;
    width: 190px;
    font-size: 14px;
    line-height: 19px;
    color: #376197;
}

.hotel-address {
    margin-bottom: 50px;
}

.hotel-address__map-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 209px;
}

.hotel-address__address {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 21px;
}

.page-content {
    float: right;
    width: 792px;
}

.page-navigation {
    margin-bottom: 19px;
}

.page-navigation__list {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    font-size: 0;
}

.page-navigation__list-item {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #cbcbcb;
}

.page-navigation__list-item:last-child {
    border: none;
}

.page-navigation__link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 11px 32px;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    color: #434343;
    background-color: #eee;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}

.page-navigation__link--current,
.page-navigation__link:hover {
    color: #fff;
    background-color: #004a9f;
}

.page-navigation__link--tours {
    padding-left: 23px;
    padding-right: 23px;
    max-width: 137px;
    border-left: 1px solid #cbcbcb;
    border-radius: 5px 0 0 5px;
}

.page-navigation__link--description {
    max-width: 130px;
}

.page-navigation__link--rooms {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 162px;
}

.page-navigation__link--congress {
    max-width: 240px;
}

.page-navigation__link--reviews {
    min-width: 131px;
    border-right: 1px solid #cbcbcb;
    border-radius: 0 5px 5px 0;
}

.hotel-page__tab {
    display: none;
}

.hotel-page__tab--active {
    display: block;
}

.tour-search {
    margin-bottom: 21px;
    padding: 20px;
    padding-top: 10px;
    background-color: #9bccdc;
    border-radius: 6px;
}

.tour-search__title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.tour-search__labels-wrapper {
    margin-bottom: 8px;
    font-size: 0;
}

.tour-search__label {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.tour-search__fields-wrapper {
    font-size: 0;
}

.tour-search__field-wrapper {
    display: inline-block;
    vertical-align: top;
}

.tour-search__label--region,
.tour-search__field-wrapper--select-region {
    margin-right: 17px;
    width: 183px;
}

.tour-search__label--date-from,
.tour-search__field-wrapper--date-from {
    margin-right: 7px;
    width: 101px;
}

.tour-search__label--date-to,
.tour-search__field-wrapper--date-to {
    margin-right: 17px;
    width: 101px;
}

.tour-search__label--adults,
.tour-search__field-wrapper--adults {
    margin-right: 17px;
    width: 67px;
}

.tour-search__label--nights,
.tour-search__field-wrapper--nights {
    margin-right: 17px;
    width: 67px;
}

.tour-search__select-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 3px;
}

.tour-search__select-wrapper:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 8px;
    width: 8px;
    height: 6px;
    background-image: url("../i/icons.png");
    background-repeat: no-repeat;
    background-position: -132px -5px;
    opacity: .5;
}

.tour-search__select {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    height: 40px;
    font-size: 12px;
    line-height: 33px;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
    cursor: pointer;
}

.tour-search .date__field-from,
.tour-search .date__field-to {
    margin: 0;
    width: 100%;
    height: 40px;
    border: none;
    background-position: 76px -48px;
}

.tour-search__field-wrapper--date-to,
.tour-search__field-wrapper--date-from {
    border: 1px solid #999;
    border-radius: 3px;
    overflow: hidden;
}

.btn {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    border-radius: 6px;
    cursor: pointer;
}

.btn--green {
    color: #fff;
    background-color: #339900;
}

.btn--green:hover {
    background-color: #226600;
}

.btn--green:active {
    opacity: .7;
}

.btn--search {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 151px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}

.tour-search-result {
    margin-bottom: 10px;
    font-size: 0;
}

.tour-search-result__item {
    display: inline-block;
    vertical-align: top;
    height: 118px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.tour-search-result__item--information {
    padding-left: 18px;
    padding-top: 15px;
    width: 246px;
    height: 103px;
    border-left: 1px solid #e4e4e4;
    border-radius: 6px 0 0 6px;
}

.tour-search-result__item--features {
    padding-top: 16px;
    padding-left: 15px;
    width: 214px;
    height: 102px;
}

.tour-search-result__item--free-cancellation {
    padding-left: 12px;
    padding-right: 8px;
    padding-top: 17px;
    width: 95px;
    height: 101px;
    font-size: 12px;
    line-height: 14px;
}

.tour-search-result__item--price {
    padding-left: 18px;
    padding-right: 15px;
    padding-top: 13px;
    width: 143px;
    height: 105px;
    border-radius: 0 6px 6px 0;
}

.tour-search-result__image-wrapper {
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
    width: 120px;
    height: 80px;
    overflow: hidden;
}

.tour-search-result__image {
    width: 120%;
    height: auto;
}

.tour-search-result__room-type {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    width: 100px;
    font-size: 14px;
    line-height: 17px;
}

.tour-search-result__room-feature {
    position: relative;
    padding-left: 27px;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -0.5px;
}

.tour-search-result__room-feature--snowflake:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url("../i/icons-1.png");
    background-repeat: no-repeat;
    background-position: -55px -57px ;
    width: 15px;
    height: 16px;
}

.tour-search-result__room-feature--soundproof:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -2px;
    background-image: url("../i/icons-1.png");
    background-repeat: no-repeat;
    background-position: -26px -58px ;
    width: 17px;
    height: 12px;
}

.tour-search-result__room-feature--tvhd:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -2px;
    background-image: url("../i/icons-1.png");
    background-repeat: no-repeat;
    background-position: -80px -58px ;
    width: 17px;
    height: 16px;
}

.tour-search-result__room-feature--wifi:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -2px;
    background-image: url("../i/icons-1.png");
    background-repeat: no-repeat;
    background-position: 0 -58px ;
    width: 17px;
    height: 12px;
}

.tour-search-result__uppercase {
    text-transform: uppercase;
}

.tour-search-result__price {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.tour-search-result__capacity {
    font-size: 12px;
    line-height: 14px;
}

.tour-search-result__note {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 14px;
    color: #858585;
}

.btn--book {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
}

.tour-search-result__item--specification {
    padding-left: 13px;
    padding-right: 7px;
    padding-top: 18px;
    width: 140px;
    height: 100px;
    font-size: 12px;
    line-height: 15px;
}

.tour-search-result__item--availability {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 18px;
    width: 100px;
    height: 100px;
    border-radius: 0 6px 6px 0;
}

.tour-search-result__subtitle {
    font-weight: 700;
}

.tour-search-result__value {
    padding-left: 3px;
}

.tour-search-result__status {
    padding-top: 12px;
    font-size: 14px;
    line-height: 18px;
}

.tour-search-result__status--not-available {
    color: #f33;
}

.tour-search-result__status--limited {
    font-weight: 700;
    color: #093;
}

.tour-search-result__status--available {
    font-weight: 700;
    color: #434343;
}

.tour-description {
    padding-top: 15px;
    padding-bottom: 19px;
    font-size: 0;
    border-bottom: 1px solid #dfe3e3;
}

.tour-description--border-top {
    border-top: 1px solid #dfe3e3;
}

.tour-description__image-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    width: 193px;
    height: 149px;
    overflow: hidden;
}

.tour-description__image {
    display: block;
    position: relative;
    width: 120%;
    left: -10%;
}

.tour-description__text-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 18px;
    padding-right: 42px;
    width: 370px;
    min-height: 152px;
}

.tour-description__title {
    font-size: 18px;
    line-height: 18px;
}

.tour-description__text {
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 18px;
}

.tour-description__date {
    position: absolute;
    left: 18px;
    bottom: 0;
    padding-left: 3px;
    font-size: 13px;
    line-height: 14px;
    z-index: 100;
}

.tour-description__date-title {
    padding-right: 3px;
    font-weight: 700;
}

.tour-description__shop {
    display: inline-block;
    vertical-align: top;
    width: 162px;
}

.tour-description__shop-information {
    margin-bottom: 6px;
    font-size: 12px;
}

.tour-description__shop-logo {
    display: block;
    margin-bottom: 20px;
}

.tour-description__price {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #e40613;
}

.btn--know-more {
    padding: 8px 13px;
    font-size: 12px;
    line-height: 17px;
    text-decoration: none;
}

.room-description-row {
    margin-bottom: 19px;
    font-size: 0;
}

.room-description-row__title {
    display: inline-block;
    vertical-align: top;
    padding-right: 70px;
    padding-top: 5px;
    width: 330px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.room-description-row__info {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-top: 2px;
    width: 145px;
}

.room-description-row__price {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.room-description-row__capacity {
    font-size: 12px;
    line-height: 16px;
}

.room-description-row__note {
    font-size: 11px;
    line-height: 15px;
    color: #757575;
}

.btn--book-room {
    padding-top: 18px;
    padding-bottom: 18px;
    width: 240px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.room-gallery {
    margin-right: -12px;
    margin-bottom: 10px;
    width: 801px;
    font-size: 0;
}

.room-gallery__image-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    margin-bottom: 10px;
    width: 255px;
    height: 170px;
    overflow: hidden;
}

.room-gallery__image {
    display: block;
}

.hotel-description {
    margin-bottom: 33px;
    font-size: 14px;
    line-height: 21px;
}

.hotel-description__title {
    font-weight: 700;
}

.hotel-services {
    margin-bottom: 22px;
}

.hotel-services__title {
    margin-bottom: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.hotel-services__col--1 {
    float: left;
    width: 400px;
}

.hotel-services__col--2 {
    float: right;
    width: 390px;
}

.hotel-services__item {
    position: relative;
    min-height: 48px;
    margin-bottom: 17px;
    padding-left: 66px;
    padding-right: 34px;
}

.hotel-services__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 49px;
    height: 48px;
    background-image: url("../i/icons-1.png");
    background-repeat: no-repeat;
}

.hotel-services__item--bath:before {
    background-position: -201px 0;
}

.hotel-services__item--bedroom:before {
    background-position: -151px 0;
}

.hotel-services__item--kitchen:before {
    background-position: -101px 0;
}

.hotel-services__item--media:before {
    background-position: -51px 0;
}

.hotel-services__item--internet:before {
    background-position: 0 0;
}



.hotel-services__item--animal:before {
    background-position: -250px 0;
}

.hotel-services__item--sport_repose:before {
    background-position: -300px 0;
}

.hotel-services__item--eating:before {
    background-position: -101px 0;
}

.hotel-services__item--wifi:before {
    background-position: 0 0;
}

.hotel-services__item--parking:before {
    background-position: -350px 0;
}

.hotel-services__item--service_hotel:before {
    background-position: -400px 0;
}

.hotel-services__item--common:before {
    background-position: -450px 0;
}

.hotel-services__item--natural:before {
    background-position: -500px 0;
}

.hotel-services__item--personal_lang:before {
    background-position: -550px 0;
}

.hotel-services__item--skiing:before {
    background-position: -600px 0;
}

.hotel-services__item--cuisine:before {
    background-position: -101px 0;
}








.hotel-services__item-title {
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.hotel-services__item-description {
    font-size: 14px;
    line-height: 17px;
    color: #7f7f7f;
}

.hotel-reviews {
    margin-bottom: 37px;
}

.hotel-review {
    margin-bottom: 10px;
    padding: 15px 22px 15px 18px;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
}

.hotel-review__information {
    float: left;
    width: 179px;
}

.hotel-review__content {
    float: right;
    padding-left: 20px;
    width: 547px;
    font-size: 12px;
    line-height: 18px;
    border-left: 1px solid #d5d5d5;
    letter-spacing: -0.3px;
}

.hotel-review__author {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 22px;
    color: #376298;
}

.hotel-review__date:before {
    content: "";
    position: absolute;
    left: -25px;
    top: -2px;
    width: 17px;
    height: 16px;
    background-image: url("../i/icons-1.png");
    background-repeat: no-repeat;
    background-position: -108px -56px;
}

.hotel-review__date {
    position: relative;
    margin-left: 24px;
    font-size: 12px;
    line-height: 16px;
    color: #878787;
}

.hotel-reviews__title {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.hotel-reviews__link {
    display: inline-block;
    vertical-align: top;
    padding-left: 12px;
    font-size: 18px;
    line-height: 22px;
}

.hotel-review__content-link {
    padding-left: 5px;
    color: #004a9f;
}

.operator-search {
    padding: 10px 15px 15px 18px;
    background-color: #eee;
    border-radius: 6px;
}

.operator-search__title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #e30613;
}

.operator-search__labels-row {
    margin-bottom: 4px;
    font-size: 0;
}

.operator-search__label {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
}

.operator-search__label--city {
    margin-right: 13px;
    width: 159px;
}

.operator-search__label--metro {
    margin-right: 11px;
    width: 159px;
}

.operator-search__label--hotel {
    margin-right: 10px;
    width: 139px;
}

.operator-search__label--street {
    margin-right: 12px;
    width: 139px;
}

.operator-search__fields-row {
    font-size: 0;
}

.operator-search__select-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 157px;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
}

.operator-search__select-wrapper:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 5px;
    background-image: url("../i/icons-1.png");
    background-repeat: no-repeat;
    background-position: -233px -98px;
}

.operator-search__select-wrapper--city {
    margin-right: 13px;
}

.operator-search__select-wrapper--metro {
    margin-right: 11px;
}

.operator-search__select {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    height: 24px;
    font-size: 12px;
    line-height: 33px;
    background-color: #fff;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
    cursor: pointer;
}

.operator-search__input {
    padding-left: 5px;
    padding-right: 5px;
    width: 126px;
    height: 22px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
}

.operator-search__input--hotel {
    margin-right: 10px;
}

.operator-search__input--street {
    margin-right: 12px;
}

.btn--red {
    background-color: #e30613;
}

.btn--red:hover {
    background-color: #bc040f;
}

.btn--red:active {
    opacity: .7;
}

.btn--find {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 115px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.operators-table tr {
    border-bottom: 1px solid #e5e5e5;
}

.operators-table__cell-city {
    padding-left: 20px;
    padding-right: 10px;
    width: 70px;
}

.operators-table__cell-metro {
    padding-left: 25px;
    padding-right: 10px;
    width: 101px;
}

.operators-table__cell-address {
    padding-right: 10px;
    width: 190px;
}

.operators-table__cell-name {
    padding-right: 10px;
    width: 105px;
}

.operators-table__cell-phone {
    padding-right: 10px;
    width: 114px;
}

.operators-table__cell-order {
    padding-right: 10px;
    width: 104px;
}

.operators-table__cell-text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
}

.operators-table__cell-text--bold {
    font-weight: 700;
}

.operators-table__link {
    position: relative;
    text-decoration: none;
    font-weight: 700;
    color: #390;
}

.operators-table__link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    width: 100%;
    border-bottom: 1px dashed #390;
}

.operators-table__link:hover {
    color: #226600;
}

.operators-table__link:hover:after {
    border-bottom: 1px dashed #226600;
}

.operators-table__link:active {
    opacity: .7;
}

.operators-table__cell-text--metro {
    position: relative;
}

.operators-table__cell-text--metro:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 11px;
    width: 15px;
    height: 12px;
    background-image: url('../i/icons.png');
    background-repeat: no-repeat;
    background-position: -64px -80px;
}

.order-id {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 28px;
}

.order-id__number {
    font-weight: 700;
    color: #004a9f;
}

.order-information {
    margin-bottom: 17px;
    padding: 18px 20px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    background-color: #f4f4f4;
}

.order-information__wrapper {
    /*margin-bottom: 7px;
    padding-bottom: 11px;
    border-bottom: 1px solid #d3d3d3;*/
}

.order-information__col {
    display: inline-block;
    vertical-align: top;
    width: 313px;
}

.order-information-table__title {
    padding-bottom: 8px;
    padding-right: 13px;
    color: #7f8185;
}

.order-information-table__description--blue {
    color: #376197;
}

.order-information-table__description--green {
    color: #64ab0f;
}

.order-information-table__day {
    color: #7f8185;
}

.order-information-table__weather {
    position: relative;
    padding-left: 28px;
    color: #d54129;
}

.order-information-table__weather:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 7px;
    background-image: url("../i/icons-1.png");
    background-repeat: no-repeat;
    background-position: 0 -78px ;
    width: 18px;
    height: 19px;
}

.order-information__note {
    font-size: 12px;
    line-height: 18px;
    color: #515151;
}

.order-form-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.order-form-subtitle {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 21px;
    color: #004a9f;
}

.order-form-agency {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 18px;
    margin-left: 12px;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
}

.order-form-agency:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px dashed #434343;
}

.order-form-agency:hover {
    color: #004a9f;
}

.order-form-agency:active {
    opacity: .7;
}

.order-form-agency:hover:after {
    border-bottom: 1px dashed #004a9f;
}

.order-form-wrapper {
    margin-bottom: 14px;
    padding: 15px 18px 9px 18px;
    border: 1px solid #e9e9e9; /* stroke */ /* drop shadow */
    -webkit-box-shadow: 0 0 8px rgba(189,189,189,.88); /* drop shadow */
    box-shadow: 0 0 8px rgba(189,189,189,.88); /* drop shadow */
    border-radius: 6px;
}

.order-form__title-wrapper {
    margin-bottom: 12px;
    font-size: 0;
}

.order-form__item {
    margin-bottom: 48px;
}

.order-form__item:last-child {
    margin-bottom: 0;
}

.order-form__item-number {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    width: 36px;
    border: 1px solid #434343;
    border-radius: 50%;
}

.order-form__text-wrapper {
    display: inline-block;
    vertical-align: top;
    padding-left: 12px;
    padding-right: 17px;
}

.order-form__icons-wrapper {
    display: inline-block;
    vertical-align: top;
}

.order-form__name {
    font-size: 18px;
    line-height: 24px;
}

.order-form__status {
    font-size: 14px;
    line-height: 16px;
    color: #848484;
}

.adult-icon {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 4px;
    background-image: url("../i/icons-1.png");
    background-repeat: no-repeat;
    background-position: -166px -53px ;
    width: 21px;
    height: 40px;
    cursor: pointer;
}

.adult-icon--active {
    background-position: -188px -53px ;
}

.toddler-icon {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 4px;
    background-image: url("../i/icons-1.png");
    background-repeat: no-repeat;
    background-position: -210px -52px ;
    width: 21px;
    height: 29px;
    cursor: pointer;
}

.baby-icon {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 4px;
    background-image: url("../i/icons-1.png");
    background-repeat: no-repeat;
    background-position: -128px -55px ;
    width: 18px;
    height: 23px;
    cursor: pointer;
}

.baby-icon--active {
    background-position: -147px -55px ;
}

.order-form__labels-wrapper {
    margin-bottom: 5px;
    font-size: 0;
}

.order-form__label {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    color: #838383;
}

.order-form__label--gender {
    margin-right: 10px;
    width: 68px;
}

.order-form__label--surname {
    margin-right: 9px;
    width: 202px;
}

.order-form__label--name {
    margin-right: 11px;
    width: 202px;
}

.order-form__label--birthday {
    margin-right: 10px;
    width: 182px;
}

.order-form__label--passport {
    margin-right: 9px;
    width: 182px;
}

.order-form__fields-wrapper {
    margin-bottom: 11px;
    font-size: 0;
}

.order-form__radio-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 0;
}

.order-form__radio-wrapper input[type="radio"] {
    display: none;
}

.order-form__radio-label {
    display: inline-block;
    vertical-align: top;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #555;
    border: 1px solid #c8c8c8; /* stroke */
    background-color: #d9d9d9; /* layer fill content */
    cursor: pointer;
}

.order-form__radio-label--male {
    margin-right: 4px;
}

input[name="gender-1"]:checked + label {
    color: #fff;
    background-color: #2d71b3;
}

input[name="gender-2"]:checked + label {
    color: #fff;
    background-color: #2d71b3;
}

.order-form__input {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    font-size: 14px;
    line-height: 35px;
    color: #989898;
    border: 1px solid #c8c8c8;
}

.order-form__input--surname {
    margin-right: 9px;
    width: 176px;
}

.order-form__input--name {
    margin-right: 11px;
    width: 176px;
}

.order-form__birthdate-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.order-form__input--day,
.order-form__input--month {
    margin-right: 3px;
    width: 26px;
}

.order-form__input--year {
    width: 46px;
}

.order-form__passport-wrapper,
.order-form__passport-date-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
    font-size: 0;
}

.order-form__input--passport-serial {
    margin-right: 3px;
    width: 46px;
}

.order-form__input--passport-number {
    width: 81px;
}

.order-form__select-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    font-size: 14px;
    height: 35px;
    color: #989898;
    border: 1px solid #c8c8c8;
}

.order-form__select-wrapper:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 10px;
    width: 6px;
    height: 6px;
    background-image: url("../i/icons-1.png");
    background-repeat: no-repeat;
    background-position: -212px -99px ;
}

.order-form__select {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 27px;
    height: 35px;
    font-size: 14px;
    line-height: 33px;
    color: #555;
    background-color: #fff;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
    cursor: pointer;
}

.order-total {
    padding-left: 53px;
    margin: 0 auto;
    width: 346px;
}

.order-total__price {
    font-size: 0;
}

.order-total__price-title {
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    font-weight: 700;
    font-size: 18px;
    line-height: 72px;
    color: #575757; 
}

.order-total__amount-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding-left: 27px;
}

.order-total__amount {
    font-size: 18px;
    line-height: 22px;
    color: #353535;
}

.order-total__amount--bold {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
}

.order-total__note {
    font-size: 12px;
    line-height: 14px;
}

.order-total__checkbox-label {
    position: relative;
    display: block;
    margin-bottom: 14px;
    padding-left: 27px;
    color: #838383;
}

.order-total__link {
    color: #2e72b3;
}

.order-total__checkbox {
    display: none;
}

.order-total__checkbox-label:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #c7c7c7; /* stroke */
    border-radius: 4px; /* border radius */
    background-color: #f4f4f4; /* layer fill content */
}

#agree:checked +label:before {
    background-image: url("../i/check.svg");
    background-repeat: no-repeat;
    background-position: 1px 1px;
}

.btn--proceed-to-checkin {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    border: 1px solid #dfdfdf; /* stroke */
    -moz-box-sborder: 1px solid #dfdfdf;hadow: 2px 3px 4px rgba(25,110,12,.75); /* drop shadow */
    -webkit-box-shadow: 2px 3px 4px rgba(25,110,12,.75); /* drop shadow */
    box-shadow: 2px 3px 4px rgba(25,110,12,.75); /* drop shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwYjc0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcxYmY0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */ /* gradient overlay */ /* gradient overlay */ /* gradient overlay */
    background-image: -webkit-gradient(linear, left bottom, left top, from(#50b748), to(#71bf43));
    background-image: linear-gradient(bottom, #50b748 0%, #71bf43 100%); /* gradient overlay */
}

.btn--proceed-to-checkin:hover{
    -webkit-box-shadow: none;
            box-shadow: none; /* gradient overlay */ /* gradient overlay */ /* gradient overlay */
    background-image: -webkit-gradient(linear, left top, left bottom, from(bottom), color-stop(0%, #71bf43), to(#50b748));
    background-image: linear-gradient(bottom, #71bf43 0%, #50b748 100%); /* gradient overlay */
}












/*спрайт*/

.arrow-down-blue, .arrow-down-gray, .arrow-down, .arrow-next, .arrow-prev, .bath-icon, .bedroom-icon, .btn-back-bg, .display-list-icon, .display-pictures-icon, .kitchen-icon, .media-icon, .pin-icon, .wifi-icon, .hd-icon, .snow-icon, .soundproof-icon, .wi-fi-icon-small {
    background-image: url("../i/icons-1.png");
    background-repeat: no-repeat;
}


/*
a,
button,
label {
        transition: .3s ease;
}
*/

.b-hotels-result-page-size {
    float: right;
}
.page-size-container span {
    color: black;
}
.page-size-container a.current-page-size-click, .page-size-container a.current-page-size-click span {
    color: #39c;
}
.page-size-container a.current-page-size-click {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.b-hotels-result-table__price a.b-hotels-result-table__link{
    color: #dd4129;
}

#progress-bar {
    width: 260px;
    display: inline-block;
}

#statusBarTextPercent {
    display: inline-block;
}

.wrapper-progress-bar {
    text-align: left;
}

.progress {
    background-color: #F5F5F5;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    /*margin-bottom: 20px;*/
    overflow: hidden;
}

.progress.active .progress-bar {
    -webkit-animation: 2s linear 0s normal none infinite progress-bar-stripes;
            animation: 2s linear 0s normal none infinite progress-bar-stripes;
}

.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
}
.progress-bar {
    background-color: #428BCA;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    -webkit-transition: width 0.6s ease 0s;
    transition: width 0.6s ease 0s;
    width: 0;
}


#percent {
    vertical-align: middle;
    text-align: left;
}

.l_ls_foundMore:before {
    content: "Найдено";
}

.l_ls_foundMore:after {
    content: "туров:";
}

.l_ls_priceFrom:before {
    content: "По цене,";
}

.l_ls_priceFrom:after {
    content: "от:";
}

#search-status td {
    vertical-align: middle;
}

#pbar {
    width: 260px;
}

#search-status table {
    width: 100%;
    display: none;
}

#search-status td.cap {
    color: #8f8f8f;
    font-size: 13px;
    text-align: right;
    line-height: 100%;
    padding-right: 5px;
}

#search-status #moar111val {
    font-size: 27px;
    color: #2e2e2e;
}

#search-status #priceval {
    font-size: 27px;
    color: #2e2e2e;
}

#search-status #curr {
    font-size: 17px;
    color: #2e2e2e;
}

#search-status .percent-number {
    margin-left: 5px;
}

#moar111 {
    text-align: left;
}

#search-status #price {
    text-align: left;
}

#loader {
    display: none;
}

#loader>img {
    position: absolute;
    top: 13px;
}







/*CARD*/


.h1--hotels{
    color:#444 !important;
}


.hotel-services--v2{
    margin-bottom: 28px;
}


.hotel-services__title{
    text-transform: none;

}

.hotel-services--v2 .hotel-services__item{
    border-top:solid 1px #efefef;
    border-bottom:solid 1px #efefef;
    padding: 10px 5px 10px 58px;
    margin-bottom: 0;
}

.hotel-services--v2 .hotel-services__item-title{
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;

}

.hotel-services--v2 .hotel-services__item-description{
    font-size: 14px;
    line-height: 22px;
    color:#7f7f80;
}


.hotel-services--v2 .hotel-services__item:before {
    top: 10px;
}




.b-hcard-buttons{
    margin:74px 0 18px 0;
    text-align: right;
}

.hcard__button-map,
.hcard__button-seats{
    display: inline-block;
    color:#fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    padding: 10px 25px;
    margin-left: 16px;
    text-decoration: none;
}

.hcard__button-map{
    background-color: #005ca9;
}

.hcard__button-seats{
    background-color: #e30613;
}


.b-hotel-summary{
    border-radius: 5px;
    border: solid 1px  #d6d6d6;
    padding: 20px;
    margin-bottom: 30px;
}

.hotel-summary__title{
    text-transform: uppercase;
    font-size: 18px;
    color: #5a5a5b;
    margin-bottom: 12px;
}

.hotel-summary__item{
    border-bottom: solid 1px #d6d6d6;
    padding: 8px 0;
    min-height: 1px;
}

.hotel-summary__item:last-child{
    border: none;
}

.hotel-summary__item:after{
    content: '';
    display: table;
    visibility: hidden;
    clear: both;
}

.hotel-summary__caption{
    float: left;
    width: 32.5%;
    padding-right: 5%;
    font-size: 13px;
    color: #515152;
}


.hotel-summary__descr{
    float: right;
    width: 62.5%;
    font-size: 14px;
    color: #376298;

}


.s-hotels{
    float:left;
    width: 788px;
}

.a-hotelcard{
    float:right;
    width: 354px;
}


.s-hotels .tcard__foto-item {
    width: 185px;
    height: 139px;
    margin: 0 16px 15px 0;
}

.s-hotels .tcard__foto-item:nth-child(4n) {
    margin-right: 0;
}

.s-hotels  .tcard__foto-item img {
    width: 185px;
    height: 139px;
    -o-object-fit: cover;
       object-fit: cover;
}

.s-hotels .tcard__foto-list {
    max-height: 307px;
}
.s-hotels  .tcard__foto-list.active {
    max-height: 100%;
}

.tcard__foto-more:after {
    border-left: solid 394px rgba(0, 0, 0, 0);
    border-right: solid 394px rgba(0, 0, 0, 0);
    border-top: solid 10px #eee;
}

#h-map{
    height: 300px;

}



/*hotel dates*/
.b-hotel-dates{
    margin: 0 0 20px 0;
    border: solid 1px #D5D5D5;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px 15px;
    margin-bottom: 30px;
    background: #9ECEDE;

}
.header-request-date{
    font: normal normal 18px/20px Arial, Verdana, sans-serif;
    margin-bottom: 10px;
    color: #444;
}
.hotel-dates__input{
    background: #FFF;
    width: 38%;
    display: inline-block;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 1px #eee;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding: 0 5px;
    float:left;
    margin-right: 2%;
}

.hotel-dates__submit{
    float:right;

    border: none;
    font-size: 12px;
    line-height: 1;
    padding: 9px 12px;
    background-color: #269f16;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    width: 20%;
}


.add-date-book {

}



/* althotels */

.b-althotels{
    margin-bottom: 20px;

}

.althotels__title{
    font-size: 18px;
}

.althotels__list{
    display: table;
    width: 100%;
}

.althotels__item{
    width: 33.33333%;
    display: table-cell;
    padding: 2% 2% 2% 2%;
    border-right:solid 1px #d5d5d5;
}

.althotels__item:last-child{
    padding-right: 0;
    border-right:none;
}

.althotels__item:first-child{
    padding-left: 0;
}

.althotels__fotowrapper{
    float:left;
    width: 33%;
    margin:0 4% 4% 0;
    position: relative;
}

.althotels__foto{
    width: 100%;
    min-width: 189px;
    height: auto;
    max-height: 150px;
    float:none;
    margin:0 auto;
}

.althotels__hotel-name{
    margin-bottom: 10px;
}

.althotels__link{
    font-size: 14px;
    color: #376298;
}

.althotels__address{
    color:#777;
    margin-bottom: 10px;
    font-style: italic;

}

.althotels__descr{
    color:#777;
    text-align: justify;
}


.althotels__fotowrapper .zoomIn {
    width: 74px;
    height: 74px;
    position: absolute;
    top: 4px;
    left: 3px;
    cursor: pointer;
    background: url('../i/icons.png') -160px -144px no-repeat;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    display: none;

}

.althotels__fotowrapper:hover .zoomIn {
    display: block;
}


/*hotel-rooms*/
.b-hotel-rooms{
    margin-bottom: 30px;
    width: 100%;
}

th.hotel-room__type-col,
th.hotel-room__guest-col,
th.hotel-room__price-col,
th.hotel-room__conditions-col,
th.hotel-room__request-col{
    width: 20%;
    background-color: #9ECEDE;
    color: #444;
    font-size: 12px;
    padding: 10px 12px;
    border-right: solid 1px #DFE3E4;
}

td.hotel-room__type-col,
td.hotel-room__guest-col,
td.hotel-room__price-col,
td.hotel-room__conditions-col,
td.hotel-room__request-col{
    width: 20%;
    font-size: 12px;
    padding: 10px 12px;
    border-right: solid 1px #DFE3E4;
    vertical-align: top;
    position: relative;
}


td.hotel-room__price-col {
    text-align: right;
}

td.hotel-room__conditions-col{
    padding-right: 20px;
}

th.hotel-room__request-col,
td.hotel-room__request-col {
    border: none;
}


.b-hotel-rooms tbody tr:nth-child(even) td {
    background-color: #F6F6F6;
}

.hotel-room__guest-col{

}

.hotel-room__price-col{

}

.hotel-room__conditions-col{

}

.hotel-room__request-col{

}


.hotel-room__type-col{

}

.room-type__link{
    color: #2F75B1;
    font-weight: bold;
}


.b-room-guest{
    text-align: center;
}

.icon-room-man{
    display: inline-block;
    width: 21px;
    height: 41px;
    background: url('../i/icons-1.png') -188px -52px no-repeat;
}

.room-guest__plus{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #2e72b3;
    height: 41px;
}

.icon-room-child{
    display: inline-block;
    width: 22px;
    height: 41px;
    background: url('../i/icons-1.png') -231px -52px no-repeat;
}

.room-price__value{
    font-weight: bold;
    color: #DF432A;
    font-size: 22px;
    line-height: 41px;
}

.room-price__currency{
    font-weight: bold;
    color: #DF432A;
    font-size: 18px;

}


.room-price__tooltip-text{
    background-color: #C8E3EC;
    color: #38393A;
    padding: 12px;
    border: solid 1px #5790A2;
    border-radius: 6px;
    display: none;
    position: absolute;
    text-align: left;
}


.room-price__wr:hover+.room-price__tooltip-text,
.room-price__tooltip-text:hover{
    display: block;
    width:200px;
    top:25px;
    right: -50%;
    z-index: 100;
}






.icon-info {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../i/icons-1.png') -250px -98px no-repeat;
}

.room-conditions__tooltip-icon {
    position: absolute;
    top:10px;
    right:5px;
    cursor: pointer;
}

.room-conditions__tooltip-text{
    background-color: #C8E3EC;
    color: #38393A;
    padding: 12px;
    border: solid 1px #5790A2;
    border-radius: 6px;
    display: none;
    position: absolute;
}


.room-conditions__tooltip-icon:hover+.room-conditions__tooltip-text,
.room-conditions__tooltip-text:hover{
    display: block;
    width:200px;
    top:25px;
    right: -50%;
    z-index: 100;
}

.room-conditions__tooltip-text p{
    margin-bottom: 10px;
}

.room-conditions__list{
    margin-bottom: 12px;
}

.room-conditions__item{
    margin-bottom: 12px;
    list-style-type: disc;
    list-style-position: inside;
}

.room-request__link{
    border: none;
    font-size: 12px;
    line-height: 1;
    padding: 9px 12px;
    background-color: #269f16;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}


/* end hotel-rooms*/


/* Rating */
#name-hotel, #rating_hotel-raty{
    float:left;
    margin-right: 15px;
}
#rating_hotel-raty,#address-hotel-1{
    margin-top: 3px;
}
#address-hotel-1{
    position:relative;
    float:none;
    clear: both;
    text-align: left;
    top: -15px;
}
/* Rating / */


/*obl-list*/
.b-obl-list{
    margin-top: 24px;
}

.obl__head {
    padding-bottom: 6px;
    margin-bottom: 12px;
    border-bottom: solid 1px #ccc;

}

.obl__name{
    font-size: 14px;
    display: inline-block;
}

.obl__count{
    display: inline-block;
    margin-left: 12px;
}

.b-city-list{
    margin-bottom: 20px;
}

.city__item{
    float: left;
    width: 33.3333%;
    padding:0 2%;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    min-height: 1px;
    margin-bottom: 5px;
}

.city__item:nth-child(3){

}

.city__link{
    color:#0058A5;
}

.city__count{
    color:#777;
    margin-left: 1em;
    font-weight: normal;



}

.nav-obl{
    margin-bottom: 30px;

}

.nav-obl__item{
    display: inline-block;
    margin-bottom: 15px;
}

.obl__title{
    font-weight: bold;
    font-size: 18px;
    margin-top: 38px;
    margin-bottom: 24px;
}


/*/obl-list*/




/* HOTEL RECOMMEND*/
.b-hotel-cards-list{
    margin-bottom: 20px;
}

.u-content+.b-hotel-cards-list{
    margin-top: 30px;
}


.hotel-recommend__item{
    margin: 4px;
    padding: 3px;
    border: solid 1px #d5d5d5;
    border-radius: 6px;
    width: 440px;
    float: left;
    height: 121px;
    position: relative;
    overflow: hidden;
}

.hotel-recommend__foto-wr{
    float: left;
    width: 150px;
    min-height: 1px;
    position: relative;
    height: 112px;
    padding-top: 3px;
    padding-left: 6px;
}

.hotel-recommend__foto{
    width: 150px;
    height: auto;
}

.hotel-recommend__info{
    float: left;
    margin-left: 20px;
    width: 253px;
}

.hotel-recommend__title{
    margin-bottom: 3px;
}

.hotel-recommend__title-link{
    font-size: 18px;
    color: #0058A5;
}

.hotel-recommend__stars{
    margin-bottom: 10px;
}

.icon-star{
    background-position: -400px 0;
}
.icon-star-empty{
    background-position: -416px 0;
}

.hotel-recommend__geo{
    margin-bottom: 10px;
}

.icon-flag{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 11px;
    background: url('../i/icons.png') 0 0 no-repeat;
}
.flag-AZ{
    background-position: -352px -144px;
}

.flag-AM{
    background-position: -352px -155px;
}

.flag-BY{
    background-position: -352px -166px;
}
.flag-KZ{
    background-position: -352px -177px;
}
.flag-KG{
    background-position: -352px -188px;
}
.flag-MD{
    background-position: -352px -199px;
}
.flag-RU{
    background-position: -352px -210px;
}
.flag-TJ{
    background-position: -352px -221px;
}
.flag-TM{
    background-position: -352px -232px;
}
.flag-UZ{
    background-position: -352px -243px;
}

.flag-UA{
    background-position: -352px -254px;
}

.flag-GE{
    background-position: -352px -265px;
}

.flag-ABKHAZIA{
    background-position: -352px -276px;
}



.hotel-recommend__address{
    font-size: 12px;
    color: #777;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.hotel-recommend__extra{
    float: right;
    width: 174px;
    min-height: 1px;
    position: absolute;
    bottom: 5px;
    right:10px;
    text-align: right;
    display: none;
}

.hotel-recommend__rating{
    margin-bottom: 20px;

}

.b-rating{

}

.rating__label{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #777;
}

.rating__value{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #777;
}

.rating--8{

}



.hotel-card__price{

}

.hotel-recommend__price-button{
    display: inline-block;
    padding: 5px 9px;
    background-color: #269f16;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    bottom: 1px;
}

.hotel-recommend__price-button:hover {
    background-color: #1C8E0C;
}




/* /HOTEL CARDS */


/* HOTEL CARDS*/
.b-hotel-cards-list{
    margin-bottom: 20px;
}

.u-content+.b-hotel-cards-list{
    margin-top: 30px;
}


.hotel-card__item{
    margin-bottom: 20px;
    padding: 12px;
    border: solid 1px #d5d5d5;
    border-radius: 6px;
}

.hotel-card__foto-wr{
    float:left;
    width: 150px;
    min-height: 1px;
    position: relative;
    height: 112px;
}

.hotel-card__foto{
    width: 150px;
    height: auto;
}

.hotel-card__info{
    float: left;
    margin-left: 20px;
    width: 550px;
}

.hotel-card__title{
    margin-bottom: 12px;
}

.hotel-card__title-link{
    font-size: 18px;
    color: #0058A5;
}

.hotel-card__stars{
    margin-bottom: 10px;
}

.icon-star{
    background-position: -400px 0;
}
.icon-star-empty{
    background-position: -416px 0;
}

.hotel-card__geo{
    margin-bottom: 10px;
}

.icon-flag{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 11px;
    background: url('../i/icons.png') 0 0 no-repeat;
}
.flag-AZ{
    background-position: -352px -144px;
}

.flag-AM{
    background-position: -352px -155px;
}

.flag-BY{
    background-position: -352px -166px;
}
.flag-KZ{
    background-position: -352px -177px;
}
.flag-KG{
    background-position: -352px -188px;
}
.flag-MD{
    background-position: -352px -199px;
}
.flag-RU{
    background-position: -352px -210px;
}
.flag-TJ{
    background-position: -352px -221px;
}
.flag-TM{
    background-position: -352px -232px;
}
.flag-UZ{
    background-position: -352px -243px;
}

.flag-UA{
    background-position: -352px -254px;
}

.flag-GE{
    background-position: -352px -265px;
}

.flag-ABKHAZIA{
    background-position: -352px -276px;
}



.hotel-card__address{
    font-size: 12px;
    color: #777;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.hotel-card__extra{
    float: right;
    width: 174px;
    min-height: 1px;
    text-align: right;
}

.hotel-card__rating{
    margin-bottom: 20px;

}

.b-rating{

}

.rating__label{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #777;
}

.rating__value{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #777;
}

.rating--8{

}



.hotel-card__price{

}

.hotel-card__price-button{
    display: inline-block;
    padding: 9px 12px;
    background-color: #269f16;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.hotel-card__price-button:hover {
    background-color: #1C8E0C;
    color:#fff;
    text-decoration:none;
}




/* /HOTEL RECOMMEND */


/*HOTEL FILTR*/
.b-hotel-filtr{
    margin-bottom: 30px;
    /*padding:10px;*/

}
.hotel-filtr__block{
    margin-bottom: 25px;
}
.hotel-filtr__title{
    font-size: 18px;
    margin-bottom: 10px;
}
.hotel-filtr__count{
    font-size: 12px;
    color: #777;
}
.hotel-filtr__select{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width: 100%;
    border: solid 1px #bbb;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.hotel-filtr__popular{
    padding: 0 5px;
}
.hotel-filtr-popular__link{
    margin-right: 5px;
    font-size: 11px;
    color: #0058A5;
}

.hotel-filtr__category{

}
.hotel-filtr-category__item{
    margin-bottom: 5px;
    cursor: pointer;
    display: block;
}

.hotel-filtr__checkbox{
    display: inline-block;
    vertical-align: middle;
    margin: 2px 5px 0 0;
}

.hotel-filtr__stars{
    display: inline-block;
    vertical-align: middle;
}

.hotel-filtr__title-link{
    color: #0058A5;
}

.hotel-filtr__links{

}
.hotel-filtr__link{
    margin-right: 5px;
    font-size: 12x;
    color: #0058A5;
}

.hotel-filtr__label-txt{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    overflow-wrap: break-word;
    line-break: strict;
    word-wrap:break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}
/*/HOTEL FILTR*/

/* form order */

.booking-breadcrumbs {
    margin: 20px 0;
    color: #BBBBBB;
    font-size: 20px;
    line-height: 1;
    position: relative;
}
.booking-breadcrumbs div {
    position: relative;
    cursor: pointer;
    background-color: #f5f5f5;
}
.booking-breadcrumbs .booking-breadcrumbs__step-1 {
    z-index: 1;
    width: 55px;
    position: absolute;
    top:0;
    left: 0;
    padding: 15px 15px;
    border-radius: 5px 0 0 5px;
}
.booking-breadcrumbs__step-2 {
    padding: 15px 0 15px 130px;
    border-radius: 0 5px 5px 0;
}
.booking-breadcrumbs div.active {
    background: #EDEBEC;
    color: #697777;

}

.booking-breadcrumbs div.active {
    cursor: auto;
}
.booking-breadcrumbs__step-1:after{
    left: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #f5f5f5;
    border-width: 25px;
}
.booking-breadcrumbs__step-1.active:after{
    border-left-color: #EDEBEC;
}

.booking-breadcrumbs__step-1:before{
    left: 88px;
    top: -2px;
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #FFF;
    border-width: 27px;
}


.booking-breadcrumbs__step-1 {
    /*margin-right: 4%;*/
}



.booking-breadcrumbs  div.active .booking-breadcrumbs__step {
    color: #E50621;
}
.booking-breadcrumbs  div.next {

}
.booking-breadcrumbs > div small {
    font-size: 14px;
}
.b-order-steps {
    position: relative;
    margin-bottom: 20px;
}
.required-info{
    margin-bottom: 20px;
}

.b-order-steps .required{
    color: #dd2222;
    text-transform: uppercase;
}

.torder__field-date{
    width: 100%;
}

#booking-step-1, #booking-step-3 {
    position: relative;

}
#booking-step-3 {
    left: 1000px;
    opacity: 0;
    display: none;
}

#selOfficePan {
    text-decoration: none;
    border-bottom: 1px dashed grey;
    margin-left: 30px;
}
#selOfficeList {
    position: relative;

    margin-bottom: 20px;
}
.office__selected{
    margin-bottom: 20px;
}

#fltrOfficeList{
    margin-bottom: 20px;
    padding: 15px 20px 20px;
    border-radius: 5px;
    background: #9ECEDE;
}

#officeListRows{
    margin-bottom: 20px;
}
.send-copy{
    margin-bottom: 5px;
}
.col-city{
    width: 25%;
    float:left;
}

.col-city__label,
.col-metro__label,
.col-city__label,
.col-man__label {
    margin-bottom: 5px;
}

#fltrOfficeCityId {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border:solid 1px #a9a9a9;
}

.col-metro{
    width: 25%;
    float: left;
    margin-left: 2%;
}

#fltrOfficeMetro{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border:solid 1px #a9a9a9;
}

.col-street{
    float:left;
    width: 25%;
    margin-left: 2%;
}

.col-man-filtr{
    float: left;
    width: 19%;
    margin-left: 2%;
}
.fltr-sel-street{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding:5px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border:solid 1px #a9a9a9;
}

.officeList__more {
    text-align: center;
    padding: 8px 0 2px 0;
    background-color: #EEE;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    line-height: 1;

    display: none;
}
.officeList__more span {
    border-bottom: dashed 1px #333;
}

.officeList__more:after {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    border-left: solid 460px rgba(0, 0, 0, 0);
    border-right: solid 460px rgba(0, 0, 0, 0);
    border-top: solid 10px #EEE;
}


.step-btns{
    text-align: right;
}
.step-prev,
#tour-booking-send,
#hotel-tour-booking-send,
#fltrOfficeListSmbt{
    display: inline-block;
    padding: 7px 12px;
    background-color: #269F16;
    color: #FFF;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.step-prev[disabled],
#tour-booking-send[disabled],
#hotel-tour-booking-send[disabled],
#fltrOfficeListSmbt[disabled] {
    background-color: rgba(38, 159, 22, 0.5);
}

#fltrOfficeListSmbt{
    width: 100%;
}

.list-row{
    cursor: pointer;
    padding: 8px 0;
    border-bottom: solid 1px #f6f6f6;
}
.list-row.selected{
    background-color: #DAE7EC;
}
.list-row:hover, .list-row.selected:hover{
    background-color: #9ECEDE;
}

.list-row:after{
    content: '';
    display: table;
    visibility: hidden;
    clear: both;
}

.list-col-metro{
    width: 25%;
    float: left;
    min-height: 1px;
}

.list-col-name{
    width: 25%;
    float: left;
    margin-left: 2%;
}

.list-col-street{
    width: 25%;
    float: left;
    margin-left: 2%;
}

.list-col-select{
    width: 5%;
    float: left;
}

.fltr-sel-metro{
    position: relative;

}
.fltr-sel-metro-rmv{
    position: absolute;
    top:0;
    right: 0;
}

/* /form order */



.order-by-phone{
    margin-bottom: 20px;
}
.order-by-phone a{
    text-decoration: none;
}