body {
    font-family: 'Montserrat' !important;
    font-weight: 400 ;
    font-size: 18px !important;
    color: #1f5f98;
    line-height: 26px !important;
}

a {
    cursor: pointer;
}

h1, h2, h3, h4, p, span, img, a, menu, s, p{
    padding: 0;
    margin: 0;
}

.fa-user:before {
    position: relative;
    top: 2px;
}

.dateb{
    font-size: 20px;
    text-align: center;
}

.navbar-collapse.collapse {
    display: flex !important;
}

.tour-table h1 {
    font-size: 48px;
    font-weight: 900;
}

.btn.btn-more-info {
    color: #123e73;
    font-size: 14px;
    margin-top: 20px;
    padding: 7px 40px;
    font-weight: bold;
    background: linear-gradient(to right, #f3c570 0%, #ffa800 100%);
    border-bottom: 2px solid #8c5e07;
    transition: all 0.3s ease;
    text-transform: capitalize;
    border-radius: .3em;
}

.btn.btn-more-info:hover {
    opacity: 0.9;
}

.block_curs{
    text-align: right;
    padding: 0 0 0 10px;
    position: relative;
    height: 46px;
    line-height: 37px;
    font-size: 14px;
}

.block_curs .select2-container{
    width: 165px;
    display: inline-block;
    margin: 0;
    text-align: left;
    font-size: 14px;
}

.select2-results {
    font-size: 14px;

}

#cursesblock{
    padding: 0 35px 0 0;
}

.tour-table {
    background: #163b5d no-repeat center center / cover;
    color: #fff;
    min-height: 460px;
}

.tour-table p {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 300;
}

.search {
    background: #fff;
    width: 100%;
    height: 90px;
    margin-top: 30px;
    border-radius: 5px;
}

.search-footer {
    margin-top: 20px;
    color: #fff;
    margin-bottom: 70px;
}

.search-footer a{
    color: #fff;
    font-size: 15px;
    margin-right: 3rem !important;
    transition: all 0.3s ease;
}

.search-footer a:hover {
    color: #e89907;
    text-decoration: none;
}

.currency-selection span {
    font-size: 14px;
    display: block;
    color: #1f5f98;
    font-weight: 700;
}

.currency-selection p {
    font-size: 16px;
    display: block;
    color: #fff;
    margin-top: 0;
}

.tour-feature {
    padding-top: 40px;
}

.tour-feature .col p {
    margin: 15px 0;
}

.tour-feature h2 {
    font-size: 30px;
    font-weight: 700;
}

.tour-feature__price {
    font-size: 14px;
    font-weight: 700;
}

.tour-feature__price_block p {
    font-size: 14px;
    font-weight: 300;
}

.tour-feature__price_block span {
    font-weight: 700;
}

.tour-galery {
    padding: 0;

}

.tour-galery h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px;
}

/* Galery */

[class^="swiper-button-"] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 92%;
    height: 500px;
    float: left;
    -webkit-transition: opacity .6s ease, -webkit-transform .3s ease;
    transition: opacity .6s ease, -webkit-transform .3s ease;
    transition: opacity .6s ease, transform .3s ease;
    transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
}
.swiper-container.nav-slider {
    width: 0%;
    padding-left: 5px;
    display: none;
}


.swiper-container.nav-slider .swiper-slide {
    cursor: pointer;
    opacity: .4;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.swiper-container.nav-slider .swiper-slide .content {
    width: 100%;
}
.swiper-container.nav-slider .swiper-slide .content .title {
    font-size: 20px;
    font-weight: 700;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.swiper-container.loading {
    opacity: 0;
    visibility: hidden;
}

.swiper-slide {
    overflow: hidden;
}
.swiper-slide .slide-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 512px;
    background-position: center;
    background-size: cover;
}

.swiper-slide .slide-bgimg img{
    width: 100%;
    max-height: 560px;
    height: auto;
}

.swiper-slide .entity-img {
    display: none;
}
.swiper-slide .content {
    position: absolute;
    top: 40%;
    left: 0;
    padding-left: 5%;
    color: #fff;
}
.swiper-slide .content .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    width: 100%;
}
.swiper-slide .content .caption {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .7s ease;
    transition: opacity .3s ease, -webkit-transform .7s ease;
    transition: opacity .3s ease, transform .7s ease;
    transition: opacity .3s ease, transform .7s ease, -webkit-transform .7s ease;
}
.swiper-slide .content .caption.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

