@charset "UTF-8";
@import "checkout.css";
:root {
  --header-opacity-menu: 0.9;
  --orange: #FF732D;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.alert-warning, .alert-danger {
  color: #ff0000;
}

.alert-success, .alert-primary {
  color: #008f00;
}

.black {
  color: #000;
}

.gray {
  color: #999;
}

.red {
  color: #fe0000;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  height: 1px;
  background: #8b8b8b;
}

* {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  color: #242424;
  font-family: "Roboto", serif;
  font-weight: normal;
  font-weight: 300;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

body:not(.mainpage) {
  background: url(/assets/i/hot-air-balloon-white2.svg) no-repeat 80% 0;
}

img {
  max-width: 100%;
}

.circe {
  font-family: "Roboto Slab", serif, sans-serif;
  font-weight: 600;
}

.container {
  padding: 0px 15px;
  margin: 0 auto;
  max-width: 1240px;
}

.container:after, header:after, footer:after, #podbor:after {
  clear: both;
  display: table;
  content: " ";
}

.container:before, header:before, footer:before, #podbor:before {
  clear: both;
  display: table;
  content: " ";
}

a {
  color: #FF732D;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.promo-title:hover, #graysubmenu a:hover, #promotions a:hover, #recommendation a:hover {
  text-decoration: none;
}

a.blue {
  color: #344bda;
  text-decoration: underline;
}

a.blue:hover {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.orange {
  color: #FF732D;
}

a.orange {
  color: #FF732D !important;
}

.white {
  color: #fff;
}

a.white {
  color: #fff;
}

h1 {
  font-weight: 600;
}

.weight600 {
  font-weight: 600;
}

.header2 h1, .title-page {
  font-size: 30px;
  font-family: "Roboto Slab", serif, sans-serif;
  font-weight: normal;
  margin: 1rem 0 0.5rem 0;
}

.relative {
  position: relative;
}

.mobile {
  display: none;
}

nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

/*.header nav{width: calc(100% - 40px);}*/
ul.menu.mobile-menu {
  right: -250px;
  top: 168px;
  max-width: 248px;
}

ul.menu.mobile-menu.open {
  display: flex;
  right: 0;
}

.menu {
  width: 100%;
}

ul.menu {
  max-width: 1280px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 0 -30px;
  padding: 0;
  padding-bottom: 2px;
  font-size: 1rem;
}

.menu li {
  display: block;
  flex: 0 1 auto;
  list-style-type: none;
  text-align: center;
  padding-bottom: 4px;
}

.menu li a {
  text-decoration: none;
  padding: 0 5px 4px 5px;
  color: #fff;
  font-size: 16px;
}

.menu li a.active {
  color: #cccccc;
}

.menu2.open {
  display: none !important;
  width: 100%;
  max-width: inherit;
  padding: 20px 20px 17px 20px;
}

.menu-only-mobile, .header ul.menu.open > li.menu-only-mobile {
  display: none;
}

.menu-last-item a {
  border-bottom: 0 !important;
  padding-bottom: 15px !important;
}

.header {
  /*menu*/
  /*menu end*/
}
.header ul.menu {
  font-size: 14px;
  margin-top: 0px;
}
.header ul.menu.mobile-menu.open {
  display: flex !important;
  flex-direction: column;
}
.header ul.menu li {
  display: none;
}
.header ul.menu.open > li {
  display: block;
  max-width: inherit;
  width: 100%;
  margin-bottom: 0;
}
.header .menu li {
  display: none;
  flex: none;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.header .menu.open {
  min-height: 180px;
  width: 245px;
  right: 0;
  left: inherit;
}
.header .menu.open li {
  display: block;
}
.header .menu li a {
  width: 100%;
  padding: 7px 0;
  justify-content: flex-start;
}
.header .menu li a.active {
  border-bottom: none;
}
.header .menu li a:hover {
  border: none;
}
.header .menu li.tplInner a {
  padding: 7px 0 7px 30px;
  white-space: normal;
}
.header ul.menu {
  z-index: 2;
  z-index: 1;
  display: block;
  top: 127px;
  left: 0;
  width: 100%;
  padding-bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.header .menu > li:not(.menu-only-mobile) > a:hover {
  border-bottom: 1px solid #FF732D;
}
.header ul.menu > li {
  border-bottom-width: 1px;
  position: relative;
}
.header .menu li.active {
  border: none;
}
.header .menu li a {
  text-align: left;
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(123, 123, 123, var(--header-opacity-menu));
}
.header .menu .menu-last-item {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.header .menu.open {
  padding: 0;
}
.header .menu-mobile-phone {
  display: block;
  text-transform: none;
  font-size: 11px;
}
.header .menu-mobile-phone img {
  height: 30px;
  float: left;
  margin: 0px 15px 0 0;
}
.header .menu-mobile-phone p {
  margin: 0;
}
.header .menu-mobile-phone .phone {
  font-size: 13px;
  padding-bottom: 4px;
}
.header ul.menu.open > li.menu-only-mobile {
  background-color: rgba(123, 123, 123, var(--header-opacity-menu));
}
.header ul.menu.open > li.menu-only-mobile:first-child {
  border-top: 1px solid #ccc;
}
.header ul.menu.open > li.menu-only-mobile:last-child a {
  border-bottom: 1px solid rgba(123, 123, 123, var(--header-opacity-menu));
  padding-bottom: 20px;
}
.header .hassubmenu {
  --open-duration: 0.4s;
  --close-duration: 0.3s;
  --animation-curve-open: cubic-bezier(0.175, 0.885, 0.32, 1.1);
  --animation-curve-close: cubic-bezier(0.4, 0, 0.2, 1);
}
.header .hassubmenu:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 9px;
  background: url(/assets/i/icons/caret-white-submenu.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 15px;
  transform: rotate(90deg);
  transition: transform var(--close-duration) var(--animation-curve-close);
}
.header .hassubmenu.open:after {
  transform: rotate(0deg);
  transition: transform var(--open-duration) var(--animation-curve-open);
}
.header .submenu {
  visibility: hidden;
  width: 215px;
  position: absolute;
  z-index: -1;
  top: 119px;
  left: 170px;
  margin: 0;
  padding: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  text-transform: none;
}
.header .submenu.open {
  left: 241px;
  visibility: visible;
  opacity: 1;
}
.header .submenu li {
  display: block;
  max-width: inherit;
  width: 100%;
  margin-bottom: 0;
  border-bottom-width: 1px;
  position: relative;
}
.header .submenu li a {
  color: #fff;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  border-radius: 0;
  background-color: rgba(123, 123, 123, var(--header-opacity-menu));
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 15px;
  width: 215px;
}
.header .submenu li a:hover {
  color: #fff;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #FF732D;
}
.header .submenu li a p {
  margin: 0;
}
.header .submenu li:last-child a {
  border-bottom: none;
}
.header .mobile-menu .close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
}
.header ul.menu.open > div.close {
  display: block;
}
.header .ham-caret {
  position: relative;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background: url(/assets/i/caret-down.svg) no-repeat;
  background-position: center 12px;
  background-size: 22px;
  transform: rotate(270deg);
}
.header .hammenu-types-content {
  display: none;
  padding: 0 22px;
  margin-top: 10px;
}
.header .hammenu-types-content a {
  display: block;
  padding: 5px 0 !important;
  border-bottom: none !important;
}
.header .hammenu-types-content a:hover {
  text-decoration: underline;
}
.header .hammenu-types-content a p {
  margin: 0;
}
.header .hammenu-types.active .ham-caret {
  transform: rotate(0deg);
  background-position: 10px 4px;
}
.header .hammenu-types.active .hammenu-types-content {
  display: block;
}
.header .hammenu-types.active > a {
  border-bottom: 1px solid #fff;
}

#topsearch input[type=text] {
  padding: 15px 15px 15px 15px;
  background: url(/assets/i/icons/search-white.svg) no-repeat right 3px center;
  border-radius: 8px;
  width: 0px;
  border: none;
  /*text-align: right;*/
  /*width: 200px;*/
}

input {
  border: none;
}

.wb input {
  border: 1px solid #cccccc;
}

input:focus, textarea:focus {
  outline: 1px solid #FF732D;
}

.menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

span.underline {
  display: inline-block;
}

span.underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 3px;
  background: linear-gradient(90deg, #FF732D 0%, #F32F2F 100%);
}

h2, .title, .like-h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 37px;
  line-height: 1;
}

.mainpage h2 {
  margin: 0 0 0 0;
  margin-bottom: 26px;
  color: #FF732D;
  text-align: center;
  width: 100%;
  margin-right: -300px;
}

h3 {
  font-size: 19px;
}

.maincol__section .menu2 {
  float: none;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.maincol__section .menu2 li {
  padding-right: 20px;
}

.maincol__section .menu2 li:last-child {
  padding-right: 0;
}

.header {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 1003;
  width: 100%;
  height: 80px;
  background-color: #7B7B7B;
  color: #fff;
  border-bottom: 2px solid #FF732D;
}
.header .logo img {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.header .header__menu {
  position: absolute;
}
.header .header__header {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-phones {
  width: 34%;
}
.header .header-phones_content {
  display: flex;
}
.header .header-phones_content > div:first-child {
  margin-right: 10%;
}
.header .workinghours {
  color: #fff;
  margin-left: 60px;
}
.header .header__icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 188px;
  margin-right: 10px;
}
.header .favorites {
  margin-right: 45px;
}
.header .menu li .social {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.header .menu li .social a {
  border: none;
  width: auto;
  display: block;
}
.header a.tel {
  color: #fff;
}
.header .header-container-left, .header .header-container-right {
  min-width: 200px;
  flex-basis: calc(50% - 605px);
}
.header .header-container-left {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 46px;
}
.header .header-container-right {
  display: flex;
  align-items: center;
  justify-content: start;
}
.header .header-container {
  position: relative;
  margin: 0 auto;
  padding: 0 28px;
  max-width: 1210px;
  width: 100%;
  border-left: 2px solid #FF732D;
  border-right: 2px solid #FF732D;
}
.header .favorites-svg path {
  stroke: #fff;
}
.header .favorites-svg:hover path {
  stroke: url(#paint0_linear_522_4043);
}
.header svg.lk-svg path {
  fill: #fff;
}
.header svg.lk-svg:hover path {
  fill: url(#paint0_linear_499_1264);
}
.header .lk, .header .favorites {
  display: flex;
}
.header .lk svg, .header .favorites svg {
  width: 36px;
  height: 36px;
}
.header img.lk:hover, .header .favorite:hover {
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3)) contrast(1) brightness(1);
}
.header .header-icon-right {
  display: flex;
  align-items: center;
}
.header .simplesearch-search-form:hover {
  cursor: default;
}
.header .lk-avatar {
  min-width: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.header .lk-avatar:hover {
  text-decoration: none;
  border-color: #ff3c3b;
  background: -webkit-linear-gradient(90deg, #FF6600 0%, #FF1572 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#topsearch input[type=submit] {
  display: none;
}

.header #topsearch.active {
  position: fixed;
  background: #FF732D;
  border-radius: 8px;
  width: calc(100% - 20px);
  top: 0;
  margin: 10px;
  left: 0;
  padding: 20px;
  margin-top: 15px;
  z-index: 20000;
}
.header #topsearch.active input[name=search] {
  background: #fff;
  width: calc(100% - 30px);
  margin: 15px;
  background-position: right 9px center;
}
.header #topsearch.active .close {
  filter: brightness(0) invert(1);
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 20px;
  background-size: 14px;
  background-position: center;
}
.header #topsearch.active input[type=submit] {
  display: block;
  display: block;
  position: absolute;
  right: 38px;
  top: 38px;
  padding: 11px;
  text-transform: inherit;
  border-radius: 10px;
  min-height: auto;
  padding: 13px;
}

.hide {
  display: none;
}

/**form**/
form input, form select, .select, .button-gray, button, .button, textarea, .btn, input, input[type=date] {
  padding: 14px 14px;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form select, .select {
  background: url(/assets/i/caret-down1.svg) #fff no-repeat;
  background-position: right 16px top 23px;
  padding-right: 45px;
  border: none;
}

.select {
  display: block;
}

button, .button, input[type=submit], .btn {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  padding: 10px 30px;
  color: #fff;
  background-color: #FF732D;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  box-shadow: 0px 0px 7.3px 2px rgba(0, 0, 0, 0.2509803922);
}

.btn:hover {
  color: #fff;
}

.button:focus {
  outline: none;
}

button:hover:not(:disabled), .button:hover, input[type=submit]:hover, .btn:hover:not(.disablebtn) {
  background: linear-gradient(90deg, #FF732D 0%, #F32F2F 100%);
  text-decoration: none;
}

button:disabled {
  background-color: #999;
}

button:disabled:hover {
  background-color: #999;
  cursor: default;
}

::-moz-placeholder {
  font-style: italic;
  font-weight: normal;
}

::placeholder {
  font-style: italic;
  font-weight: normal;
}

textarea {
  font-family: "Roboto", serif;
  resize: none;
}

.form-glass {
  display: flex;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 5px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -2px 2px 1px rgba(0, 0, 0, 0.2509803922) inset;
  box-shadow: 0px 1px 1px 0px #FFFFFF inset;
}
.form-glass input {
  background: none;
}

/**/
/*layout*/
.darklayer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.overdarklayer {
  z-index: 10001;
}

.container-start {
  display: flex;
  justify-content: space-between;
  margin-top: 76px;
}

.container-center {
  display: flex;
  justify-content: center;
}

.wrapper-cataloge {
  display: flex;
  justify-content: center;
}

.leftcol {
  width: 223px;
  min-width: 223px;
  font-size: 14px;
  font-weight: 400;
  color: #242424;
}

.maincol {
  width: calc(100% - 223px - 20px);
  position: relative;
  margin-left: 20px;
}

.topinfo, .filters {
  padding-left: 0px;
  padding-right: 0px;
}

.maincol__section {
  padding-right: 4%;
  padding-left: 4%;
}

.maincol__section.container-podbor {
  padding-left: 4%;
  padding-right: 4%;
}

@media(min-width: 1025px) {
    .favorites-i__wr-podbor {
      display: flex;
      padding-top: 70px;
      padding-bottom: 60px;
      justify-content: center;
    }

    .favorites-i__wr-podbor > #podbor {
      max-width: 767px;
      width: 100%;
    }

    .favorites-i__wr-podbor .maincol__section.container-podbor {
      padding: 0;
    }
}


.maincol__section.page-content {
  padding-top: 93px;
}

.mainpage .header.maincol__section {
  padding: 0;
}
.mainpage .container-podbor.maincol__section {
  position: relative;
  z-index: 100;

  height: 100%;
  /*margin: 50px auto -200px auto;*/ /*old*/
  margin: 0 auto; /*new*/
  /* max-width: 1680px; */ /*old*/
  /*padding: 32px 15px 0px 15px;*/ /*old*/
  padding: 0; /*new*/
}

.wb {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

body.page .page-content {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
  margin-top: 33px;
  margin-bottom: 30px;
  border-radius: 5px;
}

body.page-gray .page-content {
  background: none;
}

body.page .page-content-wb {
  padding-left: 50px;
  padding-right: 50px;
}

.page h2, .page .title {
  font-family: "Roboto", serif;
  font-weight: 800;
  margin: 1.5em 0 0.5em 0;
  font-size: 24px;
  line-height: 1.4;
}

.page .page-content ul, .cruise-contentpage ul {
  list-style: none;
  padding: 0 0 0 30px;
}
.page .page-content ul li, .cruise-contentpage ul li {
  position: relative;
  padding-bottom: 7px;
}
.page .page-content ul li::before, .cruise-contentpage ul li::before {
  content: "•";
  color: #FF732D;
  font-weight: bold;
  display: block;
  width: 10px;
  height: 10px;
  margin-left: -20px;
  font-size: 28px;
  line-height: 10px;
  position: absolute;
  top: 2px;
}

body.articles .page-content {
  background: none;
}

ul.cool {
  list-style: none;
  padding: 0 0 0 30px;
}

ul.cool li {
  position: relative;
  padding-bottom: 7px;
}

ul.cool li::before {
  content: "•";
  color: #FF732D;
  font-weight: bold;
  display: block;
  width: 10px;
  height: 10px;
  margin-left: -20px;
  font-size: 28px;
  line-height: 10px;
  position: absolute;
  top: 2px;
}

/**/
.container-start .leftcol {
  position: relative;
  z-index: 5;
}

a.tel {
  font-size: 16px;
  font-weight: 300;
  display: block;
  text-decoration: none;
  color: #242424;
  white-space: nowrap;
}

.leftcol a.tel {
  margin-left: -10px;
  font-weight: 600;
}

.leftcol .leftcol-decription a {
  font-weight: bold;
}

.descr1 {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 0;
}

.leftcol p:not(.descr1) {
  margin-bottom: 24px;
}

.leftcol .messangers {
  margin-bottom: 22px;
}

.leftcol .messangers a {
  margin-right: 20px;
}

.leftcol-tels {
  margin-bottom: 25px;
}

.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 15px;
  height: 15px;
  margin: 0 10px !important;
}

.swiper-pagination-bullet-active {
  background-color: #FF732D !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: none;
}

.swiper-button-next, .swiper-button-prev {
  background: url("/assets/i/arrow-solid.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 0.7;
}

.swiper-button-next {
  transform: rotate(180deg);
}

/*graysubmenu*/
.graysubmenu {
  position: relative;
  z-index: 2;
  margin: 33px 0 37px 0;
  padding-top: 100px;
  background: url("/assets/i/hot-air-balloon.svg") no-repeat calc(10% - 29px) 20px;
  font-size: 18px;
}

.graysubmenu_item {
  background: #fff;
  border-radius: 15px;
  text-align: center;
  overflow: hidden;
  display: block;
  max-width: 300px;
  font-weight: bold;
}

.graysubmenu_item > div {
  padding: 27px 10px;
}

.graysubmenu_item img {
  filter: grayscale(1);
  transition: filter 0.5s;
}

.graysubmenu_item:hover img {
  filter: grayscale(0);
}

.graysubmenu-swiper {
  padding-bottom: 40px;
}

.graysubmenu-swiper .swiper-slide {
  margin: 0;
}

/*podbor*/
.like-h2 {
  font-size: 28px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.podbor-supercontainer {
  background: url("/assets/i/hot-air-balloon-white.svg") no-repeat 0px 20px;
  min-height: 320px;
  position: relative;
  margin-bottom: 27px;
}

#podbor {
  position: relative;
  z-index: 1002;
  /*bottom: calc(100px + 17vh);*/ /*old*/
}

@media(min-width: 1025px) {
  .catalogue #podbor {
    height: 60px;
  }

  .mainpage  #podbor {
    position: absolute;
    left: 50%;
    bottom: 10%; /*138*/

    height: 9.4%; /*35*/
    width: 40.3%;

    transform: translateX(-50%);
  }
}
@media(min-width: 1921px) {
  #podbor {
    bottom: 185px;
  }
}
@media(min-width: 2500px) {
  #podbor {
    bottom: 196px;
  }
}
@media(min-width: 3200px) {
  #podbor {
    bottom: 196px;
  }
}
@media(min-width: 3200px) {
  #podbor {
    bottom: 239px;
  }
}

