@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-st {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
p {
  margin-top: 0;
}
a {
  color: inherit;
}
input,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
}
:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
}
body {
  padding: 0;
  margin: 0;
}
body {
  background: #fff;
  color: #524E4E;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Open Sans';
}
.invalid {
  box-shadow: 0 0 3px red;
}
.gwrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.gblock-descr {
  text-align: center;
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 13px;
}
.gblock-title {
  text-align: center;
  margin: 0 0 35px;
  font-size: 25px;
  line-height: 26px;
  font-weight: 800;
  color: #EB6100;
}
.btn {
  background: #EB6100;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding: 23px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  line-height: 11px;
  transition: 0.2s;
}
.btn:hover {
  background: #E87B2F;
}
.btn.blue-dark {
  background: #052757;
}
.btn.blue-dark:hover {
  background: #3A6BA5;
}
.head-area {
  background: url("/usertpl/i/head-area.jpg") no-repeat center top / cover;
  padding: 0 0 108px;
  position: relative;
}
@media (max-width: 1900px) {
  .head-area {
    background-size: 1920px;
  }
}
@media (max-width: 1300px) {
  .head-area {
    padding: 0 10px 60px;
  }
}
.head-area.section-1000 {
  padding: 0 0 242px;
}
@media (max-width: 1300px) {
  .head-area.section-1000 {
    padding: 0 10px 60px;
  }
}
.head-area.section-1000 .menu {
  margin: 0 0 183px;
}
@media (max-width: 1300px) {
  .head-area.section-1000 .menu {
    margin: 0 0 20px;
  }
}
.head-area .dark {
  position: absolute;
  bottom: 0;
  height: 184px;
  width: 100%;
  background: linear-gradient(180deg, rgba(232, 228, 228, 0) 0%, #000F24 91.15%);
  mix-blend-mode: hard-light;
  left: 0;
}
.head-area .header {
  align-items: center;
  padding: 45px 0 23px;
}
.head-area .header .logo {
  background: url("/usertpl/i/logo.png") no-repeat center / contain;
  width: 310px;
  height: 67px;
  display: block;
  margin: 0 0 20px;
}
@media (max-width: 1300px) {
  .head-area .header .logo {
    width: calc(100% - 80px);
  }
}
.head-area .header .block {
  margin: 0 0 20px;
}
@media (max-width: 1300px) {
  .head-area .header .block {
    width: 100%;
  }
}
.head-area .header .block.curr {
  background: url("/usertpl/i/head-curr.png") no-repeat right bottom;
  width: 219px;
}
@media (max-width: 1300px) {
  .head-area .header .block.curr {
    display: none;
  }
}
.head-area .header .block.phones {
  background: url("/usertpl/i/head-phone.png") no-repeat right bottom;
  width: 208px;
}
@media (max-width: 1300px) {
  .head-area .header .block.phones {
    display: none;
  }
}
.head-area .header .block .t {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  margin: 0 0 14px;
}
.head-area .header .block .item {
  display: block;
  line-height: 17px;
  margin: 0 0 10px;
  color: #052757;
  font-weight: 700;
  text-decoration: none;
  font-size: 19px;
  transition: 0.2s;
}
.head-area .header .block .item:hover {
  opacity: 0.9;
}
.head-area .header .block .item:last-child {
  margin: 0;
}
.head-area .header .block .item span {
  color: #EB6100;
}
.head-area .header .btn {
  margin: 0 0 20px;
  padding: 22px 18px 25px;
  width: 247px;
}
@media (max-width: 1300px) {
  .head-area .header .btn {
    width: 100%;
  }
}
.head-area .header .mobile-menu-icon {
  background: url("/usertpl/i/menu.svg") no-repeat center #052757;
  width: 50px;
  height: 50px;
  margin: 0 0 10px;
  border-radius: 4px;
  display: none;
}
@media (max-width: 1300px) {
  .head-area .header .mobile-menu-icon {
    display: block;
  }
}
.head-area .menu {
  background: #3A6BA5;
  margin: 0 0 51px;
  padding: 21px;
}
@media (max-width: 1300px) {
  .head-area .menu {
    display: none;
  }
}
.head-area .menu .gwrap {
  justify-content: space-around;
}
.head-area .menu .gwrap .item {
  position: relative;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .head-area .menu .gwrap .item {
    width: 100%;
    display: none;
  }
}
.head-area .menu .gwrap .item:hover .sub {
  display: block;
}
.head-area .menu .gwrap .item:hover .title {
  background-color: #E87B2F;
}
.head-area .menu .gwrap .item .title {
  position: relative;
  display: block;
  padding: 9px 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.head-area .menu .gwrap .item .title::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
}
.head-area .menu .gwrap .item .title.home {
  width: 37px;
  height: 32px;
  background: url("/usertpl/i/home.svg") no-repeat center;
}
.head-area .menu .gwrap .item .title:hover {
  background-color: #E87B2F;
}
.head-area .menu .gwrap .item .title.active {
  background-color: #EB6100;
}
.head-area .menu .gwrap .item .title.active:hover {
  background-color: #E87B2F;
}
.head-area .menu .gwrap .item .sub {
  position: absolute;
  top: 34px;
  z-index: 1;
  display: none;
  min-width: 200px;
  max-height: 200px;
  padding: 8px 16px;
  overflow-y: auto;
  background: #E87B2F;
  border-radius: 4px;
  line-height: 32px;
}
.head-area .menu .gwrap .item .sub::-webkit-scrollbar {
  width: 9px;
}
.head-area .menu .gwrap .item .sub::-webkit-scrollbar-track {
  background: transparent;
}
.head-area .menu .gwrap .item .sub::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.head-area .menu .gwrap .item .sub::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.head-area .menu .gwrap .item .sub * {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}
@media (max-width: 1300px) {
  .head-area .menu .gwrap .item .sub {
    position: static;
    display: block;
    padding-left: 30px;
    background: none;
  }
}
.head-area .menu .gwrap .item .sub a {
  display: block;
  text-decoration: none;
}
.head-area .menu-mobile {
  display: none;
  background: #FFFBF4;
  padding: 45px 10px 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 0 0 20px;
}
.head-area .menu-mobile.opened {
  display: block;
}
.head-area .menu-mobile .top {
  align-items: center;
}
.head-area .menu-mobile .top .icon {
  background: #052757 url("/usertpl/i/close.svg") no-repeat center / 36px;
  width: 50px;
  height: 50px;
  margin: 0 0 10px;
  border-radius: 4px;
}
.head-area .menu-mobile .top .logo {
  background: url("/usertpl/i/logo.png") no-repeat center / contain;
  height: 67px;
  display: block;
  margin: 0 0 20px;
  width: calc(100% - 80px);
}
.head-area .menu-mobile .item .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  padding: 9px 10px;
  text-decoration: none;
  transition: 0.2s;
  border-radius: 4px;
  display: block;
}
.head-area .menu-mobile .item .title.home {
  background: url("/usertpl/i/home.svg") no-repeat center;
  width: 37px;
  height: 32px;
}
.head-area .menu-mobile .item .sub {
  background: #FFFBF4;
  padding: 8px 16px 8px 30px;
  line-height: 32px;
  border-radius: 4px;
  min-width: 200px;
  display: block;
}
.head-area .menu-mobile .item .sub a {
  display: block;
  text-decoration: none;
}
.head-area .head-descr {
  text-align: center;
  color: #fff;
  font-size: 17px;
  margin: 0 0 15px;
  line-height: 13px;
}
.head-area .head-title {
  color: #EB6100;
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 39px;
  line-height: 46px;
  text-align: center;
}
.head-area .head-title--search {
  background: #EB6100;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  margin: 0 auto 39px;
  line-height: 46px;
  text-align: center;
  width: 300px;
  padding: 10px 20px;
  border-radius: 4px;
}
.footer {
  background: #052757;
  padding: 97px 0;
  color: #E8E4E4;
  font-size: 15px;
}
@media (max-width: 1300px) {
  .footer {
    padding: 40px 10px;
  }
}
.footer a {
  text-decoration: none;
}
.footer .dev {
  font-weight: 300;
  text-align: right;
}
@media (max-width: 1300px) {
  .footer .dev {
    margin: 40px 0 0;
    width: 100%;
    text-align: center;
  }
}
.footer .block {
  background: no-repeat left center;
}
@media (max-width: 1300px) {
  .footer .block {
    margin: 10px 0;
  }
}
.footer .block.adr {
  background-image: url("/usertpl/i/footer-adr.svg");
  padding-left: 40px;
}
.footer .block.phone {
  background-image: url("/usertpl/i/footer-phone.svg");
  padding-left: 40px;
}
.footer .block.email {
  background-image: url("/usertpl/i/footer-email.svg");
  padding-left: 44px;
}
.footer .block a {
  display: block;
}
.mainindex {
  padding: 53px 0 68px;
}
@media (max-width: 1300px) {
  .mainindex {
    padding: 40px 10px;
  }
}
.mainindex a {
  color: #EB6100;
}
.tour-list {
  width: 310px;
  height: 383px;
  background: no-repeat center / cover;
  margin: 0 20px 24px 0;
  border-radius: 4px;
  position: relative;
  padding: 288px 15px 15px;
  text-decoration: none;
  display: block;
}
.tour-list:hover {
  padding: 15px;
}
.tour-list:hover .title {
  display: none;
}
.tour-list:hover .shortcontent-preview {
  display: block;
}
.tour-list:hover .dark {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 91.15%);
}
@media (max-width: 1300px) {
  .tour-list {
    margin: 0 0 24px;
  }
}
.tour-list:nth-child(4n) {
  margin: 0 0 24px;
}
.tour-list:hover .title {
  color: #EB6100;
}
.tour-list .title {
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  transition: 0.2s;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.tour-list .shortcontent-preview {
  display: none;
  color: #fff;
  position: relative;
  z-index: 1;
}
.tour-list .dark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  background: linear-gradient(180deg, rgba(232, 228, 228, 0) 0%, #000000 91.15%);
  mix-blend-mode: hard-light;
  border-radius: 4px;
}
.tour-list--search {
  width: calc(100% / 3);
  padding: 0 10px 20px 0;
  border-bottom: 1px dotted;
  margin: 0 0 20px;
  display: flex;
  gap: 10px;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  .tour-list--search {
    width: calc(100% / 2);
  }
}
@media (max-width: 980px) {
  .tour-list--search {
    width: 100%;
  }
}
.tour-list--search.flex-spacer {
  border-bottom: 1px dotted;
  margin: 0 0 20px;
}
.tour-list--search.flex-spacer:nth-child(3n + 1) {
  display: none;
}
.tour-list--search.flex-spacer:nth-child(3n + 1) ~ .flex-spacer {
  display: none;
}
@media (max-width: 1300px) and (min-width: 981px) {
  .tour-list--search.flex-spacer {
    display: block;
  }
  .tour-list--search.flex-spacer:nth-child(2n + 1) {
    display: none;
  }
  .tour-list--search.flex-spacer:nth-child(2n + 1) ~ .flex-spacer {
    display: none;
  }
}
@media (max-width: 980px) {
  .tour-list--search.flex-spacer {
    display: none;
  }
}
.tour-list--search .img {
  background: url('../i/logo-circle.png') no-repeat center / cover;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.tour-list--search .content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 600;
}
.tour-list--search .content .title {
  color: #EB6100;
  font-size: 18px;
  height: 22px;
  line-height: 22px;
  position: relative;
}
@media (max-width: 980px) {
  .tour-list--search .content .title {
    height: auto;
  }
}
.tour-list--search .content .title:hover .short {
  display: none;
}
.tour-list--search .content .title:hover .full {
  display: block;
}
.tour-list--search .content .title .short {
  overflow: hidden;
}
.tour-list--search .content .title .full {
  display: none;
  white-space: nowrap;
  width: max-content;
  background: #E87B2F;
  color: #fff;
  padding: 5px 8px;
  position: absolute;
  left: -8px;
  top: -5px;
  border-radius: 6px;
  z-index: 1;
}
.tour-list--search .content .dates {
  color: #052757;
}
.tour-page {
  padding: 45px 0 42px;
}
@media (max-width: 1300px) {
  .tour-page {
    padding: 40px 10px;
  }
}
.tour-page .stars {
  margin: 0 0 16px;
  justify-content: center;
}
.tour-page .stars .star {
  margin: 0 2px;
  width: 24px;
  height: 24px;
}
.tour-page .page-descr {
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 8px;
  line-height: 13px;
  text-align: center;
}
.tour-page .page-title {
  color: #EB6100;
  font-size: 25px;
  line-height: 26px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 37px;
}
.tour-page .hotel-title {
  color: #EB6100;
  font-size: 17px;
  line-height: 16px;
  font-weight: 800;
  margin: 0 0 23px;
}
.tour-page .cols {
  margin: 0 0 38px;
}
.tour-page .cols .images {
  max-width: 650px;
  float: left;
  margin: 0 0 10px;
}
@media (max-width: 1300px) {
  .tour-page .cols .images {
    float: none;
  }
}
.tour-page .cols .images .main {
  height: 451px;
  margin: 0 0 12px;
  border-radius: 4px;
  background: no-repeat center / cover;
}
.tour-page .cols .images .list {
  padding: 0 28px 0 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.tour-page .cols .images .list .item {
  width: 144px;
  height: 100px;
  border-radius: 4px;
  background: no-repeat center / cover;
}
.tour-page .cols .images .list .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}
.tour-page .cols .images .list .owl-nav .owl-next {
  background: url("/usertpl/i/sld-arrow-blue-l.svg") no-repeat center #D7D3D3;
  background-size: 12px;
  border-radius: 4px;
  width: 29px;
  height: 100px;
  right: 0;
  position: absolute;
  transform: rotate(180deg);
  transition: 0.2s;
}
.tour-page .cols .images .list .owl-nav .owl-next:hover {
  opacity: 0.8;
}
.tour-page .cols .info {
  width: 100%;
  position: relative;
}
.tour-page .cols .info .shortparams {
  margin: 0 0 20px;
}
.tour-page .cols .info .phones {
  background: url("/usertpl/i/head-phone.png") no-repeat right bottom;
  width: 220px;
  height: 122px;
  margin: 0 0 20px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1300px) {
  .tour-page .cols .info .phones {
    position: static;
  }
}
.tour-page .cols .info .phones .btn {
  margin: 0 0 21px;
  display: block;
}
.tour-page .cols .info .phones .item {
  display: block;
  line-height: 17px;
  margin: 0 0 10px;
  color: #052757;
  font-weight: 700;
  text-decoration: none;
  font-size: 19px;
  transition: 0.2s;
}
.tour-page .cols .info .phones .item:hover {
  opacity: 0.9;
}
.tour-page .cols .info .phones .item:last-child {
  margin: 0;
}
.tour-page .cols .info .phones .item span {
  color: #EB6100;
}
.tour-page .param {
  font-size: 15px;
  line-height: 32px;
}
.tour-page .param.long {
  margin: 0 0 20px;
}
.tour-page .param .k {
  font-weight: 600;
  margin: 0 5px 0 0;
}
.tour-page .spoiler {
  margin: 0 0 8px;
}
.tour-page .spoiler.active .title {
  background-image: url("/usertpl/i/spoiler-arrow-up.svg");
}
.tour-page .spoiler .title {
  background: url("/usertpl/i/spoiler-arrow-down.svg") no-repeat center right 15px #FFF8E1;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 7px;
  line-height: 17px;
  cursor: pointer;
}
.tour-page .spoiler .content {
  padding: 20px 10px 24px;
  font-size: 14px;
  display: none;
}
.tour-page .spoiler .content table tr {
  background: #f5f5f5;
}
.tour-page .spoiler .content table tr:nth-child(2n) {
  background: #FFFBF4;
}
.tour-page .spoiler .content table tr td {
  padding: 2px 5px;
}
.tour-page .spoiler .content .program .data {
  max-width: 1100px;
  width: 100%;
}
.tour-page .spoiler .content .program .currencyblock {
  width: 115px;
}
@media (max-width: 1300px) {
  .tour-page .spoiler .content .program .currencyblock {
    width: 100%;
    margin: 20px 0 0;
  }
}
.tour-page .spoiler .content .program .currencyblock .t {
  font-size: 14px;
  font-weight: 300;
  line-height: 9px;
  margin: 0 0 7px;
}
.tour-page .spoiler .content .program .currencyblock select {
  display: block;
  background: #FFFBF4;
  border: 1px solid #D7D3D3;
  border-radius: 4px;
  width: 100%;
  padding: 5px 13px;
}
.poptoursblock {
  padding: 62px 0 55px;
}
.poptoursblock.yellow {
  background: #FFF8E1;
}
.poptoursblock.yellow .owl-carousel .owl-nav .owl-prev {
  background: url("/usertpl/i/sld-arrow-blue-l.svg");
  transition: 0.2s;
}
.poptoursblock.yellow .owl-carousel .owl-nav .owl-prev:hover {
  opacity: 0.8;
}
.poptoursblock.yellow .owl-carousel .owl-nav .owl-next {
  background: url("/usertpl/i/sld-arrow-blue-l.svg");
  transition: 0.2s;
}
.poptoursblock.yellow .owl-carousel .owl-nav .owl-next:hover {
  opacity: 0.8;
}
.poptoursblock .btn {
  width: 247px;
  margin: 0 auto;
  display: block;
}
.poptoursblock .owl-carousel .owl-nav {
  position: relative;
  margin: 0 auto;
  width: 351px;
}
.poptoursblock .owl-carousel .owl-nav .owl-prev {
  background: url("/usertpl/i/sld-arrow-l.svg");
  width: 16px;
  height: 31px;
  position: absolute;
  top: 14px;
  left: 0;
  transition: 0.2s;
}
.poptoursblock .owl-carousel .owl-nav .owl-prev:hover {
  opacity: 0.8;
}
.poptoursblock .owl-carousel .owl-nav .owl-next {
  background: url("/usertpl/i/sld-arrow-l.svg");
  width: 16px;
  height: 31px;
  position: absolute;
  top: 14px;
  right: 0;
  transform: rotate(180deg);
  transition: 0.2s;
}
.poptoursblock .owl-carousel .owl-nav .owl-next:hover {
  opacity: 0.8;
}
@media (max-width: 1300px) {
  .poptoursblock .tour-list {
    margin: 0 auto 24px;
  }
}
.hotel-list {
  width: 310px;
  margin: 0 20px 40px 0;
  text-align: center;
}
@media (max-width: 1300px) {
  .hotel-list {
    margin: 0 0 40px;
  }
}
.hotel-list:nth-child(4n) {
  margin: 0 0 40px;
}
.hotel-list:hover .img .dark {
  opacity: 0.5;
}
.hotel-list:hover .title {
  color: #EB6100;
}
.hotel-list .img {
  height: 215px;
  display: block;
  background: no-repeat center / cover;
  position: relative;
  margin: 0 0 22px;
  border-radius: 4px;
}
.hotel-list .img .dark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  background: #000;
  opacity: 0;
}
.hotel-list .stars {
  margin: 0 0 13px;
  justify-content: center;
}
.hotel-list .stars .star {
  margin: 0 1px;
}
.hotel-list .place {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 14px;
}
.hotel-list .title {
  font-size: 17px;
  font-weight: 800;
  line-height: 19px;
  min-height: 40px;
  text-decoration: none;
  transition: 0.2s;
}
.hotel-page {
  padding: 45px 0 42px;
}
@media (max-width: 1300px) {
  .hotel-page {
    padding: 40px 10px;
  }
}
.hotel-page .stars {
  margin: 0 0 16px;
  justify-content: center;
}
.hotel-page .stars .star {
  margin: 0 2px;
  width: 24px;
  height: 24px;
}
.hotel-page .page-descr {
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 8px;
  line-height: 13px;
  text-align: center;
}
.hotel-page .page-title {
  color: #EB6100;
  font-size: 25px;
  line-height: 26px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 37px;
}
.hotel-page .hotel-title {
  color: #EB6100;
  font-size: 17px;
  line-height: 16px;
  font-weight: 800;
  margin: 0 0 23px;
}
.hotel-page .cols {
  margin: 0 0 38px;
}
.hotel-page .cols .images {
  max-width: 650px;
  width: 100%;
}
.hotel-page .cols .images .main {
  height: 451px;
  margin: 0 0 12px;
  border-radius: 4px;
  background: no-repeat center / cover;
}
.hotel-page .cols .images .list {
  padding: 0 28px 0 0;
}
.hotel-page .cols .images .list .item {
  width: 144px;
  height: 100px;
  border-radius: 4px;
  background: no-repeat center / cover;
}
.hotel-page .cols .images .list .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}
.hotel-page .cols .images .list .owl-nav .owl-next {
  background: url("/usertpl/i/sld-arrow-blue-l.svg") no-repeat center #D7D3D3;
  background-size: 12px;
  border-radius: 4px;
  width: 29px;
  height: 100px;
  right: 0;
  position: absolute;
  transform: rotate(180deg);
  transition: 0.2s;
}
.hotel-page .cols .images .list .owl-nav .owl-next:hover {
  opacity: 0.8;
}
.hotel-page .cols .info {
  width: 100%;
  max-width: 625px;
}
.hotel-page .cols .info .shortparams {
  margin: 0 0 20px;
}
.hotel-page .cols .info .phones {
  background: url("/usertpl/i/head-phone.png") no-repeat right bottom;
  width: 220px;
  height: 122px;
  margin: 0 0 20px;
}
.hotel-page .cols .info .phones .btn {
  margin: 0 0 21px;
  display: block;
}
.hotel-page .cols .info .phones .item {
  display: block;
  line-height: 17px;
  margin: 0 0 10px;
  color: #052757;
  font-weight: 700;
  text-decoration: none;
  font-size: 19px;
  transition: 0.2s;
}
.hotel-page .cols .info .phones .item:hover {
  opacity: 0.9;
}
.hotel-page .cols .info .phones .item:last-child {
  margin: 0;
}
.hotel-page .cols .info .phones .item span {
  color: #EB6100;
}
.hotel-page .param {
  font-size: 15px;
  line-height: 32px;
}
.hotel-page .param.long {
  margin: 0 0 20px;
}
.hotel-page .param .k {
  font-weight: 600;
  margin: 0 5px 0 0;
}
.image-list {
  display: block;
  background: no-repeat center / cover;
  width: 313px;
  height: 200px;
  border-radius: 4px;
  margin: 0 15px 15px 0;
  transition: 0.2s;
}
@media (max-width: 1300px) {
  .image-list {
    margin: 0 0 15px;
  }
}
.image-list:nth-child(4n) {
  margin: 0 0 15px;
}
.image-list:hover {
  filter: brightness(115%);
}
.contentlist {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1300px) {
  .contentlist {
    justify-content: space-around;
    padding: 0 20px;
  }
}
.stars .star {
  width: 18px;
  height: 18px;
  background: url("/usertpl/i/star-empty.svg") no-repeat center / contain;
}
.stars .star.active {
  background-image: url("/usertpl/i/star-active.svg");
}
.pophotelsblock {
  background: #FFF8E1;
  padding: 52px 0 63px;
}
.pophotelsblock .gblock-title {
  color: #052757;
}
.pophotelsblock .btn {
  width: 247px;
  margin: 0 auto;
  display: block;
}
.pophotelsblock .owl-carousel .owl-nav {
  position: relative;
  margin: 0 auto;
  width: 351px;
}
.pophotelsblock .owl-carousel .owl-nav .owl-prev {
  background: url("/usertpl/i/sld-arrow-blue-l.svg");
  width: 16px;
  height: 31px;
  position: absolute;
  top: 14px;
  left: 0;
  transition: 0.2s;
}
.pophotelsblock .owl-carousel .owl-nav .owl-prev:hover {
  opacity: 0.8;
}
.pophotelsblock .owl-carousel .owl-nav .owl-next {
  background: url("/usertpl/i/sld-arrow-blue-l.svg");
  width: 16px;
  height: 31px;
  position: absolute;
  top: 14px;
  right: 0;
  transform: rotate(180deg);
  transition: 0.2s;
}
.pophotelsblock .owl-carousel .owl-nav .owl-next:hover {
  opacity: 0.8;
}
@media (max-width: 1300px) {
  .pophotelsblock .hotel-list {
    margin: 0 auto 40px;
  }
}
.bannersblock {
  padding: 40px 0;
}
.banner-list {
  max-width: 640px;
  width: 100%;
  transition: 0.2s;
  margin: 0 0 13px;
}
.banner-list img {
  max-width: 100%;
}
.banner-list:hover {
  filter: brightness(50%);
}
.way {
  text-align: center;
  font-weight: 300;
  line-height: 13px;
  margin: 40px 0 8px;
  font-size: 17px;
}
.section-title {
  color: #EB6100;
  margin: 0 0 31px;
  font-weight: 800;
  font-size: 25px;
  line-height: 26px;
  text-align: center;
}
.section-title span {
  color: #052757;
}
.section-descr {
  font-size: 15px;
  line-height: 32px;
}
@media (max-width: 1300px) {
  .section-descr {
    padding: 0 10px;
  }
}
.podborform {
  border-radius: 4px;
  max-width: 1180px;
  width: 100%;
}
@media (max-width: 1300px) {
  .podborform {
    display: none;
  }
}
.podborform .block {
  width: calc((100% - 173px - 291px) / 4);
  background: no-repeat 14px center #FFFBF4;
  border-left: 1px solid #D7D3D3;
  height: 79px;
  padding: 24px 5px 5px 62px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .podborform .block {
    width: 100%;
  }
}
.podborform .block.country {
  background-image: url("/usertpl/i/podborform-icon-country.svg");
  background-position: 15px 23px;
}
.podborform .block.city {
  background-image: url("/usertpl/i/podborform-icon-city.svg");
  background-position: 14px 20px;
}
.podborform .block.type-nights {
  background-image: url("/usertpl/i/podborform-icon-type-relax.svg");
  background-position: 14px 20px;
}
.podborform .block.type-through_countries {
  background-image: url("/usertpl/i/podborform-icon-type-tour.svg");
  background-position: 13px 19px;
}
.podborform .block.type-through_countries .options {
  width: 200%;
}
@media (max-width: 1300px) {
  .podborform .block.type-through_countries .options {
    width: 100%;
  }
}
.podborform .block.dates {
  background-image: url("/usertpl/i/podborform-icon-dates.svg");
  background-position: 16px 21px;
  width: 291px;
}
@media (max-width: 1300px) {
  .podborform .block.dates {
    width: 100%;
  }
}
.podborform .block.meal {
  background-image: url("/usertpl/i/podborform-icon-meal.svg");
  background-position: 14px 20px;
}
.podborform .block.stars {
  background-image: url("/usertpl/i/podborform-icon-stars.svg");
  background-position: 13px 19px;
}
.podborform .block:nth-child(1) {
  border: none;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 1300px) {
  .podborform .block:nth-child(1) {
    border-radius: 4px 4px 0 0;
  }
}
.podborform .block .title {
  font-size: 14px;
  line-height: 10px;
  margin: 0 0 8px;
  font-weight: 300;
}
.podborform .block .value {
  font-size: 14px;
  line-height: 11px;
  color: #052757;
  text-transform: uppercase;
}
.podborform .block .options {
  position: absolute;
  top: 81px;
  width: 100%;
  background: #FFFBF4;
  border-radius: 4px;
  border: 1px solid #D7D3D3;
  left: 0;
  padding: 12px 25px;
  display: none;
  z-index: 2;
  max-height: 290px;
  overflow-y: scroll;
}
.podborform .block .options.opened {
  display: block;
}
.podborform .block .options .option {
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  transition: 0.2s;
}
.podborform .block .options .option:hover {
  color: #EB6100;
}
.podborform .block .options .option .stars .star {
  margin: 0 3px 14px 0;
}
.podborform .block input {
  background: #FFFBF4;
  border: none;
  width: 100%;
  text-align: left;
}
.podborform .searchbtn {
  border-radius: 0 4px 4px 0;
  width: 173px;
  height: 79px;
  padding: 34px 10px;
  position: relative;
}
@media (max-width: 1300px) {
  .podborform .searchbtn {
    border-radius: 0 0 4px 4px;
    width: 100%;
  }
}
.showpodborform {
  display: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  .showpodborform {
    display: block;
    width: 100%;
    border-radius: 4px;
  }
}
.bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  display: none;
}
.bg .pop {
  margin: auto;
  background: rgba(58, 107, 165, 0.88);
  border-radius: 4px;
  padding: 35px 53px;
  max-width: 436px;
  width: 100%;
  display: none;
  position: absolute;
}
@media (max-width: 1300px) {
  .bg .pop {
    padding: 20px;
  }
}
.bg .pop .title {
  color: #EB6100;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  line-height: 26px;
  margin: 0 0 37px;
}
.bg .pop .btn {
  display: block;
}
.bg .pop .input {
  display: block;
  margin: 0 0 11px;
  border-radius: 4px;
  background: #FFFBF4;
  padding: 25px 30px 16px;
  width: 100%;
}
.bg .pop .input .t {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 8px;
  line-height: 10px;
}
.bg .pop .input .countries label {
  display: inline-block;
  margin: 0 8px 2px 0;
}
.bg .pop .input input,
.bg .pop .input select {
  border: none;
  background: none;
  font-size: 14px;
  color: #052757;
  line-height: 20px;
  height: 20px;
  display: block;
}
.bg .pop .input input[type='checkbox'] {
  display: inline-block;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("/usertpl/i/loader-2.svg") no-repeat center #000;
  display: none;
  opacity: 0.7;
  z-index: 15;
}
.subscribeblock {
  background: #F1F1F0;
  padding: 73px 0 85px;
}
.subscribeblock .content {
  width: 726px;
}
.subscribeblock .content .title {
  color: #EB6100;
  font-size: 25px;
  line-height: 26px;
  margin: 0 0 14px;
  font-weight: 800;
}
.subscribeblock .content .descr {
  font-size: 16px;
  line-height: 22px;
  height: 39px;
}
.subscribeblock .form {
  width: 502px;
}
.subscribeblock .form .btn {
  width: 173px;
  padding: 32px;
  border-radius: 0 4px 4px 0;
}
.subscribeblock .form input {
  width: 329px;
  display: block;
  border: none;
  background: #FFFBF4;
  padding: 30px;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
}
.paging {
  text-align: center;
}
.paging .page {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 3px 5px;
  border-radius: 4px;
  background: #EB6100;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.paging a.page {
  background: #3A6BA5;
  text-decoration: none;
}
.editor-tab {
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
}
.editor-tab .editor-tab-head {
  display: flex;
  gap: 10px;
  font-weight: 500;
}
.editor-tab .editor-tab-head .editor-tab-head-item {
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: underline dashed;
  text-underline-offset: 5px;
}
.editor-tab .editor-tab-head .editor-tab-head-item.active {
  background: #FFFBF4;
  text-decoration: none;
}
.editor-tab .editor-tab-content .editor-tab-content-item {
  display: none;
  padding: 20px;
  background: #FFFBF4;
}
.editor-tab .editor-tab-content .editor-tab-content-item.opened {
  display: block;
}
body .lightpick {
  font-family: 'Open Sans';
  background-color: #FFFBF4;
}
body .lightpick .lightpick__month {
  background-color: #FFFBF4;
}
body .lightpick .lightpick__toolbar {
  margin: 0 0 -35px;
}
@media (max-width: 600px) {
  body .lightpick .lightpick__toolbar {
    margin: -35px 0 -35px;
  }
}
body .lightpick .lightpick__month-title {
  font-size: 14px;
}
body .lightpick .lightpick__day.is-today {
  color: #EB6100;
  background: none;
}
body .lightpick .lightpick__previous-action,
body .lightpick .lightpick__next-action,
body .lightpick .lightpick__close-action {
  border-radius: 2px;
  background: #EB6100;
  color: #fff;
  opacity: 0.5;
  transition: 0.2s;
}
body .lightpick .lightpick__previous-action:hover,
body .lightpick .lightpick__next-action:hover,
body .lightpick .lightpick__close-action:hover {
  opacity: 1;
}
body .lightpick .lightpick__day.is-start-date.is-end-date {
  background: #052757;
  border-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
body .lightpick .lightpick__day.is-start-date.is-in-range,
body .lightpick .lightpick__day.is-end-date.is-in-range.is-flipped {
  background: #052757;
  border-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
body .lightpick .lightpick__day.is-end-date.is-in-range,
body .lightpick .lightpick__day.is-start-date.is-in-range.is-flipped {
  background: #052757;
  border-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
body .lightpick .lightpick__day.is-in-range:hover {
  background: #3A6BA5;
  border-radius: 2px;
  color: #fff;
}
body .lightpick .lightpick__day:not(.is-disabled):hover {
  border-radius: 2px;
  background: #3A6BA5;
  color: #fff;
}