[class^="swiper-button-"] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}

.swiper-button-prev {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}

.swiper-button-next {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

/*  */

.tour-route h4, .tour-map h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.block__item h3 {
    margin: 5px 0;
    color: #1f5f98;
    font-size: 24px;
    font-weight: 700;
}
.block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    background-size: cover;
    background-position: center;
}
.block .block__item {
    flex: 0 1 50%;
    font-style: italic;
}
.block .block__item .block__inner {
    padding: 2em 3em;
}
@media (max-width: 550px) {
    .block .block__item .block__inner {
        padding: 14px;
    }
}
@media (max-width: 950px) {
    .block .block__item {
        flex: 0 1 100%;
    }
}
.block .block__description {
    line-height: 22px;
}
.block .block__description:first-letter {
    float: left;
    font-size: 55px;
    line-height: 40px;
    padding: 0 0.25em;
}
.list {
    float: left;
    padding: 1.5em 0;
    margin-bottom: 3em;
}
.list .list__item {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.list .list__item .list__time {
    color: #1f5f98;
    width: 18%;
    text-align: center;
    font-size: 16px
}
.list__time span{
    font-weight: 700;
    font-size: 18px;
}
.list .list__item .list__desc {
    width: 69%;
    color: #1f5f98;
    font-size: 16px;
    padding: 30px 13px;
    position: relative;
    height: 100%;
    min-height: 255px;
}
.list .list__item .list__desc .border {
    background: #1f5f98;
    width: 5px;
    position: absolute;
    top: 0;
    bottom: -1px;
    left: -8%;
}
.list .list__item .list__desc .border:after {
    content: "";
    background: #fff;
    border: 5px solid #1f5f98;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: -9px;
    width: 21px;
    height: 21px;
}


.table-marshrutess th{
    text-align: center;
    background: #1f5f98;
    color: #fff;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.table-marshrutess td{
    text-align: center;
    background: rgba(153, 185, 255, 0.51);
    color: #000;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.table-marshrutess .is_sushe td {
    background: rgba(218, 218, 218, 0.5);
    color: #000;
}


.table-shedule{
    width: 100%;
}

.table-shedule th{

    text-align: center;
    background: #fff;
    color: #1f5f98;
    height: 32px;
    line-height: 32px;
}

.table-shedule td span{
    display: block;
    background: #ebebeb;
    border-radius: 6px;
    margin: 0 5px 5px 0;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: normal;

}

@media (max-width: 550px) {
    .list .list__item .list__desc .border {
        left: -5%;
    }
}

.list .list__item:last-of-type .list__desc .border:before {
    content: "";
    background: #1f5f98;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    position: absolute;
    bottom: -8px;
    left: -3px;
}

.list .list__item:first-of-type .list__desc .border:before {
    content: "";
    background: #1f5f98;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    position: absolute;
    top: -8px;
    left: -3px;
}


.tour-map iframe {
    width: 100%;
    box-shadow: 0px 0px 43px rgba(31,95,152,0.21);
    border-radius: 5px;
    margin-bottom: 70px;
}

.tour-desc{
    margin: 0 0 60px 0;
}

.tour-desc h3 {
    font-size: 18px;
    font-weight: 700;
}

.doplata{
    color:red;
}

.doplata em {
    display: block;
    font-style: normal;
    margin: 0 0 0 15px;

}
.doplata .fa-child, .doplata .fa-male {
    font-size: 21px;
}



@media (max-width: 1200px) {
    .tour-table h1 {
        font-size: 36px;
        font-weight: 700;
    }

    .tour-table p{
        font-size: 20px;
    }

}

@media (max-width: 992px) {
    .tour-table h1 {
        font-size: 30px;
        font-weight: 700;
    }

    .list__item_photo {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .tour-table h1 {
        font-size: 26px;
    }

    .tour-table p{
        font-size: 18px;
    }

    body {
        font-size: 16px !important;
    }

    .tour-feature__price_blocks{
        flex-direction: column;
        justify-content: center;
    }
    .swiper-slide .content .title {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
    }
    .swiper-container.nav-slider .swiper-slide .content .title {
        font-size: 16px;
        font-weight: 400;
    }
    .tour-feature h2 {
        font-size: 24px;
    }

    .list__time span {
        font-size: 14px;
    }

    .list__time {
        font-size: 14px !important;
    }

    .list__desc h3{
        font-size: 18px;
    }

    .list__desc p{
        font-size: 14px;
    }
}
@media (max-width: 540px) {
    .list .list__item {
        width: 490px;
    }
    .swiper-container.nav-slider .swiper-slide .content .title {
        font-size: 12px
    }
    .list__item_photo img{
        width: 100%;
    }

    .tour-map iframe {
        height: 300px;
    }

}
@media (max-width: 490px) {
    .list .list__item {
        width: 400px;
    }
}

@media (max-width: 420px) {
    .list .list__item {
        width: 350px;
    }
}

@media (max-width: 350px) {
    .list .list__item {
        width: 300px;
    }
    .swiper-container.nav-slider .swiper-slide .content .title {
        font-size: 10px
    }
}


.selectadual{
    display: block;
    margin: 0 0 60px 0;
}

#searchform{
    width: 100%;
}

.btn.btn-success.active{
    background: yellow !important;
    color: red !important;
}

.form-control {
    border: 1px solid #ccc !important;
}

.calendar select{

    position: relative;
    overflow: none;
    height: auto;
    opacity: 1;
    z-index: 1;

}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    min-width: 24px;
}