#podbor .container {
  padding: 0;
  max-width: 100%;
}

.container-podbor {
  height: 100%;

  background-color: #FF732D;
  border-radius: 20px;
  padding: 50px 15px 50px 80px;
  margin: 0 0 0 0px;
}

.container-podbor {
  padding-right: calc(50% - 840px + 60px);
}

#podbor .button {
  padding: 0px 60px 0px 60px;
}


@media(min-width: 1025px) {
  #podbor .button {
    padding: 0;
    width: 23.66%;
    flex-shrink: 0;
  } /*new*/
}
@media(min-width: 2100px) {
  #podbor .button {
    font-size: 16px;
  } /*new*/
}
@media(min-width: 2500px) {
  #podbor .button {
    font-size: 20px;
  } /*new*/
}
@media(min-width: 3200px) {
  #podbor .button {
    font-size: 27px;
  } /*new*/
}

#podbor .select-data {
  width: 220px;
  font-size: 16px;
  padding: 17px 26px;
  border: none;
}
#podbor .select#topFilterSelectKuda {
  padding: 0;
  height: 100%;
  /* min-height: 48px; */ /*old*/
  background-color: inherit;
  background-image: url(/assets/i/icons/caret-down1-white.svg);
  background-position: right center;
}
#podbor .input-kuda {
  height: 100%;
  width: calc(100% - 50px);
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 3.54%;
  

  font-size: 14px;
  font-weight: 400;
  color: #fff;

  border: none;
  background: none;
}

@media(min-width: 2100px) {
  #podbor .input-kuda {
    font-size: 16px;
  }
}
@media(min-width: 2500px) {
  #podbor .input-kuda {
    font-size: 20px;
  }
}
@media(min-width: 3200px) {
  #podbor .input-kuda {
    font-size: 27px;
  }
}

#podbor .input-kuda::-moz-placeholder {
  font-style: normal;
  color: #fff;
  font-weight: 400;
}
#podbor .input-kuda::placeholder {
  font-style: normal;
  color: #fff;
  font-weight: 400;
}
#podbor .input-kuda:focus {
  outline: none;
}

