@charset "UTF-8";

.layout.loaded:before {
  display: none;
}
.layout.loaded:after {
  display: none;
}
.layout.loaded {
  opacity: 1;
  transition: opacity .3s;
  background: unset;
}


.blure {
  filter: blur(2px);
}

body {
  background: unset;
}

@font-face {
  font-family: "ekasa";
  src: url("../fonts/ekasa.ttf?m4zyok") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: font1;
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/LufthansaTextWeb-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: font1;
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/LufthansaTextWeb-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: font1;
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/LufthansaTextWeb-Light.woff2") format("woff2");
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  padding: 0;
  transition: 0s;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  font-weight: normal;
  vertical-align: baseline;
}

p, a, label, span, h1, h2, h3 {
  color: #05164d;
}

img {
  font-size: 10px;
  display: block;
}

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

a:-webkit-any-link:focus {
  outline-offset: 1px;
}

section {
  position: relative;
}

img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

button, input, a {
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: unset !important;
}

a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

ul {
  list-style: none;
}

a, button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.relative {
  position: relative;
}

.page_title {
  margin-top: 40px;
}

a:hover, a:focus, button:hover, button:focus {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ring {
  position: relative;
}
.ring:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 6px;
  display: block;
  transform: rotateZ(-29deg);
  width: 20px;
  height: 20px;
  background: url("../images/ring.svg") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 850px) {
  .ring:after {
    top: -3px;
    right: 6px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 480px) {
  .ring:after {
    right: 0px;
  }
}
header + .container {
  min-height: 75vh;
}

header + .container-small {
  min-height: 75vh;
}

.default-text p.h5 {
  font-size: 25px;
  font-weight: bold;
}
.default-text p.h5 span {
  font-size: 25px;
  font-weight: bold;
}

p a {
  color: #5580ea;
}
p a:hover, p a:focus {
  text-decoration: underline;
}

.pd-l15 {
  padding-left: 15px;
}

.border-left {
  border-left: 1px solid #05164d;
}

.mr-10 {
  margin-right: 10px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.notification-text {
  margin-bottom: 30px;
  position: relative;
  color: red;
  padding-left: 30px;
}
.notification-text:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  left: 0px;
  top: 1px;
  height: 20px;
  margin-right: 6px;
  background: url("../images/attention.svg") no-repeat;
  background-size: contain;
}

.hidden-object {
  position: absolute;
  width: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.container-600 {
  max-width: 600px;
  padding: 0 25px;
  margin: auto;
}

.container-800 {
  max-width: 800px;
  padding: 0 25px;
  margin: auto;
}

.container-small {
  max-width: 1190px;
  padding: 0 25px;
  margin: 0 auto;
}

.container {
  max-width: 1320px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  .container-small {
    padding: 0 15px;
  }
  .container-600 {
    padding: 0 15px;
  }
  .container-800 {
    padding: 0 15px;
  }
}
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.justify-content--space-between {
  justify-content: space-between;
}

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

.edit {
  display: flex;
  padding: 8px 10px;
  display: flex;
  color: #05164d;
  font-size: 21px;
  border: none;
  background: transparent;
  align-items: center;
}
.edit:hover, .edit:focus {
  text-decoration: underline;
}
.edit img {
  width: 20px;
  margin-right: 8px;
}

@media screen and (max-width: 992px) {
  .edit {
    font-size: 17px;
  }
  .edit img {
    width: 13px;
  }
}
.card-tips {
  margin-bottom: 25px;
  max-width: 600px;
  border: 1px solid #05164d;
}
.card-tips.big {
  max-width: unset;
}
.card-tips .card-t-title {
  padding: 15px 15px;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #05164d;
}
.card-tips .card-t-content {
  padding: 15px 15px;
}

.arr-down {
  padding-right: 12px;
  position: relative;
}

.arr-down:after {
  position: absolute;
  content: "";
  background: url(../images/arrow-left1.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 10px;
  height: 12px;
  right: 5px;
  top: calc(50% - 4px);
  transform: rotateZ(270deg);
}

.custom-padding-bottom {
  padding-bottom: 90px;
}

.custom-padding {
  padding-top: 80px;
  padding-bottom: 90px;
}

@media screen and (max-width: 576px) {
  .custom-padding-bottom {
    padding-bottom: 35px;
  }
  .custom-padding {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.page-title {
  margin-bottom: 40px;
  font-size: 31px;
  color: black;
  font-weight: bold;
}

.page-subtitle {
  font-size: 19px;
  color: black;
}

.custom_title {
  margin-bottom: 40px;
  font-size: 25px;
  color: black;
  font-weight: bold;
  text-align: center;
}

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

.line-bottom {
  border-bottom: 1px solid #05164d;
}

@media screen and (max-width: 480px) {
  .page-title {
    margin-bottom: 20px;
    font-size: 19px;
  }
  .page-subtitle {
    font-size: 17px;
  }
  .custom_title {
    margin-bottom: 20px;
    font-size: 19px;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  padding: 6px 18px;
  text-align: center;
  background-color: #05164d;
  text-align: center;
  border: none;
  vertical-align: middle;
  user-select: none;
  font-size: 16px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  background-color: #0b2985;
  color: white;
}
.btn:disabled {
  background: rgb(54, 68, 88);
  border-color: rgb(54, 68, 88);
  cursor: default;
}
.btn:disabled:hover, .btn:disabled:focus {
  background-color: rgb(54, 68, 88);
  border-color: rgb(54, 68, 88);
  color: white;
}

.btn2 {
  display: inline-block;
  color: #05164d;
  padding: 15px 18px;
  border-radius: 10px;
  text-align: center;
  background-color: #ffbe00;
  text-align: center;
  font-weight: bold;
  border: none;
  vertical-align: middle;
  user-select: none;
  font-size: 16px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn2:hover, .btn2:focus {
  background-color: #ffcb33;
}
.btn2:disabled {
  background: rgb(54, 68, 88);
  border-color: rgb(54, 68, 88);
  cursor: default;
}
.btn2:disabled:hover, .btn2:disabled:focus {
  background-color: rgb(54, 68, 88);
  border-color: rgb(54, 68, 88);
  color: white;
}

.btn-transparent {
  background-color: transparent;
  color: #6c757d;
  border-color: transparent;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.btn-transparent:hover, .btn-transparent:focus, .btn-transparent.active {
  color: #fff;
  border-color: #6c757d;
  background-color: #6c757d;
}

.big-btn {
  font-size: 26px;
  padding: 8px 20px;
}

.btn-danger {
  background-color: red !important;
  border-color: red;
}
.btn-danger:hover, .btn-danger:focus {
  background-color: #cc0000 !important;
}

@media screen and (max-width: 780px) {
  .big-btn {
    font-size: 21px;
    padding: 8px 12px;
  }
}
.img-left {
  display: flex;
  align-items: center;
}
.img-left img {
  width: 15px;
  margin-right: 8px;
}

.active .img-left img {
  width: 16px;
}

@media screen and (min-width: 576px) {
  .column-row-2 {
    column-count: 2;
    gap: 30px;
  }
  .column-row-2 div {
    break-inside: avoid;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .row .col {
    margin: 0 15px;
  }
  .row .p-2 {
    width: calc(50% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-2:last-child {
    margin-bottom: 0;
  }
  .row .p-2:nth-last-child(2) {
    margin-bottom: 0;
  }
  .row .p-1 {
    width: calc(100% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-1:last-child {
    margin-bottom: 0;
  }
  .row .p-3 {
    width: calc(33% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-3:last-child {
    margin-bottom: 0;
  }
  .row .p-3:nth-last-child(3) {
    margin-bottom: 0;
  }
  .row .p-3:nth-last-child(2) {
    margin-bottom: 0;
  }
  .row .p-4 {
    width: calc(25% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-4:last-child {
    margin-bottom: 0;
  }
  .row .p-4:nth-last-child(3) {
    margin-bottom: 0;
  }
  .row .p-4:nth-last-child(2) {
    margin-bottom: 0;
  }
  .row .p-2-3 {
    width: calc(66.66% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-1-3 {
    width: calc(33.33% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-6 {
    width: calc(16.66% - 30px);
    margin: 0 15px 15px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 680px) {
  .row .md-p-4 {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 680px) and (min-width: 480px) {
  .row .smd-p-3 {
    width: calc(33.333% - 30px);
    margin: 0 15px 15px;
  }
}
@media screen and (max-width: 480px) {
  .row .sm-p-2 {
    width: calc(50% - 30px);
    margin: 0 15px 15px;
  }
}
@media screen and (max-width: 576px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .row .p-1-3 {
    width: 60%;
    margin: 0 0 15px 0;
  }
  .row .p-2-3 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-2 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-2:last-child {
    margin-bottom: 0;
  }
  .row .p-1 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-1:last-child {
    margin-bottom: 0;
  }
  .row .p-3 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-3:last-child {
    margin-bottom: 0;
  }
  .row .p-4 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-4:last-child {
    margin-bottom: 0;
  }
  .row-cust {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.layout .slick-next, .layout .slick-prev {
  background: transparent;
  width: 18px;
  height: 44px;
}
.layout .slick-next:before, .layout .slick-prev:before {
  content: "";
  display: block;
  width: 25px;
  height: 26px;
  background: url("../images/arrow-left1.svg") no-repeat;
  background-size: contain;
}
.layout .slick-next {
  right: -26px;
  transform: translate(0, -50%) rotateZ(180deg);
}
.layout .slick-slide {
  box-sizing: unset !important;
  padding: 0px;
}

@media screen and (max-width: 1840px) {
  .layout .slick-next {
    border-radius: 50%;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 11px;
    z-index: 2;
  }
  .layout .slick-next:before {
    position: absolute;
    height: 18px;
    width: 18px;
  }
  .layout .slick-prev {
    left: 11px;
    border-radius: 50%;
    width: 44px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .layout .slick-prev:before {
    position: absolute;
    height: 18px;
    width: 18px;
  }
}
h1 {
  font-size: max(2.7966101695vw, 23px);
  line-height: max(2.7966101695vw, 31.05px);
  font-weight: bold;
  color: #05164d;
}
@media (min-width: 1180px) {
  h1 {
    font-size: 33px;
    line-height: 46.2px;
  }
}

h2 {
  font-size: max(2.7966101695vw, 23px);
  line-height: max(2.7966101695vw, 31.05px);
  font-weight: bold;
  color: #05164d;
}
@media (min-width: 1180px) {
  h2 {
    font-size: 33px;
    line-height: 46.2px;
  }
}

h3, .h3 {
  font-size: max(2.4576271186vw, 21px);
  line-height: max(2.4576271186vw, 28.35px);
  font-weight: bold;
  color: #05164d;
}
@media (min-width: 1180px) {
  h3, .h3 {
    font-size: 29px;
    line-height: 40.6px;
  }
}

h4 {
  font-size: max(2.1186440678vw, 19px);
  line-height: max(2.1186440678vw, 25.65px);
  font-weight: bold;
  color: #05164d;
}
@media (min-width: 1180px) {
  h4 {
    font-size: 25px;
    line-height: 35px;
  }
}

h5, .h5 {
  font-size: max(1.6101694915vw, 16px);
  line-height: max(1.6101694915vw, 21.6px);
  font-weight: bold;
  color: #05164d;
}
@media (min-width: 1180px) {
  h5, .h5 {
    font-size: 19px;
    line-height: 26.6px;
  }
}

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

.contains-image {
  display: flex;
  align-items: center;
}
.contains-image img, .contains-image svg {
  width: 22px;
  margin-right: 15px;
}

/*switcher start*/
.checkbox-style {
  position: relative;
  font-size: 16px;
  cursor: pointer;
  padding: 0 0 0 35px;
  line-height: 19px;
}
.checkbox-style:before {
  content: "";
  border: 1px solid #ccc;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  margin-left: -35px;
  background: white;
}

/*switcher end*/
.v-text-center {
  display: flex !important;
  align-items: center;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/*tabs start*/
.tabs-container {
  display: none;
}
.tabs-container.active {
  display: block;
}

/*tabs end*/
/*rating start*/
.rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rating .rateStarPopup {
  width: 13px;
  height: 13px;
  background: url("../images/star-blueBgHover.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2px;
}

.rating .rateStarPopup.active {
  background: url("../images/star.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.rating .rateStarPopup.active50 {
  position: relative;
}

.rating .rateStarPopup.active50:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  content: "";
  display: block;
  background: url("../images/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rating .rateStarPopup.active25 {
  position: relative;
}

.rating .rateStarPopup.active25:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  content: "";
  display: block;
  background: url("../images/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rating .rateStarPopup.active75 {
  position: relative;
}

.rating .rateStarPopup.active75:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  content: "";
  display: block;
  background: url("../images/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rating-block {
  display: flex;
  height: 25px;
  align-items: center;
}

.rating.gold .rateStarPopup.active {
  background: url("../images/star-gold.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.rating.gold .rateStarPopup.active50:after {
  background: url("../images/star-gold.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rating.gold .rateStarPopup.active25:after {
  background: url("../images/star-gold.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rating.gold .rateStarPopup.active75:after {
  background: url("../images/star-gold.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

/*rating end*/
/* pagination start*/
.steps {
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.steps li {
  margin: 0 1px;
}

.steps a {
  display: block;
  padding: 6px 8px 6px 8px;
  border: 1px solid #999;
  border-radius: 0.2em;
  text-decoration: none;
}
.steps a:hover {
  background: #2d5bf1;
}

.steps .active a {
  z-index: 3;
  color: #fff;
  background-color: #39b54a;
  border-color: #39b54a;
}

/* pagination end*/
/*dropdown block start*/
.dropdown-title {
  cursor: pointer;
}
.dropdown-title span span {
  padding: 0px 10px 0px 5px;
}

.dropdown-block {
  position: relative;
}

.dropdown-list {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 50px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 2;
  display: none;
}
.dropdown-list li {
  padding: 3px 5px;
}
.dropdown-list li a {
  color: black;
  padding: 3px 5px;
}
.dropdown-list li:hover {
  background: rgb(54, 68, 88);
}

.dropdown-block.open .dropdown-list {
  display: block;
}

/*dropdown block end*/
/*fix-screen start*/
.side-menu__bg {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 19;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.side-menu__bg.active {
  transition: visibility 0s, opacity 0.5s linear;
  visibility: visible;
  opacity: 1;
}

body.locked {
  position: relative;
  overflow: hidden;
  height: 100%;
}

body.locked .layout {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0;
  height: 100%;
}

.site_loading_gif {
  position: fixed;
  top: 50%;
  width: 40px;
  height: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 35;
  display: none;
}

/*loading start*/
.loadingEffect {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 51;
  display: block;
  visibility: visible;
  opacity: 1;
}

.loading-wrapper {
  height: 10px;
  width: 100%;
  background: #CFD8DC;
  border-radius: 5px;
  overflow: hidden;
}

.loader {
  background-color: #05164d;
  height: 100%;
  width: 80%;
  animation: loading 2s ease infinite;
}

@keyframes loading {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(130%);
  }
}
/*loading end*/
.site_loading_gif.active {
  display: block;
}

/*fix-screen end*/
/*text start*/
.default-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}
.default-text address {
  font-style: italic;
  color: #555;
  line-height: 1.4;
  margin-top: 1em;
}
.default-text dfn {
  font-style: italic;
  font-weight: bold;
  color: #007acc;
  cursor: help;
}
.default-text pre {
  background-color: #f4f4f4;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: "Courier New", Courier, monospace;
  overflow-x: auto;
}
.default-text mark {
  background-color: #ffeb3b;
  color: #000;
  padding: 0.1em 0.2em;
  border-radius: 3px;
}
.default-text small {
  font-size: 0.8em;
  color: #888;
}
.default-text sup, .default-text sub {
  font-size: 0.75em;
  vertical-align: baseline;
  position: relative;
}
.default-text sup {
  top: -0.5em;
}
.default-text sub {
  top: 0.2em;
}
.default-text kbd {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px 6px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
  color: #333;
  box-shadow: inset 0 -1px 0 #bbb;
}
.default-text var {
  font-style: italic;
  color: #d63384;
  font-family: "Courier New", Courier, monospace;
}
.default-text dl {
  margin: 1em 0;
  padding: 0;
}
.default-text dt {
  font-weight: bold;
  color: #0056b3;
  margin-top: 0.5em;
}
.default-text dd {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
  color: #333;
}
.default-text blockquote {
  padding: 30px;
  min-height: 123px;
  background-color: #f5f5f5;
  margin-bottom: 58px;
  margin-top: 58px;
  width: 100%;
}
.default-text blockquote p {
  color: #6D7380;
  padding: 14px 95px 9px 64px;
  position: relative;
  content: "";
}
.default-text blockquote p:after {
  content: "";
  display: block;
  width: 12px;
  height: 11.85px;
  position: absolute;
  top: 15px;
  left: 30px;
  background-image: url(/images/q.png);
  background-repeat: no-repeat;
  filter: invert(65%) sepia(73%) saturate(478%) hue-rotate(38deg) brightness(101%) contrast(88%);
}
.default-text b {
  color: #ffad01;
}
.default-text .image-right {
  overflow: hidden;
  margin-bottom: 45px;
}
.default-text .image-right .video {
  margin-left: 30px;
  box-sizing: border-box;
  float: right;
  max-width: 50%;
}
.default-text .image-right:last-child {
  margin-bottom: 0;
}
.default-text .image-right img {
  padding-left: 30px;
  box-sizing: border-box;
  float: right;
  max-width: 50%;
}
.default-text .image-left {
  margin-bottom: 45px;
  overflow: hidden;
}
.default-text .image-left:last-child {
  margin-bottom: 0;
}
.default-text .image-left .video {
  margin-right: 30px;
  box-sizing: border-box;
  float: left;
  max-width: 50%;
}
.default-text .image-left img {
  padding-right: 30px;
  box-sizing: border-box;
  float: left;
  max-width: 50%;
}
.default-text ul {
  list-style: disc;
  padding-left: 45px;
}
.default-text ul li {
  margin-bottom: 10px;
}
.default-text ol {
  padding-left: 45px;
}
.default-text ol li {
  margin-bottom: 10px;
}
.default-text ul.marker {
  padding-left: 0;
  list-style: none;
}
.default-text ul.marker li {
  padding-left: 40px;
  position: relative;
}
.default-text ul.marker li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 27px;
  left: 0;
  background-size: contain;
}
.default-text .title {
  font-style: normal;
  font-weight: 900;
  font-size: 1em;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.default-text a:not(.d-button) {
  color: #0078ab;
}
.default-text a:not(.d-button):hover {
  text-decoration: underline;
}
.default-text p, .default-text span, .default-text a, .default-text li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}
.default-text p + h1, .default-text p + h2, .default-text p + h3, .default-text p + h4, .default-text p + h5, .default-text span + h1, .default-text span + h2, .default-text span + h3, .default-text span + h4, .default-text span + h5, .default-text a + h1, .default-text a + h2, .default-text a + h3, .default-text a + h4, .default-text a + h5, .default-text li + h1, .default-text li + h2, .default-text li + h3, .default-text li + h4, .default-text li + h5 {
  margin-top: 3.1vw;
}
.default-text h1, .default-text h2, .default-text h3, .default-text h4, .default-text h5, .default-text h6 {
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.default-text h1 span, .default-text h2 span, .default-text h3 span, .default-text h4 span, .default-text h5 span, .default-text h6 span {
  font-size: inherit;
  margin-bottom: 0;
}
.default-text h1 {
  font-size: max(2.7966101695vw, 21px);
  line-height: max(2.7966101695vw, 28.35px);
}
@media (min-width: 1180px) {
  .default-text h1 {
    font-size: 33px;
    line-height: 46.2px;
  }
}
.default-text h2 {
  font-size: max(2.4576271186vw, 19px);
  line-height: max(2.4576271186vw, 25.65px);
}
@media (min-width: 1180px) {
  .default-text h2 {
    font-size: 29px;
    line-height: 40.6px;
  }
}
.default-text h3 {
  font-size: max(2.1186440678vw, 19px);
  line-height: max(2.1186440678vw, 25.65px);
  margin-bottom: 10px;
}
@media (min-width: 1180px) {
  .default-text h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.default-text h4 {
  font-size: max(1.9491525424vw, 17px);
  line-height: max(1.9491525424vw, 22.95px);
}
@media (min-width: 1180px) {
  .default-text h4 {
    font-size: 23px;
    line-height: 32.2px;
  }
}
.default-text h5 {
  font-size: max(1.7796610169vw, 17px);
  line-height: max(1.7796610169vw, 22.95px);
}
@media (min-width: 1180px) {
  .default-text h5 {
    font-size: 21px;
    line-height: 29.4px;
  }
}
.default-text ul, .default-text ol {
  margin-bottom: 25px;
}
.default-text ul:last-child, .default-text ol:last-child {
  margin-bottom: 0;
}
.default-text img {
  width: auto;
  max-width: 100%;
  margin-bottom: 25px;
}
.default-text img:last-child {
  margin-bottom: 0;
}
.default-text .row img {
  width: 100%;
}
.default-text .d-row {
  margin-bottom: 45px;
}
.default-text .d-row:last-child {
  margin-bottom: 0;
}
.default-text p {
  margin-bottom: 15px;
}
.default-text p:last-child {
  margin-bottom: 0;
}

ul.marker {
  list-style: none;
  padding-left: 45px;
}
ul.marker li:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  margin-top: 6px;
  min-width: 6px;
  height: 6px;
  top: 2px;
  background: white;
  border-radius: 50%;
  border: 1px solid black;
}

@media screen and (max-width: 576px) {
  ul.marker {
    padding-left: 20px;
  }
}
@media screen and (max-width: 880px) {
  .default-text ul.marker li {
    padding-left: 25px;
  }
  .default-text ul.marker li:before {
    width: 19px;
    height: 15px;
  }
  .default-text ul.cake li {
    padding-left: 25px;
  }
  .default-text ul.cake li:before {
    width: 19px;
    height: 15px;
  }
}
@media screen and (max-width: 576px) {
  .default-text ul {
    padding-left: 17px;
  }
  .default-text blockquote {
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .default-text blockquote p {
    padding: 0;
  }
  .default-text ul.marker li {
    padding-left: 20px;
  }
  .default-text ul.marker li:before {
    width: 11px;
    height: 9px;
  }
  .default-text ul.cake li {
    padding-left: 20px;
  }
  .default-text ul.cake li:before {
    width: 11px;
    height: 9px;
  }
  .default-text h1, .default-text h2, .default-text h3, .default-text h4, .default-text h5, .default-text h6 {
    margin-bottom: 20px;
  }
  .default-text .image-right {
    overflow: hidden;
  }
  .default-text .image-right .video {
    margin-left: 0;
    max-width: 100%;
    float: none;
  }
  .default-text .image-right img {
    padding-left: 0px;
    float: none;
    max-width: 100%;
  }
  .default-text .image-left {
    overflow: hidden;
  }
  .default-text .image-left .video {
    margin-right: 0;
    max-width: 100%;
    float: none;
  }
  .default-text .image-left img {
    padding-right: 0px;
    float: none;
    max-width: 100%;
  }
  .default-text .title {
    font-size: 21px;
    line-height: 26px;
  }
  .default-text ul li, .default-text ol li {
    margin-bottom: 15px;
  }
}
/*text end*/
/*default_popup2 start*/
.default_popup2.active + .side-menu__bg {
  transition: visibility 0s, opacity 0.5s linear;
  visibility: visible;
  opacity: 1;
}

.popup_title2 {
  padding-right: 20px;
  padding-bottom: 4px;
  min-height: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cecece;
}
.popup_title2 p {
  font-weight: bold;
}

.popup_body2 {
  padding: 3px;
  height: 100%;
  box-sizing: border-box;
}

.default_popup2 {
  background: white;
  box-sizing: border-box;
  opacity: 0;
  height: auto;
  max-height: calc(var(--vh, 1vh) * 90 - 60px);
  max-width: 1280px;
  visibility: hidden;
  padding: 15px;
  position: fixed;
  left: 50%;
  top: 50%;
  border-radius: 5px;
  width: 95vw;
  transform: translate(-50%, -50%) scale(0, 0);
}

.default_popup2.active {
  z-index: 42;
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1, 1);
}

.default_popup2.mini {
  max-width: 345px;
}
.default_popup2.mini .popup_close2 {
  top: 15px;
  right: 15px;
  height: 20px;
}

.default_popup2.medium {
  max-width: 650px;
}
.default_popup2.medium .popup_close2 {
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
}

.default_popup2.maxi {
  max-width: unset;
}

.default_popup2 .popup_content2 {
  position: relative;
  overflow-y: auto;
  box-sizing: border-box;
  height: auto;
  max-height: calc(90vh - 175px);
  background: white;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0px 0px;
}

.icon-close2 {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.icon-close2 span:before, .icon-close2 span:after {
  top: 40%;
  left: 0px;
}

.icon-close2 span:before {
  transform: rotate(45deg);
}

.icon-close2 span:after {
  transform: rotate(-45deg);
}

.icon-close2 span, .icon-close2 span:before, .icon-close2 span:after {
  cursor: pointer;
  border-radius: 1px;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
  width: 100%;
  background: black;
  height: 3px;
}

.icon-close2 span {
  background: transparent;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  border-radius: 50%;
}

@media screen and (max-width: 576px) {
  .icon-close2 {
    width: 25px;
    height: 25px;
    border: none;
  }
}
.default_popup2::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.default_popup2::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
}

.default_popup2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #757575;
}

.side-menu__bg_popup2 {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 41;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.default_popup2.active + .side-menu__bg_popup2 {
  transition: visibility 0s, opacity 0.5s linear;
  visibility: visible;
  opacity: 1;
}

.default_popup2 .bottom_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.default_popup2 .popup_close2 {
  position: absolute;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 576px) {
  .default_popup2 {
    max-height: calc(var(--vh, 1vh) * 90);
    height: auto;
  }
  .default_popup2 .default-text p.h5 {
    font-size: 17px;
  }
  .default_popup2 .default-text p.h5 span {
    font-size: 17px;
  }
}
@keyframes popupToggle {
  0% {
    transform: translate(-50%, -10%) scale(0, 0);
  }
  25% {
    transform: translate(-50%, -20%) scale(0.4, 0.05);
  }
  50% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
  75% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
}
/*default_popup2 end*/
.hide {
  display: none !important;
}

.check-left:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  background: url("../images/check-info.svg");
  background-size: contain;
}

.left-go-arrow:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -1px;
  width: 15px;
  height: 14px;
  background: url("../images/left-arrow.svg") no-repeat;
  background-size: contain;
}

.text-success {
  color: #39b54a !important;
}
.text-success:hover {
  text-decoration: underline;
  color: #277b32 !important;
}

/*loading anim start*/
.loading-anim {
  background-color: #e8e8e8 !important;
  overflow: hidden;
  position: relative;
}

.loading-anim:before {
  z-index: 1;
  background-color: #e8e8e8;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.loading-anim:after {
  animation: movementGradient 1.25s infinite;
  -ms-animation: movementGradient 1.25s infinite;
  -webkit-animation: movementGradient 1.25s infinite;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0));
  content: " ";
  height: 100%;
  z-index: 2;
  left: -90px;
  position: absolute;
  top: 0;
  width: 90px;
}

@-webkit-keyframes movementGradient {
  0% {
    left: -90px;
  }
  100% {
    left: -webkit-calc(100% + 90px);
    left: calc(100% + 90px);
  }
}
@keyframes movementGradient {
  0% {
    left: -90px;
  }
  100% {
    left: -webkit-calc(100% + 90px);
    left: calc(100% + 90px);
  }
}
/*loading anim end*/
/* open-close block start*/
.open_close_block {
  border-bottom: 1px solid #c8c7c7;
}
.open_close_block h2 {
  font-size: 25px;
}
.open_close_block .o_p_ttl {
  cursor: pointer;
  padding: 22px 0px;
  position: relative;
}
.open_close_block .o_p_ttl:after {
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  width: 30px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMSI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMi42NzkgMS43NTRMOCA3LjUxMmw1LjMyMS01Ljc1OCIvPgo8L3N2Zz4K) center center no-repeat;
  content: "";
}
.open_close_block .o_p_ttl p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
}
.open_close_block .o_p_ttl p span {
  color: #797475;
  margin-left: 12px;
  font-size: 0.9rem;
  font-weight: 500;
}
.open_close_block .o_p_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out 0s;
}
.open_close_block .o_p_content .default-text {
  padding-top: 15px;
  padding-bottom: 30px;
}
.open_close_block.open .o_p_ttl:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMSI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMS43MzQgOC4zMDNMNyAyLjVsNS4yNjYgNS44MDMiLz4KPC9zdmc+Cg==) center center no-repeat;
}
.open_close_block.open .o_p_content {
  transition: max-height 0.5s ease-in-out 0s;
  max-height: 6000px;
}

@media screen and (max-width: 576px) {
  .open_close_block h2 {
    font-size: 19px;
  }
}
/* open-close block end*/
a.disabled {
  cursor: default;
  background: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
a.disabled:hover, a.disabled:focus {
  background: #f1f1f1 !important;
}

.btns-row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: unset !important;
}

/*feedback popup start*/
#popup-feedback {
  position: fixed;
  left: -100%;
  max-width: 480px;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 5;
  top: 20%;
  min-height: 100px;
  border-right: 1px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 70px 20px 20px;
  vertical-align: middle;
  color: #fff;
  transition: 0.3s;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

#popup-feedback.show {
  left: 0;
  transition: 0.5s;
}

#popup-feedback .popup_title {
  text-align: center;
  color: white;
  margin-bottom: 10px;
}

#popup-feedback .popup_buttons a, #popup_feedback .btn_cancel {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  text-decoration: none;
}

.popup-feedback_overlay {
  position: fixed;
  left: 0;
  z-index: 58;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.popup-feedback_overlay.show {
  display: block;
}

.p-error {
  background: url("../images/error.png") 95% center no-repeat rgba(242, 78, 94, 0.8);
}

.p-success {
  background: url("../images/success.svg") 95% center no-repeat rgba(28, 157, 0, 0.8);
  background-size: 45px;
}

/*feedback popup end*/
/*feedback popup2 start*/
#popup-feedback2 {
  position: fixed;
  right: 20px;
  max-width: 380px;
  width: 100%;
  z-index: 5;
  bottom: -100%;
  min-height: 100px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 70px 20px 20px;
  vertical-align: middle;
  color: #fff;
  transition: 0.3s;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

#popup-feedback2.show {
  bottom: 0;
  transition: 0.5s;
}

#popup-feedback2 .popup_title {
  text-align: center;
  color: white;
  margin-bottom: 10px;
}

#popup-feedback2 .popup_buttons a, #popup_feedback2 .btn_cancel {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  text-decoration: none;
}

.popup-feedback_overlay2 {
  position: fixed;
  left: 0;
  z-index: 58;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.popup-feedback_overlay2.show {
  display: block;
}

.p-error {
  background: url("../images/error.png") 95% center no-repeat rgba(242, 78, 94, 0.8);
}

.p-success {
  background: url("../images/success.svg") 95% center no-repeat rgba(28, 157, 0, 0.8);
  background-size: 45px;
}

/*feedback popup2 end*/
/*loading btn start*/
.loading {
  position: relative;
  cursor: default !important;
}

.loading:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  content: "";
  display: block;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  max-height: 80%;
  max-width: 80%;
  z-index: 2;
  background: url("../images/loading.gif");
  background-size: contain;
}

/*loading btn end*/
/*notification popup start*/
@keyframes toast {
  0% {
    transform: translateY(150%);
    opacity: 0;
  }
  10%, 90% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
/*notification end*/
#invoice-pay-btn {
  margin-left: auto;
  margin-bottom: 50px;
}

/*auth start*/
.password_confirm-form-row input {
  padding-right: 50px !important;
}

.password-form-row input {
  padding-right: 50px !important;
}

.error .show-pass {
  display: none;
}

.show-pass {
  position: absolute;
  right: 3px;
  top: -2px;
  background-color: transparent !important;
  border: none;
  height: 100%;
  margin-left: 10px;
}
.show-pass img {
  object-fit: contain;
  width: 25px;
}
.show-pass.active:after {
  content: "";
  position: absolute;
  right: 9px;
  top: calc(50% - 2px);
  border: 1px solid white;
  transform: rotateZ(41deg);
  width: 25px;
  height: 2px;
  background: #a5a5a5;
}

/*auth end*/
.not-found {
  margin-top: 90px;
}

/*show info notification start*/
.notifications {
  position: fixed;
  max-width: 450px;
  width: 90vw;
  bottom: 15px;
  left: 50%;
  z-index: 45;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.noti {
  position: relative;
  height: 0;
  transition: height 300ms ease;
  flex-shrink: 0;
  opacity: 1;
}

.noti.out {
  animation: notiOut 500ms ease forwards;
}

@keyframes notiOut {
  to {
    height: 0;
  }
}
.noticard {
  color: white;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  width: 100%;
  height: auto;
  background: rgba(41, 41, 44, 0.9);
  border-radius: 1rem;
  overflow: hidden;
  animation: notiCardIn 500ms ease;
}

.error .notidesc {
  color: white;
}
.error .noticard {
  padding-left: 30px;
  background: url(../images/error.png) 10px 12px no-repeat rgba(229, 27, 47, 0.9);
  background-size: 25px;
}

.success .notidesc {
  color: white;
}
.success .noticard {
  padding-left: 30px;
  background: url(../images/success.svg) 10px 12px no-repeat rgba(28, 157, 0, 0.9);
  background-size: 25px;
}

@keyframes notiCardIn {
  from {
    transform: translateX(50%);
    opacity: 0;
  }
}
.noti.out .noticard {
  animation: notiCardOut 500ms ease forwards;
}

@keyframes notiCardOut {
  to {
    opacity: 0;
    transform: scale(0.5);
  }
}
.noticard:before {
  position: absolute;
  content: "";
  inset: 0.0625rem;
  border-radius: 0.9375rem;
  z-index: 2;
}

.noticard:after {
  position: absolute;
  content: "";
  width: 0.25rem;
  inset: 0.65rem auto 0.65rem 0.5rem;
  border-radius: 0.125rem;
  background: var(--gradient);
  transition: transform 300ms ease;
  z-index: 4;
}

.notititle {
  position: relative;
  color: white;
  padding: 0.85rem 3.5rem 0.4rem 1.25rem;
  font-weight: 500;
  font-size: 1.1rem;
  transition: transform 300ms ease;
  z-index: 6;
}

.notititle .close-ico {
  position: absolute;
  top: 0;
  right: 0;
}

.notititle .icon-close2 span:before, .notititle .icon-close2 span:after {
  background: white;
  height: 2px;
}

.notititle .icon-close2 {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 13px;
  top: 11px;
}

.notidesc {
  color: #c1c1c8;
  padding: 0 0.5rem 0.85rem 1.25rem;
  transition: transform 300ms ease;
  z-index: 5;
}

.notiglow, .notiborderglow {
  position: absolute;
  width: 20rem;
  height: 20rem;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle closest-side at center, white, transparent);
  opacity: 0;
  transition: opacity 300ms ease;
}

.notiglow {
  z-index: 3;
}

.notiborderglow {
  z-index: 1;
}

.noti:hover .notiglow {
  opacity: 0.1;
}

.noti:hover .notiborderglow {
  opacity: 0.1;
}

@media screen and (max-width: 576px) {
  .notidesc {
    font-size: 13px;
  }
}
/*show info notification end*/
/*confirm start*/
.confirm {
  display: none;
}
.confirm input[type=button] {
  padding: 5px 10px;
  margin: 10px 5px;
  border-radius: 5px;
  cursor: pointer;
  background: #ddd;
  border: 1px solid #ccc;
}
.confirm input[type=button]:hover {
  background: #ccc;
}
.confirm > div:first-of-type {
  position: fixed;
  width: 100%;
  z-index: 34;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
}
.confirm > div:last-of-type {
  padding: 10px 20px;
  background: white;
  position: fixed;
  width: auto;
  z-index: 35;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  border: 1px solid #333;
}
.confirm > div:last-of-type div:first-of-type {
  min-width: 150px;
  padding: 10px;
}
.confirm > div:last-of-type div:last-of-type {
  text-align: right;
}

/*confirm end*/
/*question block start*/
.question-block {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
}
.question-block span {
  font-size: 12px;
  color: black;
}
.question-block img {
  width: 17px;
  margin-right: 5px;
}
/*question block end*/
.rating-leave {
  margin: 10px 0;
}

/*tooltip start*/
.tooltip {
  position: relative;
  text-decoration: underline dotted;
  font-style: italic;
  transition: color linear 150ms;
  cursor: help;
  box-sizing: content-box;
  border-top: 5px solid transparent;
}

.tooltip:hover,
.tooltip:focus-visible {
  color: #000;
}

.tooltip:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 1px;
}

.tooltip:hover::before,
.tooltip:hover::after,
.tooltip:focus-visible::before,
.tooltip:focus-visible::after {
  opacity: 1;
  visibility: visible;
}

.tooltip::before,
.tooltip::after {
  visibility: hidden;
  opacity: 0;
  transition: visibility 150ms, opacity 150ms linear;
}

.tooltip::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #313131;
  left: 50%;
  top: 0;
  z-index: 40;
  transform: translateY(-100%) translateX(-50%);
}

.tooltip::after {
  z-index: 40;
  content: attr(data-content);
  font-size: 12px;
  line-height: 15px;
  border-radius: 6px;
  font-weight: 100;
  color: #fff;
  font-style: normal;
  background: #313131;
  padding: 12px;
  width: 250px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-110%) translateX(-50%);
}

/*tooltip end*/
[class^=icon-], [class*=" icon-"] {
  font-family: "ekasa" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: blueBgHoverscale;
  font-size: 24px;
}

.arrow-right-img {
  position: relative;
}
.arrow-right-img:after {
  content: "";
  background: url(../images/arrow_right.svg);
  color: #fff;
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
}

/*breadcrumb start*/
.breadcrumb {
  width: 100%;
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.breadcrumb .container-block {
  width: 100%;
}

.breadcrumb a, .breadcrumb span {
  white-space: nowrap;
  color: #babcbb;
}

.breadcrumb a:hover, .breadcrumb a:focus {
  color: #767676;
}

.breadcrumb ul {
  width: 100%;
  display: flex;
  align-items: center;
}

.breadcrumb .slash {
  margin: 0 5px;
  color: #b2b4b3;
}

@media screen and (max-width: 576px) {
  .breadcrumb {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .breadcrumb ul {
    overflow-x: auto;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumb {
    font-size: 13px;
  }
  .breadcrumb ul {
    padding-bottom: 4px;
  }
  .breadcrumb ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
  }
  .breadcrumb ul::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent;
  }
  .breadcrumb ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #babcbb;
  }
}
/*breadcrumb end*/
/*photo + flag start*/
.photo_flag {
  position: relative;
}
.photo_flag .photo_flag-image img {
  height: auto;
}
.photo_flag p {
  font-size: 19px;
  text-shadow: 1px 1px 3px #000;
  color: white;
  line-height: 22px;
  font-weight: bold;
  margin-top: 3px;
}
.photo_flag .photo_flag-cont {
  position: absolute;
  width: 100%;
  bottom: 0px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  line-height: 20px;
  left: 0px;
  padding: 18px 18px;
  background: linear-gradient(0deg, rgb(0, 25, 71) 0%, rgba(0, 25, 71, 0.5) 50%, rgba(0, 25, 71, 0) 100%);
}
.photo_flag .photo_flag-flag img {
  width: 26px;
}

@media screen and (max-width: 480px) {
  .photo_flag p {
    font-size: 12px;
    line-height: 15px;
  }
}
/*photo + flag end*/
.default_font-s {
  font-size: 32px;
}

@media screen and (max-width: 850px) {
  .default_font-s {
    font-size: 28px;
  }
}
@media screen and (max-width: 680px) {
  .default_font-s {
    font-size: 24px;
  }
}
.icon-language:before {
  content: "\e912";
  color: #fff;
}

.icon-contacts:before {
  content: "\e909";
  color: #fff;
}

.icon-bus:before {
  content: "\e908";
  color: #fff;
}

.icon-train:before {
  content: "\e920";
  color: #fff;
}

.icon-package:before {
  content: "\e919";
  color: #fff;
}

.icon-aircraft:before {
  content: "\e900";
  color: #fff;
}

header {
  background-color: #05164d;
}
.links {
  display: flex;
  align-items: center;
}

.header-in {
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  margin-bottom: 10px;
  object-fit: contain;
  max-width: 170px;
}

.header-in .category {
  display: flex;
  align-items: center;
}
.header-in .category .ens {
  display: flex;
  align-items: center;
}
.header-in .category .ens a, .header-in .category .ens span.idc {
  cursor: pointer;
  padding: 0 15px;
  height: 40px;
  display: flex;
  margin: 0 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgb(21, 49, 89);
  border-radius: 8px;
  color: #FFF;
}
.header-in .category .ens a:hover,
.header-in .category .ens span.idc:hover {
  background-color: rgb(44, 69, 104);
  color: #FFF;
  text-decoration: none;
}

.header-group-2 {
  display: flex;
  align-items: center;
}

.links a, .links span.idc {
  width: 56px;
  height: 40px;
  display: flex;
  margin: 0 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgb(21, 49, 89);
  border-radius: 8px;
  color: #FFF;
}
.links a:hover,
.links span.idc:hover {
  background-color: rgb(44, 69, 104);
  color: #FFF;
  text-decoration: none;
}

.phone-block {
  position: relative;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.phone-block a {
  color: white;
}
.phone-block .link-contact {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.phone-block .link-contact svg {
  margin-right: 6px;
}
.phone-block > a {
  display: flex;
  align-items: center;
  color: white;
}
.phone-block > a span:first-child {
  color: white;
}
.phone-block span.icon-headphones {
  border-radius: 50%;
  padding: 10px;
  display: block;
  cursor: pointer;
}
.phone-block .dropdown-menu {
  min-width: 200px;
}
.phone-block .dropdown-menu p, .phone-block .dropdown-menu span {
  color: white;
}

.icon-headphones:before {
  content: "\e911";
  color: #fff;
}

.dropdown-menu {
  right: 0;
  color: white;
  display: none;
  position: absolute;
  top: 57px;
  background-color: rgb(18, 37, 60);
  padding: 10px 15px 25px 15px;
  z-index: 1000;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 0 4px 0 #5e7697;
  -webkit-box-shadow: 0 0 4px 0 #5e7697;
}
.dropdown-menu.active {
  display: block;
}

@media screen and (max-width: 680px) {
  .phone-block {
    margin-right: 0;
  }
  .phone-block .dropdown-menu {
    right: 0;
  }
}
/*lang start*/
.languages {
  width: 50px;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
.languages:hover {
  background-color: rgb(21, 49, 89);
}

.languages:after {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  content: "";
  display: block;
  height: 4px;
  margin-top: -3px;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
}

.languages span {
  padding: 5px 8px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
}

.languages span:hover {
  color: white;
  border-color: white;
}

.languages:hover .others {
  opacity: 1;
  padding: 5px 0;
  height: auto;
}

.languages .others {
  position: absolute;
  top: 98%;
  overflow: hidden;
  left: 0px;
  padding: 10px;
  z-index: 3;
  width: 100%;
  height: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #05164d;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.languages .others.active {
  opacity: 1;
  height: 100px;
  overflow: unset;
}

.languages .others a {
  border-radius: 8px;
  padding: 5px 8px;
  text-align: left;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
}

.languages .others a:hover {
  background: none;
  color: white;
  text-decoration: underline;
}

/*lang end*/
.mobile-x {
  display: none;
}

@media screen and (max-width: 1000px) {
  .logo img {
    max-width: 115px;
  }
  .phone-block span.icon-headphones {
    padding: 4px;
    font-size: 24px;
  }
  .phone-block > a {
    font-size: 13px;
  }
  .header-in .category .ens a,
  .header-in .category .ens span.idc {
    padding: 0 10px;
    font-size: 13px;
    height: 35px;
  }
  [class^=icon-], [class*=" icon-"] {
    font-size: 21px;
  }
  .links a {
    width: 35px;
    height: 35px;
  }
}
.phone-block > a:first-child:not(.toggle-dropdown) {
  display: none;
}

@media screen and (max-width: 680px) {
  .menu-item {
    margin: 0px 0 12px 0;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    padding: 10px 18px;
    justify-content: flex-start;
    width: 100%;
    display: flex;
    color: white;
  }
  .menu-item .icon {
    margin-right: 12px;
  }
  .menu-item a, .menu-item p, .menu-item span {
    color: white;
  }
  .menu-item .languages:hover .others {
    opacity: 0;
  }
  .menu-item .languages .others.active {
    opacity: 1;
    padding: 5px 0;
    height: auto;
    width: calc(100vw - 70px);
    background: #153159;
    left: unset;
    border-radius: 8px;
    right: -5px;
    top: 122%;
  }
  .menu-main-container-in .languages {
    margin-right: 10px;
  }
  .menu-main-container-in .languages:after {
    display: none;
  }
  .menu-main-container-in .mob-lang {
    display: flex;
    align-items: center;
  }
  .menu-main-container-in .mob-lang p {
    color: white;
  }
  .menu-main-container-in .mob-lang .lang {
    margin-left: auto;
  }
  .menu-main-container-in [class^=icon-], .menu-main-container-in [class*=" icon-"] {
    font-size: 25px;
  }
  .menu-main-container-in a, .menu-main-container-in p, .menu-main-container-in span {
    font-size: 16px;
  }
  .menu-main-container-in .ens a,
  .menu-main-container-in .ens span.idc {
    display: flex;
    margin: 0px 0 12px 0;
    align-items: center;
    text-align: left;
    background-color: rgb(21, 49, 89);
    border-radius: 8px;
    padding: 10px 18px;
    height: 56px;
    justify-content: flex-start;
    width: 100%;
    color: white;
  }
  .menu-main-container-in .ens a img,
  .menu-main-container-in .ens span.idc img {
    width: auto;
    filter: brightness(0) invert(1);
  }
  .menu-main-container-in .ens a span:first-child,
  .menu-main-container-in .ens span.idc span:first-child {
    width: 25px;
    margin-right: 12px;
  }
  .menu-main-container-in .ens a span,
  .menu-main-container-in .ens span.idc span {
    color: white;
  }
  .menu-main-container-in .links {
    margin-right: 0;
    flex-direction: column;
  }
  .menu-main-container-in .links .hidden-object {
    position: unset;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    overflow: unset;
    clip: unset;
  }
  .menu-main-container-in .links a {
    padding: 10px 18px;
    height: 56px;
    margin-bottom: 12px;
    justify-content: flex-start;
    width: 100%;
  }
  .menu-main-container-in .links a span:first-child {
    margin-right: 12px;
  }
  .menu-main-container-in .links a span {
    color: white;
  }
  .mobile-x {
    display: block;
    margin-left: 15px;
  }
  .phone-block > a:first-child {
    margin-right: 0;
  }
  .header-in .lang {
    display: none;
  }
  .header-in .category {
    display: none;
  }
}
/*mobile menu start*/
.menu-main-container-in {
  padding: 15px 15px 40px 15px;
  height: calc(var(--vh, 1vh) * 100 - 65px);
  overflow-y: auto;
}

.menu-main-container {
  position: fixed;
  right: -500px;
  opacity: 0;
  transition: opacity 0.3s;
  top: 60px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 60px);
  background: #05164d;
  max-width: 500px;
  z-index: 20;
  width: 100vw;
}

.menu-main-container.active {
  right: 0px;
  opacity: 1;
  transition: opacity 0.3s;
}

/*mobile menu end*/
/*drop menu start*/
.has_drop {
  z-index: 5;
  position: relative;
}

.header-in .category .drop_submenu a {
  margin-top: 5px;
  text-align: left;
  justify-content: flex-start;
}

.drop_submenu {
  position: absolute;
  z-index: 5;
  top: 125%;
  left: 10px;
  border-radius: 8px;
  width: 160px;
  pointer-events: none;
  opacity: 0;
  background-color: rgb(21, 49, 89);
  padding-top: 5px;
  padding-bottom: 10px;
}
.drop_submenu:before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  top: -30px;
  left: 0;
  position: absolute;
}
.drop_submenu a {
  opacity: 1;
}

.has_drop:hover .drop_submenu,
.has_drop.show .drop_submenu {
  pointer-events: auto;
  opacity: 1;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 680px) {
  .menu-main-container .drop_submenu {
    padding-left: 20px;
    position: unset;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    max-height: 0;
    overflow: hidden;
  }
  .menu-main-container .has_drop.show .drop_submenu {
    max-height: 500px;
    overflow: unset;
  }
  .drop_submenu {
    left: unset;
    width: 100px;
    top: 105%;
    right: 0;
  }
  .category-2 .ens .drop_submenu a {
    width: 100%;
    height: 35px;
    justify-content: center;
    padding: 0 5px;
    text-align: center;
    margin: 5px 0 0 0;
  }
}
/*drop menu end*/
footer {
  position: relative;
  z-index: 5;
  background-color: #05164d;
  color: #fff;
}
footer a, footer ul, footer li, footer p {
  color: white;
}

.foo-c {
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.foo-c .foo-c-1 {
  display: flex;
  justify-content: space-between;
  width: 44%;
}
.foo-c .foo-c-2 {
  width: 25%;
}
.foo-c .foo-c-3 {
  width: 25%;
}
.foo-c .foo-c-3 p {
  margin-bottom: 0;
  text-align: right;
}
.foo-c .foo-c-3 p:nth-child(2) {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.foo-c-1 {
  display: flex;
}
.foo-c-1 .foo-c-1-1 {
  min-width: 225px;
  padding-right: 30px;
  width: 50%;
}
.foo-c-1 .foo-c-1-2 {
  min-width: 225px;
  width: 50%;
}

.foo-c-all p {
  font-size: 25px;
  line-height: 37px;
  font-weight: 500;
  color: white;
  margin-bottom: 25px;
}
.foo-c-all p span {
  font-size: 1em;
  font-weight: bold;
  display: block;
}
.foo-c-all p .email-footer {
  display: block;
  font-size: 15px;
  line-height: 15px;
}
.foo-c-all ul li {
  margin-bottom: 2px;
}
.foo-c-all ul li a {
  color: white;
  font-size: 15px;
  line-height: 15px;
}
.foo-c-all ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 340px){
  .foo-c-all ul li a{
    font-size: 13px;
  }
}
.foo-c-1 ul {
  max-width: 660px;
}
.foo-c-1 ul li {
  break-inside: avoid;
}

.foo-b {
  max-width: 1020px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foo-b p {
  margin-right: 20px;
  font-size: 15px;
  font-weight: 500;
  color: white;
}
.foo-b a {
  margin-right: 20px;
  color: white;
  font-size: 14px;
}

.socials-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}
.socials-icons a {
  margin-left: 7px;
}

.socials-icons a:hover, .socials-icons a:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.socials-icons img {
  height: 22px;
  width: auto;
}

@media screen and (max-width: 1240px) {
  .foo-c .foo-c-2 {
    width: 20%;
  }
  .foo-c .foo-c-1 {
    width: 55%;
  }
}
@media screen and (max-width: 850px) {
  .foo-c .foo-c-3 {
    margin-top: 30px;
  }
  .foo-c .foo-c-3 p {
    text-align: left;
  }
  .socials-icons {
    justify-content: flex-start;
  }
  .foo-c-all ul li {
    margin-bottom: 10px;
  }
  .foo-c .foo-c-3 {
    min-width: 140px;
  }
  .foo-c .foo-c-1 {
    width: 100%;
  }
  .foo-c {
    flex-wrap: wrap;
  }
  .foo-c .foo-c-2 {
    width: 100%;
    margin-top: 30px;
  }
  .foo-c .foo-c-3 {
    width: 100%;
  }
  .foo-c-all p {
    margin-bottom: 8px;
  }
}
.foo-c-all p span {
  margin-top: 16px;
}
.foo-c-all p span a {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
}

@media screen and (max-width: 700px) {
  .foo-c-all p span a {
    margin-bottom: 10px;
  }
  .foo-c .foo-c-3 p {
    line-height: 33px;
  }
  .foo-c-1 .foo-c-1-2 {
    min-width: 155px;
  }
  .foo-c-1 .foo-c-1-1 {
    min-width: 140px;
  }
  .foo-c-all p {
    font-size: 20px;
  }
  .foo-c {
    flex-wrap: wrap;
  }
  .foo-c .foo-c-3 {
    margin-top: 40px;
    width: 100%;
  }
}
footer.expert .foo-c .foo-c-1 {
  display: none;
}
footer.expert .foo-c .foo-c-2 {
  display: none;
}
footer.expert .foo-c {
  justify-content: flex-end;
}

.footer-bottom {
  margin-top: 35px;
}
.footer-bottom p {
  font-size: 12px;
}

/*arrow start*/
.arrow-right,
.arrow-left {
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 1px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.arrow-right {
  transform: rotate(135deg);
}

.arrow-left {
  transform: rotate(-45deg);
}

/*arrow end*/
/*card item start*/
.card_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.card_row .card_item {
  padding: 12px;
  margin: 0 10px 20px 10px;
}
.card_row .card-col-2 {
  width: calc(50% - 20px);
}
.card_row .card-col-1 {
  width: calc(100% - 20px);
}
.card_row .card-col-3 {
  width: calc(33.333% - 20px);
}
.card_row.marg-20 {
  margin: 0 -20px;
}
.card_row.marg-20 .card_item {
  margin: 0 20px 40px 20px;
}

/*card item end*/
/* open-close block start*/
.open_close_block {
  border-bottom: 1px solid #c8c7c7;
}
.open_close_block .o_p_ttl {
  cursor: pointer;
  padding: 22px 0px;
  position: relative;
  padding-right: 30px !important;
}
.open_close_block .o_p_ttl:after {
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  width: 30px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMSI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMi42NzkgMS43NTRMOCA3LjUxMmw1LjMyMS01Ljc1OCIvPgo8L3N2Zz4K) center center no-repeat;
  content: "";
}
.open_close_block .o_p_ttl p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
}
.open_close_block .o_p_ttl p span {
  color: #797475;
  margin-left: 12px;
  font-size: 0.9rem;
  font-weight: 500;
}
.open_close_block .o_p_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out 0s;
}
.open_close_block .o_p_content .default-text {
  padding-top: 15px;
  padding-bottom: 30px;
}
.open_close_block.open .o_p_ttl:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMSI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMS43MzQgOC4zMDNMNyAyLjVsNS4yNjYgNS44MDMiLz4KPC9zdmc+Cg==) center center no-repeat;
}
.open_close_block.open .o_p_content {
  transition: max-height 0.5s ease-in-out 0s;
  max-height: 6000px;
}

/* open-close block end*/
/*form start*/
.form-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}
.form-card h4 {
  font-size: 19px;
  text-align: left;
  margin-bottom: 25px;
}
.form-card h2 {
  font-size: 31px;
  font-weight: bold;
  text-align: left;
}

.form-card h2 {
  margin-bottom: 20px;
  color: #333;
}

.form {
  display: flex;
  flex-direction: column;
}

.label-normal {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
}

.no-label {
  font-size: 14px;
  text-align: left;
  display: block;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 38px;
  padding: 12px 22px 6px 6px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat;
}
.custom-select:disabled, .custom-select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.no-arrows::-webkit-outer-spin-button,
.no-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-arrows {
  -moz-appearance: textfield;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form label {
  text-align: left;
  margin-bottom: 8px;
  color: #555;
}

.form input {
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 15px 6px 6px 6px;
  margin-bottom: 4px;
  border: 1px solid #ccc;
  max-height: 38px;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}
.form input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form input:disabled, .form input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form button {
  background-color: #4caf50;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.form button:disabled, .form button[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-row {
  text-align: left;
  position: relative;
  margin-bottom: 25px;
}
.form-row .all-cback-inp-span {
  color: red;
  font-size: 11px;
  margin-bottom: -13px;
  display: none;
  text-align: left;
}
.form-row.error .all-cback-inp-span {
  display: block;
}
.form-row.error input {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.error .file-label {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.error .custom-select {
  border-color: #dc3545;
}

.form-row.error input {
  border-color: red;
}
.form-row.error input:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.file-label {
  margin-bottom: 0;
  border: 1px solid #717d87;
  border-radius: 4px;
  display: flex;
  height: 44px;
  width: 185px;
  align-items: center;
  cursor: pointer;
}
.file-label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  background: url("../images/add-file.svg");
  background-size: contain;
}

.form label.file-label {
  margin-bottom: 0;
}

.form-row label:not(.no-label) {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 10px 0;
  font-size: 14px;
  color: black;
  pointer-events: none;
  transition: 0.5s;
}

/*.form-row input:valid + label:not(.no-label)
*/
.form-row input:focus + label:not(.no-label),
.form-row textarea:focus + label:not(.no-label),
.form-row input:not(:placeholder-shown) + label:not(.no-label),
.form-row textarea:not(:placeholder-shown) + label:not(.no-label),
.form-row.active label:not(.no-label) {
  top: -8px;
  left: 7px;
  color: gray;
  z-index: 1;
  font-size: 9px;
}

input[type=time] {
  background: white;
}

.form-row.timeinp label:not(.no-label) {
  top: -8px;
  left: 7px;
  color: gray;
  font-size: 9px;
}

.form-outro {
  text-align: left;
  margin-bottom: 25px;
}
.form-outro .small {
  font-size: 10px;
  display: block;
  margin-bottom: 10px;
}
.form-outro .small a {
  color: #05164d;
}
.form-outro a:hover, .form-outro a:focus {
  text-decoration: underline;
}

.d-block {
  font-size: 14px;
  color: #39b54a;
  font-weight: 700;
}
.d-block:hover, .d-block:focus {
  text-decoration: underline;
}

.login-pre {
  margin-bottom: 15px;
}
.login-pre a {
  color: #05164d;
}
.login-pre a:hover, .login-pre a:focus {
  text-decoration: underline;
}
.login-pre p {
  font-size: 14px;
  text-align: left;
}

.btn-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-right {
  justify-content: flex-end;
}

/*form end*/
.form .row .p-1-3,
.form .row .p-2-3 {
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .form .row .p-2 {
    margin: 0;
  }
}
/*radio start*/
.custom-control-label:after, .custom-control-label:before {
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  border: 1px solid #39b54a;
}

.custom-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  vertical-align: top;
  padding-left: 25px;
}
.custom-control-label:hover, .custom-control-label:focus {
  color: #05164d;
}

.custom-radio .custom-control-label:before {
  border-radius: 50%;
}

.custom-control-label:after {
  background: 50%/50% 50% no-repeat;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 30px;
  padding-left: 0px;
}

.custom-control-input:focus ~ .custom-control-label {
  color: #05164d;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #39b54a;
  border-radius: 50%;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.legend {
  font-weight: bold;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-control-label:after {
  background: 50%/50% 50% no-repeat;
}

fieldset {
  margin-bottom: 25px;
  text-align: left;
}
fieldset .all-cback-inp-span {
  color: red;
  font-size: 11px;
  margin-bottom: -13px;
  display: none;
  text-align: left;
}
fieldset.error .all-cback-inp-span {
  display: block;
}

legend {
  font-weight: bold;
  margin-bottom: 10px;
}

.custom-control {
  margin-bottom: 8px;
  position: relative;
  padding-left: 0px;
}

.col-radio .custom-control {
  margin-bottom: 15px;
}

/*radio end*/
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox:focus + label:before {
  border-color: #05164d;
}
.styled-checkbox + label {
  left: unset !important;
  top: unset !important;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 35px;
  font-size: 13px;
  line-height: 15px;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  margin-left: -35px;
  margin-top: -4px;
  background: white;
  border: 1px solid #ccc;
}
.styled-checkbox:checked + label:before {
  background: #05164d;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.textarea {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 15px 6px 6px 6px;
  margin-bottom: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}
.textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.error .textarea {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.contacts_form::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}

.contacts_form:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}

.contacts_form::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

.contacts_form:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

.contacts_form input::placeholder {
  color: transparent;
}

.contacts_form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}

.contacts_form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}

.contacts_form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

.contacts_form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

.contacts_form textarea::placeholder {
  color: transparent;
}

@media screen and (max-width: 576px) {
  .form .row .p-2,
  .form .row .p-3 {
    margin: 0 0 0px 0;
  }
}
/*vehicle choose start*/
.veh-ttl {
  display: flex;
  margin: 20px 0;
}
.veh-ttl span {
  text-align: center;
  padding: 0 5px;
  font-size: 17px;
  font-weight: bold;
  width: 150px;
  max-width: 200px;
}
.veh-ttl span span {
  font-weight: 300;
  padding: 0 !important;
  display: block;
  margin: 0 !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 0.8rem;
}
.veh-ttl span:nth-child(1) {
  width: 105px;
  text-align: right;
  margin-right: 25px;
  padding-left: 0;
}

#vehicle-row > div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#vehicle-row > div .helper-col {
  display: flex;
  width: 300px;
  align-items: flex-start;
  justify-content: center;
}
#vehicle-row > div .helper-col .custom-control-label {
  color: white;
  user-select: none;
}
#vehicle-row > div .helper-col .custom-control-label {
  padding-left: 20px;
}
#vehicle-row > div .helper-col .custom-control {
  width: 50%;
  margin-left: 10px;
  padding: 0 20px;
  margin-top: 40px;
  text-align: center;
}
#vehicle-row > div .veh-row {
  display: flex;
}
#vehicle-row > div .custom-control {
  margin: 0 25px 0px 0;
}
#vehicle-row > div .veh-row > .custom-control .custom-control-label {
  width: 265px;
}
#vehicle-row > div .custom-control-label.veh-controll:after, #vehicle-row > div .custom-control-label.veh-controll:before {
  top: unset;
  bottom: 50%;
  left: unset;
  right: 55px;
  transform: translateY(-50%);
}
#vehicle-row > div .custom-control-label.veh-controll {
  color: transparent;
  display: flex;
  padding: 0px;
  width: 210px;
  height: 135px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  user-select: none;
}
#vehicle-row > div .custom-control-label.veh-controll span {
  background: white;
  position: absolute;
  top: calc(100% - 45px);
  color: black;
  left: 0;
  padding: 0px;
  font-size: 14px;
  width: 135px;
  text-align: center;
}
#vehicle-row > div #vehicle26 + .custom-control-label.veh-controll {
  background: url("../images/26ft.jpg");
}
#vehicle-row > div #vehicle24 + .custom-control-label.veh-controll {
  background: url("../images/24ft.jpg");
}
#vehicle-row > div #vehicle2000 + .custom-control-label.veh-controll {
  background: url("../images/20ft-b.jpg");
}
#vehicle-row > div #vehicle20 + .custom-control-label.veh-controll {
  background: url("../images/20ft.jpg");
}
#vehicle-row > div #vehicle16 + .custom-control-label.veh-controll {
  background: url("../images/16ft.jpg");
}
#vehicle-row > div #vehicle12 + .custom-control-label.veh-controll {
  background: url("../images/12ft.jpg");
}
#vehicle-row > div #vehicle8 + .custom-control-label.veh-controll {
  background: url("../images/8ft.jpg");
}
#vehicle-row > div #vehicle4 + .custom-control-label.veh-controll {
  background: url("../images/4ft.jpg");
}
#vehicle-row > div #vehiclepickup + .custom-control-label.veh-controll {
  background: url("../images/4ft.jpg");
}
#vehicle-row > div #vehicleminibus + .custom-control-label.veh-controll {
  background: url("../images/Minibus.jpg");
}
#vehicle-row > div #vehicleminivan + .custom-control-label.veh-controll {
  background: url("../images/Minivan.jpg");
}
#vehicle-row > div #vehiclecar + .custom-control-label.veh-controll {
  background: url("../images/Car.jpg");
}
#vehicle-row > div #vehicleany + .custom-control-label.veh-controll {
  background: url("../images/Car.jpg");
  margin-bottom: 25px;
}
#vehicle-row > div #vehicleminivan_wheelchair_accessble + .custom-control-label.veh-controll {
  background: url("../images/MinivanWheelchairAccessible.jpg");
}

