.tours-hmp-button {
    background: #30a944;
    border-radius: 50px;
    box-shadow: 0 2px 5px 1px #00000040;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 13px 50px;
    cursor: pointer;
    margin-bottom: 10px;
}

.next-vacation-section {
    display: none;
}

body {
    font: 16px/1.45 'Source Sans Pro', Arial, Helvetica, sans-serif;
    color: #737373;
}

.tours-hmp-button a {
    color: white;
}

.tours-hmp-button img {
    height: 19px;
    padding-right: 10px;
}

a:hover {
    text-decoration: none;
}

h1, h2 {
    font-weight: 700;
}

.tours-block {
    display: flex;
    padding-top: 50px;
}

.tours-sidebar {
    width: 360px;
    padding-right: 30px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blodge-scheme-block {
    position: relative;
    padding: 30px 0;
}

.tours-content {
    width: calc(100% - 360px);
}

.tours-count {
    position: relative;
}

.tours {
    position: relative;
}

.tours-list-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tours-tour {
    width: calc(50% - 15px);
}

.tours-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #77777730;
    z-index: 2;
}

.tours-graph {
    height: 30px;
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.tours-graph>div {
    width: 100%;
    background: #e4e4e4;
}

.tours-styled-checkbox {
    position: absolute;
    opacity: 0;
}

.tours-styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 15px;
}

.tours-styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid rgb(169, 169, 169);
    border-radius: 3px;
}

.tours-styled-checkbox:hover+label:before {
    background: #c39f77;
}

.tours-styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.tours-styled-checkbox:checked+label:before {
    background: #c39f77;
}

.tours-styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.tours-styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.tours-styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tours-unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

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

.tours-tour:hover {
    box-shadow: 0 0 5px #828282;
    margin-top: -5px;
    align-self: start;
    transition: 0.5s;
    margin-bottom: 25px;
}

.tours-tour-header {
    position: relative;
}

.tours-tour-header-image {
    position: relative;
    min-height: 265px;
}

.tours-tour-header-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), 70%, rgba(0, 0, 0, 0.6), 90%, rgba(0, 0, 0, 1));
    left: 0;
    display: block;
}

.tours-tour-header-image img {
    width: 100%;
    height: max-content;
}

.tours-filter-block .noUi-handle:after, .tours-filter-block .noUi-handle:before {
    background: none;
}

.tours-tour-header-title {
    color: white;
    font-family: 'Montserrat';
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    font-weight: 600;
}

.tours-tour-content {
    border: 1px solid #cacaca;
    background: #f5f5f5;
    border-top: none;
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    min-height: 220px;
}

.tours-tour-content>div {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.tours-tour-content-general, .tours-tour-content-visits {
    color: #263138;
    font-size: 18px;
}

.tours-tour-content-days {
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 15px;
    padding: 5px 15px;
    border: 1px solid #cacaca;
    align-self: flex-start;
    color: #263138;
    white-space: nowrap;
}

.tours-tour-content-from-price-block {
    display: flex;
    flex-direction: column;
    color: #263138;
    font-family: 'Montserrat';
    white-space: nowrap;
    text-align: right;
    justify-content: space-between;
}

.tours-tour-content-from-price {
    font-size: 28px;
    font-weight: 700;
}

.tours-tour-content-per-person {
    font-size: 11px;
    display: block;
    line-height: 6px;
}

.tours-tour-content-button {
    background: #c39f77;
    color: white;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 50px;
    border-radius: 100px;
    box-shadow: 0 2px 5px 1px #00000040;
    text-align: center;
    margin: 14px 0;
}

.tours-content h2 {
    font-family: 'Montserrat';
    font-size: 34px;
    margin: 0;
    line-height: 35px;
}

.tours-count {
    font-size: 15px;
    font-weight: 600;
}

.paginationjs-pages ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 36px;
}

.paginationjs-pages a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #cacaca;
    border-radius: 50%;
    color: #737373;
    font-size: 20px;
    margin: 0 5px;
    cursor: default;
}

.paginationjs-pages a:hover {
    text-decoration: none;
    color: white;
    background: #c39f77;
    border-color: #c39f77;
    cursor: pointer;
}

.paginationjs-pages .active a {
    color: white;
    background: #c39f77;
    border-color: #c39f77;
}

.paginationjs-pages .disabled a {
    background: #efefef;
    border-color: #e0e0e0;
}

.paginationjs-pages .disabled a:hover {
    color: #737373;
    cursor: default;
}

.paginationjs-pages .paginationjs-prev a, .paginationjs-pages .paginationjs-next a {
    text-indent: -999999px;
}

.paginationjs-pages .paginationjs-prev a:after, .paginationjs-pages .paginationjs-next a:after {
    content: "";
    width: 13px;
    height: 13px;
    transform: rotate(-45deg) translateX(3px) translateY(3px);
    border-left: 2px solid #737373;
    border-top: 2px solid #737373;
}

.paginationjs-pages .paginationjs-next a:after {
    transform: rotate(135deg) translateX(1px) translateY(1px);
}