.kuda-container {
  display: flex;
  justify-content: space-around;
  font-size: 18px;
}
.kuda-container .kuda-title {
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.kuda-container .kuda-col {
  flex-basis: 19%;
}
.kuda-container .kuda-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kuda-container .kuda-col li {
  margin-bottom: 20px;
}
.kuda-container .kuda-col a {
  color: #000;
}
.kuda-container .kuda-col a:hover {
  text-decoration: underline;
}

.kuda-countries .orange {
  color: inherit;
}

.dlitelnost-container.disabled .range-container {
  color: #cccccc !important;
}
.dlitelnost-container.disabled .range-nums > span {
  color: #fff !important;
}

.check-label.disabled p, .country-nav .disabled {
  color: #cccccc !important;
}

.promotions-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*cool select*/
.custom_select_container {
  /* position: relative;*/ /* old */
  height: 100%; /*48px*/
  cursor: pointer;
}

@media(max-width: 1024px) {
  .custom_select_container {
    position: relative;
  }   
} /* new */

.custom_select {
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

@media(min-width: 1025px) {
  .custom_select {
    bottom: 0;
    
    width: 100%;

    transform: translateY(100%);
  }
}

.select {
  padding: 12px 40px 12px 12px;
  /* min-height: 60px; */ /*old*/
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.select > p {
  margin: 0;
}

.custom_select_dummy {
  background: transparent;
  height: 60px;
}

@media(min-width: 1025px) {
  .custom_select_dummy {
    height: 0;
  }
}

.custom_options_container {
  display: inline-block;
  width: 756px;
  padding: 40px 20px;
  background: #fff;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  pointer-events: all;
  border: 1px solid #fff;
  margin-top: -7px;
  border-radius: 8px;
  cursor: default;
}

@media(min-width: 1025px) {
  .custom_options_container {
    width: 100%;
    margin-top: 0;
  }
} /*new*/

.custom_options_container > a {
  display: block;
  color: #242424;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1rem;
  margin-top: 1px;
  padding: 12px 12px 12px 12px;
  position: relative;
  border: 1px solid #fff;
}

.custom_options_container > a:hover {
  border: 1px solid #FF732D;
  background: #FF732D;
  color: #fff;
  font-weight: bold;
}

.custom_options_container > a p {
  margin: 0;
}

.custom_options_container > a p:nth-child(2) {
  font-size: 12px;
  color: #ccc;
}

.custom_select_container p:nth-child(2) {
  font-size: 12px;
  color: #ccc;
}

.select-tour {
  display: flex;
  justify-content: space-between;
  height: 100%;
  /* max-width: 767px; */ /*old*/
  /* margin: 0 auto; */

  background: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 0.65%;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -2px 2px 1px rgba(0, 0, 0, 0.2509803922) inset;
  box-shadow: 0px 1px 1px 0px #FFFFFF inset;
}

#podbor .select-tour {
  /* box-shadow: 0px 1px 1px 0px #FFFFFF inset, 0px 0px 6px 4px rgba(0, 0, 0, 0.3),0px -2px 2px 1px rgba(0, 0, 0, 0.2509803922) inset; */
  box-shadow: 0px 1px 1px 0px #FFF inset, 0px 0px 6px 4px rgba(0, 0, 0, 0.2),0px -2px 2px 1px rgba(0, 0, 0, 0.1509803922) inset;
}

@media(min-width: 3800px) {
  .select-tour {
    border-radius: 65px;
  }
}

.select-tour > div {
  margin-right: 1.19%;
}

.select-tour > div:first-child {
  /* flex-basis: 100%; */ /*old*/
  flex-grow: 1;
}

.select-tour > div:last-child {
  margin-right: 0;
}

.button-gray {
  padding: 22px 20px 20px 20px;

  background: rgb(205, 205, 205);
  background: linear-gradient(0deg, rgb(205, 205, 205) 0%, rgb(255, 255, 255) 100%);
  
  cursor: pointer;
}

.button-gray:hover {
  background: rgb(175, 175, 175);
  background: linear-gradient(0deg, rgb(175, 175, 175) 0%, rgb(238, 238, 238) 100%);
}

.custom_select {
  display: none;
}

.active > .custom_select {
  display: block;
}

#podbor-left .select-tour {
  flex-direction: column;
}
#podbor-left .filters {
  margin: 0px 0 80px 0;
}
#podbor-left .filter-design1 {
  margin-right: -5px;
}
#podbor-left [type=checkbox]:checked + label, #podbor-left [type=checkbox]:not(:checked) + label {
  padding-left: 28px;
}
#podbor-left .ddate {
  margin-bottom: 20px;
}
#podbor-left .select-data {
  border: 1px solid #FF732D;
}
#podbor-left .route_parent {
  display: flex;
}
#podbor-left .route_parent .caret {
  filter: grayscale(1);
  margin-right: 7px;
}
#podbor-left .route_parent + ul {
  margin-left: 40px;
}
#podbor-left .route_parent + ul .form-check {
  margin-left: 0;
  text-align: left;
}
#podbor-left .rashlop_all {
  font-size: 12px;
  margin: 5px;
  text-decoration: underline;
  cursor: pointer;
}
#podbor-left #filter_kuda_list > li > ul > li ul {
  display: none;
}
#podbor-left #filter_kuda_list > li > ul > li .route_parent .caret {
  cursor: pointer;
  transform: rotate(270deg);
  margin-top: 10px;
}
#podbor-left #filter_kuda_list > li > ul > li.open ul {
  display: block;
}
#podbor-left #filter_kuda_list > li > ul > li.open .route_parent .caret {
  transform: rotate(0);
  background-position-x: -3px;
  background-position-y: 2px;
}
#podbor-left .filter_reset_cities {
  cursor: pointer;
  text-decoration: underline;
}
#podbor-left .filter_reset_cities:hover {
  text-decoration: none;
}
#podbor-left #filter_kuda_list.search_sity_open > li > ul > li ul {
  display: block;
}

.leftcol #podbor-left p:not(.descr1) {
  margin-bottom: 3px;
  text-align: left;
  line-height: 20px;
  max-width: 155px;
}

.leftcol #podbor-left #filter_holiday_list p:not(.descr1) {
  text-transform: capitalize;
}

#filter_kuda_list .zarubezhie {
  display: none;
}

/*date*/
@media(min-width: 1025px) {
  #podbor .datesbegin-container {
    display: flex;
    width: 21.6% !important;
    height: 75%;
    align-self: center;
    align-items: center;

    border-left: 1px solid #fff;
  }
}

.select-tour > div.ddate {
  flex-basis: auto;
}

.select-data {
  padding: 12px 12px 12px 12px;
  min-height: 60px;
}

.select-data {
  font-family: "Roboto", serif;
  font-weight: bold;
}

input[type=date] {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

input[type=date]:before {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url(/assets/i/calendar.svg) no-repeat;
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 22px;
  border-width: thin;
  right: 20px;
}


/*date*/


.title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more {
  margin-right: 0px;
  margin-bottom: 37px;
  text-decoration: underline !important;
  color: #242424;
  font-size: 16px;
  font-weight: 400;
}

a.more:hover {
  text-decoration: none !important;
}

.backlink-container {
  text-align: right;
}

.backlink {
  font-weight: bold;
  margin-bottom: 37px;
  padding-left: 32px;
  background: url("/assets/i/icons/back.svg") no-repeat;
}

a.backlink:hover {
  text-decoration: underline !important;
  color: #FF732D;
}

/*promotions*/


#promotions .container {
  display: block;
}

.promotions_img_container {
  box-shadow: 0px 0px 7.3px 5px rgba(0, 0, 0, 0.2509803922);
}

.promotions_item {
  display: flex;
  text-align: center;
  max-width: 290px;
  width: 290px;
  height: auto;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.promotions_item:hover {
  box-shadow: 0px 0px 7.3px 5px rgba(0, 0, 0, 0.2509803922);
}

.promotions_item:last-child {
  margin-right: 0;
}

.promotions_item a:hover {
  text-decoration: none;
}

.promotions_img_container {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 246px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.promotions-title {
  font-size: 24px;
  line-height: 20px;
  font-weight: 500;
  text-shadow: 2px 2px 5px #3e3e3e;
  margin-bottom: 10px;
}

.promotions-percents {
  font-size: 96px;
  font-weight: 500;
  text-shadow: 2px 2px 5px #3e3e3e;
  margin-bottom: 15px;
}

.promotions-descriptions {
  padding: 20px;
}

.promotions-descriptions a {
  text-transform: uppercase;
}

.nextcircle {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #FF732D;
  width: 50px;
  height: 50px;
  min-height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 5.5px 2px rgba(0, 0, 0, 0.2509803922);
}

a:hover .nextcircle {
  background-color: #ed5f00;
}

.catalog_promotions-swiper .promotions-title {
  line-height: 26px;
}

.promotions-more {
  text-align: right;
  margin: 13px 0 -13px 0;
}

.graymain {
  color: #242424;
}

/*newsletter*/
#newsletter {
  background-image: url(/assets/i/cloud-left.svg);
  background-repeat: no-repeat;
  background-position: calc(50% - 503px) 32px;
  background-color: rgba(255, 115, 45, 0.3);
  color: #7B7B7B;
  padding-top: 26px;
  padding-bottom: 24px;
  margin-bottom: 62px;
  border-radius: 82px;
}
#newsletter .form-glass {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2509803922);
  padding: 3px;
}

.newsletter-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.newsletter-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(90deg, #FF6600 0%, #FF1572 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.newsletter-main {
  position: relative;
  padding-top: 48px;
  min-width: 551px;
  text-align: center;
  margin-right: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newsletter-img {
  max-width: 436px;
  border-radius: 8px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2509803922);
}

.newsletter-form > div {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

#newsletter button {
  font-size: 16px;
  padding: 15px 26px;
  height: 50px;
}

#newsletter input {
  min-width: 150px;
}

.glass-form {
  padding-top: 35px;
  max-width: 550px;
}
.glass-form input {
  margin-right: 19px;
  border: none;
  min-width: 160px;
  width: 37%;
  border-radius: 0;
}
.glass-form button {
  width: -moz-fit-content;
  width: fit-content;
}
.glass-form input {
  font-size: 14px;
}
.glass-form input::-moz-placeholder {
  color: #828282;
  font-style: normal;
  font-weight: 400;
}
.glass-form input::placeholder {
  color: #828282;
  font-style: normal;
  font-weight: 400;
}
.glass-form input:focus {
  border: none;
  outline: none;
}
.glass-form #newsletter-name {
  margin-left: 15px;
}
.glass-form .v-line {
  display: inline-block;
  width: 1px;
  height: 34px;
  border-left: 1px solid #828282;
}
.glass-form input:-webkit-autofill,
.glass-form input:-webkit-autofill:hover,
.glass-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #ffe2d3 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.cloud-left {
  position: absolute;
  top: 6px;
  left: -12%;
  width: 120px;
}

.cloud-right {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 2;
}

.baloon-skel {
  position: absolute;
  bottom: -16px;
  right: 9px;
  width: 150px;
  z-index: 2;
}

/*back_call*/
#back_call {
  background: url("/assets/i/icons/back_call1.svg") no-repeat left 10px top;
}

.back_call-main {
  background: url("/assets/i/icons/back_call2.svg") no-repeat right 10px top;
  min-height: 200px;
}

.back_call-title {
  font-size: 24px;
  font-weight: 500;
  color: #FF732D;
  text-align: center;
}

.back_call-form {
  margin: 20px auto;
  padding-top: 0;
  max-width: 654px;
}
.back_call-form .form-glass {
  border: 1px solid #828282;
  padding: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2509803922);
  align-items: center;
  justify-content: space-between;
}
.back_call-form input {
  text-align: center;
  height: 34px;
  margin: 0;
}
.back_call-form #back_call-name {
  border-right: 1px solid #828282;
}
.back_call-form #back_call-name:focus::-moz-placeholder {
  color: transparent;
}
.back_call-form #back_call-name:focus::placeholder {
  color: transparent;
}
.back_call-form #back_call-phone {
  border-right: 1px solid #828282;
}
.back_call-form button {
  height: 50px;
  min-width: 179px;
  margin-left: 54px;
}

/*footer*/
#footer, .footer2 {
  background-color: #7B7B7B;
  color: #fff;
  padding: 27px 0 20px 0;
  font-size: 14px;
  font-weight: 300;
}
#footer a, .footer2 a {
  color: #fff;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 22px;
}

.footer-left, .footer-right {
  font-size: 14px;
}

.footer-menu {
  font-size: 20px;
  list-style: none;
  margin-top: 41px;
  padding-left: 15px;
  min-width: 213px;
}

.footer-title {
  font-size: 20px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 13px;
}

.footer2 {
  border-top: 1px solid #fff;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 0;
  text-align: center;
}

.footer-center {
  padding: 44px 30px 0 30px;
  flex-basis: 65%;
}

.footer-center-wrapper {
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  width: 166px;
  margin-bottom: 0px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.footer-left {
  display: flex;
  flex-basis: 22%;
}

.footer-right {
  flex-basis: 28%;
  padding-left: 29px;
}

.footer-left-1 {
  min-width: 241px;
}
.footer-left-1 p {
  padding-left: 5px;
}
.footer-left-1 .btn {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 16px;
  margin-top: 20px;
  width: 182px;
}

.vertical1 {
  padding: 0 12px;
}

.footer-center-wrapper-col1 {
  flex-basis: 50%;
  line-height: 1.2;
}

.footer-center-wrapper-col2 {
  padding-top: 12px;
}

.footer-center-wrapper-col1 .footer-contact {
  margin-bottom: 5px;
}

.footer-center-wrapper-col2 .footer-contact {
  margin-bottom: 20px;
}

.footer-center-wrapper-col1 p {
  margin-bottom: 7px;
}

.footer-contact {
  font-size: 16px;
}

.footer-contact span {
  font-size: 12px;
}

a.phone {
  cursor: default;
}

.footer-social {
  display: flex;
  align-items: center;
  margin: 45px 0 34px 0;
}
.footer-social img {
  margin-right: 20px;
}

.policy {
  text-decoration: underline;
}

.policy:hover {
  text-decoration: none;
}

#form-feedback .form_feedback_1 div:first-child input {
  margin-top: 0;
}