#vehicle-row.short_view > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#vehicle-row.short_view > div .helper-col {
  display: none;
}
#vehicle-row.short_view > div .veh-row {
  margin-bottom: 20px;
  display: flex;
}
#vehicle-row.short_view > div .custom-control {
  margin: 0 25px 25px 0;
}
#vehicle-row.short_view > div .custom-control-label.veh-controll:after, #vehicle-row.short_view > div .custom-control-label.veh-controll:before {
  top: unset;
  bottom: 0px;
  left: unset;
  right: 50%;
  transform: translateX(50%);
}
#vehicle-row.short_view > div .custom-control-label.veh-controll {
  color: transparent;
  display: flex;
  padding: 0px;
  width: 150px;
  height: 155px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  user-select: none;
}
#vehicle-row.short_view > div .custom-control-label.veh-controll span {
  background: white;
  height: 36px;
  position: absolute;
  top: calc(100% - 65px);
  color: black;
  left: 0;
  padding: 0px;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
#vehicle-row.short_view > div .custom-control-input:checked ~ .custom-control-label:before,
#vehicle-row.short_view > div .custom-control-input:checked ~ .custom-control-label:after {
  filter: saturate(0.2);
}
#vehicle-row.short_view > div .custom-control-input:checked ~ .custom-control-label {
  filter: saturate(4);
}

