@charset "UTF-8";
@import url(../libs/bootstrap-4.1.3/css/bootstrap-grid.min.css);
@import url(../libs/bootstrap-4.1.3/css/modal.min.css);
@import url(../libs/cusel-min-2.5/sel-style.css);
@import url(../libs/owl-carousel.2.4/assets/owl.carousel.min.css);
@import url(../libs/fancyBox/source/jquery.fancybox.css);
@import url(../libs/slick-1.9/slick/slick.css);
@import url(../libs/CustomFileInputs/css/component.css);
@import url(../libs/PickMeUp/css/pickmeup.css);
@font-face {
  font-family: "OpenSansBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSans/OpenSansBold/OpenSansBold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansSemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("../fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSans/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansLight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansLight/OpenSansLight.woff") format("woff"), url("../fonts/OpenSans/OpenSansLight/OpenSansLight.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansItalic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans/OpenSansItalic/OpenSansItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansItalic/OpenSansItalic.woff") format("woff"), url("../fonts/OpenSans/OpenSansItalic/OpenSansItalic.ttf") format("truetype");
}

.title-wrap {
  padding: 15px 10px;
  margin-bottom: 15px;
  color: #201509;
}

.title-with-lnk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title-with-lnk a {
  color: #364ca7;
}

.title-with-lnk a:hover {
  text-decoration: none;
}

.title-center {
  position: relative;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.title-center::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 3px;
  width: 30px;
  background-color: #d2c7b8;
}

.page-title-wrap {
  padding-top: 20px;
}

.page-title-wrap.user-title-wrap {
  position: relative;
}

.page-title-wrap.user-title-wrap .btn-wrap {
  position: absolute;
  right: 0;
  top: 14px;
}

.page-title {
  padding-bottom: 12px;
  font-size: 25px;
  line-height: 1.3em;
  text-align: center;
  color: #3c3c3c;
}

.title-descr {
  padding: 20px 15px;
}

.title-descr p,
.title-descr ul {
  margin: 0 0 20px;
  line-height: 1.5em;
}

.title-descr ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.category-head {
  font-family: "OpenSansSemiBold", sans-serif;
  margin: 15px 0 5px;
  font-size: 15px;
}

.section-head-wrap {
  border-top: 1px solid #d2c7b8;
  border-bottom: 1ps solid #d2c7b8;
  -webkit-box-shadow: inset 0px 1px 0px 0px #efede7, 0px 1px 0px 0px #efede7;
     -moz-box-shadow: inset 0px 1px 0px 0px #efede7, 0px 1px 0px 0px #efede7;
          box-shadow: inset 0px 1px 0px 0px #efede7, 0px 1px 0px 0px #efede7;
}

.section-head {
  font-family: "OpenSansBold", sans-serif;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 23px 0 26px 0;
}

h1,
h2,
h3 {
  line-height: 1.5em;
}

.h1-title,
.h2-title,
.h3-title {
  display: block;
  line-height: 1.1em;
  font-weight: normal;
}

.h1-title {
  font-family: "OpenSansLight", sans-serif;
  font-size: 50px;
  line-height: 1em;
}

.h2-title {
  font-size: 25px;
}

.h3-title {
  font-size: 18px;
}

.page-header {
  color: #3C3C3C;
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
  margin: 0;
  padding: 2px 0 20px;
  text-align: center;
  border-bottom: 1px dotted #d2c7b8;
}

section {
  padding: 30px 0;
}

.divide-line {
  position: relative;
  border-bottom: 1px dotted #d2c7b8;
}

.divide-line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dotted #fff;
}

/* Clearfix */
.clearfix::before, .breadcrumbs::before, .top-nav::before, .head-sett::before, .soc-wrap::before, .review-date::before, .review-img-set::before, .clearfix::after, .breadcrumbs::after, .top-nav::after, .head-sett::after, .soc-wrap::after, .review-date::after, .review-img-set::after {
  content: "";
  display: table;
}

.clearfix::after, .breadcrumbs::after, .top-nav::after, .head-sett::after, .soc-wrap::after, .review-date::after, .review-img-set::after {
  clear: both;
}

.before,
.after {
  position: absolute;
  content: "";
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  outline: none !important;
  cursor: pointer;
  color: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

a:hover {
  text-decoration: underline;
  color: #730f18;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

ol,
ul,
li,
form {
  list-style: none;
  padding: 0;
  margin: 0;
}

label {
  font-weight: normal;
}

.hidden {
  display: none;
}

/* Title */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.loaded {
  margin-left: -1000px;
  margin-top: -1px;
  width: 10px;
  height: 1px;
}

[class*="-ic"] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1em;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.arr_dn-ic {
  width: 14px;
  height: 8px;
  background-image: url("../img/_style/_svg/arr_dn.svg");
  -webkit-transition: .3s ease transform;
  -o-transition: .3s ease transform;
  -moz-transition: .3s ease transform;
  transition: .3s ease transform;
}

.gift-ic {
  width: 17px;
  height: 20px;
  background-image: url("../img/_style/_svg/gift.svg");
}

.tour-ic {
  width: 35px;
  height: 35px;
}

.locale-tour-ic,
.duration-ic,
.date-ic,
.descr-ic {
  width: 30px;
  height: 30px;
}

.locale-tour-ic {
  background-image: url("../img/_style/_svg/locale_2.svg");
}

.duration-ic {
  background-image: url("../img/_style/_svg/clock.svg");
}

.date-ic {
  background-image: url("../img/_style/_svg/calendar_accent.svg");
}

.descr-ic {
  background-image: url("../img/_style/_svg/description.svg");
}

.advantage-ic {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
  background-color: #f4f1e7;
  -webkit-background-size: 85px 85px;
     -moz-background-size: 85px 85px;
       -o-background-size: 85px 85px;
          background-size: 85px 85px;
}

.pdf-ic {
  width: 40px;
  height: 40px;
  background-image: url("../img/_style/_svg/pdf.svg");
}

.call-to-ic {
  width: 35px;
  height: 35px;
  background-image: url("../img/_style/_svg/call-to.svg");
}

.with-title,
.with-descr {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 666;
  overflow: hidden;
}

.with-title:hover,
.with-descr:hover {
  overflow: visible;
  z-index: 777;
}

.with-title:hover .title-thumb,
.with-descr:hover .title-thumb {
  height: auto;
  bottom: -webkit-calc(100% + 5px);
  bottom: -moz-calc(100% + 5px);
  bottom: calc(100% + 5px);
}

.with-title:hover .title-thumb span,
.with-descr:hover .title-thumb span {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 1;
}

.with-title .title-thumb,
.with-descr .title-thumb {
  display: block;
  position: absolute;
  z-index: 555;
  bottom: 98%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  height: 0;
  text-align: center;
  cursor: default;
  color: #000;
}

.with-title .title-thumb span,
.with-descr .title-thumb span {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 13px 20px;
  font-size: 13px;
  line-height: 1.3em;
  min-width: 125px;
  border: 1px solid #d2c7b8;
  font-style: normal;
  opacity: 0;
  white-space: nowrap;
}

.with-title .title-thumb span::before,
.with-descr .title-thumb span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
     -moz-transform: rotate(45deg) translate(-50%, 0);
      -ms-transform: rotate(45deg) translate(-50%, 0);
       -o-transform: rotate(45deg) translate(-50%, 0);
          transform: rotate(45deg) translate(-50%, 0);
  border-right: 1px solid #d2c7b8;
  border-bottom: 1px solid #d2c7b8;
}

.with-descr .title-thumb span {
  white-space: normal;
  width: 400px;
  max-width: 280px;
}

@font-face {
  font-family: "OpenSansBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSans/OpenSansBold/OpenSansBold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansSemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("../fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSans/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansLight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansLight/OpenSansLight.woff") format("woff"), url("../fonts/OpenSans/OpenSansLight/OpenSansLight.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansItalic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans/OpenSansItalic/OpenSansItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansItalic/OpenSansItalic.woff") format("woff"), url("../fonts/OpenSans/OpenSansItalic/OpenSansItalic.ttf") format("truetype");
}

.title-wrap {
  padding: 15px 10px;
  margin-bottom: 15px;
  color: #201509;
}

.title-with-lnk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title-with-lnk a {
  color: #364ca7;
}

.title-with-lnk a:hover {
  text-decoration: none;
}

.title-center {
  position: relative;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.title-center::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 3px;
  width: 30px;
  background-color: #d2c7b8;
}

.page-title-wrap {
  padding-top: 20px;
}

.page-title-wrap.user-title-wrap {
  position: relative;
}

.page-title-wrap.user-title-wrap .btn-wrap {
  position: absolute;
  right: 0;
  top: 14px;
}

.page-title {
  padding-bottom: 12px;
  font-size: 25px;
  line-height: 1.3em;
  text-align: center;
  color: #3c3c3c;
}

.title-descr {
  padding: 20px 15px;
}

.title-descr p,
.title-descr ul {
  margin: 0 0 20px;
  line-height: 1.5em;
}

.title-descr ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.category-head {
  font-family: "OpenSansSemiBold", sans-serif;
  margin: 15px 0 5px;
  font-size: 15px;
}

.section-head-wrap {
  border-top: 1px solid #d2c7b8;
  border-bottom: 1ps solid #d2c7b8;
  -webkit-box-shadow: inset 0px 1px 0px 0px #efede7, 0px 1px 0px 0px #efede7;
     -moz-box-shadow: inset 0px 1px 0px 0px #efede7, 0px 1px 0px 0px #efede7;
          box-shadow: inset 0px 1px 0px 0px #efede7, 0px 1px 0px 0px #efede7;
}

.section-head {
  font-family: "OpenSansBold", sans-serif;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 23px 0 26px 0;
}

h1,
h2,
h3 {
  line-height: 1.5em;
}

.h1-title,
.h2-title,
.h3-title {
  display: block;
  line-height: 1.1em;
  font-weight: normal;
}

.h1-title {
  font-family: "OpenSansLight", sans-serif;
  font-size: 50px;
  line-height: 1em;
}

.h2-title {
  font-size: 25px;
}

.h3-title {
  font-size: 18px;
}

.page-header {
  color: #3C3C3C;
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
  margin: 0;
  padding: 2px 0 20px;
  text-align: center;
  border-bottom: 1px dotted #d2c7b8;
}

section {
  padding: 30px 0;
}

.divide-line {
  position: relative;
  border-bottom: 1px dotted #d2c7b8;
}

.divide-line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dotted #fff;
}

/* Clearfix */
.clearfix::before, .breadcrumbs::before, .top-nav::before, .head-sett::before, .soc-wrap::before, .review-date::before, .review-img-set::before, .clearfix::after, .breadcrumbs::after, .top-nav::after, .head-sett::after, .soc-wrap::after, .review-date::after, .review-img-set::after {
  content: "";
  display: table;
}

.clearfix::after, .breadcrumbs::after, .top-nav::after, .head-sett::after, .soc-wrap::after, .review-date::after, .review-img-set::after {
  clear: both;
}

.before,
.after {
  position: absolute;
  content: "";
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  outline: none !important;
  cursor: pointer;
  color: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

a:hover {
  text-decoration: underline;
  color: #730f18;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

ol,
ul,
li,
form {
  list-style: none;
  padding: 0;
  margin: 0;
}

label {
  font-weight: normal;
}

.hidden {
  display: none;
}

/* Title */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.btn-wrap.btns-justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-more-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

button {
  cursor: pointer;
}

.btn, .btn-accent, .btn-grey, .btn-primary {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  padding: 13px 25px;
  height: 48px;
  min-width: 230px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 15px;
  border: 1px solid #f9cd26;
  background-color: #f9cd26;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.btn:hover, .btn-accent:hover, .btn-grey:hover, .btn-primary:hover {
  color: #fff;
  border-color: #730f18;
  background-color: #730f18;
}

.btn:active, .btn-accent:active, .btn-grey:active, .btn-primary:active {
  opacity: .8;
}

.btn-accent {
  border-color: #730f18;
  background-color: #730f18;
  color: #fff;
}

.btn-accent:hover {
  color: #000;
  border-color: #f9cd26;
  background-color: #f9cd26;
}

.btn-grey {
  border-color: #d2c7b8;
  background-color: #d2c7b8;
  color: #000;
}

.btn-grey:hover {
  color: #fff;
  border-color: #730f18;
  background-color: #730f18;
}

.btn-primary {
  border-color: #006bb5;
  background-color: #006bb5;
  color: #fff;
}

.btn-primary:hover {
  color: #fff;
  border-color: #730f18;
  background-color: #730f18;
}

.btn-top {
  position: fixed;
  z-index: 555;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #f9cd26;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-image: url("../img/_style/_svg/btn-top.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 25px 25px;
     -moz-background-size: 25px;
       -o-background-size: 25px;
          background-size: 25px;
  opacity: 0;
}

.btn-top.on {
  opacity: 1;
  cursor: pointer;
}

.btn-top:hover {
  background-color: #e6b706;
}

.close {
  background-color: transparent;
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  background-image: url("../img/_style/_svg/close.svg");
  -webkit-background-size: 15px 15px;
     -moz-background-size: 15px;
       -o-background-size: 15px;
          background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Button Drop Down Menu */
.toggle-btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 26px;
  height: 25px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: .7s;
  -o-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
}

.toggle-btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
}

.toggle-btn span {
  position: relative;
  top: 50%;
  margin-top: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  transition: 0.5s ease all;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}

.toggle-btn span::after, .toggle-btn span::before {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  -moz-transition: .5s ease all;
  transition: .5s ease all;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}

.toggle-btn span:after {
  top: 5px;
}

.toggle-btn:hover {
  opacity: .6;
}

.toggle-btn.on span {
  background-color: transparent;
}

.toggle-btn.on span::before {
  width: 27px;
  -webkit-transform: rotate(45deg) translate(4px, 3px);
     -moz-transform: rotate(45deg) translate(4px, 3px);
      -ms-transform: rotate(45deg) translate(4px, 3px);
       -o-transform: rotate(45deg) translate(4px, 3px);
          transform: rotate(45deg) translate(4px, 3px);
}

.toggle-btn.on span::after {
  width: 27px;
  -webkit-transform: rotate(-45deg) translate(4px, -3px);
     -moz-transform: rotate(-45deg) translate(4px, -3px);
      -ms-transform: rotate(-45deg) translate(4px, -3px);
       -o-transform: rotate(-45deg) translate(4px, -3px);
          transform: rotate(-45deg) translate(4px, -3px);
}

/* Button Drop Down Menu END */
.markup-page {
  display: inline-block;
  position: fixed;
  z-index: 9999999;
  top: 50%;
  left: -40px;
  padding: 5px 20px;
  background-color: #f9cd26;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.img-inner-box {
  position: relative;
  display: block;
  text-decoration: none !important;
  border: none !important;
  width: 100%;
  overflow: hidden;
}

.img-inner-box img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: auto !important;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}

.img-inner-box .main-img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  position: relative;
  min-width: 320px;
  font-family: 'OpenSansRegular', sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: normal;
  color: #000;
  background-color: #e6ded2;
  -webkit-font-smoothing: antialiased;
}

* {
  -webkit-transition: .3s background-color;
  -o-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
}

.hidden {
  display: none !important;
}

.text-left {
  text-align: left !important;
}

.attention-message {
  color: #ed1c24;
  font-size: 16px;
}

/* Прижатие футера к низу */
.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.layout {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 200px;
}

.int-expl .wrapper {
  display: block;
}

/* Прижатие футера к низу END*/
.size-table-wrap {
  overflow-x: auto;
}

.size-table-wrap table {
  min-width: 500px;
}

.container.not-relative {
  position: static;
}

.tabs__content {
  margin: 0 auto;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.tabs__content.active {
  padding: 0;
  height: auto;
  opacity: 1;
  overflow: visible;
}

.tabs__content:not(.active) .tour-info-itm-txt iframe {
  pointer-events: none;
  z-index: -1 !important;
}

.tabs__content.open .show-tabs__content-btn {
  background-color: #e6ded2;
  color: #000;
}

.tabs__content.open .show-tabs__content-btn:before {
  border-color: #a7a7a7;
}

.tabs__content.open .show-tabs__content-btn .arr_dn-ic {
  -webkit-transform: translate(0, -50%) rotate(180deg);
     -moz-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
       -o-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.tabs__caption, .news-links {
  display: table;
  width: 100%;
  font-family: "OpenSansBold", sans-serif;
  font-size: 16px;
  line-height: 1.35em;
  text-align: center;
  background-color: #f4f1e7;
}

.tabs__caption > li, .news-links > li {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  padding: 10px;
  border: 1px solid #e6ded2;
  border-bottom-color: #a7a7a7;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: .3s ease all !important;
  -o-transition: .3s ease all !important;
  -moz-transition: .3s ease all !important;
  transition: .3s ease all !important;
}

.tabs__caption > li:hover, .news-links > li:hover {
  background-color: #f9cd26;
}

.tabs__caption > li.active, .news-links > li.active {
  color: #000;
  cursor: default;
  background-color: #e6ded2;
  border: 1px solid #a7a7a7;
  border-bottom-color: transparent;
}

.tabs__bottom-caption-wrap .tabs__caption > li, .tabs__bottom-caption-wrap .news-links > li {
  border-top-color: #a7a7a7;
  border-bottom-color: transparent;
}

.tabs__bottom-caption-wrap .tabs__caption > li.active, .tabs__bottom-caption-wrap .news-links > li.active {
  border-top-color: transparent;
  border-bottom-color: #a7a7a7;
}

.tabs__content-inner {
  padding: 30px 0;
}

.show-tabs__content-btn {
  display: none;
  min-height: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 70px 10px 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "OpenSansBold", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  background-color: #f4f1e7;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 3px;
  border: 1px solid #e6ded2;
  border-bottom: none;
}

.show-tabs__content-btn:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-color: #730f18;
  color: #fff;
}

.show-tabs__content-btn .arr_dn-ic {
  position: absolute;
  z-index: 5;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 17px;
  height: 10px;
}

.show-tabs__content-btn::before, .show-tabs__content-btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
}

.show-tabs__content-btn::before {
  z-index: 10;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border: 1px solid transparent;
  border-bottom: none;
}

.show-tabs__content-btn::after {
  width: 55px;
  min-height: 55px;
  background-color: #d2c7b8;
}

.breadcrumbs-wrap {
  background-color: #f4f1e7;
  font-size: 12px;
  padding: 12px 0;
}

.breadcrumbs {
  padding: 0 15px;
}

.breadcrumbs li {
  position: relative;
  float: left;
  margin-right: 20px;
}

.breadcrumbs li::after {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  right: -12px;
}