#form-feedback input, #form-feedback textarea {
  margin-top: 24px;
  width: 100%;
  border: none;
}

#form-feedback textarea {
  resize: none;
  min-height: 160px;
}

.error_red {
  color: #ff0000;
  font-weight: bold;
  padding: 7px;
  display: block;
}

.thankyou_green {
  display: none;
  color: #00a12d;
  background: #fff;
  padding: 20px 26px;
  font-weight: bold;
  border-radius: 8px;
}

/*input radio*/
.custom_checkbox, .checkout, .catalogue, .product {
  /*input radio*/
  /*input checkbox*/
}
.custom_checkbox [type=radio]:checked,
.custom_checkbox [type=radio]:not(:checked), .checkout [type=radio]:checked,
.checkout [type=radio]:not(:checked), .catalogue [type=radio]:checked,
.catalogue [type=radio]:not(:checked), .product [type=radio]:checked,
.product [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom_checkbox [type=radio]:checked + label,
.custom_checkbox [type=radio]:not(:checked) + label, .checkout [type=radio]:checked + label,
.checkout [type=radio]:not(:checked) + label, .catalogue [type=radio]:checked + label,
.catalogue [type=radio]:not(:checked) + label, .product [type=radio]:checked + label,
.product [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 31px;
  cursor: pointer;
  line-height: 1.2;
  display: inline-block;
}
.custom_checkbox [type=radio]:checked + label:before,
.custom_checkbox [type=radio]:not(:checked) + label:before, .checkout [type=radio]:checked + label:before,
.checkout [type=radio]:not(:checked) + label:before, .catalogue [type=radio]:checked + label:before,
.catalogue [type=radio]:not(:checked) + label:before, .product [type=radio]:checked + label:before,
.product [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #ff4035;
  border-radius: 10px;
  background: #fff;
}
.custom_checkbox [type=radio]:checked + label:after,
.custom_checkbox [type=radio]:not(:checked) + label:after, .checkout [type=radio]:checked + label:after,
.checkout [type=radio]:not(:checked) + label:after, .catalogue [type=radio]:checked + label:after,
.catalogue [type=radio]:not(:checked) + label:after, .product [type=radio]:checked + label:after,
.product [type=radio]:not(:checked) + label:after {
  content: "";
  position: absolute;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px;
  background: linear-gradient(90deg, #FF6600 0%, #FF1572 100%);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease;
}
.custom_checkbox [type=radio]:not(:checked) + label:after, .checkout [type=radio]:not(:checked) + label:after, .catalogue [type=radio]:not(:checked) + label:after, .product [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom_checkbox [type=radio]:checked + label:after, .checkout [type=radio]:checked + label:after, .catalogue [type=radio]:checked + label:after, .product [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.custom_checkbox [type=radio]:checked + label:before, .checkout [type=radio]:checked + label:before, .catalogue [type=radio]:checked + label:before, .product [type=radio]:checked + label:before {
  border-color: #ff4035;
}
.custom_checkbox [type=checkbox]:checked,
.custom_checkbox [type=checkbox]:not(:checked), .checkout [type=checkbox]:checked,
.checkout [type=checkbox]:not(:checked), .catalogue [type=checkbox]:checked,
.catalogue [type=checkbox]:not(:checked), .product [type=checkbox]:checked,
.product [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom_checkbox [type=checkbox]:checked + label,
.custom_checkbox [type=checkbox]:not(:checked) + label, .checkout [type=checkbox]:checked + label,
.checkout [type=checkbox]:not(:checked) + label, .catalogue [type=checkbox]:checked + label,
.catalogue [type=checkbox]:not(:checked) + label, .product [type=checkbox]:checked + label,
.product [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 31px;
  cursor: pointer;
  line-height: 1.2;
  display: inline-block;
}
.custom_checkbox [type=checkbox]:checked + label:before,
.custom_checkbox [type=checkbox]:not(:checked) + label:before, .checkout [type=checkbox]:checked + label:before,
.checkout [type=checkbox]:not(:checked) + label:before, .catalogue [type=checkbox]:checked + label:before,
.catalogue [type=checkbox]:not(:checked) + label:before, .product [type=checkbox]:checked + label:before,
.product [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  background: #fff;
}
.custom_checkbox [type=checkbox]:checked + label:after,
.custom_checkbox [type=checkbox]:not(:checked) + label:after, .checkout [type=checkbox]:checked + label:after,
.checkout [type=checkbox]:not(:checked) + label:after, .catalogue [type=checkbox]:checked + label:after,
.catalogue [type=checkbox]:not(:checked) + label:after, .product [type=checkbox]:checked + label:after,
.product [type=checkbox]:not(:checked) + label:after {
  content: "";
  background: #FF732D;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.custom_checkbox [type=checkbox]:not(:checked) + label:after, .checkout [type=checkbox]:not(:checked) + label:after, .catalogue [type=checkbox]:not(:checked) + label:after, .product [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom_checkbox [type=checkbox]:checked + label:after, .checkout [type=checkbox]:checked + label:after, .catalogue [type=checkbox]:checked + label:after, .product [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.custom_checkbox [type=checkbox]:checked + label:before, .checkout [type=checkbox]:checked + label:before, .catalogue [type=checkbox]:checked + label:before, .product [type=checkbox]:checked + label:before {
  border-color: #FF732D;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  color: #939090;
  font-weight: 400;
}

.form-check-input:disabled ~ label:before {
  border-color: #bbb;
}

/*input checkbox*/
/*input radio rectangle*/
.checkbox-rectangle [type=radio]:checked + label:before,
.checkbox-rectangle [type=radio]:not(:checked) + label:before {
  border-radius: 3px;
}
.checkbox-rectangle [type=radio]:checked + label:after,
.checkbox-rectangle [type=radio]:not(:checked) + label:after {
  border-radius: 2px;
}
.checkbox-rectangle [type=checkbox]:checked + label:before,
.checkbox-rectangle [type=checkbox]:not(:checked) + label:before {
  border-radius: 3px;
}
.checkbox-rectangle [type=checkbox]:checked + label:after,
.checkbox-rectangle [type=checkbox]:not(:checked) + label:after {
  border-radius: 2px;
}

/*galka*/
.galka [type=checkbox]:checked + label:after, .galka [type=checkbox]:not(:checked) + label:after {
  background: url(/assets/i/galka.svg);
  width: 20px;
  height: 20px;
  top: -3px;
  background-size: 22px;
}
.galka [type=checkbox]:checked + label:before,
.galka [type=checkbox]:not(:checked) + label:before {
  border: none;
}
.galka [type=checkbox]:checked + label:after,
.galka [type=checkbox]:not(:checked) + label:after {
  border: none;
}

/*galka*/
.galka2 [type=checkbox]:checked + label:after, .galka2 [type=checkbox]:not(:checked) + label:after {
  background: url(/assets/i/galka-white.svg) #cccccc;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
/*galka*/
.galka3 [type=checkbox]:checked + label, .galka3 [type=checkbox]:not(:checked) + label {
  padding-top: 3px;
}
.galka3 [type=checkbox]:checked + label:after, .galka3 [type=checkbox]:not(:checked) + label:after {
  background: linear-gradient(90deg, #FF6600 0%, #FF1572 100%);
  width: 8px;
  height: 8px;
  top: 6px;
  left: 6px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.galka3 [type=checkbox]:checked + label:before,
.galka3 [type=checkbox]:not(:checked) + label:before {
  border: 1px solid #FB0404;
}
.galka4 [type=checkbox]:checked + label, .galka4 [type=checkbox]:not(:checked) + label {
  padding-top: 3px;
}
.galka4 [type=checkbox]:checked + label:after, .galka4 [type=checkbox]:not(:checked) + label:after {
  background: url(/assets/i/icons/lk-icons2/lk2-checkbox.svg);
  width: 20px;
  height: 22px;
  top: 0px;
  left: 1px;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
}
.galka4 [type=checkbox]:checked + label:before,
.galka4 [type=checkbox]:not(:checked) + label:before {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}
.galka4 a {
  text-decoration: none;
}
.galka4 a:hover {
  text-decoration: underline;
}

.form-check.galka {
  margin-left: 0;
}

/*filters*/
.filters {
  background: #fff;
  padding-bottom: 20px;
  margin: 80px 0;
}

.filters ul {
  padding: 0px 0 0 0;
  position: relative;
}

#filter_primary_list {
  padding-top: 0;
}

.filters li {
  list-style: none;
}

.filters > ul > li {
  padding-bottom: 15px;
}

.filters > ul > li > ul > li {
  padding-bottom: 5px;
}

.filters_show_btn {
  font-size: 14px;
  font-weight: 400;
  color: #FF732D;
  cursor: pointer;
}
.filters_show_btn:hover {
  text-decoration: underline;
}

.form-check {
  padding-bottom: 3px;
  position: relative;
}

.filters .button {
  margin-bottom: 22px;
  text-align: center;
}

.filters .button-gray {
  background: #cccccc;
}

.filters .button-gray:hover {
  background: #999;
}

.filters .scroll-container {
  margin-top: 0;
}

.leftcol .filters__title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  text-transform: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  background-color: #F2F2F2;
  min-height: 32px;
  cursor: pointer;
}
.leftcol .filters__title span {
  padding-left: 6px;
}
.leftcol .filters__title, .leftcol .filters__title p {
  margin-bottom: inherit !important;
  text-align: left !important;
  line-height: 32px !important;
}
.leftcol .filters__title::before {
  display: block;
  content: "";
  background: url(/assets/i/icons/caret-gray.svg) no-repeat;
  width: 12px;
  height: 7px;
  background-size: 12px;
  transform: rotate(-180deg);
  position: absolute;
  top: 11px;
  right: 8px;
}
.leftcol .filters__title::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #FF732D 0%, #F32F2F 100%);
}
.leftcol .filters__title.active::before {
  transform: rotate(0);
}

.leftcol .filters__title .filters-ul > li {
  padding: 0px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.filters-ul > li.dlitelnost-container {
  background: none;
}

.filters label {
  margin-top: 10px;
}

.filters li.form-check:last-child label {
  margin-bottom: 10px;
}

.filters.lock-input [type=checkbox]:checked + label:before, .filters.lock-input [type=checkbox]:checked + label:after {
  opacity: 0.5;
}

.breadcrumbs-container, .breadcrumb {
  display: flex;
  margin-bottom: 25px;
  align-items: flex-end;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 !important;
}

.breadcrumb > li {
  padding-right: 7px;
  font-size: 1rem;
  font-weight: bold;
  color: #999;
  margin-bottom: 5px;
}

.breadcrumb > li:before {
  display: inline-block !important;
  content: "•" !important;
  width: 12px !important;
  text-align: left;
  color: inherit !important;
  margin: 0 !important;
  font-size: inherit !important;
}

.breadcrumb > li:first-child:before {
  display: none !important;
}

.breadcrumb-submenu > li > a {
  color: #999;
}

.breadcrumb-submenu > li.active > a {
  color: #000;
}

.filter_select {
  font-size: 12px;
  display: flex;
}

.filter_select i {
  font-style: normal;
  color: #cccccc;
}

.close {
  background: url("/assets/i/close.svg") no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  background-size: cover;
  cursor: pointer;
}

.filter_select .close {
  margin-left: 15px;
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
  min-width: 14px;
}

.catalog-sort-container {
  margin-bottom: 30px;
  margin-top: 0px;
}

.catalog-sort-container, .catalog-sort {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}

.catalog-pagination-top a {
  font-weight: bold;
}

.caret {
  background: url(/assets/i/caret-down1.svg) no-repeat;
  display: inline-block;
  width: 20px;
  height: 16px;
}

.caret-flip {
  transform: scaleY(-1);
  background-position: 0 -2px;
}

.catalog-sort {
  align-items: baseline;
}

.catalog-sort-container {
  display: none;
}

.sort_item {
  font-weight: bold;
  margin-left: 45px;
  cursor: pointer;
  color: #FF732D;
}

.sort_item.sorted {
  color: #000;
  cursor: default;
}

.sort_item.sorted:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #FF732D transparent transparent transparent;
}

/*catalog-item*/
.catalog-item {
  display: flex;
  margin-bottom: 30px;
  min-height: 250px;
  height: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  background: #f2f2f2;
}
.catalog-item:nth-child(3) {
  margin-bottom: 20px;
}

.catalog-item:hover {
  box-shadow: 0px 0px 17.1px 6px rgba(0, 0, 0, 0.2509803922);
}

.catalog-item__image {
  position: relative;
  width: 418px;
  height: auto;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

.promo__ribbons-yellow {
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 2;

  display: none;
  width: 147px; 
  height: 97px;

  background: no-repeat url('../i/promo-ribbons-yellow.png');
  background-size: contain;
  background-position: right top;

  pointer-events: none;
}

.promo__ribbons-yellow_active {
  display: block;
}

.flag-tour__hit-novelty {
  position: absolute;
  left: 0;
  z-index: 2;
  
  display: none;
  padding: 8px 29px 8px 24px;
  
  background: linear-gradient(90deg, #F60 0%, #FF1572 100%);
  background-repeat: no-repeat;
  
  font-weight:bold;
  color:#fff;
}

.flag-tour__hit-novelty_cat-list {
  top: 6.2%;
  left: 0;
}
.flag-tour__hit-novelty_cat-inside {
  top: 7.8%;
  left: 0;
}

.flag-tour__hit {
  clip-path: polygon(100% 0%, 81% 50%, 100% 100%, 0% 100%, 0% 0%);
}

.flag-tour__novelty {
  clip-path: polygon(100% 0%, 87.5% 50%, 100% 100%, 0% 100%, 0% 0%);
}

.flag-tour__hit-novelty_active {
  display: block;
}

@media(max-width: 1024px) {
  .flag-tour__hit-novelty {
    top: 4.1%;
  }
}

.label-container {
  position: absolute;
  z-index: 2;
  top: 0;
}

.catalog-item.noimage_1 .catalog-item__image {
  display: none;
}
.catalog-item.noimage_1 .catalog-item__main {
  width: 100%;
}

.catalog-item .swiper-product, .catalog-item .catalog-item-swiper, .catalog-item .swiper-wrapper, .catalog-item .swiper-slide, .catalog-item .swiper-product .swiper-slide div, .catalog-item .swiper-product .swiper-slide div a {
  height: 100%;
}

.swiper-product .swiper-slide div a {
  display: block;
}

.swiper-product .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: inherit !important;
  width: 100%;
  height: 100%;
}

.label {
  padding: 20px;
  margin-top: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  --data_bg_color: #ff6600;
}

.label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #FF732D;
  position: absolute;
  right: -20px;
  top: 0;
}

.label {
  background-color: var(--data_bg_color);
}

.label:after {
  border-left: 20px solid var(--data_bg_color);
}

.filter-ico {
  display: none;
  cursor: pointer;
}

.ico {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 30px;
  min-height: 20px;
  margin-right: 30px;
  margin-bottom: 10px;
  padding-top: 2px;
}

.ico-location {
  background-image: url(/assets/i/icons-catalog/location.svg);
}

.ico-clock {
  background-image: url(/assets/i/icons-catalog/clock.svg);
}

.ico-train {
  background-image: url(/assets/i/icons-catalog/train.svg);
  min-height: 30px;
  background-size: 24px;
}

.ico-hot-air-balloon {
  background-image: url(/assets/i/icons-catalog/hot-air-balloon.svg);
}

.ico-calendar {
  background-image: url(/assets/i/icons-catalog/calendar.svg);
  display: inline-block;
}

.ico-calendar-white {
  background-image: url(/assets/i/icons-catalog/calendar-white.svg);
}

.ico-calendar1 {
  background-image: url(/assets/i/icons-catalog/calendar1.svg);
}

.ico-calendar2 {
  background-image: url(/assets/i/icons-catalog/calendar2.svg);
}

.ico-wallet {
  background-image: url(/assets/i/icons-catalog/wallet.svg);
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  line-height: 24px;
  padding-top: 0;
}

.ico-alarm-clock {
  background-image: url(/assets/i/icons-catalog/alarm-clock.svg);
}

.ico-discount {
  background-image: url(/assets/i/icons-catalog/discount.svg);
}

.ico-obed-gray {
  background-image: url(/assets/i/icons-catalog/obed-gray.svg);
}

.ico-bus-gray {
  background-image: url(/assets/i/icons-catalog/bus-gray.svg);
}

.ico-shopping-bag {
  background-image: url(/assets/i/icons-catalog/shopping-bag.svg);
}

.ico-avatar {
  background-image: url(/assets/i/icons-catalog/avatar.svg);
}

.ico-bus {
  background-image: url(/assets/i/icons-catalog/bus.svg);
}

.ico-alarm-clock-black {
  background-image: url(/assets/i/icons-catalog/alarm-clock-black.svg);
}

.ico-hand-black {
  background-image: url(/assets/i/icons-catalog/hand-black.svg);
}

.ico-calendar2-black {
  background-image: url(/assets/i/icons-catalog/calendar2-black.svg);
}

.ico-baby-boy {
  background-image: url(/assets/i/icons-catalog/baby-boy.svg);
}

.ico-old-people {
  background-image: url(/assets/i/icons-catalog/old-people.svg);
}

.ico-calendar-orange {
  background-image: url(/assets/i/icons-catalog/calendar-orange.svg);
}

.ico-hotel {
  background-image: url(/assets/i/icons/hotel_icon.svg);
}

.ico-gid {
  background-image: url(/assets/i/icons/gid_icon.svg);
}

.ico-sbor {
  background-image: url(/assets/i/icons/place_icon.svg);
}

.ico-proezd {
  background-image: url(/assets/i/icons/train_icon.svg);
}

.ico-znat {
  background-image: url(/assets/i/icons/important_icon.svg);
}

.ico-tickets {
  background-image: url(/assets/i/icons-catalog/tickets.svg);
}

.catalog-item__main {
  width: calc(100% - 418px);
  min-height: 150px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 20px;
  background: #F2F2F2;
  padding: 15px 0 0 23px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.catalog-item__main_title {
  display: flex;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  padding-right: 66px;
  width: 100%;
}

.catalog-price-wrapper {
  margin-bottom: 10px;
  font-weight: 400;
}

.catalog-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: fit-content;
  margin: 0 auto;

  font-family: "Roboto";
  font-weight: 400;
}

.catalog-price__old-price {
  position: relative;

  font-size: 14px;
  color: #7B7B7B;
}

.catalog-price__old-price::before {
  content: "";

  position: absolute;
  top: 50%;
  left: 50%;

  width: 104.76%;
  height: 1px;

  background-color: #F00;

  transform: translate(-50%, -50%);
}

.catalog-price > span:last-child {
  font-size: 18px;
}

.catalog-price__price_b {
  font-size: inherit;
  font-weight: 600;
  color: inherit;
}

.catalog-item__main .catalog-item__main_description .ico {
  margin-bottom: 30px;
}

.catalog-item__main_description {
  padding-right: 0px;
  margin-bottom: 0;
}

.catalog-item__main .catalog-item__main_description .ico.ico-calendar {
  margin-bottom: 0px;
  margin-right: 0;
  background-size: 17px;
  padding-left: 35px;
}

.catalog-item__dates-artikul {
  margin-bottom: 15px;
}

.ico.ico-wallet {
  white-space: nowrap;
}

.catalog-item_tags {
  margin-left: 0px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
}
.catalog-item_tags span {
  color: #7B7B7B;
  padding-right: 10px;
  white-space: nowrap;
}

.catalog-item__main_bottom {
  display: flex;
  justify-content: space-between;
}

.catalog-item__main_bottom-left {
  max-width: 160px;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.catalog-item__main_bottom .button, .headTourPage .button, .sm-button {
  display: block;
  padding: 10px 37px;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 400;
  height: 40px;
  min-height: 40px;
  box-shadow: 0px 0px 7.3px 2px rgba(0, 0, 0, 0.2509803922);
}

.catalog-item__main .catalog-item__main_description .ico.ico-wallet:after {
  content: "";
  display: block;
  clear: both;
}

.catalog-item__main_bottom-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.tour-dates {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 2px;
  
  list-style: none;
  flex-wrap: wrap;
}
.tour-dates li {
  margin-right: 4px;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
}
.tour-dates p {
  margin: 0;
}
.tour-dates p:nth-child(2) {
  color: #cccccc;
  font-size: 16px;
  font-weight: normal;
}
.tour-dates .delimiter {
  margin: 0 7px;
}
.tour-dates ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.tour-dates ul li {
  white-space: nowrap;
}

.catalog-item__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 2;
}

.artikul-id {
  color: #7B7B7B;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.catalog-item__dates-artikul .artikul-id {
  position: absolute;
  top: 20px;
  right: 65px;
}

.label-right {
  font-size: 15px;
  padding: 20px 0px 20px 0px;
  margin-bottom: 20px;
  font-weight: 800;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  background: #FF732D;
  text-align: left;
  width: 210px;
}

.label-right span {
  display: block;
  line-height: 1.2;
  max-width: 100px;
}

.label-tail {
  background: url(/assets/i/icons-catalog/label-tail.svg) no-repeat;
  background-size: cover;
  width: 30px;
  height: 60px;
  margin-left: -30px;
}

.label-right .label-right-ico {
  margin: 0;
}

.label-right-ico {
  width: 60px;
  height: 60px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 0px;
}

.label-right-ico.ico-calendar-white {
  background-size: 26px;
}

.otryv, .otryv-image {
  background: url(/assets/i/icons-catalog/otryv.svg) repeat-y;
  background-size: 10px;
  width: 10px;
  height: calc(100% - 4px);
  position: absolute;
  top: 5px;
  right: 35px;
  z-index: 3;
}

.otryv-image {
  display: none;
}

.catalog-item__main_main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 15px;
  width: calc(100% - 60px);
}

.catalog-item__main_main h2 {
  margin-bottom: 8px;
  font-size: 18px;
}

.catalog-item__main_main h2.h2-guide {
  margin-bottom: 12px;
}

.catalog-item__main_main .guide {
  margin-bottom: 12px;
  color: #999;
  font-weight: 600;
}

.pagination-container {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  margin-top: 67px;
  flex-direction: column-reverse;
  align-items: center;
}

.pagination {
  display: flex;
}

.pagination a, .pagination_truncate {
  color: #5A5D62;
  background-color: #f2f2f2;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 0 0;
  border-radius: 8px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

.pagination a:not(.active) {
  border: 1px solid #F1F1F1;
}

.pagination a.active {
  color: #fff;
  background: linear-gradient(90deg, #FF732D 0%, #F32F2F 100%);
}

.pagination a:hover:not(.active) {
  background-color: #fff;
}

.swiper-product {
  max-width: 100%;
}
.swiper-product .swiper-slide div {
  overflow: hidden;
}
.swiper-product .swiper-slide img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: 50%;
  transform: translateX(-50%);
}

.catalog-item .swiper-button-next, .catalog-item .swiper-button-prev {
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  align-items: flex-end;
}
.catalog-item .swiper-button-next {
  left: inherit;
  right: 0;
}
.catalog-item .swiper-button-next:hover, .catalog-item .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.catalog-item .swiper-button-next:after, .catalog-item .swiper-button-prev:after {
  filter: grayscale(1) brightness(100);
  font-size: 19px;
  margin-bottom: 20px;
}
.catalog-item .swiper-button-next:hover::after, .catalog-item .swiper-button-prev:hover::after {
  filter: none;
  color: #FF732D;
}
.catalog-item .swiper-pagination {
  bottom: 22px;
}

.maincol #promotions {
  padding-left: 0;
  margin-bottom: 80px;
}

#promotions .title-container {
  align-items: flex-end;
}

.catalog_promotions_container {
  padding: 10px 0;
}

#promotions .title-container > h2 {
  margin-bottom: 38px;
}

.catalog_promotions_container .promotions_item {
  width: auto;
}

/****range-container***/
.range-container {
  color: #666;
  margin: 20px 0;
}

.noUi-connect {
  background: #FF732D;
}

.noUi-touch-area {
  cursor: pointer;
}

.range-nums {
  position: relative;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.range-nums input {
  display: inline-block;
  width: 30px;
  text-align: center;
  border-radius: 5px;
  margin: 0 5px;
  padding: 5px;
  border: 1px solid #FF732D;
  font-size: 14px;
  font-weight: 400;
}
.range-nums input::-webkit-outer-spin-button,
.range-nums input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.range-nums input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}
.range-nums input:first-child {
  margin-right: 20px;
}
.range-nums.hide {
  display: none;
}

.deactivate {
  color: #ccc;
}

.deactivate [type=radio]:checked + label:before, .deactivate [type=radio]:not(:checked) + label:before {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}

.alphabet {
  color: #cccccc;
  padding: 3px 0 3px 11px;
  list-style: none;
}

::-moz-placeholder {
  color: #cccccc;
}

::placeholder {
  color: #cccccc;
}

.np-search {
  border-color: #cccccc;
  padding: 7px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  width: 100%;
  margin-top: 10px;
}

.np-container {
  max-height: 450px;
}

.f-coll-container {
  max-height: 140px;
}

.scroll-container {
  overflow-y: scroll;
  margin: 0px 0 30px 0;
  margin-left: -35px;
  padding-left: 35px;
}

/* Works on Firefox */
.scroll-container {
  scrollbar-width: thin;
  scrollbar-color: #FF732D white;
}

/* Works on Chrome, Edge, and Safari */
.scroll-container::-webkit-scrollbar {
  width: 12px;
}

.scroll-container::-webkit-scrollbar-track {
  background: white;
  border-radius: 20px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background-color: #FF732D;
  border-radius: 20px;
}

.modal {
  z-index: 19900;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(25, 25, 25, 0.5);
  text-align: center;
  overflow: auto;
  display: none;
}

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0;
  height: 100%;
}

.modal-content {
  width: 1000px;
  height: auto;
  padding: 20px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  position: relative;
}

.modal .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

#modal-buy {
  font-size: 18px;
}