@media screen and (max-width: 630px) {
  #vehicle-row > div .helper-col .custom-control {
    margin-top: 24px;
    display: block;
  }
  #vehicle-row > div .veh-row > .custom-control .custom-control-label {
    width: 180px;
    height: 100px;
  }
  #vehicle-row > div .veh-row > .custom-control .custom-control-label span {
    top: calc(100% - 35px);
    line-height: 11px;
    width: 100px;
    font-size: 11px;
  }
  #vehicle-row > div .custom-control-label.veh-controll:after, #vehicle-row > div .custom-control-label.veh-controll:before {
    right: 25px;
  }
  #vehicle-row > div .custom-control {
    margin: 0 10px 0px 0;
  }
  #vehicle-row > div .helper-col {
    width: 110px;
  }
  .veh-ttl span {
    font-size: 14px;
    width: 62px;
    padding: 0 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .veh-ttl span:nth-child(1) {
    width: 90px;
    margin-right: 28px;
    justify-content: center;
  }
  #vehicle-row.short_view > div .veh-row > .custom-control .custom-control-label {
    width: 170px;
    height: 160px;
  }
  #vehicle-row.short_view > div .veh-row > .custom-control .custom-control-label span {
    top: calc(100% - 53px);
    line-height: 11px;
    width: 100%;
    font-size: 11px;
  }
}
@media screen and (max-width: 480px) {
  #vehicle-row.short_view > div .veh-row > .custom-control .custom-control-label {
    width: 130px;
    height: 140px;
  }
}
#vehicle-row + .form {
  display: none;
}

