article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: 'Montserrat', sans-serif;
}
.white-btn {
    width: 100%;
    margin: 20px 0 0;
}
.white-btn a {
    color: #444;
    display: inline-block;
    background: #0a5b97;
    padding: 10px 30px;
    border-radius: 30px;
}
section#testi {
    padding-bottom: 40px;
}
.white-btn a:hover {
    opacity: .7;
}
.testi-item-inner {
    padding: 40px;
    background: #F5F6F7;
    border-radius: 20px;
}
.cookie-warn.flex.active {
    display: flex;
}
.cookie-tx a {
    color: #0D6EB5;
}
.cookie-warn.flex {
    display: none;
    max-width: 1200px;
    position: fixed;
    bottom: 20px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000059;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 99999;
}
.cookie-tx {
    padding-right: 40px;
}
.cookie-btn {
    padding: 10px 30px;
    background: #0D6EB5;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}
.team-img img {
    border-radius: 50%;
}
#bottom .socs a img {
    width: 20px;
}
body .tari-excurs-cards-container, body .tari-rtours-cards-container {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body .tari-excurs-card.tari-excurs-goto-info {
    float: none;
}
body .tari-rtours-card {
    float: none;
}
span.day {
    padding: 10px 30px;
    background: #0D6EB5;
    margin-top: 15px;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
}
.san-price {
    padding: 30px;
}
.cat-desc {
    padding-bottom: 40px;
}

li.print-icon {
    padding-left: 26px;
    background: url(/images/print.png)left center no-repeat;
    background-size: contain;
    list-style: none;
}
.tour-item .icons, .btn.dropdown-toggle {
    display: none;
}
section#about {
    padding: 70px 0 0;
}
.prog_title {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}
.rout p {
    margin: 0 0 7px;
    display: block;
    padding-left: 15px;
    position: relative;
}
.dates-tx p {
    margin: 0 0 5px;
}
.rout p:before {
    content: "-";
    position: absolute;
    left: 0;
}
.bottom-coll {
    width: 25%;
}
.logo-sub {
    padding-top: 30px;
}
.privacy a {
    border-bottom: 1px dashed;
    display: inline-block;
    margin-bottom: 10px;
}
.phones {
    text-align: right;
}
ul.nav.menutours.flex.mod-list>li:hover>a {
    color: #0D6EB5;
}
.owl-nav {
    display: none;
}
.privacy {
    margin-top: 30px;
    font-size: 12px;
}
.socs.flex {
    width: 100%;
}
.bottom-coll.flex {
    justify-content: center;
}
.bottom-coll:nth-child(2n) {
    width: 50%;
    text-align: center;
}
.about.flex {
    padding-bottom: 70px;
}
.about.flex.rev {
    flex-direction: row-reverse;
}
.about-left {
    width: 18%;
}
.about-right {
    width: 80%;
}
.button-blue.about-button {
    margin-top: 50px;
}
.team-item {
    text-align: center;
    padding-bottom: 30px;
    width: 19%;
}
.team.flex {
    align-items: unset;
}
ul.categories-module.mod-list h4 {
    font-size: 14px;
}
.gal-wrap {
    padding-top: 40px;
}
.dipl-wr {
    padding-bottom: 150px;
}
.team-name {
    text-transform: uppercase;
    padding: 15px 0;
    display: block;
    font-weight: 800;
}
.btmc-item.flex {
    justify-content: flex-start;
    margin-bottom: 20px;
}
.socs.flex {
    justify-content: center;
}
footer.footer {
    background: #0a5b97;
}
.about.flex ul {
    padding-left: 20px;
}
.order-wrap {
    max-width: 800px;
    background: #fff;
    box-shadow: 7px 15px 23px #00000038;
    border-radius: 30px;
    margin-bottom: 50px;
}
.btmc-ic {
    width: 25px;
}
.btmc-tx {
    width: calc(100% - 25px);
}
#bottom, #bottom a {
    color: #fff;
}
#bottom .socs a {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: 0 3px;
    border-radius: 50%;
    color: #0D6EB5;
}
.bottom-coll ul a.hidden, .bottom-coll ul a {
    display: inline-block;
}
#bottom {
    padding: 70px 0;
    background: #0D6EB5;
}
.copy-col.right {
    text-align: right;
}
.tourinfo h2 {
    font-size: 18px;
    min-height: 46px;
}
.hidden {
    display: none;
}
a {
	text-decoration: none;
    color: #000;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover,
a:active {
	outline: 0;
}
*{
	outline: none;
    box-sizing: border-box;
}
img {
    display: block;
    max-width: 100%;
}
body {
    padding: 0;
    margin: 0;
}
section#hit {
    padding: 70px 0;
}
.tour-top-coll.center h1 {
    font-size: 24px;
}
.block-title {
    margin: 40px 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.rout {
    padding: 30px;
    background: #F5F6F7;
    margin-top: 40px;
    border-radius: 20px;
    width: 32%;
}
.rout-wrap.flex {
    align-items: unset;
}
.tourinfo {
    padding: 0 15px 15px;
}
.button-blue.order {
    margin-top: 40px;
}
.pull-left.item-image img {
    border-radius: 30px;
}
.tour-top-coll {
    width: 30%;
}
.tour-item img {
    border-radius: 20px;
    opacity: .8;
    transition: .3s;
}
.tour-item:hover img {
    opacity: 1;
}
.ba-image img {
    border-radius: 20px;
}
.tour-top.flex {
    align-items: inherit;
    padding-top: 40px;
}
.ic-i.flex {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    justify-content: center;
    font-weight: 700;
}
.tour-item:hover {
    box-shadow: 7px 15px 23px #00000038;
}
.tour-item {
    width: 23%;
    margin: 0 1% 2%;
    padding-bottom: 15px;
    border-radius: 30px;
    overflow: hidden;
    transition: .3s;
}
.tours-cat.flex {
    justify-content: flex-start;
    margin: 0 -1%;
    align-items: inherit;
}
.short-desc {
    margin-top: 25px;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    background: #F5F6F7;
}
section#sub {
    margin-top: 100px;
}
.row {
    padding: 0 15px;
}
ul.nav.menutours.flex.mod-list {
    list-style: none;
    padding-left: 0;
    position: relative;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.item-page {
    padding-bottom: 50px;
}
ul.nav-child.unstyled.small {
    display: flex;
    position: absolute;
    list-style: none;
    width: 100%;
    padding-left: 0;
    flex-wrap: wrap;
    border-radius: 0px 20px 20px 20px;
    overflow: hidden;
    top: 102%;
    transform: scale(0);
    transition-delay: .2s;
    z-index: 9;
    background: #fff;
    box-shadow: 7px 15px 23px #00000038;
    left: 0;
}
.tour-cat.flex {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    width: 48%;
    align-items: flex-start;
    transition: .3s;
    margin-bottom: 4%;
}
.tour-cat.flex:hover {
    box-shadow: 7px 15px 23px #00000038;
}
section#slider {
    padding-bottom: 50px;
}
ul.categories-module.mod-list a:hover {
    color: #0D6EB5;
}
.tour-right {
    width: 40%;
    padding: 20px 10px 10px 20px;
}
.tour-img {
    width: 60%;
}
ul.categories-module.mod-list h4 {
    line-height: 1;
    margin: 0;
}
ul.categories-module.mod-list {
    padding: 0 0 0 20px;
}
.deeper.parent:hover ul.nav-child.unstyled.small {
    transform: scale(1);
    transition-delay: 0s;
}
ul.nav.menutours.flex.mod-list>li>a {
    text-transform: uppercase;
    padding: 15px 0;
    display: block;
    font-weight: 800;
}
ul.nav-child.unstyled.small>li:nth-child(5n)>a{
    border-right: none;
}
ul.nav-child.unstyled.small>li:nth-child(6n)>a{
    border-bottom: none;
}
ul.nav-child.unstyled.small>li:nth-child(7n)>a{
    border-bottom: none;
}
ul.nav-child.unstyled.small>li:nth-child(8n)>a{
    border-bottom: none;
}
ul.nav-child.unstyled.small>li:nth-child(9n)>a{
    border-bottom: none;
}
ul.nav-child.unstyled.small>li:nth-child(10n)>a{
    border-bottom: none;
    border-right: none;
}
ul.nav-child.unstyled.small a {
    padding: 30px;
    text-align: center;
    transition: .5s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.nav-child.unstyled.small li {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
ul.nav-child.unstyled.small a:hover {
    box-shadow: 0px 0px 10px #00000026;
    background: #0D6EB5;
    color: #fff;
}
ul.nav-child.unstyled.small li {
    width: 20%;
}
.top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}
ul.nav.menu_top-nav.mod-list {
    display: flex;
    list-style: none;
    padding: 0;
}
.top-contact {
    display: flex;
    align-items: center;
}
.nav-toggler {
    display: none;
}
ul.nav.menu_top-nav.mod-list a {
    padding: 10px;
}
ul.nav.menu_top-nav.mod-list a:hover {
    color: #0D6EB5;
}
.tel {
    font-size: 18px;
}
.tel i {
    padding-right: 10px;
    color: #0D6EB5;
}
.tel span {
    font-weight: 800;
}
section#top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.logo img {
    width: 100%;
}
.loc-xt {
    font-size: 14px;
    line-height: 1;
}
.loc-ic {
    margin-right: 10px;
}
section#top.fixed {
    background: #fff;
    position: fixed;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
