.podborloader {
  height: 40px;
  background: #F4F7FB;
}
.podborloader .line {
  position: relative;
  background: none;
  height: auto;
}
.podborloader .line .fill {
  width: 5%;
  height: 40px;
  transition: 300ms;
  background: url("/usertpl/i/podbor-loader.png"), linear-gradient(90deg, #FF8A00 7.72%, #FF8101 7.72%, #FFBA46 100.67%);
}
.podborloader .line .procent {
  position: absolute;
  top: 11px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.podborresult {
  margin-bottom: 20px;
  padding: 40px 0 0;
  display: none;
  /*
  .inprogress {
    .noresult;
    display: block;background-image: url(/usertpl/i/girl-inprogress.png);
  }
  */
}
@media (max-width: 1170px) {
  .podborresult {
    padding: 0;
  }
}
.podborresult-cols {
  display: none;
}
.podborresult-cols .col-l {
  width: 305px;
  line-height: 20px;
}
@media (max-width: 1170px) {
  .podborresult-cols .col-l {
    width: 100%;
    padding: 20px;
  }
}
.podborresult-cols .col-l .showfilter {
  display: none;
  padding: 9px;
  font-size: 12px;
  margin: 0 0 10px;
}
@media (max-width: 1170px) {
  .podborresult-cols .col-l .showfilter {
    display: none;
  }
}
.podborresult-cols .col-l .showfilter.opened span {
  background-image: url("/usertpl/i/select-arrow-up.svg");
  background-position: right top 7px;
}
.podborresult-cols .col-l .showfilter span {
  background: url("/usertpl/i/select-arrow-down.svg") no-repeat right top 9px;
  padding-right: 17px;
  display: inline-block;
}
.podborresult-cols .col-l .filter {
  padding: 32px 35px 45px 31px;
}
@media (max-width: 1170px) {
  .podborresult-cols .col-l .filter {
    padding: 40px 20px 0 19px;
    display: none;
  }
}
.podborresult-cols .col-l .filter.opened {
  display: block;
}
.podborresult-cols .col-l .filter .block {
  padding: 25px 0 26px;
  /*border-bottom: 1px solid #EDF4FB;*/
}
.podborresult-cols .col-l .filter .block .title {
  font-weight: 600;
  margin-bottom: 15px;
}
.podborresult-cols .col-l .filter .block .list {
  display: flex;
  flex-direction: column;
}
.podborresult-cols .col-l .filter .block .list .item label {
  display: flex;
  padding: 9px 0 9px 27px;
  border-bottom: 1px solid #E0EBFD;
  position: relative;
}
.podborresult-cols .col-l .filter .block .list .item label::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #E0EBFD;
  position: absolute;
  left: 0;
  top: 11px;
}
.podborresult-cols .col-l .filter .block .list .item label .count {
  font-size: 10px;
}
.podborresult-cols .col-l .filter .block .list .item label .descr {
  font-size: 10px;
  color: #8C8C8C;
}
.podborresult-cols .col-l .filter .block .list .item input {
  display: none;
}
.podborresult-cols .col-l .filter .block .list .item input:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("/usertpl/i/checkbox.svg") no-repeat center / 10px;
}
.podborresult-cols .col-l .filter .block .list .item .star-icons {
  display: flex;
  justify-content: flex-start;
}
.podborresult-cols .col-l .filter .block .list .item .star-icons .icon-star {
  width: 10px;
  height: 10px;
  background: url("/usertpl/i/star.svg");
  margin-right: 1px;
}
.podborresult-cols .col-l .filter .block .list .item .star-icons .icon-star-e {
  width: 11px;
  height: 10px;
  background: url("/usertpl/i/star-empty.svg");
  margin-right: 1px;
}
.podborresult-cols .col-l .filter .reset {
  padding-right: 16px;
  background: url("/usertpl/i/reset-filter.png") no-repeat right 0 top 6px;
  background-size: 8px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.podborresult-cols .col-r {
  max-width: 832px;
  width: 100%;
}
.podborresult-cols .col-r .descr {
  line-height: 20px;
}
@media (max-width: 1170px) {
  .podborresult-cols .col-r .descr {
    padding: 0 20px;
  }
}
.podborresult-cols .col-r .descr .h {
  padding: 0 0 40px;
  font-weight: 600;
  gap: 10px;
}
@media (max-width: 1170px) {
  .podborresult-cols .col-r .descr .h {
    margin-bottom: 20px;
    padding: 0;
  }
}
.podborresult-cols .col-r .descr .h .filtertext {
  display: none;
}
.podborresult-cols .col-r .descr .h .reverse {
  border-bottom: 1px dashed;
  cursor: pointer;
}
.podborresult-cols .col-r .descr .dopbtns {
  font-weight: normal;
}
@media (max-width: 1170px) {
  .podborresult-cols .col-r .descr .dopbtns {
    justify-content: space-between;
  }
}
.podborresult-cols .col-r .descr .dopbtns .item {
  background: no-repeat left 5px;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 20px;
}
@media (max-width: 1170px) {
  .podborresult-cols .col-r .descr .dopbtns .item {
    margin-bottom: 20px;
  }
}
.podborresult-cols .col-r .descr .dopbtns .item.pricetracking {
  background-image: url("/usertpl/i/podborresult-icon-pricetrack.svg");
  padding-left: 26px;
}
@media (max-width: 1170px) {
  .podborresult-cols .col-r .descr .dopbtns .item.pricetracking {
    margin: 0 0 20px;
  }
}
.podborresult-cols .col-r .descr .dopbtns .item.copylink {
  background-image: url("/usertpl/i/podborresult-icon-copylink.svg");
  padding-left: 26px;
}
@media (max-width: 1170px) {
  .podborresult-cols .col-r .descr .dopbtns .item.copylink {
    display: none;
  }
}
.podborresult-cols .col-r .descr .dopbtns .item.map {
  background-image: url("/usertpl/i/podborresult-icon-map.svg");
  padding-left: 24px;
}
.podborresult-cols .col-r .descr .dopbtns .item.weather {
  background-image: url("/usertpl/i/podborresult-icon-weather.svg");
  padding-left: 26px;
}
.podborresult-cols .col-r .hotelgroup {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1170px) {
  .podborresult-cols .col-r .hotelgroup {
    margin: 0 20px 20px;
  }
}
.podborresult-cols .col-r .hotelgroup.recomendet {
  display: none;
}
.podborresult-cols .col-r .hotelgroup.recomendet::after {
  content: 'Мы рекомендуем';
  display: block;
  width: 103px;
  height: 31px;
  background: url("/usertpl/i/hotelgroup-rec.svg");
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 20px;
  left: -10px;
  color: #fff;
  z-index: 4;
  padding: 1px 0 0;
}
.podborresult-cols .col-r .hotelgroup .more {
  text-align: center;
  padding: 10px 0 11px;
  font-size: 10px;
  width: 100%;
  display: none;
}
@media (max-width: 1170px) {
  .podborresult-cols .col-r .hotelgroup .more {
    padding: 13px 0 14px;
  }
}
.podborresult-cols .col-r .hotelgroup .more.open span {
  background-image: url("/usertpl/i/select-arrow-up.svg");
}
.podborresult-cols .col-r .hotelgroup .more span {
  display: inline-block;
  padding-right: 19px;
  background: url("/usertpl/i/select-arrow-down.svg") no-repeat right center;
  background-size: 10px;
  cursor: pointer;
}
.podborresult-cols .col-r .hotelgroup .podborinhotel {
  text-align: center;
  padding: 15px 30px 12px 10px;
  font-size: 10px;
  width: 100%;
  display: none;
  border-bottom: 1px solid #C2D7E1;
  cursor: pointer;
}
@media (max-width: 1170px) {
  .podborresult-cols .col-r .hotelgroup .podborinhotel {
    padding: 13px 0 14px;
  }
}
.podborresult-cols .col-r .hotelgroup .podborinhotel.vis {
  display: block;
}
.podborresult .response {
  display: flex;
  flex-direction: column;
}
.podborresult .response.reverse {
  flex-direction: column-reverse;
}
.podborresult .promotext {
  padding: 10px 20px;
  border: 1px solid #efeeee;
}
.podborresult .params {
  background: #0057a5;
  padding: 15px 20px 10px;
  color: #fff;
  font-size: 13px;
}
.podborresult .params .title {
  font-weight: 800;
  margin-bottom: 10px;
}
.podborresult .params .wrap {
  align-items: center;
}
.podborresult .params .item {
  margin-bottom: 10px;
}
.podborresult .params .item .key {
  font-weight: 300;
  display: inline-block;
}
.podborresult .params .item .val {
  font-weight: 600;
  display: inline-block;
}
.podborresult .params .btn {
  height: 35px;
  line-height: 35px;
  width: 140px;
  padding: 0 10px;
}
.podborresult .noresult {
  display: none;
  background: url(/usertpl/i/girl-tours-notfound.png) no-repeat top left;
  min-height: 326px;
  max-width: 800px;
  margin: 20px auto;
  padding: 10px 0 0 130px;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 1170px) {
  .podborresult .noresult {
    padding: 0 20px;
    background: none;
  }
}
.podborresult .noresult .title {
  color: #fdc10f;
  font-size: 23px;
  margin-bottom: 10px;
  min-height: auto;
}
.podborresult .noresult .btn {
  padding: 10px 20px;
  margin: 10px 0 35px;
  line-height: normal;
  max-width: 280px;
  height: auto;
}
.podborresult .noresult .text {
  color: #fdc10f;
  font-size: 17px;
  margin-bottom: 10px;
}
.podborresult .noresult .podbor-from-other-town {
  cursor: pointer;
  display: none;
  margin: 5px 0;
}
.podborresult .noresult .podbor-from-other-town.vis {
  display: inline-block;
}
.podborresult .resutl-from-other-town {
  display: none;
  background: url(/usertpl/i/girl-tours-notfound.png) no-repeat top left;
  min-height: 326px;
  max-width: 800px;
  margin: 20px auto;
  padding: 10px 0 0 130px;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 1170px) {
  .podborresult .resutl-from-other-town {
    padding: 0 20px;
    background: none;
  }
}
.podborresult .resutl-from-other-town .title {
  color: #fdc10f;
  font-size: 23px;
  margin-bottom: 10px;
  min-height: auto;
}
.podborresult .resutl-from-other-town .btn {
  padding: 10px 20px;
  margin: 10px 0 35px;
  line-height: normal;
  max-width: 280px;
  height: auto;
}
.podborresult .resutl-from-other-town .text {
  color: #fdc10f;
  font-size: 17px;
  margin-bottom: 10px;
}
.podborresult .resutl-from-other-town .podbor-from-other-town {
  cursor: pointer;
  display: none;
  margin: 5px 0;
}
.podborresult .resutl-from-other-town .podbor-from-other-town.vis {
  display: inline-block;
}
.podborresult .resutl-from-other-town.vis {
  display: inline-block;
}
.podborresult .endresults {
  display: none;
}
.tour-list {
  line-height: 20px;
  position: relative;
}
.tour-list.invisible {
  display: none;
}
.tour-list.disable {
  display: none;
}
.tour-list:not(.disable) ~ .tour-list .h {
  display: none;
}
.tour-list:not(.disable) ~ .tour-list .images {
  background: none;
  border: none;
  height: 0;
}
.tour-list:not(.disable) ~ .tour-list .images .item {
  display: none;
}
.tour-list .images {
  background: url(/usertpl/i/hotel-noimage2.webp?r=2020-11-04-1) no-repeat center / cover;
  height: 260px;
  width: 260px;
  border-bottom: 1px solid #C2D7E1;
  position: relative;
  cursor: pointer;
  display: flex;
}
.tour-list .images .text {
  margin: auto;
  text-align: center;
  padding: 10px;
}
.tour-list .images .text .t {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 13px;
}
.tour-list .images .text .d {
  font-size: 10px;
  line-height: 16px;
}
.tour-list .content {
  width: 547px;
  border-bottom: 1px solid #C2D7E1;
  margin: 0 25px 0 0;
}
.tour-list .content .tour-cols {
  font-size: 10px;
}
.tour-list .content .tour-cols-col-l {
  width: 202px;
}
.tour-list .content .tour-cols-col-c {
  width: 204px;
}
.tour-list .content .tour-cols-col-r {
  width: 116px;
}
.tour-list .content .tour-cols-col-r .buy {
  width: 100%;
  font-size: 12px;
  padding: 10px;
}
.tour-list .content .h {
  padding: 28px 0 14px;
  /*height: 120px;*/
  border-bottom: 1px solid #C2D7E1;
  margin: 0 0 0 25px;
}
.tour-list .content .h .hotelname {
  font-weight: 600;
  font-size: 16px;
  margin: 0 5px 5px 0;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.tour-list .content .h .stars {
  margin-bottom: 5px;
}
.tour-list .content .h .stars .star {
  background: url("/usertpl/i/star.svg") no-repeat center / contain;
  width: 10px;
  height: 10px;
  margin: 0 1px 0 0;
}
.tour-list .content .h .rate {
  background: #CFFCC8;
  text-align: center;
  width: 44px;
  height: 22px;
  border-radius: 11px;
  margin: 0 10px 13px 0;
}
.tour-list .content .h .reviewcount {
  text-decoration: underline;
  cursor: pointer;
}
.tour-list .content .h .beach {
  background: url("/usertpl/i/tour-list-beach.svg") no-repeat left center;
  padding-left: 32px;
  min-height: 22px;
}
.tour-list .content .h .distancetocenter {
  background: url("/usertpl/i/tour-list-distancetocenter.svg") no-repeat left center;
  padding-left: 32px;
  min-height: 22px;
}
.tour-list .content .h .place {
  font-size: 14px;
  color: #8C8C8C;
  margin: 0 0 12px;
}
.tour-list .content .h .tour-params {
  font-size: 10px;
}
.tour-list .content .h .tour-params .distancetoairport {
  background: url("/usertpl/i/tour-list-distancetocenter.svg") no-repeat left center;
  padding-left: 32px;
  min-height: 22px;
  min-width: 202px;
}
.tour-list .content .m {
  padding: 15px 0 14px 25px;
  height: 139px;
}
.tour-list .content .m .meal {
  background: url("/usertpl/i/tour-list-meal.svg") no-repeat left center;
  padding-left: 32px;
  min-height: 22px;
  margin-bottom: 7px;
}
.tour-list .content .m .htplace {
  background: url("/usertpl/i/tour-list-room.svg") no-repeat left center;
  padding-left: 32px;
  min-height: 22px;
  margin-bottom: 7px;
}
.tour-list .content .m .room {
  background: url("/usertpl/i/tour-list-room-lux.svg") no-repeat left center;
  padding-left: 32px;
  min-height: 22px;
  margin-bottom: 7px;
}
.tour-list .content .m .room:last-child {
  margin-bottom: 0;
}
.tour-list .content .m .wifi {
  background: url("/usertpl/i/tour-list-room-lux.svg") no-repeat left center;
  padding-left: 32px;
  min-height: 22px;
  margin-bottom: 7px;
}
.tour-list .content .m .wifi:last-child {
  margin-bottom: 0;
}
.tour-list .content .m .dates {
  margin-bottom: 10px;
}
.tour-list .content .m .dates span {
  margin: 0 0 0 10px;
  color: #8C8C8C;
}
.tour-list .content .m .price {
  margin-bottom: 8px;
}
.tour-list .content .m .price span {
  font-weight: 600;
  font-size: 12px;
  margin: 0 0 0 6px;
}
.tour-list .content .m .credit {
  margin-bottom: 8px;
}
.tour-list .content .m .credit .descr {
  color: #777;
  padding: 0;
}
.tour-list .content .m .credit .m12 {
  height: 26px;
  border-radius: 13px;
  background: #F2D44B;
  text-align: center;
  padding: 2px 7px 4px;
  margin: 0 5px 0 6px;
  font-weight: 600;
}
.tour-list-mobile {
  line-height: 20px;
}
.tour-list-mobile.invisible {
  display: none;
}
.tour-list-mobile.disable {
  display: none;
}
.tour-list-mobile:not(.disable) ~ .tour-list-mobile .h {
  display: none;
}
.tour-list-mobile:not(.disable) ~ .tour-list-mobile .images {
  background: none;
  border: none;
  height: 0;
}
.tour-list-mobile:not(.disable) ~ .tour-list-mobile .images .item {
  display: none;
}
.tour-list-mobile:not(.disable) ~ .tour-list-mobile .images .owl-dots {
  display: none;
}
.tour-list-mobile .images {
  background: url(/usertpl/i/hotel-noimage2.webp?r=2020-11-04-1) no-repeat center / cover;
  height: 150px;
  width: 100%;
  position: relative;
  display: flex;
}
@media (max-width: 1170px) {
  .tour-list-mobile .images {
    height: 180px;
    border: none;
    width: 100%;
  }
}
.tour-list-mobile .images .text {
  margin: auto;
  text-align: center;
  padding: 10px;
}
.tour-list-mobile .images .text .t {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 13px;
}
.tour-list-mobile .images .text .d {
  font-size: 10px;
  line-height: 16px;
}
.tour-list-mobile .content {
  border: none;
  width: 100%;
  margin: 0;
}
.tour-list-mobile .content .tour-cols {
  font-size: 10px;
}
.tour-list-mobile .content .tour-cols-col-l {
  width: 100%;
  padding: 0 31px;
}
.tour-list-mobile .content .tour-cols-col-c {
  width: 100%;
  padding: 0 31px;
}
.tour-list-mobile .content .tour-cols-col-r {
  width: 100%;
  padding: 0 31px;
}
.tour-list-mobile .content .h {
  padding: 18px 0 15px;
  margin: 0;
  border-bottom: 1px solid #C2D7E1;
}
.tour-list-mobile .content .h .title {
  justify-content: space-between;
  padding: 0 31px;
}
.tour-list-mobile .content .h .hotelname {
  font-weight: 600;
  font-size: 16px;
  margin: 0 5px 5px 0;
  color: inherit;
  text-decoration: none;
}
.tour-list-mobile .content .h .stars {
  margin-bottom: 5px;
}
.tour-list-mobile .content .h .stars .star {
  background: url("/usertpl/i/star.svg") no-repeat center / contain;
  width: 10px;
  height: 10px;
  margin: 0 1px 0 0;
}
.tour-list-mobile .content .h .rate {
  background: #CFFCC8;
  text-align: center;
  width: 44px;
  height: 22px;
  border-radius: 11px;
  margin: 0 10px 5px 0;
}
.tour-list-mobile .content .h .reviewcount {
  text-decoration: underline;
}
.tour-list-mobile .content .m {
  padding: 15px 31px 20px;
  border-bottom: 1px solid #C2D7E1;
  font-size: 10px;
}
.tour-list-mobile .content .m .meal {
  background: url("/usertpl/i/tour-list-meal.svg") no-repeat left center;
  padding-left: 32px;
  min-height: 22px;
  margin: 0 0 7px -6px;
}
.tour-list-mobile .content .m .htplace {
  background: url("/usertpl/i/tour-list-room.svg") no-repeat left center;
  padding-left: 32px;
  min-height: 22px;
  margin: 0 0 7px -6px;
}
.tour-list-mobile .content .m .room {
  background: url("/usertpl/i/tour-list-room-lux.svg") no-repeat left center;
  padding-left: 32px;
  min-height: 22px;
  margin: 0 0 11px -6px;
}
.tour-list-mobile .content .m .wifi {
  background: url("/usertpl/i/tour-list-room-lux.svg") no-repeat left center;
  padding-left: 32px;
  min-height: 22px;
  margin: 0 0 11px -6px;
}
.tour-list-mobile .content .m .dates {
  margin-bottom: 11px;
}
.tour-list-mobile .content .m .dates span {
  margin: 0 0 0 10px;
  color: #8C8C8C;
}
.tour-list-mobile .content .m .price {
  margin-bottom: 8px;
  font-weight: 600;
}
.tour-list-mobile .content .m .price span {
  font-size: 12px;
  margin: 0 0 0 6px;
}
.tour-list-mobile .content .m .credit {
  font-weight: 600;
}
.tour-list-mobile .content .m .credit .descr {
  color: #777;
  font-weight: normal;
  padding: 0;
}
.tour-list-mobile .content .m .credit .m12 {
  height: 26px;
  border-radius: 13px;
  background: #F2D44B;
  text-align: center;
  padding: 2px 7px 4px;
  margin: 0 5px 0 6px;
  font-weight: 600;
}
.tour-list-mobile .buy {
  margin: 20px 0 0;
  width: 100%;
}
.tour-list-subscribe {
  padding: 62px 72px 60px;
  margin: 0 0 30px;
  background: url("/usertpl/i/tour-list-subscribe.svg") no-repeat left 0 bottom 0 #EAF8FF;
}
@media (max-width: 1170px) {
  .tour-list-subscribe {
    padding: 60px 31px 54px;
    margin: 50px 0 70px;
  }
}
.tour-list-subscribe .gtitle {
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0.03em;
  margin: 0 0 50px;
  padding: 0 0 31px;
  color: #373B3E;
}
@media (max-width: 1170px) {
  .tour-list-subscribe .gtitle {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 29px;
    padding: 0;
  }
}
.tour-list-subscribe input,
.tour-list-subscribe select {
  width: 220px;
  height: 50px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
@media (max-width: 1170px) {
  .tour-list-subscribe input,
  .tour-list-subscribe select {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tour-list-subscribe .btn3 {
  width: 220px;
  padding: 14px 30px;
  margin: 0;
}
@media (max-width: 1170px) {
  .tour-list-subscribe .btn3 {
    width: 100%;
  }
}
.tour-list-recall {
  padding: 62px 72px 60px;
  margin: 0 0 30px;
  background: url("/usertpl/i/tour-list-recall.svg") no-repeat left top #EAF8FF;
}
@media (max-width: 1170px) {
  .tour-list-recall {
    padding: 60px 26px 54px;
    margin: 50px 0 70px;
  }
}
.tour-list-recall .gtitle {
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0.03em;
  margin: 0 0 50px;
  padding: 0 0 31px;
  color: #373B3E;
}
@media (max-width: 1170px) {
  .tour-list-recall .gtitle {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 29px;
    padding: 0;
  }
}
@media (max-width: 1170px) {
  .tour-list-recall .gtitle span {
    display: block;
  }
}
.tour-list-recall input {
  width: 425px;
  height: 50px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
@media (max-width: 1170px) {
  .tour-list-recall input {
    width: 100%;
    margin: 0 0 20px;
    font-size: 12px;
    padding: 10px 30px;
  }
}
.tour-list-recall .btn3 {
  width: 242px;
  padding: 14px 30px;
}
@media (max-width: 1170px) {
  .tour-list-recall .btn3 {
    width: 100%;
    font-size: 12px;
    padding: 9px;
  }
}
.tour-list-info {
  margin-bottom: 30px;
  padding: 62px 208px 50px 72px;
  background: url("/usertpl/i/tour-list-info.png") no-repeat top 18px right 0 #EAF8FF;
}
@media (max-width: 1170px) {
  .tour-list-info {
    padding: 60px 26px 62px;
    background-position: right bottom -66px;
    background-size: 146px;
    margin: 50px 0 70px;
  }
}
.tour-list-info .gtitle {
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0.03em;
  padding: 0 0 31px;
  margin: 0 0 19px;
  color: #373B3E;
}
@media (max-width: 1170px) {
  .tour-list-info .gtitle {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
  }
}
.tour-list-info .icons .item {
  text-align: center;
  padding: 71px 0 0;
  min-width: 62px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  background: no-repeat top center;
}
@media (max-width: 1170px) {
  .tour-list-info .icons .item {
    background-size: 40px;
    background-position: left top;
    padding: 10px 0 10px 50px;
    font-size: 12px;
    width: 150px;
    margin: 0 0 14px;
    text-align: left;
  }
}
@media (max-width: 359px) {
  .tour-list-info .icons .item {
    width: 110px;
  }
}
.tour-list-info .icons .item.fly {
  background-image: url("/usertpl/i/tour-list-info-fly.svg");
}
.tour-list-info .icons .item.trans {
  background-image: url("/usertpl/i/tour-list-info-trans.svg");
}
.tour-list-info .icons .item.hotel {
  background-image: url("/usertpl/i/tour-list-info-hotel.svg");
}
.tour-list-info .icons .item.code {
  background-image: url("/usertpl/i/tour-list-info-code.svg");
}
.tour-list-info .icons .item.med {
  background-image: url("/usertpl/i/tour-list-info-med.svg");
}
.notours {
  background: #f2f2f2;
  padding: 20px 20px;
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: normal;
}