/*vehicle choose end*/
/*hot tours start*/
.hot-otp-content {
  margin: 0;
}

.hot-block_string .hot-otp-form-wrap {
  padding: 0;
}

/*hot tours end*/
/*excursion start*/
#polisua {
  min-height: 600px !important;
}

@media screen and (min-width: 1180px) {

}
@media screen and (max-width: 1000px) {
  .exs_mobile-form .exs_search-to {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .exs_r-item-wrap {
    width: 33.333%;
  }
  #exs_activity-gallery-images, .exs_activity-gallery-images .galleria-container {
    height: 575px !important;
  }
}
.datepicker.dropdown-menu {
  max-width: 250px;
}
@media screen and (max-width: 330px){
 .colmn3 .datepicker-dropdown{
    left: 0!important;
  }
}
.exs_p-green {
  color: #05164d;
}

.exs_p-tour-bl-title {
  color: #05164d;
}

.exs_p-order-btn {
  position: unset;
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  font-size: 21px;
  border: none;
  display: inline-flex;
  background: #ffad01;
  color: #05164d;
  font-weight: bold;
  align-items: center;
  padding: 10px 20px;
  width: auto;
  height: auto;
  justify-content: center;
}
.exs_p-order-btn:hover {
  color: black;
  background: #cd8b00;
}

.exs_p-tour-title {
  font-weight: bold;
  color: #05164d;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1em;
}

.exs_p-content-wrap, .exs_p-brcr {
  max-width: unset;
}

.exs_p-content {
  max-width: unset;
  overflow: hidden;
  margin: auto;
  width: 100%;
}

.exs_r-item-top-brcr span {
  color: white;
}

.exs_r-container {
  max-width: unset;
}

.exs_search-form {
  background: transparent;
}

.exs_container {
  padding: 30px 0;
  max-width: unset;
}

.exs_search-title {
  display: none !important;
}

.exs_container, .exs_container *, .exs_container *:before, .exs_container *:after {
  color: black;
}

.exs_search-form {
  padding: 0;
}

.exs_search-label:after {
  display: none;
}

.exs_autocomplete-toggle_element {
  display: none;
}

.exs_search-label:after {
  display: none;
}

.exs_search-extended {
  display: none;
}

#exs_container #exs_search-container input.exs_search-submit {
  position: unset;
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  margin-left: 10px;
  font-size: 21px;
  border: none;
  border-radius: 8px;
  height: 74px;
  width: 220px;
  display: inline-flex;
  background: #ffad01;
  color: #05164d;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}

.exs_add-dir-btn {
  position: absolute;
  bottom: -20px;
  background: unset;
  padding: 0;
}
.exs_add-dir-btn span {
  font-size: 12px !important;
  color: black!important;
}
.exs_tip-active.exs_search-dates-popup {
  display: none !important;
}

.exs_search-extended-container {
  display: none !important;
}

.exs_search-dates-popup {
  display: none !important;
}
.exs_dir-list{
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 8px;
}
.exs_dir-item{
  background: white;
}
@media screen and (max-width: 1000px) {
  #exs_container #exs_search-container .exs_search-to input{
    border-radius: 8px;
  }
  .exs_search-label{
    border-radius: 8px;
  }
  .exs_search-cols{
    border-radius: 8px;
  }
  #exs_container #exs_search-container .exs_search-label select{
    height: 50px;
  }
  #exs_container #exs_search-container .exs_search-to input{
    height: 50px;
  }

  .exs_search-cols{
    height: 50px;
    background: #fff url(https://export.otpusk.com/os/excursion/datep-i.png) no-repeat 5px 15px;
    padding: 9px 2px 2px 28px;
  }
  .exs_search-label{
    height: 50px;
  }
  #exs_container #exs_search-container input.exs_search-submit{
    font-size: 17px;
    height: 50px;
  }
  .exs_add-dir-btn span {
    text-shadow: 0px 0px 3px #7c7c7c;

    color: white !important;
  }
  .exs_sm-mobile-form .exs_search-dates {
    margin-top: 15px;
  }
  .exs_sm-mobile-form .exs_search-form {
    padding: 0;
  }
  .exs_und {
    color: white;
  }
  .exs_tip-calendar .exs_search-dates-popup, .exs_tip-hovered .exs_search-dates-popup, .exs_tip-active.exs_search-dates-popup {
    display: none !important;
  }
  .exs_mobile-form .exs_add-dir-btn {
    margin-bottom: 5px;
    color: white;
  }
}
@media screen and (min-width: 1000px) {
  #exs_container #exs_search-container .exs_search-to input {
    background: #E2E8EF;
    border: none;
    height: 34px;
  }
  .exs_dir-list {
    border: none;
  }
  .exs_search-cols {
    max-width: 200px;
    margin: auto;
    height: 34px;
    display: flex;
    border: none;
    align-items: center;
  }
  #exs_container #exs_search-container .exs_search-label select {
    border: none;
  }
  .exs_search-label {
    display: flex;
    align-items: center;
    height: 34px;
    border: none;
    border-left: 1px solid #D4D4D4;
  }
  .exs_search-form {
    min-height: unset;
    display: flex;
  }
  .exs_search-form .exs_search-title + .clearfix {
    padding: 15px 10px 25px 10px;
    background: white;
    border-radius: 8px;
    width: 100%;
  }
  #exs_container #exs_search-container .exs_search-label select{
    padding: 0 12px;
  }
  .exs_search-dates, .exs_search-duration, .exs_search-type{
    width: calc(33.333% - 89px);
  }
}
.exs_r-message .exs_r-heading {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #808080;
  font-size: 21px;
  font-weight: normal;
  float: none;
  margin-left: 10px;
}

.exs_r-item-top-name {
  font-size: 14px;
}

.exs_r-message {
  margin: 0 -10px;
}
.exs_mobile-form .exs_search-duration{
  margin-top: -50px;
}
.exs_sm-mobile-form .exs_search-duration{
  margin-top: 18px;
}
@media screen and (max-width: 576px) {
  .exs_container {
    padding: 10px 0;
  }
  .exs_r-message .exs_r-heading {
    font-size: 14px;
  }
}
/*excursion end*/
/*frame recss*/
.new_t-menu-item.selected {
  background: #05164d;
}

.new_t-menu-wrap::after {
  background: #05164d;
}

.new_t-order-btn-book {
  background: #ffad01;
}

.new_t-menu-item {
  color: #05164d;
  border-bottom: 1px solid #05164d;
}

.new_t-menu-item.selected::after {
  border-color: #05164d transparent transparent transparent;
}

.new_t-tab-content-top, .new_t-modal-body-top, .new_f-dropdown-body-top {
  background: #05164d;
}

.new_f-ext-btn-text {
  text-shadow: 0px 0px 3px #7c7c7c;
  color: white !important;
}

.kolobus-booking {
  background: white;
  padding: 40px 10px;
}
.kolobus-frame-app .kolobus-btn-sort--active, .kolobus-popup-frame .kolobus-btn-sort--active{
  background-color: #334472;
}
.kolobus-order__page {
  background: white;
  padding: 40px 10px;
}

.kolobus-frame-app .kolobus-input--disabled .kolobus-input__field, .kolobus-popup-frame .kolobus-input--disabled .kolobus-input__field {
  border: none;
}

.kolobus-frame-app .kolobus-form-search__swap-route {
  /*display: none;*/
}

.kolobus-frame-app .kolobus-btn--secondary svg, .kolobus-popup-frame .kolobus-btn--secondary svg {
  fill: black;
}

:root {
  --color-primary: black;
  --input-svg-size: 22px;
  --input-vertical-paddings: 14px;
}

.kolobus-frame-app .kolobus-input__svg .kolobus-input__control > svg:first-child, .kolobus-popup-frame .kolobus-input__svg .kolobus-input__control > svg:first-child {
  fill: #ffad01;
  left: 12px;
}