#map_marshrut{
    min-height: 400px;
    width: 100%;
    margin: 0;
}

#sel_aduls{
    display: block;
    padding: 15px 25px;
    background: #1f5f98;
    color: #fff;
    border-radius: 6px;
    margin: 0 0 15px 0;
}

#sel_aduls > div{
    padding: 10px;
    display: inline-block;
}

.seach_cabins, .getinfo{
    background: #ffa800;
    border-radius: 8px;
    border: 1px solid #ffa800;
}

.usltop{
    text-align: center;
    padding: 20px 0 0 0;
}

.usltop .getinfo{
    margin: 0;
}


#sel_aduls > div > span{
    display: inline-block;
    margin: 0 10px 0 0;
    width: auto;
    text-align: right;
    height: 32px;
    line-height: 32px;
}

#sel_aduls .select2-container{
    width: 60px;
}


.tab-container {
}
.tab-container ul.tabs {
    margin: 0;
    padding: 0; }
.tab-container ul.tabs li {
    float: left;
    padding-right: 4px; }
.tab-container ul.tabs li:last-child {
    padding-right: 0; }
.tab-container ul.tabs li a {
    color: #fff;
    display: block;
    padding: 0 20px;
    background: #131c48;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 4px 4px 0 0;
}
.tab-container ul.tabs li.active > a, .tab-container ul.tabs li:hover > a {
    color: #131c48;
    background: #fdb714; }

.tab-container ul.tabs.full-width {
    display: block;
    /*margin-bottom: -4px;*/ }
.tab-container ul.tabs.full-width li {
    float: none;
    display: table-cell;
    vertical-align: middle;
    width: 1%; }
.tab-container ul.tabs.full-width li a {
    padding: 0;
    text-align: center; }
.tab-container ul.tabs:after {
    display: table;
    content: "";
    clear: both; }
.tab-container .tab-content {
    background: #fff; }
.tab-container .tab-content .tab-pane {
    padding: 15px;
    line-height: 1.7em;
    border-top: 8px solid #fdb714;

}
.tab-container .tab-content .tab-pane .tab-pane{
    border-top: 0px solid #fdb714;
}
.tab-container .tab-content .tab-pane .row {
    margin-bottom: 15px;
}
.tab-container .tab-content .tab-pane > img {
    margin: 0 15px 0 0; }
.tab-container .tab-content .tab-pane:after {
    content: "";
    display: table;
    clear: both; }
.tab-container .tab-content .tab-pane .image-box .details {
    padding-right: 0; }
.tab-container.style1 ul.tabs {
    display: block;
    background: #fff;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #f5f5f5; }
.tab-container.style1 ul.tabs li {
    padding-right: 10px; }
.tab-container.style1 ul.tabs li a {
    height: 30px;
    line-height: 30px;
    background: #fdb714;
    padding: 0 18px;
    color: #131c48;
    font-weight: normal;
    font-size: 0.9167em;
    font-weight: bold; }
.tab-container.style1 ul.tabs li.active > a, .tab-container.style1 ul.tabs li:hover > a {
    color: #fff;
    background: #131c48;
    position: relative; }
.tab-container.style1 ul.tabs li.active > a:after, .tab-container.style1 ul.tabs li:hover > a:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -10px;
    border-top: 5px solid #131c48;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: ""; }
.tab-container.style1 ul.tabs li:hover > a:after {
    display: none; }
.tab-container.style1 ul.tabs li.active:hover > a:after {
    display: block; }
.tab-container.style1 ul.tabs.full-width li a {
    padding: 0; }
.tab-container.trans-style {
    position: relative;
    z-index: 1;
    margin-top: -40px;

}
.tab-container.trans-style .tab-pane{
    border-top: 0px solid #fdb714;
}
.tab-container.trans-style ul.tabs {
    padding: 0 10px; }
.tab-container.trans-style ul.tabs li a {
    background: rgba(43, 111, 192, .8);
    color:#fff;
    overflow: hidden; }
.tab-container.trans-style ul.tabs li a i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px; }
.tab-container.trans-style ul.tabs li a i[class^="soap-icon"] {
    font-size: 20px; }
.tab-container.trans-style ul.tabs li a:hover {
    background: rgba(43, 111, 192, 1);
    color:#fff; }
.tab-container.trans-style ul.tabs li a:hover i {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards; }
.tab-container.trans-style ul.tabs li.active a {
    background: rgba(43, 111, 192, 1);
    color:#fff;
}
.tab-container.full-width-style ul.tabs {
    width: 14%;
    float: left; }
.tab-container.full-width-style ul.tabs:after {
    display: none;
    clear: none; }
.tab-container.full-width-style ul.tabs li {
    float: none;
    margin: 0;
    padding-right: 0; }
.tab-container.full-width-style ul.tabs li a {
    height: 100px;
    display: block;
    border-bottom: 3px solid #f5f5f5;
    border-right: 3px solid #f5f5f5;
    background: #fff;
    color: inherit;
    font-size: 1.1667em;
    text-transform: none;
    font-weight: normal;
    text-align: center;
    padding-top: 20px;
    line-height: 2em; }
.tab-container.full-width-style ul.tabs li a > i {
    color: #d9d9d9;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    overflow: hidden; }
.tab-container.full-width-style ul.tabs li a:hover i:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards; }
.tab-container.full-width-style ul.tabs li.active a, .tab-container.full-width-style ul.tabs li a:hover {
    color: #2d3e52; }
.tab-container.full-width-style ul.tabs li a:hover i, .tab-container.full-width-style ul.tabs li.active a i {
    color: #fdb714;
    border-color: #fdb714; }
.tab-container.full-width-style ul.tabs li:last-child.active a {
    border-bottom: none; }
.tab-container.full-width-style ul.tabs li.active a {
    border-right-color: transparent; }
.tab-container.full-width-style.arrow-left ul.tabs li {
    margin-bottom: 4px; }
.tab-container.full-width-style.arrow-left ul.tabs li a {
    border: none;
    margin-right: 4px; }
.tab-container.full-width-style.arrow-left ul.tabs li.active a {
    margin-right: 0;
    border-left: 2px solid #fdb714;
    position: relative; }
.tab-container.full-width-style.arrow-left ul.tabs li.active a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-left: 3px solid #fdb714;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; }
.tab-container.full-width-style.arrow-left .tab-content .tab-pane {
    padding: 30px; }
.tab-container.full-width-style .tab-content {
    float: left;
    width: 86%; }
.tab-container.full-width-style .tab-content .tab-content-title {
    color: #131c48; }
.tab-container.full-width-style:after {
    display: table;
    content: "";
    clear: both; }


.tab-container ul{
    list-style: none;
}

.tab-container{
    border-bottom: 10px solid #1f5f98;
    border-radius: 0;
}

.tab-container ul.tabs li a{
    border-radius: 3px 3px 0 0;
    background: #ffa800;
    color: #fff;
    font-size: 14px;
}

.tab-pane {
    padding: 15px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.6);
    background: #fff;
    margin: 0 0 40px 0;
}

.tab-container ul.tabs li.active > a, .tab-container ul.tabs li:hover > a {
    background: #1f5f98 !important;
    text-shadow: 0px 1px 2px rgba(62, 62, 62, .51);
    color: #fff;
}

#options h2{
    font-size: 18px;
    font-weight: 700;
    margin-top: 1rem !important;
    margin-bottom: .5rem !important;
}

.tab-users .row {
    padding-bottom: 20px;
}

.tab-users .row em{
    display: none;
}

.tab-users .row:first-child {
    padding-bottom: 10px;
}

.tab-users .nums{
    width: 4%;
    float: left;
}

.tab-users .nums span{
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.tab-users .genders{
    width: 8%;
    float: left;
    padding: 0 5px 0;
}

.tab-users .genders > span{
    display: block;
    height: 34px;
    line-height: 34px;
}

.tab-users .title_fio{
    width: 19%;
    float: left;
    padding: 0 5px 0;
}

.tab-users .title_fio > span{
    display: block;
    height: 34px;
    line-height: 34px;
}

.tab-users .datebithd {
    width: 16%;
    float: left;
}

.tab-users .datebithd > span{
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 0 0 5px;
}

.pasport_nums{
    white-space: nowrap;
    padding: 0 15px 0 5px;
}

.pasport_nums > input:first-child{
    width: 34%;
    display: inline-block;
}

.pasport_nums > input:nth-child(2){
    width: 75%;
    display: inline-block;
}



.tab-users .form-group {
    margin: 0px;
}

.tab-users .form-group input{
    text-align: center;
    text-transform: uppercase;
}

.form-control{
    border: 1px solid #ccc !important;
}

#reg_agents h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px 0;
}

#reg_agents .form-group {
    width: 280px;
    margin: 10px auto;
}

.price-info {
    font-size: 18px;
}


.price-info > div {
    padding: 5px 10px;
    line-height: 28px;
    clear: both;
    margin: 10px 0;
}

.price-info b {
    font-size: 18px;
    margin: 0 10px 0 0;
}

.price-info ._prices {
    background: #ebebeb;
    border-radius: 6px;
    text-align: center;
    color: #131c48;
    height: 46px;
    line-height: 47px;
    padding: 0;
    float: right;
    padding: 0 10px;
    margin: -5px 0 0 0;
    min-width: 130px;
    width: auto;
}

/* ITEM FIRSTS */



.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.col-xs-15ths,
.col-sm-15ths,
.col-md-15ths,
.col-lg-15ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15ths {
    width: 15%;
    float: left;
}

.col-xs-23ths,
.col-sm-23ths,
.col-md-23ths,
.col-lg-23ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-23ths {
    width: 23.33%;
    float: left;
}

.col-xs-60ths,
.col-sm-60ths,
.col-md-60ths,
.col-lg-60ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-60ths {
    width: 60%;
    float: left;
}

#tours_forms{
    padding: 0 0 40px 0;
}

.tabl {
    border-radius: 5px;
    font-size: 14px;
    color: #1d1d1d;
    padding: 10px 0;
    margin: 0;
}

.tabl span {
    color: #294071;
}

.tabl span a{
    color: #294071;
    display: inline-block;
}

.tabl .date span {
    border: 1px solid #294071;
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 15px;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.line {

    border: 1px solid rgba(31, 95, 152, 0.3);
    padding: 20px 0;
    font-size: 14px;
    color: #123e73;
    background-color: rgba(48, 113, 169, 0.04);
    clear: both;
    border-radius: 6px;
    margin: 0 0 4px 0;
}


.line .col-xs-5ths, .line .col-xs-23ths{
    padding: 0px 10px 0 0;
}
.line .col-xs-15ths{
    padding: 0px 10px 0 0;
}

.liners_image {
    display: block;
    text-decoration: none;
    width: 90%;
    max-height: 115px;
    min-height: 115px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 10px auto 0 auto;
}
.liners_image .logo_company{
    position: absolute;
    width: 90px;
    padding: 5px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5);
}

.liners_image .logo_company img{
    width: 100%;
    height: auto;
    opacity: 0.9;
}

.line-bottom {
    border: none;
}

.iteratios{
    max-height: 50px;
    height: 50px;
    overflow: hidden;
    margin: 15px 0 0 0px;

}


.tabl .name {
    padding-left: 69px;
    line-height: 25px;

}

.line .liner_name{
    font-size: 15px;
    margin: 3px 0 0 0;

}

.line .col-xs-23ths b {

    display: block;
    line-height: 19px;
    margin: 3px 0 0 0;

}

.tabl .name span.qwe {
    text-decoration: underline;
}

.tabl .price {
    font-size: 12px;
    color: red;
    word-spacing: -1px;
    margin: 2px 0 0 0px;
}

._prices b{
    display: inline-block !important;
    font-size: 14px;
}

.tabl .price_old {
    font-size: 16px;
    color: #123e73;
    word-spacing: -1px;
    margin: 2px 0 2px 0px;
    font-weight: normal;
    text-decoration: line-through;
    text-align: center;
}

.tabl .price_old *{
    color:#123e73;
    text-decoration: line-through;
}

.mesto_have {
    color: red;
    word-spacing: -1px;
    margin: 2px 0 2px 0px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}

.mesto_have.dateb{
    font-size: 16px;
}

.tabl .price .mesto_have{
    text-align: center;
    font-size: 14px;

}

.typem{
    padding: 8px 0 5px 0;
    line-height: 25px;
    font-size: 20px;
}

.typem .fa-plus{
    font-size: 14px;
    margin: 0px 5px 0 5px;
}

.noteprice{
    line-height: 13px;
    font-size: 10px;
    font-style: normal;
    padding: 5px 0;
    display: block;
    color:#123e73;
    text-align: center;
}

.is_garant{
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 3;
    right: -1px;
    top: -10px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/low_price.png");
    border-radius: 50%;
    opacity: 0.8;
}




.is_garant em{
    display: none;
    position: absolute;
    left: 50%;
    margin: -35px 0 0 -95px;
    width: 195px;
    min-height: 30px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #0d1f37;
    border-radius: 6px;
    font-size: 12px;
    z-index: 10;
    font-style: normal;
    font-weight: bolder;
    padding: 5px 5px 0 5px;

}

.is_garant:hover em{
    display: block;
}

.is_garant em::after {
    content: '';
    position: absolute;
    left: 46%;
    bottom: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0d1f37;
}




.tabl .price span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: red;
    text-align: center;
}

.tabl .tab-btn .btn-tabl{
    width: auto;

}


.book_price_all{
    display: block;
    text-decoration: none !important;
    color: #123e73  !important;
}

.book_price {
    border-radius: 4px;
    background: linear-gradient(to right, #f3c570 0%, #ffa800 100%);
    color: #1f5f98 !important;
    height: 40px;
    line-height: 38px;
    margin: 0px 0px 9px 0;
    display: block;
    font-weight: bolder;
    font-size: 14px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(221, 170, 15, 1);
    cursor: pointer;
    cursor: hand;
}


.list__item_photo img{
    width: 100%;
}


.promoblocks p, .promoblocks span, .promoblocks b {
    display: block;
}

.promoblocks p {
    text-align: center;
    padding: 20px 0;
}

.promoblocks p .fa{
    font-size: 40px;
    color: #ffa800;
}

.promoblocks b {
    text-align: center;
    color: #003366;
    min-height: 45px;
    line-height: 20px;
}

.promoblocks span {
    text-align: left;
    padding: 10px 0;
    font-size: 14px;
    text-align: justify;
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;

}


@media only screen and (max-width : 991px) {
    .selection-filter-swow{
        display: none;
    }

    .step-1{
        margin-top: 25px;
    }

    .selection-filter-name-top i {
        display: block !important;
    }

    .selection-filter-name-top{
        cursor: pointer;
        cursor: hand;
    }

    .description-name,.description-text {
        padding-left:15px;
    }

    .description-min span {
        max-width: 156px;
        min-width: 122px;
        width: auto;
    }

}

.whathinclide_block{
    position: fixed;
    background: #fff;
    border-radius: 3px;
    height: auto;
    z-index: 100;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.75);
    top: 15%;
}

.whathinclide_block_hover{
    content: "";
    display: block;
    position: fixed;
    z-index: 98;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: rgba(0,0,0,0.3);;

}

#whathinclide_block_content{
    height: 480px;
    overflow: auto;
    padding: 10px;
}

