@font-face {
    font-family: "Helvetica Light";
    src: url(../fonts/HelveticaLight/HelveticaLight.ttf),
    url(../fonts/HelveticaLight/HelveticaLight.woff),
    url(../fonts/HelveticaLight/HelveticaLight.svg),
    url(../fonts/HelveticaLight/HelveticaLight.eot),
    url(../fonts/HelveticaLight/HelveticaLight.woff2);
}

@font-face {
    font-family: "Helvetica Regular";
    src: url(../fonts/HelveticaRegular/HelveticaRegular.ttf),
    url(../fonts/HelveticaRegular/HelveticaRegular.woff),
    url(../fonts/HelveticaRegular/HelveticaRegular.svg),
    url(../fonts/HelveticaRegular/HelveticaRegular.eot),
    url(../fonts/HelveticaRegular/HelveticaRegular.woff2);
}

@font-face {
    font-family: "Helvetica Bold";
    src: url(../fonts/HelveticaBold/HelveticaBold.ttf),
    url(../fonts/HelveticaBold/HelveticaBold.woff),
    url(../fonts/HelveticaBold/HelveticaBold.svg),
    url(../fonts/HelveticaBold/HelveticaBold.eot),
    url(../fonts/HelveticaBold/HelveticaBold.woff2);
}

@font-face {
    font-family: "Magistral Regular";
    src: url(../fonts/MagistralRegular/MagistralRegular.ttf),
    url(../fonts/MagistralRegular/MagistralRegular.woff),
    url(../fonts/MagistralRegular/MagistralRegular.svg),
    url(../fonts/MagistralRegular/MagistralRegular.eot),
    url(../fonts/MagistralRegular/MagistralRegular.woff2);
}

::-webkit-input-placeholder {
    color: #b8b9ba;
}

::-moz-placeholder {
    color: #b8b9ba;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #b8b9ba;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #b8b9ba;
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

body {
    font-family: "Helvetica Light", Arial, sans-serif;
}

html, body {
    height: 100%;
}

.modal-open,
.modal-open .modal {
    padding: 0 !important;
}

a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    transition: 0.3s;
}