#modal-buy .modal-content {
  width: 970px;
  font-weight: 400;
  background: #cccccc;
  border-radius: 5px;
  padding: 50px;
}

#modal-buy h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

#modal-buy .price {
  font-weight: bold;
  color: #FF732D;
  font-size: 24px;
}

#modal-buy .date {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 15px;
}

.modal-buy-head {
  padding: 10px 10px;
}

#modal-buy ::-moz-placeholder {
  font-style: italic;
  font-weight: normal;
  color: #000;
}

#modal-buy ::placeholder {
  font-style: italic;
  font-weight: normal;
  color: #000;
}

body .modal-alert {
  display: block;
}

.modal-alert .modal-content {
  text-align: center;
  width: auto;
  max-width: 600px;
  border-radius: 15px;
}
.modal-alert .loading {
  margin: 0 auto;
  position: relative;
}

.modal-user__auth-info {
  display: none;
  margin-top: 20px;
  margin-bottom: 0;
  
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #464646;
}

.form-buy {
  padding: 10px;
}

.form-buy ul {
  margin: 0;
  padding: 0;
}

.form-buy li {
  list-style: none;
}

.form-buy > ul > li {
  margin-bottom: 20px;
}

.form-buy ul ul li {
  margin-bottom: 0px;
  flex-basis: calc(33.33% - 15px);
}