#whathinclide_block_content p{
    font-size: 14px;
    line-height: 24px;
}

.closewhathinclide{
    text-align: right;
    height: 24px;
}

.closewhathinclide a{
    display: inline-block;
    z-index: 2;
    font-size: 18px;
    color: #131c48;
    cursor: pointer;
    cursor: hand;
    height: 24px;
    line-height: 24px;
    padding: 1px 5px;
    opacity: 0.4;
}
.closewhathinclide a:hover{
    opacity: 1;
}

#questions h4{
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.getinfo{
    margin: 0 0 20px 0;
    color: #fff !important;
}

#s2id_coutt {
    width: 120px !important;
}

.toggleBlock {
    border-bottom: 1px solid #d8d1d0;
    padding-bottom: 10px;
    max-height: 185px;
    overflow: hidden;
    -webkit-transition: max-height 2s, padding 2s;
    transition: max-height 2s, padding 2s;
}

.toggleBlock.autoHeight {
    max-height: 1000px;
    -webkit-transition: max-height 2s, padding 2s;
    transition: max-height 2s, padding 2s; }


.link3d a {
    display: inline-block;
    color: #000033;
    font-weight: bold;
    margin: 10px 0;
    text-decoration: underline;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    cursor: hand;
}


.prices_cat th{
    background: #ffa800;
    color: #fff;
}

