.clearfix::before, .tabs__caption::before, .clearfix::after, .tabs__caption::after {
  content: "";
  display: table;
}

.clearfix::after, .tabs__caption::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: inherit;
}

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

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

h1, .h1-title, h2, .h2-title, h3, .h3-title, h4, .h4-title, h5, .h5-title, h6, .h6-title {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

label {
  font-weight: normal;
}

.hidden {
  display: none !important;
}

/* Title */
h1, .h1-title, h2, .h2-title, h3, .h3-title, h4, .h4-title, h5, .h5-title, h6, .h6-title {
  line-height: 1.4;
  font-weight: 800;
  font-style: italic;
}

h1, .h1-title {
  font-size: 70px;
  font-weight: 900;
}

h2, .h2-title {
  font-size: 48px;
}

h3, .h3-title {
  font-size: 36px;
}

.txt-box p, .package-card-itm-brief p,
.txt-box ul,
.package-card-itm-brief ul,
.txt-box ol,
.package-card-itm-brief ol,
.txt-box img,
.package-card-itm-brief img,
.txt-box table,
.package-card-itm-brief table {
  margin-bottom: 25px;
}


.txt-box img,
.package-card-itm-brief img {
  display: block;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}


.txt-box ol,
.package-card-itm-brief ol {
  padding-left: 20px;
}

.txt-box ol li, .package-card-itm-brief ol li {
  list-style-type: decimal;
}

.txt-box ul li, .package-card-itm-brief ul li {
  position: relative;
  padding-left: 20px;
}

.txt-box ul li::before, .package-card-itm-brief ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 10px;
  height: 2px;
  background-color: #909090;
}

.txt-box h1, .package-card-itm-brief h1, .txt-box .h1-title, .package-card-itm-brief .h1-title,
.txt-box h2,
.package-card-itm-brief h2,
.txt-box .h2-title,
.package-card-itm-brief .h2-title,
.txt-box h3,
.package-card-itm-brief h3,
.txt-box .h3-title,
.package-card-itm-brief .h3-title,
.txt-box h4,
.package-card-itm-brief h4,
.txt-box .h4-title,
.package-card-itm-brief .h4-title,
.txt-box h5,
.package-card-itm-brief h5,
.txt-box .h5-title,
.package-card-itm-brief .h5-title,
.txt-box h6,
.package-card-itm-brief h6,
.txt-box .h6-title,
.package-card-itm-brief .h6-title {
  margin-top: 45px;
  margin-bottom: 25px;
}

.txt-box h1:first-child, .package-card-itm-brief h1:first-child, .txt-box .h1-title:first-child, .package-card-itm-brief .h1-title:first-child,
.txt-box h2:first-child,
.package-card-itm-brief h2:first-child,
.txt-box .h2-title:first-child,
.package-card-itm-brief .h2-title:first-child,
.txt-box h3:first-child,
.package-card-itm-brief h3:first-child,
.txt-box .h3-title:first-child,
.package-card-itm-brief .h3-title:first-child,
.txt-box h4:first-child,
.package-card-itm-brief h4:first-child,
.txt-box .h4-title:first-child,
.package-card-itm-brief .h4-title:first-child,
.txt-box h5:first-child,
.package-card-itm-brief h5:first-child,
.txt-box .h5-title:first-child,
.package-card-itm-brief .h5-title:first-child,
.txt-box h6:first-child,
.package-card-itm-brief h6:first-child,
.txt-box .h6-title:first-child,
.package-card-itm-brief .h6-title:first-child {
  margin-top: 0;
}

.txt-box a:not([class]), .package-card-itm-brief a:not([class]) {
  text-decoration: underline;
  color: #7D125F;
}

.sections-set:first-child {
  margin-top: 125px;
}

.sections-set:first-child .sect-column:first-child {
  padding-top: 0;
}

.sections-set:first-child .sect-map:first-child {
  margin-top: -125px;
}

.sect-txt:first-child {
  margin-top: 125px;
}

.page-title {
  text-align: center;
  padding: 75px 0;
}

.title-sect {
  color: #7D125F;
  margin-bottom: 50px;
  text-align: center;
}

.title-wrap {
  margin-bottom: 55px;
}

.title-wrap .logos-lst {
  margin: 30px 0;
}

.sub-title,
.sub-title-accent {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 5px;
}

.sub-title span,
.sub-title-accent span {
  font-weight: 600;
}

.sub-title + .sub-title,
.sub-title + .sub-title-accent,
.sub-title-accent + .sub-title,
.sub-title-accent + .sub-title-accent {
  margin-top: 30px;
}

.sub-title {
  color: #909090;
  font-size: 18px;
}

.sub-title-accent {
  color: #7D125F;
  font-weight: 800;
  text-transform: uppercase;
}

.title-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;
  max-width: 1220px;
  padding: 50px 0;
}

.title-line h1, .title-line .h1-title,
.title-line h2,
.title-line .h2-title {
  color: #7D125F;
}

.title-cell:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.string-limit span {
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.inner-pages {
  position: fixed;
  z-index: 5000;
  top: 15%;
  left: 0;
  display: inline-block;
  height: 62px;
  width: 35px;
  overflow: hidden;
  background-image: url("../img/_style/_svg/inner_pages.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.inner-pages:hover {
  overflow: visible;
}

.inner-pages:hover .page-links {
  opacity: 1;
}

.page-links {
  padding: 10px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
  min-height: 100%;
  white-space: nowrap;
  max-height: 85vh;
  overflow-y: auto;
}

.page-links a,
.page-links button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none !important;
  display: block;
  padding: 3px;
  margin: 0 0 5px;
  line-height: 1.2em;
}

.page-links a:hover,
.page-links button:hover {
  color: blue;
}

.cover-img {
  position: relative;
  display: block;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
  background-color: #eee;
}

.cover-img img {
  margin: 0 !important;
}

.cover-img .base-img {
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
  opacity: 0;
}

.cover-img .main-img {
  display: block;
  position: absolute;
  z-index: 2;
  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: -webkit-calc(100% + 2px);
  width: -moz-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: -moz-calc(100% + 2px);
  height: calc(100% + 2px);
  -o-object-fit: cover;
     object-fit: cover;
}

.img-inner-box {
  position: relative;
  display: block;
  text-decoration: none !important;
  border: none !important;
  width: 100%;
  overflow: hidden;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.img-inner-box.img-contain {
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.img-inner-box img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: auto !important;
}

.img-inner-box .base-img {
  opacity: 0;
}

.img-inner-box .main-img {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
}

body {
  position: relative;
  min-width: 320px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: .035em;
  color: #909090;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
}

body.modal-open {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

html {
  scroll-padding-top: 150px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 750px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1170px;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1478px;
  }
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1900px) {
  .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* footer at the bottom */
.page-wrap, .home-wrap {
  color: inherit;
}

.wrapper {
  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;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

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

.int-expl body {
  overflow-x: hidden;
}

.int-expl .wrapper {
  display: table;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.int-expl .layout {
  min-height: 300px;
  display: table-row;
  height: 100%;
}

.int-expl .page-wrap, .int-expl .home-wrap {
  display: table-cell;
  max-width: 320px;
}

/* footer at the bottom END */
/* alternative footer at the bottom */
/* alternative footer at the bottom END*/
.height-limit {
  max-height: 200px;
}

.wrapper.mCustomScrollbar {
  max-height: 100vh;
}

.wrapper.mCustomScrollbar > .mCustomScrollBox > .mCSB_container {
  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;
}

.mCSB_inside > .mCSB_container {
  margin: 0 !important;
}

.int-expl .wrapper.mCustomScrollbar > .mCustomScrollBox > .mCSB_container {
  display: block;
}

.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__caption-wrap {
  text-align: center;
  margin: 0 auto 20px;
  position: relative;
  line-height: 1em;
}

.tabs__caption {
  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;
  line-height: 1em;
}

.tabs__caption > li {
  cursor: pointer;
  margin: 0 10px;
}

.tabs__caption > li > a,
.tabs__caption > li > span {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  padding: 6px 25px 4px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  background-color: #f5f5f4;
}

.tabs__caption > li:hover {
  color: #7D125F;
}

.tabs__caption > li.active {
  color: #7D125F;
}

.tabs__caption > li.active:hover {
  color: #7D125F;
  cursor: default;
}

.show-tabs__content-btn {
  display: none;
  cursor: pointer;
}

.tabs-nav {
  display: none;
}

.tab-left,
.tab-right {
  position: absolute;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 10px 20px;
     -moz-background-size: 10px 20px;
       -o-background-size: 10px 20px;
          background-size: 10px 20px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: .5;
}

.tab-left:hover,
.tab-right:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  opacity: 1;
}

.tab-left {
  left: 0;
  background-image: url("../img/_style/_svg/arr_l.svg");
}

.tab-right {
  right: 0;
  background-image: url("../img/_style/_svg/arr_r.svg");
}

@media only screen and (max-width: 576px) {
  .tabs-nav {
    display: block;
  }
  .tabs__caption-wrap {
    padding: 0 40px;
    margin: 0 -15px 40px;
  }
  .tabs__caption {
    width: 100%;
    position: relative;
    min-height: 40px;
  }
  .tabs__caption > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0;
  }
  .tabs__caption > li > a,
  .tabs__caption > li > span {
    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;
  }
  .tabs__caption > li.active {
    height: auto;
  }
}

.with-parallax {
  position: relative;
}

.parallax-start {
  position: absolute;
  bottom: 200%;
  top: -75vh;
}

.parallax-itm {
  position: relative;
  top: 25px;
}

.parallax-box {
  min-height: 300px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-property: background-position;
  -o-transition-property: background-position;
  -moz-transition-property: background-position;
  transition-property: background-position;
  -webkit-transition: .1s linear;
  -o-transition: .1s linear;
  -moz-transition: .1s linear;
  transition: .1s linear;
}

.fancybox-content {
  cursor: pointer !important;
}

.fancybox,
.fancy-photo {
  display: block;
}

.cust-accordion {
  padding: 25px 0;
  display: block;
}

.cust-accordion > .accord-li {
  display: block;
  overflow: hidden;
}

.cust-accordion > .accord-li.open-start > .accord-content {
  display: block;
}

.accord-btn {
  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: 7px 35px 5px;
  font-size: 25px;
  line-height: 1.15em;
  text-transform: uppercase;
  min-height: 60px;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  color: #513700;
  border-bottom: 1px solid #7D125F;
}

.accord-btn .arr-dn-ic {
  height: 12px;
  width: 24px;
  min-width: 24px;
  background-image: url("../img/_style/_svg/arr_dn.svg");
  margin-top: -3px;
}

.accord-btn.on {
  background-color: #7D125F;
  color: #fff;
}

.accord-btn.on .arr-dn-ic {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accord-content {
  display: none;
}

.accord-content-inner {
  padding: 35px;
}

.cust-inp,
.cust-textarea {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  position: relative;
}

.cust-inp span,
.cust-textarea span {
  display: block;
}

.cust-inp input,
.cust-textarea input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  display: block;
  padding: 13px 20px 10px;
  width: 100%;
  height: 48px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  border: 1px solid #CECECE;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #909090;
  background-color: #fff;
}

.cust-inp textarea,
.cust-textarea textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  display: block;
  padding: 13px 20px;
  width: 100%;
  height: 100px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #CECECE;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #909090;
  background-color: #fff;
  resize: none;
}

.cust-inp *::-webkit-input-placeholder, .cust-textarea *::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
  color: #CECECE;
}

.cust-inp *:-moz-placeholder, .cust-textarea *:-moz-placeholder {
  opacity: 1;
  -moz-transition: .3s;
  transition: .3s;
  color: #CECECE;
}

.cust-inp *::-moz-placeholder, .cust-textarea *::-moz-placeholder {
  opacity: 1;
  -moz-transition: .3s;
  transition: .3s;
  color: #CECECE;
}

.cust-inp *:-ms-input-placeholder, .cust-textarea *:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: .3s;
  transition: .3s;
  color: #CECECE;
}