.form-buy label {
  display: block;
  padding: 10px 10px 10px 24px;
}

.form-buy input[type=text] {
  width: 100%;
}

.form-buy input[type=text], .form-buy textarea {
  border: 1px solid #fff;
  font-size: 16px;
}

.form-buy .price {
  color: #FF732D;
  padding-left: 32px;
}

.form-buy .button {
  display: block;
}

.form-buy ul ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-buy ul ul::after {
  height: 0;
  width: calc(33.33% - 15px);
  content: "";
}

.form-buy ul ul li:last-child {
  margin-right: 0;
}

.form-buy textarea {
  width: 100%; /*width: calc(66.6% - 5px);*/
}

.form-buy [type=checkbox]:checked + label:before,
.form-buy [type=checkbox]:not(:checked) + label:before {
  top: 11px;
}

.form-buy [type=checkbox] + label:after, .form-buy [type=checkbox]:checked + label:after {
  top: 13px;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.news-items-container .news-date {
  margin-bottom: 15px;
}

.news-items-container .news-title {
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 24px;
  margin-bottom: 15px;
}

.news-item, .article-item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
  position: relative;
}

.news-item-image, .article-item-image {
  min-width: 330px;
  margin-right: 15px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.article-title {
  font-size: 24px;
  font-weight: 600;
}

.article-description {
  font-size: 18px;
}

.article-items-container .label-container {
  top: 10px;
}

.dalee {
  font-weight: bold;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 40px 0 40px 0;
}

.news-content {
  font-size: 16px;
}

.news-content > img {
  border-radius: 5px;
  float: left;
  margin: 0 25px 15px 0;
  max-width: 520px;
}

.news-content blockquote {
  color: #999;
  display: -webkit-box;
  font-size: 16px;
  font-style: italic;
}

.news-content blockquote:before {
  display: block;
  width: 2px;
  background: #999;
  margin-right: 30px;
  content: "";
}

.news-content blockquote p:last-child {
  margin-bottom: 0;
}

.clear {
  clear: both;
}

.images_tiles {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.images_tiles img {
  border-radius: 0;
  flex-basis: calc(50% - 15px);
  width: calc(50% - 15px);
  margin: 0 15px 15px 0;
}

.tabs-menu > li span {
  color: #FF732D;
  text-decoration: none;
  cursor: pointer;
}

.tabs-menu > li span:hover {
  text-decoration: underline;
}

.tabs-menu > li span.active {
  color: #cccccc;
  cursor: default;
}

.tabs-menu > li span.active {
  text-decoration: none;
}

.tabs-content {
  margin: 0;
  padding: 0;
}

.tabs-content > li {
  list-style: none;
  display: none;
  margin-top: 20px;
}

.tabs-content > li:first-child {
  display: block;
}

.product-photos {
  max-width: 800px;
  margin-top: 20px;
}

.error, .error-tourist, .error-confirmed {
  color: #ff0000;
  font-weight: bold;
  margin: 10px;
}

.podbor-page__form-glass {
  margin-bottom: 3px;
}

.podbor-page__consult-form-error {
  display: block;
  width: 100%;
  margin: 0;

  text-align: center;
}

.podbor-page__consult-form-success {
  text-align: center;
}

.catalogue h1 {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #FF732D;
  margin-top: 37px;
  margin-bottom: 37px;
}
.catalogue .leftcol .topinfo > div {
  display: none;
}
.catalogue #promotions {
  margin-bottom: 50px;
}
.catalogue #promotions .container {
  margin: 0;
  padding: 0;
}
.catalogue #promotions .catalog_promotions-swiper {
  padding: 0 10px 0 0;
}
.catalogue #promotions .catalog_promotions-swiper .swiper-slide {
  width: 290px;
}
.catalogue #promotions .catalog_promotions_container {
  padding: 0;
}
.catalogue #promotions .swiper-wrapper {
  padding: 30px 10px 20px 10px;
}
.catalogue .container-podbor {
  background: none;
}

@media(min-width: 1025px) {
  .catalogue .in-default-cataloge {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

.catalogue #podbor {
  bottom: inherit;
}

.catalogue .in-promo-cataloge #podbor {
  bottom: 300px;
}
.catalogue .in-promo-cataloge .maincol__section {
  margin: 50px auto -200px auto;
  padding: 32px 15px 50px 15px;
}
.catalogue .in-default-cataloge #podbor .container-podbor {
  padding-top: 70px;
  padding-bottom: 60px;
}

@media(min-width: 1025px) {
  .catalogue .in-default-cataloge #podbor .container-podbor {
    height: 100%;
    padding: 0;
  }
}

.catalogue .in-default-cataloge #podbor .input-kuda {
  padding-left: 22px;
}
.catalogue .in-default-cataloge #podbor .input-kuda, .catalogue .in-default-cataloge #podbor #podbor .datesbegin {
  color: #7B7B7B;
}
.catalogue .in-default-cataloge #podbor .input-kuda::-moz-placeholder {
  color: #7B7B7B;
}
.catalogue .in-default-cataloge #podbor .input-kuda::placeholder {
  color: #7B7B7B;
}
.catalogue .in-default-cataloge #podbor .select-tour {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.4), 0px 1px 1px 0px #FFFFFF inset;
  padding-top: 4px;
}

@media(min-width: 1025px) {
  .catalogue .in-default-cataloge #podbor {
    margin: 0 auto;
    max-width: 767px;
  }
}

.catalogue .in-default-cataloge #podbor .select#topFilterSelectKuda {
  background-image: url(/assets/i/icons/caret-down1-gray.svg);
}
.catalogue .in-default-cataloge #podbor .datesbegin {
  border-color: #7B7B7B;
}
.catalogue .in-default-cataloge #podbor .datesbegin:before {
  filter: brightness(0.5);
}
.catalogue .in-default-cataloge #podbor .datesbegin-dates {
  color: #7B7B7B;
}
.catalogue .leftcol #podbor-left .labeled {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  max-width: 1001%;
  justify-content: space-between;
  background-color: #F2F2F2;
  line-height: 32px !important;
  margin-top: 0;
}
.catalogue .leftcol #podbor-left .labeled span.underline {
  padding-left: 6px;
}
.catalogue .leftcol #podbor-left .labeled span.underline:after {
  display: none;
}
.catalogue .leftcol #podbor-left .labeled .close {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  min-width: 16px;
  position: absolute;
  top: 9px;
  right: 7px;
  background: url("/assets/i/icons/close-label.svg") no-repeat;
}
.catalogue .leftcol #podbor-left .labeled::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #FF732D 0%, #F32F2F 100%);
}
.catalogue .ico-location.ico {
  text-transform: capitalize;
}
.catalogue .catalog-item .swiper-button-next, .catalogue .catalog-item .swiper-button-prev {
  background-position: center;
  background-size: 15px;
}
.catalogue .catalog-item .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px !important;
}
.catalogue .catalog-item .ico-location {
  background-image: url(/assets/i/icons-catalog/tickets.svg);
  background-position: 0 2px;
  background-size: 23px;
  min-height: 23px;
  display: flex;
  align-items: center;
  padding-left: 37px;
  margin-right: 22px;
}
.catalogue .catalog-item .ico-clock {
  background-size: 23px;
  min-height: 23px;
  display: flex;
  align-items: center;
  padding-left: 34px;
}
.catalogue .catalog-item .place {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 22px;
  margin-right: 40px;
}
.catalogue .calendar-alldates {
  font-size: 11px;
  font-weight: 400;
}