.paginationjs-pages .paginationjs-prev a:hover:after, .paginationjs-pages .paginationjs-next a:hover:after {
    border-color: white;
}

.paginationjs-pages .disabled.paginationjs-prev a:hover:after, .paginationjs-pages .disabled.paginationjs-next a:hover:after {
    border-color: #737373;
}

.tours-filter-top {
    /* border: 1px solid #cacaca; */
    padding: 15px 0px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.tours-filter-search-block {
    display: flex;
}

.tours-filter-search-block input {
    border: 1px solid #cacaca;
    height: auto;
}

.tours-filter-search-button {
    background: #263138;
    padding: 15px 45px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
    display: flex;
    align-items: center;
}

.tours-filter-tags {
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.tours-filter-tags h4 {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 700;
    padding-right: 10px;
    white-space: nowrap;
}

#tours-filter-tags {
    /* border: 1px solid #cacaca; */
    padding: 6px;
    background: white;
}

#tours-filter-tags>div {
    border: 1px solid #d6d6d6;
    border-radius: 100px;
    background: #f1f1f1;
    padding: 3px 10px;
    font-size: 13px;
    display: inline-flex;
    margin: 4px;
    cursor: pointer;
}

input[type="text"] {
    background: #fff;
    padding: 5px 17px;
    height: 56px;
    line-height: 1.55;
    border: solid 2px #d4d6d7;
    color: #454648;
    width: 100%;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    -moz-transition: border-color 200ms ease-in;
    -webkit-transition: border-color 200ms ease-in;
    transition: border-color 200ms ease-in;
    border-radius: 0;
}

#tours-filter-tags>div>span {
    font-size: 0;
    height: 18px;
    width: 18px;
    margin-left: 5px;
    background: #b5b5b5;
    border-radius: 50%;
    position: relative;
}

#tours-filter-tags>div>span:after, #tours-filter-tags>div>span:before {
    content: '';
    width: 10px;
    border-top: 2px solid white;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 4px;
}

#tours-filter-tags>div>span:before {
    transform: rotate(-45deg);
}

#tours-filter-tags>div[data-filter-type="all"] {
    border-color: #f89393;
    background: #ffcfcf;
}

#tours-filter-tags>div:hover {
    color: #263138;
}

#filterForm {
    width: 100%;
}

.tours-general-params {
    background: #c39f77;
    color: white;
    padding: 20px;
}

.tours-general-params h3 {
    color: white;
    font-size: 23px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.tours-destinations {
    padding-left: 40px;
}

#tours-add-dest {
    padding-left: 40px;
    font-size: 18px;
    font-weight: 200;
}

.tours-destinations .select2 {
    width: 100% !important;
}

.tours-destinations .select2-selection {
    height: 50px !important;
    border-radius: 0 !important;
    border: none !important;
}

.tours-destinations .select2-selection .select2-selection__rendered {
    line-height: 50px !important;
    font-size: 18px !important;
    padding-left: 15px !important;
}

.tours-destinations .select2-selection .select2-selection__arrow {
    display: none !important;
}

.select2-search__field {
    height: 30px !important;
}

.tours-destinations .select2 {
    margin-bottom: 20px !important;
}

.tours-destinations .select2:before {
    content: url(../images/dest2.png);
    left: -40px;
    position: absolute;
    width: 40px;
    display: flex;
    justify-content: center;
    height: calc(100% + 20px);
    align-items: center;
    top: -25px;
}

.tours-destinations .select2:first-of-type:before {
    content: url(../images/dest1.png);
    height: 100%;
    top: 0px;
}

.tours-filters-block {
    background: #f5f5f5;
    border: 1px solid #cacaca;
    margin-top: 20px;
    border-bottom: none;
}

.tours-filters-block h3 {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 700;
    display: inline-block;
}

.tours-filter-block .noUi-handle {
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #c39f77;
    background: white;
    box-shadow: none;
    top: -13px !important;
}

.tours-filter-block .noUi-handle:after, .tours-filter-block .noUi-handle:before {
    background: none;
}

#tourLengthSlider, #tourRateSlider {
    height: 5px;
}

.tours-filter-block .noUi-connect {
    background: #c39f77;
}

.tours-destinations .tours-destination-clear {
    content: "";
    height: 18px;
    width: 18px;
    top: calc(50% - 9px);
    right: 15px;
    position: absolute;
    background: #bfbfbf;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    cursor: pointer;
}

.tours-destinations .tours-destination-clear:after, .tours-destinations .tours-destination-clear:before {
    content: '';
    width: 10px;
    border-top: 2px solid white;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 3px;
}

.tours-destinations .tours-destination-clear:before {
    transform: rotate(-45deg);
}

.tours-destinations .tours-destination-clear:hover {
    border-color: #c39f77;
    background: none;
}

.tours-destinations .tours-destination-clear:hover:after, .tours-destinations .tours-destination-clear:hover:before {
    border-color: #c39f77;
}

.tours-slider-annotations {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    padding-top: 20px;
}

.tours-filter-block {
    padding: 20px;
    border-bottom: 1px solid #cacaca;
}

.tours-show-currency-box {
    font-size: 16px;
    color: #c39f77;
    cursor: pointer;
    font-weight: 600;
}