.cust-inp *::-ms-input-placeholder, .cust-textarea *::-ms-input-placeholder {
  opacity: 1;
  -ms-transition: .3s;
  transition: .3s;
  color: #CECECE;
}

.cust-inp *::placeholder,
.cust-textarea *::placeholder {
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #CECECE;
}

.cust-inp *:focus,
.cust-textarea *:focus {
  border-color: #7D125F;
}

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

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

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

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

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

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

.cust-inp .inp-icon-btn,
.cust-textarea .inp-icon-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  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: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cust-inp .inp-icon-btn + input,
.cust-textarea .inp-icon-btn + input {
  padding-right: 45px;
}

.upload-field {
  margin-bottom: 15px;
}

.upload-field .field-notice {
  font-size: 15px;
  color: #222;
}

.upload-doc {
  position: relative;
}

.upload-doc:not(.empty) .upload-ic {
  display: none;
}

.upload-doc.empty .clear-btn {
  display: none;
}

.upload-doc.empty .upload-txt-btn {
  color: #637A85;
}

.upload-doc .upload-input {
  position: absolute;
  z-index: -2;
  width: 0;
  height: 0;
  opacity: 0;
}

.upload-doc .clear-btn {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px;
       -o-background-size: 16px;
          background-size: 16px;
  background-image: url("../img/_style/_svg/close.svg");
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.upload-doc .clear-btn:hover {
  opacity: .75;
}

.upload-txt-btn {
  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;
  height: 50px;
  border: 1px solid #CECECE;
  background-color: #fff;
  padding: 8px 60px 5px 20px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  position: relative;
  color: #909090;
  font-size: 15px;
  line-height: 1.5;
}

.upload-txt-btn .upload-ic {
  position: absolute;
  right: 0;
  top: 0;
}

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

.cust-sel {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  position: relative;
}

.cust-sel .wpcf7-form-control-wrap {
  display: block;
  position: static;
}

.cust-sel .select2 {
  width: 100% !important;
  display: block;
  position: relative;
}

.cust-sel .select2 .selection {
  display: table;
  width: 100%;
}

.cust-sel .select2 .select2-selection__placeholder {
  color: #CECECE;
}

.cust-sel .select2.select2-container--above ~ .select2-container .select2-dropdown {
  -webkit-border-bottom-left-radius: 0 !important;
     -moz-border-radius-bottomleft: 0 !important;
          border-bottom-left-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
     -moz-border-radius-bottomright: 0 !important;
          border-bottom-right-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
     -moz-border-radius-topleft: 0 !important;
          border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
     -moz-border-radius-topright: 0 !important;
          border-top-right-radius: 0 !important;
  border-top: 1px solid #CECECE;
  border-bottom: none;
}

.cust-sel .select2.select2-container--open {
  z-index: 9999;
}

.cust-sel .select2.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cust-sel .select2.select2-container--open .select2-selection {
  border-color: #7D125F !important;
}

.cust-sel .select2.select2-container--open .select2-selection.select2-selection--multiple::after {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cust-sel .select2.select2-container--open ~ .select2-container .select2-dropdown {
  margin-top: 0;
}

.cust-sel .select2 + .select2-container {
  width: 100% !important;
  min-width: 100% !important;
}

.cust-sel .select2-selection {
  height: auto;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 1px solid #CECECE !important;
  cursor: pointer;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: 48px;
  padding: 6px 50px 4px 20px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.cust-sel .select2-selection.select2-selection--multiple::after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background-image: url("../img/_style/_svg/arr_dn.svg");
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px 16px;
       -o-background-size: 16px 16px;
          background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.cust-sel .select2-selection.select2-selection--multiple .select2-search--inline {
  line-height: 0;
}

.cust-sel .select2-selection.select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
  padding-top: 10px;
  line-height: 0;
}

.cust-sel .select2-selection .select2-selection__choice {
  margin-top: 7px;
  margin-right: 7px;
}

.cust-sel .select2-search__field {
  margin-top: 4px !important;
  cursor: pointer;
}

.cust-sel .select2-selection__rendered {
  padding: 0 !important;
  line-height: inherit !important;
  color: inherit !important;
}

.cust-sel .select2-selection__arrow {
  height: auto !important;
  width: 50px !important;
  bottom: 1px;
  background-image: url("../img/_style/_svg/arr_dn.svg");
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px 16px;
       -o-background-size: 16px 16px;
          background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.cust-sel .select2-selection__arrow b {
  display: none;
}

.cust-sel .select2-dropdown {
  border: 1px solid #CECECE;
  border-top: none;
  margin-top: -15px;
  -webkit-transition: .3s margin;
  -o-transition: .3s margin;
  -moz-transition: .3s margin;
  transition: .3s margin;
  width: auto !important;
  min-width: 100%;
  white-space: nowrap;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.cust-sel .select2-results__options {
  max-height: 300px !important;
}

.cust-sel .select2-results__option {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 20px;
  border-bottom: 1px solid #eee;
  -webkit-transition: .25s;
  -o-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
  background-color: #fff !important;
  color: #909090 !important;
}

.cust-sel .select2-results__option:last-child {
  border-bottom: none;
}

.cust-sel .select2-results__option:hover {
  background-color: #7D125F !important;
  color: #fff !important;
}

.cust-sel .select2-results__option[aria-selected$="true"] {
  background-color: #eee !important;
}

.cust-sel .select2-results__option[aria-selected$="true"]:hover {
  cursor: default;
  color: #909090 !important;
}

.cust-sel .select2-results__option.select2-results__message {
  text-transform: none;
  padding: 6px 7px 7px;
  white-space: normal;
  line-height: 1.15;
}

.cust-sel .select2-search__field {
  padding: 7px 10px 5px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #CECECE;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #909090;
  background-color: #fff;
}

.check-lst, .radio-lst {
  color: inherit;
  margin-bottom: 15px;
}

.check-lst .cust-check, .radio-lst .cust-check, .check-lst .cust-radio, .radio-lst .cust-radio,
.check-lst .wpcf7-list-item,
.radio-lst .wpcf7-list-item {
  margin-right: 40px;
}

.check-lst .cust-check:last-child, .radio-lst .cust-check:last-child, .check-lst .cust-radio:last-child, .radio-lst .cust-radio:last-child,
.check-lst .wpcf7-list-item:last-child,
.radio-lst .wpcf7-list-item:last-child {
  margin-right: 0;
}

.cust-check, .cust-radio,
.check-lst .wpcf7-list-item,
.radio-lst .wpcf7-list-item,
.policy-field .wpcf7-list-item {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cust-check label, .cust-radio label,
.check-lst .wpcf7-list-item label,
.radio-lst .wpcf7-list-item label,
.policy-field .wpcf7-list-item label {
  cursor: pointer;
  display: block;
  margin: 0;
}

.cust-check input, .cust-radio input,
.check-lst .wpcf7-list-item input,
.radio-lst .wpcf7-list-item input,
.policy-field .wpcf7-list-item input {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}

.cust-check input:checked ~ .check-ic, .cust-radio input:checked ~ .check-ic, .cust-check input:checked ~ .radio-ic, .cust-radio input:checked ~ .radio-ic,
.cust-check input:checked ~ .wpcf7-list-item-label::before,
.cust-radio input:checked ~ .wpcf7-list-item-label::before,
.check-lst .wpcf7-list-item input:checked ~ .check-ic,
.radio-lst .wpcf7-list-item input:checked ~ .check-ic,
.check-lst .wpcf7-list-item input:checked ~ .radio-ic,
.radio-lst .wpcf7-list-item input:checked ~ .radio-ic,
.check-lst .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before,
.radio-lst .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before,
.policy-field .wpcf7-list-item input:checked ~ .check-ic,
.policy-field .wpcf7-list-item input:checked ~ .radio-ic,
.policy-field .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before {
  background-image: url("../img/_style/_svg/check.svg");
}

.cust-check input[type=radio] ~ .check-ic, .cust-radio input[type=radio] ~ .check-ic, .cust-check input[type=radio] ~ .radio-ic, .cust-radio input[type=radio] ~ .radio-ic,
.cust-check input[type=radio] ~ .wpcf7-list-item-label::before,
.cust-radio input[type=radio] ~ .wpcf7-list-item-label::before,
.check-lst .wpcf7-list-item input[type=radio] ~ .check-ic,
.radio-lst .wpcf7-list-item input[type=radio] ~ .check-ic,
.check-lst .wpcf7-list-item input[type=radio] ~ .radio-ic,
.radio-lst .wpcf7-list-item input[type=radio] ~ .radio-ic,
.check-lst .wpcf7-list-item input[type=radio] ~ .wpcf7-list-item-label::before,
.radio-lst .wpcf7-list-item input[type=radio] ~ .wpcf7-list-item-label::before,
.policy-field .wpcf7-list-item input[type=radio] ~ .check-ic,
.policy-field .wpcf7-list-item input[type=radio] ~ .radio-ic,
.policy-field .wpcf7-list-item input[type=radio] ~ .wpcf7-list-item-label::before {
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
  background-image: none;
}

.cust-check input[type=radio]:checked ~ .check-ic, .cust-radio input[type=radio]:checked ~ .check-ic, .cust-check input[type=radio]:checked ~ .radio-ic, .cust-radio input[type=radio]:checked ~ .radio-ic,
.cust-check input[type=radio]:checked ~ .wpcf7-list-item-label::before,
.cust-radio input[type=radio]:checked ~ .wpcf7-list-item-label::before,
.check-lst .wpcf7-list-item input[type=radio]:checked ~ .check-ic,
.radio-lst .wpcf7-list-item input[type=radio]:checked ~ .check-ic,
.check-lst .wpcf7-list-item input[type=radio]:checked ~ .radio-ic,
.radio-lst .wpcf7-list-item input[type=radio]:checked ~ .radio-ic,
.check-lst .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::before,
.radio-lst .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::before,
.policy-field .wpcf7-list-item input[type=radio]:checked ~ .check-ic,
.policy-field .wpcf7-list-item input[type=radio]:checked ~ .radio-ic,
.policy-field .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::before {
  background-color: #909090;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #CECECE;
     -moz-box-shadow: 0 0 0 1px #CECECE;
          box-shadow: 0 0 0 1px #CECECE;
}

.check-lst .wpcf7-list-item-label, .radio-lst .wpcf7-list-item-label,
.policy-field .wpcf7-list-item-label {
  position: relative;
}

.check-lst .wpcf7-list-item-label::before, .radio-lst .wpcf7-list-item-label::before,
.policy-field .wpcf7-list-item-label::before {
  content: '';
}

.check-ic, .radio-ic, .check-lst .wpcf7-list-item-label::before, .radio-lst .wpcf7-list-item-label::before,
.policy-field .wpcf7-list-item-label::before {
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #CECECE;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.check-title, .radio-title, .check-lst .wpcf7-list-item-label, .radio-lst .wpcf7-list-item-label,
.policy-field .wpcf7-list-item-label {
  display: block;
  padding-left: 30px;
  font-size: 16px;
}

.check-title a, .radio-title a,
.check-lst .wpcf7-list-item-label a,
.radio-lst .wpcf7-list-item-label a,
.policy-field .wpcf7-list-item-label a {
  color: #7D125F;
  text-decoration: underline;
}

.check-title a:hover, .radio-title a:hover,
.check-lst .wpcf7-list-item-label a:hover,
.radio-lst .wpcf7-list-item-label a:hover,
.policy-field .wpcf7-list-item-label a:hover {
  text-decoration: none;
}

.pagination-wrap {
  margin: 50px 0;
}

.page-numbers {
  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;
}

.page-numbers li {
  font-size: 14px;
  line-height: 1;
  padding-right: 4px;
  color: #000;
}

.page-numbers li > a,
.page-numbers li > span {
  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: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid #7D125F;
  text-decoration: none;
}

.page-numbers li > a.current,
.page-numbers li > span.current {
  font-family: "HelveticaNeueMedium", sans-serif;
  background-color: #7D125F;
  color: #fff;
}

.page-numbers li > a.prev:hover, .page-numbers li > a.next:hover,
.page-numbers li > span.prev:hover,
.page-numbers li > span.next:hover {
  background-color: #7D125F;
  color: #fff;
}

.page-numbers li > a.prev:hover .arr-left-ic,
.page-numbers li > a.prev:hover .arr-right-ic, .page-numbers li > a.next:hover .arr-left-ic,
.page-numbers li > a.next:hover .arr-right-ic,
.page-numbers li > span.prev:hover .arr-left-ic,
.page-numbers li > span.prev:hover .arr-right-ic,
.page-numbers li > span.next:hover .arr-left-ic,
.page-numbers li > span.next:hover .arr-right-ic {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.arr-left-ic,
.arr-right-ic {
  width: 13px;
  height: 13px;
}

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

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

.modal {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.modal .modal-dialog {
  margin-left: auto !important;
  margin-right: auto !important;
}

.modal .modal-content {
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.modal .modal-footer {
  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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .modal-footer .btn, .modal .modal-footer .btn-form {
  margin: 5px;
  min-width: 175px;
}

.modal-header {
  padding-right: 55px;
  border: none;
}

.modal-header .modal-title {
  margin: 0;
}

.modal-header .btn-close {
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/_style/_svg/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-background-size: 20px 20px;
     -moz-background-size: 20px;
       -o-background-size: 20px;
          background-size: 20px;
  opacity: 1;
}

.modal-header .btn-close:hover {
  opacity: .75;
}

.modal-title {
  margin-bottom: 20px;
  text-align: center;
}

.modal-title .title-descr {
  margin-top: 10px;
}

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

.img-svg {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  overflow: hidden !important;
  position: relative;
  z-index: 2;
}

.img-svg .int-expl-image {
  display: none;
}

.img-svg svg {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.img-svg image {
  width: 100%;
  height: 100%;
  display: block;
}

html.int-expl .img-svg svg {
  display: none;
}

html.int-expl .img-svg .int-expl-image {
  display: block;
}

.btn-more-wrap {
  margin-top: 75px;
}

.btns-line {
  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;
  margin-left: -10px;
  margin-right: -10px;
}

.btns-line .btn, .btns-line .btn-form {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}

.btn, .btn-form {
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  text-align: center;
  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: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 35px 5px;
  height: 48px;
  border: 1px solid #7D125F;
  color: #7D125F;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  min-width: 125px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}

.btn i[class*="-ic"], .btn-form i[class*="-ic"] {
  margin-top: -2px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}

.btn i[class*="-ic"] + span, .btn-form i[class*="-ic"] + span {
  margin-left: 15px;
}

.btn span, .btn-form span {
  display: inline-block;
}

.btn span + i[class*="-ic"], .btn-form span + i[class*="-ic"] {
  margin-left: 15px;
}

.btn:hover, .btn-form:hover {
  color: #fff;
  background-color: #7D125F;
}

.btn:hover i[class*="-ic"], .btn-form:hover i[class*="-ic"] {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.btn:active, .btn-form:active {
  opacity: .8;
}

.btn.btn-fill, .btn-fill.btn-form {
  background-color: #7D125F;
  color: #fff;
}

.btn.btn-fill i[class*="-ic"], .btn-fill.btn-form i[class*="-ic"] {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.btn.btn-fill:hover, .btn-fill.btn-form:hover {
  background-color: #77195d;
  border-color: #77195d;
}

.btn.btn-white, .btn-white.btn-form {
  border-color: #fff;
  color: #fff;
}

.btn.btn-white .btn-ic, .btn-white.btn-form .btn-ic {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.btn.btn-white:hover, .btn-white.btn-form:hover {
  background-color: #fff;
  color: #7D125F;
}

.btn.btn-white:hover .btn-ic, .btn-white.btn-form:hover .btn-ic {
  -webkit-filter: invert(20%) sepia(100%) saturate(7472%) hue-rotate(346deg) brightness(67%) contrast(105%);
          filter: invert(20%) sepia(100%) saturate(7472%) hue-rotate(346deg) brightness(67%) contrast(105%);
}

.btn-form {
  position: relative;
}

.btn-form input {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.btn-dn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  font-size: 35px;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  z-index: 10;
  bottom: 80px;
  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);
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.btn-dn span {
  display: block;
  -webkit-transition: .15s;
  -o-transition: .15s;
  -moz-transition: .15s;
  transition: .15s;
}

.btn-dn .down-ic {
  position: absolute;
  left: 50%;
  top: -webkit-calc(100% + 15px);
  top: -moz-calc(100% + 15px);
  top: calc(100% + 15px);
  margin-left: -10px;
  -webkit-transition: .15s;
  -o-transition: .15s;
  -moz-transition: .15s;
  transition: .15s;
}

.btn-dn:hover span {
  color: #7D125F;
}

.btn-dn:not(:hover) .down-ic {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.btn-more {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.btn-more .down-ic {
  -webkit-transition: .15s;
  -o-transition: .15s;
  -moz-transition: .15s;
  transition: .15s;
}

.btn-top {
  position: fixed;
  z-index: 777;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #7D125F;
  cursor: pointer;
  -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: 20px 20px;
     -moz-background-size: 20px;
       -o-background-size: 20px;
          background-size: 20px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.25);
     -moz-box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.25);
  opacity: 0;
}

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

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

.toggle-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  outline: none !important;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
}

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

.toggle-btn span::after, .toggle-btn span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -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: 10px;
}

.toggle-btn.on span {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
}

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

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

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

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

.arr-dn-ic {
  width: 14px;
  height: 14px;
  background-image: url("../img/_style/_svg/arr_dn.svg");
}

.ext-lnk-ic,
.loacale-ic,
.down-ic,
.pdf-ic,
.btn-ic {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

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

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

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

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

.shortlist-ic {
  width: 42px;
  height: 42px;
}

/*============= hover-dropdown =============*/
.hover-dropdown {
  overflow: hidden;
  position: relative;
  z-index: 9999;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hover-dropdown .arr-dn-ic {
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.hover-dropdown.hover {
  overflow: visible;
  z-index: 99999;
}

.hover-dropdown.hover .arr-dn-ic {
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hover-dropdown-btn {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.hover-dropdown-btn span {
  display: inline-block;
  vertical-align: middle;
}

.hover-dropdown-box {
  position: absolute;
  top: 100%;
  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);
  min-width: 100%;
  line-height: 1em;
  -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-dropdown-box ul {
  white-space: nowrap;
  color: #909090;
}

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

/*============= hover-dropdown END =============*/
body.mnu-open {
  overflow: hidden;
}

.mnu-wrap {
  display: none;
  position: absolute;
  z-index: 50;
  left: 0;
  top: 100%;
  width: 100%;
  height: -webkit-calc(100vh - 85px);
  height: -moz-calc(100vh - 85px);
  height: calc(100vh - 85px);
  background-color: #7D125F;
  overflow-y: auto;
  padding: 100px 0 0;
}

.main-mnu {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 75px;
  text-align: center;
}

.main-mnu > li {
  margin-bottom: 75px;
}

.main-mnu > li:last-child {
  margin: 0;
}

.main-mnu li > a,
.main-mnu li > span,
.main-mnu li > .main-sub-lnk a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  display: inline-block;
}

.main-mnu li > a:hover,
.main-mnu li > span:hover,
.main-mnu li > .main-sub-lnk a:hover {
  text-decoration: none;
  border-color: #fff;
}

.main-mnu li.active > a,
.main-mnu li.active > span,
.main-mnu li.active > .main-sub-lnk a {
  border-color: #fff;
}

.main-mnu li.hover-mobile > .main-sub-lnk .arr-dn-ic {
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.main-sub-lnk {
  position: relative;
}

.main-sub-lnk > a,
.main-sub-lnk > span {
  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;
}

.main-sub-lnk .mnu-icon {
  width: 0;
}

.main-sub-lnk .arr-dn-ic {
  -webkit-transition: .25s transform;
  -o-transition: .25s transform;
  -moz-transition: .25s transform;
  transition: .25s transform;
}

.main-sub-lnk .btn-sub-mnu {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  outline: none !important;
  opacity: 0;
  position: absolute !important;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  opacity: .5;
}

html.touch .main-sub-lnk .btn-sub-mnu {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.sub-mnu {
  display: none;
}

.sub-mnu ul {
  padding: 20px 20px;
}

.sub-mnu li {
  margin-bottom: 15px;
}

.sub-mnu li:last-child {
  margin: 0 !important;
}

.main-head, .inner-head {
  color: inherit;
  height: 105px;
}

.main-head.transparent, .transparent.inner-head {
  height: auto;
}

.main-head.transparent:not(.fixed) .head-top, .transparent.inner-head:not(.fixed) .head-top {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #fff;
}

.main-head.transparent:not(.fixed) .main-mnu, .transparent.inner-head:not(.fixed) .main-mnu {
  color: #fff;
}

.main-head.transparent:not(.fixed) .lang-lst li::after, .transparent.inner-head:not(.fixed) .lang-lst li::after {
  background-color: #fff;
}

.main-head.transparent:not(.fixed) .toggle-btn, .transparent.inner-head:not(.fixed) .toggle-btn {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.head-top {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 320px;
  background-color: #7D125F;
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
  border-bottom: 1px solid transparent;
}

.head-line {
  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;
  position: relative;
}

.head-cell {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.head-cell:nth-child(1), .head-cell:nth-child(3) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.head-cell:nth-child(3) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.logo {
  display: block;
  height: 75px;
  width: auto;
  position: relative;
}

.logo > img {
  display: block;
  height: 100% !important;
  width: auto;
}

.logo .logo-flip {
  width: 100%;
  height: 100%;
}

.logo .logo-flip img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

@-webkit-keyframes logo_flip {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  45% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  95% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}

@-moz-keyframes logo_flip {
  0% {
    -moz-transform: rotateY(0);
         transform: rotateY(0);
  }
  45% {
    -moz-transform: rotateY(0);
         transform: rotateY(0);
  }
  50% {
    -moz-transform: rotateY(180deg);
         transform: rotateY(180deg);
  }
  95% {
    -moz-transform: rotateY(180deg);
         transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0);
         transform: rotateY(0);
  }
}

@-o-keyframes logo_flip {
  0% {
    transform: rotateY(0);
  }
  45% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  95% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0);
  }
}

@keyframes logo_flip {
  0% {
    -webkit-transform: rotateY(0);
       -moz-transform: rotateY(0);
            transform: rotateY(0);
  }
  45% {
    -webkit-transform: rotateY(0);
       -moz-transform: rotateY(0);
            transform: rotateY(0);
  }
  50% {
    -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  95% {
    -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
       -moz-transform: rotateY(0);
            transform: rotateY(0);
  }
}

.logo-flip {
  display: block;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 1.75s;
  -o-transition: 1.75s;
  -moz-transition: 1.75s;
  transition: 1.75s;
  -webkit-animation-name: logo_flip;
     -moz-animation-name: logo_flip;
       -o-animation-name: logo_flip;
          animation-name: logo_flip;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
       -o-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
     -moz-animation-delay: 0s;
       -o-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 10s;
     -moz-animation-duration: 10s;
       -o-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: ease;
     -moz-animation-timing-function: ease;
       -o-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.logo-flip .image-front,
.logo-flip .image-back {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
}

.logo-flip .image-back {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.lang-choose {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.lang-lst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

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

.lang-lst a:hover {
  text-decoration: underline;
}

.lang-lst li {
  margin-right: 12px;
  position: relative;
}

.lang-lst li::after {
  content: '';
  display: block;
  position: absolute;
  right: -6px;
  top: 0;
  width: 1px;
  height: 16px;
  background-color: #909090;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.lang-lst li:last-child {
  margin-right: 0;
}

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

.lang-lst li.active a {
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
  body.mnu-open {
    overflow: visible;
  }
  .head-line {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .head-cell:nth-child(1), .head-cell:nth-child(3) {
    padding: 0;
  }
  .head-cell:nth-child(1) {
    padding-left: 20px;
  }
  .head-cell:nth-child(2) {
    padding-right: 30px;
  }
  .lang-choose {
    border-left: 1px solid #CECECE;
    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: 12px 20px 15px;
  }
  .toggle-btn {
    display: none;
  }
  .mnu-wrap {
    display: block !important;
    background-color: transparent;
    position: static;
    padding: 0 30px 0 0;
    width: auto;
    overflow: visible;
    height: auto;
  }
  .main-mnu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 800;
    padding: 0;
    color: #fff;
    height: 100%;
  }
  .main-mnu > li {
    position: relative;
    margin: 0;
    padding: 10px 15px;
    z-index: 10;
    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;
  }
  .main-mnu > li > a,
  .main-mnu > li > span,
  .main-mnu > li > .main-sub-lnk a {
    display: block;
    text-align: center;
    line-height: 1.25;
    padding: 5px;
    border: none;
  }
  .main-mnu > li > a:hover,
  .main-mnu > li > span:hover,
  .main-mnu > li > .main-sub-lnk a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .main-mnu li.active > a,
  .main-mnu li.active > span,
  .main-mnu li.active > .main-sub-lnk a {
    color: #fff;
    text-decoration: underline;
  }
  .main-mnu .sub-mnu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    white-space: nowrap;
    height: 0;
    overflow: hidden;
  }
  .main-mnu ul {
    background-color: #eee;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    opacity: 0;
  }
  .sub-mnu {
    font-size: 15px;
  }
  .sub-mnu li {
    margin-bottom: 10px;
  }
  .main-sub-lnk .btn-sub-mnu {
    display: none;
  }
  html.touch .main-mnu > li .sub-mnu {
    height: auto;
    overflow: visible;
  }
  html.touch .main-mnu > li .sub-mnu ul {
    opacity: 1;
  }
  html:not(.touch) .main-mnu .sub-mnu {
    display: block !important;
  }
  html:not(.touch) .main-mnu > li.hover-mobile > .main-sub-lnk .arr-dn-ic {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  html:not(.touch) .main-mnu > li.hover > .main-sub-lnk .arr-dn-ic {
    -webkit-transform: rotateX(180deg);
       -moz-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  html:not(.touch) .main-mnu > li.hover .sub-mnu {
    height: auto;
    overflow: visible;
  }
  html:not(.touch) .main-mnu > li.hover .sub-mnu ul {
    opacity: 1;
  }
}

@media only screen and (min-width: 1500px) {
  .lang-choose {
    padding: 12px 30px 15px;
  }
  .main-mnu {
    font-size: 14px;
  }
  .main-mnu > li {
    padding: 10px 25px;
  }
}

@media only screen and (min-width: 1900px) {
  .head-cell:nth-child(1) {
    padding-left: 0;
  }
  .main-mnu > li {
    padding: 10px 40px;
  }
}

@media only screen and (max-width: 991.98px) {
  body.mnu-open {
    overflow: hidden;
  }
  body.mnu-open .head-top {
    background-color: #7D125F !important;
    color: #fff;
  }
  body.mnu-open .head-top .lang-lst li::after {
    background-color: #fff;
  }
  body.mnu-open .head-top .logo,
  body.mnu-open .head-top .toggle-btn {
    -webkit-filter: brightness(0) invert(100%);
            filter: brightness(0) invert(100%);
  }
  body.mnu-open .logo-flip .image-front,
  body.mnu-open .logo-flip .image-back {
    background-color: transparent;
  }
  .main-head, .inner-head {
    color: inherit;
    height: 85px;
  }
  .head-top {
    border: none;
  }
  .head-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 20px;
  }
  .head-cell {
    padding: 10px 0;
  }
  .head-cell:nth-child(1) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .head-cell:nth-child(3) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .logo {
    display: block;
    height: 65px;
    width: 65px;
  }
}

@media only screen and (max-width: 414px) {
  .main-mnu {
    font-size: 26px;
  }
  .main-mnu > li {
    margin-bottom: 55px;
  }
}

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

.slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: .25s;
  -o-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
     -moz-background-size: 20px 20px;
       -o-background-size: 20px 20px;
          background-size: 20px 20px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  color: transparent;
  border: none;
  outline: none !important;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.slick-arrow::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  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%);
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: .1s;
  -o-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
}

.slick-arrow:hover {
  background-color: #7D125F;
}

.slick-arrow:hover::before {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.slick-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

.slick-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.slick-next::before {
  background-image: url("../img/_style/_svg/arr_r.svg");
}

.top-screen {
  position: relative;
}

.top-screen::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

.top-screen .btn-dn {
  z-index: 5;
}

.top-screen-image {
  position: relative;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.top-screen-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.top-screen-inner {
  position: relative;
  z-index: 3;
  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: 100vh;
  padding: 150px 0 50px;
}

.top-screen-txt, .top-screen-logo {
  width: 100%;
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.top-screen-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 480px;
  margin: auto;
}

.main-head:not(.transparent) ~ .layout .top-screen:first-child .top-screen-inner, .inner-head:not(.transparent) ~ .layout .top-screen:first-child .top-screen-inner,
.inner-head:not(.transparent) ~ .layout .top-screen:first-child .top-screen-inner {
  padding-top: 50px;
  padding-bottom: 100px;
  min-height: -webkit-calc(100vh - 105px);
  min-height: -moz-calc(100vh - 105px);
  min-height: calc(100vh - 105px);
}

.sect-map {
  background-color: #F7F7F7;
}

.filter-line-box {
  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;
  position: relative;
  z-index: 5;
}

.filter-inputs .cust-inp {
  margin: 0;
  min-width: 320px;
}

.filter-inputs .cust-inp input {
  border-color: transparent;
}

.filter-btns {
  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-left: 10px;
  margin-right: -10px;
}

.filter-btns .btn, .filter-btns .btn-form {
  margin: 0 10px;
}

.filter-toggle-fields-1,
.filter-toggle-fields-2 {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  max-height: 0;
  overflow: hidden;
}

.filter-toggle-fields-1 .filter-fields,
.filter-toggle-fields-2 .filter-fields {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.filter-toggle-fields-1.open,
.filter-toggle-fields-2.open {
  overflow: visible;
  max-height: none;
}

.filter-toggle-fields-1.open .filter-fields,
.filter-toggle-fields-2.open .filter-fields {
  margin-top: 30px;
  opacity: 1;
}

.filter-fields {
  padding: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
}

.filter-title {
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 35px;
}

.field-itm {
  margin-bottom: 50px;
}

.field-itm .check-lst, .field-itm .radio-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;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}

.field-itm .check-lst li, .field-itm .radio-lst li {
  width: 25%;
  min-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.fields-title {
  border-bottom: 1px solid #CECECE;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 800;
}

.field-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
}

.field-line .field-itm {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}

.field-line .field-itm:last-child {
  margin-right: 0;
}

.filter-fields-bottom {
  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-fields-bottom .fields-title {
  margin: 0;
  padding: 0;
  border: none;
}

.filter-fields-bottom .filter-btns {
  margin-right: 0;
}

.filter-fields-bottom .filter-btns .btn, .filter-fields-bottom .filter-btns .btn-form {
  margin: 0;
}

.map-wrap {
  position: relative;
  width: 100%;
}

.map-wrap .map,
.map-wrap iframe {
  display: block !important;
  width: 100% !important;
  height: -webkit-calc(100vh - 100px) !important;
  height: -moz-calc(100vh - 100px) !important;
  height: calc(100vh - 100px) !important;
  min-height: 400px;
}

.map-wrap .gm-style {
  font-family: inherit !important;
}

.map-wrap .gm-style-iw.gm-style-iw-c {
  padding: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  min-width: 400px !important;
  max-width: 400px !important;
  max-height: -webkit-calc(100vh - 200px) !important;
  max-height: -moz-calc(100vh - 200px) !important;
  max-height: calc(100vh - 200px) !important;
}

.map-wrap .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  padding: 0 !important;
  width: 100%;
  max-height: -webkit-calc(100vh - 218px) !important;
  max-height: -moz-calc(100vh - 218px) !important;
  max-height: calc(100vh - 218px) !important;
  overflow-y: auto !important;
}

.map-wrap .gm-style-iw.gm-style-iw-c > .gm-ui-hover-effect {
  z-index: 10;
  top: 0 !important;
  right: 0 !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-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;
}

.map-wrap .gm-style-iw.gm-style-iw-c > .gm-ui-hover-effect span {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}

.map-wrap .gm-style-iw .gm-style-iw-chr {
  margin-bottom: -48px;
  position: relative;
  z-index: 10;
}

.map-wrap .gm-style-iw .gm-style-iw-chr .gm-style-iw-ch {
  padding: 0;
}

.map-wrap .gm-style-iw .gm-style-iw-chr .gm-ui-hover-effect {
  position: relative;
}

.map-wrap .gm-style-iw .gm-style-iw-chr .gm-ui-hover-effect::before {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  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%);
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
  background-color: #fff;
}

.map-wrap .hotel-card {
  width: 100%;
  padding: 0;
}

.map-wrap .hotel-card-image .cover-img {
  max-height: 300px;
}

.map-wrap .hotel-card-txt .title-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;
}

.map-wrap .hotel-card-txt .title-wrap .sub-title-accent {
  margin-bottom: 20px;
}

.map-wrap .hotel-card-txt .title-wrap .sub-title {
  font-size: 14px;
}

.map-wrap .hotel-card-txt .title-wrap > * {
  width: 100%;
}

.map-wrap .hotel-card-txt .title-wrap .h3-title {
  -webkit-box-ordinal-group: 100;
  -webkit-order: 99;
     -moz-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}

.map-wrap .hotel-card-txt .btns-line {
  line-height: 1;
}

.map-wrap .hotel-card-txt .btns-line .btn, .map-wrap .hotel-card-txt .btns-line .btn-form {
  padding-bottom: 7px;
}

.sect-hotels {
  background-color: #EBEBEB;
}

.hotels-box {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 100px;
}

.hotels-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;
}

.hotel-card {
  padding: 100px 20px 0;
  width: 33.33%;
  min-width: 33.33%;
}

.hotel-card-inner {
  height: 100%;
  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;
}

.hotel-card-image {
  display: block;
  overflow: hidden;
}

.hotel-card-image:hover {
  opacity: .9;
}

.hotel-card-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  background-color: #fff;
  padding: 30px 15px 30px 30px;
}

.hotel-card-txt .title-wrap {
  margin-bottom: 5px;
  line-height: 1.25;
}

.hotel-card-txt .title-wrap * {
  line-height: inherit;
}

.hotel-card-txt .sub-title-accent {
  margin-bottom: 40px;
}

.hotel-card-txt .sub-title {
  margin-top: 10px;
}

.sect-shortlist, .sect-offers, .sect-package,
.sect-package-single, .sect-package-lst,
.sect-package-home-lst {
  padding: 230px 0 150px;
  color: #513700;
  background-color: #EBEBEB;
}

.sect-shortlist .title-wrap, .sect-offers .title-wrap, .sect-package .title-wrap, .sect-package-single .title-wrap, .sect-package-lst .title-wrap, .sect-package-home-lst .title-wrap {
  color: #7D125F;
}

.shortlist ul {
  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;
}

.shortlist li {
  margin-bottom: 25px;
  padding-right: 50px;
  width: 50%;
  min-width: 50%;
}

.shortlist-itm {
  position: relative;
  display: block;
  padding-left: 75px;
  min-height: 42px;
  text-decoration: none;
}

.shortlist-itm .shortlist-ic {
  position: absolute;
  left: 0;
  top: -8px;
}

a.shortlist-itm:hover {
  text-decoration: underline;
}

.invite-box, .invite-small-box {
  background-color: #7D125F;
  padding: 125px 0;
}

.invite-box .btn-wrap, .invite-small-box .btn-wrap {
  text-align: center;
}

.invite-box:last-child, .invite-small-box:last-child {
  margin-bottom: 100px;
}

.sect-column {
  padding: 100px 0;
}

.column-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.column-left .sub-title {
  font-size: 14px;
  margin-bottom: 0;
}

.column-left,
.column-right {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  min-width: 50%;
}

.column-left .logos-lst,
.column-right .logos-lst {
  margin-right: -50px;
}

.column-left .logo-itm,
.column-right .logo-itm {
  margin-right: 40px;
}

.image-lnk {
  display: block;
}

.image-lnk img {
  width: 100%;
  height: auto;
}

.image-itm > img,
.image-itm > .img-slider-wrap,
.image-itm-fluid > img,
.image-itm-fluid > .img-slider-wrap,
.image-itm-vertical > img,
.image-itm-vertical > .img-slider-wrap {
  display: block;
  width: 100%;
}

.column-right .image-itm-fluid {
  margin-right: -webkit-calc(719px - 50vw);
  margin-right: -moz-calc(719px - 50vw);
  margin-right: calc(719px - 50vw);
}

.column-right .image-itm,
.column-right .image-itm-vertical {
  margin-right: -webkit-calc(824px - 50vw);
  margin-right: -moz-calc(824px - 50vw);
  margin-right: calc(824px - 50vw);
}

.column-right .image-itm-vertical {
  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;
}

.column-right .image-itm-vertical > .image-lnk {
  max-width: 600px;
}

.sect-offers, .sect-package,
.sect-package-single, .sect-package-lst,
.sect-package-home-lst {
  background-color: #EBEBEB;
  padding: 120px 0 100px;
}

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

.img-slider-wrap .dots-nav {
  display: none;
}

.sect-details {
  background-color: #EBEBEB;
  color: #7D125F;
  padding: 200px 0 125px;
}

.details-box {
  max-width: 1280px;
  margin: 0 auto;
}

.details-itm-content {
  max-width: 950px;
}

.details-itm {
  margin-bottom: 55px;
}

.details-itm-title {
  color: #7D125F;
  border-bottom: 1px solid #7D125F;
  padding-top: 15px;
  padding-bottom: 25px;
  margin-bottom: 50px;
}

.details-itm-title h2, .details-itm-title .h2-title {
  font-size: 72px;
}

.details-bottom-line {
  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;
}

.details-contact-lst {
  margin-top: 55px;
  font-size: 20px;
  color: #7D125F;
}

.details-contact-lst li {
  min-height: 25px;
}

.details-contact-lst a {
  text-decoration: none;
}

.details-contact-lst a:hover {
  text-decoration: underline;
}

.quantitative-details {
  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;
  margin-left: -15px;
  margin-right: -15px;
}

.quantitative-cell {
  width: 25%;
  min-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.quantitative-itm {
  padding: 50px 10px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #C1B9A7;
  font-size: 18px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  min-height: 220px;
}

.quantitative-itm > * {
  display: block;
  width: 100%;
}

.quantitative-itm strong {
  font-weight: 700;
  margin-bottom: 15px;
}

.quantitative-itm h2, .quantitative-itm .h2-title {
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 30px;
}

.quantitative-details-table {
  width: 100%;
  max-width: 800px;
  margin-top: 50px;
  margin-bottom: 120px;
}

.quantitative-details-table td {
  width: 50%;
  border: 1px solid #7D125F;
  padding: 13px 30px 12px;
}

.quantitative-details-table .thead-mobile {
  display: none;
  font-weight: 700;
}

.quantitative-details-table thead {
  color: #7D125F;
  font-weight: 700;
}

.quantitative-details-table thead td {
  background-color: #bab29e;
}

.sect-package,
.sect-package-single {
  background-color: #E2DBC8;
}

.package-box {
  margin: -24px -12px 0;
}

.package-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;
}

.package-itm {
  padding: 24px 12px 0;
  width: 33.33%;
  min-width: 33.33%;
}

.package-itm-inner {
  border: 2px solid #fff;
  padding: 40px;
  height: 100%;
}

.package-itm-inner .title-wrap {
  margin-bottom: 15px;
}

.package-itm-inner .sub-title {
  color: #7D125F;
}

.package-itm-inner .btns-line {
  margin-top: 20px;
}

.package-itm-inner .package-itm-brief {
  max-width: 320px;
}

.package-itm-inner .package-itm-brief p:last-child {
  margin-bottom: 0;
}

.sect-package-single .shortlist li {
  width: 100%;
}

.sect-package-single .package-box {
  margin-right: -webkit-calc(812px - 50vw);
  margin-right: -moz-calc(812px - 50vw);
  margin-right: calc(812px - 50vw);
}

.sect-package-single .package-itm {
  width: 100%;
}

.sect-package-single .package-itm-inner .sub-title {
  color: #513700;
}

.sect-package-single .package-itm-brief {
  max-width: 340px;
}

.sect-package-lst,
.sect-package-home-lst {
  background-color: #fff;
}

.sect-package-lst {
  color: #909090;
}

.sect-package-lst .title-wrap {
  color: inherit;
}

.package-card-lst {
  margin-left: -45px;
  margin-right: -45px;
}

.package-card-itm {
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 120px;
  padding-bottom: 50px;
  border-bottom: 1px solid #CECECE;
}

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

.package-card-itm-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.package-card-itm-txt,
.package-card-itm-image {
  width: 50%;
  min-width: 50%;
}

.package-card-itm-txt {
  padding-right: 30px;
}

.package-card-itm-txt .btns-line {
  margin-top: 30px;
}

.package-card-itm-txt h1, .package-card-itm-txt .h1-title,
.package-card-itm-txt h2,
.package-card-itm-txt .h2-title,
.package-card-itm-txt h3,
.package-card-itm-txt .h3-title {
  line-height: 1.1;
}

.package-card-itm-txt .sub-title {
  text-transform: none;
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 14px;
}

.package-card-itm-txt .sub-title-accent {
  margin-bottom: 40px;
}

.package-card-itm-brief {
  max-width: 635px;
}

.package-card-itm-brief p + ul {
  margin-top: 40px;
}

.package-card-itm-brief ul li {
  padding-left: 20px;
}

.package-card-itm-brief ul li::before {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.package-card-itm-price {
  margin-top: 55px;
}

.package-card-itm-price strong {
  display: block;
}

.package-card-itm-image img {
  display: block;
  width: 100%;
  max-width: 634px;
  height: auto;
  aspect-ratio: 634 / 451;
  -o-object-fit: cover;
     object-fit: cover;
}

.sect-package-home-lst .package-card-itm .package-card-itm-txt .sub-title-accent {
  margin-bottom: 15px;
}

.invite-small-box {
  padding: 36px 0;
}

.main-foot, .inner-foot {
  color: inherit;
  background-color: #7D125F;
  color: #fff;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 600;
  padding: 50px 0 20px;
  position: relative;
}

.main-foot a, .inner-foot a {
  text-decoration: none;
}

.main-foot a:hover, .inner-foot a:hover {
  text-decoration: underline;
}

.main-foot .logos-lst, .inner-foot .logos-lst {
  margin: 15px;
}

.main-foot .logo-itm, .inner-foot .logo-itm {
  display: block;
}

.main-foot .soc-btn, .inner-foot .soc-btn {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.foot-line {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.foot-left {
  width: 20%;
  min-width: 20%;
  padding-right: 30px;
}

.foot-right {
  width: 80%;
  min-width: 80%;
}

.flex-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.flex-cell {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.f-itm {
  margin-bottom: 30px;
}

.f-itm li {
  min-height: 24px;
}

.logos-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;
}

.logo-itm {
  margin-bottom: 40px;
  width: 100%;
  max-width: 230px;
}

.logo-lnk {
  display: block;
}

.logo-lnk img {
  display: block;
  width: 100%;
  height: auto;
}

.soc-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-background-size: 20px 20px;
     -moz-background-size: 20px 20px;
       -o-background-size: 20px 20px;
          background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.soc-btn:hover {
  opacity: .75;
}

.soc-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;
  margin: 0 -10px;
}

.soc-lst li {
  margin: 0 5px 10px;
}

@media only screen and (min-width: 768px) {
  .main-foot .flex-line, .inner-foot .flex-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .foot-left {
    width: 33.33%;
    min-width: 33.33%;
  }
  .foot-right {
    width: 66.66%;
    min-width: 66.66%;
  }
}

@media only screen and (max-width: 767px) {
  .btn-top {
    right: 5px;
    bottom: 5px;
    width: 40px;
    height: 40px;
  }
  .foot-line {
    position: relative;
  }
  .flex-line {
    display: block;
  }
  .logo-itm {
    margin-bottom: 40px;
    margin-right: 20px;
  }
  .column-left .logo-itm,
  .column-right .logo-itm {
    margin-right: 20px;
  }
  .main-foot .logos-lst, .inner-foot .logos-lst {
    margin: 0;
  }
}

@media only screen and (max-width: 576px) {
  .foot-line {
    display: block;
  }
  .foot-left {
    width: 100%;
    position: relative;
    padding-right: 0;
  }
  .logo-itm {
    max-width: 150px;
  }
  .main-foot, .inner-foot {
    padding: 35px 0 0;
  }
  .main-foot .logos-lst, .inner-foot .logos-lst {
    margin-left: -15px;
    margin-right: -15px;
    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;
  }
  .main-foot .logo-itm, .inner-foot .logo-itm {
    margin: 0 15px 50px;
  }
  .foot-right {
    width: 100%;
    padding-top: 0;
  }
}

/* ========================== Media Queries ========================== */
@media only screen and (max-width: 1899px) {
  .column-right .image-itm,
  .column-right .image-itm-vertical {
    margin-right: -webkit-calc(774px - 50vw);
    margin-right: -moz-calc(774px - 50vw);
    margin-right: calc(774px - 50vw);
  }
  .sect-package-single .package-box {
    margin-right: -webkit-calc(762px - 50vw);
    margin-right: -moz-calc(762px - 50vw);
    margin-right: calc(762px - 50vw);
  }
  .package-card-lst {
    margin-left: -15px;
    margin-right: -15px;
  }
  .package-card-itm {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1599px) {
  .column-right .image-itm-fluid {
    margin-right: -webkit-calc(640px - 50vw);
    margin-right: -moz-calc(640px - 50vw);
    margin-right: calc(640px - 50vw);
  }
  .column-right .image-itm,
  .column-right .image-itm-vertical {
    margin-right: -webkit-calc(660px - 50vw);
    margin-right: -moz-calc(660px - 50vw);
    margin-right: calc(660px - 50vw);
  }
  .sect-package-single .package-box {
    margin-right: -webkit-calc(648px - 50vw);
    margin-right: -moz-calc(648px - 50vw);
    margin-right: calc(648px - 50vw);
  }
  .slick-prev {
    left: 15px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .slick-next {
    right: 15px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media only screen and (max-width: 1440px) {
  .btn-more-wrap {
    margin-top: 55px;
  }
  .title-wrap {
    margin-bottom: 25px;
  }
  .sect-shortlist, .sect-offers, .sect-package,
  .sect-package-single, .sect-package-lst,
  .sect-package-home-lst {
    padding: 100px 0 80px;
  }
  .sect-shortlist .title-wrap, .sect-offers .title-wrap, .sect-package .title-wrap, .sect-package-single .title-wrap, .sect-package-lst .title-wrap, .sect-package-home-lst .title-wrap {
    margin-bottom: 35px;
  }
  .sect-details {
    padding: 100px 0 80px;
  }
  .btn, .btn-form {
    font-size: 12px;
    height: 42px;
    padding: 7px 15px 4px;
  }
  .btn i[class*="-ic"], .btn-form i[class*="-ic"] {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }
  .btn i[class*="-ic"] + span, .btn-form i[class*="-ic"] + span {
    margin-left: 10px;
  }
  .btn span + i[class*="-ic"], .btn-form span + i[class*="-ic"] {
    margin-left: 10px;
  }
  .hotels-box {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 50px;
  }
  .hotel-card {
    padding: 50px 10px 0;
  }
  .hotel-card-txt {
    padding: 20px 15px 20px 20px;
  }
}

@media only screen and (max-width: 1399px) {
  .column-right .image-itm-fluid {
    margin-right: -webkit-calc(570px - 50vw);
    margin-right: -moz-calc(570px - 50vw);
    margin-right: calc(570px - 50vw);
  }
  .column-right .image-itm,
  .column-right .image-itm-vertical {
    margin-right: -webkit-calc(585px - 50vw);
    margin-right: -moz-calc(585px - 50vw);
    margin-right: calc(585px - 50vw);
  }
  .sect-package-single .package-box {
    margin-right: -webkit-calc(573px - 50vw);
    margin-right: -moz-calc(573px - 50vw);
    margin-right: calc(573px - 50vw);
  }
  .map-wrap .map,
  .map-wrap iframe {
    height: 700px !important;
  }
  .map-wrap .gm-style-iw.gm-style-iw-c {
    min-width: 320px !important;
    max-width: 320px !important;
    max-height: 532px !important;
  }
  .map-wrap .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    max-height: 550px !important;
  }
  .map-wrap .hotel-card-image .cover-img {
    max-height: 210px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sect-package-home-lst .container-fluid {
    max-width: 1170px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sect-package-home-lst .container-fluid {
    max-width: 970px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sect-package-home-lst .container-fluid {
    max-width: 750px;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .sect-package-home-lst .container-fluid {
    max-width: 540px;
  }
}

@media only screen and (max-width: 1199px) {
  .shortlist li {
    padding-right: 30px;
    margin-bottom: 20px;
  }
  .hotel-card {
    width: 33.33%;
    min-width: 33.33%;
  }
  .filter-inputs .cust-inp {
    min-width: 220px;
  }
  .column-right .image-itm-fluid {
    margin-right: -webkit-calc(470px - 50vw);
    margin-right: -moz-calc(470px - 50vw);
    margin-right: calc(470px - 50vw);
  }
  .column-right .image-itm,
  .column-right .image-itm-vertical {
    margin-right: -webkit-calc(485px - 50vw);
    margin-right: -moz-calc(485px - 50vw);
    margin-right: calc(485px - 50vw);
  }
  .sect-package-single .package-box {
    margin-right: -webkit-calc(473px - 50vw);
    margin-right: -moz-calc(473px - 50vw);
    margin-right: calc(473px - 50vw);
  }
  .details-itm-title {
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .details-itm-title h2, .details-itm-title .h2-title {
    font-size: 48px;
  }
  .package-itm {
    width: 50%;
  }
  .package-card-itm-brief p + ul {
    margin-top: 0;
  }
  .package-card-itm-image img {
    aspect-ratio: 1 / 1;
  }
  .top-screen-logo img {
    max-width: 350px;
  }
}

@media only screen and (max-width: 991px) {
  .shortlist ul {
    display: block;
  }
  .shortlist li {
    width: 100%;
    padding-right: 0;
  }
  .hotel-card {
    width: 50%;
    min-width: 50%;
  }
  .title-line {
    display: block;
    padding: 35px 0 50px;
  }
  .title-line .title-cell:first-child {
    margin-bottom: 25px;
  }
  .filter-line-box .filter-inputs {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .column-line {
    display: block;
  }
  .column-left,
  .column-right {
    width: 100%;
  }
  .column-right .image-itm,
  .column-right .image-itm-vertical,
  .column-right .image-itm-fluid {
    display: block;
    margin-right: 0;
  }
  .column-right .image-itm > .image-lnk,
  .column-right .image-itm > .img-slider-wrap,
  .column-right .image-itm-vertical > .image-lnk,
  .column-right .image-itm-vertical > .img-slider-wrap,
  .column-right .image-itm-fluid > .image-lnk,
  .column-right .image-itm-fluid > .img-slider-wrap {
    max-width: none;
  }
  .sect-package-single .package-box {
    margin-right: -12px;
  }
  .details-bottom-line {
    display: block;
  }
  .quantitative-cell {
    width: 50%;
    min-width: 50%;
  }
  .quantitative-itm {
    font-size: 18px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    min-height: 220px;
  }
  .quantitative-itm h2, .quantitative-itm .h2-title {
    font-size: 30px;
  }
  .main-head:not(.transparent) ~ .layout .top-screen:first-child .top-screen-inner, .inner-head:not(.transparent) ~ .layout .top-screen:first-child .top-screen-inner,
  .inner-head:not(.transparent) ~ .layout .top-screen:first-child .top-screen-inner {
    min-height: -webkit-calc(100vh - 85px);
    min-height: -moz-calc(100vh - 85px);
    min-height: calc(100vh - 85px);
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  /*  */
}

@media only screen and (max-width: 768px) {
  h1, .h1-title {
    font-size: 35px;
  }
  h2, .h2-title {
    font-size: 30px;
  }
  h3, .h3-title {
    font-size: 24px;
  }
  .btn-dn {
    font-size: 25px;
  }
  .invite-box, .invite-small-box {
    padding: 90px 0;
  }
  .invite-small-box {
    padding: 25px 0;
  }
  .sect-shortlist, .sect-offers, .sect-package,
  .sect-package-single, .sect-package-lst,
  .sect-package-home-lst,
  .sect-details {
    padding: 50px 0 75px;
  }
  .hotel-card-txt h3, .hotel-card-txt .h3-title {
    font-size: 30px;
  }
  .sections-set:first-child {
    margin-top: 75px;
  }
  .sections-set:first-child .sect-map:first-child {
    margin-top: -75px;
  }
  .sect-txt:first-child {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .filter-line-box {
    display: block;
  }
  .filter-line-box .filter-inputs {
    margin-bottom: 25px;
  }
  .filter-btns {
    margin-left: 0;
  }
  .filter-fields {
    padding: 20px;
  }
  .field-itm {
    margin-bottom: 30px;
  }
  .field-itm .check-lst li, .field-itm .radio-lst li {
    width: 33.33%;
    min-width: 33.33%;
  }
  .field-line {
    max-width: none;
  }
  .fields-title {
    font-size: 12px;
    padding-bottom: 6px;
    margin-bottom: 20px;
  }
  .filter-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
  .slick-prev::before,
  .slick-next::before {
    width: 16px;
    height: 16px;
  }
  .slick-prev {
    left: 5px;
  }
  .slick-next {
    right: 5px;
  }
  .details-itm-title {
    padding-bottom: 10px;
  }
  .details-itm-title h2, .details-itm-title .h2-title {
    font-size: 42px;
  }
  .quantitative-cell {
    width: 50%;
    min-width: 50%;
  }
  .txt-box p, .package-card-itm-brief p,
  .txt-box ul,
  .package-card-itm-brief ul,
  .txt-box ol,
  .package-card-itm-brief ol,
  .txt-box img,
  .package-card-itm-brief img,
  .txt-box table,
  .package-card-itm-brief table {
    margin-bottom: 20px;
  }
  .txt-box h1, .package-card-itm-brief h1, .txt-box .h1-title, .package-card-itm-brief .h1-title,
  .txt-box h2,
  .package-card-itm-brief h2,
  .txt-box .h2-title,
  .package-card-itm-brief .h2-title,
  .txt-box h3,
  .package-card-itm-brief h3,
  .txt-box .h3-title,
  .package-card-itm-brief .h3-title,
  .txt-box h4,
  .package-card-itm-brief h4,
  .txt-box .h4-title,
  .package-card-itm-brief .h4-title,
  .txt-box h5,
  .package-card-itm-brief h5,
  .txt-box .h5-title,
  .package-card-itm-brief .h5-title,
  .txt-box h6,
  .package-card-itm-brief h6,
  .txt-box .h6-title,
  .package-card-itm-brief .h6-title {
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .quantitative-details-table {
    margin-top: 40px;
    margin-bottom: 70px;
    display: block;
  }
  .quantitative-details-table thead {
    display: none;
  }
  .quantitative-details-table tbody,
  .quantitative-details-table tr,
  .quantitative-details-table td {
    display: block;
    width: 100%;
  }
  .quantitative-details-table tr {
    margin-bottom: 30px;
    display: table;
    width: 100%;
  }
  .quantitative-details-table tr:last-child {
    margin-bottom: 0;
  }
  .quantitative-details-table td {
    display: table-row;
  }
  .quantitative-details-table td > div {
    display: table-cell;
    padding: 13px 20px 12px 30px;
  }
  .quantitative-details-table td:last-child .thead-mobile {
    border-bottom: 1px solid #7D125F;
  }
  .quantitative-details-table .thead-mobile {
    display: table-cell;
    width: 135px;
    width: 35%;
    background-color: #bab29e;
    color: #7D125F;
    border-bottom: 1px solid #7D125F;
  }
  .package-itm {
    width: 100%;
  }
  .sect-package-lst .title-wrap {
    color: #7D125F;
  }
  .package-card-lst {
    margin-left: 0;
    margin-right: 0;
  }
  .package-card-itm {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 100px;
  }
  .package-card-itm-inner {
    display: block;
  }
  .package-card-itm-txt,
  .package-card-itm-image {
    width: 100%;
  }
  .package-card-itm-txt {
    margin-bottom: 25px;
  }
  .package-card-itm-txt .btns-line {
    margin-top: 15px;
  }
  .package-card-itm-txt .title-wrap {
    color: inherit;
  }
  .package-card-itm-txt .title-wrap h2, .package-card-itm-txt .title-wrap .h2-title {
    font-size: 24px;
  }
  .package-card-itm-txt .title-wrap .sub-title {
    font-size: 16px;
  }
  .package-card-itm-price {
    margin-top: 30px;
  }
  .top-screen-logo img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 576px) {
  .hotels-box {
    padding: 10px 0;
  }
  .hotels-box .btn-more-wrap {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .hotel-card {
    width: 100%;
    min-width: 100%;
    padding: 10px;
  }
  .field-itm .check-lst li, .field-itm .radio-lst li {
    width: 50%;
    min-width: 50%;
  }
  .image-itm,
  .image-itm-fluid,
  .image-itm-vertical {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .sect-column {
    padding: 75px 0 0;
  }
  .sect-column .btn-more-wrap {
    padding-bottom: 55px;
  }
  .quantitative-cell {
    width: 100%;
    min-width: 100%;
  }
  .map-wrap .map,
  .map-wrap iframe {
    height: 600px !important;
  }
  .map-wrap .gm-style-iw.gm-style-iw-c {
    max-height: 482px !important;
  }
  .map-wrap .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    max-height: 500px !important;
  }
  .map-wrap .hotel-card-image .cover-img {
    max-height: 200px;
  }
  .package-box {
    margin-top: -12px;
  }
  .package-itm {
    width: 100%;
    padding-top: 12px;
  }
  .package-itm-inner {
    padding: 25px 20px 30px;
  }
  .package-itm-inner .title-wrap {
    margin-bottom: 0;
  }
  .package-itm-inner .title-wrap h3, .package-itm-inner .title-wrap .h3-title {
    font-size: 30px;
  }
  .package-itm-inner .btns-line {
    margin-top: 10px;
  }
  .package-itm-brief {
    display: none;
  }
  .sect-package-single .package-itm-inner .title-wrap {
    margin-bottom: 20px;
  }
  .sect-package-single .package-itm-brief {
    display: block;
  }
  .top-screen-logo img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 350px) {
  .field-line {
    display: block;
  }
  .field-line .field-itm {
    margin-right: 0;
  }
}

@media only screen and (min-width: 351px) {
  /*  */
}

@media only screen and (min-width: 577px) {
  .column-left .logo-itm,
  .column-right .logo-itm {
    max-width: 160px;
  }
}

@media only screen and (min-width: 769px) {
  /*  */
  .image-itm-fluid .slick-arrow {
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .image-itm-fluid .slick-prev {
    left: 15px;
  }
  .image-itm-fluid .slick-next {
    right: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .sect-column:first-child .column-right {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 1400px) {
  .sect-package-home-lst .package-card-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;
  }
  .sect-package-home-lst .package-card-itm {
    width: 50%;
    min-width: 50%;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-top: 70px;
  }
  .sect-package-home-lst .package-card-itm:nth-child(1), .sect-package-home-lst .package-card-itm:nth-child(2) {
    padding-top: 0;
  }
  .sect-package-home-lst .package-card-itm .title-wrap {
    margin-bottom: 15px;
  }
  .sect-package-home-lst .package-card-itm h2, .sect-package-home-lst .package-card-itm .h2-title {
    font-size: 36px;
  }
  .sect-package-home-lst .package-card-itm .btns-line {
    margin-top: 10px;
    margin-right: -30px;
  }
  .sect-package-home-lst .package-card-itm-image img {
    aspect-ratio: 1 / 1;
  }
}

@media only screen and (min-width: 1441px) {
  .column-line {
    margin-left: -30px;
    margin-right: -30px;
  }
  .column-left,
  .column-right {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sect-package-single .package-itm-inner {
    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: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 75px 75px 75px;
  }
  .sect-package-single .package-itm-inner .sub-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
  }
  .sect-package-single .package-itm-inner .title-wrap h3, .sect-package-single .package-itm-inner .title-wrap .h3-title {
    font-size: 48px;
  }
  .sect-package-single .shortlist li {
    margin-bottom: 45px;
  }
  .sect-package-single .shortlist li:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1900px) {
  .sect-package-home-lst .package-card-itm {
    padding-top: 70px;
  }
  .sect-package-home-lst .package-card-itm:nth-child(1), .sect-package-home-lst .package-card-itm:nth-child(2) {
    padding-top: 0;
  }
  .hotels-box {
    margin-left: -25px;
    margin-right: -25px;
  }
  .hotel-card {
    padding: 100px 25px 0;
  }
}

@media screen and (orientation: portrait) {
  /*  */
}

@media screen and (orientation: landscape) {
  /*  */
}

@media print {
  .btn-top {
    display: none;
  }
  body {
    font-family: "Arial", sans-serif;
    background-color: #fff;
  }
  * {
    color: #000;
  }
  .div-class {
    page-break-inside: avoid;
  }
  .main-head, .inner-head, .main-foot, .inner-foot,
  .sidebar,
  .inner-pages {
    display: none;
  }
}

@-webkit-keyframes animation_name {
  0% {
  }
  100% {
  }
}

@-moz-keyframes animation_name {
  0% {
  }
  100% {
  }
}

@-o-keyframes animation_name {
  0% {
  }
  100% {
  }
}

@keyframes animation_name {
  0% {
  }
  100% {
  }
}

.example-class {
  -webkit-transition: .25s;
  -o-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}

.example-class:nth-child(1) {
  -webkit-transition-delay: 0.15s !important;
     -moz-transition-delay: 0.15s !important;
       -o-transition-delay: 0.15s !important;
          transition-delay: 0.15s !important;
}

.example-class:nth-child(2) {
  -webkit-transition-delay: 0.3s !important;
     -moz-transition-delay: 0.3s !important;
       -o-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.example-class:nth-child(3) {
  -webkit-transition-delay: 0.45s !important;
     -moz-transition-delay: 0.45s !important;
       -o-transition-delay: 0.45s !important;
          transition-delay: 0.45s !important;
}