/*korporat*/
.korporat-list, .tour_design1-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.korporat-list .korporat_item {
  max-width: 418px;
  padding-bottom: 10px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 35px;
  margin-right: 15px;
  flex-basis: calc(33.33% - 15px);
}
.korporat-list .korporat_item:last-child {
  margin-right: 0;
}
.korporat-list .korporat-title {
  font-weight: 600;
  padding: 20px;
  font-size: 28px;
  color: #FF732D;
  line-height: 1;
}
.korporat-list .korporat_item .img-bg {
  height: 300px;
  width: 100%;
  background-position: center;
  background-size: 500px;
  background-repeat: no-repeat;
}

/**/
.tour_design1_item {
  max-width: 418px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 35px;
  padding: 20px;
  flex-basis: calc(33.33% - 15px);
  margin-right: 15px;
}

.tour_design1_item:last-child {
  margin-right: 0;
}

.tour_design1_item:hover {
  text-decoration: none;
  background-color: #FF732D;
}

.tour_design1_item:hover div {
  color: #fff;
}

.tour_design1_item div {
  margin-bottom: 15px;
}

.tour_design1-title {
  font-weight: 600;
  font-size: 20px;
  color: #242424;
  line-height: 1;
}

.tour_design1-title2 {
  font-weight: 800;
  font-size: 28px;
  color: #FF732D;
  line-height: 1;
}

.tour_design1-description {
  font-size: 24px;
  color: #242424;
  font-weight: 600;
}

.whitebox {
  background-color: #fff;
  padding: 25px;
  border-radius: 5px;
}

.table-resposive-type1 {
  display: flex;
  flex-wrap: wrap;
}

.table-resposive-type1 > div {
  border-top: 1px solid #ccc;
}

.table-resposive-type1 > div > div {
  padding: 7px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-left: -1px;
}

/*.table-resposive-type1>div>div:first-child{
	background: rgb(255,102,0);
	background: linear-gradient(0deg, rgba(255,102,0,1) 46%, rgba(255,190,146,1) 100%);
	color: #fff;
}
*/
.tab-nav {
  list-style: none;
  display: flex;
  align-items: baseline;
  padding: 0 !important;
  margin: 0 0 0 10px;
}

.page .page-content .tab-nav > li {
  padding-bottom: 0;
}

.tab-nav > li a, .tab-nav > li.active {
  padding: 15px !important;
  background: #FF732D;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  font-size: 18px;
}

.tab-nav > li:before {
  display: none !important;
}

.tab-nav > li.active {
  background: #fff;
  font-weight: bold;
  font-size: 20px;
  color: #FF732D;
}

.tab-nav > li a:hover {
  background-color: #ed5f00;
  text-decoration: none;
}

.contact-card {
  background: #fff;
  padding: 20px 20px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 50px;
  margin-right: 15px;
}

.contact-card p {
  margin: 0 0 5px 0;
}
.contact-card .contact-card__title {
  color: #666;
  font-size: 1rem;
  margin-bottom: 10px;
  min-height: 20px;
}
.contact-card .contact-card__fio {
  color: #000;
  font-size: 22px;
  font-weight: bold;
}
.contact-card .contact-card__phone {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.contact-card .contact-card__description {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-card .contact-card__emails {
  background: url(/assets/i/mail.svg) 0 center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  padding: 0 0 0 40px;
  min-height: 25px;
}
.contact-card .contact-card__emails a {
  color: #666;
  font-size: 12px;
}

.emailbox {
  background: url(/assets/i/mail.svg) 0 center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  padding: 0 0 0 40px;
  min-height: 25px;
}

/*** Where Buy ***/
.metro_symbols > li a {
  padding: 10px 15px !important;
  font-size: 1rem;
  box-shadow: -1px 0px 1px 0px rgba(250, 250, 250, 0.3);
}

.route-table_0 {
  border: 1px solid #f60;
  border-radius: 10px;
  padding: 15px;
}

.route-table_0 .undersnap table .sel-row1 td:nth-child(1), .route-table_0 .route-table table .sel-row1 th:nth-child(1) {
  width: 0 !important;
}
.route-table_0 .undersnap table .sel-row1 td:nth-child(2), .route-table_0 .route-table table .sel-row1 th:nth-child(2) {
  width: 20% !important;
}
.route-table_0 .undersnap table .sel-row1 td:nth-child(3), .route-table_0 .route-table table .sel-row1 th:nth-child(3) {
  width: 20% !important;
}
.route-table_0 .undersnap table .sel-row1 td:nth-child(4), .route-table_0 .route-table table .sel-row1 th:nth-child(4) {
  width: 40% !important;
}
.route-table_0 .undersnap table .sel-row1 td:nth-child(5), .route-table_0 .route-table table .sel-row1 th:nth-child(5) {
  width: 20% !important;
}
.route-table_0 .undersnap table .sel-row1 td:nth-child(6), .route-table_0 .route-table table .sel-row1 th:nth-child(6) {
  width: 0 !important;
  display: none;
}

.route-table table {
  width: 100%;
}

.route-table table th {
  text-align: left !important;
}

.sel-row1 td {
  border-top: 1px solid #cccccc;
  padding-bottom: 10px;
  padding-top: 10px;
}

.route-table_0 .route-table {
  padding-bottom: 10px;
}

.region_cities {
  flex-wrap: wrap;
  margin: 0 0 15px 0;
}

.region_cities > li {
  margin: 0 5px 5px 0;
}

.region_cities > li a {
  padding: 10px 15px !important;
  font-size: 1rem;
  border-radius: 10px;
}

.route-table_1 .undersnap table .sel-row1 td:nth-child(1) {
  width: 0% !important;
}
.route-table_1 .undersnap table .sel-row1 td:nth-child(2), .route-table_1 .route-table table th:nth-child(1) {
  width: 50% !important;
}
.route-table_1 .undersnap table .sel-row1 td:nth-child(3), .route-table_1 .route-table table th:nth-child(2) {
  width: 30% !important;
}
.route-table_1 .undersnap table .sel-row1 td:nth-child(4), .route-table_1 .route-table table th:nth-child(3) {
  width: 20% !important;
}
.route-table_1 .undersnap table .sel-row1 td:nth-child(5), .route-table_1 .route-table table th:nth-child(4) {
  width: 0% !important;
}
.route-table_1 .route-table table .sel-row1 th:nth-child(5) {
  width: 0% !important;
  display: none;
}

/*** about ***/
.bnnrs3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  line-height: 0.9;
}

.bnnrs3 > a {
  background-color: #fff;
  padding: 30px 20px 30px 95px;
  background-repeat: no-repeat;
  background-position: 36px 26px;
  color: #000;
  display: block;
  border-radius: 5px;
  background-size: 37px;
  flex-basis: 30%;
}

.bnnrs3 p {
  margin-bottom: 0;
}

.ico_cursor {
  background-image: url("/assets/i/arrow.svg");
  background-size: 32px !important;
}

.ico_email {
  background-image: url("/assets/i/mail2.svg");
  background-size: 32px !important;
}

.ico_logo {
  background-image: url("/assets/i/baloon.svg");
}

.flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-col2 > * {
  flex-basis: 49%;
}

.flex-col3 > * {
  flex-basis: 32%;
}

.h3_ico {
  padding: 0px 0px 0px 34px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px;
  line-height: 33px;
}

.ico_korporat {
  background-image: url("/assets/i/client.svg");
}

.ico_school {
  background-image: url("/assets/i/school.svg");
  background-size: 30px;
  padding-left: 40px;
}

.ico_sborn {
  background-image: url("/assets/i/client1.svg");
}

.page_content_item h2 {
  font-size: 30px;
  font-family: "Circe", sans-serif;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 0px;
  line-height: 1;
  padding-top: 30px;
}
.page_content_item h2:after {
  content: "";
  display: block;
  border-bottom: 4px solid #ff6600;
  width: 100%;
  max-width: 137px;
  height: 1px;
  margin-top: 20px;
}
.page_content_item .whitebox {
  background-repeat: no-repeat;
  background-position: 37px 20px;
  padding-left: 165px;
  background-size: 83px;
}
.page_content_item h3 {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.page_content_item .flex {
  justify-content: flex-start;
}
.page_content_item .flex > div:first-child {
  margin-right: 10%;
}

.subnav {
  position: sticky;
  top: 15px;
  z-index: 3;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  margin: 0 0 30px 0;
  padding: 25px 25px 18px 25px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  background: #fff;
  border-radius: 5px;
}
.subnav li {
  padding-right: 25px;
}
.subnav li a {
  text-transform: uppercase;
  font-weight: bold;
}
.subnav li::before {
  display: none !important;
}
.subnav li::last {
  padding-right: 0;
}

.long-search-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.long-search {
  border: 2px #FF732D solid;
  border-radius: 5px;
  width: calc(100% - 0px);
}

.cities-holder > div {
  -moz-column-count: 3;
       column-count: 3;
}

.cities-holder.searchresult_1 > div {
  -moz-column-count: 1;
       column-count: 1;
}

.cities-holder .abc-box h2 {
  margin-top: 0;
}

.page .page-content .cities-holder ul {
  padding: 0;
}

.page .page-content .cities-holder ul li::before {
  display: none;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  background: url("/assets/i/close.svg") no-repeat center center;
  background-size: 15px;
  cursor: pointer;
}

.form-anketa {
  margin-top: 30px !important;
  max-width: 1000px;
  margin: 0 auto;
}
.form-anketa input {
  border: 1px solid #FF732D;
  margin-bottom: 5px;
  max-width: 100%;
  padding: 10px 15px;
}
.form-anketa textarea {
  max-width: 100%;
  border: 1px solid #FF732D;
  margin-bottom: 5px;
}
.form-anketa h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.form-anketa h3 {
  margin-bottom: 10px;
  margin-top: 0;
}
.form-anketa h2 {
  margin-top: 0;
}
.form-anketa .form-check {
  padding-bottom: 10px;
}
.form-anketa .btn-border {
  padding: 10px 15px;
}
.form-anketa .error_message {
  margin-top: 5px;
  color: red;
}
.form-anketa .to-error_message {
  align-items: normal;
}

.org-anketa-row {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 10px;
}

.org-anketa-table__cell1 {
  flex-basis: 370px;
  padding: 5px 15px 5px 5px;
  font-weight: 600;
  text-align: right;
}

.org-anketa-table__cell2 {
  flex-basis: calc(100% - 370px);
  padding: 0px;
}
.org-anketa-table__cell2 input, .org-anketa-table__cell2 textarea {
  width: 100%;
  margin-bottom: 0;
}

.addedaddress {
  display: none;
  border-top: 1px solid #FF732D;
  padding-top: 10px;
}

.error_input {
  border-color: #ff0000 !important;
  border-width: 2px !important;
}

.processing {
  opacity: 0.35;
}

.load-waiting-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cities-holder-v2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 15px);
}

.cities-holder-v2:after {
  display: block;
  content: "";
  clear: both;
}

.cities-holder-v2 a {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 5px;
  width: calc(25% - 15px);
  aspect-ratio: 1.5;
}

.cities-holder-v2 p {
  position: absolute;
  text-align: center;
  z-index: 2;
  width: 100%;
  z-index: 200;
  font-size: 20px;
  bottom: -5px;
}