a,
button,
button:hover,
button:active,
input:hover,
input {
    transition: 0.3s;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
option:focus,
option:active {
    outline: none;
}

/***** Header *****/
/*** Header-top ***/
.header {
    background: url("../img/header.jpg") center no-repeat fixed;
    background-size: cover;

    position: relative;
    padding: 30px 0 200px 0;
}

.header-top {
    margin-bottom: 20px;
}

.logo {
    float: left;
    width: 190px;
}

.logo__link {
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
    display: inline-block;
    font-family: "Magistral Regular", Arial, sans-serif;
    line-height: 42px;
}

.logo__img {
    width: 100%;
}

.header__button-group {
    float: right;
    width: 75%;
    text-align: right;
}

.header__button-group .feedback,
.header__button-group .dropdown,
.header__button-group .tours {
    display: inline-block;
    vertical-align: top;
}

/***** MENU LIST *****/

.menu__link {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding: 10px 10px 2px 10px;
}

.menu__link:hover,
.menu__link:active,
.menu__link:focus {
    color: #fff;
    border-color: #fff;
}

.menu-button {
    background: transparent;
    border: none;
    width: 35px;
    margin-top: 10px;
    margin-left: 15px;
    display: inline-block;
}

.menu-button__img {
    width: 100%;
}

.header .dropdown-menu {
    top: 40px;
    right: 0;
    left: auto;
    padding: 0;
    min-width: 170px;
}

.menu__list {
    display: inline-block;
    width: 100%;

}

.menu__item {
    display: block;
    width: 100%;

}

.menu__link {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 22px 6px 22px;
}

.menu__link:hover,
.menu__link:active,
.menu__link:focus {
    color: #fff;
    background: #ffbf0c;
}

.menu-button {
    display: inline-block;

}

@media (max-width: 547px) {
    .menu-button {
        margin-left: 5px;
    }
}

/****** LK ******/

.lk-button {
    display: inline-block;
    margin-top: 7px;
    cursor: pointer;
}

.lk-photo {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
}

.lk-photo__img {
    width: 100%;
}

.lang-dropdown a {
    cursor: pointer;
}

.lang-dropdown .dropdown-menu {
    min-width: auto;
}

.lang-dropdown a {
    padding: 5px 7px !important;
}

.lk-username {
    float: right;
    color: #fff;
    font-size: 18px;
    margin: 3px 0 0 10px;
    border-bottom: 1px solid transparent;
    font-family: "Helvetica Light", Arial, sans-serif;
    max-width: 150px;
    text-overflow: ellipsis;
    height: 35px;
    white-space: nowrap;
    overflow: hidden;
}

.lk-button:hover .lk-username {
    border-color: #fff;
}

.lk-dropdown {
    left: auto;
    right: 0;
    top: 45px;
    padding: 0;
}

.lk__link {
    color: #000;
    font-size: 16px;
    display: block;
    padding: 6px 20px 6px 20px;
}

.lk__link:hover,
.lk__link:active,
.lk__link:focus {
    color: #fff;
    background: #ffbf0c;
}

.lk-dropdown {
    right: 50px;
}

/******** FEEDBACK ********/
.feedback {

    margin-top: 11px;
    margin-right: 20px;
}

.feedback__faq {
    color: #fff;
    margin: 0 5px;
    border-bottom: 1px solid transparent;
}

.feedback__faq:hover,
.feedback__faq:active,
.feedback__faq:focus {
    color: #fff;
}

.feedback__img {
    margin-right: 3px;
    width: 25px;
}

.header__heading {
    text-align: center;
    color: #fff;
    font-family: "Helvetica Bold", Arial, sans-serif;
    margin: 125px 0 73px;
    text-shadow: 0 0 12px #1d1c1c;
    font-size: 30px;
}

.heading__color {
    color: #ffbf0c;
}

@media (max-width: 992px) {
    .header__button-group {
        width: 72%;
        margin-top: 5px;
    }

    .header {
        padding: 10px 0 100px 0;
    }
}

@media (max-width: 767px) {
    .logo {
        width: 150px;
        float: none;
        margin: 0 auto;
    }

    .header__heading {
        font-size: 25px;
        margin-top: 60px;
    }

    .lk-username {
        display: none;
    }

    .header__button-group {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .feedback {
        margin-right: 5px;
    }
}

@media (max-width: 547px) {

}

.header__search {
    margin: 10px 0;
}

#searchCountries .modal-content {
    width: 300px;
    margin: 0 auto;
}

.toursSearch-dropdown {
    display: inline-block;
}

.citiesSearch-dropdown {
    max-height: 200px;
    overflow-y: auto;
}

.toursSearch {
    font-size: 13px;
    background: #ffd962;
    cursor: pointer;
    padding: 2px;
    border-radius: 4px;
    color: #000;
}

.toursSearch:hover {
    background: #ffbf0c;
}

.toursSearch-dropdown .dropdown-menu {
    width: 207px;
}

.search__item {
    margin-right: 5px;
}

.search__link {
    padding-left: 0 !important;
    color: #fff;
    background: rgba(0, 0, 0, 0.23);
    font-size: 18px;
    transition: 0s;
}

.search__link i {
    margin-right: 5px;
}

.flaticon-direction:before,
.flaticon-plane:before {
    font-size: 18px;
}

.link_span {
    font-family: "Helvetica Bold", Arial, sans-serif;
    border-bottom: 1px dashed #000;
    color: #000;
    cursor: pointer;
}

.nav > li > .search__link:focus,
.nav > li > .search__link:hover {
    color: #000;
    background: #fff;
}

.tab-content .search__filters {
    background: #fff;
    height: 60px;
    border-top: 1px solid #efefef;
}

.search__filters {

}

.filter {
    cursor: pointer;
    display: inline-block;
    width: 20%;
    float: left;
    padding: 14px 7px;
    border-right: 1px solid #efefef;
    background: #fff;
    font-family: "Helvetica Light", Arial, sans-serif;
    font-size: 17px;
}

.filter-tour {
    display: none;
}

.filter-country {
    width: 29%;
}

.filter-date {
    width: 15%;
}

.filter-day {
    width: 19%;
}

.filter i::before {
    margin-left: 5px;

}

.filter-country-modal .modal-dialog {
    width: 450px;
    margin: 50px auto;
}

.filter-country-modal .modal-title {
    display: inline-block;
    font-size: 18px;
    font-family: "Helvetica Bold", Arial, sans-serif;
}

.filter-country-modal__list {
    font-size: 18px;
    padding: 0 10px;
}

.filter-country-modal__country {
    margin: 5px 0;
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.filter-country-modal__country:hover {
    border-color: #dedddd;
}

.country {
    font-family: "Helvetica Regular", Arial, sans-serif;
}

.filter-country-modal__span {
    background: #ffbf0c;
    color: #fff;
    float: right;
    font-size: 15px;
    font-family: "Helvetica Light", Arial, sans-serif;
    padding: 6px;
    border-radius: 6px;
}

.filter__datepicker {
    width: 47px;
    font-size: 17px;
    padding: 2px 0 2px 2px;
    border: none;
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");

}

.ui-datepicker .ui-datepicker-header {
    background: #ffbf0c;
    color: #fff;
}

.ui-datepicker-div {
    font-family: "Helvetica Light", Arial, sans-serif;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: #ec914e;
    border: 1px solid #ec914e;
}

.ui-state-default {
    background: #fff;
    font-family: "Helvetica Bold", Arial, sans-serif;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: transparent !important;
    border: none !important;
}

.ui-widget.ui-widget-content {
    transition: 0s;
}

.filter-day, .filter-user {
    font-family: "Helvetica Light", Arial, sans-serif;
    font-size: 17px;
}

.filter-user {
    border: none;
    width: 21%;
}

.filter-user,
.filter-day__result {
    margin-left: 5px;
}

.filter-day__dropdown {
    padding: 5px 7px 9px 7px;
    top: 42px;
    width: 305px;
    text-align: center;
}

.counter, .counter-user {
    display: inline-block;
    padding: 10px 0 7px 0;
    margin: 0 2px;
    background: transparent;
    border: none;
    width: 20px;
    font-size: 16px;
    font-family: "Helvetica Bold", Arial, sans-serif;
}

.counter-minus, .counter-plus {
    background: #ffbf0c;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 6px 0;
    width: 23px;
    height: 22px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.counter-plus {
    margin-left: 0;
}

.counter-img {
    width: 15px;
}

.day, .user {
    font-style: normal;
    margin: 0 4px;
    font-size: 17px;
}

.filter-day__text {
    color: #000;
    font-family: "Helvetica Regular", Arial, sans-serif;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px;
}

.filter-user .filter__result {
    margin-left: 5px;
    /*font-size: 14px;*/
    /*font-family: "Helvetica Regular", Arial, sans-serif;*/
}

.filter-button {
    border: none;
    background: #ffbf0c;
    color: #fff;
    font-family: "Helvetica Regular", Arial, sans-serif;
    font-size: 15px;
    margin-top: -2px;
    padding: 16px 15px 17px 0;
    float: right;
    text-transform: uppercase;
    width: 15.5%;
}

.filter-button:hover {
    background: #f5c541;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-left: 16px;
}

.search__link .flaticon-map::before {
    font-size: 18px !important;
}

.search-text-first {
    display: inline-block;
}

@media (max-width: 1200px) {
    .header__search {
        margin: 10px 0;
    }

    .filter {
        font-size: 16px;
    }

    .filter-country {
        width: 28%;
    }

    .filter-date {
        width: 17%;
    }

    .filter-day {
        width: 16%;
    }

    .filter__datepicker {
        width: 42px;
        font-size: 15px;
    }

    .filter-button {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .search__text {
        display: none;
    }

    .tab-content .search__filters {
        height: 113px;

    }

    .filter {
        font-size: 18px;
        width: 50%;
    }

    .filter-country {
        width: 50%;
    }

    .filter-date {
        width: 25%;
    }

    .filter-day {
        width: 25%;
    }

    .filter__datepicker {
        width: 42px;
        font-size: 15px;
    }

    .filter-user {
        margin-left: 0;
    }

    .filter-button {
        font-size: 14px;
        margin-top: 0;
        padding: 14px 15px 14px 0;
        width: 28%;
    }
}

@media (max-width: 767px) {
    .search-text-first {
        display: none !important;
    }

    .search__item {
        width: 11%;
        text-align: center;
    }

    .tab-content .search__filters {
        height: 0;
    }

    .header__search {
        margin: 10px 40px;
    }

    .filter {
        font-size: 18px;
        width: 100%;
        background: #fff;
    }

    .filter-tour {
        display: inline-block;
    }

    .filter-country {
        width: 100%;
    }

    .filter-date {
        width: 100%;
    }

    .filter-day {
        width: 100%;
    }

    .filter__datepicker {
        width: 42px;
        font-size: 15px;
    }

    .filter-button {
        font-size: 14px;
        margin-top: 0;
        width: 100%;
    }

    .filter-country-modal .modal-dialog {
        width: 100% !important;
        margin: 30px 0;
    }
}

@media (max-width: 547px) {
    .header__search {
        margin: 10px 0;
    }

    .modal-dialog {
        width: 100%;
    }

    .search__item {
        width: 20%;
        text-align: center;
    }

    .filter-country-modal__list {
        font-size: 16px;
    }

    .filter-day__dropdown {
        width: 250px;
    }
}

/***** Directions *****/
.directions {
    text-align: center;
    padding: 20px 0 40px 0;
    background: #fff;
}

.heading {
    font-size: 40px;
    margin-bottom: 5px;
}

.heading-text {
    font-size: 18px;
    margin-top: 10px;
}

.directions-countries {
    margin: 20px 0;
}

.directions-countries__list {

}

.directions-countries__item {
    display: inline-block;
    width: 16%;
    position: relative;
    height: 185px;
    padding: 18px 10px;
    margin: 0 20px;
    border-radius: 5px;
}

.directions-countries__item:hover {
    background: #fbfafa;
}

.directions-countries__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.directions-countries__span {
    background: #fdcb6e;
    line-height: 16px;
    position: absolute;
    right: 30px;
    top: 36px;
    font-size: 15px;
    padding: 8px;
    border-radius: 50%;
    color: #000;
    font-family: "Helvetica Light", Arial, sans-serif;
    font-weight: 100;
}

.directions-countries__image-block {
    height: 120px;
}

.directions-countries__img {
    height: 100%;
}

.directions-countries__img_small {
    height: 87%;
    margin-top: 17px;
}

.directions-countries__text {
    margin-top: 15px;
    font-size: 15px;
    font-family: "Helvetica Light", Arial, sans-serif;
}

.specials {
    background: url('../img/special_bg.jpg') center center no-repeat;
    padding: 20px 0 60px;
    text-align: center;
}

.specials .heading,
.specials .heading-text {
    color: #fff;
}

.directions__slider {
    transition: 0s;
    clear: both;
}

.directions__slide {
    color: #000;
    margin-top: 30px;
    border: 1px solid #efefef;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding-bottom: 12px;
    transition: 1.5s;
}

.directions__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.directions__image {
    width: 100%;
    height: 230px;
    border-radius: 5px 10px 0 0;
    overflow: hidden;
    position: relative;
}

.slide__favorites {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
}

.favorites__img {
    width: 30px !important;
    height: 30px;
}

.slide__view {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
    font-family: "Helvetica Regular", Arial, sans-serif;
    font-size: 14px;
    color: #fff;
}

.view__img {
    width: 30px !important;
    height: 30px;
    float: left;
    margin-right: 10px;
}

.slide__view i {
    font-family: "Helvetica Regular", Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    float: right;
    margin-top: 5px;
    font-style: normal;
}

.slide__image {
    width: 100%;
    height: 230px;
}

.slide__text {
    font-size: 22px;
    font-family: "Helvetica Regular", Arial, sans-serif;
    margin: 0;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    left: 0;
    padding: 15px 5px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.slider-info {
    padding: 10px;
}

.slider-info__flag {
    float: left;
    font-family: "Helvetica Regular", Arial, sans-serif;
    font-weight: 600;
    font-size: 17px;
}

.flag__img {
    width: 35px !important;
    display: inline-block !important;
    margin-right: 10px;
    float: left;
}

.flag__text {
    margin-top: 8px;
    display: inline-block;
}

.slider-info__day {
    float: right;
    font-size: 18px;
    margin-top: 7px;
    margin-right: 10px;
    font-family: "Helvetica Regular", Arial, sans-serif;
}

.slider-info__price-block {
    clear: both;
    float: left;
    font-size: 16px;
    margin-top: 10px;
}

.slider-info__price {
    font-size: 22px;
    font-family: "Helvetica Regular", Arial, sans-serif;
}

.slider-info__button {
    float: right;
    display: inline-block;
    border: none;
    font-size: 18px;
    padding: 6px 10px;
    background: #ffbf42;
    border-radius: 5px;
    margin-top: 7px;
    color: #000;
}

.slider-info__button:hover {
    background: #ffbf0c;
    color: #fff;
}

.slider-info__button i::before {
    margin: 0;
    font-size: 18px;
}

.directions__slider .owl-nav {
    display: block !important;
}

.owl-theme .owl-nav [class*='owl-'] {
    background: transparent;
    color: #c9c9c9;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #c9c9c9;
}

.owl-prev i::before,
.owl-next i::before {
    font-size: 45px !important;
    margin: 0;
}

.directions__slider .owl-prev {
    position: absolute;
    top: 50%;
    color: #c9c9c9;
    background: transparent;
    left: -65px;
    transform: translateY(-45%);
}

.directions__slider .owl-next {
    position: absolute;
    top: 50%;
    background: transparent;
    right: -65px;
    color: #c9c9c9;
    transform: translateY(-45%);
}

@media (max-width: 1200px) {
    .directions-countries__item {
        float: none;
        margin: 0 43px;
    }
}

@media (max-width: 992px) {
    .heading {
        font-size: 35px;
    }

    .heading-text {
        font-size: 16px;
    }

    .directions-countries__item {
        margin: 0 5px;
        width: 30%;
    }
}

@media (max-width: 767px) {
    .directions__slide {
        margin: 10px 80px;
    }

    .directions__slider .owl-prev {
        left: -20px;
    }

    .directions__slider .owl-next {
        right: -20px;
    }

    .owl-theme .owl-nav [class*='owl-'] i::before {
        font-size: 35px !important;
        margin: 0;
    }

    .directions-countries__image-block {
        height: 100px;
    }
}

@media (max-width: 547px) {
    .directions__slide {
        margin: 10px;
    }

    .directions-countries__item {
        margin: 0 5px;
        width: 44%;
    }

    .directions__slider .owl-nav {
        display: none !important;
    }

}

@media (max-width: 420px) {
    .slider-info__button {
        float: none;
        font-size: 18px;
        width: 80%;
        margin-top: 7px;
    }
}

/***** Step *****/
.step {
    text-align: center;
    padding: 30px 0 60px 0;
    background: #f8f7f7;
}

.step__list {
    position: relative;
}

.step__item {
    margin-top: 30px;
    min-height: 200px;
}

.step__image {
    background: #fff;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    line-height: 130px;
    margin: 10px auto;
    position: relative;
}

.step__icon {
    width: 60px;
}

.step__icon_big {
    width: 83px;
}

.step__text {
    margin-top: 15px;
    font-size: 16px;
    font-family: "Helvetica Regular", Arial, sans-serif;
    padding: 0 20px;

}

.step__span {
    background: #ec914e;
    line-height: 16px;
    position: absolute;
    left: 4px;
    font-size: 16px;
    padding: 10px 14px;
    border-radius: 50%;
}

.step__video-block {
    padding-top: 40px;
}

.container-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
    .step__item {
        margin-top: 20px;
        min-height: 215px;
    }

    .step__video-block {
        padding-top: 60px;
        float: left;
    }
}

@media (max-width: 992px) {
    .step__list::before {
        display: none;
    }

    .step__video-block {
        padding-top: 20px;
    }
}

.reviews {
    text-align: center;
    padding: 30px 0 50px 0;
    background: #fdfdfd;
}

.review {
    border: 1px solid #dedede;
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    margin-top: 40px;
    background: #fefefe;
}

.review__user {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    background: url("../img/bg-reviews.jpg") no-repeat;
}

.review__img {
    width: 90% !important;
    text-align: center;
    margin: 4px 0 0 4px;
}

.review__info {
    font-size: 15px;
    padding-bottom: 2px;
    margin: 25px 0 20px 5px;
    display: block;
    font-weight: 900;
    font-family: "Helvetica Regular", Arial, sans-serif;
}

.review__heading {
    font-family: "Helvetica Bold", Arial, sans-serif;
    margin-bottom: 6px;
}

.review__link {
    background: #0858b3;
    color: #fff;
    padding: 5px 10px 5px 5px;
    float: left;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 5px;
    display: inline-block;
}

.review__link:hover {
    color: #fff;
    opacity: 0.8;
}

.review__link-img {
    width: 30px !important;
    display: inline-block;
    float: left;
}

.review__link-text {
    float: left;
    margin: 4px 0 0 10px;
}

.review__text {
    margin: 10px;
    font-family: "Helvetica Light", Arial, sans-serif;
    font-size: 15px;
}

.reviews .owl-nav {
    display: block !important;
}

.reviews .owl-nav i::before {
    color: #c9c9c9;
}

.reviews .owl-prev {
    position: absolute;
    top: 40%;
    left: -50px;
}

.reviews .owl-next {
    position: absolute;
    top: 40%;
    right: -50px;
}

.reviews .owl-dots {
    display: none;
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {
    .review__user {
        float: right;
    }

    .review__link-img {
        width: 24px !important;
    }

    .review__link-text {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .review {
        margin: 0 60px;
        text-align: center;
    }

    .review__user {
        float: none;
    }

    .review__link {
        float: none;
    }

    .review__info {
        margin-top: 10px;
    }

    .reviews .owl-prev {
        left: 0;
    }

    .reviews .owl-next {
        right: 0;
    }

    .review__text {
        margin: 10px 0;
    }
}

@media (max-width: 547px) {
    .reviews .owl-prev {
        display: none;
    }

    .reviews .owl-next {
        display: none;
    }
}

@media (max-width: 420px) {
    .review {
        margin: 0 10px;
    }

    .reviews .owl-prev {
        left: -20px;
    }

    .reviews .owl-next {
        right: -20px;
    }
}

@media (max-width: 328px) {

}

.values {
    text-align: center;
    padding: 40px 0;
}

.press {
    text-align: center;
    padding: 40px 0;
    background: #fff;
}

.press__list-block {
    padding: 40px 0 80px;
    display: block;
}

.press__list {

}

.press__item {
    display: inline-block;
    margin: 0 15px;
    float: left;
}

.press__link {
    display: block;
}

.press__link:hover {
    opacity: 0.8;
}

.press__img {
    height: 45px;
    width: auto;
}

@media (max-width: 1200px) {
    .press__item {
        margin: 10px 15px;
        float: none;
    }
}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
    .press__item {
        margin: 10px 25px;
    }

    .press__img {
        height: 40px;
    }
}

.footer-top {
    background: #2a3033;
    color: #fff;
    padding: 40px 0;
    font-family: "Helvetica Light", Arial, sans-serif;
}

.footer-top__block-list {
    width: 33%;
    float: left;
    padding: 0 10px;
}

.footer-top__block-soc {
    width: 100%;
    float: left;
    padding: 0 10px;
    margin-top: 20px;
}

.footer-top__block {
    width: 100%;
    float: left;
    padding: 0 10px;
}

.footer-top-text {
    font-size: 15px;
    line-height: 1.3;
}

.footer-top__heading {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Helvetica Bold", Arial, sans-serif;
}

.footer-top__list {

}

.footer-top__item {
    margin: 3px 0;
    font-size: 14px;
}

.footer-top__link {
    color: #fff;
    font-family: "Helvetica Regular", Arial, sans-serif;
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px solid transparent;
}

.footer-top__link:hover,
.footer-top__link:active,
.footer-top__link:focus {
    border-color: #fff;
    color: #fff;
}

.social-network {
    float: left;
    margin: 10px 0;
}

.social-network__item {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    margin: 5px 8px 5px 0;
    transition: 0.3s;
}

.social-network__item:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.social-network__link {
    display: block;
}

.social-network__icon {
    width: 40px;
}

.footer-top__button {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    padding: 12px 20px 12px 50px;
    font-size: 15px;
    margin: 12px 0 0 40px;
    position: relative;
}

.footer-top__button::before {
    content: "";
    background: url("../img/login.png") no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 3px;
    top: 6px;
}

.footer-top__button:hover {
    opacity: 0.7;
    color: #fff;
}

.footer-logo__link {
    height: 80px;
    width: auto;
    display: block;
    margin-bottom: 10px;
}

.footer-logo__img {
    width: 90%;
}

.footer-buttons {

}

.footer-buttons__button {
    display: inline-block;
    width: 160px;
    height: 45px;
    border-radius: 6px;
    margin: 10px 10px 10px 0;
    overflow: hidden;
    float: left;
}

.footer-buttons__button:hover {
    opacity: 0.8;
}

.footer-buttons__img {
    width: 100%;
    height: 100%;
}

.footer-bottom {
    background: #fff;
    color: #2a3033;
    border-top: 2px solid #3f3f40;
    font-size: 14px;
    padding: 12px 0;
    font-family: "Helvetica Regular", Arial, sans-serif;
}

.copyright {
    float: left;
    margin: 5px 0;
}

.developer {
    float: right;
    margin: 5px 0;
}

.developer__link {
    color: #2a3033;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid transparent;
}

.developer__link:hover,
.developer__link:active,
.developer__link:focus {
    color: #2a3033;
    border-color: #2a3033;
}

@media (max-width: 1200px) {
    .footer-top__block-list:first-child {
        width: 27%;
    }

    .footer-top__block-list:nth-child(3) {
        width: 39%;
    }

    .footer-top__link {
        font-size: 13px;
    }

    .footer-logo__link {
        height: 50px;
    }

    .footer-logo__img {
        width: 70%;
    }

    .footer-top__block {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .footer-logo__link {
        height: 75px;
        width: 300px;
    }

    .footer-logo__img {
        width: 95%;
    }

    .footer-top__block {
        padding: 0 10px;
    }
}

@media (max-width: 634px) {
    .footer-top__block-list {
        width: 100% !important;
        margin-top: 20px;
        text-align: center;
        float: none;
    }

    .footer-top__heading {
        margin-bottom: 10px;
    }

    .social-network {
        float: none;
    }

    .footer-top__button {
        clear: both;
        margin: 0 0 25px 0;
    }
}

@media (max-width: 547px) {
    .footer-logo__link {
        height: 67px;
        width: 280px;
    }

    .developer {
        float: left;
    }
}

/******** Tour description ********/

.header-page {
    padding-bottom: 0;
    background: transparent!important;
    position: relative;
}
.background-image {
    /*background: url("../img/header-bg-page.jpg") fixed no-repeat;*/
    background-size: cover;
    background-color: #333333;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    filter: brightness(70%);
    z-index: -1;
}

.header-page .header__heading {
    text-align: left;
    margin: 80px 0 20px;
    text-shadow: none;
}

.header-page .header__text {
    color: #fff;
    float: left;
    margin-right: 10px;
    font-size: 18px;
    font-family: "Helvetica Regular", Arial, sans-serif;
}

.header-tour-info {
    float: right;
}

.assessment,
.sentence {
    font-family: "Helvetica Regular", Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 20px 0 20px;
}

.assessment__tooltips {
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    padding: 10px 20px;
    width: 200px;
    text-align: center;
    border-radius: 15px;
    position: relative;
    margin: 10px 0 20px;
}

.assessment__tooltips::after {
    content: '';
    position: absolute;
    border: 10px solid transparent; /* Прозрачные границы */
    border-top: 10px solid rgba(255, 255, 255, 0.5);
    display: block;
    width: 20px;
    height: 20px;
    bottom: -20px;
    left: 43%;
    right: 0;
}

.assessment .assessment__img,
.sentence .sentence__img {
    height: 50px;
    display: inline-block;
}

.sentence__text,
.assessment__text {
    display: inline-block;
}

.bread-crumbs {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;

    margin-top: 50px;
}

.bread-crumbs__list {
    margin: 0;
    padding: 0 0 4px 0;
}

.bread-crumbs__item {
    display: inline-block;
}

.bread-crumbs__item i::before {
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
}

.bread-crumbs__link, .bread-crumbs__active {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 9px 0 2px;
    border-bottom: 1px solid transparent;
}

.bread-crumbs__link:hover {
    cursor: pointer;
    border-color: #fff;
    color: #fff;
}

@media (max-width: 922px) {
    .header-page .header__heading {
        margin: 20px 0 20px;
    }

    .header-tour-info {
        float: none;
        clear: both;
    }

    .bread-crumbs {
        margin-top: 30px;
    }
}

.tour-info-block {
    padding: 18px 0;
}

.tour-info__list {

}

.tour-info__item {
    display: inline-block;
    margin-right: 15px;
}

.tour-info__icon {
    margin-right: 5px;
    width: 24px;
    height: 24px;
}

.tour-info__text {
    font-size: 18px;
    color: #484848;
    font-family: "Helvetica Regular", Arial, sans-serif;
}

.description-tour__tab {
    background: #f9f8f8;
}

.description-tour__list {

}

.description-tour__item {
    display: inline-block;
    margin-right: 20px;
}

.description-tour__link {
    color: #000;
    font-family: "Helvetica Light", Arial, sans-serif;
    font-size: 16px;
    border-bottom: 4px solid transparent;
    display: inline-block;
    padding: 20px 10px;
}

.description-tour__link .fa {
    font-size: 22px;
    display: none;
}

.description-tour__link:hover {
    color: #000;
    border-color: #ffbf42;
}

.description-tour__text {
    padding: 20px 0;
    color: #000;
    font-family: "Helvetica Light", Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
}

.further {
    color: #21a5c4;
    border: none;
    background: transparent;
    padding: 0;
}

.further:hover {
    color: #197c93;
}

.description-tour__blockquote {
    background: #f6fdff;
    border: none;
    position: relative;
    padding: 40px 50px;
    border-radius: 15px;
    font-family: "Helvetica Regular", Arial, sans-serif;
    font-size: 16px;
}

.days_description-tour__blockquote {
    background: #f6fdff;
    border: none;
    position: relative;
    padding: 15px 20px;
    border-radius: 15px;
    font-family: "Helvetica Regular", Arial, sans-serif;
    font-size: 16px;
}

.description-tour__blockquote::before {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    left: 18px;
    width: 24px;
    background: url(../img/quotes.png) no-repeat;
    height: 24px;
}

@media (max-width: 992px) {
    .tour-info__item {
        margin: 0 10px 10px 0;
    }

    .tour-info__text {
        font-size: 13px;
    }

    .description-tour__item {
        margin: 0;
    }

    .description-tour__link {
        font-size: 15px;
        padding: 20px 10px;
    }
}

@media (max-width: 768px) {
    .description-tour__item {
        margin: 0 10px;
    }

    .description-tour__link .fa {
        display: inline-block;
    }

    .description-tour__link span {
        display: none;
    }
}

.available_prices_item, .back_to_tour_listbread-crumbs__link {
    cursor: pointer;
}

@media (max-width: 547px) {
    .tour-info__list {
        text-align: center;
    }

    .tour-info__item {
        margin: 0 10px 10px 0;
    }

    .tour-info__text {
        font-size: 13px;
    }

    .description-tour__blockquote {
        padding: 30px 35px;
    }

    .days_description-tour__blockquote {
        padding: 10px 15px;
    }

    .description-tour__blockquote::before {
        top: 9px;
        left: 9px;
    }
}

/********* Детализация тура *********/
.border-line {
    margin: 20px 0 10px;
    border-color: #efefef;
    clear: both;
}

.tour-details {
    color: #484848;
}

.tour-details div[class^="col-"] {
    padding: 0;
}

.tour-details__cities {

}

.tour-details__heading {
    font-size: 18px;
    font-family: "Helvetica Bold", Arial, sans-serif;

}

.cities__list {

}

.cities__item {
    width: 33%;
    float: left;
    padding: 10px 20px 10px 0;
}

.cities__link {
    display: block;
    font-family: "Helvetica Light", Arial, sans-serif;
    color: #484848;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #efefef;
    text-align: center;
    padding: 10px;
    background: #fff;
}

.cities__link:hover {
    background: #fff7e0;
}

/******* Состав тура, список включений ********/

.tour-composition {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.tour-composition__heading {
    font-family: "Helvetica Bold", Arial, sans-serif;
}

.tour-composition__heading .fa-check-circle {
    color: #22ae8b;
    margin-right: 5px;
    font-size: 18px;
}

.tour-composition__heading .fa-ban {
    color: #da133b;
    margin-right: 5px;
    font-size: 18px;
}

.tour-composition__list {
    margin-left: 10px;
    font-size: 16px;
}

.tour-composition__item {
    font-family: "Helvetica Bold", Arial, sans-serif;
    margin: 15px 0;
}

.tour-composition__text {
    margin-left: 47px;
    font-family: "Helvetica Light", Arial, sans-serif;
}

.circle {
    border: 2px solid #f9f9f9;
    width: 43px;
    display: inline-block;
    height: 43px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    background: #fed064;
    float: left;
    margin: 0 10px 5px 0;
}

.circle__icon {

}

@media (max-width: 992px) {
    .tour-details div[class^="col-"] {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .cities__item {
        width: 50%;
        float: left;
        padding: 10px 10px 10px 0;
    }

    .tour-composition {
        width: 100%;
        float: none;
    }
}

/******* основная информация о билете ********/

.ticket-information {
    background: #f9f9f9;
    margin: 20px 20px 0;
    border-radius: 5px;
    padding: 20px 30px;
}

.ticket-information__price {
    text-align: center;
    margin: 0;
    color: #484848;
    font-family: "Helvetica Bold", Arial, sans-serif;
    font-size: 40px;
}

.ticket-information__currency {
    font-size: 14px;
    font-family: "Helvetica Light", Arial, sans-serif;
    margin-left: 2px;
}

.ticket-information__price-text {
    text-align: center;
    font-size: 16px;
    color: #5f8a40;
}

.ticket-information__list {
    margin-top: 25px;
}

.ticket-information__item {
    margin: 17px 0;
}

.ticket-information__item .fa {
    float: left;
    font-size: 25px;
    line-height: 35px;
    color: #1e5d83;
}

.ticket-information__text {
    margin-left: 50px;
    font-size: 16px;
    font-family: "Helvetica Bold", Arial, sans-serif;
    line-height: 1.3;
}

.ticket-information__text .flaticon-next::before {
    font-size: 13px;
    margin: 0;
}

.ticket-information__text .text-success {
    display: block;
    font-size: 13px;
    font-family: "Helvetica Light", Arial, sans-serif;
}

.ticket-information__button {
    display: block;
    width: 80%;
    color: #000;
    background: -webkit-linear-gradient(#ffd975, #ffb13f);
    background: -moz-linear-gradient(#ffd975, #ffb13f);
    background: -o-linear-gradient(#ffd975, #ffb13f);
    background: linear-gradient(#ffd975, #ffb13f);
    font-family: "Helvetica Bold", Arial, sans-serif;
    text-align: center;
    margin: 24px auto 0 auto;
    clear: left;
    padding: 11px;
    font-size: 17px;
    border-radius: 5px;
}

.ticket-information__button:hover {
    color: #000;
    opacity: 0.8;
}

@media (max-width: 1200px) {
    .ticket-information {
        margin: 20px 10px 0;
        padding: 20px 15px;
    }
}

@media (max-width: 992px) {
    .ticket-information {
        margin-bottom: 20px;
    }

    .ticket-information__item {
        margin: 17px 0;
        width: 49%;
        display: inline-block;
        text-align: left;
    }

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

    .ticket-information {
        padding: 20px 30px;
    }

    .ticket-information__button {
        margin-top: 0;
    }
}

@media (max-width: 640px) {
    .ticket-information {
        margin: 20px 20px 0;
    }

    .ticket-information__item {
        width: 100%;
        display: block;
        text-align: left;
    }
}

@media (max-width: 420px) {
    .ticket-information {
        margin: 20px 10px 25px;
        padding: 20px 15px;
    }

    .ticket-information__price {
        font-size: 30px;
    }

    .ticket-information__price-text {
        font-size: 14px;
    }

    .ticket-information__text {
        margin-left: 40px;
    }

    .ticket-information__button {
        font-size: 15px;

    }
}

.documentation__text {
    font-size: 16px;
}

.annulment__list {

}

.annulment__item {
    font-size: 16px;
    font-family: "Helvetica Light", Arial, sans-serif;
    font-weight: 100;
    width: 35%;
    display: inline-block;

}

.annulment__text {
    margin-left: 15px;
}

@media (max-width: 768px) {
    .annulment__item {
        width: 47%;
    }
}

@media (max-width: 547px) {
    .annulment__item {
        width: 100%;
    }
}

.photo-gallery {
    transition: 0s;
}

.photo-gallery__slider {
    overflow: hidden;
}

.photo-gallery__slide {
}

.slide__image {
    width: 100%;
}

.slider-wrapper {
    width: 80%;
}

.slider-wrapper .owl-carousel .owl-item img {
    height: auto;
    min-height: 400px;
    max-height: 400px;
}

.fancybox-image {
    transition: 0s;
}

.tour-review__item {
    margin-bottom: 20px;
}

.tour-review__text {
    color: #404f5d;
    font-family: "Helvetica Regular", Arial, sans-serif;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.tour-review__text_after:after {
    content: "";
    display: block;
    height: 35px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}

.tour-review__button {
    border: none;
    background: transparent;
    color: #00a37c;
    font-size: 18px;
    display: none;
    margin: 0 0 20px 0;
}

.tour-review__name {
    font-family: "Helvetica Bold", Arial, sans-serif;
    color: #2c3a47;
}

.tour-review__date {
    color: #83888e;
    font-family: "Helvetica Regular", Arial, sans-serif;
    margin-left: 10px;
}

.tour-review__button:hover {
    color: #145747;
}

.tour-review__assessment {
    color: #ff395a;
    margin-left: 10px;
}

.photo-gallery__slider .owl-dots {
    float: right;
    position: absolute;
    z-index: 11;
    width: 24%;
    top: -10px;
    right: -140px;
}

.photo-gallery__slider .owl-dot {
    background-size: cover;
    margin: 0 5px 9px 0;
}

.photo-gallery__slider .owl-dot span {
    display: none !important;
}

.photo-gallery__slider .owl-dots .active {
    opacity: 0.5;
}

@media (max-width: 1200px) {
    .photo-gallery__slider .owl-dots {
        right: -120px;
    }

    .photo-gallery__slider .owl-dot {
        margin: 0 2px 9px 0;
    }
}

@media (max-width: 992px) {
    .slider-wrapper {
        width: 100%;
    }

    .photo-gallery__slider .owl-dots {
        float: none;
        width: 100%;
        top: 0;
        right: 0;
        position: relative;
    }

    .photo-gallery__slider .owl-dot {
        margin: 0 2px 5px 0;
    }

    .slider-wrapper .owl-carousel .owl-item img {
        max-height: none;
        min-height: auto;
    }
}

.fancybox-button--zoom {
    display: none !important;
}

.specials__slide {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    min-height: 400px;
    background-size: cover;
    text-align: left;

}

.specials__slide::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
}

.specials__assessment {
    float: right;
    display: inline-block;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    position: relative;
    z-index: 1;
}

.specials__assessment .assessment {
    color: #000;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 18px;
    margin: 0 0 0 5px;
}

.specials__review {
    float: right;
    display: inline-block;
    color: #fff;
    padding: 10px;
    font-size: 20px;

}

.specials__text-block {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
}

.specials__heading {
    font-weight: 600;
    font-family: "Helvetica Bold", Arial, sans-serif;
    font-size: 23px;
    margin-bottom: 0;
    color: #fff;
}

.specials__slide .slider-info__price-block {
    color: #fff;
}

.specials__day {
    float: right;
    color: #fff;
    font-family: "Helvetica Regular", Arial, sans-serif;
    font-size: 20px;
    margin-top: 10px;
}

.specials .owl-dots {
    display: none;
}

section.page {
    margin-bottom: 50px;
}

section.page h2.heading {
    margin-bottom: 25px;
}

.panel-heading {
    padding: 0;
}

.panel-heading a {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
}

.btn-yellow, .btn-yellow:active, .btn-yellow:focus {
    background: #f96a02;
    border: 0;
    color: #fff;
}

.btn-yellow:hover {
    background: #f99000;
    color: #fff;
}

.paginate-info {
    display: none;
}

.counter-block {
    padding: 0 20px;
}

.counter-user-value {
    width: 10%;
}

i.user-i {
    width: 50%;
    font-size: 13px;
    display: inline-block;
}

i.user-i-from {
    width: 30%;
    font-size: 13px;
    display: inline-block;
    color: #ffbf0c;
    text-align: left;
}

i.user-i-separator {
    width: 100%;
    display: inline-block;
    color: #ffbf0c;
    text-align: left;
    /* margin: 0 0 0 0px; */
    border-top: 1px solid #ffbf0c;
}

.search__tabs > li.active .tab-tourSearch {
    display: inline-block;
}

.search__tabs > li.active .link_span {
    display: inline-block;
}

.search__tabs > li.active .text-from {
    display: inline-block;
}

.tab-tourSearch, .tab-link-span, .text-from {
    display: none;
}

.tab-tourSearch .dropdown-menu {
    left: 0;
}

.city_to_block .input-group-addon {
    border: 0;
    background: transparent;
    padding: 5px 12px;
}

.city_to_block .form-control {
    border: 0;
    box-shadow: none;
    font-size: 18px;
    height: 30px;
}

span.custom-combobox {
    width: 100%;
}

.custom-combobox-input {
    font-weight: normal !important;
    width: 100% !important;
    padding-right: 15px !important;
    border: 0 !important;
    font-family: inherit !important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.form-vertical .filter {
    width: 100% !important;
    display: block !important;
}

.form-vertical .filter__datepicker {
    width: 90px !important;
}

@media (min-width: 769px) {
    .no-pad-right {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .specials__slide {
        margin: 15px 70px 0;
    }
}

@media (max-width: 547px) {
    .specials__slide {
        margin: 15px 30px 0;
    }
}

@media (max-width: 420px) {
    .specials__slide {
        margin: 15px 0 0;
    }
}

.ui-autocomplete {
    left: 0!important;
    right: 0!important;
    top: 59px!important;
    font-family: "Helvetica Light", Arial, sans-serif;
    font-size: 17px;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 10px 10px!important;
}

.ui-menu-item-wrapper span {
    font-size: 12px;
    vertical-align: top;
    color: #ffbf0c;
    padding-left: 5px;
}
.booking-panel, .panel-default, .insurance {
    margin: 0 0 15px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.25);
}

.booking-panel-header {
    color: #333333!important;
    padding: 20px;
    font-weight: 700;
    background: #f9c354!important;
}
.booking-panel-footer {
    border-top: 1px solid #cccccc;
    padding: 20px;
}
.insurance-title {
    color: #ffff!important;
    padding: 20px;
    font-weight: 700;
    background: #483151!important;
}
.panel-heading {
    color: #333333!important;
    font-weight: 700;
    background: #f9c354!important;
}
.totals {
    font-size: 16px;
}

.booking-panel-body, .insurance-description {
    padding: 20px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #f99000;
    outline: 1px solid slategrey;
}
.buy_for_free {
    font-size: 18px;
    text-align: center;
    color: green;
    margin-bottom: 15px;
}
.price_details-table>tbody>tr>td, .price_details-table>tbody>tr>th, .price_details-table>tfoot>tr>td, .price_details-table>tfoot>tr>th, .price_details-table>thead>tr>td, .price_details-table>thead>tr>th {
    border-top: none;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}
.booking_tourists_wrapper label{
    margin-bottom: 0;
}
.booking_tourists_wrapper p.form-control-static {
    padding: 0;
    min-height: auto;
}
.premiums_wrapper p.description, .result-ruler__inline p.description {
    font-size: 14px;
    columns: 2;
    padding: 0;
    margin: 0;
}
.show_all_cities {
    border-bottom: 1px dashed;
}
p.top__direction {
    margin-bottom: 0;
}
.company-name {
    margin-bottom: 10px!important;
    display: inline-block;
    width: 100%;
}
.circle-cart-option {
    font-size: 20px;
    color: #666399;
    background: #fff;
    margin-top: 5px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 30px;
    margin-right: 5px;
    border: 1px solid #666399;
}