.tour-local-list {
  width: 270px;
  margin: 0 8px 40px 0;
  background: #fff;
  position: relative;
  padding: 0 0 34px;
}
@media (max-width: 600px) {
  .tour-local-list {
    width: 280px;
    margin: 0 auto 40px;
    padding: 0 0 30px;
  }
}
.tour-local-list:hover .img {
  background-size: 130%;
}
.tour-local-list:hover .img .hover {
  opacity: 1;
}
.tour-local-list .img {
  display: block;
  background: no-repeat center center / 120%;
  height: 215px;
  transition: 0.2s;
  position: relative;
}
.tour-local-list .img .hover {
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.2s;
}
.tour-local-list .img .hover .btn3 {
  text-decoration: none;
  margin: auto;
  width: auto;
}
.tour-local-list .info .head {
  padding: 25px 30px 10px;
  display: block;
  border-bottom: 1px solid #C2D7E1;
}
.tour-local-list .info .head .title {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  line-height: 20px;
  min-height: 60px;
  transition: 0.2s;
}
.tour-local-list .info .head .title:hover {
  color: #1E4E9D;
}
.tour-local-list .info .head .anons {
  font-size: 12px;
  line-height: 16px;
  height: 64px;
  overflow: hidden;
  position: relative;
}
.tour-local-list .info .head .anons.withcountdown {
  height: 12px;
}
.tour-local-list .info .head .anons::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.tour-local-list .info .mid {
  padding: 24px 30px 18px;
}
@media (max-width: 600px) {
  .tour-local-list .info .mid {
    padding: 16px 30px 15px;
  }
}
.tour-local-list .info .mid .params {
  font-size: 13px;
  color: #474849;
  margin-bottom: 10px;
  position: relative;
}
.tour-local-list .info .mid .params span {
  color: #2f3030;
}
.tour-local-list .info .mid .params .item {
  background: no-repeat left center;
  padding-left: 29px;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .tour-local-list .info .mid .params .item {
    margin-bottom: 8px;
  }
}
.tour-local-list .info .mid .params .from {
  background-image: url(/usertpl/i/tour-local-list-from.svg);
}
.tour-local-list .info .mid .params .countdown {
  background-image: url(/usertpl/i/tour-local-list-countdown.svg);
}
.tour-local-list .info .mid .params .countdown .tpl {
  font-size: 18px;
  padding: 5px 0 0;
}
.tour-local-list .info .mid .params .countdown .tpl .wrap {
  display: inline-block;
}
.tour-local-list .info .mid .params .countdown .tpl .descr {
  font-size: 11px;
  text-align: center;
  color: #8b8a8a;
}
.tour-local-list .info .mid .params .countdown .tpl .sep {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0;
}
.tour-local-list .info .mid .params .countdown .tpl span {
  background: #ffc200;
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  margin: 0 1px;
}
.tour-local-list .info .mid .price {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  display: none;
}
.tour-local-list .info .mid .price.vis {
  display: block;
}
@media (max-width: 600px) {
  .tour-local-list .info .mid .price {
    margin-bottom: 8px;
  }
}
.tour-local-list .info .mid .price span .discount {
  color: #ff0000;
}
.tour-local-list .info .mid .price .f {
  color: #8b8a8a;
  text-decoration: line-through;
  font-size: 11px;
  padding-left: 100px;
  position: absolute;
  top: -12px;
}
.tour-local-list .info .mid .credit {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  opacity: 0;
  position: relative;
  cursor: pointer;
}
.tour-local-list .info .mid .credit.vis {
  opacity: 1;
}
.tour-local-list .info .mid .credit:hover .caption {
  display: block;
}
.tour-local-list .info .mid .credit .caption {
  display: none;
  position: absolute;
  bottom: 28px;
  left: -2px;
  width: 100%;
  text-align: center;
  background: #FF8A00;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  padding: 4px 8px;
  z-index: 5;
}
@media (max-width: 1170px) {
  .tour-local-list .info .mid .credit .caption {
    width: 150px;
  }
}
.tour-local-list .info .mid .credit .caption::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #FF8A00;
  position: absolute;
  bottom: -3px;
  left: 100px;
  transform: rotate(45deg);
}
.tour-local-list .info .mid .credit .month {
  font-size: 10px;
  line-height: 20px;
  color: #777;
  font-weight: normal;
}
.tour-local-list .info .mid .credit .c {
  background: #F2D44B;
  padding: 2px 7px 4px;
  border-radius: 13px;
}
.tour-local-list .btn3 {
  display: block;
  padding: 15px 40px;
  width: 210px;
  margin: 0 auto;
}
.tour-local-list .label {
  position: absolute;
  width: 53px;
  height: 30px;
  line-height: 30px;
  top: 15px;
  right: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  z-index: 2;
}
.tour-local-list .label.yel {
  background: #ffc200;
  color: #5b5c5d;
}
.tour-local-list .label.red {
  background: #ff0000;
}
.tour-local-list .label.blue {
  background: #0057a5;
}
.tour-local-list .stick {
  position: absolute;
  left: 0;
  bottom: 0;
  background: no-repeat center center / contain;
  width: 70px;
  height: 70px;
}
.tour-local-list .stick.ny {
  background-image: url(/usertpl/i/stick-ny-2021.svg);
}
.tour-local {
  width: 270px;
  margin: 0 8px 40px 0;
  background: #fff;
  position: relative;
  padding: 0 0 34px;
  border: none;
  background: none;
  color: #474849;
  width: 100%;
  margin: 0 0 40px;
}
@media (max-width: 600px) {
  .tour-local {
    width: 280px;
    margin: 0 auto 40px;
    padding: 0 0 30px;
  }
}
.tour-local:hover .img {
  background-size: 130%;
}
.tour-local:hover .img .hover {
  opacity: 1;
}
.tour-local .img {
  display: block;
  background: no-repeat center center / 120%;
  height: 215px;
  transition: 0.2s;
  position: relative;
}
.tour-local .img .hover {
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.2s;
}
.tour-local .img .hover .btn3 {
  text-decoration: none;
  margin: auto;
  width: auto;
}
.tour-local .info .head {
  padding: 25px 30px 10px;
  display: block;
  border-bottom: 1px solid #C2D7E1;
}
.tour-local .info .head .title {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  line-height: 20px;
  min-height: 60px;
  transition: 0.2s;
}
.tour-local .info .head .title:hover {
  color: #1E4E9D;
}
.tour-local .info .head .anons {
  font-size: 12px;
  line-height: 16px;
  height: 64px;
  overflow: hidden;
  position: relative;
}
.tour-local .info .head .anons.withcountdown {
  height: 12px;
}
.tour-local .info .head .anons::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.tour-local .info .mid {
  padding: 24px 30px 18px;
}
@media (max-width: 600px) {
  .tour-local .info .mid {
    padding: 16px 30px 15px;
  }
}
.tour-local .info .mid .params {
  font-size: 13px;
  color: #474849;
  margin-bottom: 10px;
  position: relative;
}
.tour-local .info .mid .params span {
  color: #2f3030;
}
.tour-local .info .mid .params .item {
  background: no-repeat left center;
  padding-left: 29px;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .tour-local .info .mid .params .item {
    margin-bottom: 8px;
  }
}
.tour-local .info .mid .params .from {
  background-image: url(/usertpl/i/tour-local-list-from.svg);
}
.tour-local .info .mid .params .countdown {
  background-image: url(/usertpl/i/tour-local-list-countdown.svg);
}
.tour-local .info .mid .params .countdown .tpl {
  font-size: 18px;
  padding: 5px 0 0;
}
.tour-local .info .mid .params .countdown .tpl .wrap {
  display: inline-block;
}
.tour-local .info .mid .params .countdown .tpl .descr {
  font-size: 11px;
  text-align: center;
  color: #8b8a8a;
}
.tour-local .info .mid .params .countdown .tpl .sep {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0;
}
.tour-local .info .mid .params .countdown .tpl span {
  background: #ffc200;
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  margin: 0 1px;
}
.tour-local .info .mid .price {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  display: none;
}
.tour-local .info .mid .price.vis {
  display: block;
}
@media (max-width: 600px) {
  .tour-local .info .mid .price {
    margin-bottom: 8px;
  }
}
.tour-local .info .mid .price span .discount {
  color: #ff0000;
}
.tour-local .info .mid .price .f {
  color: #8b8a8a;
  text-decoration: line-through;
  font-size: 11px;
  padding-left: 100px;
  position: absolute;
  top: -12px;
}
.tour-local .info .mid .credit {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  opacity: 0;
  position: relative;
  cursor: pointer;
}
.tour-local .info .mid .credit.vis {
  opacity: 1;
}
.tour-local .info .mid .credit:hover .caption {
  display: block;
}
.tour-local .info .mid .credit .caption {
  display: none;
  position: absolute;
  bottom: 28px;
  left: -2px;
  width: 100%;
  text-align: center;
  background: #FF8A00;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  padding: 4px 8px;
  z-index: 5;
}
@media (max-width: 1170px) {
  .tour-local .info .mid .credit .caption {
    width: 150px;
  }
}
.tour-local .info .mid .credit .caption::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #FF8A00;
  position: absolute;
  bottom: -3px;
  left: 100px;
  transform: rotate(45deg);
}
.tour-local .info .mid .credit .month {
  font-size: 10px;
  line-height: 20px;
  color: #777;
  font-weight: normal;
}
.tour-local .info .mid .credit .c {
  background: #F2D44B;
  padding: 2px 7px 4px;
  border-radius: 13px;
}
.tour-local .btn3 {
  display: block;
  padding: 15px 40px;
  width: 210px;
  margin: 0 auto;
}
.tour-local .label {
  position: absolute;
  width: 53px;
  height: 30px;
  line-height: 30px;
  top: 15px;
  right: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  z-index: 2;
}
.tour-local .label.yel {
  background: #ffc200;
  color: #5b5c5d;
}
.tour-local .label.red {
  background: #ff0000;
}
.tour-local .label.blue {
  background: #0057a5;
}
.tour-local .stick {
  position: absolute;
  left: 0;
  bottom: 0;
  background: no-repeat center center / contain;
  width: 70px;
  height: 70px;
}
.tour-local .stick.ny {
  background-image: url(/usertpl/i/stick-ny-2021.svg);
}
.tour-local .countdown {
  background-image: url(/usertpl/i/tour-local-list-countdown.svg);
  background: none;
}
.tour-local .countdown .tpl {
  font-size: 18px;
  padding: 5px 0 0;
}
.tour-local .countdown .tpl .wrap {
  display: inline-block;
}
.tour-local .countdown .tpl .descr {
  font-size: 11px;
  text-align: center;
  color: #8b8a8a;
}
.tour-local .countdown .tpl .sep {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0;
}
.tour-local .countdown .tpl span {
  background: #ffc200;
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  margin: 0 1px;
}
@media (max-width: 600px) {
  .tour-local {
    width: 100%;
    margin: 0;
    padding: 0 20px 30px;
  }
}
.tour-local .ginfoline {
  background: none;
  padding: 8px 10px;
}
.tour-local .ginfoline .viewcount {
  background-size: 16px;
  padding-left: 20px;
  font-size: 12px;
}
.tour-local .price .f {
  padding-left: 106px;
  text-decoration: line-through;
  color: #999;
}
.tour-local:hover .img {
  background-size: cover;
}
.tour-local .gtitle h1 {
  font-size: 24px;
  line-height: normal;
  letter-spacing: normal;
}
.tour-local .label {
  right: 5px;
  top: 7px;
}
.tour-local .img {
  height: 360px;
  width: 49%;
  position: relative;
  background-size: cover;
}
@media (max-width: 700px) {
  .tour-local .img {
    width: 100%;
  }
}
.tour-local .img .countdown {
  background: #e94d4e;
  position: absolute;
  bottom: 11px;
  right: 10px;
  color: #fff;
  font-weight: bold;
  padding: 7px 20px;
}
.tour-local .contentwrap {
  width: 49%;
}
@media (max-width: 700px) {
  .tour-local .contentwrap {
    width: 100%;
    padding: 10px;
  }
}
.tour-local .contentwrap .content {
  margin-bottom: 20px;
  font-size: 13px;
}
.tour-local .contentwrap .content .text {
  line-height: 18px;
  overflow-y: hidden;
  max-height: 54px;
  position: relative;
}
.tour-local .contentwrap .content .text::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 24px;
  background: linear-gradient(to bottom, transparent, #fbfbfb);
}
.tour-local .contentwrap .content .text.vis {
  max-height: none;
}
.tour-local .contentwrap .content .text.vis::after {
  display: none;
}
.tour-local .contentwrap .content .more {
  color: #0057a5;
  display: inline-block;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.tour-local .contentwrap .sections {
  margin-bottom: 20px;
  font-size: 13px;
}
.tour-local .params {
  font-size: 16px;
}
.tour-local .info {
  padding: 0;
}
.tour-local .lowpricetext {
  background: url("/usertpl/i/card-3.png") no-repeat 10px top;
  padding: 0 0 0 50px;
  min-height: 33px;
}
.tour-local .recallform {
  display: none;
  background: #f5f4f4;
  padding: 10px 0;
  border-radius: 5px;
  margin: 34px 0 0;
  padding: 40px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: block;
}
.tour-local .recallform .form {
  align-items: flex-end;
  color: #373B3E;
  padding: 0 20px;
  padding: 0;
}
.tour-local .recallform .form h4 {
  margin: 0 0 20px;
}
.tour-local .recallform .form label {
  margin: 0 15px 10px 0;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 800px) {
  .tour-local .recallform .form label {
    width: 100%;
    margin: 0 0 10px;
  }
}
.tour-local .recallform .form label input {
  margin: 0;
}
.tour-local .recallform .form .btn3 {
  margin-bottom: 10px;
}
.tour-local .recallform .accept {
  margin-top: 20px;
}
.tour-local .recallform .accept input[type="checkbox"] {
  height: auto;
}
.tour-local .recallform .btn2 {
  margin: 10px auto 40px;
}
.tour-local .recallform .btn2:hover {
  margin: 9px auto 39px;
}
.tour-local .recallform .btn2-t {
  width: 216px;
}
.tour-local .recallform .descrline {
  background: #f7fce8;
  padding: 20px 30px;
}
.tour-local .recallform .descrline .item {
  background: no-repeat left center;
  font-weight: 300;
  font-size: 12px;
  max-width: 224px;
  line-height: normal;
}
@media (max-width: 1170px) {
  .tour-local .recallform .descrline .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 810px) {
  .tour-local .recallform .descrline .item {
    margin-bottom: 20px;
  }
}
.tour-local .recallform .descrline .item:nth-child(1) {
  background-image: url(/usertpl/i/recall-head.svg);
  padding-left: 44px;
}
.tour-local .recallform .descrline .item:nth-child(2) {
  background-image: url(/usertpl/i/recall-www.svg);
  padding-left: 45px;
}
.tour-local .recallform .descrline .item:nth-child(3) {
  background-image: url(/usertpl/i/recall-pay.svg);
  padding-left: 42px;
}
@media (max-width: 1170px) {
  .tour-local .recallform .descrline {
    justify-content: space-around;
  }
}
.tour-local .recallform input {
  display: block;
  width: 100%;
  padding: 8px 30px;
}
.tour-local .recallform input[type="checkbox"] {
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.tour-local .recallform .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.tour-local .stick {
  left: 10px;
  bottom: 10px;
  top: auto;
  width: 100px;
  height: 100px;
}
@media (max-width: 1170px) {
  .tour-local .podborresult-cols .col-r .hotelgroup {
    margin: 0 0 20px;
  }
}
.hottoursblock {
  border: 1px solid #e5e4e4;
  border-width: 1px 0;
  padding: 10px 20px 20px;
  margin: 0 auto 20px;
  background: #f6f6f6;
}
@media (max-width: 1170px) {
  .hottoursblock {
    padding: 10px;
  }
}
@media (max-width: 1170px) {
  .hottoursblock .wrap {
    justify-content: space-around;
  }
}
.hottoursblock .link {
  display: block;
  color: #0057a5;
}
.hottoursblock-item {
  max-width: 540px;
  width: 100%;
  margin-bottom: 10px;
}
.hottoursblock-item .title {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  line-height: 20px;
  min-height: 60px;
  transition: 0.2s;
}
.hottoursblock-item .title:hover {
  color: #1E4E9D;
}
@media (max-width: 600px) {
  .hottoursblock-item .title {
    min-height: auto;
  }
}
.hottoursblock-item .anons {
  font-size: 12px;
  line-height: 16px;
  height: 64px;
  overflow: hidden;
  position: relative;
  height: auto;
  margin: 0;
}
.hottoursblock-item .anons.withcountdown {
  height: 12px;
}
.hottoursblock-item .anons::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.hottoursblock-item .anons::after {
  display: none;
}
.hottoursblock-item .price {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  display: none;
}
.hottoursblock-item .price.vis {
  display: block;
}
@media (max-width: 600px) {
  .hottoursblock-item .price {
    margin-bottom: 8px;
  }
}
.hottoursblock-item .price span .discount {
  color: #ff0000;
}
.hottoursblock-item .price .f {
  color: #8b8a8a;
  text-decoration: line-through;
  font-size: 11px;
  padding-left: 100px;
  position: absolute;
  top: -12px;
}
.hottoursblock-item .countdown {
  background-image: url(/usertpl/i/tour-local-list-countdown.svg);
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.hottoursblock-item .countdown .tpl {
  font-size: 18px;
  padding: 5px 0 0;
}
.hottoursblock-item .countdown .tpl .wrap {
  display: inline-block;
}
.hottoursblock-item .countdown .tpl .descr {
  font-size: 11px;
  text-align: center;
  color: #8b8a8a;
}
.hottoursblock-item .countdown .tpl .sep {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0;
}
.hottoursblock-item .countdown .tpl span {
  background: #ffc200;
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  margin: 0 1px;
}
.hottoursblock-item .label {
  position: absolute;
  width: 53px;
  height: 30px;
  line-height: 30px;
  top: 15px;
  right: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  z-index: 2;
  top: 8px;
  right: 8px;
}
.hottoursblock-item .label.yel {
  background: #ffc200;
  color: #5b5c5d;
}
.hottoursblock-item .label.red {
  background: #ff0000;
}
.hottoursblock-item .label.blue {
  background: #0057a5;
}
.hottoursblock-item .img {
  width: 270px;
  height: 200px;
  display: block;
  background: no-repeat center center / cover;
  position: relative;
}
@media (max-width: 600px) {
  .hottoursblock-item .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.hottoursblock-item .r {
  width: 256px;
}
@media (max-width: 600px) {
  .hottoursblock-item .r {
    width: 100%;
  }
}
.hottours-slider {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 1170px) {
  .hottours-slider {
    padding: 50px 20px 20px;
  }
}
@media (max-width: 600px) {
  .hottours-slider {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .hottours-slider .gtitle .btn3 {
    width: 100%;
  }
}
.hottours-slider .tour-local-list {
  margin: 0 auto 20px;
}
.hottours-slider h2 {
  margin: 0;
  display: inline-block;
}
.hottours-slider .h {
  margin-bottom: 20px;
}
.hottours-slider .select {
  display: inline-block;
  vertical-align: top;
  background: url(/usertpl/i/select-arrow-down.svg) no-repeat top 23px right 12px;
  color: #373B3E;
  padding: 0 40px 0 4px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1170px) {
  .hottours-slider .select {
    background-position: center right 12px;
    margin-bottom: 26px;
  }
}
@media (max-width: 359px) {
  .hottours-slider .select {
    padding: 0 30px 0 4px;
    background-position: center right 10px;
  }
}
.hottours-slider .select.opened .options {
  display: block;
}
.hottours-slider .select .text {
  overflow: hidden;
  height: 41px;
  display: block;
  font-size: 32px;
  line-height: 41px;
  font-weight: bold;
  position: relative;
  top: 2px;
}
.hottours-slider .select .text::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #373B3E;
  position: absolute;
  bottom: 2px;
}
@media (max-width: 1170px) {
  .hottours-slider .select .text {
    font-size: 18px;
    line-height: 25px;
    height: auto;
    top: 0;
  }
}
.hottours-slider .select .options {
  background: #fff;
  line-height: normal;
  position: absolute;
  top: 57px;
  left: 0;
  width: 300px;
  padding: 11px 40px;
  display: none;
  z-index: 6;
}
.hottours-slider .select .options::before {
  content: '';
  display: block;
  height: 20px;
  width: 100%;
  position: absolute;
  top: -20px;
}
@media (max-width: 1170px) {
  .hottours-slider .select .options {
    right: 0;
    top: 37px;
  }
}
.hottours-slider .select .options .option {
  display: block;
  padding: 0 0 4px;
  border-bottom: 1px solid #E0EBFD;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.hottours-slider .select .options .option:last-child {
  border-bottom: none;
}
.hottours-slider .select .options .option.active {
  background: #bfe1ff;
}
.hottours-slider .select .options .option.disable {
  display: none;
}
.hottours-slider .select .options .option:hover {
  color: #1E4E9D;
  text-decoration: underline;
}
.hottours-slider .select .options input {
  padding: 3px 5px;
  width: 100%;
  border: 1px solid #edecec;
  margin: 5px 0;
}
.hottours-slider .slwrap {
  display: block;
  position: relative;
}
.hottours-slider .slwrap.vis {
  display: block;
}
.hottours-slider .slwrap .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 1400px) {
  .hottours-slider .slwrap .owl-nav {
    bottom: 0;
    top: auto;
    text-align: center;
    position: static;
  }
}
.hottours-slider .slwrap .owl-nav .owl-next {
  position: absolute;
  top: 308px;
  right: -123px;
  background: url("/usertpl/i/slider-arrow-r.svg") no-repeat center #eaf8ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.2s;
}
.hottours-slider .slwrap .owl-nav .owl-next:hover {
  background: url("/usertpl/i/slider-arrow-r-w.svg") no-repeat center #1E4E9D;
}
@media (max-width: 1400px) {
  .hottours-slider .slwrap .owl-nav .owl-next {
    position: static;
    display: inline-block;
    margin: 0 24px;
  }
}
.hottours-slider .slwrap .owl-nav .owl-prev {
  position: absolute;
  top: 308px;
  left: -123px;
  background: url("/usertpl/i/slider-arrow-l.svg") no-repeat center #eaf8ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.2s;
}
.hottours-slider .slwrap .owl-nav .owl-prev:hover {
  background: url("/usertpl/i/slider-arrow-l-w.svg") no-repeat center #1E4E9D;
}
@media (max-width: 1400px) {
  .hottours-slider .slwrap .owl-nav .owl-prev {
    position: static;
    display: inline-block;
    margin: 0 24px;
  }
}
.hottours-slider .slwrap .owl-dots {
  width: 100%;
  text-align: center;
  height: 0;
}
.hottours-slider .slwrap .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1E4E9D;
  margin: 3px 2px;
  display: inline-block;
  position: relative;
  top: -30px;
}
.hottours-slider .slwrap .owl-dots .owl-dot.active {
  border: 1px solid #1E4E9D;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: relative;
  background: none;
  margin: 0 2px;
}
.hottours-slider .slwrap .owl-dots .owl-dot.active::after {
  content: '';
  display: block;
  background: #1E4E9D;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  position: absolute;
}
.hottours-slider .hottours-slider-link {
  margin: 0 auto 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  line-height: 20px;
  min-height: 60px;
  transition: 0.2s;
  text-align: center;
  padding: 242px 10px 50px;
  height: 519px;
}
.hottours-slider .hottours-slider-link:hover {
  color: #1E4E9D;
}
