body {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
    margin: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
  }
  
main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
  
footer {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
* {
    text-rendering: optimizeLegibility;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*1989ff*/
:root {
    --np-bb: #007fff;
    --np-rr: red;
    --np-rrdd: #de0000;
    --np-bbdd: #0a60bd;
}
table {
    border-spacing: 0;
    border: none;
    width: 100%;
}
th {
    color: #000;
    padding: 20px 20px;
    background-color: #f1f1f1;
}
th span {
    color: var(--np-bb);
}
td,
th {
    border: none;
}
td {
    padding: 20px 20px;
    min-width: 95px;
}
h1,
h2,
h3,
h4,
p {
    margin: 0;
}
h3 {
    font-weight: 400;
    font-size: 18px;
}
h2 {
    color: #000;
    font-size: 18pt;
}
ul {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
}
.white-popup {
    position: relative;
    background: #fff;
    width: auto;
    max-width: 400px;
    margin: 20px auto;
    border-radius: 10px;
    z-index: 99999;
}
.redline {
    border-color: var(--np-rr);
}
.popupfooter {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popupfooter a {
    margin: 0 10px;
}
.popupcontent button.enter {
    width: 100%;
    display: block;
    margin-top: 15px;
    margin-right: 0;
}
#sub-popup .publicof a {
    margin: 0;
    color: var(--np-lb);
}
#captcha-container,
#sub-popup iframe {
    max-height: 102px;
    height: 102px;
}
input {
    text-align: left;
    -webkit-text-align: left;
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    -webkit-appearance: none;
    color: #000;
    outline: 0;
    cursor: pointer;
}
button{
    margin: 5px 0;
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    -webkit-appearance: none;
    color: #000;
    outline: 0;
    cursor: pointer;
}
input,
select,
textarea {
    text-align: left;
    -webkit-text-align: left;
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    -webkit-appearance: none;
    color: #000;
    outline: 0;
    cursor: pointer;
    background-color: #fff;
}
.container{
    width: 100%;
    max-width: 1366px;
    padding: 0 10px;
    margin: 0 auto;
}
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.flex > div{
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
}
header{
    padding: 20px 20px 0 20px;
}
.contacts{
    text-align: right;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    max-width: 370px;
    margin-left: 15px;
}
.phone{
    font-size: 24px;
}
.logo{
    text-align: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    max-width: 300px;
    font-size: 24px;
}
.logo svg{
    position: relative;
    bottom: -8px;
    fill: var(--np-bb);
}
.search{
    position: relative;
}
.search button{
    border-radius: 0 10px 10px 0;
    border-left: none;
    background-color: #f1f1f1;
    position: relative;
}
.search button svg{
    position: relative;
    bottom: -2px;
    fill: var(--np-bb);
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.search button:hover svg{
    fill: var(--np-bbdd);
}
.search input{
    border-radius: 10px 0 0 10px;
}
li{
    text-decoration: none;
    list-style: none;
}
.navi{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20px;
}
.navi a{
    padding: 10px 40px;
    display: block;
    font-size: 16px;
    color: var(--np-bb);
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.navi a:hover{
    color: var(--np-bbdd);
}
.searchtour{
    background-color: var(--np-bb);
    border-radius: 15px;
}
.searchtour input{
    margin: 0;
}
.searchtour-input{
    padding: 5px;
    padding-left: 0;
    position: relative;
}
.searchtour-input svg{
    fill: #767676;
    cursor: pointer;
}
.searchtour-input svg.rotate{
    rotate: -180deg;
}
.searchtour-input svg:hover{
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
            filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
.searchtour-input-svg{
    position: absolute;
    right: 45px;
    top: 17px;
}
.searchtour-input-svg-caret{
    position: absolute;
    right: 20px;
    top: 17px;
    pointer-events: none;
}
.searchtour .searchtour-input:first-child{
    padding-left: 5px;
}
.searchtour button.searchline{
    margin: 5px;
    margin-left: 0;
    padding: 11px;
    background-color: var(--np-bb);
    border: none;
    color: #fff;
    font-weight: bold;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.searchtour button.searchline:hover{
    background-color: var(--np-bbdd);
}
.tours{
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.post{
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
    min-width: 100%;
    padding: 5px;
    border-radius: 15px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 0;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
}
.post-tour{
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
    min-width: 100%;
    margin-bottom: 15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 0;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
}
.post:hover{
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}
.post-other-h2{
    font-size: 20px;
    margin-left: 5px;
}
.post-other-h2-main{
    font-size: 20px;
}
.post-image{
    width: 100%;
    max-width: 320px;
}
.post-other{
    padding: 5px 15px 0 15px;
}

.post-other-div{
    font-size: 16px;
    padding: 4px 5px;
}
.post-other-svg{
    position: relative;
    bottom: -5px;
    margin-right: 5px;
}
.post-image-img{
    width: 300px;
    min-height: 180px;
    border-radius: 10px;
}
.post-buttons{
    padding: 15px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 250px;
    min-width: 250px;
    text-align: center;
    position: relative;
    min-height: 100%;
    border-radius: 10px;
    background-color: #f1f1f1;
}

.post-buttons-coast{
    color: var(--np-bb);
    background-color: #fff;
    padding: 20px 0;
    border-radius: 5px;
}
.post-post-buttons-coast{
    color: var(--np-bb);
    background-color: #fff;
    padding: 5px 0 0 10px;
    border-radius: 5px;
}
.post-buttons-coast-price{
    font-weight: bold;
    font-size: 28px;
}
.post-buttons-coast-svg{
    position: relative;
    bottom: 0px;
}
.post-buttons-button{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
.post-buttons-button-btn{
    background-color: var(--np-bb);
    color: #fff;
    padding: 10px;
    font-weight: bold;
    position: relative;
    bottom: -3px;
    width: 100%;
    z-index: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.post-buttons-button-btn:hover{
    background-color: var(--np-bbdd);
}
.post-buttons-more a{
    font-size: 16px;
    padding: 10px 0;
    color: var(--np-bb);
    text-align: center;
    display: block;
}
.star{
    padding: 5px;
    background-color: #1989ff;
    border-radius: 10px;
    color: #fff;
    max-width: 170px;
    margin-top: 5px;
}
.star-stars{
    max-width: 55px;
}
.star-perscount{
    background: #fff;
    border-radius: 0 5px 5px 0;
    color: #000;
    padding: 2px 5px;
    text-align: center;
}
.star-svg{
    bottom: 0;
    margin-right: 5px;
}
.footer{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid var(--np-bb);
}
.footer-navi{
    font-size: 14px;
    text-align: left;
}
.footer-navi a{
    padding: 1px;
    display: block;
}
.footer-copyright{
    font-size: 14px;
}
.footer-contacts{
    text-align: left;
    margin: 10px 0;
}
.footer-contacts-links{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 10px 0;
}
.footer-contacts-links .link{
    max-width: 50px;
    text-align: center;
}
.pay{
    max-width: 50px;
}
.crumbs{
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
    margin-left: 10px;
}
.crumbs a{
    color: var(--np-bb);
}
.tou{
    max-width: 900px;
    width: 100%;
    padding: 5px;
    border-radius: 15px;
    border: 1px solid #ccc;
}
.tou-schedule{
    overflow-x: auto;
}
.tou-dates, .tou-schedule{
    margin-bottom: 15px;
}
.tou-schedule-schedule{
    padding: 10px;
}
.tou-schedule-schedule p{
    line-height: 1.5;
}
.tou-schedule-schedule img{
    max-width: 100%;
    border-radius: 10px;
    height: auto;
    margin: 15px 3px;
    display: inline-block;
}
.tou-schedule-schedule table tr td:first-child{
    text-align: center;
}
.tou-dates-h2{
    padding: 0 10px;
    color: #696969;
    font-size: 20px;
}
.tou-schedule-h2{
    padding: 0 10px;
    color: #696969;
    font-size: 20px;
}
.tou-price-h2{
    padding: 0 10px;
    color: #696969;
    font-size: 20px;
}
.tou-dates-dates{
    padding: 5px 10px 0 10px;
}
.tou-dates-date{
    padding: 5px;
    margin: 5px;
    width: 180px;
    display: inline-block;
    font-size: 14px;
    color: var(--np-bb);
    cursor: pointer;
}
.a-link{
    color: var(--np-bb);
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    cursor: pointer;
}
.a-link:hover{
    color: var(--np-bbdd);
}
.tou-dates-date-svg{
    position: relative;
    bottom: -2px;
}
.tou-dates-h2-span{
    font-size: 16px;
    font-weight: normal;
}
.flex-start{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.tou-post-buttons{
    padding: 15px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    position: relative;
    min-height: 200px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
}
.tou-post-buttons-button label{
    font-size: 14px;
    margin-left: 10px;
}
.tou-post-buttons-button .input{
    text-align: left;
}
.tou-post-buttons-coast{
    color: var(--np-bb);
    margin-bottom: 15px;
    background-color: #fff;
    padding: 15px 0;
    border-radius: 5px;
}
.tou-schedule-table{
    margin-top: 10px;
}
.tou-schedule-schedule table{
    border: none;
}
.tou-schedule-table td{
    vertical-align: top;
}
.tou-schedule-table td:first-child{
    width: 40px;
    max-width: 40px;
    text-align: center;
}
.tou-schedule-table tr:nth-child(2n+1) td{
    background-color: #f1f1f1;
}
.contacts-link{
    max-width: 50px;
    text-align: center;
}
.contacts-link svg{
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}
.contacts-link svg:hover{
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
            filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.contacts-phone{
    text-align: center;
}
.table-image-img{
    display: block;
    width: 100%;
    border-radius: 5px;
    margin: 10px 0;
}
.tou-image{
    margin: 10px 0 0 10px;
}
.tou-h2{
    margin-top: 5px;
}
.tou-other{
    padding: 5px 0 0 10px;
}
.tou-rightside{
    position: relative;
    margin-left: 10px;
}
.sticky {
    position: fixed;
    z-index: 0;
}
.stop {
    position: relative;
    z-index: 0;
}
.tou-price-price{
    padding: 40px 20px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.tou-price-price-svg{
    fill: var(--np-bb);
}
.tou-price-link{
    text-align: center;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    max-width: 200px;
    width: 100%;
}
.tou-price-link-div{
    text-align: center;
}
.tou-price-link-p{
    text-align: center;
    padding-top: 5px;
}
.nothing{
    color: #939191;
    font-size: 24px;
    text-align: center;
}
.search_result{
    position: absolute;
    width: 98%;
    top: 50px;
    background-color: #fff;
    border-radius: 10px;
    display: none;
    text-align: left;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    padding: 10px;
    font-size: 16px;
    z-index: 6;
    max-height: 200px;
    padding-bottom: 15px;
    overflow-y: auto;
    border: 10px solid #fff;
}
.search_result div{
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}
.search_result div:hover{
    background-color: #f1f1f1;
}
.pages-nav{
    text-align: center;
    margin-top: 15px;
}
.pages-nav a{
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    color: var(--np-bb);
    margin: 0 5px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.pages-nav a:hover{
    color: var(--np-bbdd);
}
.pages-nav a:hover svg{
    fill: var(--np-bbdd);
}
.pages-nav a span{
    color: transparent;
}
.pages-nav a svg{
    fill: var(--np-bb);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.pages-nav a.active{
    background-color: var(--np-bb);
    color: #fff;
    border: 1px solid var(--np-bb);
    margin: 0 5px;
    border-radius: 50%;
    cursor: default;
}
.sort{
    margin-top: 5px;
    font-size: 14px;
}
.sort-a{
    padding: 5px 18px 5px 10px;
    -webkit-text-decoration: underline dashed;
            text-decoration: underline dashed;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}
.sort-a svg{
    fill: var(--np-bb);
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    top: 3px;
    right: -5px;
    position: absolute;
}
.sort-a.active svg{
    top: 3px;
    right: -2px;
}
.sort-a:hover svg{
    fill: var(--np-bbdd);
}
.loadmore{
    text-align: center;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 0;
}
.hidden{
    display: none;
}
.navbar-nav {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 320px;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.navbar-default .navbar-nav a {
    font-size: 16px;
    list-style: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    padding: 3px 35px 5px 35px;
    text-decoration: none;
}

#panel::before {
    content: "";
    display: block;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}
.panel-open::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
#panel{
    background-color: #fff;
  }
  #navbar-toggle {
    display: none;
  }
.searchtour-input-svg{
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: none;
}
.searchtour-input.full:hover .searchtour-input-svg{
    display: block;
}
.searchtour-input-svg:hover{
    fill: var(--np-bbdd);
}
body button.sm-but{
    margin: 0;
    padding: 0;
    border: none;
    border-radius: none;
    width: auto;
    margin: 0;
    background: none;
    padding: 0;
}
.persondata{
    font-size: 12px;
}
.notifications{
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 1042;
    pointer-events: none;
  }
  .notification-block{
    position: relative;
    display: block;
    background-color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
    color: #292929;
    text-align: left;
    width: 300px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #a3a3a3;
    
  }
  
  .notification-block::after {
    content: ''; 
    position: absolute; /* Абсолютное позиционирование */
    right: -18px; bottom: 15px; /* Положение треугольника */
    border: 5px solid transparent; border-left: 15px solid #fff;
   }
   .notification-block::before {
    content: '';
    position: absolute;
    right: -22px;
    bottom: 14.5px;
    border: 6px solid transparent;
    border-left: 16px solid #a3a3a3;
   }
.request{
    max-width: 900px;
    margin: auto;
    margin-top: 50px;
}
.request-h{
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.request-table{
    border: 1px solid #ccc;
    border-radius: 10px;
}
.request-table tr td:first-child{
    text-align: left;
    padding-left: 35px;
    width: 200px;
}
.request-table tr td:last-child{
    text-align: left;
}
#enter {
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 10px 0 rgba(101, 112, 115, 0.5);
  box-shadow: 0px 3px 10px 0 rgba(101, 112, 115, 0.5);
}
#enter h1 {
  font-size: 30px;
  margin: 12px 0 25px 0;
}
#enter input {
  margin-bottom: 7px;
}
.inputblock input {
  padding-left: 45px;
}
#enter .enterbut {
  margin-top: 7px;
}
.enterbut {
  font-size: 16px;
  width: 100%;
  padding: 10px 25px;
}
.inputblock {
  position: relative;
}
.inputblock .icon {
  position: absolute;
  display: block;
  width: 16px;
  top: 21px;
  left: 16px;
}
.inputblock .icon svg{
  color: #ccc;
  fill: #ccc;
}
.public{
    max-width: 900px;
    margin: 15px auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
}
.promo-h{
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.promo{
    max-width: 900px;
    width: 100%;
    margin: 15px auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
}
.promo p{
    line-height: 2;
}
.public h2{
    text-align: center;
}
.dop-tou{
    display: none;
    padding-right: 10px;
}
.dop-tou a{
    color: #767676;
}
.post-post-buttons-aa{
    text-align: center;
    font-size: 16px;
    margin: 0 5px;
}
.post-post-buttons-aa svg{
    fill: #767676;
}
.dop-tou .post-post-buttons-coast{
    text-align: center;
}
.dop-tou .post-buttons-coast-price{
    font-size: 20px;
}
.tours-main{
                -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            }
            .tours-main .post{
                margin: 10px;
                max-width: 312px;
                min-width: 312px;
            }
            .tours-main .sub-title{
                text-align: center;
                font-size: 18px;
                padding: 5px;
            }
            .tours-main a{
                display: block;
                width: 100%;
            }
table.docs {
  background-color: #fff;
  border-spacing: 0;
  width: 100%;
  text-align: center;
  border-radius: 10px;
}
table.docs th {
  font-weight: bold;
  font-size: 18px;
}
table.docs .min {
  max-width: 70px;
}
table.docs th, table.docs td {
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #ccc;
  overflow: hidden;
}
table.docs th {
  background: #1788ff;
  color: #fff;
  padding: 10px 5px;
  font-size: 18px;
}
table.docs tr td:first-child {
  border-left: 1px solid #ccc;
}
table.docs .min.pad svg {
  height: 30px;
}
table.docs .min.pad a {
  margin: 0 5px;
  display: block;
}
table.docs a {
  color: #4B75FF;
  text-decoration: none;
  cursor: pointer;
}
table.docs .min.pad {
 
  max-width: none;
}
@media screen and (max-width: 1023px) {
  table.docs {
    border-radius: 0;
    -webkit-box-shadow: 0 0 10px #0000000f;
    box-shadow: 0 0 10px #0000000f;
  }

  table.docs tr:first-child th:first-child {
    border-radius: 0;
  }

  table.docs td, table.docs th {
    font-size: 18px;
  }
  table.docs .min.pad {
    display: table-cell;
  }
}
@media only screen and (max-width: 700px) {
               .tours-main {
                   flex-wrap: wrap;
               }
               .tours-main .post{
                    max-width: 100%;
                    min-width: 250px;
                }
                .tours-main .post-image{
                    max-width: 100%;
                }
            }
@media only screen and (max-width: 1000px) {
    .dop-tou{
        position: sticky;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 100;
        display: flex;
        padding: 10px;
        -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    }
    .dop-tou .post-post-buttons-coast{
        padding-bottom: 0;
        padding-top: 10px;
    }
    .tou-price-price{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .sort-a svg, .sort-a.active svg{
        top: 5px;
    }
    .search button.searchinput{
        padding: 8px;
        margin: 0;
    }
    .mobile-nav {
        margin: 0;
        padding: 80px 0 0 0;
    }
    
    .mobile-nav a {
        text-decoration: none;
    }
    
    .mobile-nav a.active {
        background-color: #39B9ED;
        color: #fff;
    }
    
    .mobile-nav a.active .img-svg {
        fill: #fff;
    }
    
    .mobile-nav a{
        display: block;
        padding: 20px 0 20px 80px;
        font-size: 18px;
        color: #000;
        list-style: none;
        background-color: #F7F9FB;
    }
    #navbar-toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 25px;
        border-radius: 10px;
        color: #fff;
        padding: 12px;
        float: right;
        cursor: pointer;
        background-color: var(--np-bbdd);
        font-size: 18px;
        font-weight: normal;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        z-index: 20;
    }
    #navbar-toggle .close {
        position: relative;
        display: none;
        width: 18px;
        height: 18px;
        margin: auto;
        padding: 0 13px;
        }
    #navbar-toggle .close:before,#navbar-toggle .close:after {
        position: absolute;
        left: 45%;
        content: ' ';
        height: 19px;
        width: 2px;
        background-color: #fff;
        }
    #navbar-toggle .close:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        }
    #navbar-toggle .close:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }

    .flex-m{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .flex-m > div{
        min-width: 100%;
    }
    .searchtour-input{
        padding-left: 5px;
        padding-bottom: 0;
    }
    .searchtour button.searchline{
        width: 100%;
        margin: 5px 5px 7px 5px;
    }
    .sort{
        text-align: center;
        font-size: 16px;
    }
    .post-image{
        text-align: center;
        height: 200px;
        overflow: hidden;
        position: relative;
    }
    .post-image-img{
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .post-buttons-button{
        position: relative;
    }
    .footer, .footer div{
        text-align: center;
    }
    .logo, .contacts{
        max-width: 100%;
    }
    .logo{
        text-align: center;
    }
    .footer-contacts-links{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footer-navi{
        text-align: center;
    }
    .footer-navi li{
        padding: 5px;
    }
    .contacts{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: 0;
    }
    header .contacts{
        margin: 10px 0 0 0;
    }
    header .contacts-phone{
        text-align: left;
    }
    header .search{
        margin: 10px 0 0 0;
    }
    header .logo svg{
        width: 260px;
    }
    .contacts-phone{
        width: 100%;
    }
    .star{
        margin: 5px auto 0 auto;
    }
    .crumbs{
        margin-left: 0;
        font-size: 16px;
    }
    .tou-other{
        padding: 5px 15px;
    }
    .post-post-buttons-coast{
        padding: 5px 10px;
    }
    .tou-rightside{
        margin-top: 10px;
    }
    .post-other-h2{
        margin: 0;
    }
    .tou-rightside{
        margin-left: 0;
    }
    td{
        padding: 20px 0px;
        min-width: 50px;
    }
    .tou-image{
        margin: 0;
    }
    .navi{
        display: none;
    }
    input, select, textarea{
        font-size: 18px;
    }
    header{
        padding: 20px 0 0 0;
    }
    .post-other{
        text-align: center;
    }
    .search_result div{
        padding: 10px 5px;
    }
    .searchtour-input-svg{
        right: 55px;
        z-index: 5;
    }
}
@media only screen and (max-width: 480px) {
    .logo{
        text-align: left;
    }
    
    header .logo svg{
        width: 220px;
    }
    .request-table tr td:first-child{
        width: auto;
    }
}
@media only screen and (max-width: 440px) {
    .tou-price-price{
        flex-wrap: wrap;
        padding-top: 20px;
    }
    .tou-price-link{
        margin-top: 15px;
        max-width: 50%;
        width: 50%;
    }
    .tou-schedule-schedule table tr td:first-child{
        text-align: left;
    }
    .tou-schedule-schedule{
        padding: 10px 0;
    }
}
@media only screen and (max-width: 430px) {
    .post-post-buttons-aa{
        font-size: 14px;
    }
    .dop-tou .post-post-buttons-coast{
        display: none;
    }
    .phone {
      font-size: 18px;
    }
}
@media only screen and (max-width: 350px) {
    header .logo svg{
        width: 180px;
    }
    header .contacts{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    header .contacts-phone{
        text-align: center;
    }
}