.breadcrumbs li:last-child {
  margin-right: 0;
  color: #8a8a8a;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.cust-inp, .cust-srch-inp, .head-srch-inp,
.cust-upload {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.cust-inp input, .cust-srch-inp input, .head-srch-inp input,
.cust-inp .upload-file,
.cust-srch-inp .upload-file,
.head-srch-inp .upload-file,
.cust-upload input,
.cust-upload .upload-file {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  display: block;
  padding: 1px 25px;
  width: 100%;
  height: 48px;
  font-size: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  overflow: visible;
  color: #000;
  font-family: "OpenSansRegular", sans-serif;
  border: 1px solid #fff;
  background-color: #fff;
}

.cust-inp input::-webkit-input-placeholder, .cust-srch-inp input::-webkit-input-placeholder, .head-srch-inp input::-webkit-input-placeholder, .cust-inp .upload-file::-webkit-input-placeholder, .cust-srch-inp .upload-file::-webkit-input-placeholder, .head-srch-inp .upload-file::-webkit-input-placeholder, .cust-upload input::-webkit-input-placeholder, .cust-upload .upload-file::-webkit-input-placeholder {
  -webkit-transition: .3s;
  transition: .3s;
  color: rgba(0, 0, 0, 0.8);
}

.cust-inp input:-moz-placeholder, .cust-srch-inp input:-moz-placeholder, .head-srch-inp input:-moz-placeholder, .cust-inp .upload-file:-moz-placeholder, .cust-srch-inp .upload-file:-moz-placeholder, .head-srch-inp .upload-file:-moz-placeholder, .cust-upload input:-moz-placeholder, .cust-upload .upload-file:-moz-placeholder {
  -moz-transition: .3s;
  transition: .3s;
  color: rgba(0, 0, 0, 0.8);
}

.cust-inp input::-moz-placeholder, .cust-srch-inp input::-moz-placeholder, .head-srch-inp input::-moz-placeholder, .cust-inp .upload-file::-moz-placeholder, .cust-srch-inp .upload-file::-moz-placeholder, .head-srch-inp .upload-file::-moz-placeholder, .cust-upload input::-moz-placeholder, .cust-upload .upload-file::-moz-placeholder {
  -moz-transition: .3s;
  transition: .3s;
  color: rgba(0, 0, 0, 0.8);
}

.cust-inp input:-ms-input-placeholder, .cust-srch-inp input:-ms-input-placeholder, .head-srch-inp input:-ms-input-placeholder, .cust-inp .upload-file:-ms-input-placeholder, .cust-srch-inp .upload-file:-ms-input-placeholder, .head-srch-inp .upload-file:-ms-input-placeholder, .cust-upload input:-ms-input-placeholder, .cust-upload .upload-file:-ms-input-placeholder {
  -ms-transition: .3s;
  transition: .3s;
  color: rgba(0, 0, 0, 0.8);
}

.cust-inp input::-ms-input-placeholder, .cust-srch-inp input::-ms-input-placeholder, .head-srch-inp input::-ms-input-placeholder, .cust-inp .upload-file::-ms-input-placeholder, .cust-srch-inp .upload-file::-ms-input-placeholder, .head-srch-inp .upload-file::-ms-input-placeholder, .cust-upload input::-ms-input-placeholder, .cust-upload .upload-file::-ms-input-placeholder {
  -ms-transition: .3s;
  transition: .3s;
  color: rgba(0, 0, 0, 0.8);
}

.cust-inp input::placeholder, .cust-srch-inp input::placeholder, .head-srch-inp input::placeholder,
.cust-inp .upload-file::placeholder,
.cust-srch-inp .upload-file::placeholder,
.head-srch-inp .upload-file::placeholder,
.cust-upload input::placeholder,
.cust-upload .upload-file::placeholder {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: rgba(0, 0, 0, 0.8);
}

.cust-inp input:focus, .cust-srch-inp input:focus, .head-srch-inp input:focus,
.cust-inp .upload-file:focus,
.cust-srch-inp .upload-file:focus,
.head-srch-inp .upload-file:focus,
.cust-upload input:focus,
.cust-upload .upload-file:focus {
  border-color: #f9cd26;
}

.cust-inp input:focus::-webkit-input-placeholder, .cust-srch-inp input:focus::-webkit-input-placeholder, .head-srch-inp input:focus::-webkit-input-placeholder, .cust-inp .upload-file:focus::-webkit-input-placeholder, .cust-srch-inp .upload-file:focus::-webkit-input-placeholder, .head-srch-inp .upload-file:focus::-webkit-input-placeholder, .cust-upload input:focus::-webkit-input-placeholder, .cust-upload .upload-file:focus::-webkit-input-placeholder {
  opacity: 0;
}

.cust-inp input:focus:-moz-placeholder, .cust-srch-inp input:focus:-moz-placeholder, .head-srch-inp input:focus:-moz-placeholder, .cust-inp .upload-file:focus:-moz-placeholder, .cust-srch-inp .upload-file:focus:-moz-placeholder, .head-srch-inp .upload-file:focus:-moz-placeholder, .cust-upload input:focus:-moz-placeholder, .cust-upload .upload-file:focus:-moz-placeholder {
  opacity: 0;
}

.cust-inp input:focus::-moz-placeholder, .cust-srch-inp input:focus::-moz-placeholder, .head-srch-inp input:focus::-moz-placeholder, .cust-inp .upload-file:focus::-moz-placeholder, .cust-srch-inp .upload-file:focus::-moz-placeholder, .head-srch-inp .upload-file:focus::-moz-placeholder, .cust-upload input:focus::-moz-placeholder, .cust-upload .upload-file:focus::-moz-placeholder {
  opacity: 0;
}

.cust-inp input:focus:-ms-input-placeholder, .cust-srch-inp input:focus:-ms-input-placeholder, .head-srch-inp input:focus:-ms-input-placeholder, .cust-inp .upload-file:focus:-ms-input-placeholder, .cust-srch-inp .upload-file:focus:-ms-input-placeholder, .head-srch-inp .upload-file:focus:-ms-input-placeholder, .cust-upload input:focus:-ms-input-placeholder, .cust-upload .upload-file:focus:-ms-input-placeholder {
  opacity: 0;
}

.cust-inp input:focus::-ms-input-placeholder, .cust-srch-inp input:focus::-ms-input-placeholder, .head-srch-inp input:focus::-ms-input-placeholder, .cust-inp .upload-file:focus::-ms-input-placeholder, .cust-srch-inp .upload-file:focus::-ms-input-placeholder, .head-srch-inp .upload-file:focus::-ms-input-placeholder, .cust-upload input:focus::-ms-input-placeholder, .cust-upload .upload-file:focus::-ms-input-placeholder {
  opacity: 0;
}

.cust-inp input:focus::placeholder, .cust-srch-inp input:focus::placeholder, .head-srch-inp input:focus::placeholder,
.cust-inp .upload-file:focus::placeholder,
.cust-srch-inp .upload-file:focus::placeholder,
.head-srch-inp .upload-file:focus::placeholder,
.cust-upload input:focus::placeholder,
.cust-upload .upload-file:focus::placeholder {
  opacity: 0;
}

.cust-inp input:disabled, .cust-srch-inp input:disabled, .head-srch-inp input:disabled,
.cust-inp .upload-file:disabled,
.cust-srch-inp .upload-file:disabled,
.head-srch-inp .upload-file:disabled,
.cust-upload input:disabled,
.cust-upload .upload-file:disabled {
  color: #666;
}

.cust-inp input[type="file"], .cust-srch-inp input[type="file"], .head-srch-inp input[type="file"],
.cust-inp .upload-file[type="file"],
.cust-srch-inp .upload-file[type="file"],
.head-srch-inp .upload-file[type="file"],
.cust-upload input[type="file"],
.cust-upload .upload-file[type="file"] {
  display: none;
}

.cust-inp .help-block, .cust-srch-inp .help-block, .head-srch-inp .help-block,
.cust-upload .help-block {
  font-size: 13px;
  max-height: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  color: #f9cd26;
}

.cust-inp.has-error .help-block, .has-error.cust-srch-inp .help-block, .has-error.head-srch-inp .help-block,
.cust-upload.has-error .help-block {
  max-height: 50px;
  opacity: 1;
}

.cust-inp.has-error input, .has-error.cust-srch-inp input, .has-error.head-srch-inp input,
.cust-upload.has-error input {
  border-color: red;
}

.cust-inp .srch-btn, .cust-srch-inp .srch-btn, .head-srch-inp .srch-btn,
.cust-upload .srch-btn {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: #d2c7b8;
  border: 1px solid #d2c7b8;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  background-image: url("../img/_style/_svg/search-dark.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 27px 27px;
     -moz-background-size: 27px;
       -o-background-size: 27px;
          background-size: 27px;
  background-position: center;
}

.cust-inp .srch-btn:hover, .cust-srch-inp .srch-btn:hover, .head-srch-inp .srch-btn:hover,
.cust-upload .srch-btn:hover {
  background-image: url("../img/_style/_svg/search.svg");
  background-color: #730f18;
  border-color: #730f18;
}

.cust-inp .srch-btn:active, .cust-srch-inp .srch-btn:active, .head-srch-inp .srch-btn:active,
.cust-upload .srch-btn:active {
  opacity: .8;
}

.upload-file {
  cursor: pointer;
  background-image: url("../img/_style/_svg/upload.svg");
  -webkit-background-size: 20px 20px;
     -moz-background-size: 20px;
       -o-background-size: 20px;
          background-size: 20px;
  background-repeat: no-repeat;
  background-position: 5% center;
  padding-left: 50px !important;
}

.cust-srch-inp input {
  padding: 1px 60px 1px 25px;
}

.cust-srch-inp .search-fast-result {
  position: absolute;
  width: 100%;
  z-index: 10000;
  background-color: #fff;
  border: 1px solid #d2c7b8;
  padding: 15px 20px 30px;
  max-height: 300px;
  overflow: auto;
}

.cust-srch-inp .search-fast-result:empty {
  display: none;
}

.cust-srch-inp .search-fast-result li {
  padding: 5px 0;
}

.cust-srch-inp .search-fast-result li a, .cust-srch-inp .search-fast-result li span {
  cursor: pointer;
}

.cust-srch-inp .search-fast-result li a:hover, .cust-srch-inp .search-fast-result li span:hover {
  color: #730f18;
}

.intl-tel-input {
  z-index: 50;
  display: block !important;
}

.intl-tel-input input {
  width: 100% !important;
  border: 1px solid #e4e3e3 !important;
}

.intl-tel-input .country-list {
  margin: 0 !important;
  width: 100% !important;
  top: 100% !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  border-top: none !important;
  border-color: 1px solid #e4e3e3 !important;
}

.intl-tel-input .flag-container {
  position: static !important;
  padding: 0 !important;
}

.intl-tel-input .selected-flag {
  position: absolute !important;
  display: block !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
}

.intl-tel-input .selected-dial-code {
  height: 50px !important;
  font-size: 15px;
}

.intl-tel-input .iti-arrow {
  display: none;
}

.cust-check {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 15px;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cust-check input {
  position: absolute;
  z-index: -10;
  width: 0;
  height: 0;
  opacity: 0;
}

.cust-check input:checked ~ .check-ic {
  background-color: #fff;
  background-image: url("../img/_style/_svg/check-2.svg");
}

.cust-check > span:not(.check-bg) {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2em;
  margin-top: 1px;
  margin-left: 15px;
  max-width: -webkit-calc(100% - 35px);
  max-width: -moz-calc(100% - 35px);
  max-width: calc(100% - 35px);
}

.cust-check .check-ic {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #d2c7b8;
  background-color: #fff;
  -webkit-background-size: 10px 10px;
     -moz-background-size: 10px;
       -o-background-size: 10px;
          background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.cust-check .check-ic span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  height: -webkit-calc(100% - 8px);
  height: -moz-calc(100% - 8px);
  height: calc(100% - 8px);
  width: -webkit-calc(100% - 8px);
  width: -moz-calc(100% - 8px);
  width: calc(100% - 8px);
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
  border: 1px solid transparent;
}

.color-set .check-ic {
  width: 26px;
  height: 26px;
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
  border-color: transparent;
  background-color: transparent;
  -webkit-transition: .3s ease border;
  -o-transition: .3s ease border;
  -moz-transition: .3s ease border;
  transition: .3s ease border;
}

.color-set .cust-check:hover .check-ic {
  background-color: #fff;
  border-color: #ccc;
}

.color-set .cust-check input:checked ~ .check-ic {
  background-image: none;
  border-color: #f9cd26 !important;
}

.cust-textarea {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.cust-textarea textarea {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  display: block;
  padding: 12px 18px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  overflow: visible;
  color: #000;
  resize: none;
  font-family: "SFUIDisplayLight", sans-serif;
  font-size: 15px;
  border: 1px solid #d2c7b8;
  height: 140px;
}

.cust-textarea textarea::-webkit-input-placeholder {
  -webkit-transition: .3s;
  transition: .3s;
  color: rgba(0, 0, 0, 0.6);
}

.cust-textarea textarea:-moz-placeholder {
  -moz-transition: .3s;
  transition: .3s;
  color: rgba(0, 0, 0, 0.6);
}

.cust-textarea textarea::-moz-placeholder {
  -moz-transition: .3s;
  transition: .3s;
  color: rgba(0, 0, 0, 0.6);
}

.cust-textarea textarea:-ms-input-placeholder {
  -ms-transition: .3s;
  transition: .3s;
  color: rgba(0, 0, 0, 0.6);
}

.cust-textarea textarea::-ms-input-placeholder {
  -ms-transition: .3s;
  transition: .3s;
  color: rgba(0, 0, 0, 0.6);
}

.cust-textarea textarea::placeholder {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: rgba(0, 0, 0, 0.6);
}

.cust-textarea textarea:focus {
  border-color: #f9cd26;
}

.cust-textarea textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.cust-textarea textarea:focus:-moz-placeholder {
  opacity: 0;
}

.cust-textarea textarea:focus::-moz-placeholder {
  opacity: 0;
}

.cust-textarea textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.cust-textarea textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

.cust-textarea textarea:focus::placeholder {
  opacity: 0;
}

.cust-textarea textarea:disabled {
  color: #666;
}

.cust-textarea .help-block {
  font-size: 13px;
  max-height: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  color: #f9cd26;
}

.cust-textarea.has-error .help-block {
  max-height: 50px;
  opacity: 1;
}

.cust-textarea.has-error input {
  border-color: red;
}

.cust-sel {
  outline: none !important;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.cust-sel select {
  display: block;
  padding: 2px 15px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 40px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  min-width: 100px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #b4b4b4;
}

.cust-sel .cusel {
  display: block;
  min-width: 75px;
  height: 48px;
  font-size: 13px;
  border: 1px solid #fff;
  background-color: #fff;
  position: static;
}

.cust-sel .cusel.cuselOpen {
  z-index: 10;
  position: relative;
}

.cust-sel .cusel.cuselOpen .cusel-scroll-wrap {
  z-index: 15;
}

.cust-sel .cusel .cuselText {
  font-size: 13px;
  line-height: 47px;
  padding-right: 30px;
}

.cust-sel .cusel span {
  font-weight: normal;
  font-size: 13px;
  padding: 0 15px;
  line-height: 36px;
  border-bottom: 1px solid #f8f7f3;
}

.cust-sel .cusel span.cuselActive, .cust-sel .cusel span:hover {
  background-color: #fff;
  color: #730f18;
}

.cust-sel .cusel .cusel-scroll-wrap {
  width: auto;
  min-width: -webkit-calc(100% + 1px);
  min-width: -moz-calc(100% + 1px);
  min-width: calc(100% + 1px);
  margin-top: 1px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  padding: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  top: 0;
  max-height: 300px;
  overflow-y: auto;
}

.cust-sel.fz_2 .cusel {
  min-width: 210px !important;
}

.cust-sel.fz_3 .cusel {
  min-width: 155px !important;
}

.cust-sel .sel-title {
  font-size: 13px;
  padding-right: 15px;
}

.cusel {
  z-index: 0;
}

/* Custom Select END */
.listPagination {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 15px;
  text-align: center;
}

.listPagination a {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-decoration: none;
  padding: 14px 3px;
}

.listPagination a.active, .listPagination a:hover {
  background-color: #f9cd26;
}

.listPagination span {
  display: inline-block;
  padding: 0 5px;
}

.listPagination table {
  border: none !important;
}

.listPagination td {
  vertical-align: bottom;
  background-color: transparent !important;
  border: none !important;
}

.listPagination td.first, .listPagination td.previous, .listPagination td.next, .listPagination td.last {
  display: none;
}

.pages ul {
  display: table;
}

.pages ul li {
  display: table-cell;
}

.modal-backdrop {
  z-index: 9999;
}

.modal {
  z-index: 10000;
  top: 15%;
}

.modal .close {
  position: absolute;
  background-color: #fff;
  top: 30px;
  right: 30px;
  background-image: url("../img/_style/_svg/close-bootstrap.svg");
}

.modal .cust-inp__set {
  padding: 20px 15px 0;
  float: left;
}

.modal .cust-inp, .modal .cust-srch-inp, .modal .head-srch-inp {
  line-height: 35px;
  float: left;
}

.modal .cust-inp input, .modal .cust-srch-inp input, .modal .head-srch-inp input {
  background-color: #fff;
  float: right;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  height: 35px;
  background-color: #faffbd !important;
  color: #000 !important;
}

.modal .cust-inp input::-webkit-input-placeholder, .modal .cust-srch-inp input::-webkit-input-placeholder, .modal .head-srch-inp input::-webkit-input-placeholder {
  opacity: 0;
}

.modal .cust-inp input:-moz-placeholder, .modal .cust-srch-inp input:-moz-placeholder, .modal .head-srch-inp input:-moz-placeholder {
  opacity: 0;
}

.modal .cust-inp input::-moz-placeholder, .modal .cust-srch-inp input::-moz-placeholder, .modal .head-srch-inp input::-moz-placeholder {
  opacity: 0;
}

.modal .cust-inp input:-ms-input-placeholder, .modal .cust-srch-inp input:-ms-input-placeholder, .modal .head-srch-inp input:-ms-input-placeholder {
  opacity: 0;
}

.modal .cust-inp input::-ms-input-placeholder, .modal .cust-srch-inp input::-ms-input-placeholder, .modal .head-srch-inp input::-ms-input-placeholder {
  opacity: 0;
}

.modal .cust-inp input::placeholder, .modal .cust-srch-inp input::placeholder, .modal .head-srch-inp input::placeholder {
  opacity: 0;
}

.modal .cust-sel .cusel {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
}

.modal .cust-sel .cusel.cuselOpen {
  z-index: 999999;
}

.modal .cust-sel,
.modal .choise-date {
  width: 100%;
}

.modal .cust-inp:not(:last-child), .modal .cust-srch-inp:not(:last-child), .modal .head-srch-inp:not(:last-child),
.modal .cust-sel:not(:last-child),
.modal .choise-date:not(:last-child) {
  margin: 0 0 15px;
}

.modal .choise-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .choise-date .hover-dropdown-title span {
  width: 100px;
}

.modal .choise-date .cust-inp, .modal .choise-date .cust-srch-inp, .modal .choise-date .head-srch-inp {
  margin: 0;
}

.modal .choise-date .cust-inp input, .modal .choise-date .cust-srch-inp input, .modal .choise-date .head-srch-inp input {
  height: 50px;
}

.modal .tabs__caption-wrap, .modal .tabs__bottom-caption-wrap {
  display: block;
}

.modal .tabs__caption > li, .modal .news-links > li {
  background-color: #e6ded2;
}

.modal .tabs__caption > li.active, .modal .news-links > li.active {
  background-color: transparent;
}

.modal .cust-textarea textarea {
  margin: 15px 0 0;
}

.modal-content {
  border: none;
  background-color: #f4f1e7;
}

.modal-dialog {
  max-width: 470px;
  margin: auto;
  background-color: #f4f1e7;
}

.modal-header {
  position: relative;
  background-color: #f9cd26;
  -webkit-border-radius: 0px !important;
     -moz-border-radius: 0px !important;
          border-radius: 0px !important;
  border-bottom: 1px dotted #c9c6b9;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 3rem 15px 1rem;
}

.modal-body {
  padding: 15px;
}

.modal-footer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  padding: 1rem 1rem 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-footer button {
  height: 44px;
  min-width: 265px;
}

.modal-footer .user-links {
  margin: 25px 0 0;
}

.modal-descr {
  border-bottom: 1px dotted #c9c6b9;
  text-align: center;
  padding: 20px 15px 15px;
}

.modal-title {
  font-size: 25px;
  color: #3c3c3c;
  text-align: center;
}

.modal-backdrop.show {
  opacity: .8;
}

.fancybox-overlay {
  z-index: 9999;
}

.fancybox-opened {
  z-index: 99999;
}

.fancybox-close {
  top: 5px;
  right: 5px;
  background-image: url("../img/_style/_svg/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 18px 18px;
     -moz-background-size: 18px;
       -o-background-size: 18px;
          background-size: 18px;
  opacity: .5;
}

.fancybox-close:hover {
  opacity: 1;
}

.fancybox-prev span,
.fancybox-next span {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
  background-repeat: no-repeat;
  -webkit-background-size: 14px 20px;
     -moz-background-size: 14px 20px;
       -o-background-size: 14px 20px;
          background-size: 14px 20px;
  background-color: transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: .4;
}

.fancybox-prev span:hover,
.fancybox-next span:hover {
  background-color: #e3e3e3;
  opacity: 1;
}

.fancybox-prev span.disabled,
.fancybox-next span.disabled {
  opacity: 0;
  cursor: default !important;
}

.fancybox-prev span {
  background-image: url("../img/_style/_svg/arr_l.svg");
  background-position: left 46% center;
}

.fancybox-next span {
  background-image: url("../img/_style/_svg/arr_r.svg");
  background-position: right 46% center;
}

.prod-count {
  display: inline-block;
  line-height: 1em;
  height: 50px;
}

.prod-count-input,
.prod-count-dn,
.prod-count-up {
  float: left;
  display: block;
  height: 50px;
  background-color: #d2c7b8;
  border: 1px solid #d2c7b8;
  text-align: center;
  margin-right: 1px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-background-size: 25px 25px;
     -moz-background-size: 25px;
       -o-background-size: 25px;
          background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1em;
}

.prod-count-input {
  background-color: transparent;
  font-size: 16px;
  font-family: "OpenSansSemiBold", sans-serif;
  width: 65px;
}

.prod-count-input:focus {
  border-color: #f9cd26;
}

.prod-count-dn,
.prod-count-up {
  width: 50px;
  min-width: 30px;
}

.prod-count-dn:hover,
.prod-count-up:hover {
  background-color: #f9cd26;
  border-color: #f9cd26;
}

.prod-count-dn {
  background-image: url("../img/_style/_svg/minus.svg");
}

.prod-count-up {
  background-image: url("../img/_style/_svg/plus.svg");
}

.main-head {
  background-color: #fff;
  border-bottom: 4px solid #f4f1e7;
}

.flex-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo {
  display: block;
  text-decoration: none !important;
  width: 100%;
  max-width: 178px;
}

.logo img {
  display: block;
  width: 100%;
}

.logo-brief {
  background-color: #f4f1e7;
  padding: 20px 25px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  font-style: italic;
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
}

.logo-brief::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 15px;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 30px;
  height: 20px;
  background-image: url("../img/_style/_svg/triangle.svg");
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.logo-wrap {
  -webkit-transform: translate(0, -10px);
     -moz-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
       -o-transform: translate(0, -10px);
          transform: translate(0, -10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 500px;
  padding: 0 15px;
}

.head-top .flex-line {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.head-top .logo-wrap {
  display: none;
}

.top-nav {
  padding-right: 40px;
}

.top-nav li {
  float: left;
  margin-right: 24px;
  position: relative;
}

.top-nav li::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: -12px;
  width: 1px;
  height: 16px;
  background-color: #000;
}

.top-nav li:last-child {
  margin-right: 0;
}

.top-nav li:last-child::after {
  display: none;
}

.top-nav li.active > a,
.top-nav li.active > span {
  text-decoration: underline;
}

.top-nav a {
  display: block;
  text-decoration: none;
}

.top-nav a:hover {
  color: #730f18;
}

.top-nav a span,
.top-nav span span {
  display: inline-block;
  vertical-align: middle;
}

.top-nav [class$="-ic"] {
  margin: -2px 10px 0 2px;
}

.head-sett {
  position: relative;
  z-index: 5;
}

.head-sett > li {
  float: left;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.head-sett .head-office {
  position: absolute;
  left: 0;
  top: -webkit-calc(100% + 20px);
  top: -moz-calc(100% + 20px);
  top: calc(100% + 20px);
  cursor: default;
}

.head-sett .head-phone-wrap {
  margin: 0;
}

.toggle-btn-wrap {
  margin-left: 5px;
  background-color: #f9cd26;
  width: 50px;
  height: 50px;
  padding: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
     -moz-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
     -moz-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.cart-lnk-ic, .user-lnk-ic, .locale-ic, .clock-ic, .phone-ic, .search-ic {
  display: block;
  width: 42px;
  height: 42px;
  background-color: #f9cd26;
  text-decoration: none !important;
  position: relative;
  background-image: url("../img/_style/_svg/cart.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 22px 22px;
     -moz-background-size: 22px;
       -o-background-size: 22px;
          background-size: 22px;
}

.cart-lnk-ic.active:after, .active.user-lnk-ic:after, .active.locale-ic:after, .active.clock-ic:after, .active.phone-ic:after, .active.search-ic:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  right: 7px;
  top: 10px;
  display: block;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #ed1c24;
}

.cart-lnk, .user-lnk {
  padding-left: 15px;
}

.head-user.authorized .user-lnk {
  color: #730f18;
}

.head-user.authorized .user-lnk-ic {
  background-color: #730f18;
}

.user-lnk-ic {
  background-color: #d2c7b8;
  background-image: url("../img/_style/_svg/user.svg");
  -webkit-background-size: 20px 20px;
     -moz-background-size: 20px;
       -o-background-size: 20px;
          background-size: 20px;
}

.user-lnk-ic.mobile {
  cursor: pointer;
}

.lang-lst {
  margin: 0 -8px 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lang-lst > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 42px;
  border-top: 3px solid transparent;
  padding: 0 8px;
  position: relative;
}

.lang-lst > li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 17px;
  background-color: #000;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.lang-lst > li:last-child::after {
  display: none;
}

.lang-lst > li.active {
  border-color: #f9cd26;
}

.lang-lst a {
  text-decoration: none !important;
}

.head-middle .flex-line .flex-cell:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 590px;
}

.head-middle .flex-line.inner-line .flex-cell {
  padding-top: 20px;
}

.locale-ic {
  background-image: url("../img/_style/_svg/locale.svg");
  -webkit-background-size: 15px 15px;
     -moz-background-size: 15px;
       -o-background-size: 15px;
          background-size: 15px;
}

.clock-ic {
  background-image: url("../img/_style/_svg/clock-white.svg");
  -webkit-background-size: 22px 22px;
     -moz-background-size: 22px;
       -o-background-size: 22px;
          background-size: 22px;
}

.head-office-lst {
  padding-left: 15px;
}

.head-office-lst li span {
  text-decoration: underline;
}

.head-phone-wrap {
  font-size: 15px;
  display: inline-block;
  margin-top: 20px;
}

.head-phone-wrap span,
.head-phone-wrap a {
  display: block;
}

.head-phone-wrap em {
  font-size: 12px;
}

.head-phone-wrap a {
  text-decoration: none;
}

.head-phone-wrap a:hover span {
  text-decoration: underline;
}

.head-phone-wrap .phone-main {
  padding-right: 15px;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.head-phone-wrap .phone-main em {
  line-height: 1em;
}

.head-phone-wrap .phone-main .arr_dn-ic {
  position: absolute;
  top: 16px;
  right: 0;
}

.head-phone-wrap .phone-txt {
  padding-left: 15px;
}

.phone-ic {
  background-image: url("../img/_style/_svg/phone.svg");
}

.phone-lst ul {
  padding: 7px 20px 15px 57px;
  background-color: #fff;
}

.phone-lst li {
  margin-bottom: 7px;
  white-space: nowrap;
}

.phone-lst li:last-child {
  margin-bottom: 0;
}

.hover .phone-lst {
  margin-top: 0;
  opacity: 1;
  overflow: visible;
  max-height: none;
}

.hover-drop-box {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  margin-top: -5px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.hover-drop-box.show {
  margin-top: 0;
  opacity: 1;
  overflow: visible;
  max-height: none;
}

.hover-dropdown {
  overflow: hidden;
  position: relative;
  z-index: 9999;
  cursor: pointer;
}

.hover-dropdown.hover {
  overflow: visible;
}

.hover-dropdown.hover .hover-drop-box {
  margin-top: 0;
  opacity: 1;
  overflow: visible;
  max-height: none;
}

.hover-dropdown.hover .arr_dn-ic {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
}

.phone-lst {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  margin-top: -5px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.soc-wrap {
  font-size: 0;
  line-height: 1em;
}

.soc-wrap li {
  float: left;
  padding-right: 1px;
}

.soc-btn {
  display: inline-block;
  text-decoration: none !important;
  width: 42px;
  height: 42px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.head-search-show {
  cursor: pointer;
}

.head-search-show.on .search-ic {
  background-color: #730f18;
}

.head-srch-form {
  padding-left: 40px;
}

.head-srch-inp input {
  border-color: #a7a7a7;
  font-style: italic;
  font-size: 14px;
  height: 42px;
  padding: 0 22px;
}

.head-srch-inp .srch-btn {
  width: 40px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background-image: url("../img/_style/_svg/search.svg");
  background-color: #f9cd26;
  border: 1px solid #f9cd26;
}

.head-bottom {
  padding-top: 25px;
}

.main-mnu-wrap {
  z-index: 2;
}

.top-mnu {
  background-color: #f9cd26;
  display: table;
  width: 100%;
  font-size: 17px;
  text-align: center;
}

.top-mnu > li {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #e6b706;
}

.top-mnu > li:last-child {
  border: none;
}

.top-mnu > li.active {
  background-color: #efe9de;
}

.top-mnu > li.active .mnu-itm:hover {
  cursor: default;
  color: #000;
  background-color: #efe9de;
}

.top-mnu > li:not(.active) .mnu-itm.action-icon:hover:before {
  background-image: url("../img/_style/_svg/calendar-menu-white.svg");
}

.top-mnu .mnu-itm.action-icon {
  padding-left: 10px;
}

.top-mnu .mnu-itm.action-icon:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url("../img/_style/_svg/calendar-menu.svg");
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  margin: 0 10px 0 -15px;
}

.mnu-itm {
  text-decoration: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50px;
  width: 100%;
  padding: 5px 10px;
}

.mnu-itm:hover {
  color: #fff;
  background-color: #730f18;
}

.search-ic {
  background-image: url("../img/_style/_svg/search.svg");
  -webkit-background-size: 26px 26px;
     -moz-background-size: 26px;
       -o-background-size: 26px;
          background-size: 26px;
}

.slide-controls-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 50px;
}

.slide-controls-line .dots-nav {
  width: -webkit-calc(100% - 118px);
  width: -moz-calc(100% - 118px);
  width: calc(100% - 118px);
}

.dots-nav {
  margin-left: -4px;
  padding: 10px 0;
  line-height: 0;
}

.dots-nav li {
  position: relative;
  display: inline-block;
  margin: 4px;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
  background-color: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.dots-nav li:hover, .dots-nav li.active, .dots-nav li.slick-active {
  background-color: #f9cd26;
}

.dots-nav button {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.slider-nav-slick {
  font-size: 0;
  line-height: 0;
}

.owl-prev,
.owl-next {
  display: inline-block;
  width: 58px;
  height: 50px;
  background-color: #d2c7b8;
  cursor: pointer;
  -webkit-background-size: 12px 18px;
     -moz-background-size: 12px 18px;
       -o-background-size: 12px 18px;
          background-size: 12px 18px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: #f9cd26;
}

.owl-prev {
  background-image: url("../img/_style/_svg/arr_l-white.svg");
}

.owl-next {
  margin-left: 2px;
  background-image: url("../img/_style/_svg/arr_r-white.svg");
}

.home-top-screen {
  background-color: #f4f1e7;
}

.top-screen-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-screen-line .top-screen-cell:first-child {
  width: -webkit-calc(100% - 265px);
  width: -moz-calc(100% - 265px);
  width: calc(100% - 265px);
}

.top-screen-line .top-screen-cell:last-child {
  width: 265px;
}

.home-slider-wrap {
  position: relative;
}

.home-slider-wrap .slide-controls-line {
  min-height: 0;
}

.home-slider-wrap .owl-prev,
.home-slider-wrap .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 43px;
  height: 43px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #730f18;
  -webkit-box-shadow: 0 0 0 6px rgba(115, 15, 24, 0.2);
     -moz-box-shadow: 0 0 0 6px rgba(115, 15, 24, 0.2);
          box-shadow: 0 0 0 6px rgba(115, 15, 24, 0.2);
}

.home-slider-wrap .owl-prev:hover,
.home-slider-wrap .owl-next:hover {
  opacity: .6;
}

.home-slider-wrap .owl-prev {
  left: 25px;
}

.home-slider-wrap .owl-next {
  right: 25px;
}

.home-slider-wrap .dots-nav {
  position: absolute;
  left: 90px;
  bottom: 15px;
}

.home-slider {
  color: #fff;
}

.home-slider .slide {
  min-height: 430px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 90px;
  background-color: #888;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-slider .slide-inner {
  width: 100%;
  max-width: 460px;
}

.home-slider .h1-title {
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
}

.home-slider .h1-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -10px;
  right: 0;
  height: 1px;
  background-color: #fff;
}

.home-slider .home-title-descr {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 30px;
}

.home-slider .btn-wrap {
  text-align: left;
}

.social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-share .uptl_container {
  margin: 0 0 0 20px;
}

.calendaer-wrap {
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.calendaer-wrap .btn-wrap {
  padding-top: 20px;
}

.calendaer-wrap .btn-wrap .btn, .calendaer-wrap .btn-wrap .btn-accent, .calendaer-wrap .btn-wrap .btn-grey, .calendaer-wrap .btn-wrap .btn-primary {
  width: 100%;
}

.calendaer-title {
  margin-bottom: 20px;
  font-size: 18px;
  color: #3c3c3c;
}

.show-calendar-btn {
  display: none;
}

.calendaer-multiple, .calendaer-multiple-2 {
  min-height: 262px;
}

.calendaer-multiple .pickmeup, .calendaer-multiple-2 .pickmeup {
  z-index: 999;
  background-color: #fff;
  color: #000;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  width: 100%;
  min-width: 242px;
  max-width: 242px;
  border: 1px solid #d2c7b8;
}

.calendaer-multiple .pmu-instance, .calendaer-multiple-2 .pmu-instance {
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
}

.calendaer-multiple .pmu-instance nav, .calendaer-multiple-2 .pmu-instance nav {
  line-height: 1em;
  min-height: 34px;
  background-color: #f9cd26;
  color: #000;
  position: relative;
  border-bottom: 1px solid #d2c7b8;
}

.calendaer-multiple .pmu-instance nav .pmu-month, .calendaer-multiple-2 .pmu-instance nav .pmu-month {
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}

.calendaer-multiple .pmu-instance nav .pmu-month:hover, .calendaer-multiple-2 .pmu-instance nav .pmu-month:hover {
  color: #730f18;
}

.calendaer-multiple .pmu-instance .pmu-prev, .calendaer-multiple-2 .pmu-instance .pmu-prev,
.calendaer-multiple .pmu-instance .pmu-next,
.calendaer-multiple-2 .pmu-instance .pmu-next {
  width: 34px !important;
  height: 100% !important;
  background-color: #f9cd26;
  position: absolute;
  top: 0;
  text-indent: -999px;
  overflow: hidden !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: 25px 25px !important;
     -moz-background-size: 25px !important;
       -o-background-size: 25px !important;
          background-size: 25px !important;
  opacity: .5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.calendaer-multiple .pmu-instance .pmu-prev:hover, .calendaer-multiple-2 .pmu-instance .pmu-prev:hover,
.calendaer-multiple .pmu-instance .pmu-next:hover,
.calendaer-multiple-2 .pmu-instance .pmu-next:hover {
  opacity: 1;
}

.calendaer-multiple .pmu-instance .pmu-prev:active, .calendaer-multiple-2 .pmu-instance .pmu-prev:active,
.calendaer-multiple .pmu-instance .pmu-next:active,
.calendaer-multiple-2 .pmu-instance .pmu-next:active {
  opacity: .7;
}

.calendaer-multiple .pmu-instance .pmu-prev, .calendaer-multiple-2 .pmu-instance .pmu-prev {
  left: 0;
  background-image: url("../img/_style/_svg/arr-cal-l.svg") !important;
}


.calendaer-multiple .pmu-instance .pmu-next,
.calendaer-multiple-2 .pmu-instance .pmu-next {
  right: 0;
  background-image: url("../img/_style/_svg/arr-cal-r.svg") !important;
}

.calendaer-multiple .pmu-instance .pmu-button, .calendaer-multiple-2 .pmu-instance .pmu-button {
  color: #000;
}

.calendaer-multiple .pmu-instance .pmu-button.pmu-saturday, .calendaer-multiple-2 .pmu-instance .pmu-button.pmu-saturday, .calendaer-multiple .pmu-instance .pmu-button.pmu-sunday, .calendaer-multiple-2 .pmu-instance .pmu-button.pmu-sunday {
  background-color: #efe9de;
}

.calendaer-multiple .pmu-instance .pmu-button.pmu-today, .calendaer-multiple-2 .pmu-instance .pmu-button.pmu-today {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #f9cd26;
     -moz-box-shadow: inset 0 0 0 2px #f9cd26;
          box-shadow: inset 0 0 0 2px #f9cd26;
}

.calendaer-multiple .pmu-instance .pmu-button.pmu-selected, .calendaer-multiple-2 .pmu-instance .pmu-button.pmu-selected, .calendaer-multiple .pmu-instance .pmu-button:hover, .calendaer-multiple-2 .pmu-instance .pmu-button:hover {
  background-color: #f9cd26;
  color: #000;
}

.calendaer-multiple .pmu-instance .pmu-button.pmu-not-in-month, .calendaer-multiple-2 .pmu-instance .pmu-button.pmu-not-in-month {
  color: #999;
}

.calendaer-multiple .pmu-instance .pmu-day-of-week, .calendaer-multiple-2 .pmu-instance .pmu-day-of-week {
  font-size: 11px;
  color: #000;
  min-height: 0;
  padding: 5px 0;
  background-color: #efe9de;
}

.calendaer-multiple .pmu-instance .pmu-day-of-week > div, .calendaer-multiple-2 .pmu-instance .pmu-day-of-week > div {
  line-height: 1em;
  width: 14.28%;
}

.calendaer-multiple .pmu-instance .pmu-months .pmu-button, .calendaer-multiple-2 .pmu-instance .pmu-months .pmu-button,
.calendaer-multiple .pmu-instance .pmu-years .pmu-button,
.calendaer-multiple-2 .pmu-instance .pmu-years .pmu-button {
  width: 25%;
}

.calendaer-multiple .pmu-instance .pmu-days, .calendaer-multiple-2 .pmu-instance .pmu-days {
  font-size: 13px;
  margin-bottom: -1px;
}

.calendaer-multiple .pmu-instance .pmu-days .pmu-button, .calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button {
  width: 14.28%;
  height: 34px;
  padding: 8px 2px;
  border-right: 1px solid #d2c7b8;
  border-bottom: 1px solid #d2c7b8;
}

.calendaer-multiple .pmu-instance .pmu-days .pmu-button:nth-child(7n), .calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button:nth-child(7n) {
  border-right: none;
}

.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
  display: block;
}

.month-slider {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.month-slider:hover:before {
  display: none;
}

.month-slider:before {
  content: "";
  position: absolute;
  left: 55%;
  top: 5px;
  z-index: 1000;
  width: 40px;
  height: 40px;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-image: url("../img/_style/_svg/drag.svg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  -webkit-animation: zoom 3s infinite;
     -moz-animation: zoom 3s infinite;
       -o-animation: zoom 3s infinite;
          animation: zoom 3s infinite;
}

@-webkit-keyframes zoom {
  0% {
    left: 55%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 55%;
  }
}

@-moz-keyframes zoom {
  0% {
    left: 55%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 55%;
  }
}

@-o-keyframes zoom {
  0% {
    left: 55%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 55%;
  }
}

@keyframes zoom {
  0% {
    left: 55%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 55%;
  }
}

.calendaer-multiple-2 {
  text-align: center;
}

.calendaer-multiple-2.with-events .pmu-button .pmu-label {
  display: block !important;
}

.calendaer-multiple-2 .pickmeup {
  min-width: auto;
  max-width: 100%;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  border-bottom: none;
}

.calendaer-multiple-2 .pmu-instance .pmu-days * {
  width: auto;
}

.calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button {
  border-bottom: none;
  position: relative;
  min-height: 80px;
  padding: 10px 30px;
  cursor: pointer;
  font-size: 18px;
}

.calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button:before {
  content: "";
  position: absolute;
  border: 1px solid #d2c7b8;
  top: 5px;
  left: 20px;
  right: 20px;
  bottom: 5px;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button .pmu-val {
  display: inline-block;
  color: #730f18;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  font-size: 14px;
}

.calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button .pmu-label {
  position: absolute;
  display: none;
  cursor: pointer;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button .pmu-label:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right: 30px;
  top: 12px;
  background-image: url("../img/_style/_svg/event-asset.svg");
  background-position: center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button.pmu-today {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button.pmu-today:before {
  -webkit-box-shadow: inset 0px 0px 0px 1px #f9cd26;
     -moz-box-shadow: inset 0px 0px 0px 1px #f9cd26;
          box-shadow: inset 0px 0px 0px 1px #f9cd26;
}

.calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button.pmu-selected {
  background-color: transparent;
}

.calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button.pmu-selected:before {
  border: 1px solid #730f18;
  -webkit-box-shadow: inset 0px 0px 0px 1px #730f18;
     -moz-box-shadow: inset 0px 0px 0px 1px #730f18;
          box-shadow: inset 0px 0px 0px 1px #730f18;
}

.calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button:hover {
  background-color: transparent;
}

.calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button:hover:before {
  border: 1px solid #730f18;
  -webkit-box-shadow: inset 0px 0px 0px 1px #730f18;
     -moz-box-shadow: inset 0px 0px 0px 1px #730f18;
          box-shadow: inset 0px 0px 0px 1px #730f18;
}

.calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button.pmu-saturday.pmu-selected, .calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button.pmu-saturday:hover, .calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button.pmu-sunday.pmu-selected, .calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button.pmu-sunday:hover {
  background-color: #efe9de;
}

.calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button:nth-child(-n+7) {
  min-height: 95px;
  padding: 25px 30px 10px;
}

.calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button:nth-child(-n+7):before {
  top: 20px;
}

.calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button:nth-child(-n+7) .pmu-label {
  top: 27px;
}

.calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button:nth-last-child(-n+7) {
  min-height: 105px;
  padding: 10px 30px 40px;
}

.calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button:nth-last-child(-n+7):before {
  bottom: 30px;
}

.calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button:nth-last-child(-n+7) .pmu-val {
  bottom: 40px;
}

.calendaer-multiple-2 .pmu-instance .pmu-day-of-week {
  padding: 0;
  border-bottom: 1px solid #d2c7b8;
}

.calendaer-multiple-2 .pmu-instance .pmu-day-of-week > div {
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
}

.calendaer-multiple-2 .pmu-instance .pmu-day-of-week > div:not(:last-child) {
  border-right: 1px solid #d2c7b8;
}

.calendaer-multiple-2 .pmu-instance > nav {
  border-bottom: none;
}

.calendaer-multiple-2 .pmu-instance > nav:not(.pmu-day-of-week) {
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: -50px;
  background-color: transparent;
}

.calendaer-multiple-2 .pmu-instance > nav .pmu-month {
  position: absolute;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
     -moz-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  height: 45px;
  top: -45px;
  width: -webkit-calc(100% - 100px) !important;
  width: -moz-calc(100% - 100px) !important;
  width: calc(100% - 100px) !important;
  left: 50px;
  right: 50px;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 18px;
  padding-right: 25px;
  pointer-events: none;
}

.calendaer-multiple-2 .pmu-instance .pmu-prev,
.calendaer-multiple-2 .pmu-instance .pmu-next {
  background-color: #d2c7b8;
  width: 50px !important;
  -webkit-background-size: 12px 18px !important;
     -moz-background-size: 12px 18px !important;
       -o-background-size: 12px 18px !important;
          background-size: 12px 18px !important;
  top: -44px;
  bottom: 0;
  height: -webkit-calc(100% + 46px) !important;
  height: -moz-calc(100% + 46px) !important;
  height: calc(100% + 46px) !important;
  visibility: visible !important;
  opacity: 1;
}

.calendaer-multiple-2 .pmu-instance .pmu-prev {
  background-image: url("../img/_style/_svg/arr_l-white.svg") !important;
}

.calendaer-multiple-2 .pmu-instance .pmu-next {
  background-image: url("../img/_style/_svg/arr_r-white.svg") !important;
}

.tour-itm {
  background-color: #fff;
  -webkit-border-bottom-left-radius: 6px;
     -moz-border-radius-bottomleft: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
     -moz-border-radius-bottomright: 6px;
          border-bottom-right-radius: 6px;
  max-width: 360px;
  margin: 0 auto 25px;
  height: -webkit-calc(100% - 25px);
  height: -moz-calc(100% - 25px);
  height: calc(100% - 25px);
}

.tour-itm .tour-img {
  display: block;
  text-decoration: none !important;
  margin-bottom: 15px;
}

.tour-itm .tour-img img {
  display: block;
  width: 100%;
}

.tour-itm .tour-img:hover ~ .tour-itm-txt .tour-title, .tour-itm .tour-img:hover ~ .tour-itm-txt .search-lst__ttl {
  color: #730f18;
}

.tour-itm.photo-tour-itm .txt-bottom {
  min-height: auto;
}

.tour-title, .search-lst__ttl {
  display: block;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 20px;
  line-height: 1.4em;
  text-decoration: none;
}

.tour-title:hover, .search-lst__ttl:hover {
  color: #730f18;
  text-decoration: none;
}

.tour-itm-txt {
  padding: 0 15px 20px;
}

.tour-itm-txt .txt-top {
  padding: 0 5px 15px;
  border-bottom: 1px dotted #d2c7b8;
}

.tour-itm-txt .txt-bottom {
  min-height: 172px;
}

.tour-itm-txt .txt-bottom .flex-line:last-child {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tour-itm-txt .txt-bottom .flex-line:last-child .flex-cell {
  padding-bottom: 0;
}

.tour-itm-txt .flex-line {
  min-height: 70px;
}

.tour-itm-txt .flex-cell {
  padding: 7px 0;
}

.tour-itm-txt .count-wrap {
  margin: 10px 0;
}

.tour-ic-set .tour-ic {
  margin-right: 6px;
}

.tour-ic-set .tour-ic:last-child {
  margin-right: 0;
}

.price-wrap {
  font-size: 15px;
  text-align: right;
}

.price-old {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 14px;
  display: inline-block;
  position: relative;
}

.price-old::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  top: 50%;
  left: -1px;
  right: -1px;
  background-color: #736f69;
}

.price {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 21px;
  line-height: 1.3em;
  color: #730f18;
}

.tour-local, .tour-date > div,
.tour-duration,
.tour-descr {
  padding-left: 2px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tour-local:last-child, .tour-date > div:last-child,
.tour-duration:last-child,
.tour-descr:last-child {
  margin-bottom: 0;
}

.flex-cell .locale-lst, .flex-cell .descr-lst,
.flex-cell .descr-lst {
  max-width: -webkit-calc(100% - 30px);
  max-width: -moz-calc(100% - 30px);
  max-width: calc(100% - 30px);
}

.locale-lst, .descr-lst {
  padding-left: 15px;
}

.locale-lst a, .descr-lst a {
  text-decoration: underline;
}

.locale-lst a:hover, .descr-lst a:hover {
  text-decoration: none;
  color: #730f18;
}

.locale-lst > span, .descr-lst > span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.duration-info {
  padding-left: 15px;
}

.tour-date-wrap {
  text-align: right;
  width: 90px;
}

.tour-date-lst, .tours-labels {
  max-height: 95px;
  overflow-y: auto;
  text-align: left;
}

.tour-date-lst li, .tours-labels li {
  margin-bottom: 7px;
}

.tour-date-lst span, .tours-labels span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  padding-left: 10px;
}

.tour-status-ic {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
  background-color: #f9cd26;
}

.tour-status-ic.status-1 {
  background-color: #f9cd26;
}

.tour-status-ic.status-2 {
  background-color: #8dc63f;
}

.tour-status-ic.status-3 {
  background-color: #ed1c24;
}

.sect-pop-direct {
  padding-bottom: 0;
}

.direct-itm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none !important;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}

.direct-itm em {
  color: #000;
}

.direct-itm span {
  display: block;
  width: 100%;
}

.direct-itm .img-inner-box {
  max-width: 140px;
}

.direct-itm .img-inner-box .main-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.direct-itm .img-inner-box + span {
  padding-left: 30px;
  margin-top: 0;
}

.direct-itm .img-inner-box + span span {
  padding-top: 7px;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.news-itm, .guide-itm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 10px;
  border-bottom: 1px dotted #d2c7b8;
  position: relative;
}

.news-itm::after, .guide-itm::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 1px dotted #fff;
}

.news-itm .news-img, .guide-itm .news-img {
  display: block;
  text-decoration: none;
  width: 270px;
}

.news-itm:nth-child(even), .guide-itm:nth-child(even) {
  background-color: #e9e2d6;
}

.news-img {
  position: relative;
}

.news-img .news-date {
  position: absolute;
  z-index: 5;
  top: 10px;
  right: -33px;
}

.news-img:hover ~ .news-itm-txt .news-title, .news-img:hover ~ .guide-itm-txt .news-title, .news-img:hover ~ .news-itm-txt .guide-name, .news-img:hover ~ .guide-itm-txt .guide-name {
  color: #730f18;
}

.news-date {
  display: block;
  width: 60px;
  height: 105px;
  background-image: url(/web/img/_style/_svg/date-creation.svg);
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  color: #000;
  text-align: center;
}

.news-date strong,
.news-date span {
  display: block;
  font-weight: normal;
}

.news-date strong {
  font-size: 40px;
  line-height: 1em;
  padding: 9px 0;
  margin-bottom: 3px;
}

.news-date span {
  font-size: 13px;
}

.news-itm-txt, .guide-itm-txt {
  padding: 20px 15px 20px 80px;
  width: -webkit-calc(100% - 270px);
  width: -moz-calc(100% - 270px);
  width: calc(100% - 270px);
}

.news-theme {
  margin-bottom: 10px;
  color: #333;
  text-decoration: none;
}

.news-theme:hover {
  text-decoration: underline;
}

.news-title, .guide-name {
  display: block;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 25px;
}

.news-title:hover, .guide-name:hover {
  text-decoration: none;
}

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

.news-links a {
  text-decoration: none;
}

.mobile-news-links {
  padding: 0 0 10px;
}

.mobile-news-links .cust-sel {
  width: 100%;
}

.tags__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0;
}

.tags {
  margin: 0 0 0 10px !important;
}

.tags li {
  display: inline-block;
}

.tags li a {
  color: #0c3e9a;
}

.tags li a:hover {
  color: #730f18;
}

.subscr-line {
  background-color: #f4f1e7;
}

.subscr-form {
  padding: 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subscr-form .btn, .subscr-form .btn-accent, .subscr-form .btn-grey, .subscr-form .btn-primary {
  min-width: 150px;
}

.subscr-form .cust-inp, .subscr-form .cust-srch-inp, .subscr-form .head-srch-inp {
  width: 410px;
}

.title-subscr {
  padding-right: 25px;
  font-family: "OpenSansBold", sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

.sect-advantage {
  background-color: #e9e2d6;
}

.advantage-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.advantage-itm {
  text-align: center;
  margin-bottom: 25px;
  width: 20%;
  padding: 0 15px;
}

.advantage-descr {
  padding-top: 22px;
  font-style: italic;
  max-width: 200px;
  margin: 0 auto;
}

.clients-slider {
  border-left: 1px solid #d2c7b8;
  border-right: 1px solid #d2c7b8;
  font-size: 0;
  line-height: 1em;
  margin-bottom: 15px;
}

.clients-slider .slick-slide {
  margin-left: -1px;
}

.logo-column {
  border: 1px solid #d2c7b8;
}

.logo-itm {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
  padding: 10px 15px;
  border-bottom: 1px solid #d2c7b8;
}

.logo-itm:last-child {
  border-bottom: none;
}

.logo-itm img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.review-itm, .review-itm-inner {
  margin-bottom: 30px;
  padding: 0 10px 30px 75px;
  position: relative;
  border-bottom: 1px solid #d2c7b8;
}

.review-itm::before, .review-itm-inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 60px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/_style/_svg/comment.svg");
}

.review-itm.company-answer::before, .company-answer.review-itm-inner::before {
  background-image: url("../img/_style/_svg/comment-2.svg");
}

.review-txt + .review-itm-inner {
  margin-top: 30px;
}

.review-itm-inner {
  margin: 0;
  padding: 30px 0 30px 75px;
  border-bottom: none;
  border-top: 1px solid #d2c7b8;
}

.review-itm-inner:last-child {
  padding-bottom: 0;
}

.review-itm-inner::before {
  top: 30px;
}

.top-review-bottom-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 40px;
}

.top-review-bottom-line .btn, .top-review-bottom-line .btn-accent, .top-review-bottom-line .btn-grey, .top-review-bottom-line .btn-primary {
  min-width: 175px;
  color: #000;
}

.top-review-bottom-line .btn:hover, .top-review-bottom-line .btn-accent:hover, .top-review-bottom-line .btn-grey:hover, .top-review-bottom-line .btn-primary:hover {
  color: #fff;
}

.top-review .review-itm, .top-review .review-itm-inner {
  margin: 0;
  border: none;
  padding-right: 0;
}

.review-top-line {
  margin-bottom: 15px;
}

.user-name {
  line-height: 1.4em;
  font-size: 18px;
  margin-bottom: 3px;
}

.review-date li {
  margin-right: 26px;
  position: relative;
  display: inline;
}

.review-date li::after {
  content: "";
  display: block;
  position: absolute;
  right: -13px;
  top: 2px;
  width: 1px;
  height: 15px;
  background-color: #201509;
}

.review-date li:last-child {
  margin-right: 0;
}

.review-date li:last-child::after {
  display: none;
}

.review-date a {
  color: #364ca7;
}

.review-date a:hover {
  text-decoration: none;
}

.review-txt a {
  color: #364ca7;
}

.review-txt a:hover {
  text-decoration: none;
}

.review-img-set {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding-top: 25px;
  position: relative;
  height: 75px;
  padding-right: 53px;
}

.review-img-set .review-photo-show {
  position: absolute;
  top: 25px;
  right: 0;
}

.review-img-set .review-photo {
  float: left;
  width: 0;
}

.review-img-set .review-photo:nth-child(1), .review-img-set .review-photo:nth-child(2), .review-img-set .review-photo:nth-child(3), .review-img-set .review-photo:nth-child(4), .review-img-set .review-photo:nth-child(5), .review-img-set .review-photo:nth-child(6) {
  margin-right: 3px;
  width: 50px;
}

.review-photo {
  display: block;
  text-decoration: none !important;
  width: 50px;
  height: 50px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.review-photo-show {
  background-color: #d2c7b8;
  background-image: url("../img/_style/_svg/search-dark.svg");
  -webkit-background-size: 32px 32px;
     -moz-background-size: 32px;
       -o-background-size: 32px;
          background-size: 32px;
}

.review-photo-show:hover {
  background-color: #f9cd26;
}

.user-page-alert {
  position: relative;
  padding: 15px 40px 10px 0;
}

.user-page-alert .alert-img {
  max-width: 75px;
  width: auto;
}

.user-page-alert .close {
  position: absolute;
  right: 0;
}

.reviews-slider-wrap {
  padding-top: 30px;
}

.reviews-slider-wrap .dots-nav {
  padding-left: 60px;
}

.reviews-slider-wrap .reviews-slider {
  margin-bottom: 20px;
}

.reviews-slider-wrap .review-itm, .reviews-slider-wrap .review-itm-inner {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.reviews-slider-wrap .review-top-line {
  margin-bottom: 25px;
}

.reviews-slider-wrap .review-img-set {
  padding-top: 15px;
}

.reviews-slider-wrap .review-img-set .review-photo-show {
  top: 15px;
}

.popular-set, .extras-lst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-left: 1px solid #d2c7b8;
  margin-bottom: 15px;
}

.popular-set li, .extras-lst li {
  padding: 10px;
  width: 14.28%;
  border-top: 1px solid #d2c7b8;
  border-right: 1px solid #d2c7b8;
  margin-top: -1px;
}

.popular-set li:nth-child(1), .extras-lst li:nth-child(1), .popular-set li:nth-child(2), .extras-lst li:nth-child(2), .popular-set li:nth-child(3), .extras-lst li:nth-child(3), .popular-set li:nth-child(4), .extras-lst li:nth-child(4), .popular-set li:nth-child(5), .extras-lst li:nth-child(5), .popular-set li:nth-child(6), .extras-lst li:nth-child(6), .popular-set li:nth-child(7), .extras-lst li:nth-child(7) {
  border-top: none;
  border-bottom: 1px solid #d2c7b8;
}

.popular-itm, .extra-itm {
  display: block;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.2em;
}

.popular-img, .extra-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 125px;
  height: 125px;
}

.popular-img img, .extra-img img {
  display: block;
  max-width: 100%;
}

.popular-title {
  font-size: 13px;
}

.extras-lst li {
  width: 33.33%;
}

.extra-title {
  display: block;
  text-decoration: underline;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 16px;
}

.extra-descr {
  display: block;
  margin: 20px 0;
}

.filter-top {
  margin-bottom: 25px;
}

.filter-line {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter-line .filter-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-line .cust-inp, .filter-line .cust-srch-inp, .filter-line .head-srch-inp {
  min-width: 400px;
}

.filter-line .cust-inp input, .filter-line .cust-srch-inp input, .filter-line .head-srch-inp input {
  font-size: 13px;
  padding: 2px 60px 2px 20px;
}

.filter-line .cust-sel {
  margin-left: 15px;
}

.filter-line .cust-sel:first-child {
  margin-left: 0;
}

.filter-line .cust-sel label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-line .cust-sel label > span {
  font-size: 13px;
  padding-right: 15px;
}

.filter-line .sel-title {
  padding-right: 5px;
}

.filter-line .sel-title span:last-child {
  display: none;
}

.filter-line .hover-dropdown-title span:nth-child(2) {
  display: none;
}

.filter-line .title-wrap {
  margin-bottom: 0;
}

.choise-date {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.choise-date.active-mobile {
  overflow: visible;
}

.choise-date.active-mobile .arr_dn-ic {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
}

.choise-date .hover-dropdown-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.choise-date .hover-dropdown-title span {
  font-size: 13px;
  padding-right: 5px;
}

.choise-date-btn {
  position: relative;
  background-color: #fff;
  width: 80px;
  height: 48px;
  background-image: url("../img/_style/_svg/calendar.svg");
  background-repeat: no-repeat;
  background-position: left 15px center;
  -webkit-background-size: 25px auto;
     -moz-background-size: 25px auto;
       -o-background-size: 25px auto;
          background-size: 25px auto;
}

.choise-date-btn .arr_dn-ic {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 12px;
  height: 7px;
}

.tour-view-top .gallery-wrap .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.tour-view-top .gallery-wrap .gallery:not(.owl-carousel) + .gallery-thumbs-wrap {
  display: none !important;
}

.tour-view-top .gallery-wrap .slide .img-inner-box .main-img {
  -o-object-fit: contain;
     object-fit: contain;
}

.tour-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
  padding: 16px 15px 18px 25px;
  background-color: #f4f1e7;
}

.tour-title-wrap .page-title {
  padding: 0;
  padding-right: 20px;
}

.tour-title-wrap .tour-ic {
  margin-right: 10px;
}

.gallery-wrap {
  position: relative;
  margin: 0 auto 30px;
}

.gallery.owl-carousel .prod-photo {
  opacity: 0;
}

.gallery .active .prod-photo {
  opacity: 1;
}

.prod-photo {
  display: block;
  text-decoration: none !important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.prod-photo img {
  display: block;
  width: 100%;
}

.gallery-thumbs-wrap {
  position: relative;
  margin-top: 3px;
  padding: 0 50px;
}

.gallery-thumbs-wrap .owl-controls {
  display: none !important;
}

.gallery-thumbs-wrap .owl-prev,
.gallery-thumbs-wrap .owl-next {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 47px;
  height: auto;
}

.gallery-thumbs-wrap .owl-prev {
  left: 0;
}

.gallery-thumbs-wrap .owl-next {
  right: 0;
}

.gallery-thumbs-wrap .thumb {
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.gallery-thumbs-wrap .thumb:hover {
  -webkit-box-shadow: inset 0 0 0 2px #f9cd26;
     -moz-box-shadow: inset 0 0 0 2px #f9cd26;
          box-shadow: inset 0 0 0 2px #f9cd26;
}

.gallery-thumbs-wrap .current .thumb {
  -webkit-box-shadow: inset 0 0 0 2px #730f18;
     -moz-box-shadow: inset 0 0 0 2px #730f18;
          box-shadow: inset 0 0 0 2px #730f18;
}

.tour-view-r, .view-top-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tour-view-r .price-wrap, .view-top-mobile .price-wrap {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 5px;
  min-height: 58px;
}

.tour-view-r .price, .view-top-mobile .price {
  font-size: 30px;
}

.tour-view-r .price-old, .view-top-mobile .price-old {
  font-size: 20px;
  margin-top: 5px;
}

.tour-view-r .wish-quick-btn, .view-top-mobile .wish-quick-btn {
  position: relative;
  text-decoration: none;
  padding: 0 0 0 50px;
}

.tour-view-r .wish-quick-btn:hover, .view-top-mobile .wish-quick-btn:hover {
  opacity: .8;
}

.tour-view-r .wish-quick-btn i, .view-top-mobile .wish-quick-btn i {
  position: absolute;
  left: 5px;
  top: 3px;
}

.tour-view-r .wish-quick-btn span:not(.descr), .view-top-mobile .wish-quick-btn span:not(.descr) {
  color: #448937;
  font-size: 16px;
  font-family: "OpenSansBold", sans-serif;
  text-decoration: underline;
}

.tour-view-r .wish-quick-btn span.descr, .view-top-mobile .wish-quick-btn span.descr {
  display: block;
  margin: 5px 0 0;
  font-family: "OpenSansItalic", sans-serif;
}

.view-top-mobile {
  display: none;
}

.view-top-mobile .price-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view-bottom-mobile {
  display: none;
}

.price-more-info {
  margin: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-more-info a {
  cursor: pointer;
  display: block;
}

.price-more-info a:not(.favor-btn) {
  width: -webkit-calc(100% - 73px);
  width: -moz-calc(100% - 73px);
  width: calc(100% - 73px);
  font-family: "OpenSansBold", sans-serif;
  padding: 13px;
}

.show_tab {
  cursor: pointer;
}

.promo-info {
  margin: 0 auto 20px;
  padding: 10px;
  border: 1px solid #f9cd26;
  text-align: center;
}

.promo-top {
  padding: 13px;
  margin-bottom: 10px;
  font-family: "OpenSansBold", sans-serif;
  font-size: 16px;
  background-color: #f9cd26;
}

.promo-txt {
  padding: 10px;
}

.buy-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
}

.buy-line .favor-btn {
  margin-right: 5px;
}

.buy-line .btn, .buy-line .btn-accent, .buy-line .btn-grey, .buy-line .btn-primary {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 13px 15px;
}

.favor-btn {
  width: 58px;
  height: 48px;
  background-color: #d2c7b8;
  background-image: url("../img/_style/_svg/heart.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 28px 24px;
     -moz-background-size: 28px 24px;
       -o-background-size: 28px 24px;
          background-size: 28px 24px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.favor-btn:hover {
  background-color: #f9cd26;
}

.favor-btn.active {
  background-image: url("../img/_style/_svg/heart-active.svg");
}

.tour-info-box {
  padding: 15px 10px;
}

.tour-info-box .locale-lst br, .tour-info-box .descr-lst br {
  display: none;
}

.tour-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.tour-date > div {
  margin: 0;
}

.tour-date a {
  color: #0c3e9a;
}

.tour-date a:visited {
  color: #730f18;
}

.tour-date a:not(.show_tab):hover {
  color: #730f18;
}

.tour-date a.show_tab:visited {
  color: #730f18;
}

.advantage-wrap {
  padding: 20px 0 20px 10px;
  margin-bottom: 10px;
}

.advantage-wrap .toggle-txt-box {
  display: none;
}

.advantage-wrap ul {
  overflow: hidden;
}

.advantage-wrap ul li {
  margin-bottom: 15px;
  padding-left: 45px;
  min-height: 22px;
  background-image: url("../img/_style/_svg/check.svg");
  background-repeat: no-repeat;
  background-position: left 2px top 2px;
  -webkit-background-size: 20px auto;
     -moz-background-size: 20px auto;
       -o-background-size: 20px auto;
          background-size: 20px auto;
}

.advantage-wrap ul li:last-child {
  margin-bottom: 0;
}

.toggle-txt-box {
  margin-left: 45px;
}

.toggle-txt-box span {
  color: #0c3e9a;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.toggle-txt-box span:hover {
  color: #730f18;
}

.advantage-title {
  font-family: "OpenSansBold", sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 45px;
  position: relative;
}

.advantage-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 26px;
  height: 26px;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/_style/_svg/like.svg");
}

.tour-print-line {
  padding: 30px 0;
}

.calc-group-tour-line {
  padding: 30px 0;
}

.calc-group-title {
  font-family: "OpenSansBold", sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}

.calc-group-cell {
  padding: 15px 0 0 90px;
  background-image: url("../img/_style/_svg/icon-group.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 50px 50px;
     -moz-background-size: 50px;
       -o-background-size: 50px;
          background-size: 50px;
  background-position: 0 5px;
}

.calc-group-cell .btn-wrap {
  text-align: left;
  margin: 25px 0 0;
}

.share-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.share-title {
  font-family: "OpenSansBold", sans-serif;
  font-size: 15px;
  margin-right: 10px;
}

.share-btn {
  display: inline-block;
  margin: 0 4px;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
  background-color: #1da1f2;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 30px auto;
     -moz-background-size: 30px auto;
       -o-background-size: 30px auto;
          background-size: 30px auto;
}

.download-lst {
  padding: 0 10px 40px 0;
}

.download-lst ul {
  margin-bottom: 25px;
}

.download-lst ul li {
  margin-bottom: 10px;
}

.download-lst ul a {
  color: #0c3e9a;
  text-decoration: none;
  display: inline-block;
}

.download-lst ul a:hover {
  color: #730f18;
}

.download-lst ul a [class*="-ic"] {
  margin-right: 5px;
}

.download-lst ul a span {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}

.download-lst + .btn-more-wrap {
  margin-top: 20px;
}

.tour-view-bottom .btn-more-wrap {
  text-align: left;
}

.tour-view-bottom .cart-menu:not(:first-child) {
  margin: 0;
}

.tour-view-bottom .cart-menu:first-child {
  margin: 20px 0 0;
}

.tour-view-bottom .cart-menu__values > div {
  padding: 10px 0;
}

.tour-view-bottom .complementary {
  border-top: none;
  border-bottom: 1px solid #d2c7b8;
  margin: -8px 0 0;
  padding: 0 0 5px;
}

.tour-view-bottom .complementary .cart-menu {
  margin: 0;
}

.tour-view-bottom .complementary .cart-menu__values > div:nth-child(3) {
  padding-left: 0;
}

.tour-view-bottom .order-itm, .tour-view-bottom .price-info, .tour-view-bottom .price-table {
  padding-bottom: 35px;
}

.tour-view-bottom .order-itm__info {
  margin: 35px 0 0;
  padding: 0 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hotel-itm {
  margin-bottom: 25px;
}

.hotel-itm:last-child {
  margin-bottom: 0;
}

.hotel-itm .col-md-4,
.hotel-itm .col-md-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hotel-img {
  display: block;
  width: 100%;
}

.hotel-img img {
  display: block;
  width: 100%;
}

.hotel-txt {
  padding: 10px;
}

.hotel-title {
  display: inline-block;
  text-decoration: none;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}

.hotel-brief {
  padding: 20px 0;
}

.hotel-lnk {
  display: inline-block;
  color: #0c3e9a;
}

.hotel-lnk:hover {
  color: #730f18;
}

.tour-info-itm {
  margin-bottom: 35px;
}

.tour-info-itm-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #f4f1e7;
  position: relative;
  overflow: hidden;
}

.tour-info-itm-top .tour-info-itm-ic::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  height: 1000px;
  background-color: #f9cd26;
}

.tour-info-itm-ic {
  position: relative;
  width: 80px;
  height: 60px;
  background-color: #f9cd26;
  -webkit-background-size: 45px auto;
     -moz-background-size: 45px auto;
       -o-background-size: 45px auto;
          background-size: 45px auto;
}

.tour-info-itm-title {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 25px 10px 10px 20px;
}

.tour-info-itm-title:only-child {
  width: 100%;
}

.tour-info-itm-title strong {
  font-family: "OpenSansBold", sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.tour-info-itm-title p {
  margin-bottom: 20px;
}

.tour-info-itm-txt,
.download-lst {
  padding: 22px 10px 0 20px;
}

.tour-info-itm-txt p, .tour-info-itm-txt ul,
.download-lst p,
.download-lst ul,
.title-descr p,
.title-descr ul {
  margin-bottom: 20px;
}

.tour-info-itm-txt p:last-child, .tour-info-itm-txt ul:last-child,
.download-lst p:last-child,
.download-lst ul:last-child,
.title-descr p:last-child,
.title-descr ul:last-child {
  margin-bottom: 0;
}

.tour-info-itm-txt ul li,
.download-lst ul li,
.title-descr ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.tour-info-itm-txt table,
.download-lst table,
.title-descr table {
  width: 100%;
  margin: 20px 0;
  -webkit-box-shadow: 1px 1px 0px 0px #f4f1e7;
     -moz-box-shadow: 1px 1px 0px 0px #f4f1e7;
          box-shadow: 1px 1px 0px 0px #f4f1e7;
}

.tour-info-itm-txt table tr td,
.download-lst table tr td,
.title-descr table tr td {
  padding: 10px;
  border: 1px dotted #d2c7b8;
  -webkit-box-shadow: inset 1px 1px 0px 0px #f4f1e7;
     -moz-box-shadow: inset 1px 1px 0px 0px #f4f1e7;
          box-shadow: inset 1px 1px 0px 0px #f4f1e7;
}

.tour-info-itm-txt table tr td:not(:first-child),
.download-lst table tr td:not(:first-child),
.title-descr table tr td:not(:first-child) {
  text-align: center;
}

.tour-info-itm-txt table tr td:first-child,
.download-lst table tr td:first-child,
.title-descr table tr td:first-child {
  width: 50%;
}

.tour-info-itm-txt hr,
.download-lst hr,
.title-descr hr {
  margin: 20px 0;
  border-top: 1px dotted #d2c7b8;
  border-bottom: 1px solid #f4f1e7;
  border-left: none;
  border-right: none;
}

.tour-info-itm-txt .btn-more-wrap,
.download-lst .btn-more-wrap,
.title-descr .btn-more-wrap {
  margin: 20px;
}

.map-wrap .map {
  display: block;
  width: 100%;
  height: 550px;
  border: none;
}

.tour-programm-top {
  margin-bottom: 20px;
}

.tour-programm-top p {
  margin-bottom: 20px;
}

.tour-programm-top p:last-child {
  margin-bottom: 0;
}

.tour-programm-top-txt {
  padding: 0 20px 35px;
}

.programm-slider-wrap, .guide-slider-wrap {
  position: relative;
  padding: 0 45px;
  margin-bottom: 20px;
}

.programm-slider-wrap .slide-controls-line, .guide-slider-wrap .slide-controls-line {
  height: 0;
  min-height: 0;
}

.programm-slider-wrap .owl-prev, .guide-slider-wrap .owl-prev,
.programm-slider-wrap .owl-next,
.guide-slider-wrap .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  height: auto;
  width: 45px;
  -webkit-background-size: 18px 33px;
     -moz-background-size: 18px 33px;
       -o-background-size: 18px 33px;
          background-size: 18px 33px;
}

.programm-slider-wrap .owl-prev, .guide-slider-wrap .owl-prev {
  left: 0;
}


.programm-slider-wrap .owl-next,
.guide-slider-wrap .owl-next {
  right: 0;
}

.programm-img, .guide-img {
  display: block !important;
  text-decoration: none !important;
  height: 120px;
  max-width: 100vw;
  border-right: 1px solid #d2c7b8;
}

.programm-img img, .guide-img img {
  display: block;
  height: 100%;
}

.guide-slider-wrap .guide-slider:not(.slick-slider) {
  text-align: center;
}

.guide-slider-wrap .guide-slider:not(.slick-slider) + .slide-controls {
  display: none;
}

.guide-slider-wrap .guide-slider:not(.slick-slider) .guide-img {
  display: inline-block !important;
  border-right: none;
  text-align: center;
}

.guide-slider-wrap .guide-slider:not(.slick-slider) .guide-img:not(:first-child) {
  margin-left: 15px;
}

.guide-slider-wrap .guide-slider:not(.slick-slider) .guide-img img {
  display: inline-block;
}

.order-page .attention-message {
  display: inline-block;
  padding: 30px 0;
}

.order-itm, .price-info, .price-table {
  background-color: #f4f1e7;
  border: 1px solid #d2c7b8;
  padding: 30px 30px 40px;
  margin: 0 0 15px;
}

.order-itm .order-form__wrp .cust-inp, .price-info .order-form__wrp .cust-inp, .price-table .order-form__wrp .cust-inp, .order-itm .order-form__wrp .cust-srch-inp, .price-info .order-form__wrp .cust-srch-inp, .price-table .order-form__wrp .cust-srch-inp, .order-itm .order-form__wrp .head-srch-inp, .price-info .order-form__wrp .head-srch-inp, .price-table .order-form__wrp .head-srch-inp,
.order-itm .order-form__wrp .cust-textarea,
.price-info .order-form__wrp .cust-textarea,
.price-table .order-form__wrp .cust-textarea,
.order-itm .order-form__wrp .cust-check,
.price-info .order-form__wrp .cust-check,
.price-table .order-form__wrp .cust-check,
.order-itm .order-form__wrp .cust-elem-set__wrp,
.price-info .order-form__wrp .cust-elem-set__wrp,
.price-table .order-form__wrp .cust-elem-set__wrp {
  padding: 16px 0;
}

.order-itm .order-form__wrp .cust-inp .field-info, .price-info .order-form__wrp .cust-inp .field-info, .price-table .order-form__wrp .cust-inp .field-info, .order-itm .order-form__wrp .cust-srch-inp .field-info, .price-info .order-form__wrp .cust-srch-inp .field-info, .price-table .order-form__wrp .cust-srch-inp .field-info, .order-itm .order-form__wrp .head-srch-inp .field-info, .price-info .order-form__wrp .head-srch-inp .field-info, .price-table .order-form__wrp .head-srch-inp .field-info,
.order-itm .order-form__wrp .cust-textarea .field-info,
.price-info .order-form__wrp .cust-textarea .field-info,
.price-table .order-form__wrp .cust-textarea .field-info,
.order-itm .order-form__wrp .cust-check .field-info,
.price-info .order-form__wrp .cust-check .field-info,
.price-table .order-form__wrp .cust-check .field-info,
.order-itm .order-form__wrp .cust-elem-set__wrp .field-info,
.price-info .order-form__wrp .cust-elem-set__wrp .field-info,
.price-table .order-form__wrp .cust-elem-set__wrp .field-info {
  display: block;
  position: absolute;
  top: 0;
  width: 60%;
  right: -65%;
  font-size: 12px;
  color: #666666;
  line-height: 1.2em;
}

.order-itm .order-form__wrp .cust-inp label, .price-info .order-form__wrp .cust-inp label, .price-table .order-form__wrp .cust-inp label, .order-itm .order-form__wrp .cust-srch-inp label, .price-info .order-form__wrp .cust-srch-inp label, .price-table .order-form__wrp .cust-srch-inp label, .order-itm .order-form__wrp .head-srch-inp label, .price-info .order-form__wrp .head-srch-inp label, .price-table .order-form__wrp .head-srch-inp label,
.order-itm .order-form__wrp .cust-inp .form-value,
.price-info .order-form__wrp .cust-inp .form-value,
.price-table .order-form__wrp .cust-inp .form-value,
.order-itm .order-form__wrp .cust-srch-inp .form-value,
.price-info .order-form__wrp .cust-srch-inp .form-value,
.price-table .order-form__wrp .cust-srch-inp .form-value,
.order-itm .order-form__wrp .head-srch-inp .form-value,
.price-info .order-form__wrp .head-srch-inp .form-value,
.price-table .order-form__wrp .head-srch-inp .form-value,
.order-itm .order-form__wrp .cust-textarea label,
.price-info .order-form__wrp .cust-textarea label,
.price-table .order-form__wrp .cust-textarea label,
.order-itm .order-form__wrp .cust-textarea .form-value,
.price-info .order-form__wrp .cust-textarea .form-value,
.price-table .order-form__wrp .cust-textarea .form-value {
  padding: 7px 0 0 0;
  line-height: 1.5em;
}

.order-itm .order-form__wrp .cust-inp input, .price-info .order-form__wrp .cust-inp input, .price-table .order-form__wrp .cust-inp input, .order-itm .order-form__wrp .cust-srch-inp input, .price-info .order-form__wrp .cust-srch-inp input, .price-table .order-form__wrp .cust-srch-inp input, .order-itm .order-form__wrp .head-srch-inp input, .price-info .order-form__wrp .head-srch-inp input, .price-table .order-form__wrp .head-srch-inp input,
.order-itm .order-form__wrp .cust-inp textarea,
.price-info .order-form__wrp .cust-inp textarea,
.price-table .order-form__wrp .cust-inp textarea,
.order-itm .order-form__wrp .cust-srch-inp textarea,
.price-info .order-form__wrp .cust-srch-inp textarea,
.price-table .order-form__wrp .cust-srch-inp textarea,
.order-itm .order-form__wrp .head-srch-inp textarea,
.price-info .order-form__wrp .head-srch-inp textarea,
.price-table .order-form__wrp .head-srch-inp textarea,
.order-itm .order-form__wrp .cust-inp .cust-sel__wrap,
.price-info .order-form__wrp .cust-inp .cust-sel__wrap,
.price-table .order-form__wrp .cust-inp .cust-sel__wrap,
.order-itm .order-form__wrp .cust-srch-inp .cust-sel__wrap,
.price-info .order-form__wrp .cust-srch-inp .cust-sel__wrap,
.price-table .order-form__wrp .cust-srch-inp .cust-sel__wrap,
.order-itm .order-form__wrp .head-srch-inp .cust-sel__wrap,
.price-info .order-form__wrp .head-srch-inp .cust-sel__wrap,
.price-table .order-form__wrp .head-srch-inp .cust-sel__wrap,
.order-itm .order-form__wrp .cust-inp .form-value,
.price-info .order-form__wrp .cust-inp .form-value,
.price-table .order-form__wrp .cust-inp .form-value,
.order-itm .order-form__wrp .cust-srch-inp .form-value,
.price-info .order-form__wrp .cust-srch-inp .form-value,
.price-table .order-form__wrp .cust-srch-inp .form-value,
.order-itm .order-form__wrp .head-srch-inp .form-value,
.price-info .order-form__wrp .head-srch-inp .form-value,
.price-table .order-form__wrp .head-srch-inp .form-value,
.order-itm .order-form__wrp .cust-textarea input,
.price-info .order-form__wrp .cust-textarea input,
.price-table .order-form__wrp .cust-textarea input,
.order-itm .order-form__wrp .cust-textarea textarea,
.price-info .order-form__wrp .cust-textarea textarea,
.price-table .order-form__wrp .cust-textarea textarea,
.order-itm .order-form__wrp .cust-textarea .cust-sel__wrap,
.price-info .order-form__wrp .cust-textarea .cust-sel__wrap,
.price-table .order-form__wrp .cust-textarea .cust-sel__wrap,
.order-itm .order-form__wrp .cust-textarea .form-value,
.price-info .order-form__wrp .cust-textarea .form-value,
.price-table .order-form__wrp .cust-textarea .form-value {
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
  float: right;
}

.order-itm .order-form__wrp .cust-inp input, .price-info .order-form__wrp .cust-inp input, .price-table .order-form__wrp .cust-inp input, .order-itm .order-form__wrp .cust-srch-inp input, .price-info .order-form__wrp .cust-srch-inp input, .price-table .order-form__wrp .cust-srch-inp input, .order-itm .order-form__wrp .head-srch-inp input, .price-info .order-form__wrp .head-srch-inp input, .price-table .order-form__wrp .head-srch-inp input,
.order-itm .order-form__wrp .cust-inp textarea,
.price-info .order-form__wrp .cust-inp textarea,
.price-table .order-form__wrp .cust-inp textarea,
.order-itm .order-form__wrp .cust-srch-inp textarea,
.price-info .order-form__wrp .cust-srch-inp textarea,
.price-table .order-form__wrp .cust-srch-inp textarea,
.order-itm .order-form__wrp .head-srch-inp textarea,
.price-info .order-form__wrp .head-srch-inp textarea,
.price-table .order-form__wrp .head-srch-inp textarea,
.order-itm .order-form__wrp .cust-textarea input,
.price-info .order-form__wrp .cust-textarea input,
.price-table .order-form__wrp .cust-textarea input,
.order-itm .order-form__wrp .cust-textarea textarea,
.price-info .order-form__wrp .cust-textarea textarea,
.price-table .order-form__wrp .cust-textarea textarea {
  background-color: #fff;
  border: none;
}

.order-itm .order-form__wrp .cust-inp input, .price-info .order-form__wrp .cust-inp input, .price-table .order-form__wrp .cust-inp input, .order-itm .order-form__wrp .cust-srch-inp input, .price-info .order-form__wrp .cust-srch-inp input, .price-table .order-form__wrp .cust-srch-inp input, .order-itm .order-form__wrp .head-srch-inp input, .price-info .order-form__wrp .head-srch-inp input, .price-table .order-form__wrp .head-srch-inp input,
.order-itm .order-form__wrp .cust-textarea input,
.price-info .order-form__wrp .cust-textarea input,
.price-table .order-form__wrp .cust-textarea input {
  height: 35px;
}

.order-itm .order-form__wrp .cust-inp > label, .price-info .order-form__wrp .cust-inp > label, .price-table .order-form__wrp .cust-inp > label, .order-itm .order-form__wrp .cust-srch-inp > label, .price-info .order-form__wrp .cust-srch-inp > label, .price-table .order-form__wrp .cust-srch-inp > label, .order-itm .order-form__wrp .head-srch-inp > label, .price-info .order-form__wrp .head-srch-inp > label, .price-table .order-form__wrp .head-srch-inp > label,
.order-itm .order-form__wrp .cust-textarea > label,
.price-info .order-form__wrp .cust-textarea > label,
.price-table .order-form__wrp .cust-textarea > label {
  display: inline-block;
  width: 210px;
}

.order-itm .order-form__wrp .cust-inp > label span, .price-info .order-form__wrp .cust-inp > label span, .price-table .order-form__wrp .cust-inp > label span, .order-itm .order-form__wrp .cust-srch-inp > label span, .price-info .order-form__wrp .cust-srch-inp > label span, .price-table .order-form__wrp .cust-srch-inp > label span, .order-itm .order-form__wrp .head-srch-inp > label span, .price-info .order-form__wrp .head-srch-inp > label span, .price-table .order-form__wrp .head-srch-inp > label span,
.order-itm .order-form__wrp .cust-textarea > label span,
.price-info .order-form__wrp .cust-textarea > label span,
.price-table .order-form__wrp .cust-textarea > label span {
  font-family: "OpenSansItalic", sans-serif;
  font-size: 11px;
  opacity: .8;
}

.order-itm .order-form__wrp .cust-inp .descr, .price-info .order-form__wrp .cust-inp .descr, .price-table .order-form__wrp .cust-inp .descr, .order-itm .order-form__wrp .cust-srch-inp .descr, .price-info .order-form__wrp .cust-srch-inp .descr, .price-table .order-form__wrp .cust-srch-inp .descr, .order-itm .order-form__wrp .head-srch-inp .descr, .price-info .order-form__wrp .head-srch-inp .descr, .price-table .order-form__wrp .head-srch-inp .descr,
.order-itm .order-form__wrp .cust-textarea .descr,
.price-info .order-form__wrp .cust-textarea .descr,
.price-table .order-form__wrp .cust-textarea .descr {
  font-family: "OpenSansItalic", sans-serif;
  font-size: 12px;
  color: #666666;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.order-itm .order-form__wrp .cust-inp .choise-date > label, .price-info .order-form__wrp .cust-inp .choise-date > label, .price-table .order-form__wrp .cust-inp .choise-date > label, .order-itm .order-form__wrp .cust-srch-inp .choise-date > label, .price-info .order-form__wrp .cust-srch-inp .choise-date > label, .price-table .order-form__wrp .cust-srch-inp .choise-date > label, .order-itm .order-form__wrp .head-srch-inp .choise-date > label, .price-info .order-form__wrp .head-srch-inp .choise-date > label, .price-table .order-form__wrp .head-srch-inp .choise-date > label,
.order-itm .order-form__wrp .cust-inp .choise-date > input,
.price-info .order-form__wrp .cust-inp .choise-date > input,
.price-table .order-form__wrp .cust-inp .choise-date > input,
.order-itm .order-form__wrp .cust-srch-inp .choise-date > input,
.price-info .order-form__wrp .cust-srch-inp .choise-date > input,
.price-table .order-form__wrp .cust-srch-inp .choise-date > input,
.order-itm .order-form__wrp .head-srch-inp .choise-date > input,
.price-info .order-form__wrp .head-srch-inp .choise-date > input,
.price-table .order-form__wrp .head-srch-inp .choise-date > input {
  display: none;
}

.order-itm .order-form__wrp .cust-inp .choise-date .hover-dropdown-title span, .price-info .order-form__wrp .cust-inp .choise-date .hover-dropdown-title span, .price-table .order-form__wrp .cust-inp .choise-date .hover-dropdown-title span, .order-itm .order-form__wrp .cust-srch-inp .choise-date .hover-dropdown-title span, .price-info .order-form__wrp .cust-srch-inp .choise-date .hover-dropdown-title span, .price-table .order-form__wrp .cust-srch-inp .choise-date .hover-dropdown-title span, .order-itm .order-form__wrp .head-srch-inp .choise-date .hover-dropdown-title span, .price-info .order-form__wrp .head-srch-inp .choise-date .hover-dropdown-title span, .price-table .order-form__wrp .head-srch-inp .choise-date .hover-dropdown-title span {
  padding-right: 0;
}


.order-itm .order-form__wrp .cust-check,
.price-info .order-form__wrp .cust-check,
.price-table .order-form__wrp .cust-check {
  display: block;
}

.order-itm .order-form__wrp .cust-check .check-ic, .price-info .order-form__wrp .cust-check .check-ic, .price-table .order-form__wrp .cust-check .check-ic {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.order-itm .order-form__wrp .cust-check a, .price-info .order-form__wrp .cust-check a, .price-table .order-form__wrp .cust-check a {
  color: #0c3e9a;
}

.order-itm .order-form__wrp .order-itm__ttl, .price-info .order-form__wrp .order-itm__ttl, .price-table .order-form__wrp .order-itm__ttl {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 20px;
}

.order-itm .order-form__wrp .order-itm__ttl.opening, .price-info .order-form__wrp .order-itm__ttl.opening, .price-table .order-form__wrp .order-itm__ttl.opening {
  cursor: pointer;
  position: relative;
  padding: 15px 0;
  margin: -15px 0;
}

.order-itm .order-form__wrp .order-itm__ttl.opening:after, .price-info .order-form__wrp .order-itm__ttl.opening:after, .price-table .order-form__wrp .order-itm__ttl.opening:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  right: 0;
  top: 10px;
  background-repeat: no-repeat;
  background-image: url("../img/_style/_svg/arr_dn.svg");
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-background-size: 15px 15px;
     -moz-background-size: 15px;
       -o-background-size: 15px;
          background-size: 15px;
  background-position: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.order-itm .order-form__wrp .order-itm__ttl.active:after, .price-info .order-form__wrp .order-itm__ttl.active:after, .price-table .order-form__wrp .order-itm__ttl.active:after {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

.order-itm .order-form__wrp .order-itm__ttl .descr, .price-info .order-form__wrp .order-itm__ttl .descr, .price-table .order-form__wrp .order-itm__ttl .descr {
  font-family: "OpenSansItalic", sans-serif;
  font-size: 14px;
  color: #201509;
}

.order-itm .order-form__wrp .cart-menu__info, .price-info .order-form__wrp .cart-menu__info, .price-table .order-form__wrp .cart-menu__info {
  padding: 0 0 0 80px;
  margin: 15px 0 0;
}

.order-itm .order-form__wrp .cart-menu__info .order-form__wrp, .price-info .order-form__wrp .cart-menu__info .order-form__wrp, .price-table .order-form__wrp .cart-menu__info .order-form__wrp {
  width: 58%;
}

.order-itm .order-form__wrp .cart-menu__info form, .price-info .order-form__wrp .cart-menu__info form, .price-table .order-form__wrp .cart-menu__info form {
  padding-right: 20px;
}

.order-itm .order-form__wrp .cart-menu__info .cust-inp input, .price-info .order-form__wrp .cart-menu__info .cust-inp input, .price-table .order-form__wrp .cart-menu__info .cust-inp input, .order-itm .order-form__wrp .cart-menu__info .cust-srch-inp input, .price-info .order-form__wrp .cart-menu__info .cust-srch-inp input, .price-table .order-form__wrp .cart-menu__info .cust-srch-inp input, .order-itm .order-form__wrp .cart-menu__info .head-srch-inp input, .price-info .order-form__wrp .cart-menu__info .head-srch-inp input, .price-table .order-form__wrp .cart-menu__info .head-srch-inp input {
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
}

.order-itm .order-form__wrp .cart-menu__info .cust-sel__wrap, .price-info .order-form__wrp .cart-menu__info .cust-sel__wrap, .price-table .order-form__wrp .cart-menu__info .cust-sel__wrap,
.order-itm .order-form__wrp .cart-menu__info .check-set,
.price-info .order-form__wrp .cart-menu__info .check-set,
.price-table .order-form__wrp .cart-menu__info .check-set {
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
}

.order-itm .order-form__wrp .cart-menu__info .check-set .cust-check, .price-info .order-form__wrp .cart-menu__info .check-set .cust-check, .price-table .order-form__wrp .cart-menu__info .check-set .cust-check {
  width: 49%;
  display: inline-block;
  padding-right: 10px;
}

.order-itm .order-form__wrp .cart-menu__info .cust-sel__wrap, .price-info .order-form__wrp .cart-menu__info .cust-sel__wrap, .price-table .order-form__wrp .cart-menu__info .cust-sel__wrap {
  height: 35px;
}

.order-itm .order-form__wrp .check-set, .price-info .order-form__wrp .check-set, .price-table .order-form__wrp .check-set,
.order-itm .order-form__wrp .cust-sel__wrap,
.price-info .order-form__wrp .cust-sel__wrap,
.price-table .order-form__wrp .cust-sel__wrap,
.order-itm .order-form__wrp .range-sel,
.price-info .order-form__wrp .range-sel,
.price-table .order-form__wrp .range-sel {
  float: right;
}


.order-itm .order-form__wrp .range-sel,
.price-info .order-form__wrp .range-sel,
.price-table .order-form__wrp .range-sel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
}

.order-itm .order-form__wrp .range-sel input, .price-info .order-form__wrp .range-sel input, .price-table .order-form__wrp .range-sel input {
  width: 70px !important;
  padding: 1px 10px;
  margin: 0 15px;
}

.order-itm .order-form__wrp .range-sel input:last-child, .price-info .order-form__wrp .range-sel input:last-child, .price-table .order-form__wrp .range-sel input:last-child {
  margin: 0 0 0 15px;
}

.order-itm .order-form__wrp form, .price-info .order-form__wrp form, .price-table .order-form__wrp form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order-form__filter {
  margin: 50px 0 0 0;
}

.order-form__filter .cust-srch-inp {
  min-width: 390px;
  padding: 0;
}

.order-form__filter .cust-srch-inp input[type="text"] {
  height: 50px;
  float: none;
}

.order-form__filter .cust-srch-inp .srch-btn {
  height: 50px;
}

.user-links {
  color: #364ca7;
}

.user-links a {
  color: #364ca7;
}

.captcha__wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.captcha__wrp .captcha {
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
}

.captcha__wrp .captcha img {
  width: 100%;
  max-width: 305px;
}

.order-form__wrp {
  width: 60%;
}

.order-form__wrp .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0 0;
}

.order-form__wrp .btn-wrap .info-txt {
  text-align: left;
  font-size: 13px;
  display: block;
  width: 50%;
}

.order-form__wrp .btn-wrap + .cust-check {
  margin-top: 20px;
}

.order-form__wrp .order-form__ttl {
  font-family: "OpenSansItalic", sans-serif;
  font-size: 15px;
  color: #3c3c3c;
  margin: 0 0 25px;
}

.order-form__wrp .order-form__itm:last-child {
  border-bottom: none;
}

.fields__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 0 0;
}

.order-form__head {
  font-size: 16px;
  font-family: "OpenSansSemiBold", sans-serif;
}

.order-form__head .link {
  display: block;
  font-size: 13px;
  color: #364ca7;
  font-family: "OpenSansRegular", sans-serif;
  width: -webkit-calc(100% - 208px);
  width: -moz-calc(100% - 208px);
  width: calc(100% - 208px);
  float: right;
}

.order-form__itm {
  border-bottom: 1px solid #d2c7b8;
  padding: 0 0 25px 0;
  margin: 0 0 25px;
}

.order-itm__info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 35px 0;
}

.order-itm__info-itm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}

.order-itm__info-itm .price {
  font-family: "OpenSansBold", sans-serif;
  color: #000;
  font-size: 18px;
  min-width: 100px;
}

.order-itm__info-dscr {
  font-family: "OpenSansItalic", sans-serif;
}

.order-itm__info-ttl {
  font-family: "OpenSansSemiBold", sans-serif;
  min-width: 75px;
}

.cart-menu {
  display: table;
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
  margin: 40px 0 0;
  position: relative;
}

.cart-menu.select-tour {
  cursor: pointer;
}

.cart-menu.select-tour .cart-menu__head {
  position: relative;
}

.cart-menu.select-tour .cart-menu__head > span {
  z-index: 3;
  position: relative;
}

.cart-menu.select-tour .cart-menu__head:after {
  content: "";
  position: absolute;
  background-color: #f4f1e7;
  top: 0;
  right: -30px;
  bottom: 0;
  left: -30px;
  display: block;
  z-index: 2;
  height: 38px;
}

.cart-menu.select-tour .cart-menu__values:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  left: -30px;
  display: inline-block;
  background-color: rgba(249, 205, 38, 0.3);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.cart-menu.select-tour .cart-menu__values:hover:after {
  background-color: rgba(249, 205, 38, 0.5);
}

.cart-menu.select-tour .cart-menu__values > div {
  position: relative;
  z-index: 2;
}

.cart-menu .prod-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-menu .prod-count .prod-count,
.cart-menu .prod-count .close {
  pointer-events: none;
}

.cart-menu__head {
  display: table-row;
  width: 100%;
  font-family: "OpenSansSemiBold", sans-serif;
}

.cart-menu__head > span {
  padding: 10px 0;
}

.cart-menu__values {
  width: 100%;
  display: table-row;
  position: relative;
  border-top: 1px solid #d2c7b8;
}

.cart-menu__values > div {
  position: relative;
  padding: 20px 0;
}

.cart-menu__values > div:not(:first-child) {
  font-family: "OpenSansSemiBold", sans-serif;
}

.cart-menu__values .close {
  position: absolute;
  left: 0;
  top: -webkit-calc(50% - 17px);
  top: -moz-calc(50% - 17px);
  top: calc(50% - 17px);
  background-position: 0 center;
  background-color: #f4f1e7;
}

.cart-menu__values .mob-descr {
  font-family: "OpenSansSemiBold", sans-serif;
}

.cart-menu__info .order-form__ttl {
  border-bottom: 1px solid #d2c7b8;
  padding: 15px 30px 10px 0;
  cursor: pointer;
  position: relative;
}

.cart-menu__info .order-form__ttl:after {
  content: "";
  position: absolute;
  right: 0;
  top: -webkit-calc(50% - 17px);
  top: -moz-calc(50% - 17px);
  top: calc(50% - 17px);
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-image: url("../img/_style/_svg/arr_dn.svg");
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-background-size: 15px 15px;
     -moz-background-size: 15px;
       -o-background-size: 15px;
          background-size: 15px;
  background-position: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.cart-menu__info .order-form__ttl.active:after {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

.cart-menu__info .order-form__itm .range-sel {
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
}

.cart-menu__head > span,
.cart-menu__head > div,
.cart-menu__values > span,
.cart-menu__values > div {
  display: table-cell;
  vertical-align: middle;
}

.cart-menu__head > span:not(:first-child),
.cart-menu__head > div:not(:first-child),
.cart-menu__values > span:not(:first-child),
.cart-menu__values > div:not(:first-child) {
  text-align: center;
}

.cart-menu__head > span:first-child,
.cart-menu__head > div:first-child,
.cart-menu__values > span:first-child,
.cart-menu__values > div:first-child {
  padding-left: 35px;
}

.cart-menu__head > span:last-child,
.cart-menu__head > div:last-child,
.cart-menu__values > span:last-child,
.cart-menu__values > div:last-child {
  text-align: right;
  padding-right: 10px;
}

.complementary {
  padding: 45px 0 30px;
  margin: 15px 0 0 0;
  border-top: 1px solid #d2c7b8;
  border-bottom: 1px solid #d2c7b8;
}

.complementary .cart-menu {
  margin: 25px 0 0;
}

.complementary .cart-menu__values {
  border-top: none;
}

.complementary .cart-menu__values > div {
  padding: 2px 0;
}

.complementary .cart-menu__values > div:last-child {
  text-align: left;
  padding-left: 35px;
}

.complementary__hdg {
  color: #3c3c3c;
  padding: 0 35px 0;
}

.complementary__hdg h3 {
  font-size: 18px;
  border-bottom: 1px dotted #d2c7b8;
  padding: 0 0 10px;
}

.price-info, .price-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  text-align: center;
  margin: 0;
  border-bottom: none;
}

.price-info.no-privilege .price-info__itm, .no-privilege.price-table .price-info__itm, .price-info.no-base .price-info__itm, .no-base.price-table .price-info__itm {
  width: 50%;
}

.price-info .price-info__itm:not(:first-child), .price-table .price-info__itm:not(:first-child) {
  border-left: 1px solid #d2c7b8;
}

.price-info .price-info__itm .order-itm__ttl > span:not(.descr), .price-table .price-info__itm .order-itm__ttl > span:not(.descr) {
  font-size: 20px;
  font-family: "OpenSansSemiBold", sans-serif;
}

.price-info__itm {
  width: 33.333333%;
  padding: 45px 0 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-info__itm .order-itm__ttl > span {
  display: block;
}

.price-info__itm .cust-sel__group {
  padding: 0 0 10px;
  margin: 20px 0 0;
}

.price-info__itm .cust-sel {
  margin: 0 0 7px;
  z-index: auto;
}

.price-info__itm .cust-sel .cusel {
  min-width: 300px;
  background-color: transparent;
  border-color: #d2c7b8;
}

.price-info__itm .cust-sel .cuselText {
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.price-info__itm .cust-sel .cuselFrameRight {
  -webkit-background-size: 18px 18px;
     -moz-background-size: 18px;
       -o-background-size: 18px;
          background-size: 18px;
  width: 45px;
}

.price-info__itm .price-wrap {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0 0;
}

.price-info__itm .price {
  font-size: 33px;
}

.price-info__itm .price-descr {
  font-size: 14px;
  color: #424242;
}

.price-info__itm .btn-wrap input[type="button"],
.price-info__itm .btn-wrap button,
.price-info__itm .btn-wrap a {
  margin: 20px 0 0;
}

.price-table {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border-top: none;
}

.price-table.no-privilege .price-table__row > div {
  width: 50%;
}

.price-table.no-privilege .price-table__row > div:last-child {
  display: none;
}

.price-table.no-base .price-table__row > div {
  width: 50%;
}

.price-table.no-base .price-table__row > div:nth-child(2) {
  display: none;
}

.price-table .order-itm__ttl {
  font-size: 18px;
  padding: 40px 0;
}

.price-table .mob-descr {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 11px;
}

.price-table .price-table__hdg {
  white-space: nowrap;
}

.price-table__row {
  display: table-row;
}

.price-table__row > div {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 33.333333%;
}

.price-table__row > div:empty {
  padding: 0 !important;
}

.price-table__row > div:first-child {
  text-align: left;
  padding-left: 30px;
  padding-right: 15px;
}

.price-table__row > div:not(:first-child):not(.order-itm__ttl) {
  padding-left: 20px;
  padding-right: 20px;
}

.price-table__row > div:not(.price-table__hdg) {
  border-right: 1px solid #d2c7b8;
}

.price-table__row > div.price-table__hdg + div {
  border-right: none;
}

.price-table__row > div .btn-wrap input[type="button"],
.price-table__row > div .btn-wrap button,
.price-table__row > div .btn-wrap a {
  margin: 10px 0 0;
}

.price-table__row .plus,
.price-table__row .minus {
  display: inline-block;
  width: 17px;
  height: 17px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.price-table__row .plus {
  font-size: 20px;
  background-image: url("../img/_style/_svg/check-mark.svg");
}

.price-table__row .minus {
  background-image: url("../img/_style/_svg/minus-mark.svg");
}

.price-table__hdg {
  font-size: 16px;
  font-family: "OpenSansSemiBold", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-table-ic {
  width: 40px;
  height: 40px;
  margin: 0 20px 0 0;
  background-position: center;
  background-repeat: no-repeat;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-table tr {
  border-top: 1px solid #d2c7b8;
}

.info-table td:first-child,
.info-table th:first-child {
  padding-left: 0;
}

.info-table td:not(:first-child),
.info-table th:not(:first-child) {
  border-left: 1px solid #d2c7b8;
}

.info-table th {
  padding: 20px 10px;
}

.info-table td {
  padding: 10px;
  text-align: center;
}

.info-table .order-details-btn a,
.info-table .order-details-btn form,
.info-table .center a,
.info-table .center form {
  margin: 0 0 10px;
}

.profile-table .cart-menu__values > div:first-child,
.profile-table .cart-menu__values > span:first-child,
.profile-table .cart-menu__head > div:first-child,
.profile-table .cart-menu__head > span:first-child {
  padding-left: 0;
}

.leave-review-form__wrap {
  padding: 0 0 20px;
}

.leave-review-form__wrap .title-wrap {
  padding: 35px 0 25px;
}

.leave-review-form__wrap .title-wrap .h2-title {
  color: #3c3c3c;
  font-size: 18px;
}

.leave-review-form {
  position: relative;
  background-color: #f3f3f3;
  max-width: 580px;
  padding: 20px 25px;
  margin: 0 0 0 75px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.leave-review-form:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 60px;
  top: 0;
  left: -75px;
  display: block;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/_style/_svg/comment.svg");
}

.leave-review-form:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 20px;
  border-right: 10px solid #f3f3f3;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.leave-review-form .cust-inp, .leave-review-form .cust-srch-inp, .leave-review-form .head-srch-inp,
.leave-review-form .cust-textarea,
.leave-review-form .cust-upload {
  margin: 0 0 15px;
  float: left;
  line-height: 40px;
}

.leave-review-form .cust-inp input, .leave-review-form .cust-srch-inp input, .leave-review-form .head-srch-inp input,
.leave-review-form .cust-inp textarea,
.leave-review-form .cust-srch-inp textarea,
.leave-review-form .head-srch-inp textarea,
.leave-review-form .cust-inp .upload-file,
.leave-review-form .cust-srch-inp .upload-file,
.leave-review-form .head-srch-inp .upload-file,
.leave-review-form .cust-textarea input,
.leave-review-form .cust-textarea textarea,
.leave-review-form .cust-textarea .upload-file,
.leave-review-form .cust-upload input,
.leave-review-form .cust-upload textarea,
.leave-review-form .cust-upload .upload-file {
  float: right;
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px !important;
     -moz-border-radius: 5px !important;
          border-radius: 5px !important;
  background-color: #fff;
}

.leave-review-form .cust-inp input, .leave-review-form .cust-srch-inp input, .leave-review-form .head-srch-inp input,
.leave-review-form .cust-textarea input,
.leave-review-form .cust-upload input {
  height: 40px;
}

.leave-review-form .captcha {
  text-align: right;
}

.leave-review-form .btn-wrap {
  text-align: right;
}

.leave-review-form .btn-wrap button {
  height: 38px;
  padding: 5px 25px;
  max-width: 185px;
  min-width: auto;
}

.upload-file {
  display: block;
  max-width: 100% !important;
  overflow: hidden;
}

.modal .tabs__caption, .modal .news-links {
  width: 100% !important;
}

.modal .modal-notification {
  text-align: center;
  padding: 20px 20px 35px;
  line-height: 1.8em;
}

.entry-button__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 15px;
}

.entry-button__wrap .user-links {
  margin: 20px 0 0;
}

.cart-slider__wrap {
  position: relative;
}

.cart-slider__wrap .slider-nav-slick {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.cart-slider__wrap .slide-controls-line {
  min-height: 0px;
  height: 0px;
}

.cart-slider__wrap .owl-prev,
.cart-slider__wrap .owl-next {
  height: 100%;
  position: absolute;
  width: 48px;
}

.cart-slider__wrap .owl-next {
  right: 0;
}

.cart-slider__top,
.cart-slider {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 0 auto;
  z-index: 2;
}

.cart-slider__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f1e7;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #d2c7b8;
  border-left: 1px solid #d2c7b8;
  padding: 0 25px 0 0;
}

.cart-slider__top .heading {
  display: block;
  padding: 12px;
  width: 34.4%;
  background-color: #f9cd26;
  border-right: 1px solid #d2c7b8;
  text-align: center;
  font-size: 15px;
  font-family: "OpenSansBold", sans-serif;
}

.cart-slider__top .year,
.cart-slider__top .val {
  font-size: 18px;
  line-height: 42px;
  font-family: "OpenSansSemiBold", sans-serif;
}

.cart-slider {
  background-color: #fff;
  border-top: 1px solid #d2c7b8;
  border-bottom: 1px solid #d2c7b8;
  border-left: 1px solid #d2c7b8;
}

.cart-slider .slick-slide > div {
  position: relative;
}

.cart-slider .slick-slide > div:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 358px;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #d2c7b8;
  z-index: 800;
}

.cart-slider .slick-slide:last-child .month {
  border-right: none;
}

.cart-slider .month {
  text-align: center;
  overflow-y: auto;
  max-height: 350px;
}

.cart-slider .month__hdg {
  background-color: #efe9de;
  border-bottom: 1px solid #d2c7b8;
  height: 42px;
  line-height: 42px;
  position: absolute;
  width: 100%;
  z-index: 700;
  top: 0;
}

.cart-slider .month__hdg.more-z-index {
  z-index: 800;
}

.cart-slider .month__body {
  padding: 0px 20px 25px;
  margin: 60px 0 0;
}

.cart-slider .month__lnk {
  position: relative;
  border: 1px solid #d2c7b8;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  display: block;
  text-decoration: none;
  padding: 8px 5px;
  margin: 0 0 5px;
}

.cart-slider .month__lnk:hover {
  border: 1px solid #730f18;
  -webkit-box-shadow: inset 0px 0px 0px 1px #730f18;
     -moz-box-shadow: inset 0px 0px 0px 1px #730f18;
          box-shadow: inset 0px 0px 0px 1px #730f18;
  color: #000;
}

.cart-slider .month__lnk:before {
  content: "";
  position: absolute;
  display: block;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #8dc63f;
  top: 7px;
  left: 6px;
}

.cart-slider .month__lnk.style-yellow:before {
  background-color: #f6c305;
}

.cart-slider .month__lnk.style-red:before {
  background-color: #ed1c24;
}

.cart-slider .month__lnk.hot-price .month__price {
  color: #730f18;
  font-family: "OpenSansBold", sans-serif;
}

.cart-slider .month__lnk > span {
  display: block;
}

.cart-slider .month__day {
  font-size: 18px;
  margin: 0 0 5px;
}

.cart-date__info {
  font-size: 20px;
  padding: 30px 30px 35px;
}

.cart-date__info .descr {
  display: block;
  font-family: "OpenSansItalic", sans-serif;
  font-size: 14px;
  margin: 15px 0 0;
}

.modal-cart .order-itm, .modal-cart .price-info, .modal-cart .price-table {
  min-height: 200px;
}

.modal-cart .modal-dialog {
  max-width: 1140px;
  width: 100%;
}

.modal-cart .order-itm__content {
  padding: 0 15px;
}

.modal-cart .order-itm, .modal-cart .price-info, .modal-cart .price-table {
  padding: 0;
  border: none;
}

.calc-group-tour-modal .modal-dialog,
.order-certificate-modal .modal-dialog {
  max-width: 580px;
}

.calc-group-tour-modal .cust-inp, .calc-group-tour-modal .cust-srch-inp, .calc-group-tour-modal .head-srch-inp,
.order-certificate-modal .cust-inp,
.order-certificate-modal .cust-srch-inp,
.order-certificate-modal .head-srch-inp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calc-group-tour-modal .cust-inp:not(.captcha__wrp) > label, .calc-group-tour-modal .cust-srch-inp:not(.captcha__wrp) > label, .calc-group-tour-modal .head-srch-inp:not(.captcha__wrp) > label,
.order-certificate-modal .cust-inp:not(.captcha__wrp) > label,
.order-certificate-modal .cust-srch-inp:not(.captcha__wrp) > label,
.order-certificate-modal .head-srch-inp:not(.captcha__wrp) > label {
  max-width: 100px;
}

.calc-group-tour-modal .cust-inp label, .calc-group-tour-modal .cust-srch-inp label, .calc-group-tour-modal .head-srch-inp label,
.order-certificate-modal .cust-inp label,
.order-certificate-modal .cust-srch-inp label,
.order-certificate-modal .head-srch-inp label {
  line-height: 1.2em;
}

.calc-group-tour-modal .cust-textarea,
.order-certificate-modal .cust-textarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.calc-group-tour-modal .captcha__wrp,
.order-certificate-modal .captcha__wrp {
  margin: 15px 0 !important;
}

.calc-group-tour-modal .choise-date,
.order-certificate-modal .choise-date {
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
}

.calc-group-tour-modal .choise-date .hover-dropdown-title span,
.order-certificate-modal .choise-date .hover-dropdown-title span {
  width: auto;
  padding-right: 0;
}

.calc-group-tour-modal .btn-wrap .btn, .calc-group-tour-modal .btn-wrap .btn-accent, .calc-group-tour-modal .btn-wrap .btn-grey, .calc-group-tour-modal .btn-wrap .btn-primary,
.order-certificate-modal .btn-wrap .btn,
.order-certificate-modal .btn-wrap .btn-accent,
.order-certificate-modal .btn-wrap .btn-grey,
.order-certificate-modal .btn-wrap .btn-primary {
  margin: 20px 0 0;
}

.calc-group-tour-modal .choice-date-inputs,
.order-certificate-modal .choice-date-inputs {
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
}

.calc-group-tour-modal .choice-date-inputs label,
.order-certificate-modal .choice-date-inputs label {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.calc-group-tour-modal .choice-date-inputs label input,
.order-certificate-modal .choice-date-inputs label input {
  width: 130px;
  pointer-events: none;
}

.choice-date-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.choice-date-inputs label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.choice-date-inputs label span {
  margin: 0 10px;
}


.order-certificate-modal .cust-inp label,
.order-certificate-modal .cust-srch-inp label,
.order-certificate-modal .head-srch-inp label {
  line-height: 1.2em;
}

.order-certificate-modal .choise-date {
  margin-right: auto !important;
}

.descr-text {
  padding: 30px 15px 15px;
}

.descr-text.pt-0 {
  padding-top: 0;
}

.descr-text p:not(.similar-news), .descr-text ul:not(.similar-news), .descr-text h1:not(.similar-news), .descr-text h2:not(.similar-news), .descr-text h3:not(.similar-news), .descr-text h4:not(.similar-news), .descr-text h5:not(.similar-news), .descr-text h6:not(.similar-news) {
  margin: 0 0 20px;
  line-height: 1.5em;
}

.descr-text a:not(.btn):not(.btn-accent):not(.btn-grey):not(.btn-primary) {
  color: #0c3e9a;
}

.descr-text a:not(.btn):not(.btn-accent):not(.btn-grey):not(.btn-primary):hover {
  color: #730f18;
}

.descr-text h1, .descr-text h2, .descr-text h3, .descr-text h4, .descr-text h5, .descr-text h6 {
  font-weight: 500;
}

.descr-text hr {
  margin: 20px 0;
  border-top: 1px dotted #d2c7b8;
  border-bottom: 1px solid #f4f1e7;
  border-left: none;
  border-right: none;
}

.descr-text ol {
  margin: 0 0 20px 40px;
}

.descr-text ol li {
  list-style-type: decimal;
  list-style-position: outside;
}

.descr-text ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.descr-text img,
.descr-text iframe {
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}

.descr-text table {
  width: 100%;
  margin: 0 0 20px;
  border-top: 1px solid #d2c7b8;
  border-left: 1px solid #d2c7b8;
}

.descr-text table tr td {
  background-color: #fff;
  min-height: 67px;
  border-right: 1px solid #d2c7b8;
  border-bottom: 1px solid #d2c7b8;
  padding: 10px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.descr-text table tr td:first-child:not(:last-child) {
  width: 130px;
}

.page-content {
  padding: 0 0 30px;
}

.page-content .wrap-tabs {
  margin: 30px 0 0;
}

.tabs__content-inner > .descr {
  padding: 0 30px 35px;
}

.tabs__content-inner > .descr table {
  margin: 10px 0 0;
}

.tabs__content-inner > .descr table td {
  border: 1px solid #d2c7b8;
  padding: 5px 10px;
}

.post-page .descr-text {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.post-page .descr-text img {
  width: 100vw;
  max-width: 100vw;
  position: absolute;
  left: 0;
}

.contacts-itm {
  margin: 20px 0 35px;
}

.contacts-itm ul,
.contacts-itm > p {
  margin: 0 0 15px;
}

.contacts-itm ul,
.contacts-itm p {
  line-height: 1.6em;
}

.contacts-itm a {
  color: #0c3e9a;
}

.contacts-itm ul li > span:first-child {
  font-family: "OpenSansBold", sans-serif;
}

.contacts-itm .map iframe,
.contacts-itm .location-map iframe {
  width: 100%;
}

.contacts-inner > p {
  margin: 0 0 15px;
}

.infolist-lst__lnk {
  display: block;
  padding: 16px 70px;
  background-image: url("../img/_style/_svg/pdf.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px;
       -o-background-size: 40px;
          background-size: 40px;
  background-position: 12px center;
  color: #0c3e9a;
}

.infolist-lst__itm.not-avail .infolist-lst__lnk {
  color: #000;
  opacity: .35;
}

.infolist-lst__itm.not-avail > p {
  padding-left: 70px;
  color: blue;
  margin-top: -15px;
}

.tours-labels__wrap {
  padding: 15px 0 25px;
}

.search-result {
  color: #424242;
  line-height: 20px;
  overflow: hidden;
  padding: 15px 15px 20px;
}

.search-lst {
  margin: 0 0 30px;
}

.search-lst li {
  border-bottom: 1px dotted #d2c7b8;
  padding: 15px 15px 20px;
}

.search-lst p {
  margin: 0 0 15px;
}

.search-lst__ttl {
  padding: 0 0 15px;
}

.search-lst__lnk {
  color: #0c3e9a;
}

.clients-table__wrap {
  padding: 30px 0 40px;
}

.clients-table__wrap table {
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
}

.clients-table__wrap table tr:not(:last-child) td {
  border-bottom: 1px solid #d2c7b8;
}

.clients-table__wrap table tr td {
  background-color: #fff;
  min-height: 67px;
  padding: 10px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.clients-table__wrap table tr td:not(:last-child) {
  border-right: 1px solid #d2c7b8;
}

.clients-table__wrap table tr td img {
  max-width: 100% !important;
}

.arr-dn-ic {
  background-image: url("../img/_style/_svg/arr_dn.svg");
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.similar-news {
  position: relative;
  display: table;
  width: 100%;
  margin: 50px 0;
}

.similar-news:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  height: 100%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  min-height: 70px;
  left: 50%;
  width: 1px;
  background-color: #d2c7b8;
}

.similar-news > li {
  position: relative;
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.similar-news > li.prev-news {
  text-align: right;
}

.similar-news > li.next-news .arr-dn-ic {
  left: auto;
  right: 0;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.similar-news a {
  padding: 5px 30px 10px 30px;
  display: block;
  font-family: "OpenSansLight", sans-serif;
  font-size: 20px;
  line-height: 1.25em;
  text-decoration: none;
}

.similar-news a:hover {
  color: #730f18;
}

.similar-news a:hover .arr-dn-ic {
  background-image: url("../img/_style/_svg/arr_dn-asset.svg");
}

.similar-news .arr-dn-ic {
  width: 26px;
  height: 14px;
  position: absolute;
  left: 0;
  top: -webkit-calc(50% - 7px);
  top: -moz-calc(50% - 7px);
  top: calc(50% - 7px);
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dectab-pane .photos-lst {
  margin: 0 0 20px;
}

.pay-header {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  padding: 22px 15px 24px;
}

.pay-form {
  background: url("/web/img/bg/points.png") repeat-x left top;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 2px 0 0;
}

.pay-form button {
  margin: 24px 0 0;
}

.pay-form__i {
  background: url("/web/img/bg/points.png") repeat-x left bottom;
  padding: 0 0 2px;
}

.pay-i {
  background-position: 11px 18px;
  background-repeat: no-repeat;
  display: block;
  min-height: 136px;
  overflow: hidden;
  padding: 24px 40px 24px 126px;
}

.pay-i:hover {
  background-color: #eae2d6;
  cursor: pointer;
}

.pay-i.active {
  background-color: #efe9de;
}

.pay-i_1 {
  background-image: url("/web/img/pays/1.png");
}

.pay-i_1:hover, .pay-i_1.active {
  background-image: url("/web/img/pays/1-hover.png");
}

.pay-i_2 {
  background-image: url("/web/img/pays/2.png");
}

.pay-i_2:hover, .pay-i_2.active {
  background-image: url("/web/img/pays/2-hover.png");
}

.pay-i_3 {
  background-image: url("/web/img/pays/3.png");
}

.pay-i_3:hover, .pay-i_3.active {
  background-image: url("/web/img/pays/3-hover.png");
}

.pay-i_4 {
  background-image: url("/web/img/pays/4.png");
}

.pay-i_4:hover, .pay-i_4.active {
  background-image: url("/web/img/pays/4-hover.png");
}

.pay-i__ir {
  float: left;
}

.pay-i__h {
  float: left;
  font-size: 20px;
  line-height: 26px;
  margin: -4px 0 4px 18px;
}

.pay-i__descr {
  clear: both;
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 20px 0 0;
}

.liqpay-dyn {
  padding: 28px 14px;
}

.guides-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 45px;
  margin: 0 0 30px;
  border-bottom: 1px dotted #d2c7b8;
  position: relative;
}

.guides-wrap:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  border-bottom: 1px dotted #fff;
}

.guide-itm:nth-child(even) {
  background-color: #e9e2d6;
}

.guide-itm:first-child {
  border-top: 1px dotted #d2c7b8;
}

.guide-itm:last-child {
  border-bottom: none;
}

.guide-itm:last-child:after {
  display: none;
}

.guide-itm-txt {
  padding-left: 50px;
}

.guide-name {
  border-bottom: 1px dotted #d2c7b8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.guide-brief {
  font-family: "OpenSansItalic", sans-serif;
  font-size: 15px;
  color: #333;
  margin: 0 0 20px;
}

.guide-itm-lnk {
  color: #0c3e9a;
}

.favor-descr {
  text-align: center;
  line-height: 1.75em;
  margin: 0 auto 40px;
  max-width: 790px;
}

.tour-itm {
  position: relative;
}

.tour-itm .remove-tour-item {
  position: absolute;
  top: 0;
  right: 0;
}

.remove-tour-item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none !important;
  border: none;
  cursor: pointer;
  background-color: #f9cd26;
  width: 40px;
  height: 40px;
  background-image: url("../img/_style/_svg/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 15px 15px;
     -moz-background-size: 15px;
       -o-background-size: 15px;
          background-size: 15px;
}

.bonus-box {
  background-color: #f4f1e7;
  padding: 30px 30px 40px;
  margin: 0 0 15px;
  border: 1px solid #d2c7b8;
  min-height: 180px;
}

.bonus-box h2 {
  text-align: center;
}

.filter-r.more-two {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.filter-r.more-two .choise-date {
  margin-left: 15px;
}

.order-form__filter .cust-srch-inp {
  min-width: 390px;
}

.order-form__filter .cust-sel .cusel.cuselOpen {
  z-index: 99999;
}

.info-table th:last-child,
.info-table td:last-child {
  padding: 10px 5px;
}

.info-table .order-dtl-btn {
  margin: 0 !important;
}

.inp-attent-box {
  position: relative;
}

.inp-attent-box::before, .inp-attent-box::after {
  content: '';
  display: block;
  position: absolute;
}

.inp-attent-box::before {
  left: -webkit-calc(100% + 30px);
  left: -moz-calc(100% + 30px);
  left: calc(100% + 30px);
  top: 35px;
  bottom: 25px;
  width: 11px;
  border: 1px solid #730f18;
  border-left: none;
}

.inp-attent-box::after {
  left: -webkit-calc(100% + 40px);
  left: -moz-calc(100% + 40px);
  left: calc(100% + 40px);
  top: -webkit-calc(50% + 5px);
  top: -moz-calc(50% + 5px);
  top: calc(50% + 5px);
  width: 11px;
  height: 1px;
  background-color: #730f18;
}

.inp-attent-info {
  position: absolute;
  left: -webkit-calc(100% + 60px);
  left: -moz-calc(100% + 60px);
  left: calc(100% + 60px);
  top: -webkit-calc(50% + 5px);
  top: -moz-calc(50% + 5px);
  top: calc(50% + 5px);
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 290px;
  background-image: url("../img/_style/_svg/info.svg");
  background-repeat: no-repeat;
  background-position: center left 0;
  -webkit-background-size: 33px 33px;
     -moz-background-size: 33px;
       -o-background-size: 33px;
          background-size: 33px;
  min-height: 33px;
  font-size: 16px;
  line-height: 1.2em;
  padding-left: 43px;
}

.order-itm.user-friends-wrap > .order-form__wrp:first-child .title-subscr, .user-friends-wrap.price-info > .order-form__wrp:first-child .title-subscr, .user-friends-wrap.price-table > .order-form__wrp:first-child .title-subscr {
  text-align: left;
}

.order-itm.user-friends-wrap > .order-form__wrp:first-child .title-subscr .info-txt, .user-friends-wrap.price-info > .order-form__wrp:first-child .title-subscr .info-txt, .user-friends-wrap.price-table > .order-form__wrp:first-child .title-subscr .info-txt {
  padding-top: 5px;
  font-family: "OpenSansRegular", sans-serif;
  width: auto;
  margin-bottom: 0;
}

.order-itm.user-friends-wrap > .order-form__wrp:first-child > .btn-wrap, .user-friends-wrap.price-info > .order-form__wrp:first-child > .btn-wrap, .user-friends-wrap.price-table > .order-form__wrp:first-child > .btn-wrap {
  margin-top: 16px;
}

.order-itm.user-friends-wrap > .order-form__wrp:first-child > .btn-wrap .btn-wrap, .user-friends-wrap.price-info > .order-form__wrp:first-child > .btn-wrap .btn-wrap, .user-friends-wrap.price-table > .order-form__wrp:first-child > .btn-wrap .btn-wrap {
  margin-top: 0;
}

.order-form__wrp form > .title-subscr {
  padding-right: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

.main-foot {
  background-color: #fff;
  font-size: 13px;
  border-top: 4px solid #f4f1e7;
  padding-top: 40px;
  line-height: 1.7em;
}

.main-foot .logo-wrap {
  padding: 5px 0 0 10px;
  margin: 0;
  min-width: 0;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  display: block;
}

.main-foot .logo {
  max-width: 140px;
}

.f-itm {
  margin-bottom: 25px;
}

.f-itm.f-itm-big .f-itm-title {
  margin-bottom: 20px;
}

.f-itm-title {
  font-family: "OpenSansBold", sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}

.f-itm-content strong {
  font-family: "OpenSansSemiBold", sans-serif;
}

.f-itm-content ul {
  margin-bottom: 15px;
}

.f-nav a {
  text-decoration: none;
  display: inline-block;
}

.f-nav a:hover {
  text-decoration: underline;
}

.f-nav li {
  margin-bottom: 6px;
}

.f-nav li:last-child {
  margin-bottom: 0;
}

.f-nav li.active a {
  text-decoration: underline;
}

.f-director-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.4em;
  padding-top: 25px;
}

.f-director-info .img-wrap {
  max-width: 114px;
}

.f-director-info .img-wrap img {
  display: block;
  width: 100%;
}

.f-director-info .txt-direct {
  padding: 0 0 7px 15px;
}

.f-director-info .name {
  font-family: "OpenSansSemiBold", sans-serif;
  margin-bottom: 8px;
}

.f-director-info em {
  font-size: 11px;
}

.copy-line {
  margin-top: 5px;
  padding: 30px 0;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #d2c7b8;
}

.copy-line a {
  color: #364ca7;
}

.copy-line a:hover {
  text-decoration: none;
}

#itTourWidgetWrapper {
  margin: 20px 0;
}

.int-expl .mnu-itm {
  padding-top: 15px;
}

.int-expl .head-middle .flex-line .flex-cell:last-child {
  max-width: auto;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.int-expl .modal .cust-inp input:-ms-input-placeholder, .int-expl .modal .cust-srch-inp input:-ms-input-placeholder, .int-expl .modal .head-srch-inp input:-ms-input-placeholder {
  background-color: #faffbd !important;
  opacity: 1;
  color: transparent;
}

.int-expl .tour-itm-txt .txt-bottom .flex-line:last-child .flex-cell:first-child {
  max-width: 70%;
}

.int-expl .popular-set li, .int-expl .extras-lst li {
  overflow: hidden;
}

.int-expl .gallery .img-inner-box .main-img {
  width: auto !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.int-expl .home-slider .slide-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.win-os .tour-date-lst, .win-os .tours-labels {
  padding-right: 17px;
  margin-right: -17px;
}

.win-os .tour-date-wrap {
  overflow: hidden;
}

html[data-lang=en] .top-nav li:nth-child(2) {
  margin-right: 15px;
}

html[data-lang=en] .top-nav li:nth-child(2)::after {
  display: block;
}

html[data-lang=en] .top-nav li:nth-child(3) {
  margin-right: 0;
}

html[data-lang=en] .top-nav li:nth-child(3)::after {
  display: none;
}

/* ============================================= Media Quaries ============================================= */
@media only screen and (max-width: 1199px) {
  .head-top .flex-line {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .head-phone-wrap .phone-main {
    font-size: 18px;
  }
  .head-phone-wrap .phone-main em {
    font-size: 11px;
  }
  .logo-wrap {
    padding: 0 20px 0 0;
    min-width: 0;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .top-mnu {
    font-size: 14px;
  }
  .top-nav li {
    margin-right: 15px;
  }
  .top-nav li:after {
    right: -8px;
  }
  .advantage-ic {
    width: 110px;
    height: 110px;
  }
  .advantage-descr {
    font-size: 13px;
  }
  .h1-title {
    font-size: 40px;
  }
  .tour-title, .search-lst__ttl {
    font-size: 18px;
  }
  .price {
    font-size: 19px;
  }
  .direct-itm .img-inner-box + span span {
    font-size: 18px;
  }
  .title-subscr {
    font-size: 15px;
  }
  .subscr-form .cust-inp, .subscr-form .cust-srch-inp, .subscr-form .head-srch-inp {
    width: 310px;
  }
  .review-itm, .review-itm-inner {
    font-size: 13px;
  }
  .tabs__caption, .news-links {
    font-size: 15px;
  }
  .order-form__wrp {
    width: 70%;
  }
  .popular-set li, .extras-lst li {
    width: 16.66%;
  }
  .popular-set li:nth-child(7), .extras-lst li:nth-child(7) {
    border-bottom: none;
  }
  .filter-line .cust-inp, .filter-line .cust-srch-inp, .filter-line .head-srch-inp {
    min-width: 300px;
  }
  .filter-line .cust-sel {
    margin-left: 12px;
  }
  .filter-line .cust-sel.fz_2 .cusel {
    min-width: 180px !important;
  }
  .top-review-bottom-line .btn, .top-review-bottom-line .btn-accent, .top-review-bottom-line .btn-grey, .top-review-bottom-line .btn-primary {
    min-width: 150px;
  }
  .order-itm .cart-menu__info .order-form__wrp, .price-info .cart-menu__info .order-form__wrp, .price-table .cart-menu__info .order-form__wrp {
    width: 67%;
  }
  .order-itm .order-form__wrp .cust-inp .field-info, .price-info .order-form__wrp .cust-inp .field-info, .price-table .order-form__wrp .cust-inp .field-info, .order-itm .order-form__wrp .cust-srch-inp .field-info, .price-info .order-form__wrp .cust-srch-inp .field-info, .price-table .order-form__wrp .cust-srch-inp .field-info, .order-itm .order-form__wrp .head-srch-inp .field-info, .price-info .order-form__wrp .head-srch-inp .field-info, .price-table .order-form__wrp .head-srch-inp .field-info,
  .order-itm .order-form__wrp .cust-textarea .field-info,
  .price-info .order-form__wrp .cust-textarea .field-info,
  .price-table .order-form__wrp .cust-textarea .field-info,
  .order-itm .order-form__wrp .cust-check .field-info,
  .price-info .order-form__wrp .cust-check .field-info,
  .price-table .order-form__wrp .cust-check .field-info {
    width: 40%;
    right: -45%;
  }
  .cart-menu__head > div,
  .cart-menu__head > span,
  .cart-menu__values > div,
  .cart-menu__values > span {
    font-size: 13px;
  }
  .cart-menu__head > div:first-child,
  .cart-menu__head > span:first-child,
  .cart-menu__values > div:first-child,
  .cart-menu__values > span:first-child {
    width: 15.218678%;
  }
  .cart-menu__head > div:nth-child(2),
  .cart-menu__head > span:nth-child(2),
  .cart-menu__values > div:nth-child(2),
  .cart-menu__values > span:nth-child(2) {
    width: 16.378132%;
  }
  .cart-menu__head > div:nth-child(3),
  .cart-menu__head > span:nth-child(3),
  .cart-menu__values > div:nth-child(3),
  .cart-menu__values > span:nth-child(3) {
    width: 14.769931%;
  }
  .cart-menu__head > div:nth-child(4),
  .cart-menu__head > span:nth-child(4),
  .cart-menu__values > div:nth-child(4),
  .cart-menu__values > span:nth-child(4) {
    width: 9.560364%;
  }
  .cart-menu__head > div:nth-child(5),
  .cart-menu__head > span:nth-child(5),
  .cart-menu__values > div:nth-child(5),
  .cart-menu__values > span:nth-child(5) {
    width: 11.560364%;
  }
  .cart-menu__head > div:nth-child(6),
  .cart-menu__head > span:nth-child(6),
  .cart-menu__values > div:nth-child(6),
  .cart-menu__values > span:nth-child(6) {
    width: 19.592255%;
  }
  .cart-menu__head > div:last-child,
  .cart-menu__head > span:last-child,
  .cart-menu__values > div:last-child,
  .cart-menu__values > span:last-child {
    width: 12.920273%;
  }
  .complementary .cart-menu__values > div:first-child {
    width: 51.366741%;
  }
  .complementary .cart-menu__values > div:nth-child(2) {
    width: 23.120728%;
  }
  .complementary .cart-menu__values > div:nth-child(3) {
    padding-left: 15px;
  }
  .complementary .cart-menu__values > div:nth-child(3), .complementary .cart-menu__values > div:nth-child(4) {
    width: 10.592255%;
  }
  .tour-title-wrap .page-title {
    font-size: 23px;
  }
  .tour-view-r .price-wrap, .view-top-mobile .price-wrap {
    padding: 0 0 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: -webkit-calc(100% - 73px);
    width: -moz-calc(100% - 73px);
    width: calc(100% - 73px);
  }
  .tour-view-r .price, .view-top-mobile .price {
    font-size: 27px;
  }
  .tour-view-r .price-old, .view-top-mobile .price-old {
    margin-left: 0;
    font-size: 18px;
    margin-top: 2px;
  }
  .tour-view-r .price-more-info, .view-top-mobile .price-more-info {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: -56px 0 15px 0;
  }
  .tour-view-r .price-more-info a:not(.favor-btn), .view-top-mobile .price-more-info a:not(.favor-btn) {
    width: 100%;
  }
  .tour-view-r .price-more-info a.favor-btn, .view-top-mobile .price-more-info a.favor-btn {
    margin: 0 0 15px 0;
  }
  .tour-info-box {
    padding: 15px 0;
    margin-right: -5px;
  }
  .tour-itm-txt .tour-ic-set .title-thumb {
    left: 0;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .tour-itm-txt .tour-ic-set .title-thumb span:before {
    left: 17px;
  }
  .advantage-wrap .toggle-txt-box {
    display: block;
  }
  .advantage-wrap ul {
    max-height: 175px;
  }
  .hotel-itm {
    font-size: 13px;
  }
  .hotel-txt {
    padding: 0;
  }
  .cart-slider__top .heading {
    width: 41.4%;
  }
  .calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button .pmu-label:before {
    width: 12px;
    height: 12px;
  }
  .inp-attent-box::before {
    left: -webkit-calc(100% + 12px);
    left: -moz-calc(100% + 12px);
    left: calc(100% + 12px);
  }
  .inp-attent-box::after {
    left: -webkit-calc(100% + 22px);
    left: -moz-calc(100% + 22px);
    left: calc(100% + 22px);
  }
  .inp-attent-info {
    left: -webkit-calc(100% + 40px);
    left: -moz-calc(100% + 40px);
    left: calc(100% + 40px);
    width: 260px;
    font-size: 14px;
    padding-left: 43px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo-brief {
    margin-top: 0;
    padding: 10px 15px;
    font-size: 12px;
  }
  .logo {
    max-width: 140px;
  }
  .direct-itm .img-inner-box {
    max-width: 100px;
  }
  .filter-line .cust-sel {
    margin-left: 5px;
  }
  .filter-r.more-two .cust-sel {
    margin-left: 15px;
  }
  .filter-r.more-two .cust-sel label > span {
    max-width: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .logo-brief {
    display: none;
  }
  .logo {
    max-width: 160px;
  }
  .main-head {
    font-size: 13px;
    position: relative;
    z-index: 999;
  }
  .head-sett {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .head-sett > li {
    padding-left: 1px;
  }
  .head-sett .head-lang {
    display: none;
  }
  .head-sett .head-office {
    position: relative;
    cursor: pointer;
  }
  .office-lst-wrap,
  .user-lst-wrap {
    position: absolute;
    top: 100%;
    min-width: 150px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    margin-top: -5px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
  .user-lnk-ic.authorized-user:not(.mobile) {
    display: none;
  }
  .head-office-lst,
  .user-lst {
    background-color: #fff;
  }
  .head-phone-wrap .phone-main {
    padding-right: 0;
  }
  .cart-lnk, .user-lnk {
    display: none;
  }
  .head-middle .head-srch-form,
  .head-middle .logo-wrap,
  .head-middle .head-phone-wrap,
  .head-middle .soc-wrap {
    display: none;
  }
  .head-middle .flex-cell {
    padding: 0;
  }
  .head-middle .flex-line.inner-line .flex-cell {
    padding: 0;
  }
  .head-srch-form {
    padding: 15px 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background-color: #fff;
  }
  .head-bottom {
    padding: 0;
  }
  .main-mnu-wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    padding-top: 1px;
    background-color: #fff;
  }
  .main-mnu-wrap .flex-line {
    border-top: 1px solid #d2c7b8;
  }
  .main-mnu-wrap .lang-lst {
    margin: 0;
  }
  .top-mnu {
    display: block;
    font-size: 15px;
  }
  .top-mnu > li {
    display: block;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .top-nav {
    text-align: center;
    padding: 15px 0 12px;
    max-width: 320px;
    margin: 0 auto;
  }
  .top-nav li {
    float: none;
    display: inline-block;
    margin-bottom: 4px;
  }
  .top-nav li:nth-child(2) {
    margin-right: 0;
  }
  .top-nav li:nth-child(2)::after {
    display: none;
  }
  .top-nav [class$="-ic"] {
    display: inline-block;
  }
  .phone-lst,
  .office-lst-wrap,
  .user-lst-wrap {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .phone-lst::before,
  .office-lst-wrap::before,
  .user-lst-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg) translate(-50%, 0);
       -moz-transform: rotate(45deg) translate(-50%, 0);
        -ms-transform: rotate(45deg) translate(-50%, 0);
         -o-transform: rotate(45deg) translate(-50%, 0);
            transform: rotate(45deg) translate(-50%, 0);
    border-left: 1px solid #d2c7b8;
    border-top: 1px solid #d2c7b8;
  }
  .phone-lst ul,
  .phone-lst .user-lst,
  .office-lst-wrap ul,
  .office-lst-wrap .user-lst,
  .user-lst-wrap ul,
  .user-lst-wrap .user-lst {
    margin-top: 4px;
    padding: 20px 15px;
    border: 1px solid #d2c7b8;
  }
  .phone-lst ul .user-lnk,
  .phone-lst .user-lst .user-lnk,
  .office-lst-wrap ul .user-lnk,
  .office-lst-wrap .user-lst .user-lnk,
  .user-lst-wrap ul .user-lnk,
  .user-lst-wrap .user-lst .user-lnk {
    display: block;
    padding: 10px 0 0;
  }
  .user-lst-wrap {
    display: inline-block;
  }
  .user-lst a {
    text-decoration: none;
  }
  .user-lst a:hover, .user-lst a:active {
    text-decoration: underline;
  }
  .hover .user-lnk-ic {
    background-color: #730f18;
  }
  .hover .phone-main .phone-ic,
  .hover .phone-main .locale-ic,
  .hover .user-lnk-ic .phone-ic,
  .hover .user-lnk-ic .locale-ic,
  .hover .locale-main .phone-ic,
  .hover .locale-main .locale-ic {
    background-color: #730f18;
  }
  .hover .office-lst-wrap,
  .hover .user-lst-wrap {
    margin-top: 0;
    opacity: 1;
    overflow: visible;
    max-height: none;
  }
  .head-top .top-nav {
    display: none;
  }
  .head-top .logo-wrap {
    display: block;
    padding: 0 5px 0 0;
  }
  .head-top .logo {
    max-width: 60px;
  }
  .lang-lst {
    margin: 0 -5px 0 5px;
  }
  .lang-lst > li {
    padding: 0 5px;
  }
  .f-director-info {
    display: block;
  }
  .f-director-info .txt-direct {
    padding: 17px 0 0;
  }
  .main-foot .logo-wrap {
    padding: 0;
  }
  .h1-title {
    font-size: 35px;
  }
  .home-slider .slide {
    padding: 50px 80px;
  }
  .home-slider .home-title-descr {
    font-size: 15px;
  }
  .home-slider-wrap .owl-prev {
    left: 15px;
  }
  .home-slider-wrap .owl-next {
    right: 15px;
  }
  .h2-title {
    font-size: 19px;
    line-height: 1.3em;
  }
  .news-itm-txt, .guide-itm-txt {
    padding: 10px 10px 10px 70px;
    font-size: 13px;
  }
  .news-title, .guide-name {
    font-size: 18px;
  }
  .title-with-lnk a {
    font-size: 13px;
  }
  .title-wrap {
    padding: 10px;
  }
  .title-wrap.title-center {
    padding-bottom: 15px;
  }
  .subscr-form {
    text-align: center;
    display: block;
    padding: 25px 0;
  }
  .subscr-form .cust-inp, .subscr-form .cust-srch-inp, .subscr-form .head-srch-inp {
    width: 410px;
  }
  .subscr-form .flex-line {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .title-subscr {
    margin-bottom: 20px;
    padding: 0;
  }
  .user-name {
    font-size: 17px;
  }
  .slide-controls .container {
    padding: 0;
  }
  .reviews-slider-wrap .dots-nav {
    padding-left: 75px;
  }
  .reviews-slider-wrap .review-top-line {
    margin-bottom: 15px;
  }
  .tabs__caption, .news-links {
    font-size: 13px;
  }
  .tabs__caption > li, .news-links > li {
    padding: 5px 10px;
  }
  .order-form__wrp {
    width: 100%;
  }
  .order-itm .cart-menu__info .order-form__wrp, .price-info .cart-menu__info .order-form__wrp, .price-table .cart-menu__info .order-form__wrp {
    width: 100%;
  }
  .order-itm .order-form__wrp .cust-inp .field-info, .price-info .order-form__wrp .cust-inp .field-info, .price-table .order-form__wrp .cust-inp .field-info, .order-itm .order-form__wrp .cust-srch-inp .field-info, .price-info .order-form__wrp .cust-srch-inp .field-info, .price-table .order-form__wrp .cust-srch-inp .field-info, .order-itm .order-form__wrp .head-srch-inp .field-info, .price-info .order-form__wrp .head-srch-inp .field-info, .price-table .order-form__wrp .head-srch-inp .field-info,
  .order-itm .order-form__wrp .cust-textarea .field-info,
  .price-info .order-form__wrp .cust-textarea .field-info,
  .price-table .order-form__wrp .cust-textarea .field-info,
  .order-itm .order-form__wrp .cust-check .field-info,
  .price-info .order-form__wrp .cust-check .field-info,
  .price-table .order-form__wrp .cust-check .field-info {
    width: 100%;
    position: static;
    margin: 30px 0 0;
  }
  .order-itm .order-form__wrp .order-itm__ttl.opening:after, .price-info .order-form__wrp .order-itm__ttl.opening:after, .price-table .order-form__wrp .order-itm__ttl.opening:after {
    top: 5px;
    right: -10px;
  }
  .breadcrumbs-wrap {
    display: none;
  }
  .popular-set li, .extras-lst li {
    width: 20%;
  }
  .popular-set li:nth-child(6), .extras-lst li:nth-child(6) {
    border-bottom: none;
  }
  .page-title-wrap {
    padding-top: 12px;
  }
  .page-title-wrap.user-title-wrap .btn-wrap {
    top: 0;
  }
  .page-title {
    font-size: 20px;
  }
  .title-descr {
    font-size: 13px;
  }
  .filter-line {
    display: block;
  }
  .filter-line .cust-inp, .filter-line .cust-srch-inp, .filter-line .head-srch-inp {
    min-width: 280px;
  }
  .filter-line .cust-sel {
    margin-left: 15px;
    width: auto;
  }
  .filter-line .cust-sel.fz_2 .cusel {
    min-width: 120px !important;
  }
  .filter-line .cust-sel label {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .filter-line .filter-l,
  .filter-line .filter-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  .filter-line .filter-l:last-child,
  .filter-line .filter-r:last-child {
    margin-bottom: 0;
  }
  .filter-line .filter-r .cust-sel {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .cust-sel .sel-title {
    padding-right: 10px;
  }
  .choise-date .hover-dropdown-title span {
    padding-right: 10px;
  }
  .top-review-bottom-line {
    display: block;
  }
  .top-review-bottom-line .btn-wrap {
    padding-top: 20px;
    text-align: left;
  }
  .tour-print-line {
    padding: 25px 0;
  }
  .cart-menu__head {
    font-size: 12px;
  }
  .cart-menu__values {
    font-size: 12px;
  }
  .cart-menu {
    table-layout: fixed;
  }
  .tour-title-wrap {
    padding: 12px 15px;
    margin: 5px 0;
  }
  .tour-title-wrap .page-title {
    font-size: 19px;
  }
  .tour-title-wrap .tour-ic {
    width: 30px;
    height: 30px;
  }
  .promo-info {
    margin-bottom: 15px;
  }
  .promo-txt {
    font-size: 13px;
    padding: 8px 5px;
  }
  .tour-view-r .price, .view-top-mobile .price {
    font-size: 26px;
  }
  .tour-view-r .price-old, .view-top-mobile .price-old {
    font-size: 18px;
  }
  .tour-view-r .price-more-info, .view-top-mobile .price-more-info {
    font-size: 13px;
  }
  .tour-view-r .price-more-info a, .view-top-mobile .price-more-info a {
    min-width: auto;
  }
  .tour-info-box {
    font-size: 13px;
  }
  .buy-line .btn, .buy-line .btn-accent, .buy-line .btn-grey, .buy-line .btn-primary {
    min-width: 0;
  }
  .tour-info-box {
    margin-right: 0;
  }
  .advantage-wrap {
    padding: 20px 0;
  }
  .tour-info-itm-title strong {
    font-size: 15px;
  }
  .programm-slider-wrap, .guide-slider-wrap {
    padding: 0 40px;
  }
  .programm-slider-wrap .owl-prev, .guide-slider-wrap .owl-prev,
  .programm-slider-wrap .owl-next,
  .guide-slider-wrap .owl-next {
    width: 40px;
    -webkit-background-size: 16px 25px;
       -moz-background-size: 16px 25px;
         -o-background-size: 16px 25px;
            background-size: 16px 25px;
  }
  .programm-img, .guide-img {
    height: 95px;
  }
  .tour-view-bottom .order-itm, .tour-view-bottom .price-info, .tour-view-bottom .price-table {
    padding-bottom: 20px;
  }
  .tour-view-bottom .order-itm__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tour-view-bottom .order-itm__info .btn-wrap {
    padding: 20px 0 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tour-view-bottom .order-itm__info .btn-wrap .btn, .tour-view-bottom .order-itm__info .btn-wrap .btn-accent, .tour-view-bottom .order-itm__info .btn-wrap .btn-grey, .tour-view-bottom .order-itm__info .btn-wrap .btn-primary {
    position: static;
  }
  .price-info, .price-table {
    padding: 0 !important;
  }
  .price-info__itm {
    padding: 20px 0 25px;
  }
  .price-info__itm .order-itm__ttl span:not(.descr) {
    font-size: 15px !important;
  }
  .price-info__itm .price {
    font-size: 24px;
  }
  .price-info__itm .price-descr {
    font-size: 13px;
  }
  .price-info__itm .btn-wrap button {
    min-width: auto;
  }
  .price-info__itm .cust-sel .cusel {
    min-width: auto;
    max-width: 230px;
  }
  .price-info__itm .cust-sel .cuselText {
    font-size: 11px;
  }
  .price-table__row > div {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .price-table__row > div:not(.price-table__hdg) {
    font-size: 13px;
  }
  .price-table .order-itm__ttl {
    font-size: 16px;
    padding: 40px 0 25px;
  }
  .price-table-ic {
    margin: 0 10px 0 0;
    width: 25px;
    height: 25px;
  }
  .cart-slider .month__body {
    padding: 10px;
  }
  .cart-slider .month__lnk .month__price {
    font-size: 13px;
  }
  .cart-slider__top .heading {
    width: 52.2%;
  }
  .month-slider {
    overflow-x: auto;
  }
  .month-slider .cart-slider__top,
  .month-slider .calendaer-multiple-2 {
    min-width: 720px;
  }
  .calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button {
    padding: 10px 17px;
    min-height: 65px;
  }
  .calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button:before {
    left: 10px;
    right: 10px;
  }
  .calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button:nth-child(-n+7) {
    min-height: 80px;
  }
  .calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button:nth-last-child(-n+7) {
    min-height: 90px;
  }
  .calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button .pmu-val {
    font-size: 13px;
  }
  .calendaer-multiple-2 .pmu-instance .pmu-days .pmu-button .pmu-label:before {
    right: 17px;
  }
  .search-result {
    font-size: 13px;
    padding: 5px 15px 10px;
  }
  .inp-attent-box {
    padding-top: 25px;
  }
  .inp-attent-box::before, .inp-attent-box::after {
    display: none;
  }
  .inp-attent-info {
    position: static;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 3px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-screen-line {
    position: relative;
    overflow: hidden;
  }
  .top-screen-line .top-screen-cell {
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    -moz-transition: .5s ease all;
    transition: .5s ease all;
  }
  .top-screen-line.calendar-open .show-calendar-btn .arr_dn-ic {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  .top-screen-line:not(.calendar-open) .top-screen-cell:first-child {
    width: 100%;
    padding-right: 48px;
  }
  .top-screen-line:not(.calendar-open) .top-screen-cell:last-child {
    width: 0;
  }
  .top-screen-line:not(.calendar-open) .calendaer-wrap {
    opacity: 0;
  }
  .show-calendar-btn {
    display: block;
    width: 430px;
    padding: 15px;
    background-color: #f4f1e7;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
         -o-transform-origin: 0 100%;
            transform-origin: 0 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
  }
  .show-calendar-btn .arr_dn-ic {
    margin-left: 8px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .cart-menu .prod-count-dn,
  .cart-menu .prod-count-up {
    width: 30px;
  }
  .cart-menu .prod-count-input {
    width: 45px;
  }
  .tour-view-r .price-wrap, .view-top-mobile .price-wrap {
    padding: 0;
  }
  .tour-view-r .price, .view-top-mobile .price {
    display: block;
  }
  .tour-view-r .price-more-info, .view-top-mobile .price-more-info {
    position: relative;
    margin: -50px 0 15px;
  }
  .tour-date {
    display: block;
  }
  .tour-date > a {
    margin-top: 5px;
    margin-left: 45px;
  }
  .advantage-wrap {
    font-size: 13px;
    line-height: 1.3em;
  }
  .advantage-title {
    font-size: 15px;
  }
  .advantage-wrap ul {
    max-height: 145px;
  }
  .price-more-info a span:first-child {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .size-table-wrap table {
    min-width: 550px;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .main-foot {
    text-align: center;
  }
  .main-foot .logo {
    margin: 0 auto 20px;
    max-width: 100px;
  }
  .f-director-info .img-wrap {
    margin: 0 auto;
  }
  .social-share {
    display: none;
  }
  .top-screen-line {
    display: block;
    text-align: center;
  }
  .top-screen-line .top-screen-cell {
    width: 100% !important;
  }
  .home-slider-wrap .dots-nav {
    left: 0;
    width: 100%;
  }
  .home-slider-wrap .dots-nav li {
    margin: 0 5px;
    width: 7px;
    height: 7px;
  }
  .home-slider .btn-wrap {
    text-align: center;
  }
  .home-slider .h1-title {
    margin-bottom: 15px;
  }
  .home-slider .h1-title::after {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    max-width: 260px;
  }
  .top-screen-line .top-screen-cell:last-child {
    padding: 10px 0;
  }
  .tour-itm {
    font-size: 13px;
  }
  .price-wrap {
    font-size: 14px;
  }
  .title-wrap {
    text-align: center;
    padding: 10px 0;
  }
  .title-with-lnk {
    display: block;
  }
  .title-with-lnk a {
    display: inline-block;
    margin-top: 15px;
  }
  .btn-more-wrap {
    display: block;
    text-align: center;
  }
  .news-itm, .guide-itm {
    display: block;
  }
  .news-itm .news-img, .guide-itm .news-img {
    margin: 0 auto;
  }
  .news-itm-txt, .guide-itm-txt {
    padding: 15px;
    width: 100%;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }
  .news-itm-txt .tags__wrap, .guide-itm-txt .tags__wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .subscr-form .btn, .subscr-form .btn-accent, .subscr-form .btn-grey, .subscr-form .btn-primary {
    min-width: 120px;
    padding: 13px 10px;
  }
  .subscr-form .cust-inp input, .subscr-form .cust-srch-inp input, .subscr-form .head-srch-inp input {
    padding: 1px 20px;
  }
  .sect-advantage {
    padding: 20px 0 10px;
  }
  .advantage-itm {
    margin-bottom: 30px;
    width: 33.33%;
  }
  .tabs__caption-wrap, .tabs__bottom-caption-wrap,
  .tabs__content-inner {
    display: none;
  }
  .tabs__content {
    height: auto;
    opacity: 1;
  }
  .show-tabs__content-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs__content-inner {
    padding: 25px 0;
  }
  .tabs__content-inner > .descr {
    padding: 0 15px 20px;
  }
  .title-descr {
    text-align: center;
  }
  .cart-menu {
    display: block;
    margin: 0;
  }
  .cart-menu__head {
    display: none;
  }
  .cart-menu__values {
    display: block;
    border-top: none;
  }
  .cart-menu__values > div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
  }
  .cart-menu__values > div {
    width: 100% !important;
  }
  .cart-menu__values > div:nth-child(2), .cart-menu__values > div:nth-child(3) {
    width: 49%;
  }
  .cart-menu__values > div:first-child {
    padding-left: 0;
  }
  .cart-menu__values > div:first-child span:not(.mob-descr) {
    font-size: 14px;
    padding: 10px 0 0 35px;
  }
  .cart-menu__values > div:not(:first-child) {
    text-align: left;
  }
  .cart-menu__values > div:not(:first-child) span:not(.mob-descr) {
    font-size: 14px;
  }
  .cart-menu__values .close {
    top: 35px;
  }
  .cart-menu__values .mob-descr {
    font-size: 11px;
  }
  .cart-menu__values .prod-count {
    margin: 5px 0 0;
  }
  .profile-table .cart-menu__values > div {
    width: 100%;
    text-align: left !important;
  }
  .profile-table .cart-menu__values > div:first-child span {
    padding: 0;
  }
  .profile-table .cart-menu__values > div .prod-count {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    font-size: 14px;
  }
  .order-itm, .price-info, .price-table {
    padding: 20px 30px 30px;
  }
  .order-itm .order-form__wrp .cust-inp, .price-info .order-form__wrp .cust-inp, .price-table .order-form__wrp .cust-inp, .order-itm .order-form__wrp .cust-srch-inp, .price-info .order-form__wrp .cust-srch-inp, .price-table .order-form__wrp .cust-srch-inp, .order-itm .order-form__wrp .head-srch-inp, .price-info .order-form__wrp .head-srch-inp, .price-table .order-form__wrp .head-srch-inp,
  .order-itm .order-form__wrp .cust-textarea,
  .price-info .order-form__wrp .cust-textarea,
  .price-table .order-form__wrp .cust-textarea {
    padding: 6px 0;
  }
  .order-itm .order-form__wrp .cust-inp label, .price-info .order-form__wrp .cust-inp label, .price-table .order-form__wrp .cust-inp label, .order-itm .order-form__wrp .cust-srch-inp label, .price-info .order-form__wrp .cust-srch-inp label, .price-table .order-form__wrp .cust-srch-inp label, .order-itm .order-form__wrp .head-srch-inp label, .price-info .order-form__wrp .head-srch-inp label, .price-table .order-form__wrp .head-srch-inp label, .order-itm .order-form__wrp .cust-inp .descr, .price-info .order-form__wrp .cust-inp .descr, .price-table .order-form__wrp .cust-inp .descr, .order-itm .order-form__wrp .cust-srch-inp .descr, .price-info .order-form__wrp .cust-srch-inp .descr, .price-table .order-form__wrp .cust-srch-inp .descr, .order-itm .order-form__wrp .head-srch-inp .descr, .price-info .order-form__wrp .head-srch-inp .descr, .price-table .order-form__wrp .head-srch-inp .descr,
  .order-itm .order-form__wrp .cust-textarea label,
  .price-info .order-form__wrp .cust-textarea label,
  .price-table .order-form__wrp .cust-textarea label,
  .order-itm .order-form__wrp .cust-textarea .descr,
  .price-info .order-form__wrp .cust-textarea .descr,
  .price-table .order-form__wrp .cust-textarea .descr {
    display: block;
    padding-left: 10px;
    padding: 7px 0 10px 10px;
  }
  .order-itm .order-form__wrp .cust-inp .descr, .price-info .order-form__wrp .cust-inp .descr, .price-table .order-form__wrp .cust-inp .descr, .order-itm .order-form__wrp .cust-srch-inp .descr, .price-info .order-form__wrp .cust-srch-inp .descr, .price-table .order-form__wrp .cust-srch-inp .descr, .order-itm .order-form__wrp .head-srch-inp .descr, .price-info .order-form__wrp .head-srch-inp .descr, .price-table .order-form__wrp .head-srch-inp .descr,
  .order-itm .order-form__wrp .cust-textarea .descr,
  .price-info .order-form__wrp .cust-textarea .descr,
  .price-table .order-form__wrp .cust-textarea .descr {
    position: static;
    margin: 0 0 5px;
  }
  .order-itm .order-form__wrp .cust-inp input, .price-info .order-form__wrp .cust-inp input, .price-table .order-form__wrp .cust-inp input, .order-itm .order-form__wrp .cust-srch-inp input, .price-info .order-form__wrp .cust-srch-inp input, .price-table .order-form__wrp .cust-srch-inp input, .order-itm .order-form__wrp .head-srch-inp input, .price-info .order-form__wrp .head-srch-inp input, .price-table .order-form__wrp .head-srch-inp input,
  .order-itm .order-form__wrp .cust-inp textarea,
  .price-info .order-form__wrp .cust-inp textarea,
  .price-table .order-form__wrp .cust-inp textarea,
  .order-itm .order-form__wrp .cust-srch-inp textarea,
  .price-info .order-form__wrp .cust-srch-inp textarea,
  .price-table .order-form__wrp .cust-srch-inp textarea,
  .order-itm .order-form__wrp .head-srch-inp textarea,
  .price-info .order-form__wrp .head-srch-inp textarea,
  .price-table .order-form__wrp .head-srch-inp textarea,
  .order-itm .order-form__wrp .cust-inp .range-sel,
  .price-info .order-form__wrp .cust-inp .range-sel,
  .price-table .order-form__wrp .cust-inp .range-sel,
  .order-itm .order-form__wrp .cust-srch-inp .range-sel,
  .price-info .order-form__wrp .cust-srch-inp .range-sel,
  .price-table .order-form__wrp .cust-srch-inp .range-sel,
  .order-itm .order-form__wrp .head-srch-inp .range-sel,
  .price-info .order-form__wrp .head-srch-inp .range-sel,
  .price-table .order-form__wrp .head-srch-inp .range-sel,
  .order-itm .order-form__wrp .cust-inp .cust-sel__wrap,
  .price-info .order-form__wrp .cust-inp .cust-sel__wrap,
  .price-table .order-form__wrp .cust-inp .cust-sel__wrap,
  .order-itm .order-form__wrp .cust-srch-inp .cust-sel__wrap,
  .price-info .order-form__wrp .cust-srch-inp .cust-sel__wrap,
  .price-table .order-form__wrp .cust-srch-inp .cust-sel__wrap,
  .order-itm .order-form__wrp .head-srch-inp .cust-sel__wrap,
  .price-info .order-form__wrp .head-srch-inp .cust-sel__wrap,
  .price-table .order-form__wrp .head-srch-inp .cust-sel__wrap,
  .order-itm .order-form__wrp .cust-inp .form-value,
  .price-info .order-form__wrp .cust-inp .form-value,
  .price-table .order-form__wrp .cust-inp .form-value,
  .order-itm .order-form__wrp .cust-srch-inp .form-value,
  .price-info .order-form__wrp .cust-srch-inp .form-value,
  .price-table .order-form__wrp .cust-srch-inp .form-value,
  .order-itm .order-form__wrp .head-srch-inp .form-value,
  .price-info .order-form__wrp .head-srch-inp .form-value,
  .price-table .order-form__wrp .head-srch-inp .form-value,
  .order-itm .order-form__wrp .cust-textarea input,
  .price-info .order-form__wrp .cust-textarea input,
  .price-table .order-form__wrp .cust-textarea input,
  .order-itm .order-form__wrp .cust-textarea textarea,
  .price-info .order-form__wrp .cust-textarea textarea,
  .price-table .order-form__wrp .cust-textarea textarea,
  .order-itm .order-form__wrp .cust-textarea .range-sel,
  .price-info .order-form__wrp .cust-textarea .range-sel,
  .price-table .order-form__wrp .cust-textarea .range-sel,
  .order-itm .order-form__wrp .cust-textarea .cust-sel__wrap,
  .price-info .order-form__wrp .cust-textarea .cust-sel__wrap,
  .price-table .order-form__wrp .cust-textarea .cust-sel__wrap,
  .order-itm .order-form__wrp .cust-textarea .form-value,
  .price-info .order-form__wrp .cust-textarea .form-value,
  .price-table .order-form__wrp .cust-textarea .form-value {
    width: 100% !important;
    float: none;
  }
  .order-itm .order-form__wrp .cust-inp input, .price-info .order-form__wrp .cust-inp input, .price-table .order-form__wrp .cust-inp input, .order-itm .order-form__wrp .cust-srch-inp input, .price-info .order-form__wrp .cust-srch-inp input, .price-table .order-form__wrp .cust-srch-inp input, .order-itm .order-form__wrp .head-srch-inp input, .price-info .order-form__wrp .head-srch-inp input, .price-table .order-form__wrp .head-srch-inp input,
  .order-itm .order-form__wrp .cust-textarea input,
  .price-info .order-form__wrp .cust-textarea input,
  .price-table .order-form__wrp .cust-textarea input {
    height: 50px;
  }
  
  .order-itm .order-form__wrp .cust-inp .form-value,
  .price-info .order-form__wrp .cust-inp .form-value,
  .price-table .order-form__wrp .cust-inp .form-value,
  .order-itm .order-form__wrp .cust-srch-inp .form-value,
  .price-info .order-form__wrp .cust-srch-inp .form-value,
  .price-table .order-form__wrp .cust-srch-inp .form-value,
  .order-itm .order-form__wrp .head-srch-inp .form-value,
  .price-info .order-form__wrp .head-srch-inp .form-value,
  .price-table .order-form__wrp .head-srch-inp .form-value,
  .order-itm .order-form__wrp .cust-textarea .form-value,
  .price-info .order-form__wrp .cust-textarea .form-value,
  .price-table .order-form__wrp .cust-textarea .form-value {
    padding-left: 25px;
  }
  .order-itm .order-form__wrp .range-sel label, .price-info .order-form__wrp .range-sel label, .price-table .order-form__wrp .range-sel label {
    line-height: 50px;
  }
  .order-itm .order-form__wrp .cart-menu__info, .price-info .order-form__wrp .cart-menu__info, .price-table .order-form__wrp .cart-menu__info {
    padding: 0;
  }
  .order-itm .order-form__wrp .cart-menu__info .cust-sel__wrap, .price-info .order-form__wrp .cart-menu__info .cust-sel__wrap, .price-table .order-form__wrp .cart-menu__info .cust-sel__wrap,
  .order-itm .order-form__wrp .cart-menu__info .check-set,
  .price-info .order-form__wrp .cart-menu__info .check-set,
  .price-table .order-form__wrp .cart-menu__info .check-set {
    width: 100%;
    float: none;
  }
  .order-itm .order-form__wrp .check-ttl, .price-info .order-form__wrp .check-ttl, .price-table .order-form__wrp .check-ttl {
    font-size: 14px;
  }
  .order-itm .order-form__wrp .captcha__wrp, .price-info .order-form__wrp .captcha__wrp, .price-table .order-form__wrp .captcha__wrp {
    padding: 15px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-itm .order-form__wrp .captcha__wrp > div, .price-info .order-form__wrp .captcha__wrp > div, .price-table .order-form__wrp .captcha__wrp > div {
    width: 100%;
  }
  .order-itm .order-form__wrp .user-links, .price-info .order-form__wrp .user-links, .price-table .order-form__wrp .user-links {
    margin: 25px 0 0;
    font-size: 13px;
  }
  .order-itm .order-form__wrp .order-itm__ttl, .price-info .order-form__wrp .order-itm__ttl, .price-table .order-form__wrp .order-itm__ttl {
    margin: 0 0 20px;
  }
  .order-itm .order-form__wrp .cust-check label, .price-info .order-form__wrp .cust-check label, .price-table .order-form__wrp .cust-check label {
    display: inline-block;
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    background-color: #fff;
    margin: 0 15px 0 0;
  }
  .order-itm .order-form__wrp .cust-check input:checked ~ .check-ic, .price-info .order-form__wrp .cust-check input:checked ~ .check-ic, .price-table .order-form__wrp .cust-check input:checked ~ .check-ic {
    border: 1px solid #d2c7b8;
  }
  .order-itm .order-form__wrp .cust-check .check-ic, .price-info .order-form__wrp .cust-check .check-ic, .price-table .order-form__wrp .cust-check .check-ic {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    border: none;
    -webkit-background-size: 20px 20px;
       -moz-background-size: 20px;
         -o-background-size: 20px;
            background-size: 20px;
  }
  .order-itm .order-form__wrp .cust-check > span:not(.check-bg), .price-info .order-form__wrp .cust-check > span:not(.check-bg), .price-table .order-form__wrp .cust-check > span:not(.check-bg) {
    max-width: -webkit-calc(100% - 65px);
    max-width: -moz-calc(100% - 65px);
    max-width: calc(100% - 65px);
  }
  .order-form__wrp .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-form__wrp .btn-wrap .info-txt {
    display: block;
    text-align: center;
    margin: 0 0 15px;
    font-size: 12px;
    color: #666666;
    width: 100%;
  }
  .order-form__wrp .order-form__ttl {
    font-size: 13px;
    margin: 0 10px 5px;
  }
  .order-form__itm {
    padding: 20px 0 0;
  }
  .order-form__itm .btn-wrap {
    margin-bottom: 25px;
  }
  .order-form__head {
    margin: 0 0 20px;
  }
  .order-form__head .link {
    width: 100%;
    float: none;
    margin: 20px 10px 0;
  }
  .complementary {
    padding: 30px 0 20px;
  }
  .complementary .cart-menu__values {
    padding: 0 0 0 10px;
  }
  .complementary .cart-menu__values > div {
    padding: 10px 0;
  }
  .complementary .cart-menu__values > div:nth-child(2), .complementary .cart-menu__values > div:nth-child(3) {
    width: 100%;
  }
  .complementary .cart-menu__values > div:nth-child(3) {
    padding-left: 0;
  }
  .complementary .close {
    top: 30px;
  }
  .complementary__hdg {
    padding: 0 10px 0;
  }
  .complementary__hdg h3 {
    font-size: 16px;
  }
  .order-itm__info {
    margin: 20px 0;
  }
  .order-itm__info-itm {
    display: block;
    text-align: center;
    font-size: 13px;
  }
  .order-itm__info-itm .price {
    font-size: 16px;
  }
  .order-itm__info-dscr {
    display: block;
    text-align: center;
    font-size: 13px;
    margin: 0 0 10px;
  }
  .popular-set li, .extras-lst li {
    width: 33.33%;
  }
  .filter-line .sel-title span {
    display: none;
  }
  .filter-line .sel-title span:last-child {
    display: inline;
  }
  .filter-line .choise-date-btn {
    width: 70px;
  }
  .filter-line .hover-dropdown-title {
    min-width: 190px;
  }
  .filter-line .hover-dropdown-title span:first-child {
    display: none;
  }
  .filter-line .hover-dropdown-title span:nth-child(2) {
    display: inline;
  }
  .listPagination {
    padding-top: 15px;
  }
  .listPagination table {
    margin: 0 auto;
  }
  .gallery-thumbs-wrap {
    position: static;
  }
  .gallery-thumbs-wrap .owl-prev,
  .gallery-thumbs-wrap .owl-next {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    background-color: transparent;
  }
  .gallery-thumbs-wrap .owl-prev {
    background-image: url("../img/_style/_svg/arr_l-accent.svg");
  }
  .gallery-thumbs-wrap .owl-next {
    background-image: url("../img/_style/_svg/arr_r-accent.svg");
  }
  .gallery-thumbs {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  .tour-title-wrap {
    text-align: center;
    display: block;
  }
  .tour-title-wrap .page-title {
    font-family: "OpenSansBold", sans-serif;
    font-size: 17px;
    padding: 0;
  }
  .tour-title-wrap .tour-ic-set {
    padding-top: 15px;
  }
  .tour-view-r, .view-top-mobile {
    max-width: none;
  }
  .tour-print-line {
    padding: 20px 0;
  }
  .tour-print-line .flex-line {
    display: block;
  }
  .share-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .top-review {
    display: none;
  }
  .tour-view-r:not(.view-top-mobile) .promo-info, .view-top-mobile:not(.view-top-mobile) .promo-info,
  .tour-view-r:not(.view-top-mobile) .price-wrap,
  .view-top-mobile:not(.view-top-mobile) .price-wrap,
  .tour-view-r:not(.view-top-mobile) .price-more-info,
  .view-top-mobile:not(.view-top-mobile) .price-more-info,
  .tour-view-r:not(.view-top-mobile) .buy-line,
  .view-top-mobile:not(.view-top-mobile) .buy-line {
    display: none;
  }
  .view-top-mobile,
  .view-bottom-mobile {
    display: block;
  }
  .view-bottom-mobile {
    padding-top: 25px;
  }
  .view-bottom-mobile .btn-wrap {
    padding-bottom: 15px;
  }
  .view-bottom-mobile .btn-wrap .btn, .view-bottom-mobile .btn-wrap .btn-accent, .view-bottom-mobile .btn-wrap .btn-grey, .view-bottom-mobile .btn-wrap .btn-primary {
    width: 100%;
  }
  .view-bottom-mobile .buy-line {
    padding: 15px 0;
  }
  .gallery-wrap {
    margin-bottom: 15px;
  }
  .advantage-wrap ul {
    max-height: 105px;
  }
  .promo-info {
    background-color: #f4f1e7;
    border-color: #d2c7b8;
    padding: 0;
  }
  .promo-info.open .promo-top-toggle .arr_dn-ic {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .promo-top-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "OpenSansBold", sans-serif;
    font-size: 18px;
    padding: 17px 25px 18px;
    cursor: pointer;
  }
  .promo-txt {
    display: none;
    padding: 10px 20px 30px;
  }
  .hotel-itm {
    margin-bottom: 35px;
  }
  .hotel-img {
    margin: 0 auto 15px;
  }
  .hotel-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .hotel-brief {
    padding: 15px 0;
  }
  .map-wrap .map {
    height: 400px;
  }
  .tour-info-itm-ic {
    width: 55px;
    height: 55px;
    -webkit-background-size: 35px auto;
       -moz-background-size: 35px auto;
         -o-background-size: 35px auto;
            background-size: 35px auto;
  }
  .tour-info-itm-title {
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
    padding: 20px 10px 15px 15px;
  }
  .tour-info-itm-txt {
    padding: 20px 10px 0 0;
  }
  .tour-programm-top-txt {
    padding: 0 0 25px;
  }
  .price-info, .price-table {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .price-info.no-privilege .price-info__itm, .no-privilege.price-table .price-info__itm, .price-info.no-base .price-info__itm, .no-base.price-table .price-info__itm {
    width: 100% !important;
  }
  .price-info .price-info__itm:not(:first-child), .price-table .price-info__itm:not(:first-child) {
    border-left: none;
    width: 50%;
  }
  .price-info .price-info__itm:first-child, .price-table .price-info__itm:first-child {
    width: 100%;
  }
  .price-info .price-info__itm:first-child .order-itm__ttl span:not(.descr), .price-table .price-info__itm:first-child .order-itm__ttl span:not(.descr) {
    font-size: 18px !important;
  }
  .price-info__itm {
    padding: 25px 5px 5px;
  }
  .price-info__itm .cust-sel .cusel {
    min-width: 245px;
  }
  .price-info__itm .price-wrap {
    margin: 10px 0 0;
  }
  .price-info__itm .price-descr {
    font-size: 11px;
  }
  .price-info__itm .order-itm__ttl span:not(.descr) {
    font-size: 12px !important;
  }
  .price-info__itm .order-itm__ttl .descr {
    font-size: 11px;
  }
  .price-info__itm .btn-wrap {
    margin-bottom: 10px;
  }
  .price-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 !important;
  }
  .price-table.no-privilege .price-table__row > div:not(:first-child), .price-table.no-base .price-table__row > div:not(:first-child) {
    width: 100%;
  }
  .price-table .order-itm__ttl {
    width: 100%;
    display: block;
    font-size: 18px;
    padding: 25px 0 5px;
    margin: 0;
  }
  .price-table .price-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: left;
  }
  .price-table .price-table__row > div {
    text-align: left;
    vertical-align: top;
    padding-right: 15px !important;
  }
  .price-table .price-table__row > div:first-child {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .price-table .price-table__row > div:first-child {
    padding-top: 15px;
  }
  .price-table .price-table__row > div:not(:first-child) {
    border-left: none;
    width: 50%;
    padding-left: 25px;
    font-size: 12px;
    background-color: #fff;
  }
  .price-table .price-table__row > div {
    padding-bottom: 8px;
    border-right: none;
  }
  .price-table .price-table__row > div:not(:last-child) {
    padding-left: 25px !important;
  }
  .price-table .price-table__row .btn-wrap input[type="button"],
  .price-table .price-table__row .btn-wrap button,
  .price-table .price-table__row .btn-wrap a {
    min-width: 128px;
  }
  .price-table .price-table__row .plus,
  .price-table .price-table__row .minus {
    margin-left: 35px;
  }
  .price-table .price-table__hdg {
    padding: 15px 0 0;
  }
  .price-table .mob-descr {
    display: block;
    margin: 10px 0 7px;
  }
  .leave-review-form__wrap .title-wrap {
    text-align: left;
  }
  .modal .tabs__content.active .tabs__content-inner {
    display: block;
  }
  .cart-slider__wrap .slider-nav-slick {
    top: 43px;
    height: 58px;
  }
  .cart-slider__wrap .slider-nav-slick .owl-prev {
    background-image: url("../img/_style/_svg/arr_l.svg");
  }
  .cart-slider__wrap .slider-nav-slick .owl-next {
    background-image: url("../img/_style/_svg/arr_r.svg");
  }
  .cart-slider {
    width: 100%;
    position: static;
  }
  .cart-slider .month__hdg {
    height: 58px;
    line-height: 58px;
  }
  .cart-slider .month__body {
    padding: 5px 5px 15px;
  }
  .cart-slider .slick-slide .month__hdg {
    padding: 0 20px;
    font-family: "OpenSansSemiBold", sans-serif;
  }
  .cart-slider .slick-slide:not(.slick-active) {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  .cart-slider .slick-slide.slick-active + .slick-active .month__hdg {
    text-align: left;
  }
  .cart-slider .slick-slide.slick-active .month__hdg {
    text-align: right;
  }
  .cart-slider__top {
    width: 100%;
    padding: 0;
    border-top: none;
  }
  .cart-slider__top .heading {
    width: 100%;
  }
  .cart-slider__top .year {
    display: none;
  }
  .cart-date__info {
    padding: 30px 15px 20px;
    text-align: center;
    line-height: 1.2em;
  }
  .month-slider {
    cursor: pointer;
  }
  .month-slider .cart-slider__top .heading {
    text-align: left;
    padding: 12px 20px;
  }
  .calendaer-multiple-2 {
    margin: 45px 0 0 0;
  }
  .calendaer-multiple-2 .pickmeup {
    width: 100%;
  }
  .calendaer-multiple-2 .pmu-instance > nav:not(.pmu-day-of-week) {
    height: 58px;
    left: 0;
    right: 0;
  }
  .calendaer-multiple-2 .pmu-instance > nav .pmu-month {
    width: 100% !important;
    left: 0;
    right: 0;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    padding-left: 20px;
    background-color: #fff;
  }
  .calendaer-multiple-2 .pmu-instance .pmu-prev,
  .calendaer-multiple-2 .pmu-instance .pmu-next {
    height: 100% !important;
    top: 0;
    z-index: 3;
  }
  .calendaer-multiple-2 .pmu-instance .pmu-day-of-week > div {
    height: 58px;
    line-height: 58px;
  }
  .calendaer-multiple-2 .pmu-instance .pmu-day-of-week > div:first-child {
    text-align: right;
  }
  .calendaer-multiple-2 .pmu-instance .pmu-day-of-week > div:last-child {
    text-align: left;
  }
  .location-map iframe {
    width: 310px;
  }
  .tour-print-line #print-tour {
    display: none;
  }
  .similar-news a {
    padding: 25px 10px 100px !important;
    font-size: 15px;
    text-align: center;
  }
  .similar-news a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    background-color: #f9cd26;
    border-left: 1px solid #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .similar-news .arr-dn-ic {
    z-index: 2;
    margin: 0 0 0 -15px;
    top: auto;
    right: auto !important;
    left: 50% !important;
    bottom: 24px;
  }
  .price-more-info a span:last-child {
    display: none;
  }
  .news-links {
    display: none;
  }
  .calc-group-tour-line .btn-wrap {
    margin: 20px 0 0;
  }
  .filter-r.more-two {
    display: block;
  }
  .filter-r.more-two .cust-sel {
    margin: 0 0 20px;
    display: block;
  }
  .filter-r.more-two .cust-sel:last-child {
    margin-bottom: 0;
  }
  .filter-r.more-two .cust-sel > label {
    width: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
  }
  .filter-r.more-two .cust-sel > label > span {
    width: 90px;
  }
  .filter-r.more-two .choise-date {
    margin: 0 0 20px;
  }
  .filter-r.more-two .choise-date .hover-dropdown-title > span {
    width: 90px;
  }
  .filter-r .cust-sel .cusel {
    min-width: 70px;
  }
  .filter-r .cust-sel.fz_3 .cusel {
    min-width: 137px !important;
  }
  .inp-attent-box {
    padding-top: 0;
  }
  .inp-attent-info {
    font-size: 12px;
  }
  .order-form__wrp.users-lst .btn-wrap {
    margin-top: 35px;
  }
  .order-form__wrp.users-lst .btn-wrap .btn, .order-form__wrp.users-lst .btn-wrap .btn-accent, .order-form__wrp.users-lst .btn-wrap .btn-grey, .order-form__wrp.users-lst .btn-wrap .btn-primary {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .order-form__wrp.users-lst .btn-wrap .btn:last-child, .order-form__wrp.users-lst .btn-wrap .btn-accent:last-child, .order-form__wrp.users-lst .btn-wrap .btn-grey:last-child, .order-form__wrp.users-lst .btn-wrap .btn-primary:last-child {
    margin-bottom: 0;
  }
  .order-itm.user-friends-wrap > .order-form__wrp:first-child .title-subscr, .user-friends-wrap.price-info > .order-form__wrp:first-child .title-subscr, .user-friends-wrap.price-table > .order-form__wrp:first-child .title-subscr {
    text-align: center;
  }
  .order-form__wrp form > .title-subscr {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {
  .btn-wrap.btns-xs-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn-wrap.btns-xs-column .btn, .btn-wrap.btns-xs-column .btn-accent, .btn-wrap.btns-xs-column .btn-grey, .btn-wrap.btns-xs-column .btn-primary {
    margin: 0 0 15px;
  }
  .h1-title {
    font-size: 25px;
    line-height: 1.2em;
  }
  .home-slider-wrap .slider-nav-slick {
    display: none;
  }
  .home-slider .home-title-descr {
    font-size: 13px;
    line-height: 1.3em;
  }
  .home-slider .slide {
    padding: 50px 30px;
    min-height: 375px;
  }
  .home-slider .h1-title::after {
    max-width: 180px;
  }
  .descr-text p, .descr-text ul {
    font-size: 16px;
  }
  .descr-text h1, .descr-text h2, .descr-text h3, .descr-text h4, .descr-text h5, .descr-text h6 {
    font-weight: 600;
  }
  .direct-itm {
    margin-bottom: 20px;
  }
  .direct-itm .img-inner-box {
    max-width: 120px;
  }
  .direct-itm .img-inner-box + span {
    padding-left: 20px;
  }
  .news-date {
    width: 50px;
    height: 82px;
  }
  .news-date strong {
    font-size: 30px;
    margin-bottom: -1px;
  }
  .news-date span {
    font-size: 11px;
  }
  .news-img .news-date {
    right: -27px;
  }
  .reviews-slider-wrap .dots-nav {
    padding-left: 0;
  }
  .review-itm, .review-itm-inner {
    padding: 0 0 30px 65px;
  }
  .review-itm .review-txt, .review-itm-inner .review-txt {
    margin-left: -65px;
  }
  .review-top-line {
    min-height: 44px;
  }
  .review-itm-inner {
    padding: 20px 0 20px 65px;
    margin-left: -15px;
  }
  .review-itm-inner::before {
    top: 15px;
  }
  .review-img-set .review-photo:nth-child(6) {
    width: 0;
    margin: 0;
  }
  .advantage-set {
    margin: 0 -15px;
  }
  .advantage-itm {
    width: 50%;
  }
  section {
    padding: 20px 0;
  }
  .title-descr {
    font-size: 12px;
    padding: 15px 5px;
  }
  .h3-title {
    font-size: 17px;
  }
  .popular-set, .extras-lst {
    margin: 0 -5px;
  }
  .popular-set li, .extras-lst li {
    padding: 10px 5px;
  }
  .popular-img, .extra-img {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
  }
  .popular-title {
    font-size: 12px;
  }
  .tour-lst-wrap .filter-line .filter-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .tour-lst-wrap .filter-line .filter-r .cust-sel,
  .tour-lst-wrap .filter-line .filter-r .hover-dropdown-title {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tour-lst-wrap .filter-line .cust-sel {
    width: 100%;
    margin: 0 0 15px;
  }
  .tour-lst-wrap .filter-line .cust-sel.fz_2 .cusel {
    min-width: 110px !important;
  }
  .tour-lst-wrap .filter-line .hover-dropdown-title {
    min-width: auto;
    margin: 0 0 15px;
  }
  .listPagination {
    font-size: 14px;
    margin: 0 -10px;
  }
  .listPagination a {
    width: 38px;
    height: 38px;
    padding: 10px 2px;
  }
  .listPagination span {
    padding: 0;
  }
  .tour-print-line {
    text-align: center;
  }
  .share-wrap {
    display: block;
  }
  .share-title {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .tour-title-wrap {
    margin: 0 -15px 10px;
  }
  .programm-slider-wrap, .guide-slider-wrap {
    padding: 0 35px;
  }
  .programm-slider-wrap .owl-prev, .guide-slider-wrap .owl-prev,
  .programm-slider-wrap .owl-next,
  .guide-slider-wrap .owl-next {
    width: 35px;
    -webkit-background-size: 16px 25px;
       -moz-background-size: 16px 25px;
         -o-background-size: 16px 25px;
            background-size: 16px 25px;
  }
  .leave-review-form__wrap .title-wrap {
    padding: 35px 0 10px;
  }
  .leave-review-form {
    max-width: -webkit-calc(100% - 10px);
    max-width: -moz-calc(100% - 10px);
    max-width: calc(100% - 10px);
    margin: 0 0 0 10px;
  }
  .leave-review-form:before {
    display: none;
  }
  .leave-review-form .cust-inp, .leave-review-form .cust-srch-inp, .leave-review-form .head-srch-inp,
  .leave-review-form .cust-textarea,
  .leave-review-form .cust-upload {
    margin: 0 0 10px;
  }
  .leave-review-form .cust-inp input, .leave-review-form .cust-srch-inp input, .leave-review-form .head-srch-inp input,
  .leave-review-form .cust-inp textarea,
  .leave-review-form .cust-srch-inp textarea,
  .leave-review-form .head-srch-inp textarea,
  .leave-review-form .cust-inp .upload-file,
  .leave-review-form .cust-srch-inp .upload-file,
  .leave-review-form .head-srch-inp .upload-file,
  .leave-review-form .cust-textarea input,
  .leave-review-form .cust-textarea textarea,
  .leave-review-form .cust-textarea .upload-file,
  .leave-review-form .cust-upload input,
  .leave-review-form .cust-upload textarea,
  .leave-review-form .cust-upload .upload-file {
    width: 100%;
    float: none;
  }
  .leave-review-form .captcha__wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .leave-review-form .captcha__wrp .captcha {
    width: auto;
    text-align: left;
  }
  .extras-lst li {
    width: 50%;
  }
  .price-info__itm .cust-sel .cusel {
    min-width: 190px;
  }
  .price-info__itm .cust-sel .cuselFrameRight {
    width: 30px;
  }
  .tour-view-bottom .order-itm__info .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tour-view-bottom .order-itm__info .btn-wrap .btn:not(:last-child), .tour-view-bottom .order-itm__info .btn-wrap .btn-accent:not(:last-child), .tour-view-bottom .order-itm__info .btn-wrap .btn-grey:not(:last-child), .tour-view-bottom .order-itm__info .btn-wrap .btn-primary:not(:last-child) {
    margin-bottom: 10px;
  }
  .calc-group-tour-modal .choice-date-inputs label input {
    width: 90px;
    padding: 0 5px;
  }
  .calc-group-cell {
    padding: 15px 0 0 70px;
  }
  .infolist-lst__lnk {
    padding-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  /*  */
  .modal-title {
    font-size: 20px;
  }
  .modal .close {
    top: 25px;
  }
  .modal .cust-inp__set {
    padding: 5px 0 0;
  }
  .modal .cust-inp input, .modal .cust-srch-inp input, .modal .head-srch-inp input {
    width: 100%;
    float: none;
    height: 50px;
    text-align: center;
  }
  .modal .cust-inp input::-webkit-input-placeholder, .modal .cust-srch-inp input::-webkit-input-placeholder, .modal .head-srch-inp input::-webkit-input-placeholder {
    opacity: 0.8;
  }
  .modal .cust-inp input:-moz-placeholder, .modal .cust-srch-inp input:-moz-placeholder, .modal .head-srch-inp input:-moz-placeholder {
    opacity: 0.8;
  }
  .modal .cust-inp input::-moz-placeholder, .modal .cust-srch-inp input::-moz-placeholder, .modal .head-srch-inp input::-moz-placeholder {
    opacity: 0.8;
  }
  .modal .cust-inp input:-ms-input-placeholder, .modal .cust-srch-inp input:-ms-input-placeholder, .modal .head-srch-inp input:-ms-input-placeholder {
    opacity: 0.8;
  }
  .modal .cust-inp input::-ms-input-placeholder, .modal .cust-srch-inp input::-ms-input-placeholder, .modal .head-srch-inp input::-ms-input-placeholder {
    opacity: 0.8;
  }
  .modal .cust-inp input::placeholder, .modal .cust-srch-inp input::placeholder, .modal .head-srch-inp input::placeholder {
    opacity: 0.8;
  }
  .modal .cust-inp:not(.calendar-inp) label, .modal .cust-srch-inp:not(.calendar-inp) label, .modal .head-srch-inp:not(.calendar-inp) label {
    display: none;
  }
  .modal .cust-inp:not(:last-child), .modal .cust-srch-inp:not(:last-child), .modal .head-srch-inp:not(:last-child),
  .modal .cust-sel:not(:last-child),
  .modal .choise-date:not(:last-child) {
    margin: 0 0 6px;
  }
  .modal .cust-textarea {
    margin: 15px 0 0;
  }
  .modal .choise-date .cust-inp, .modal .choise-date .cust-srch-inp, .modal .choise-date .head-srch-inp {
    margin: 0;
  }
  .modal .choise-date .cust-inp input, .modal .choise-date .cust-srch-inp input, .modal .choise-date .head-srch-inp input {
    padding: 1px 5px;
  }
  .modal-dialog {
    max-width: 380px;
  }
  .cart-menu__info .cust-elem-set__wrp .check-set .cust-check {
    width: 100%;
  }
  .price-info__itm .cust-sel .cusel {
    min-width: 160px;
    width: 160px;
  }
  .price-info__itm .cust-sel .cusel .cusel-scroll-wrap {
    max-width: 220px;
  }
  .price-info__itm .cust-sel .cusel .cusel-scroll-wrap .cusel-scroll-pane span {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .filter-line .cust-srch-inp {
    min-width: auto;
  }
  .filter-line .filter-r .calendaer-multiple, .filter-line .filter-r .calendaer-multiple-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .pay-i {
    -webkit-background-size: 75px 75px;
       -moz-background-size: 75px;
         -o-background-size: 75px;
            background-size: 75px;
    padding: 24px 0 24px 100px;
  }
  .page-content .descr-text p {
    font-size: 14px;
  }
  .calc-group-tour-line .btn, .calc-group-tour-line .btn-accent, .calc-group-tour-line .btn-grey, .calc-group-tour-line .btn-primary {
    padding: 13px 10px;
    font-size: 13px;
  }
  .calc-group-cell {
    padding: 15px 0 0 50px;
    -webkit-background-size: 35px 35px;
       -moz-background-size: 35px;
         -o-background-size: 35px;
            background-size: 35px;
    background-position: 0 15px;
  }
  .calc-group-tour-modal .calendar-inp > label {
    display: none;
  }
  .calc-group-tour-modal .choice-date-inputs label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .order-certificate-modal .calendar-inp > label {
    display: block;
  }
  .order-itm, .price-info, .price-table {
    padding: 20px 20px 30px;
  }
}

@media only screen and (max-width: 370px) {
  .head-sett .head-office {
    display: none !important;
  }
  .map-wrap .map {
    height: 210px;
  }
  .extras-lst li {
    width: 100%;
  }
  .order-form__itm .cust-sel {
    margin-bottom: 5px;
  }
  .tour-itm-txt .tour-ic-set .tour-ic:not(:first-child) .title-thumb {
    left: -50px;
  }
  .tour-itm-txt .tour-ic-set .tour-ic:not(:first-child) .title-thumb span:before {
    left: 65px;
  }
  .tour-itm-txt .tour-ic-set .title-thumb span:before {
    left: 17px;
  }
  .price-info__itm .cust-sel .cusel {
    min-width: 130px;
    width: 130px;
  }
  .calc-group-tour-modal .choice-date-inputs label,
  .order-certificate-modal .choice-date-inputs label {
    margin-left: 5px;
  }
  .calc-group-tour-modal .choice-date-inputs label > span,
  .order-certificate-modal .choice-date-inputs label > span {
    display: none;
  }
  .calc-group-cell {
    padding: 15px 0 0;
    background-image: none;
  }
}

@media only screen and (min-width: 480px) {
  /*  */
}

@media only screen and (min-width: 576px) {
  /*  */
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .tabs__content-inner {
    display: block !important;
  }
  .complementary .cart-menu__values > div:first-child {
    padding-left: 60px;
  }
  .complementary .cart-menu__values > div:first-child .close {
    left: 35px;
  }
  .cart-menu__values .mob-descr {
    display: none;
  }
  .price-table.stripped-odd .price-table__row:nth-child(odd) {
    background-color: #fff;
  }
  .price-table.stripped-even .price-table__row:nth-child(even) {
    background-color: #fff;
  }
  .price-table.stripped-even .price-table__row:last-child > div {
    padding-bottom: 40px;
  }
  .price-table .mob-descr {
    display: none;
  }
  .price-info .price-info__itm:first-child .order-itm__ttl, .price-table .price-info__itm:first-child .order-itm__ttl {
    text-align: left;
    padding-left: 30px;
  }
  .month-slider:before {
    display: none;
  }
  .cart-slider__top {
    min-height: 42px;
  }
  .user-lnk-ic.mobile {
    display: none;
  }
  .user-lst .profile-lnk {
    display: none;
  }
  .order-itm table.profile-table, .price-info table.profile-table, .price-table table.profile-table {
    min-width: 1000px;
  }
  .mobile-news-links {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .head-sett .head-phone-wrap,
  .head-sett .head-search-show,
  .head-sett .toggle-btn-wrap {
    display: none;
  }
  .main-mnu-wrap .flex-line,
  .main-mnu-wrap .top-nav {
    display: none;
  }
  .main-mnu-wrap {
    display: block !important;
  }
  .head-srch-form {
    display: block !important;
  }
  .head-srch-form .container {
    padding: 0;
  }
  .hover-dropdown:hover {
    overflow: visible;
  }
  .hover-dropdown:hover .hover-drop-box {
    margin-top: 0;
    opacity: 1;
    overflow: visible;
    max-height: none;
  }
  .hover-dropdown:hover .arr_dn-ic {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1;
  }
  .tabs__caption-wrap, .tabs__bottom-caption-wrap {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  .tabs__caption-wrap.small, .small.tabs__bottom-caption-wrap {
    border-bottom: 1px solid #a7a7a7;
  }
  .tabs__caption-wrap.small .tabs__caption, .small.tabs__bottom-caption-wrap .tabs__caption, .tabs__caption-wrap.small .news-links, .small.tabs__bottom-caption-wrap .news-links {
    width: auto;
    margin-bottom: -1px;
  }
  .tabs__caption-wrap.small .tabs__caption > li, .small.tabs__bottom-caption-wrap .tabs__caption > li, .tabs__caption-wrap.small .news-links > li, .small.tabs__bottom-caption-wrap .news-links > li {
    padding: 10px 60px;
  }
  .price-more-info a span:last-child {
    display: none;
  }
  .calc-group-tour-line .calc-group-cell {
    max-width: 55%;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .cart-menu__values > div:first-child {
    width: 32%;
  }
  .cart-menu__values > div:nth-child(2) {
    width: 15%;
  }
  .cart-menu__values > div:nth-child(3) {
    width: 10%;
  }
  .cart-menu__values > div:nth-child(4) {
    width: 18%;
  }
  .cart-menu__values > div:nth-child(5), .cart-menu__values > div:nth-child(6) {
    width: 12%;
  }
  .complementary .cart-menu__values > div:first-child {
    width: 57% !important;
  }
  .complementary .cart-menu__values > div:nth-child(2) {
    width: 18% !important;
  }
  .complementary .cart-menu__values > div:nth-child(3), .complementary .cart-menu__values > div:nth-child(4) {
    width: 12% !important;
  }
}

@media print {
  .gallery-thumbs-wrap {
    display: none;
  }
  .tour-info-itm-top .tour-info-itm-ic {
    display: none;
  }
  .tour-date a.show_tab {
    display: none;
  }
  .tabs__content-inner {
    padding: 0;
  }
  .price-info__itm .cust-sel .cusel {
    border-color: transparent;
  }
  .locale-lst, .descr-lst,
  .duration-info,
  .advantage-title {
    padding-left: 0;
  }
  .advantage-wrap ul li {
    padding-left: 0;
  }
  .hotel-txt {
    padding: 20px 0 10px;
  }
  .hotel-lnk {
    display: none;
  }
  .cart-slider__wrap .slide-controls {
    display: none;
  }
  .cart-slider__top,
  .cart-slider {
    width: 100%;
  }
  #tour_tab_infolist {
    display: none;
  }
  .download-lst {
    display: none;
  }
  .sendpulse-prompt {
    display: none !important;
  }
  .bingc-active {
    display: none !important;
  }
  #bingc-phone-button.bingc-show {
    display: none !important;
  }
}

@media (pointer: none) {
  .share-title {
    display: none;
  }
}

@media (pointer: coarse) {
  .share-soc-set {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  @-webkit-keyframes animation_name {
    0% {
    }
    100% {
    }
  }
  @-moz-keyframes animation_name {
    0% {
    }
    100% {
    }
  }
  @-o-keyframes animation_name {
    0% {
    }
    100% {
    }
  }
  @keyframes animation_name {
    0% {
    }
    100% {
    }
  }
}