.cities-holder-v2 img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: auto;
  -webkit-mask-image: -webkit-gradient(linear, left 50%, left 80%, from(black), to(rgba(0, 0, 0, 0.05)));
}

ul.menu_org {
  justify-content: flex-start;
}

ul.menu_org li {
  margin-right: 50px;
}

ul.menu_org li:last-child {
  margin-right: 0px;
}

.napravlenie {
  margin-bottom: 50px;
  display: flex;
}

.napravlenie-list div.imgewrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  width: 25%;
  aspect-ratio: 1.5;
  margin-right: 25px;
}

.napravlenie-list img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: auto;
}

.napravlenie__right {
  width: calc(75% - 25px);
}

.napravlenie-title {
  font-weight: 400;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 20px;
}

.napravlenie-tours {
  margin-bottom: 25px;
}

.napravlenie-tour-title1 {
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
}

.napravlenie-tour-title2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
}

.napravlenie-tour-description {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}

.org-odnodnevnye-list > div {
  margin-bottom: 35px;
}
.org-odnodnevnye-list h2 {
  margin: 0em 0 0.5em 0;
}

.label-wrapper {
  display: flex;
  justify-content: flex-end;
  margin: -35px -35px 0 0;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.label-noicon {
  padding-right: 20px;
}

.fluid-product__title {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 35px);
}

.product-bottoms {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 20px;
  font-weight: 400;
  margin-right: 30px;
}

.product-bottoms-right {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.tour-programm > li {
  background: #fff;
  padding: 0px;
  padding-left: 0px;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
}
.tour-programm > li .day_title {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 25px 0 25px 0;
  color: #FF732D;
}
.tour-programm > li .day_title .day_title__day {
  color: #5A5D62;
  background: #fff;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  min-width: 150px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  margin-right: 15px;
  border: 1px solid #FF732D;
  border-radius: 5px;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tour-programm > li .day_title .day_title__hotel {
  font-weight: bold;
}
.tour-programm > li .day_title::after {
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  background: url(/assets/i/icons/caret-gray.svg) no-repeat;
  background-position: right 0;
  background-size: 22px;
  position: absolute;
  right: 25px;
  transform: rotate(0deg);
}
.tour-programm > li .day_content .accordion-content-inner > div {
  margin-bottom: 20px;
}
.tour-programm > li .programma_description p:last-child {
  margin-bottom: 0;
}

.tour-programm > li.expanded .day_content {
  display: block;
  padding-bottom: 15px;
}
.tour-programm > li.expanded .day_title::after {
  transform: rotate(180deg);
  right: 25px;
}

.collapse {
  position: relative;
}
.collapse .ico {
  margin-left: -70px;
}
.collapse .programma_title {
  font-weight: bold;
  cursor: pointer;
}
.collapse .programma_title::before {
  content: "";
  display: block;
  background: url(/assets/i/icons/caret-gray.svg) no-repeat;
  background-position: right 0;
  background-size: 14px;
  position: absolute;
  top: 5px;
  left: -31px;
  width: 14px;
  height: 14px;
  transform: rotate(0deg);
}
.collapse .programma_title:hover {
  color: #333;
}
.collapse .programma_description {
  display: none;
}

.excurs .programma_title {
  color: #FF732D;
}

.excurs .programma_title::before {
  filter: none;
}

.collapse.expanded .programma_title {
  color: #333;
}
.collapse.expanded .programma_description {
  display: block;
}
.collapse.expanded .programma_title::before {
  transform: rotate(180deg);
  top: -1px;
}

.tour-programm > li .day_content p.programma_title {
  font-size: 14px !important;
  margin-bottom: 0px;
}

.tour-programm > li .day_content .programma_r {
  margin-top: 2px;
}

.h2expand > h2:after {
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  background: url(/assets/i/icons/caret-gray.svg) no-repeat;
  background-position: right 0;
  background-size: 22px;
  position: absolute;
  top: 12px;
  right: -25px;
  transform: rotate(0);
}

.h2expand h2 {
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: #FF732D;
  margin-top: 15px;
}
.h2expand h2:hover {
  color: #000;
}

.h2expand-content {
  display: none;
}

.h2expand.expanded h2:after {
  transform: rotate(180deg);
}
.h2expand.expanded .h2expand-content {
  display: block;
}
.h2expand.expanded .h2expand-content p {
  margin-bottom: 0;
}

h2#details, h2#date {
  padding-top: 0px;
}

h2#programma {
  padding-top: 25px;
}

a.back {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

a.back img {
  margin-right: 10px;
}

a.back:hover {
  text-decoration: none;
}

a.back:hover span {
  text-decoration: underline;
}

.filters [type=checkbox]:checked + label:before, .filters [type=checkbox]:not(:checked) + label:before,
.filters [type=radio]:checked + label:before, .filters [type=radio]:not(:checked) + label:before {
  width: 16px;
  height: 16px;
  top: 2px;
  border-color: #ff4035;
}
.filters [type=checkbox]:checked + label:after, .filters [type=checkbox]:not(:checked) + label:after,
.filters [type=radio]:checked + label:after, .filters [type=radio]:not(:checked) + label:after {
  width: 8px;
  height: 8px;
  top: 6px;
  left: 4px;
  background: linear-gradient(90deg, #FF6600 0%, #FF1572 100%);
  display: block;
}

.loading {
  width: 200px;
  height: 200px;
  position: absolute;
  background: url("/assets/i/loading.svg") no-repeat;
  left: calc(50% - 100px);
  z-index: 10;
}

.toperror {
  z-index: 106;
  background: #ff6600;
  position: fixed;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}
.toperror .container {
  padding: 0 15px;
}
.toperror .container:empty {
  display: none;
}

.disablebtn {
  background-color: #f8b28f !important;
  cursor: default !important;
}

.disableblock .btn:hover {
  background-color: #f8b28f !important;
  cursor: default !important;
}

.footer-mobile-menu {
  display: none;
}

.sale-img {
  position: relative;
}

.a-title {
  color: #242424;
  font-size: 30px;
  font-family: "Circe", sans-serif;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 0px;
  line-height: 1;
  padding-top: 30px;
}

.a-title:after {
  content: "";
  display: block;
  border-bottom: 4px solid #ff6600;
  width: 100%;
  max-width: 137px;
  height: 1px;
  margin-top: 20px;
}

.a-title:hover {
  color: #FF732D;
  text-decoration: none;
}

.a-title:hover:after {
  border-bottom: 4px solid #fff;
}

.btn-border {
  border: 2px solid #ff6600;
  background-color: #fff;
  color: #ff6600;
}

.btn-border:hover {
  background-color: #FF732D;
  color: #fff;
}

main.narrow {
  text-align: center;
}

main.narrow .page-content, .narrow-in {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.sale-img {
  max-width: 480px;
}

.news-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.news-head h1 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.news-image {
  margin-bottom: 20px;
}

.nav-all {
  white-space: nowrap;
}

.price-label-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.tour-detail-content__catalog-price {
  display: grid;
  grid-template-columns:23% 1fr 23%;
  grid-template-rows: min-content min-content;
  width: 100%;

  font-family: "Roboto";
  font-weight: 400;
}

.tour-detail-content__catalog-price-item {
  display: flex;
  justify-content: flex-end;
  width: 85%;
  grid-column: 2;
  align-self: center;
}

.tour-detail-content__wr-cat-price-old {
  grid-row: 1;
}

.label-wrapper-wr-small_mob {
  display: none;
}

.tour-detail-content__wr-cat-price-old .tour-detail-content__old-cat-price {
  position: relative;

  font-size: 14px !important;
  color: #7B7B7B !important;
  
  & .tour-detail-content__cat-price__price_b {
    font-size: 14px !important;
    font-weight: 600;
    color: #7B7B7B !important;
  }
}

.tour-detail-content__old-cat-price::before {
  content: "";

  position: absolute;
  top: 50%;
  left: 50%;

  width: 104.76%;
  height: 1px;

  background-color: #F00;
  transform: translate(-50%, -50%);
}

.tour-detail-content__wr-cat-price-cur {
  grid-row: 2;
}

.tour-detail-content__wr-cat-price-cur .tour-detail-content____current-cat-price {
  font-size: 20px !important;
  color: #FF732D !important;

  & .tour-detail-content__cat-price__price_b {
    font-size: 20px !important;
    font-weight: 600;
    color: #FF732D !important;
  }
}

.label-wrapper-small {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0px;
  grid-column: 3;
  grid-row: 1 / 3; 
}

@media(max-width: 1024px) {
  .label-wrapper-wr-small_desc {
    display: none !important;
  }   
}

.label-wrapper-small .label-tail {
  transform: rotate(180deg);
  margin: 0;
  height: 40px;
  background-size: auto 40px;
}

.label-left {
  position: relative;
  
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  width: auto;
  padding: 10px 0px 10px 15px;

  font-size: 15px;
  font-weight: 800;
  color: #fff;
  text-align: left;
  
  background: #ff6600;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.tour-detail-content__label-left.label-left {
  display: grid;
  place-items: center;
  justify-content: initial;
  padding: 0;
  width: 42px;
  height: 42px;

  color: #464646;
  font-family: 'Roboto';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;

  border-radius: 50%;
  background-color: #FFD900;
}

.tour-detail-content__label-left_mob {
  display: grid;
  place-items: center;
  justify-content: initial;
  padding: 0;
  width: 24px;
  height: 24px;

  color: #464646;
  font-family: 'Roboto';
  font-size: 10px;
  font-style: normal;
  font-weight: 600;

  border-radius: 50%;
  background-color: #FFD900;
}

.searchpage h3 {
  margin-top: 35px;
  margin-bottom: 10px;
}

.simplesearch-search-onpage input[name=search] {
  width: 600px;
}

.longspace {
  width: 30px;
  display: inline-block;
}

.text-right {
  text-align: right;
}

.ya-share2 {
  opacity: 0;
  border-radius: 8px;
  box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.4);
  margin: 9px 0 5px 0;
  position: absolute;
  background: #fff;
}
.ya-share2.active {
  opacity: 1;
}

.ya-share2__badge span {
  filter: brightness(0) saturate(100%) invert(47%) sepia(10%) saturate(8204%) hue-rotate(1deg) brightness(100%) contrast(96%);
}

.pulse1 {
  animation: pulse1 1s;
  animation-delay: 0.5s;
}

@keyframes pulse1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.pulse2 {
  animation: pulse2 1s;
  animation-delay: 0.5s;
}

@keyframes pulse2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
  }
}
.img-author {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: #000000;
  padding: 5px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.5);
}

.fullscreen-gallery {
  height: 100%;
  position: absolute;
  left: -10000px;
  overflow: hidden;
}
.fullscreen-gallery .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullscreen-gallery .swiper-slide .img-wrapper {
  border-width: 0;
  height: 100%;
  position: absolute;
}
.fullscreen-gallery .swiper-slide img {
  height: 100%;
  max-width: 100%;
}

.arrow-gray {
  filter: contrast(0.3);
}

.hr-gradient {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  height: 0px;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(90deg, #FF6600, #FF1572) 1;
     border-image: linear-gradient(90deg, #FF6600, #FF1572) 1;
}

.bggray {
  border-radius: 10px;
  background-color: rgb(242, 242, 242);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}

.text-center {
  text-align: center;
}

.scroll-up-button {
  position: sticky;
  z-index: 1000;
  left: 100%;
  bottom: 65px;
  margin-right: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}
.scroll-up-button:hover {
  background-color: #ed5f00;
}
.scroll-up-button img {
  transform: rotate(270deg);
}

.incorrect {
  border-color: red !important;
}

.position-relative {
  position: relative;
}/*# sourceMappingURL=style.css.map */