.css-1dimb5e-singleValue {
  font-size: 15px;
}

.kolobus-frame-app .kolobus-input--filled.kolobus-input__svg .kolobus-input__control > svg:first-child, .kolobus-popup-frame .kolobus-input--filled.kolobus-input__svg .kolobus-input__control > svg:first-child {
  fill: #ffad01;
}

.kolobus-frame-app .kolobus-input__select__control, .kolobus-popup-frame .kolobus-input__select__control {
  border-radius: 0;
}

.kolobus-frame-app .kolobus-input__field, .kolobus-popup-frame .kolobus-input__field {
  border-radius: 0;
}

.kolobus-frame-app .kolobus-form-search__content {
  background: white;
  border-radius: 8px;
  padding: 11px;
}

.kolobus-frame-app .kolobus-input__select .kolobus-input__icon-select svg, .kolobus-popup-frame .kolobus-input__select .kolobus-input__icon-select svg {
  display: none;
}

.kolobus-form-search__swap-route {
  /*display: none;*/
}

.kolobus-frame-app .kolobus-input__select .kolobus-input__field, .kolobus-popup-frame .kolobus-input__select .kolobus-input__field {
  border-right: 1px solid rgba(42, 113, 177, 0.2);
}

.kolobus-frame-app .kolobus-form-search__inputs-route .css-b62m3t-container {
  border-left: 1px solid rgba(42, 113, 177, 0.2);
  border-right: none;
}
.kolobus-frame-app .kolobus-form-search__swap-route .kolobus-btn{
  background: white;
}
@media screen and (min-width: 576px) {
  .kolobus-frame-app .kolobus-form-search__swap-route {
    transform: translateY(-2.6px) translateX(-28px);
  }
}
@media screen and (max-width: 992px) {
  .kolobus-frame-app .kolobus-form-search__inputs-route .css-b62m3t-container {
    border-left: none;
  }
}
@media screen and (max-width: 576px) {
  .kolobus-frame-app .kolobus-banner {
    padding: 30px 15px;
  }
  .kolobus-frame-app .kolobus-form-search__select-route {
    max-width: 100%;
  }
  .kolobus-frame-app .kolobus-input__svg .kolobus-input__control > svg:first-child, .kolobus-popup-frame .kolobus-input__svg .kolobus-input__control > svg:first-child {
    left: 0;
  }
  .kolobus-frame-app .kolobus-input__select .kolobus-input__field, .kolobus-popup-frame .kolobus-input__select .kolobus-input__field {
    border-right: none;
  }
  .kolobus-frame-app .kolobus-form-search__field {
    border-bottom: 1px solid rgba(42, 113, 177, 0.2);
  }
  :root {
    --input-svg-additional-padding: 5px;
  }
}
@media screen and (max-width: 340px){
  .kolobus-frame-app .kolobus-trip__main-info-address {
    font-size: 10px;
    line-height: 13px;
  }
  .kolobus-frame-app .kolobus-trip__payment-label{
    font-size: 10px;
  }
  .kolobus-frame-app .kolobus-btn, .kolobus-popup-frame .kolobus-btn {
    padding: 7px 10px;
    font-size: 14px;
  }
  .kolobus-frame-app .kolobus-trip__main-info-time{
    font-size: 17px;
  }
}
.kolobus-frame-app .kolobus-input__date .kolobus-input__field, .kolobus-popup-frame .kolobus-input__date .kolobus-input__field {
  border: none;
}

.kolobus-frame-app .kolobus-input__text, .kolobus-popup-frame .kolobus-input__text {
  color: red;
  display: none !important;
}

.kolobus-form-search__btn .kolobus-btn:disabled {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  margin-left: 10px;
  font-size: 21px;
  height: 74px;
  width: 220px;
  display: inline-flex;
  background: #ffad01;
  color: #05164d;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border-radius: 0;
}

.kolobus-frame-app .kolobus-input__select__control, .kolobus-popup-frame .kolobus-input__select__control {
  border: none;
}

.kolobus-frame-app .kolobus-form-search__btn .kolobus-btn {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  margin-left: 10px;
  font-size: 21px;
  height: 67px;
  width: 220px;
  display: inline-flex;
  background: #ffad01;
  color: #05164d;
  font-weight: bold;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  opacity: 1;
  cursor: pointer;
}

.kolobus-frame-app .kolobus-btn--secondary, .kolobus-popup-frame .kolobus-btn--secondary {
  background: #ffad01;
  color: black;
}
.kolobus-frame-app .kolobus-btn--secondary:hover, .kolobus-frame-app .kolobus-btn--secondary:focus, .kolobus-popup-frame .kolobus-btn--secondary:hover, .kolobus-popup-frame .kolobus-btn--secondary:focus {
  background: #cd8b00;
}

.kolobus-frame-app {
  padding: 0;
  max-width: unset;
}

/*frame recss end*/
/* trip frame*/
.new_f-title {
  display: none;
}

.new_f-container {
  margin: 0;
  padding: 20px 0px 0px;
  background: transparent;
}

.new_f-ext-btn-filters-num {
  color: white !important;
  text-shadow: 0px 0px 3px black;

}
.new_f-ext-btn-filters-num span {
  color: white !important;
  text-shadow: 0px 0px 3px #7c7c7c;

}

.new_f-ext-container .new_f-dropdown-body-bottom, .new_f-wrapper > .new_f-title, .new_f-form > .clearfix, .new_f-ext-btn-container, .new_f-ext-body {
  width: 100%;
}

.new_f-form .new_f-form-submit {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  margin-left: 10px;
  font-size: 21px;
  height: 74px;
  width: 220px;
  display: inline-flex;
  background: #ffad01;
  color: #05164d;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.new_f-search-dates-popup.new_f-tip-active {
  display: none;
}

.new_f-dropdown-btn .cnt::after, .new_f-dropdown-btn::after {
  display: none;
}

.new_f-dropdown-btn .cnt::after, .new_f-dropdown-btn::after {
  display: none;
}

.new_f-dropdown-btn .cnt::after, .new_f-dropdown-btn::after {
  display: none;
}

.new_f-wrapper-bg-imgs {
  background: transparent;
}

.cnt {
  display: none !important;
}

.new_f-ext-container {
  background: white;
  padding: 20px;
}

#new_os-to .new_f-dropdown-body:not(.popup) .ui-autocomplete {
  max-height: 155px;
}
.new_mobile-form .new_f-form-field{
  border-radius: 8px;
}
@media screen and (min-width: 1280px) {
  .new_f-dropdown-body {
    top: 72px;
  }
  .new_f-form-field, .new_f-form .new_f-form-submit {
    height: 74px;
  }
  .new_f-dropdown-btn {
    display: flex;
    align-items: center;
    height: 74px;
    padding: 5px;
  }
  .new_f-autocomplete-input {
    height: 74px;
  }
  .new_f-dropdown-container.from .new_f-dropdown-btn-text {
    max-width: 110px;
  }
  .new_f-form-field.from {
    width: 160px;
  }
  .new_f-form-field.to {
    width: 220px;
  }
  .new_f-form-field.date {
    width: 280px;
    display: flex;
    align-items: center;
  }
  .new_f-datepicker-wrap {
    width: 95px;
  }
  .new_f-form-field.duration .new_f-dropdown-btn{
    padding-left: 18px;
  }

  .new_f-form-field.duration {
    width: 190px;
  }
  .new_f-dates-container.new_f-dropdown-container{
    margin: auto;
  }
  .new_f-form-field.people {
    width: 190px;
  }
  .new_f-form-field.people .new_f-dropdown-btn{
    padding-left: 18px;
  }

}
@media screen and (min-width: 950px) {
  .new_f-form-field.people {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
  }

  .new_f-form-field.to {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
  }
}