.tours-currency-box {
    display: inline-flex;
}

.tours-currency-box .safari-field-box {
    margin: 0;
    width: 80px;
}

.safari-field-box .select-currency-package, .safari-lang>span {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    padding: 8px 48px 8px 10px;
    right: 0;
    top: 0;
    width: auto;
    display: block;
    position: relative;
    cursor: pointer;
    border: 1px solid #939393;
}

.tours-currency-box .safari-field-box .select-trigger {
    border: 1px solid black;
    padding: 0 5px;
    margin-left: 5px;
}

#tours-not-found {
    display: block;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
}

.tours-filters-search-button {
    display: none;
}

.tours-hmp-button.mobile-btn-filter {
    display: none;
}

.group-btn-mobile {
    display: none;
}

input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="number"], textarea, select {
    border-radius: 0 !important;
}

@media screen and (max-width:1800px) {
    .tours-tour-content {
        min-height: 245px;
    }
    .tours-tour-header-image {
        min-height: 265px;
    }
}

@media screen and (max-width:1430px) {
    .tours-destinations .select2 {
        width: 194px;
    }
    .tours-sidebar {
        width: 400px;
    }
    .tours-tour-header-image img {
        height: 300px;
    }
    .tours-tour-content {
        min-height: 243px;
    }
    .tours-content {
        width: 100%;
    }
    .tours-tour-header-image {
        min-height: 300px;
    }
    .tours-tour-content-from-price-block>div:first-child {
        text-align: center;
    }
}

@media screen and (max-width:1350px) {
    .tours-tour-content {
        min-height: 300px;
    }
}

@media screen and (max-width:1200px) {
    .tours-tour {
        width: 100%;
    }
    .tours-tour-content {
        min-height: 230px;
    }
}

@media screen and (max-width:768px) {
    .only-desktop {
        display: none;
    }
    #header.blur {
        display: none;
    }
    .breadcrumbs-box {
        display: none;
    }
    .mobile-close-block {
        display: flex;
        width: 100%;
        background-color: #c39f77;
        position: fixed;
        justify-content: flex-end;
        top: 0;
        z-index: 2000;
        padding: 10px;
        box-shadow: 0 -2px 8px black;
    }
    html {
        margin-top: 0 !important;
    }
    .tours-filter-top {
        padding: 0px;
        border: none;
    }
    #tours-filter-tags {
        /* background: #f7f7f9; */
        width: 100%;
    }
    .tours-filter-tags h4 {
        display: none;
    }
    #footer.show {
        display: none;
    }
    .tours-content.blur {
        display: none;
    }
    #primary>div.tours-sidebar>div.tours-hmp-button {
        display: none;
    }
    .tours-hmp-button.mobile-btn-filter {
        display: flex;
        padding: 0;
        justify-content: center;
        align-items: center;
        z-index: 100;
        height: 30px;
        font-size: 12px;
        width: 120px;
        margin-bottom: 0;
    }
    .paginationjs-pages a {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    .paginationjs-pages .paginationjs-prev a:after, .paginationjs-pages .paginationjs-next a:after {
        width: 10px;
        height: 10px;
    }
    .tours-destinations .select2 {
        min-width: 200px !important;
    }
    .tours-sidebar {
        display: none;
        position: relative;
        min-height: 100%;
        padding: 0 .625rem;
        padding-bottom: 5rem;
        z-index: 20;
    }
    .tours-sidebar.show {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
    }
    .wrap {
        padding: 0 15px;
    }
    .group-btn-mobile {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    #tours-search {
        background-color: #f7f7f9;
    }
    .tours-filters-btn {
        width: 31%;
        height: 50px;
        color: #c39f77;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        border: 1px solid #cacaca;
    }
    .tours-filters-btn span {
        font-size: 15px;
        font-weight: 700;
    }
    #tours-filters-button {
        border: none;
        background-color: #c39f77;
        color: white;
    }
    #tours-filters-button img {
        width: 15px;
        width: 15px;
        margin-right: 5px;
    }
    #filterForm {
        background: whitesmoke;
    }
    .tours-block {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:567px) {
    .tours-tour-content {
        padding: 10px;
    }
    .tours-tour-content-days {
        padding: 5px 10px;
    }
    .tours-tour-header-title {
        font-size: 18px;
    }
    .tours-tour-header-image img {
        height: auto;
    }
    .tours-tour-header-image {
        height: auto;
    }
    .tours-tour-content-general {
        font-size: 14px;
        font-weight: 600;
    }
    .tours-tour-content-visits {
        font-size: 14px;
        font-weight: 600;
    }
    .tours-tour-header-image {
        min-height: auto;
    }
    .tours-tour-content-from-price {
        font-size: 20px;
    }
    .tours-tour-content-button {
        padding: 7px 10px;
        margin-bottom: 0;
    }
    .tours-tour-content {
        min-height: auto;
    }
    .tours-tour-content-visits p {
        margin: 0 5px 30px 0;
    }
    .tours-filter-search-button {
        padding: 10px 15px;
    }
    .tours-content h2 {
        font-size: 17px;
    }
}