section#top.fixed .top-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}
section#top.fixed .logo {
    width: 160px;
}
.utps {
    display: flex;
    justify-content: space-around;
}
.utp {
    display: flex;
    align-items: center;
    width: 30%;
    max-width: 330px;
}
.tour-item-inner {
    border: 1px solid #eee;
    border-radius: 30px;
    overflow: hidden;
    transition: .3s;
}
.owl-nav.disabled {
    display: none;
}
.tour-item.ful-width {
    width: 100%;
    padding: 3px;
    border-radius: 0;
}
.owlnav.flex {
    width: 80px;
    margin: 20px auto 0;
    border-radius: 30px;
    border: 1px solid #eee;
    transition: .3s;
}
.owlnav.flex:hover {
    color: #0D6EB5;
}
.flex.owl-btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    justify-content: center;
}
.tour-item.ful-width:hover {
    box-shadow: none;
}
.logo {
    max-width: 200px;
}
section#utp {
    padding: 70px 0;
    background: #F5F6F7;
}
.utp-title span {
    display: block;
    color: #005FF9;
    font-weight: 700;
}
.utp-ic {
    width: 70px;
}
.utp-title {
    width: calc(100% - 70px);
    padding-left: 30px;
    font-size: 20px;
}
.u-tps {
    display: flex;
    align-items: center;
}
section#utp2 {
    padding: 100px 0;
    background: url(/images/sl2.png) no-repeat;
    background-position: 117% 479px;
}
.bl-title, .price-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
}
section#utp2 .bl-title {
    text-align: right;
}
.u-tp-left {
    width: 50%;
    padding-right: 50px;
}
.u-tp-right {
    width: 50%;
    padding-left: 50px;

}
.bl-title span {
    color: #005FF9;
}
.u-tp-right span {
    font-weight: 800;
    color: #005FF9;
}
.u-tp-right li {
    padding-bottom: 15px;
}
section#poss {
    background: #F5F6F7;
    padding-top: 100px;
}
.poss {
    display: flex;
}
.pos-tight {
    display: flex;
    align-items: center;
    width: 50%;
    max-width: 700px;
    padding-left: 50px;
}
.pos-item {
    display: flex;
    align-items: center;
    padding: 40px;
    margin-bottom: 15px;
    background: #fff;
}
.pos-img {
    width: 70px;
}
.pos-tx {
    width: calc(100% - 70px);
    padding-left: 30px;
}
.pos-item:first-child {
    border-radius: 0 50px 0 0;
}
.pos-item:last-child {
    border-radius: 0 0 0 50px;
}
.pos-left {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.pos-inner {
    padding: 40px 0;
}
.price {
    display: flex;
    align-items: center;
}
.price-img img {
    position: absolute;
    top: 0;
    left: 0;
}
.price-img {
    position: relative;
}
.price-img img:first-child{
    position: relative;
}
.price-left {
    width: 50%;
}
.price-right {
    width: 50%;
}
section#price {
    padding: 100px 0;
    background: url(/images/sl2.png) no-repeat;
    background-position: -26% 529px;
}
.price-val {
    font-size: 160px;
    font-weight: 800;
    color: #005FF9;
}
.price-desc {
    font-size: 26px;
    margin-bottom: 40px;
}
.button-blue a {
    padding: 15px 50px;
    display: inline-block;
    color: #fff;
    background: #0D6EB5;
    transition: .3s;
    border-radius: 30px;
}
.button-blue a:hover {
    box-shadow: none;
    transform: translateY(5px);
}
.acc-item {
    background: #fff;
    padding: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: .3s;
}
.acc-quest {
    font-size: 24px;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
    font-weight: 800;
}
.acc-icon {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 7px;
    right: 0;
    font-size: 14px;
    line-height: 14px;
}
.acc-item.black .acc-icon {
    transform: rotate(180deg);
}
.acc-answ {
    font-size: 18px;
    display: none;
    padding: 15px 0;
}
.acc-item.black {
    background: #005FF9;
    color: #fff;
}
.acc-item.black .acc-answ {
    display: block;
}
.acc-item:hover {
    background: #005FF9;
    color: #fff;
}
section#faq {
    background: #F5F6F7;
    padding: 100px 0;
}
.accordeon {
    margin-top: 40px;
}
section#poss2 {
    padding-top: 100px;
}
.bl-title.big {
    font-size: 60px;
}
section#utp3 {
    padding: 100px 0;
    background: #F5F6F7 url(/images/sl2.png) no-repeat;
    background-position: 117% 479px;
}
.uts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.6%;
}
.ut {
    width: 30%;
    padding: 30px 70px 70px;
    background: #fff;
    border-bottom: 10px solid #005FF9;
    margin: 1.6%;
}
.ut-count {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #005FF9;
}
.ut.b-button {
    background: #005FF9;
    color: #fff;
    border: 10px solid #005FF9;
    cursor: pointer;
    transition: .3s;
}
.ut.b-button:hover {
    background: #fff;
    color: #005FF9;
}
.ut-tx-b {
    font-size: 40px;
    font-weight: 800;
    transition: .3s;
}
.ut.b-button:hover .ut-tx-b {
    transform: translateX(30px) translateY(30px);
}
.time {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 30px;
}
.time-first {
    width: 74%;
}
.time-third {
    width: 24%;
}
.time-inner {
    display: flex;
    justify-content: space-between;
}
.step {
    width: 31%;
    padding: 30px 0px 30px 60px;
    position: relative;
    transform-style: preserve-3d;
}
.step.full {
    width: 100%;
}
.step-count {
    position: absolute;
    top: 18px;
    left: 0;
    font-size: 60px;
    font-weight: 800;
    color: #e2e6eb;
    transform: translateZ(-1px);
}
.time-title {
    font-size: 60px;
    font-weight: 800;
    border-bottom: 10px solid #e2e6eb;
    color: #e2e6eb;
    padding-bottom: 16px;
}
section#steps {
    padding: 100px 0;
}
.cont-ic {
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #0D6EB5;
    font-size: 20px;
}
.cont {
    text-align: center;
    width: 23%;
}
.cont-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.bld {
    font-weight: 700;
}
div#map {
    margin-bottom: 50px;
    border-radius: 30px;
    overflow: hidden;
}
.conts.flex {
    padding-bottom: 40px;
}
.cont-val {
    width: calc(100% - 24px);
}
.cont-tx {
    min-height: 60px;
}
.foot-logo {
    margin-bottom: 30px;
}
.soc-button a {
    padding: 10px 20px;
    background: #444;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
}
.soc-btns {
    display: flex;
    margin-top: 30px;
}
.soc-button.tg a {
    background: #0088cc;
}
.soc-button.wa a {
    background: #43d854;
}
.copy-col {
    width: 50%;
    font-size: 14px;
    color: #ffffff8c;
}
.copy {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
.fa-vk:before{content:"\f189"}
.fa-facebook:before{content:"\f09a"}
.fa-telegram:before{content:"\f2c6"}
.fa-whatsapp:before{content:"\f232"}
.to-top {
    position: fixed;
    bottom: 100px;
    right: 40px;
    cursor: pointer;
    display: none;
    transition: .3s;
}
.to-top:hover {
    transform: rotate(-45deg);
}
body .ba-form-acceptance-field .ba-form-acceptance-html p {
    font-size: 12px;
    line-height: 1;
}
i.zmdi.zmdi-close {
    position: absolute;
    right: 0;
}
.ba-form-field-item.ba-form-submit-field {
    margin-bottom: 0;
}
i.fa.fa-phone {
    animation: shake 6s infinite;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  1%, 3%, 5%, 7%, 9% {
    transform: translate3d(-2px, 2px, 0);
  }

  2%, 4%, 6%, 8% {
    transform: translate3d(2px, -2px, 0);
  }
  10% {
    transform: translate3d(0, 0, 0);
  }
}
body .ba-forms-modal-wrapper .ba-forms-modal {
    margin: 0;
    min-height: auto;
    top: 50%;
    transform: translateY(-50%);
}
#map {
    width: 100%;
    height: 600px;
}
.tours-toggler {
    display: none;
}
@media screen and (max-width: 1400px){
.top-wrapper {
    padding-top: 20px;
}
.contacts {
    left: 15px;
}
}
@media screen and (max-width: 767px){
.top-location.flex {
    display: none;
}
.cookie-warn.flex {
    flex-wrap: wrap;
    justify-content: flex-end;
    bottom: 60px;
}
.cookie-tx {
    padding-right: 0;
}
.cookie-btn {
    margin-top: 20px;
}
.logo-sub {
    text-align: center;
}
.bottom-coll {
    width: 100%;
}
body .tari-rtours-card, body .tari-excurs-card.tari-excurs-goto-info {
    width: 40%;
    margin: 1% 0;
}
.bottom-coll:nth-child(2n) {
    width: 100%;
    margin-top: 40px;
}
section#sub {
    margin-top: 55px;
}
ul.nav.menutours.flex.mod-list li {
    width: 100%;
}
.tours-toggler span {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    background: #0D6EB5;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
}
.about.flex {
    align-items: flex-start;
}
.about-left {
    padding-top: 24px;
    width: 17%;
}
.dipl-wr {
    padding-bottom: 50px;
}
ul.nav.menutours.flex.mod-list {
    position: absolute;
    top: 100%;
    z-index: 99;
    background: #fff;
    margin: 8px 0;
    left: 0;
    padding: 0 15px;
    border: 1px solid #eee;
    border-radius: 20px;
    width: 100%;
    display: none;
}
ul.nav.menutours.flex.mod-list>li>a {
    padding: 10px 0;
}
ul.nav-child.unstyled.small {
    display: none;
    position: relative;
    border-radius: 0;
    border: none;
    transform: scale(1);
    background: #fff;
    box-shadow: none;
}
ul.nav-child.unstyled.small a {
    padding: 5px;
    border-bottom: none;
    border-right: none;
    text-align: left;
}
section#sub {
    position: relative;
}
.tours-toggler {
    display: block;
}
.top-nav {
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: .2s;
}
section#slider {
    padding-bottom: 20px;
}
.block-title {
    margin: 20px 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.button-blue a {
    padding: 10px 30px;
    font-size: 14px;
}
section#slider {
    margin-top: 8px;
}
.top-nav.active {
    transform: translateX(0);
}
section#top.fixed .logo {
    width: 110px;
}
ul.nav.menu_top-nav.mod-list {
    display: block;
    text-align: center;
    font-size: 14px;
}
section#top {
    position: fixed;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.logo {
    width: 110px;
}
.tel {
    font-size: 14px;
}
.nav-toggler {
    display: inline-block;
    padding-left: 15px;
}
ul.nav.menu_top-nav.mod-list a {
    padding: 10px 15px;
    display: block;
}
.bottom-coll ul.nav.menu_top-nav.mod-list a {
    padding: 5px 15px;
}
.bottom-logo {
    margin: 0 auto;
}
.copy {
    justify-content: center;
}
.copy-col {
    font-size: 12px;
}
.copy-col.right {
    text-align: center;
}
#bottom {
    padding: 30px 0;
}
.btmc-ic {
    padding-right: 0;
    width: 100%;
    text-align: center;
}
.tour-top-coll {
    width: 100%;
}
.top-wrapper ul.nav.menu_top-nav.mod-list {
    font-size: 28px;
}
.tour-top-coll.center h1 {
    font-size: 18px;
}
.cont {
    text-align: center;
    width: 100%;
}
.tour-item {
    width: 48%;
}
.tours-cat.flex {
    padding-top: 10px;
}
.btmc-tx {
    text-align: center;
}
.btmc-item.flex {
    justify-content: center;
}
.btmc-wrap {
    margin-top: 40px;
}
.top-wrapper {
    padding: 10px 0;
}
.utps {
    flex-wrap: wrap;
}
.utp {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.utp-ic {
    width: 60px;
}
.utp-title {
    padding-left: 20px;
}
section#utp {
    padding: 30px 0;
}
.tour-right {
    width: 100%;
    padding: 0px 10px;
}
.tour-cats.flex {
    align-items: inherit;
}
.tour-cat.flex {
    display: block;
}
.tour-img img {
    border-radius: 20px;
}
ul.categories-module.mod-list {
    padding: 0 0 0 17px;
}
.tour-right h3 {
    font-size: 14px;
}
.tourinfo h2 {
    font-size: 14px;
    min-height: 56px;
}
.price {
    width: 100%;
}
ul.categories-module.mod-list pre {
    margin: 10px;
}
.tour-img {
    padding: 10px 10px 0;
    width: 100%;
}
ul.categories-module.mod-list h4 {
    font-weight: normal;
}
html {
    font-size: 14px;
}
section#utp2 {
    padding: 50px 0;
}
.owl-nav {
    display: none;
}
.u-tps {
    flex-wrap: wrap;
}
.u-tp-left {
    width: 100%;
    padding-right: 0;
}
.u-tp-right {
    width: 100%;
    padding-left: 0;
}
.poss {
    flex-wrap: wrap;
}
.pos-left {
    width: 100%;
}
.pos-tight {
    width: 100%;
    padding-left: 0;
}
.poss {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.price {
    flex-wrap: wrap;
}
.price-left {
    width: 100%;
}
.price-right {
    width: 100%;
}
.price-val {
    font-size: 80px;
}
.uts {
    margin: 0;
}
.ut {
    width: 100%;
    padding: 30px 40px 40px;
}
.time {
    flex-wrap: wrap;
}
.time-first {
    width: 100%;
}
.time-third {
    width: 100%;
}
.time-inner {
    flex-wrap: wrap;
}
.step {
    width: 100%;
    padding: 30px 0px 30px 40px;
}
.copy {
    flex-wrap: wrap;
}
.contacts {
    position: relative;
    top: 0;
    left: 0;
    padding: 30px 15px;
}
.bl-title, .price-title {
    font-size: 30px;
    line-height: 1.2;
}
.bl-title, .price-title {
    font-size: 24px;
}
.foot-logo {
    width: 180px;
}
section#utp2 .bl-title {
    text-align: left;
}
.u-tp-right ul {
    padding-left: 20px;
}
section#poss {
    padding-top: 50px;
}
section#price {
    padding: 50px 0;
}
.price-desc {
    font-size: 20px;
    max-width: 320px;
}
.acc-item {
    padding: 30px;
}
.acc-quest {
    font-size: 20px;
}
.acc-answ {
    font-size: 16px;
}
section#faq {
    background: #F5F6F7;
    padding: 50px 0;
}
.bl-title.big {
    font-size: 28px;
    margin-bottom: 15px;
}
section#poss2 {
    padding-top: 50px;
}
section#utp3 {
    padding: 50px 0;
}
.ut-tx-b {
    font-size: 28px;
}
section#steps {
    padding: 50px 0;
}
.time-title {
    font-size: 40px;
}
.step-count {
    font-size: 36px;
}
footer.footer {
    font-size: 12px;
    text-align: center;
}
.copy div {
    width: 100%;
}
.to-top {
    display: none!important;
}
.ba-form-field-item.ba-form-input-field {
    margin-top: 0;
}
i.zmdi.zmdi-close {
    position: absolute;
    right: -12px;
    top: -10px;
}
.soc-button a {
    padding: 10px;
}
#map {
    height: 260px;
}
.pos-left img {
    max-width: 130%;
}
.ut.b-button:hover .ut-tx-b {
    transform: translateX(0) translateY(0);
}
body .ba-field-container input[type="text"] {
    font-size: 15px;
}
body .ba-form-1 {
--field-typography-font-size: 15px; 
}
.team-item {
    text-align: center;
    padding-bottom: 30px;
    width: 60%;
    max-width: 350px;
}
.team.flex {
    justify-content: center;
}
.rout {
    width: 100%;
}
body .ba-gallery {
    padding: 0;
    margin-right: -10px;
}
}
@media screen and (max-width: 320px){
section#top.fixed .logo, .logo {
    width: 90px;
}
.tel {
    font-size: 16px;
}
.pos-img {
    width: 60px;
}
.pos-item {
    padding: 30px;
}
.pos-tx {
    width: calc(100% - 30px);
    padding-left: 15px;
}
.acc-quest {
    font-size: 16px;
}
.acc-answ {
    font-size: 14px;
}
.bl-title.big {
    font-size: 24px;
}
.utp-ic {
    width: 50px;
}
.utp-title {
    width: calc(100% - 50px);
    font-size: 18px;
}

}