@media screen and (min-width: 950px) and (max-width: 1100px) {
  .new_f-form .new_f-form-submit {
    margin-left: 0;
  }
}
@media screen and (min-width: 950px) and (max-width: 1280px) {
  .new_f-form-field, .new_f-form .new_f-form-submit {
    height: 74px;
  }
  .new_f-dropdown-btn {
    display: flex;
    align-items: center;
    height: 74px;
    padding: 5px;
  }
  .new_f-autocomplete-input {
    height: 74px;
  }
  .new_f-form-field.date {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.links-tours-1 .container{
  display: flex;
}
.links-tours-1{

  width: 100%;


}
.icon_tur img{
  width: 25px;
  height: 25px;
}
.icon-bs img{
  width: 20px;
  height: 20px;
}
.links-tours-1 a{
  font-size:23px;
  display: block;
  margin-right: 50px;
  text-shadow: 0px 0px 3px #7c7c7c;
  color: #ffffff;
  font-weight: bold;
  transition: .3s;

  text-decoration: none;
}
.links-tours-1 a:hover{
  color: #ffad01;
  transition: .3s;
}
.links-tours-1 a.active{
  color: #ffad01;
}

@media screen and (min-width: 1270px) {
  .new_f-container{
    max-width: 1270px;
  }
}
.new_mobile-form .new_f-form .new_f-form-submit{
  border-radius: 8px;
}
@media screen and (max-width: 950px) {

  .new_mobile-form .new_f-container {
    margin: auto;
    padding: 0;
  }
  .new_mobile-form .new_f-form .new_f-form-submit {
    margin-left: 0;
  }
  .new_mobile-form .new_f-ext-btn-container {
    top: -125px;
  }
  .new_mobile-form .new_f-ext-container .new_f-dropdown-body-bottom, .new_mobile-form .new_f-wrapper > .new_f-title, .new_mobile-form .new_f-form > .clearfix, .new_mobile-form .new_f-ext-btn-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 600px) {

  .links-tours-1{
    margin-bottom: 14px;

  }
  .links-tours-1 a{
    font-size: 21px;
    margin-right: 20px;
  }
  .new_f-form-field, .new_f-form .new_f-form-submit{
    height: 50px;
  }
  .new_f-dates-container.new_f-dropdown-container{
    margin-top: 4px;
  }
  .new_mobile-form .new_f-ext-btn-container{
    top: -100px;
  }
  .new_mobile-form .new_f-form .new_f-dropdown-btn {
    padding-top: 14px;
  }
  .new_f-autocomplete-input{
    height: 50px!important;
  }
  .new_f-dropdown-btn{
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .new_os{
    padding: 10px 0;
  }
  .links-tours-1 .container{
    justify-content: space-between;
  }
  .links-tours-1 a{
    font-size: 16px;
    margin-right: 15px;
    white-space: nowrap;
  }
}
/* trip frame end*/
/*search foem start*/
.quick-link-mobile {
  display: none;
}

.search-ticket-main {
  min-height: 445px;
  background: url("../images/bus-train-plane-tickets.jpg");
  background-position: center;
  background-size: cover;
  height: 30vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.search-ticket-main .container-v1 {
  font-size: 78px;
  line-height: 0.35em;
}
.search-ticket-main .container-v1 {
  margin-bottom: 40px;
  text-align: left;
}
.search-ticket-main h1 {
  color: white;
  font-weight: 500;
  font-size: 0.8em;
  line-height: 1em;
  max-width: 95%;
}
.search-ticket-main h1 + span {
  display: none;
  color: white;
  font-size: 0.55em;
  line-height: 40px;
}
.search-ticket-main .search-trip-f span {
  color: black;
  font-size: 16px;
}
.search-ticket-main .search-trip-f-main span {
  font-size: 14px;
}

.search-ticket-main.search-trip h1 + span {
  display: block;
  margin-top: 7px;
}

.duration .new_f-dropdown-btn-text {
  margin-left: 4px;
}

.search-ticket-main-v1 {
  background: url("../images/baloons.jpg");
  background-position: center;
}

.search-ticket-main-search-res {
  height: auto;
  background: url(../images/bus-train-plane-tickets.jpg) no-repeat;
  background-color: #05164c;
}

#exs_container #exs_search-container .exs_search-form input, #exs_container #exs_search-container .exs_search-form select {
  outline: none;
}

.search-trip {
  background: url(../images/bus-train-plane-tickets.jpg) no-repeat;
  background-size: cover;
  height: auto;
  min-height: 576px;
}
.search-trip h1 {
  color: white;
}

.kolobus-frame-app .kolobus-btn-sort, .kolobus-popup-frame .kolobus-btn-sort {
  color: white;
  border-color: white;
}

/*search form end*/
/*search form2 start*/
.category-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.category-2 .ens {
  display: flex;
  align-items: center;
}
.category-2 .links {
  margin-right: 0px;
}
.category-2 .links a {
  background-color: rgb(21, 49, 89);
}
.category-2 .ens a,
.category-2 .ens span.idc {
  padding: 24px 15px;
  height: 40px;
  display: flex;
  margin: 0 5px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgb(21, 49, 89);
  border-radius: 8px;
  color: #FFF;
}
.category-2 .ens a img,
.category-2 .ens span.idc img {
  filter: brightness(0) invert(1);
}
.category-2 .ens a:hover,
.category-2 .ens span.idc:hover {
  background-color: rgb(44, 69, 104);
  color: #FFF;
}
.category-2 .links a {
  width: 50px;
  height: 49px;
}
.category-2 span {
  font-size: 29px;
}

@media screen and (max-width: 680px) {
  .quick-link-mobile {
    display: block;
  }
  .category-2 .links a,
  .category-2 .links span.idc {
    width: 40px;
    height: 56px;
  }
  .category-2 .links a {
    margin: 0 3px;
  }
  .category-2 span {
    font-size: 25px;
  }
  .category-2 .ens a {
    margin: 0 3px;
    padding: 12px 8px;
    font-size: 12px;
    height: 56px;
  }
  .category-2 .ens span.idc {
    margin: 0px;
    padding: 12px 8px;
    font-size: 12px;
    height: 56px;
  }
}
@media screen and (max-width: 576px) {
  .category-2 .links a {
    position: relative;
  }
  .category-2 .hidden-object {
    clip: unset;
    width: auto !important;
    height: 28px !important;
    overflow: unset;
    font-size: 12px;
    color: white;
    bottom: -34px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .category-2 .ens a, .category-2 .ens span.idc {
    position: relative;
  }

  .category-2 .ens a img, .category-2 .ens span.idc img {
    filter: brightness(0) invert(1);
  }
  .category-2 .ens a.active img, .category-2 .ens span.idc.active img ,.category-2 .links a.active img{
    filter: invert(12%) sepia(20%) saturate(4302%) hue-rotate(195deg) brightness(25%) contrast(106%);

  }
  .category-2 .ens a.active, .category-2 .ens span.idc.active,.category-2 .links a.active{
    background-color: white;
    color: #05164d;
  }
}
.search-ticket-form form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-ticket-form .form input,
.search-ticket-form .form select {
  border: none;
  box-shadow: none;
  max-height: 49px;
  font-size: 19px;
  padding: 6px 6px 6px 30px;
  margin-bottom: 0;
}
.search-ticket-form .form-row {
  margin-bottom: 0;
}
.search-ticket-form .form-row label:not(.no-label) {
  top: 6px;
  left: 30px;
  margin-bottom: 0;
  padding: 0;
  font-size: 1em;
}
.search-ticket-form .form-row select:focus + label:not(.no-label), .search-ticket-form .form-row input:focus + label:not(.no-label), .search-ticket-form .form-row textarea:focus + label:not(.no-label), .search-ticket-form .form-row input:not(:placeholder-shown) + label:not(.no-label), .search-ticket-form .form-row textarea:not(:placeholder-shown) + label:not(.no-label), .search-ticket-form .form-row.active label:not(.no-label) {
  top: -16px;
  font-size: 0.8em;
}
.search-ticket-form svg {
  top: 6px;
  left: 0px;
  fill: black;
  width: 23px;
  min-width: 23px;
  height: 23px;
  margin-right: 4px;
}
.search-ticket-form label {
  font-size: 1em;
  display: flex;
  align-items: center;
}
.search-ticket-form .row-search {
  display: flex;
  align-items: center;
}
.search-ticket-form .btn {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  margin-left: 10px;
  font-size: 21px;
  height: 74px;
  width: 220px;
  display: inline-flex;
  background: #ffad01;
  color: #05164d;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.search-ticket-form2 .btn{
  margin-left: 0;
}
.search-ticket-form .btn svg {
  margin-right: 10px;
  position: unset;
  fill: #05164d;
}
.search-ticket-form .form {
  font-size: 20px;
  background: white;
  padding: 20px 20px;
  width: 100%;
  min-height: 74px;
}
.search-ticket-form .colmn {
  width: calc(33.33% - 20px);
}
.search-ticket-form .colmn2 {
  margin-right: 40px;
  border-right: 1px solid rgba(42, 113, 177, 0.2);
}
.search-ticket-form .colmn1 {
  margin-right: 40px;
  border-right: 1px solid rgba(42, 113, 177, 0.2);
}

@media screen and (max-width: 1000px) {
  .search-ticket-main {
    height: 40vw;
  }
  .search-ticket-main-search-res {
    height: auto;
  }
  .search-ticket-main .container-v1 {
    font-size: 45px;
    line-height: 15px;
  }
  .search-ticket-form .form input,
  .search-ticket-form .form select {
    font-size: 14px;
  }
  .search-ticket-form svg {
    top: -1px;
  }
  .search-ticket-form .form-row label:not(.no-label) {
    font-size: 0.7em;
  }
  .search-ticket-form .btn {
    font-size: 0.8em;
    height: 60px;
    width: 155px;
  }
  .search-ticket-form .btn svg {
    width: 17px;
    height: 17px;
    margin-right: 6px;
  }
  .search-ticket-form .colmn2 {
    margin-right: 12px;
  }
  .search-ticket-form .colmn1 {
    margin-right: 12px;
  }
  .search-ticket-form .form-row input:focus + label:not(.no-label), .search-ticket-form .form-row textarea:focus + label:not(.no-label), .search-ticket-form .form-row input:not(:placeholder-shown) + label:not(.no-label), .search-ticket-form .form-row textarea:not(:placeholder-shown) + label:not(.no-label), .search-ticket-form .form-row.active label:not(.no-label) {
    top: -4px;
    font-size: 0.5em;
  }
  .search-ticket-form .form {
    max-width: 800px;
    padding: 16px 15px;
    min-height: 60px;
  }
}
@media screen and (max-width: 680px) {
  .search-ticket-form .colmn1 {
    border-right: none;
  }
  .search-ticket-form .colmn2 {
    border-right: none;
  }
  .search-ticket-main {
    height: 580px;
  }
  .search-ticket-main-search-res {
    height: auto;
  }
  .search-ticket-main .container-v1 {
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .search-ticket-form .colmn {
    margin-right: 0 !important;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid rgba(42, 113, 177, 0.2);
  }
  .search-ticket-form .form input {
    height: 47px;
    line-height: 47px;
  }
  .search-ticket-form .form-row label:not(.no-label) {
    top: 14px;
  }
  .search-ticket-form svg {
    top: 10px;
  }
  .row-search {
    flex-direction: column;
  }
  .search-ticket-form .form {
    width: 80vw;
  }
  .search-ticket-form .btn {
    margin-left: 0;
    margin-top: 10px;
    width: 80vw;
    font-size: 17px;
  }
  .search-ticket-form form {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .search-ticket-main {
    min-height: 550px;
    height: calc(var(--vh, 1vh) * 100 - 60px);
    padding: 0 0px 15px 0;
  }
  .search-ticket-main-hot .container.container-v1{
    margin-top: 20vh;
  }
  .search-ticket-main-hot{
    justify-content: flex-start;
  }
  .search-ticket-main-search-res {
    height: auto;
    max-height: unset;
  }
  .search-ticket-form .form {
    padding: 8px 15px 5px;
  }
  .search-ticket-form2 .form{
    padding: 15px;
  }
  .search-ticket-form .colmn:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .search-plane-ticket-form .row-search + .row-search .colmn:last-child {
    margin-bottom: 10px;
  }
  .search-plane-ticket-form .row-search + .row-search .colmn:first-child {
    margin-top: 10px;
  }
}
@media screen and (max-width: 680px) {
  .category-2 .links {
    width: calc(60% - 0px);
  }
  .category-2 .links a {
    margin: 0 5px;
    width: calc(33.33% - 10px);
  }
  .category-2 {
    margin-bottom: 50px;
    margin-top: 5px;
  }
  .category-2 .has_drop {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .category-2 .has_drop span.idc {
    width: 100%;
  }
  .category-2 .ens {
    width: calc(40% - 0px);
  }
  .category-2 .ens img {
    height: 24px;
    width: auto;
  }
  .category-2 .ens a {
    margin: 0 5px;
    width: calc(50% - 10px);
  }
  .search-ticket-main h1 + span {
    line-height: 24px;
  }
  .search-ticket-main h1 {
    font-weight: 400;
  }
}
@media screen and (max-width: 480px) {
  .search-ticket-form .form {
    width: 100%;
  }
  .search-ticket-form .btn {
    width: 100%;
  }
  .search-ticket-main h1 + span {
    font-size: 18px;
  }
  .category-2 .ens a,
  .category-2 .ens span.idc {
    padding: 12px 25px;
  }
  .search-ticket-main h1 {
    font-size: 31px;
    line-height: 38px;
  }
  .search-ticket-main .container-v1 span {
    display: none;
  }
  .search-ticket-main .container.container-v1 {
    line-height: 15px;
  }
}
@media screen and (max-width: 400px) {
  .search-ticket-main h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 370px) {
  .search-ticket-main h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
/*search form2 end*/
/*mainp slider start*/
section.сategories .container {
  position: relative;
}

section.сategories span.name_category {
  position: absolute;
  top: 30px;
  left: 0;
  color: #FFF;
  background-color: rgb(6, 30, 53);
  padding: 20px 60px;
  font-size: 24px;
  opacity: 0.9;
  z-index: 10;
}

section.сategories .сategories-slider .slide-category .image-category {
  width: 100%;
  height: 364px;
  background-size: cover !important;
}

section.сategories .сategories-slider svg {
  position: absolute;
  border: 1px solid rgb(0, 171, 255);
  background: white;
  z-index: 10;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
}

section.сategories .сategories-slider svg:hover path.arrow-line {
  stroke: #FFFFFF !important;
}

section.сategories .сategories-slider svg:hover path.background {
  fill: #00ABFF !important;
}

section.сategories .сategories-slider svg.nextArrow {
  right: 0;
}

section.сategories .сategories-slider svg.prevArrow {
  left: 0;
}

section.сategories .сategories-slider.slick-slider {
  margin-bottom: 0;
}

section.сategories .slide-category {
  position: relative;
  overflow: hidden;
}

section.сategories .сategories-slider .slick-dots {
  text-align: center;
  padding-top: 8px;
}

section.сategories .сategories-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

section.сategories .сategories-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0 5px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0);
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0);
}

section.сategories .сategories-slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 8px;
  line-height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: "•";
  text-align: center;
  opacity: 0.2;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section.сategories .сategories-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #FFF;
  -webkit-background-clip: text;
  background-clip: text;
}

section.сategories .сategories-slider .slide-category a, section.сategories .сategories-slider .slide-category a:active, section.сategories .сategories-slider .slide-category a:hover {
  outline: none;
  border: none;
  position: relative;
}

section.сategories .сategories-slider .slide-category .image-category {
  width: 100%;
  height: 364px;
  background-size: cover !important;
}

@media screen and (max-width: 576px) {
  section.сategories .сategories-slider .slide-category .image-category {
    height: 200px;
  }
  section.сategories span.name_category {
    top: 8px;
    padding: 3px 17px;
    font-size: 13px;
  }
  section.сategories .сategories-slider svg {
    width: 25px;
    height: 25px;
  }
}
/*mainp slider end*/
.info-country-title {
  padding-bottom: 10px;
}
.info-country-title strong {
  font-weight: 400;
}

/*popular dir2 start*/
.popular_dir2_list {
  column-count: 5;
  gap: 20px;
}
.popular_dir2_list a {
  break-inside: avoid;
  color: #05164d;
  display: block;
  padding: 5px 0px;
  font-size: 19px;
  margin-bottom: 30px;
}
.popular_dir2_list a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
  .popular_dir2_list {
    column-count: 4;
  }
}
@media screen and (max-width: 1080px) {
  .popular_dir2_list {
    column-count: 3;
  }
}
@media screen and (max-width: 780px) {
  .popular_dir2_list {
    column-count: 2;
  }
  .popular_dir2_list a {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  .popular_dir2_list a {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
/*popular dir2 end*/
/*bus_30_country start*/
.bus_30_country {
  font-size: 32px;
}
.bus_30_country .container {
  padding-bottom: 3em;
}

.popular-dir {
  font-size: 32px;
  background: #f3f3f3;
}
.popular-dir .container {
  padding-top: 3em;
  padding-bottom: 3em;
}

.ttl {
  font-weight: bold;
  color: #05164d;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1em;
}

.others_link {
  font-size: 17px;
  color: #001a27;
  margin-top: 19px;
  display: block;
}
.others_link:hover, .others_link:focus {
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .others_link {
    font-size: 13px;
  }
}
.popular-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.popular-columns.popular-countries .popular__card {
  width: calc(33.333% - 20px);
  height: 7em;
}
.popular-columns.popular-directions .popular__card {
  width: calc(50% - 20px);
  height: 8em;
}
.popular-columns .popular__card {
  border-radius: 8px;
  overflow: hidden;
  width: calc(33.333% - 20px);
  overflow: hidden;
  height: 6em;
  position: relative;
  margin: 0 10px 20px;
}
.popular-columns .popular__card .popular__card-flag {
  width: 26px;
  height: 18px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 0px;
}
.popular-columns .popular__card .popular__card-cont {
  position: absolute;
  width: 100%;
  bottom: 0px;
  line-height: 20px;
  left: 0px;
  padding: 18px 18px;
  background: linear-gradient(0deg, rgb(0, 25, 71) 0%, rgba(0, 25, 71, 0.5) 50%, rgba(0, 25, 71, 0) 100%);
}
.popular-columns .popular__card .popular__card-image {
  transition: all 0.4s ease-in-out;
  height: 100%;
}
.popular-columns .popular__card .popular__card-image img, .popular-columns .popular__card .popular__card-image picture {
  display: block;
  height: 100%;
}
.popular-columns .popular__card span {
  font-size: 0.6em;
  text-shadow: 1px 1px 3px #000;
  color: white;
  line-height: 0.7em;
  font-weight: bold;
}
.popular-columns .popular__card:hover .popular__card-image {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 850px) {
  .offer-items .card_item {
    width: calc(100% - 20px);
  }
  .offer-items .p-2 .card_item {
    width: 100%;
  }
  .bus_30_country {
    font-size: 28px;
  }
  .popular-columns.popular-countries .popular__card {
    height: 5em;
  }
  .popular-dir {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .popular-dir {
    font-size: 24px;
  }
  .popular-dir .container {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .bus_30_country {
    font-size: 24px;
  }
  .popular-columns.popular-countries {
    margin: 0 -5px;
  }
  .popular-columns.popular-countries .popular__card {
    width: calc(50% - 10px);
    height: 33vw;
    margin: 0 5px 10px;
  }
  .bus_30_country .container {
    padding-bottom: 40px;
  }
  .popular-columns .popular__card span {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 400px) {
  .offer-body .ride-city span:nth-child(2) {
    display: none;
  }
}
/*bus_30_country end*/
/*hhhhhhhhh*/
.offer-body .ride-city {
  display: flex;
  align-items: center;
}
.offer-body .ride-city span:nth-child(1) {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: black;
}
.offer-body .ride-city span:nth-child(2) {
  padding-left: 8px;
  font-size: 16px;
  color: rgb(196, 196, 196);
  line-height: 18px;
}

.offer-body:before {
  float: left;
  content: "";
  width: 18px;
  height: 56px;
  background-image: url(../images/points_v2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 12px 0 2px;
}

.offer-body > div.inner-city {
  height: 56px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.offer-items .p-2 .card_item {
  padding: 12px;
  margin-bottom: 20px;
}
.offer-items .card_item {
  background: white;
  display: flex;
  border: 1px solid #dacbcb;
  align-items: center;
  justify-content: space-between;
}
.offer-items .book-offer {
  padding: 12px 36px;
  background: #0f256e;
  border-radius: 8px;
}
.offer-items .book-offer:hover, .offer-items .book-offer:focus {
  background: #15349b;
}

/*hhhhhhh end*/
/*ekasa info start*/
.ekasa-info {
  font-size: 32px;
}

.benefit__item {
  font-size: 10px;
  display: flex;
  flex-direction: column;
  font-weight: 500;
}

.benefit__header {
  display: flex;
  gap: 2em;
  align-items: center;
  margin-bottom: 2em;
}

.b-text {
  font-size: 1.6em;
}

.benefit__title {
  font-size: 2em;
}

.benefit__icon {
  width: 8em;
  height: 8em;
  background: #05164d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media screen and (max-width: 850px) {
  .ekasa-info {
    font-size: 28px;
  }
  .card_row {
    flex-direction: column;
  }
  .card_row .card-col-3 {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 680px) {
  .ekasa-info {
    font-size: 24px;
  }
}
/*ekasa info emd*/
.call-online-button-toggle {
  display: flex;
  cursor: pointer;
}
.call-online-button-toggle svg {
  margin-right: 5px;
}

/*faq section start*/
.faq-section {
  font-size: 32px;
}
.faq-section .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.faq-section .open_close_block {
  margin-bottom: 1em;
  padding: 0 10px;
}
.faq-section .open_close_block .o_p_ttl {
  padding: 15px 0;
}
.faq-section .open_close_block .o_p_ttl p {
  font-size: 0.5em;
}

@media screen and (max-width: 850px) {
  .faq-section {
    font-size: 28px;
  }
}
@media screen and (max-width: 680px) {
  .faq-section .open_close_block .o_p_ttl p {
    font-size: 0.6em;
  }
  .faq-section {
    font-size: 24px;
  }
  .faq-section .row .p-2 {
    margin-bottom: 0;
  }
}
/*faq section end*/
/*info section start*/
.info-block {
  font-size: 32px;
}

@media screen and (max-width: 850px) {
  .info-block {
    font-size: 28px;
  }
}
@media screen and (max-width: 680px) {
  .info-block {
    font-size: 24px;
  }
}
/*info section end*/
/*bus_ticket_country start*/
.country-info-cont {
  background: #f3f3f3;
  padding: 20px;
  max-width: 1000px;
}
.country-info-cont h3 {
  margin-bottom: 20px;
}

.country-info-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.country-info-row .country-info-item {
  margin: 0 10px 20px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  line-height: 15px;
  background: white;
  padding: 8px;
}
.country-info-row .country-info-item .img {
  margin: -8px -8px;
  width: 80px;
}
.country-info-row .country-info-item p {
  font-size: 13px;
  line-height: 15px;
  color: #b1b1b1;
  margin-bottom: 2px;
}
.country-info-row .country-info-item span {
  line-height: 15px;
  font-size: 16px;
  font-weight: bold;
  color: black;
}

.map-country-frame {
  width: 100%;
  height: 50vw;
  max-height: 500px;
}

@media screen and (max-width: 480px) {
  .country-info-row .country-info-item span {
    line-height: 10px;
    font-size: 14px;
  }
  .country-info-row .country-info-item p {
    font-size: 11px;
    line-height: 10px;
    color: #b1b1b1;
    margin-bottom: 0px;
  }
  .country-info-cont {
    padding: 10px;
  }
  .country-info-row {
    margin: 0 -5px;
  }
  .country-info-row .country-info-item .img {
    width: 60px;
  }
  .country-info-row .country-info-item {
    margin: 0 5px 10px;
    border-radius: 4px;
    line-height: 15px;
    background: white;
    padding: 6px;
  }
}
.trip_ticket_country {
  margin-bottom: 70px;
}
.trip_ticket_country h2 {
  margin-bottom: 1rem;
}

.country_main_info {
  margin: 40px 0;
}
.country_main_info h3 + p {
  border-bottom: solid 1px #ccc;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.country_main_info iframe {
  width: 100%;
}

@media screen and (max-width: 576px) {
  .country_main_info iframe {
    height: 95vw;
  }
}
.bus_ticket_country {
  margin-bottom: 40px;
}
.bus_ticket_country h2 {
  margin-bottom: 1rem;
}
.select2-search--dropdown .select2-search__field{font-size: 19px}
.select2-results__option{
  font-size: 19px;
}
span.selection{
  outline: none;
}
.country_short {
  margin-bottom: 15px;
}
.country_short .photo_flag-image {
  overflow: hidden;
  border-radius: 8px;
}
.country_short .photo_flag-image iframe {
  width: 100%;
  height: auto;
}
.country_short .photo_flag-image img {
  max-height: 105px;
  height: 13vw;
  transition: all 0.4s ease-in-out;
}
.country_short:hover .photo_flag-image img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.country_short p {
  margin-top: 4px;
  text-align: center;
  font-size: 19px;
  line-height: 21px;
  color: #05164d;
}

@media screen and (max-width: 480px) {
  .country_short p {
    font-size: 16px;
  }
  .country_short .photo_flag-image img {
    height: auto;
  }
}
/*bus_ticket_country end*/
/*search trip form start*/
/*search form2 start*/
.search-trip-form form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-trip-form .form input {
  border: none;
  box-shadow: none;
  max-height: 49px;
  font-size: 19px;
  padding: 6px 6px 6px 30px;
  margin-bottom: 0;
}
.search-trip-form .form-row {
  margin-bottom: 0;
}
.search-trip-form .form-row label:not(.no-label) {
  top: 4px;
  left: 30px;
  margin-bottom: 0;
  padding: 0;
  font-size: 1em;
}
.search-trip-form .form-row input:focus + label:not(.no-label), .search-trip-form .form-row textarea:focus + label:not(.no-label), .search-trip-form .form-row input:not(:placeholder-shown) + label:not(.no-label), .search-trip-form .form-row textarea:not(:placeholder-shown) + label:not(.no-label), .search-trip-form .form-row.active label:not(.no-label) {
  top: -16px;
  font-size: 0.8em;
}
.search-trip-form svg {
  top: 6px;
  left: 0px;
  position: absolute;
  width: 23px;
  height: 23px;
  margin-right: 4px;
  fill: #ffad01;
}
.search-trip-form label {
  font-size: 1em;
  display: flex;
  align-items: center;
}
.search-trip-form .row-search {
  display: flex;
  align-items: center;
}
.search-trip-form .btn {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  font-size: 21px;
  height: 74px;
  width: 220px;
  display: inline-flex;
  background: #ffad01;
  color: #05164d;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.search-trip-form .btn svg {
  margin-right: 10px;
  position: unset;
  fill: #05164d;
}
.search-trip-form .form {
  font-size: 20px;
  background: white;
  padding: 20px 20px;
  width: 100%;
  min-height: 74px;
}
.search-trip-form .colmn {
  margin-right: 10px;
  border-right: 1px solid rgba(42, 113, 177, 0.2);
  width: calc(20% - 20px);
}
.search-trip-form .colmn-m3 {
  min-width: 150px;
}
.search-trip-form .colmn-m4 {
  min-width: 175px;
}
.search-trip-form .colmn-m5 {
  border-right: none;
}

@media screen and (max-width: 1000px) {
  .search-trip-form .form input {
    font-size: 14px;
  }
  .search-trip-form svg {
    top: -1px;
  }
  .search-trip-form .form-row label:not(.no-label) {
    font-size: 0.7em;
  }
  .search-trip-form .btn {
    font-size: 0.8em;
    height: 60px;
    width: 155px;
  }
  .search-trip-form .btn svg {
    width: 17px;
    height: 17px;
    margin-right: 6px;
  }
  .search-trip-form .colmn2 {
    margin-right: 12px;
  }
  .search-trip-form .colmn1 {
    margin-right: 12px;
  }
  .search-trip-form .form-row input:focus + label:not(.no-label), .search-trip-form .form-row textarea:focus + label:not(.no-label), .search-trip-form .form-row input:not(:placeholder-shown) + label:not(.no-label), .search-trip-form .form-row textarea:not(:placeholder-shown) + label:not(.no-label), .search-trip-form .form-row.active label:not(.no-label) {
    top: -10px;
    font-size: 0.5em;
  }
  .search-trip-form .form {
    padding: 16px 15px;
    min-height: 60px;
  }
}
@media screen and (max-width: 850px) {
  .search-ticket-main.search-trip {
    height: auto;
  }
  .search-trip-form .row-search {
    flex-direction: column;
  }
  .search-trip-form .colmn1 {
    border-right: none;
  }
  .search-trip-form .colmn2 {
    border-right: none;
  }
  .search-trip-form .colmn {
    margin-right: 0 !important;
    margin-bottom: 10px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(42, 113, 177, 0.2);
  }
  .search-trip-form .form input {
    height: 47px;
    line-height: 47px;
  }
  .search-trip-form .form-row label:not(.no-label) {
    top: 14px;
  }
  .search-trip-form svg {
    top: 10px;
  }
  .search-trip-form .form {
    width: 80vw;
  }
  .search-trip-form .btn {
    width: 80vw;
    font-size: 17px;
  }
  .search-trip-form form {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .search-trip-form .form {
    padding: 8px 15px 5px;
  }
  .search-trip-form .colmn:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .search-trip-form .form, .search-trip-form .btn {
    width: calc(100% - 6px);
  }
}
/*search trip form end*/
/*plane form start*/
.search-ticket-main-plane {
  height: auto;
}

.search-plane-ticket-form .colmnp {
  margin-right: 30px;
}
.search-plane-ticket-form .colmnp:last-child {
  margin-right: 0;
}
.search-plane-ticket-form .row-search + .row-search {
  margin-top: 15px;
}
.search-plane-ticket-form .row-search-last .p:first-child {
  margin-right: 40px;
  width: 55%;
}
.search-plane-ticket-form .row-search-last .p:last-child {
  width: calc(45% - 40px);
}
.search-plane-ticket-form .row-search-last .p:last-child .btn {
  width: 100%;
}
.search-plane-ticket-form .form {
  background: rgba(255, 255, 255, 0.7098039216);
}
.search-plane-ticket-form .form input {
  padding: 20px 10px 10px 32px;
}
.search-plane-ticket-form .form textarea {
  padding: 20px 6px 6px 29px;
  font-size: 19px;
}
.search-plane-ticket-form .form-row label:not(.no-label) {
  top: 12px;
}
.search-plane-ticket-form .form-row input:focus + label:not(.no-label), .search-plane-ticket-form .form-row textarea:focus + label:not(.no-label), .search-plane-ticket-form .form-row input:not(:placeholder-shown) + label:not(.no-label), .search-plane-ticket-form .form-row textarea:not(:placeholder-shown) + label:not(.no-label), .search-plane-ticket-form .form-row.active label:not(.no-label) {
  top: -2px;
}
.search-ticket-form2 .form{
  background: #05164d;
}
.search-ticket-form2 svg{
  position: absolute;
}
.search-plane-ticket-form svg {
  top: 12px;
  left: 5px;
  width: 20px;
}

.btn-a {
  margin-top: 10px;
  display: inline-block;
  font-size: 25px;
  color: black;
  background: #ffad01;
  padding: 10px 25px;
}

@media screen and (max-width: 1000px) {
  .search-plane-ticket-form .form-row label:not(.no-label) {
    top: 16px;
  }
}
@media screen and (max-width: 680px) {
  .search-plane-ticket-form .form-row label:not(.no-label) {
    top: 16px;
  }
  .search-ticket-main-plane span {
    line-height: 6px;
  }
  .search-plane-ticket-form .row-search + .row-search {
    margin-top: 0;
  }
  .search-plane-ticket-form .row-search-last .p:first-child {
    width: 100%;
    margin-right: 0;
  }
  .search-plane-ticket-form .row-search-last .p:last-child {
    width: 100%;
  }
}
/*plane form end*/
/*trip_popular_country start*/
.trip_popular_country {
  margin-bottom: 60px;
}

/*trip_popular_country end*/
/*contacts page start*/
.chats-block ul.chats li {
  margin-bottom: 10px;
}
.chats-block ul.chats li a {
  display: flex;
  align-items: center;
}
.chats-block ul.chats li svg {
  margin-right: 10px;
}

.c-block-ccc {
  margin-bottom: 60px;
}

.contacts-content {
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 30px;
}
.contacts-content h3 {
  margin-bottom: 20px;
}

.contacts-row {
  display: flex;
  margin: 0 -40px;
}
.contacts-row .c-part {
  margin: 0 40px;
  width: calc(33.3% - 80px);
}

/*contacts page end*/
/*contacts form start*/
.contacts_form .colmnp {
  width: 100%;
}
.contacts_form form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts_form .form input {
  border: none;
  box-shadow: none;
  max-height: 49px;
  font-size: 19px;
  padding: 6px 6px 6px 30px;
  margin-bottom: 0;
}
.contacts_form .form-row {
  width: 100%;
  margin-bottom: 20px;
}
.contacts_form .form-row label:not(.no-label) {
  top: 13px;
  left: 30px;
  margin-bottom: 0;
  padding: 0;
  font-size: 1em;
}
.contacts_form .form-row input:focus + label:not(.no-label), .contacts_form .form-row textarea:focus + label:not(.no-label), .contacts_form .form-row input:not(:placeholder-shown) + label:not(.no-label), .contacts_form .form-row textarea:not(:placeholder-shown) + label:not(.no-label), .contacts_form .form-row.active label:not(.no-label) {
  top: -16px;
  font-size: 0.8em;
}
.contacts_form svg {
  top: 6px;
  left: 0px;
  position: absolute;
  width: 23px;
  height: 23px;
  margin-right: 4px;
  fill: #ffad01;
}
.contacts_form label {
  font-size: 1em;
  display: flex;
  align-items: center;
}
.contacts_form .row-search {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contacts_form .btn {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  font-size: 21px;
  height: 74px;
  width: 220px;
  display: inline-flex;
  background: #ffad01;
  color: #05164d;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.contacts_form .btn svg {
  margin-right: 10px;
  position: unset;
  fill: #05164d;
}
.contacts_form .form {
  max-width: 800px;
  font-size: 17px;
  background: #4a78f1;
  padding: 20px 20px;
  width: 100%;
  min-height: 74px;
}
.contacts_form .colmn {
  margin-right: 10px;
  border-right: 1px solid rgba(42, 113, 177, 0.2);
  width: calc(20% - 20px);
}
.contacts_form .colmn-m3 {
  min-width: 150px;
}
.contacts_form .colmn-m4 {
  min-width: 175px;
}
.contacts_form .colmn-m5 {
  border-right: none;
}

.contacts_form .form input {
  padding: 20px 10px 10px 32px;
}
.contacts_form .form textarea {
  width: 100%;
  padding: 20px 6px 6px 29px;
}
.contacts_form .form-row input:focus + label:not(.no-label), .contacts_form .form-row textarea:focus + label:not(.no-label), .contacts_form .form-row input:not(:placeholder-shown) + label:not(.no-label), .contacts_form .form-row textarea:not(:placeholder-shown) + label:not(.no-label), .contacts_form .form-row.active label:not(.no-label) {
  top: 0px;
}
.contacts_form svg {
  top: 12px;
  left: 5px;
  width: 20px;
}

@media screen and (max-width: 680px) {
  .contacts_form .form-row label:not(.no-label) {
    top: 16px;
  }
  .contacts_form .row-search + .row-search {
    margin-top: 0;
  }
  .contacts_form .row-search-last .p:first-child {
    width: 100%;
    margin-right: 0;
  }
  .contacts_form .row-search-last .p:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .contacts_form .form input {
    font-size: 14px;
  }
  .contacts_form .form-row label:not(.no-label) {
    font-size: 0.7em;
    top: 17px;
  }
  .contacts_form .btn {
    font-size: 0.8em;
    height: 60px;
    width: 155px;
  }
  .contacts_form .btn svg {
    width: 17px;
    height: 17px;
    margin-right: 6px;
  }
  .contacts_form .colmn2 {
    margin-right: 12px;
  }
  .contacts_form .colmn1 {
    margin-right: 12px;
  }
  .contacts_form .form-row input:focus + label:not(.no-label), .contacts_form .form-row textarea:focus + label:not(.no-label), .contacts_form .form-row input:not(:placeholder-shown) + label:not(.no-label), .contacts_form .form-row textarea:not(:placeholder-shown) + label:not(.no-label), .contacts_form .form-row.active label:not(.no-label) {
    top: -10px;
    font-size: 0.5em;
  }
  .contacts_form .form {
    max-width: 800px;
    padding: 16px 15px;
    min-height: 60px;
  }
}
@media screen and (max-width: 850px) {
  .contacts-row {
    flex-wrap: wrap;
  }
  .contacts-row .c-part {
    width: calc(50% - 80px);
  }
  .contacts-row .c-part.c-right {
    width: calc(100% - 80px);
  }
  .contacts_form .row-search {
    flex-direction: column;
  }
  .contacts_form .colmn1 {
    border-right: none;
  }
  .contacts_form .colmn2 {
    border-right: none;
  }
  .contacts_form .colmn {
    margin-right: 0 !important;
    margin-bottom: 10px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(42, 113, 177, 0.2);
  }
  .contacts_form .form input {
    height: 47px;
    line-height: 47px;
  }
  .contacts_form .form-row label:not(.no-label) {
    top: 14px;
  }
  .contacts_form svg {
    top: 10px;
  }
  .contacts_form .btn {
    font-size: 17px;
  }
  .contacts_form form {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .contacts-row {
    margin: 0;
  }
  .contacts-row .c-part.c-right {
    width: 100%;
  }
  .contacts-row .c-part {
    width: 100%;
    margin: 0 0 0px 0;
  }
  .c-block-ccc {
    margin-bottom: 25px;
  }
}
/*contacts form end*/
/*main page 2 start*/
.n_nav_links {
  margin-right: auto;
  margin-left: 40px;
}
.n_nav_links ul {
  display: flex;
  align-items: center;
}
.n_nav_links ul li {
  margin: 0 10px;
}
.n_nav_links ul a {
  font-size: 16px;
  padding: 5px 10px;
  color: white;
}

.n_nav_links_2 {
  margin-right: 20px;
}
.n_nav_links_2 ul {
  display: flex;
  align-items: center;
}
.n_nav_links_2 ul li {
  margin: 0 10px;
}
.n_nav_links_2 ul a {
  font-size: 16px;
  padding: 5px 10px;
  color: white;
}

.search-ticket-form-round form {
  justify-content: flex-start;
}
.search-ticket-form-round .form {
  max-width: 1090px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.search-ticket-form-round .btn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.search-ticket-main-v2 {
  background: #05164d;
  position: relative;
}
.search-ticket-main-v2 form {
  position: relative;
  z-index: 2;
}
.search-ticket-main-v2 .img-bg1 {
  position: absolute;
  width: 650px;
  height: 100%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden;
  top: 50px;
  right: 0;
  background: url("../images/baloons-v2.jpg");
  background-size: cover;
  background-position: left top;
}
.search-ticket-main-v2 .img-bg2 {
  position: absolute;
  right: 570px;
  top: 35px;
}
.search-ticket-main-v2 .img-bg2 img {
  width: 145px;
}
.search-ticket-main-v2 h1 {
  color: white;
  text-align: left;
  max-width: 620px;
}

.services {
  margin-top: 75px;
  text-align: center;
  margin-bottom: 50px;
}
.services a {
  padding: 15px;
  display: block;
  height: 270px;
  border-radius: 8px;
}
.services a:hover {
  transition: 0.3s;
  background: #f0f8ff;
  text-decoration: none;
}
.services h3 {
  margin-bottom: 20px;
}
.services p {
  font-size: 19px;
  color: #0f256e;
  max-width: 260px;
  margin: auto;
}
.services .img {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services .img img {
  width: auto;
  max-height: 100%;
}

.m-p-block2 .popular_trip-v2 a img {
  transition: 0.3s;
}
.m-p-block2 .popular_trip-v2 a:hover .img img {
  transition: 0.3s;
  transform: scale(1.1);
}
.m-p-block2 .popular_trip-v2 .p-3 .img {
  overflow: hidden;
  border-radius: 8px;
}
.m-p-block2 .popular_trip-v2 h3 {
  margin-top: 8px;
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
}
.m-p-block2 .popular_trip-v2 p {
  font-size: 16px;
}

@media screen and (max-width: 880px) {
  .m-p-block2 .row {
    flex-direction: column;
  }
  .m-p-block2 .row .p-2 {
    width: calc(100% - 30px);
  }
  .m-p-block2 .row.popular_trip-v2 {
    flex-direction: row;
    margin-right: -15px;
    margin-left: -15px;
  }
  .m-p-block2 .row.popular_trip-v2 .p-3 {
    width: calc(33% - 30px);
    margin: 0 15px 15px;
  }
  .insure-main-slider {
    margin: 60px auto 0;
  }
}
.insure-main-slider {
  width: 100%;
}
.insure-main-slider .slick-dots li button:before {
  font-size: 16px;
}
.insure-main-slider .slick-dots li.slick-active button:before {
  color: #05164d;
}
.insure-main-slider .insure-main-slide {
  padding: 0 10px;
}
.insure-main-slider .slide-img {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  height: 350px;
}
.insure-main-slider .slide-img img {
  height: 100%;
}
.insure-main-slider .img {
  border-radius: 8px;
  overflow: hidden;
}

.insure-main {
  height: 100%;
  margin-left: auto;
  border-radius: 8px;
  background: #05164d;
  padding: 35px 0 35px 35px;
  display: flex;
}
.insure-main .insure-main-text {
  padding-right: 10px;
  width: calc(100% - 220px);
}
.insure-main .ins_main-bg {
  width: 220px;
}
.insure-main .ttl {
  color: white;
}

.ins_main-bg .locker_img {
  width: 160px;
  margin-bottom: -5px;
}
.ins_main-bg .img-3 {
  border-radius: 8px;
  overflow: hidden;
}
.ins_main-bg .person_card_img {
  width: 220px;
}

@media screen and (min-width: 880px) {
  .m-p-block2 .row .p-2:last-child {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 576px) {
  .insure-main-slider {
    margin: 30px auto 20px;
  }
  .insure-main-slider .insure-main-slide {
    padding: 0;
  }
  .insure-main-slider .slide-img {
    height: 214px;
    object-fit: cover;
    object-position: top;
  }
  .m-p-block2 .row .p-2 {
    width: 100%;
  }
  .insure-main {
    margin: 0px auto 0;
    padding: 44px 35px;
  }
  .ins_main-bg .locker_img {
    width: 50px;
  }
  .insure-main .ins_main-bg {
    width: 100px;
  }
  .insure-main .insure-main-text {
    padding-right: 0px;
    width: 100%;
    text-align: center;
  }
  .ins_main-bg .person_card_img {
    width: 100px;
  }
  .ins_main-bg {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .m-p-block2 .row.popular_trip-v2 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .m-p-block2 .row.popular_trip-v2 .p-3 {
    margin: 0 5px;
    width: calc(33% - 10px);
  }
  .m-p-block2 .popular_trip-v2 h3 {
    font-size: 13px;
    line-height: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .faq-section1 .container {
    padding-top: 90px;
  }
}
.benefits {
  text-align: center;
}
.benefits a {
  padding: 15px;
  display: block;
  height: 320px;
  border-radius: 8px;
}
.benefits a:hover {
  transition: 0.3s;
  background: #f0f8ff;
}
.benefits h3 {
  height: 78px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits p {
  font-size: 19px;
  color: #0f256e;
  max-width: 260px;
  margin: auto;
}
.benefits .img {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.benefits .img img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 576px) {
  .benefits .img {
    height: 35px;
  }
  .benefits p {
    font-size: 13px;
    line-height: 16px;
  }
  .benefits h3 {
    height: 25px;
    font-size: 14px;
    line-height: 15px;
  }
  .benefits .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .benefits .row .p-4 {
    width: calc(25% - 10px);
    margin: 0 5px 25px;
  }
}
@media screen and (max-width: 480px) {
  .benefits .img {
    height: 35px;
  }
  .benefits .row .p-4 {
    width: calc(50% - 10px);
  }
  .benefits .row .p-4:nth-last-child(1), .benefits .row .p-4:nth-last-child(2) {
    margin-bottom: 0;
  }
}
/*main page 2 end*/
/*arcontactus-widget*/
#arcontactus-widget {
  opacity: 0;
  transition: 0.2s opacity;
}

#arcontactus-widget span {
  padding-top: 0px;
}

#arcontactus-widget span:before {
  content: none;
}

#arcontactus-widget * {
  box-sizing: border-box;
}

#arcontactus-widget.left.arcontactus-message {
  left: 20px;
  right: auto;
}

#arcontactus-widget.left .messangers-block {
  right: auto;
  left: 0;
  -webkit-transform-origin: 10% 105%;
  -ms-transform-origin: 10% 105%;
  transform-origin: 10% 105%;
}

#arcontactus-widget.left .callback-countdown-block {
  left: 0;
  right: auto;
}

#arcontactus-widget.left .messangers-block::before,
#arcontactus-widget.left .callback-countdown-block::before {
  left: 25px;
  right: auto;
}

#arcontactus-widget.active {
  opacity: 1;
}

#arcontactus-widget.arcontactus-message {
  z-index: 10000;
  height: 70px;
  width: 70px;
}

#arcontactus-widget .arcontactus-message-button {
  width: 70px;
  position: absolute;
  height: 70px;
  background-color: #05164d;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

#arcontactus-widget .arcontactus-message-button p {
  font-family: Ubuntu, Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 11px;
  margin: 0;
}

#arcontactus-widget .arcontactus-message-button .pulsation {
  width: 84px;
  height: 84px;
  background-color: red;
  border-radius: 50px;
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: arcontactus-pulse 2s infinite;
  animation: arcontactus-pulse 2s infinite;
}

#arcontactus-widget .arcontactus-message-button .icons {
  background-color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  position: absolute;
  overflow: hidden;
  -webkit-animation: arcontactus-show-icons 12s infinite;
  animation: arcontactus-show-icons 12s infinite;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
}

#arcontactus-widget .arcontactus-message-button .static {
  position: absolute;
  -webkit-animation: arcontactus-show-stat 12s infinite;
  animation: arcontactus-show-stat 12s infinite;
  top: 25%;
  left: 50%;
  margin-top: -19px;
  margin-left: -26px;
  width: 52px;
  height: 52px;
  text-align: center;
}

#arcontactus-widget .arcontactus-message-button .static img {
  display: inline;
  width: 20px;
}

#arcontactus-widget .pulsation:nth-of-type(2n) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#arcontactus-widget .pulsation.stop {
  -webkit-animation: none;
  animation: none;
}

#arcontactus-widget .icons-line {
  top: 10px;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-animation: arcontactus-icon-change 12s infinite;
  animation: arcontactus-icon-change 12s infinite;
  -webkit-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
  -o-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
  transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  height: 24px;
}

#arcontactus-widget .icons-line.stop {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

#arcontactus-widget .icons-line span {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #05164d;
}

#arcontactus-widget .icons-line span svg {
  width: 24px;
  height: 24px;
}

#arcontactus-widget .icons-line img,
#arcontactus-widget .icons-line span {
  margin-right: 40px;
}

#arcontactus-widget .static.hide {
  display: none;
}