.send-notes{
    background: #ffa800 !important;
    color: #fff !important;
    border-color:  #ffa800 !important;
}

.spo{
    color: red !important;
}


#block_bot_a form{
    width: 50%;
    margin: auto;
    display: block;
}

#questions_bot h4 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

@media only screen and (max-width : 480px) {



    .send-notes{
        font-size: 12px;
        padding: 6px;
    }

    .col-xl-9{
        padding: 0;
    }

    .prices_cat th, .prices_cat td{
        font-size: 12px;
    }


    #block_bot_a form{
        width: 100%;
    }

    .tour-table {
        min-height: 200px;
    }

    #map{
        height: 320px;
        width: auto;
    }


    .navbar-collapse.collapse {
        display: none !important;

    }

    .navbar-collapse.in {
        overflow-y: auto;
        display: block !important;
    }

    .block-turses {
        width: 100%;
        margin: 15px 0;
    }

    .col-xs-23ths, .col-xs-60ths, .col-xs-15ths{
        width: 100%;
    }

    .col-xs-23ths, .col-xs-15ths, .iteratios {
        padding: 10px 15px !important;
    }

    .iteratios {
        max-height: 120px;
        height: 120px;
        overflow: hidden;
        margin: 0;
    }

    .swiper-container {
        width: 98%;
        height: 250px;
    }

    .swiper-slide .slide-bgimg {
        height: 250px;
    }

    .slide-bgimg img{
        width: auto;
        height: 270px;
    }

}
