.podborform {
  color: #fff;
  background: linear-gradient(0deg, rgba(3, 30, 74, 0.24), rgba(3, 30, 74, 0.24)), url("/usertpl/i/podborform-bg-2024-04-19.webp") no-repeat 0 80%;
  background-size: contain, cover;
  margin-bottom: 40px;
  padding: 0 0 100px;
}
@media (max-width: 1170px) {
  .podborform {
    padding: 49px 20px 50px;
  }
}
@media (max-width: 600px) {
  .podborform {
    margin-bottom: 25px;
  }
}
.podborform .descr {
  text-align: center;
  padding: 100px 0 0;
}
@media (max-width: 1170px) {
  .podborform .descr {
    margin-bottom: 16px;
    padding: 0;
  }
}
.podborform .descr .title {
  margin-bottom: 19px;
  font-weight: bold;
  font-size: 44px;
  line-height: 60px;
  letter-spacing: 0.03em;
}
@media (max-width: 1170px) {
  .podborform .descr .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.podborform .descr .content {
  font-size: 16px;
  line-height: 24px;
  max-width: 480px;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 1170px) {
  .podborform .descr .content {
    font-size: 12px;
    line-height: 18px;
  }
}
.podborform .form {
  padding: 48px 0 0;
  margin: 0 auto;
}
@media (max-width: 1170px) {
  .podborform .form {
    padding: 0;
  }
}
.podborform .form .block {
  margin: 0 0 30px;
  width: 221px;
}
@media (max-width: 1170px) {
  .podborform .form .block {
    margin: 0 0 20px;
    width: 156px;
  }
}
@media (max-width: 600px) {
  .podborform .form .block {
    width: 100%;
    margin: 0 0 5px;
  }
}
.podborform .form .block .select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: url(/usertpl/i/input-quest.svg) no-repeat center right 18px #fff;
  font-size: 16px;
  color: #373B3E;
  padding: 0 0 0 14px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 600px) {
  .podborform .form .block .select {
    font-size: 12px;
  }
}
.podborform .form .block .select .label {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 12px;
  line-height: 15px;
  height: 15px;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 13px;
  color: #8b8a8a;
}
.podborform .form .block .select .label.desktop {
  display: block;
}
@media (max-width: 1170px) {
  .podborform .form .block .select .label.desktop {
    display: none;
  }
}
.podborform .form .block .select .label.mobile {
  display: none;
}
@media (max-width: 1170px) {
  .podborform .form .block .select .label.mobile {
    display: block;
  }
}
.podborform .form .block .select .text {
  display: block;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  letter-spacing: 0.25px;
  position: absolute;
  top: 21px;
  left: 0;
  width: calc(100% - 40px);
  padding: 0 0 0 13px;
  white-space: nowrap;
}
.podborform .form .block .select .text::after {
  content: '';
  display: block;
  height: 20px;
  width: 40px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff);
  position: absolute;
  right: 0;
  top: 0;
}
.podborform .form .block .select .options {
  background: #F4F7FB;
  line-height: normal;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 11px 30px;
  display: none;
  z-index: 6;
}
.podborform .form .block .select .options .option {
  display: block;
  padding: 0 0 4px;
  border-bottom: 1px solid #E0EBFD;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 20px;
}
.podborform .form .block .select .options .option.disabled {
  display: none;
}
.podborform .form .block .select .options .option.multiple {
  padding-left: 27px;
  background: url("/usertpl/i/option-multiple.svg") no-repeat left center;
}
.podborform .form .block .select .options .option.active {
  background-image: url("/usertpl/i/option-multiple-active.svg");
}
.podborform .form .block .select .options .option:hover {
  color: #1E4E9D;
  text-decoration: underline;
}
.podborform .form .block .select .options .t {
  font-size: 14px;
  font-weight: bold;
}
.podborform .form .block .select .options input {
  padding: 3px 5px;
  width: 100%;
  border: 1px solid #edecec;
  margin: 5px 0;
}
.podborform .form .block .select.opened {
  background-image: url("/usertpl/i/select-arrow-up.svg");
}
.podborform .form .block .select.opened .options {
  display: block;
}
.podborform .form .block .select.opened.nights .options {
  display: flex;
  justify-content: flex-start;
}
.podborform .form .block .select.opened.meals .options {
  display: flex;
  flex-wrap: wrap;
}
.podborform .form .block .select.opened.stateinc .options .option {
  display: flex;
}
.podborform .form .block.dates {
  min-width: 150px;
}
.podborform .form .block.dates .select {
  background-image: url("/usertpl/i/select-dates.svg");
}
.podborform .form .block.dates input {
  position: absolute;
  width: 100%;
  background: none;
  left: 0;
  height: 100%;
  padding: 0 40px 0 14px;
}
.podborform .form .block.nights .select {
  background-image: url("/usertpl/i/select-night.svg");
}
.podborform .form .block.nights .select .option {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #606060;
  letter-spacing: -0.005em;
  font-size: 12px;
  line-height: 15px;
  border: none;
  margin: 0;
}
.podborform .form .block.nights .select .option span {
  width: 30px;
  height: 30px;
  padding: 7px 0;
  border-radius: 50%;
  display: block;
}
.podborform .form .block.nights .select .option.range {
  background: #B7CAEA;
}
.podborform .form .block.nights .select .option.from {
  color: #fff;
  border-radius: 50% 0 0 50%;
}
.podborform .form .block.nights .select .option.from span {
  background: #1E4E9D;
}
.podborform .form .block.nights .select .option.to {
  color: #fff;
  border-radius: 0 50% 50% 0;
}
.podborform .form .block.nights .select .option.to span {
  background: #1E4E9D;
  position: relative;
  left: 1px;
}
.podborform .form .block.nights .select .option.from.to {
  border-radius: 50%;
}
.podborform .form .block.nights .select .option.disabled {
  color: #C8C8C8;
}
.podborform .form .block.nights .select .option.disabled:hover {
  text-decoration: none;
}
.podborform .form .block.peoples .select {
  background-image: url("/usertpl/i/select-people.svg");
}
.podborform .form .block.peoples .select .options {
  font-size: 12px;
  line-height: 20px;
  padding: 11px 0 0;
}
.podborform .form .block.peoples .select .options .ads {
  padding: 0 30px 4px;
  border-bottom: 1px solid #E0EBFD;
  margin-bottom: 4px;
}
.podborform .form .block.peoples .select .options .ads .controls {
  width: 63px;
  user-select: none;
}
.podborform .form .block.peoples .select .options .ads .controls .adscount {
  width: 29px;
  text-align: center;
  line-height: 17px;
}
.podborform .form .block.peoples .select .options .ads .controls .decr {
  width: 17px;
  height: 17px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  padding-left: 1px;
  background: #E4E8EE;
}
.podborform .form .block.peoples .select .options .ads .controls .incr {
  width: 17px;
  height: 17px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  padding-left: 1px;
  background: #1E4E9D;
  color: #fff;
}
.podborform .form .block.peoples .select .options .childs .title {
  background: url("/usertpl/i/select-arrow-down.svg") no-repeat right 45px center;
  margin-bottom: 7px;
  padding: 0 60px 0 30px;
}
.podborform .form .block.peoples .select .options .childs .title.opened {
  background-image: url("/usertpl/i/select-arrow-up.svg");
}
.podborform .form .block.peoples .select .options .childs .ages {
  overflow-y: scroll;
  height: 90px;
  display: none;
  background: #fff;
  padding: 6px 29px;
}
.podborform .form .block.peoples .select .options .childs .ages.opened {
  display: block;
}
.podborform .form .block.peoples .select .options .childs .ages .age {
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
}
.podborform .form .block.peoples .select .options .childs .list {
  padding: 0 30px;
}
.podborform .form .block.peoples .select .options .childs .list .ageitem {
  padding: 0 0 4px;
  border-bottom: 1px solid #E0EBFD;
  margin-bottom: 4px;
}
.podborform .form .block.peoples .select .options .childs .list .ageitem .delete {
  background: url("/usertpl/i/close.svg") no-repeat center center;
  width: 40px;
  height: 20px;
  cursor: pointer;
}
.podborform .form .block.hotelsblock .select {
  background-image: url("/usertpl/i/select-hotel.svg");
}
.podborform .form .block.hotelsblock .select .options {
  padding: 0 0 10px;
}
.podborform .form .block.hotelsblock .select .options .option[data-value="0"] {
  margin: 11px 30px;
}
.podborform .form .block.hotelsblock .select .options .hotelfilter {
  background: url("/usertpl/i/search.svg") no-repeat center right 19px #E4E8EE;
  text-align: left;
  color: #717070;
  padding: 15px 40px 15px 30px;
  margin: 0 0 17px;
}
.podborform .form .block.hotelsblock .select .options .scrollwrap {
  padding: 0 20px 0 30px;
}
.podborform .form .block.stars .star-icons {
  display: flex;
  justify-content: flex-start;
  padding: 7px 0 3px;
}
.podborform .form .block.stars .star-icons .icon-star {
  width: 10px;
  height: 10px;
  background: url("/usertpl/i/star.svg");
  margin-right: 1px;
}
.podborform .form .block.stars .star-icons .icon-star-e {
  width: 11px;
  height: 10px;
  background: url("/usertpl/i/star-empty.svg");
  margin-right: 1px;
}
.podborform .form .block.stars .select {
  background-image: url("/usertpl/i/select-stars.svg");
}
.podborform .form .block.stars .select.opened .options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.podborform .form .block.meals .select {
  background-image: url("/usertpl/i/select-meal.svg");
}
.podborform .form .block.meals .select .options .option {
  width: 100%;
}
.podborform .form .block.state .select {
  position: relative;
  background-image: url("/usertpl/i/select-to.svg");
}
.podborform .form .block.state .select .text {
  outline: 0px solid transparent;
}
.podborform .form .block.state .select .options {
  padding: 10px 20px;
  justify-content: flex-start;
  width: 1170px;
  left: -237px;
  background: #fff;
}
@media (max-width: 1170px) {
  .podborform .form .block.state .select .options {
    width: 100%;
    left: 0;
    column-count: 2;
  }
}
.podborform .form .block.state .select .options .option {
  border-bottom: 1px solid #E0EBFD;
  margin: 0 15px 2px 0;
  height: 38px;
  width: 145px;
  padding: 0 0 3px;
  order: 1;
  align-items: center;
}
.podborform .form .block.state .select .options .option.disabled {
  opacity: 0.4;
  filter: grayscale(100%);
  display: none;
}
.podborform .form .block.state .select .options .option.fromothertown {
  order: 2;
}
.podborform .form .block.state .select .options .option.fromothertown .r .visatext {
  order: 2;
}
.podborform .form .block.state .select .options .option.fromothertown .r .newtowntext {
  order: 1;
  display: block;
}
@media (max-width: 1170px) {
  .podborform .form .block.state .select .options .option {
    width: 45%;
    margin: 0 0 2px;
  }
}
.podborform .form .block.state .select .options .option .flag {
  width: 30px;
  height: 20px;
  background-size: 30px;
}
.podborform .form .block.state .select .options .option .r {
  width: calc(100% - 30px - 10px);
}
.podborform .form .block.state .select .options .option .r .name {
  font-size: 12px;
  line-height: 20px;
}
.podborform .form .block.state .select .options .option .r .visatext {
  font-size: 10px;
  line-height: 20px;
  color: #606060;
  margin-top: -5px;
}
@media (max-width: 420px) {
  .podborform .form .block.state .select .options .option .r .visatext {
    display: none;
  }
}
.podborform .form .block.state .select .options .option .r .newtowntext {
  font-size: 10px;
  line-height: 20px;
  color: #606060;
  margin-top: -5px;
  display: none;
  font-weight: bold;
}
.podborform .form .block.state .select .options.short {
  width: auto;
  left: 0;
}
@media (max-width: 1170px) {
  .podborform .form .block.state .select .options.short {
    width: 100%;
  }
}
.podborform .form .block.state .select .options.short .white {
  width: auto;
}
@media (max-width: 1170px) {
  .podborform .form .block.state .select .options.short .white {
    width: 100%;
  }
}
.podborform .form .block.state .select .options.short .grey {
  width: auto;
}
@media (max-width: 1170px) {
  .podborform .form .block.state .select .options.short .grey {
    width: 100%;
  }
}
.podborform .form .block.state .select .options.short .option.disabled {
  display: none;
}
.podborform .form .block.state .select .options2 {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  font-size: 12px;
  line-height: 20px;
}
.podborform .form .block.state .select .options2 .country {
  background: #F4F7FB;
  padding: 15px 28px 5px;
}
.podborform .form .block.state .select .options2 .country .option {
  margin: 0 0 5px;
  height: 38px;
  width: 100%;
  padding: 0 0 3px;
  align-items: center;
}
.podborform .form .block.state .select .options2 .country .option.hidden {
  display: none;
}
.podborform .form .block.state .select .options2 .country .option.disabled {
  opacity: 0.4;
  filter: grayscale(100%);
  display: none;
}
.podborform .form .block.state .select .options2 .country .option .flag {
  width: 30px;
  height: 20px;
  background-size: 30px;
}
.podborform .form .block.state .select .options2 .country .option .r {
  width: calc(100% - 30px - 10px);
}
.podborform .form .block.state .select .options2 .country .option .r .visatext {
  font-size: 10px;
  color: #606060;
  margin-top: -5px;
}
.podborform .form .block.state .select .options2 .country .option .r .newtowntext {
  font-size: 10px;
  color: #606060;
  margin-top: -5px;
}
.podborform .form .block.state .select .options2 .region {
  background: #fff;
  padding: 18px 28px 4px;
}
.podborform .form .block.state .select .options2 .region .item {
  margin: 0 0 15px;
  border-bottom: 1px solid #E0EBFD;
  padding: 0 0 5px;
}
.podborform .form .block.state .select .options2 .region .item:last-child {
  border: none;
}
.podborform .form .block.state .select .options2 .region .item.hidden {
  display: none;
}
.podborform .form .block.state .select .options2 .region .item .countryname {
  font-size: 10px;
  color: #606060;
  position: relative;
  top: 1px;
}
.podborform .form .block.state .select .options2 .notfound {
  display: none;
  text-align: center;
  background: #fff;
  padding: 10px;
}
.podborform .form .block.state .select.opened .options {
  display: flex;
}
.podborform .form .block.state .select.opened2 .options2 {
  display: block;
}
.podborform .form .block.townfrom .select {
  background-image: url("/usertpl/i/select-from.svg");
}
.podborform .form .block.towntoblock .select {
  background-image: url("/usertpl/i/select-resort.svg");
}
.podborform .form .doparea {
  display: none;
}
.podborform .form .doparea.opened {
  display: flex;
}
.podborform .form .doparea .block {
  width: 221px;
  margin-right: 16px;
}
@media (max-width: 600px) {
  .podborform .form .doparea .block {
    width: 100%;
    margin: 0 0 5px;
  }
}
.podborform .form .doparea .block.childs {
  width: 110px;
}
@media (max-width: 600px) {
  .podborform .form .doparea .block.childs {
    width: 100%;
  }
}
.podborform .form .showdopfilter {
  display: inline-block;
  background: url("/usertpl/i/select-arrow-down-white.svg") no-repeat right center;
  padding-right: 26px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .podborform .form .showdopfilter {
    display: block;
    margin: 17px 12px;
    text-align: left;
  }
}
.podborform .scrollwrap {
  max-height: 300px;
  overflow-y: scroll;
}
.podborform .nightsrange {
  padding: 5px;
}
.podborform .nightsrange .variant {
  padding: 3px 4px;
  text-align: center;
  width: 29px;
  border-radius: 4px;
}
.podborform .nightsrange .variant.min {
  background: #0057a5;
  color: #fff;
}
.podborform .nightsrange .variant.max {
  background: #0057a5;
  color: #fff;
}
.podborform .nightsrange .variant.disabled {
  color: #ddd;
}
.podborform .btns {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}
.podborform .btns .btn3 {
  margin-bottom: 33px;
  padding: 18px 0;
  border-radius: 4px;
}
@media (max-width: 600px) {
  .podborform .btns .btn3 {
    width: 100%;
    margin-bottom: 10px;
    padding: 7px 0;
  }
}
.podborform .btns .btn3.search {
  background: #FF8A00;
  border-color: #FF8A00;
  color: #fff;
  text-align: center;
  width: 221px;
}
.podborform .btns .btn3.search:hover {
  background-color: #F18300;
}
@media (max-width: 600px) {
  .podborform .btns .btn3.search {
    width: 100%;
  }
}
.podborform .btns .btn3.search span {
  display: inline-block;
  background: url("/usertpl/i/btn-fly.png?r=2020-07-23-1") no-repeat center right / 25px;
  padding-right: 38px;
  line-height: 27px;
}
@media (max-width: 600px) {
  .podborform .btns .btn3.search span {
    line-height: 23px;
    padding-right: 35px;
  }
}
.podborform .btns .btn3.credit {
  background: #FF8A00;
  border-color: #FF8A00;
  color: #fff;
  width: 221px;
}
.podborform .btns .btn3.credit:hover {
  background-color: #F18300;
  color: #fff;
}
@media (max-width: 600px) {
  .podborform .btns .btn3.credit {
    width: 100%;
  }
}
.podborform .btns .btn3.credit span {
  display: inline-block;
  line-height: 27px;
}
.podborform .btns .btn3.credit span.kaspi {
  background: url("/usertpl/i/btn-credit-kaspi.svg") no-repeat right center / contain;
}
.podborform .btns .btn3.credit span.forte {
  background: url("/usertpl/i/btn-credit-forte.svg") no-repeat right center / contain;
}
@media (max-width: 600px) {
  .podborform .btns .btn3.credit span {
    line-height: 23px;
  }
}
.podborform .btns .creditinfo {
  display: none;
  margin: 4px auto 0;
}
@media (max-width: 600px) {
  .podborform .btns .creditinfo {
    display: block;
  }
}
.podborform.short {
  padding: 59px 0 30px;
  margin: -59px 0 0;
}
@media (max-width: 600px) {
  .podborform.short {
    padding: 50px 20px;
    display: none;
    margin: 0;
  }
}
.podborform.short.vis {
  display: flex;
}
.podborform.short .form {
  max-width: 1170px;
}
.podborform.short .form .block {
  width: 183px;
  margin: 0 14px 30px 0;
}
@media (max-width: 600px) {
  .podborform.short .form .block {
    width: 100%;
    margin: 0 0 5px;
  }
}
.podborform.short .form .block .select {
  height: 50px;
}
@media (max-width: 600px) {
  .podborform.short .form .block .select {
    font-size: 12px;
  }
}
.podborform.short .form .block .select .options {
  top: 50px;
}
.podborform.short .form .block.state .options {
  left: -197px;
}
@media (max-width: 1170px) {
  .podborform.short .form .block.state .options {
    width: 100%;
    left: 0;
  }
}
.podborform.short .form .doparea .block {
  margin: 0 14px 0 0;
}
@media (max-width: 600px) {
  .podborform.short .form .doparea .block {
    width: 100%;
    margin: 0 0 5px;
  }
}
.podborform.short .btn3 {
  margin-bottom: 30px;
  padding: 14px;
  width: 184px;
}
.podborform.short .btn3.desktop {
  display: block;
}
@media (max-width: 600px) {
  .podborform.short .btn3.desktop {
    display: none;
  }
}
.podborform.short .btn3.mobile {
  display: none;
  padding: 9px;
  margin: 15px 0 0;
  width: 100%;
}
@media (max-width: 600px) {
  .podborform.short .btn3.mobile {
    display: block;
  }
}
.podborform.short .showdopfilter {
  margin: 0;
}
@media (max-width: 600px) {
  .podborform.short .showdopfilter {
    margin: 17px 12px;
  }
}
.podborform.incolumn .form {
  padding: 48px 15px 0;
}
@media (max-width: 1170px) {
  .podborform.incolumn .form {
    padding: 0;
  }
}
.podborform.incolumn .form .block {
  width: 165px;
  margin: 0 4px 30px 0;
}
@media (max-width: 600px) {
  .podborform.incolumn .form .block {
    width: 100%;
    margin: 0 0 5px;
  }
}
.podborform.incolumn .form .block:nth-child(5n) {
  margin: 0 0 30px 0;
}
@media (max-width: 600px) {
  .podborform.incolumn .form .block:nth-child(5n) {
    width: 100%;
    margin: 0 0 5px;
  }
}
.podborform.incolumn .form .mainarea {
  justify-content: flex-start;
}
.podborform.section-1000 {
  margin: -59px 0 59px;
  padding: 0 0 120px;
}
@media (max-width: 1170px) {
  .podborform.section-1000 {
    padding: 50px 20px;
  }
}
@media (max-width: 600px) {
  .podborform.section-1000 {
    margin: 0 0 25px;
  }
}
.podborform.section-1000 .descr {
  padding: 172px 0 0;
}
@media (max-width: 1170px) {
  .podborform.section-1000 .descr {
    margin-bottom: 16px;
    padding: 0;
  }
}
.podbordescription {
  display: none;
  padding: 20px;
  font-weight: bold;
}
.podbordescription .btn3 {
  margin: 5px 0 0;
  display: inline-block;
  padding: 5px 20px;
}