#arcontactus-widget .icons.hide {
  display: none;
}

#arcontactus-widget .icons .icon:first-of-type {
  margin-left: 0;
}

#arcontactus-widget .arcontactus-close img {
  -webkit-transform: rotate(180deg) scale(0);
  -ms-transform: rotate(180deg) scale(0);
  transform: rotate(180deg) scale(0);
  -webkit-transition: ease-in 0.12s all;
  -o-transition: ease-in 0.12s all;
  transition: ease-in 0.12s all;
  display: block;
}

#arcontactus-widget .arcontactus-close.show-messageners-block img {
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

#arcontactus-widget .messangers-block {
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  width: 235px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 80px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 14px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  -webkit-transform-origin: 80% 105%;
  -ms-transform-origin: 80% 105%;
  transform-origin: 80% 105%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: ease-out 0.12s all;
  -o-transition: ease-out 0.12s all;
  transition: ease-out 0.12s all;
  z-index: 10000;
}

#arcontactus-widget .messangers-block:before {
  position: absolute;
  bottom: -7px;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFFFFF;
  border-left: 8px solid transparent;
  content: "";
}

@media (max-width: 1366px) {
  #arcontactus-widget .messangers-block {
    right: auto;
    left: 18px;
  }
  #arcontactus-widget .messangers-block:before {
    right: auto;
    left: 12px;
  }
}
#arcontactus-widget .messangers-block.show-messageners-block {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#arcontactus-widget .messanger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  cursor: pointer;
  width: 100%;
  padding: 8px 20px 8px 60px;
  position: relative;
  min-height: 54px;
  text-decoration: none;
}

#arcontactus-widget .messanger:hover {
  background-color: #EEEEEE;
}

#arcontactus-widget .messanger:before {
  background-repeat: no-repeat;
  background-position: center;
}

#arcontactus-widget .messanger.facebook span {
  background: #0084ff;
}

#arcontactus-widget .messanger.viber span {
  background: #7c529d;
}

#arcontactus-widget .messanger.telegram span {
  background: #2ca5e0;
}

#arcontactus-widget .messanger.skype span {
  background: #31c4ed;
}

#arcontactus-widget .messanger.email span {
  background: #ff8400;
}

#arcontactus-widget .messanger.contact span {
  background: #7eb105;
}

#arcontactus-widget .messanger.call-back span {
  background: #54cd81;
}

#arcontactus-widget .messanger span {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #0084ff;
  margin-right: 10px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
}

#arcontactus-widget .messanger span svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

#arcontactus-widget .messanger p {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}

#arcontactus-widget .callback-countdown-block {
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  width: 410px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 80px;
  left: auto;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  -webkit-transform-origin: 80% 105%;
  -ms-transform-origin: 80% 105%;
  transform-origin: 80% 105%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: ease-out 0.12s all;
  -o-transition: ease-out 0.12s all;
  transition: ease-out 0.12s all;
  z-index: 10000;
  color: red;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 19px;
  display: none;
}

#arcontactus-widget .callback-countdown-block.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#arcontactus-widget .callback-countdown-block:before {
  position: absolute;
  bottom: -7px;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFFFFF;
  border-left: 8px solid transparent;
  content: "";
}

#arcontactus-widget .callback-countdown-block .callback-countdown-block-phone {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 140px;
  display: none;
  position: relative;
}

#arcontactus-widget .callback-countdown-block .callback-countdown-block-phone:before {
  transition: 0.2s all;
}

#arcontactus-widget .callback-countdown-block .callback-countdown-block-phone.ar-loading:before {
  background: rgba(255, 255, 255, 0.8);
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

#arcontactus-widget .callback-countdown-block .callback-countdown-block-phone.ar-loading:after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
  top: 50%;
  bottom: 50%;
  margin-top: -15px;
  margin-bottom: -15px;
  background: url("/images/ring-alt.gif") no-repeat transparent scroll 0 0;
}

#arcontactus-widget .callback-countdown-block .callback-countdown-block-phone p {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 3px;
}

#arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=tel] {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  border: 0;
  width: 203px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 11px 9px;
  border: 1px solid #DDDDDD;
}

#arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=submit] {
  border-radius: 4px;
  border: 0;
  background-color: red;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 10px 5px 9px;
  cursor: pointer;
  width: 132px;
  height: 36px;
  margin-left: 5px;
}

#arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=submit]:hover {
  opacity: 0.8;
}

#arcontactus-widget .callback-countdown-block .callback-countdown-block-sorry {
  height: 140px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

#arcontactus-widget .callback-countdown-block .callback-countdown-block-sorry p {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 7px;
}

#arcontactus-widget .callback-countdown-block .callback-countdown-block-close {
  position: absolute;
  top: 9px;
  right: 9px;
  cursor: pointer;
  z-index: 1;
}

#arcontactus-widget .callback-countdown-block .callback-countdown-block-timer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 140px;
  display: none;
}

#arcontactus-widget .callback-countdown-block .callback-countdown-block-timer p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 7px;
}

#arcontactus-widget .callback-countdown-block .callback-countdown-block-timer h1 {
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  font-weight: 300;
}

#arcontactus-widget .callback-countdown-block .callback-countdown-block-phone.display-flex,
#arcontactus-widget .callback-countdown-block .callback-countdown-block-timer.display-flex,
#arcontactus-widget .callback-countdown-block .callback-countdown-block-sorry.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#arcontactus-widget .callback-state {
  background-color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  position: absolute;
  overflow: hidden;
  -webkit-animation: arcontactus-show-icons 12s infinite;
  animation: arcontactus-show-icons 12s infinite;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  display: none;
  -webkit-animation: none;
  animation: none;
  z-index: 999999;
  color: red;
}

#arcontactus-widget .callback-state.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#arcontactus-widget .callback-state svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

#arcontactus-widget .callback-state .callback-state-img {
  position: absolute;
  top: 12px;
  left: 12px;
}

#arcontactus-widget .animation-pause {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes arcontactus-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@media (max-width: 468px) {
  #arcontactus-widget.opened.left.arcontactus-message {
    width: auto;
    right: 20px;
    left: 20px;
  }
  #arcontactus-widget.opened.arcontactus-message {
    width: auto;
    right: 20px;
    left: 20px;
  }
  #arcontactus-widget .callback-countdown-block {
    width: 100%;
  }
}
@media (max-width: 428px) {
  #arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group {
    display: block;
  }
  #arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=tel],
  #arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=submit] {
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
  }
}
@keyframes arcontactus-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes arcontactus-show-stat {
  0%, 20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  21%, 84% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  85%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes arcontactus-show-stat {
  0%, 20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  21%, 84% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  85%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes arcontactus-show-icons {
  0%, 20% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  21%, 84% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  85%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes arcontactus-show-icons {
  0%, 20% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  21%, 84% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  85%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes arcontactus-icon-change {
  0%, 3% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  8%, 14% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  19%, 25% {
    -webkit-transform: translateX(-66px);
    transform: translateX(-66px);
  }
  30%, 36% {
    -webkit-transform: translateX(-130px);
    transform: translateX(-130px);
  }
  41%, 47% {
    -webkit-transform: translateX(-194px);
    transform: translateX(-194px);
  }
  52%, 58% {
    -webkit-transform: translateX(-258px);
    transform: translateX(-258px);
  }
  63%, 69% {
    -webkit-transform: translateX(-322px);
    transform: translateX(-322px);
  }
  74%, 80% {
    -webkit-transform: translateX(-386px);
    transform: translateX(-386px);
  }
  85%, 91% {
    -webkit-transform: translateX(-450px);
    transform: translateX(-450px);
  }
  96%, 100% {
    -webkit-transform: translateX(-514px);
    transform: translateX(-514px);
  }
}
@keyframes arcontactus-icon-change {
  0%, 3% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  8%, 14% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  19%, 25% {
    -webkit-transform: translateX(-66px);
    transform: translateX(-66px);
  }
  30%, 36% {
    -webkit-transform: translateX(-130px);
    transform: translateX(-130px);
  }
  41%, 47% {
    -webkit-transform: translateX(-194px);
    transform: translateX(-194px);
  }
  52%, 58% {
    -webkit-transform: translateX(-258px);
    transform: translateX(-258px);
  }
  63%, 69% {
    -webkit-transform: translateX(-322px);
    transform: translateX(-322px);
  }
  74%, 80% {
    -webkit-transform: translateX(-386px);
    transform: translateX(-386px);
  }
  85%, 91% {
    -webkit-transform: translateX(-450px);
    transform: translateX(-450px);
  }
  96%, 100% {
    -webkit-transform: translateX(-514px);
    transform: translateX(-514px);
  }
}
.left-line-c {
  top: 100px;
  bottom: 0;
  display: none;
  left: 25px;
  width: 62px;
  position: absolute;
}

.dspnone .left-line-c {
  display: block;
}

.dspnone {
  width: 0;
  height: 0 !important;
  overflow: hidden;
  position: absolute;
}

.left-line-c.fixed-d:before {
  display: none;
}

.left-line-c.fixed-d:after {
  display: none;
}

.left-line-c.fixed-d {
  position: fixed;
  right: 32px;
  z-index: 34;
  left: 95%;
  left: unset;
  bottom: 10px;
}

.left-line-c:before {
  content: "";
  top: -11px;
  right: -5px;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #a72f2c;
}

.left-line-c:after {
  content: "";
  top: 0;
  right: 0;
  width: 2px;
  bottom: 0;
  display: block;
  position: absolute;
  border-radius: 50px;
  background-color: #a72f2c;
}

.left-line-c #lein {
  height: 0;
  width: 168px;
  border-bottom: 59px solid #a72f2c;
  border-left: 53px solid transparent;
  border-right: 58px solid transparent;
  position: relative;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  bottom: 110px;
  right: -108px;
  z-index: 1;
}

.left-line-c #lein:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 2px;
  left: -53px;
  bottom: 1px;
  height: 0;
  width: 166px;
  border-bottom: 60px solid #fff;
  border-left: 54px solid transparent;
  border-right: 59px solid transparent;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.left-line-c .text-section-fixed {
  width: 0;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: navajowhite;
  position: absolute;
  bottom: 84px;
  font-size: 14px;
  color: #a7abae;
  left: -14px;
}

.left-line-c .contact-bl {
  width: 73px;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50px;
  background: white;
  position: absolute;
  bottom: 19px;
  z-index: 1;
  left: -32px;
  cursor: pointer;
}

.left-line-c .contact-bl span {
  color: #fff;
  font-size: 11px;
  padding-top: 32px;
  position: relative;
  font-family: RobotoR;
}

.left-line-c .contact-bl span:before {
  content: " ";
  top: 0;
  left: 5px;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  background: url(/images/contact-b.png) no-repeat 0 0;
}

.left-line-c .contact-bl:hover span {
  text-decoration: underline;
}

@media screen and (max-width: 576px) {
  #arcontactus-widget .arcontactus-message-button .static {
    top: 45%;
  }
  #arcontactus-widget .messangers-block {
    left: unset;
    right: 0;
  }
  .left-line-c.fixed-d {
    right: 18px;
  }
  .left-line-c .contact-bl {
    left: 0;
    bottom: 0;
  }
}

.pop_form > span {
  text-align: center;
  display: block;
  font-weight: bold;
}
.pop_form > p {
  text-align: center;
}
.pop_form .contacts_form .form {
  background: #e2e6f2;
}
.pop_form .btn {
  margin: auto;
}

/*dsfdsf*/
.search-ticket-form-custom .select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa;
}
.search-ticket-form-custom .form-row label:not(.no-label) {
  color: #999;
}
.search-ticket-form-custom .form-row.active label:not(.no-label) {
  color: black;
}
.search-ticket-form-custom svg {
  fill: #ffad01;
}
.search-ticket-form-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.search-ticket-form-custom .form-row.active label:not(.no-label) {
  font-size: 12px;
  color: #666;
  font-weight: 400;
}
.search-ticket-form-custom .form-row {
  display: flex;
  align-items: center;
}
.search-ticket-form-custom .colmn1 {
  margin-right: 20px;
}
.search-ticket-form-custom .colmn1 .label {
  display: none;
}
.search-ticket-form-custom .colmn1 .label.show {
  display: block;
}
.search-ticket-form-custom .colmn2 {
  margin-right: 20px;
}
.search-ticket-form-custom .colmn2 .label {
  display: none;
}
.search-ticket-form-custom .colmn2 .label.show {
  display: block;
}
.search-ticket-form-custom .colmn4 .label {
  /*display: none;*/
}
.search-ticket-form-custom .colmn4 .label.show {
  display: block;
}
.search-ticket-form-custom .colmn3 {
  border-right: 1px solid rgba(42, 113, 177, 0.2);
  margin-right: 20px;
  position: relative;
}
.search-ticket-form-custom .select2-container--default .select2-selection--single {
  border: none;
}
.search-ticket-form-custom .select2-container {
  width: 100% !important;
}
.search-ticket-form-custom .form {
  border-radius: 8px;
}
.search-ticket-form-custom .btn {
  border-radius: 8px;
}
.search-ticket-form-custom .form input, .search-ticket-form-custom .form select {
  width: 100%;
  color: #444;
  background: white;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.search-ticket-form-custom .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

@media screen and (max-width: 1000px) {
  .search-ticket-form-custom .form-row input:focus + label:not(.no-label), .search-ticket-form-custom .form-row textarea:focus + label:not(.no-label), .search-ticket-form-custom .form-row input:not(:placeholder-shown) + label:not(.no-label), .search-ticket-form-custom .form-row textarea:not(:placeholder-shown) + label:not(.no-label), .search-ticket-form-custom .form-row.active label:not(.no-label) {
    top: -14px;
  }
}
@media screen and (max-width: 680px) {
  .search-ticket-form-custom .row-search {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .search-ticket-form-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  .search-ticket-form-custom .colmn4 {
    border-bottom: 1px solid rgba(42, 113, 177, 0.2);
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .search-ticket-form-custom .colmn3 {
    width: 50%;
    border-right: none;
  }
  .search-ticket-form-custom .form-row input:focus + label:not(.no-label), .search-ticket-form-custom .form-row textarea:focus + label:not(.no-label), .search-ticket-form-custom .form-row input:not(:placeholder-shown) + label:not(.no-label), .search-ticket-form-custom .form-row textarea:not(:placeholder-shown) + label:not(.no-label), .search-ticket-form-custom .form-row.active label:not(.no-label) {
    top: -5px;
    left: 20px;
  }
  .search-ticket-form-custom .form-row {
    min-height: 45px;
  }
}
@media screen and (max-width: 480px) {
  .search-ticket-form.search-ticket-form-custom .colmn:last-child {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(42, 113, 177, 0.2);
  }
}
/*faq page start*/
.faq_tabs_change {
  padding: 18px 25px;
  border-left: 3px solid #f5f5f5;
  cursor: pointer;
}
.faq_tabs_change.active {
  border-left: 3px solid #05164d;
}

.faq_page-container {
  min-height: 80vh;
}

.faq_page {
  margin: 40px auto;
  display: flex;
}

.faq_tabs {
  padding-right: 25px;
  width: 200px;
}

.faq_content {
  height: 100%;
  width: calc(100% - 200px);
}

.faq_category_block {
  display: none;
  border-radius: 8px;
  border: 1px solid rgba(42, 113, 177, 0.2509803922);
  background-color: #f8fbfd;
  padding: 50px;
  margin-bottom: 40px;
}
.faq_category_block.active {
  display: block;
}

@media screen and (max-width: 780px) {
  .faq_tabs ul li{
    width: 33%;
  }
  .faq_tabs ul {
    display: flex;
    flex-wrap: wrap;
  }
  .faq_content {
    width: 100%;
    padding: 0px;
  }
  .faq_tabs_change{
    border-bottom: 3px solid #f5f5f5;
    border-left: none;
  }
  .faq_tabs_change.active{
    border-left: none;
    border-bottom: 3px solid #05164d;
  }
  .faq_tabs {
    padding-right: 0px;
    width: 100%;
  }
  .faq_category_block{
    padding: 15px;
  }
  .faq_page{
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .faq_tabs ul li{
    width: 50%;
  }
}
/*faq page end*/
/*404*/
.p-404 {
  padding-top: 50px;
  text-align: center;
  min-height: calc(100vh - 500px);
  font-size: 24px;
}

.number p {
  font-size: 5em;
  line-height: 110px;
  font-weight: bold;
  animation: float 2s ease-in-out infinite;
}

.message {
  font-size: 1.5em;
  color: #05164d;
  margin-top: 20px;
}

.home-link {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 12px 24px;
  background: white;
  color: #2c3e50;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s;
}

.home-link:hover {
  background: #f1f1f1;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 480px) {
  .p-404 {
    padding-top: 20px;
  }
  .number {
    margin-top: 60px;
  }
  .number p {
    line-height: 40px;
  }
  .p-404 {
    font-size: 14px;
  }
}
.country_info_desc:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  height: 75px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.country_info_desc.act:after {
  display: none;
}

.hidden-content {
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  max-height: 0;
  opacity: 0;
}

.hidden-content.expanding {
  opacity: 1;
}

.show-more-btn {
  color: #00abff;
  line-height: 140%;
  font-size: 14px;
  border: none;
  outline: none;
  background: transparent;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
.show-more-btn:hover {
  text-decoration: underline;
}

.estimate-section-x .form-container {
  background: linear-gradient(to bottom, #006ed0, #ff4b2b);
  padding: 10px;
  border-radius: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: 300px;
  color: white;
}
.estimate-section-x h2 {
  font-family: leelawad;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
}
.estimate-section-x form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.estimate-section-x .row-group {
  display: flex;
}
.estimate-section-x .row-group .form-row {
  width: calc(50% - 3px);
}
.estimate-section-x .row-group .form-row:nth-child(1) {
  margin-right: 3px;
}
.estimate-section-x .row-group .form-row:nth-child(2) {
  margin-left: 3px;
}
.estimate-section-x .form-row {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}
.estimate-section-x .form-row input,
.estimate-section-x .form-row select,
.estimate-section-x .form-row textarea {
  font-family: leelawad;
  padding: 10px;
  font-size: 17px;
  border: none;
  border-radius: 0px;
  height: 42px;
  box-sizing: border-box;
}
.estimate-section-x .form-row.error input,
.estimate-section-x .form-row.error select,
.estimate-section-x .form-row.error textarea {
  border: 2px solid red;
}
.estimate-section-x .form-row .error {
  display: none;
  color: yellow;
  font-size: 12px;
  margin-top: 2px;
}
.estimate-section-x .form-row.error .error {
  display: block;
}
.estimate-section-x button {
  background-color: #006ed0;
  color: white;
  border: none;
  padding: 16px 10px;
  font-size: 19px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  font-family: leelawad;
  margin-top: 5px;
}
.estimate-section-x .callback-msg {
  text-align: center;
  margin-top: 0px;
  font-weight: bold;
  color: black;
  font-family: leelawad;
}

.qwe header .estimate-section2 {
  box-shadow: none;
  top: 187px;
}

@media screen and (max-width: 1600px) {
  .qwe header .estimate-section2 {
    top: 147px;
  }
}
@media screen and (max-width: 1150px) {
  .qwe header .estimate-section2 {
    top: 119px;
    right: 0px;
  }
}


/*hot tours */
.hot-otp-description{
  font-size: 21px;
  font-weight: 500;
  color: #05164d;
  margin: 10px 0;
}
@media screen and (max-width: 350px){
  .new_t-order-btn, .new_t-order-btn-book{
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .new_input-mask{
    height: 50px;
    padding-top: 13px !important;

  }
}
@media (max-width: 478px) {
  .new_input-mask {
    padding-top: 13px !important;
  }
}
