@font-face {
    font-family: 'Gotham Pro';
    src: url(../fonts/GothamPro.eot);
    src: url(../fonts/GothamPro.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro.woff) format("woff"), url(../fonts/GothamPro.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(../fonts/GothamPro-Medium.eot);
    src: url(../fonts/GothamPro-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Medium.woff) format("woff"), url(../fonts/GothamPro-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(../fonts/GothamPro-Bold.eot);
    src: url(../fonts/GothamPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Bold.woff) format("woff"), url(../fonts/GothamPro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(../fonts/GothamPro-Black.eot);
    src: url(../fonts/GothamPro-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Black.woff) format("woff"), url(../fonts/GothamPro-Black.ttf) format("truetype");
    font-weight: 800;
    font-style: normal
}

::-moz-placeholder {
    font-family: 'Gotham Pro';
    color: #7a8496
}

:-ms-input-placeholder,
::-ms-input-placeholder {
    font-family: 'Gotham Pro';
    color: #7a8496
}

.reviews-page .reviews-page__right .reviews-page__form form .form-item input:placeholder,
.reviews-page .reviews-page__right .reviews-page__form form .form-item textarea:placeholder,
::placeholder {
    font-family: 'Gotham Pro';
    color: #7a8496
}

:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
    font-family: 'Gotham Pro';
    color: #7a8496
}

::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family: 'Gotham Pro';
    color: #7a8496
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

*:focus,
*:active,
*:visited,
*:hover,
*:target {
    outline: none !important;
    outline-width: 0 !important;
    -webkit-tap-highlight-color: transparent;
}

h3 {
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container {
    max-width: 1300px;
    padding: 0 50px;
    margin: 0 auto;
    width: 100%
}

@media (max-width:1100px) {
    .container {
        padding: 0 15px
    }
}

body {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
}

@media (max-width:1100px) {
    body {
        font-size: 14px;
        line-height: 22px
    }
}

a,
button,
path {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

a {
    text-decoration: none
}

button,
path {
    cursor: pointer
}

.page {
    position: relative;
    overflow: clip
}

.page .page-bg-el {
    width: 1910px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
    position: absolute;
    top: 0;
    z-index: -1
}

@media (max-width:1100px) {
    .page .page-bg-el {
        display: none
    }
}

.hidden {
    overflow: hidden
}

.header {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 4;
    background-color: #fff
}

.header .container,
.header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .container {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .header__bottom .menu li,
.header .header__top,
.header .header__top .menu li {
    padding: 10px 0
}

@media (max-width:990px) {
    .header .header__top {
        padding: 10px 0
    }
}

@media (max-width:700px) {
    .header .header__top {
        display: none
    }
}

.header .header__top .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none
}

.header .header__top .menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a2b49;
    margin-left: 10px;
    margin-right: 15px
}

@media (max-width:990px) {
    .header .header__top .menu li a {
        font-size: 14px;
        margin-left: 0
    }
}

.header .header__top .menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header .header__top .menu-item-has-children:after {
    content: '';
    width: 8px;
    height: 6px;
    background-image: url(../img/arrow-b.svg);
    display: block;
    background-position: center;
    background-size: 100%;
    margin-right: 10px;
    margin-left: -5px
}

.header .header__top .menu-item-has-children .sub-menu {
    top: 100%;
    left: -12px;
    min-width: 200px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    background: #fff;
    border-radius: 5px;
    z-index: 6;
    padding: 14px 12px;
    list-style-type: none
}

.header .header__top .menu-item-has-children .sub-menu li {
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1.5px solid #e8eaed
}

.header .header__top .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.header .header__bottom .menu-item-has-children .sub-menu li a,
.header .header__top .menu-item-has-children .sub-menu li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #1a2b49 !important;
    white-space: nowrap
}

.header .header__bottom .menu-item-has-children .sub-menu li a:hover,
.header .header__top .menu-item-has-children .sub-menu li a:hover,
.header .header__top .phones .bottom .phone:hover,
.header .header__top .phones .phone:hover {
    color: #f53 !important
}

@media (min-width:700px) {
    .header .header__top .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        pointer-events: auto
    }
}

.header .header__top .phones {
    position: relative;
    padding: 10px 0
}

.header .header__top .phones .ico,
.header .header__top .phones .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header__top .phones .phone {
    font-size: 14px;
    line-height: 22px;
    color: #1a2b49
}

.header .header__bottom .menu-item-has-children:after

/* , .header .header__top .phones .phone:after */
    {
    content: '';
    width: 8px;
    height: 6px;
    background-image: url(../img/arrow-b.svg);
    display: block;
    background-position: center;
    background-size: 100%;
    margin-left: 15px
}

.header .header__top .phones .ico {
    margin-right: 10px
}

.header .header__bottom .menu-item-has-children .sub-menu,
.header .header__top .phones .bottom {
    top: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    background: #fff;
    border-radius: 5px;
    list-style-type: none
}

.header .header__top .phones .bottom {
    left: -12px;
    min-width: 166px;
    z-index: 5;
    padding: 14px 12px
}

.header .header__top .phones .bottom .phone {
    color: #1a2b49 !important
}

.header .header__top .phones .bottom .phone:after {
    display: none
}

.header .header__top .phones:hover .bottom {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    pointer-events: auto
}

.header .header__bottom {
    width: 100%;
    border-top: 1px solid rgba(26, 43, 7, .1);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    padding: 20px 0
}

.header .header__bottom .logo {
    position: relative;
    z-index: 5
}

.header .header__bottom .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    position: relative
}

@media (max-width:700px) {
    .header .header__bottom .menu {
        display: block;
        margin-top: 10px
    }
}

@media (max-width:700px) {
    .header .header__bottom .menu li {
        padding: 7px 0
    }
}

.header .header__bottom .menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a2b49;
    margin-left: 35px
}

@media (max-width:990px) {
    .header .header__bottom .menu li a {
        font-size: 14px;
        margin-left: 20px
    }
}

@media (max-width:700px) {
    .header .header__bottom .menu li a {
        font-size: 14px;
        margin-left: 0
    }
}

.header .header__bottom .menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:700px) {
    .header .header__bottom .menu-item-has-children {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.header .header__bottom .menu-item-has-children:after {
    min-width: 8px;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: 10px
}

@media (max-width:700px) {
    .header .header__bottom .menu-item-has-children:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.header .header__bottom .menu-item-has-children .sub-menu {
    right: 0;
    min-width: 100px;
    z-index: 6;
    padding: 30px
}

.header .header__bottom .menu-item-has-children .sub-menu li a {
    margin: 0
}

@media (min-width:700px) {
    .header .header__bottom .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        pointer-events: auto
    }
}

.header .header__bottom .menu-item-has-children .cruises {
    width: 500px;
    padding-bottom: 20px
}

.header .header__bottom .menu-item-has-children .cruises .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #0071eb;
    margin-bottom: 15px
}

.header .header__bottom .menu-item-has-children .cruises ul {
    list-style-type: none;
    margin: 0 -15px
}

.header .header__bottom .menu-item-has-children .cruises ul li {
    width: calc(50% - 30px);
    margin: 0 15px 10px;
    padding: 0
}

.header .header__bottom .menu-item-has-children .spa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 562px
}

@media (max-width:900px) {
    .header .header__bottom .menu-item-has-children .spa {
        min-width: 420px
    }
}

@media (max-width:700px) {
    .header .header__bottom .menu-item-has-children .spa {
        min-width: 120px
    }
}

.header .header__bottom .menu-item-has-children .cruises ul,
.header .header__bottom .menu-item-has-children .spa .sub-menu__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header .header__bottom .menu-item-has-children .spa .title {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #0071eb;
    margin-bottom: 15px
}

@media (max-width:900px) {
    .header .header__bottom .menu-item-has-children .spa .title {
        margin-bottom: 5px
    }
}

.header .header__bottom .menu-item-has-children .spa .menu-item {
    margin-right: 10px;
    width: calc(100%/3 - 10px)
}

@media (max-width:900px) {
    .header .header__bottom .menu-item-has-children .spa .menu-item {
        margin-bottom: 5px;
        width: calc(100%/2 - 10px)
    }
}

@media (max-width:750px) {
    .header .header__bottom .menu-item-has-children .spa .menu-item {
        margin-bottom: 5px;
        width: auto
    }
}

.header .header__bottom .menu-item-has-children .spa .titl {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #f53;
    margin-bottom: 15px;
    text-align: left;
    margin-left: 0;
    display: block
}

@media (max-width:900px) {
    .header .header__bottom .menu-item-has-children .spa .titl {
        margin-bottom: 5px
    }
}

.header .header__bottom .menu-item-has-children .spa .sub-menu__right {
    position: relative;
    z-index: 0;
    margin-left: 30px
}

@media (max-width:700px) {
    .header .header__bottom .menu-item-has-children .spa .sub-menu__right {
        margin-left: 0
    }
}

.header .header__bottom .menu-item-has-children .direction .sub-menu__right:after,
.header .header__bottom .menu-item-has-children .spa .sub-menu__right:after {
    content: '';
    position: absolute;
    background: #fafafa;
    border-radius: 0 5px 5px 0;
    right: -30px;
    top: -30px;
    bottom: -30px;
    left: -30px;
    z-index: -1
}

.header .header__bottom .menu-item-has-children .direction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 800px
}

@media (max-width:900px) {
    .header .header__bottom .menu-item-has-children .direction {
        width: 700px
    }
}

.header .header__bottom .menu-item-has-children .direction .sub-menu__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header .header__bottom .menu-item-has-children .direction .title {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #0071eb;
    margin-bottom: 15px
}

@media (max-width:900px) {
    .header .header__bottom .menu-item-has-children .direction .title {
        margin-bottom: 5px
    }
}

.header .header__bottom .menu-item-has-children .direction .menu-item {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1.5px solid #ebebeb
}

.header .header__bottom .menu-item-has-children .direction .menu-colum-item {
    margin-right: 50px
}

@media (max-width:900px) {
    .header .header__bottom .menu-item-has-children .direction .menu-colum-item {
        margin-right: 20px
    }
}

.header .header__bottom .menu-item-has-children .direction .titl {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #f53;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 0;
    display: block
}

@media (max-width:900px) {
    .header .header__bottom .menu-item-has-children .direction .titl {
        margin-bottom: 5px
    }
}

.header .header__bottom .menu-item-has-children .direction .sub-menu__right {
    position: relative;
    z-index: 0
}

.header .header__bottom .menu-item-has-children ul {
    list-style-type: none
}

.header .header__bottom .menu-item-has-children ul li {
    padding: 0;
    margin-bottom: 10px
}

@media (max-width:900px) {
    .header .header__bottom .menu-item-has-children ul li {
        margin-bottom: 0
    }
}

.header .header__bottom .menu-items.active {
    display: block
}

.header .header__bottom .menu-items .menu-item-has-children>a {
    position: relative;
    width: 100%;
    z-index: 0
}

.header .header__bottom .menu-items .menu-item-has-children .open-menu {
    display: none
}

@media (max-width:700px) {
    .header .header__bottom .menu-items .menu-item-has-children .open-menu {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 120%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 44px;
        display: block;
        z-index: 1
    }

    .header .header__bottom .menu-items {
        display: none;
        position: absolute;
        left: 0;
        top: 60px;
        right: 0;
        background-color: #fff;
        padding: 0 15px;
        min-height: 243px;
        height: calc(100vh - 80px);
        max-height: 100vh;
        overflow-x: hidden
    }

    .header .header__bottom .menu-items .sub-menu {
        display: none
    }
}

.header .header__bottom .menu-items .menu-mob {
    display: none
}

@media (max-width:700px) {
    .header .header__bottom .menu-items .menu-mob {
        display: block;
        list-style-type: none;
        margin-top: 20px
    }
}

.header .header__bottom .menu-items .menu-mob .menu-item-has-children {
    display: block;
    position: relative;
    z-index: 0
}

.header .header__bottom .menu-items .menu-mob .menu-item-has-children:after {
    position: absolute;
    right: 0;
    top: 22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.header .header__bottom .menu-items .menu-mob .menu-item-has-children.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header .header__bottom .menu-items .menu-mob li a {
    width: 100%;
    display: block;
    background: #fafafa;
    border-radius: 5px;
    padding: 7px 15px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 12px;
    margin-left: 0;
    line-height: 20px;
    color: #1a2b49
}

.header .header__bottom .menu-items .menu-mob .sub-menu {
    display: none;
    position: initial;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: auto;
    list-style-type: disc;
    color: #7a8496 !important;
    padding: 0 15px 10px 32px
}

.header .header__bottom .menu-items .menu-mob .sub-menu li a {
    padding: 10px 0;
    margin: 0;
    background: 0 0;
    color: #7a8496 !important;
    font-size: 12px;
    line-height: 20px
}

.header .header__bottom .menu-items .menu-bottom {
    display: none;
    padding: 15px
}

@media (max-width:700px) {
    .header .header__bottom .menu-items .menu-bottom {
        display: block
    }

    .header .header__bottom .menu-items .menu-bottom .titl {
        font-size: 14px;
        line-height: 22px;
        color: #7a8496;
        margin-bottom: 10px
    }

    .header .header__bottom .menu-items .menu-bottom .phnes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header .header__bottom .menu-items .menu-bottom .phnes a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        line-height: 22px;
        color: #1a2b49
    }

    .header .header__bottom .menu-items .menu-bottom .phnes a svg {
        margin-right: 10px
    }
}

.header .header__bottom .menu-items .menu-btn {
    display: none
}

@media (max-width:700px) {
    .header .header__bottom .menu-items .menu-btn {
        background: #fafafa;
        padding: 15px;
        font-size: 12px;
        line-height: 20px;
        color: #1a2b49;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px
    }

    .header .header__bottom .menu-items .menu-btn svg {
        margin-right: 14px
    }

    .header .header__bottom .menu-items .cruises {
        left: -15px;
        right: -15px;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out
    }

    .header .header__bottom .menu-items .cruises.active {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    .header .header__bottom .menu-items .cruises .title {
        display: none
    }

    .header .header__bottom .menu-items .cruises ul {
        padding: 0 15px
    }

    .header .header__bottom .menu-items .cruises li,
    .header .header__bottom .menu-items .sub-item li {
        width: calc(100% - 30px);
        margin: 0;
        padding: 0
    }

    .header .header__bottom .menu-items .cruises li a,
    .header .header__bottom .menu-items .sub-item li a {
        white-space: normal
    }

    .header .header__bottom .menu-items .cruises,
    .header .header__bottom .menu-items .direction,
    .header .header__bottom .menu-items .spa,
    .header .header__bottom .menu-items .sub-item {
        display: block;
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
        padding: 0;
        position: absolute;
        height: calc(100vh - 80px);
        min-height: 30px;
        width: auto;
        top: 0;
        z-index: 1;
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
        pointer-events: auto
    }

    .header .header__bottom .menu-items .sub-item {
        background-color: #fff;
        left: 0;
        right: 0;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out
    }

    .header .header__bottom .menu-items .sub-item.active {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        overflow: auto
    }

    .header .header__bottom .menu-items .sub-item .title {
        display: none
    }

    .header .header__bottom .menu-items .sub-item ul {
        padding: 0 30px
    }

    .header .header__bottom .menu-items .direction,
    .header .header__bottom .menu-items .spa {
        left: -15px;
        right: -15px;
        -webkit-transition: .4s ease;
        transition: .4s ease
    }

    .header .header__bottom .menu-items .direction.active,
    .header .header__bottom .menu-items .spa.active {
        -webkit-transition: .4s ease;
        transition: .4s ease;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    .header .header__bottom .menu-items .direction .menu-colum-item,
    .header .header__bottom .menu-items .spa .menu-colum-item {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0
    }

    .header .header__bottom .menu-items .direction .title,
    .header .header__bottom .menu-items .spa .title {
        display: none
    }

    .header .header__bottom .menu-items .direction .menu-item,
    .header .header__bottom .menu-items .spa .menu-item {
        margin: 0;
        padding: 0 15px;
        border: 0;
        width: 100%
    }

    .header .header__bottom .menu-items .direction .menu-item .titl,
    .header .header__bottom .menu-items .spa .menu-item .titl {
        margin-bottom: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        line-height: 22px;
        color: #1a2b49
    }

    .header .header__bottom .menu-items .direction .has-children .titl,
    .header .header__bottom .menu-items .spa .has-children .titl {
        position: relative;
        overflow: hidden
    }

    .header .header__bottom .menu-items .direction .has-children .titl:after,
    .header .header__bottom .menu-items .spa .has-children .titl:after {
        content: '';
        width: 8px;
        height: 6px;
        background-image: url(../img/arrow-b.svg);
        display: block;
        background-position: center;
        background-size: 100%;
        margin-right: 10px;
        margin-left: 10px
    }
}

@media (max-width:700px) and (max-width:700px) {

    .header .header__bottom .menu-items .direction .has-children .titl:after,
    .header .header__bottom .menu-items .spa .has-children .titl:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@media (max-width:700px) {

    .header .header__bottom .menu-items .direction .has-children ul li,
    .header .header__bottom .menu-items .spa .has-children ul li {
        margin-bottom: 15px
    }

    .header .header__bottom .menu-items .direction .sub-menu__right,
    .header .header__bottom .menu-items .spa .sub-menu__right {
        padding: 0 15px;
        position: initial
    }

    .header .header__bottom .menu-items .direction .sub-menu__right .title,
    .header .header__bottom .menu-items .spa .sub-menu__right .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        line-height: 22px;
        color: #1a2b49;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-weight: 400;
        position: relative;
        overflow: hidden
    }

    .header .header__bottom .menu-items .direction .sub-menu__right .title:after,
    .header .header__bottom .menu-items .spa .sub-menu__right .title:after {
        content: '';
        width: 8px;
        height: 6px;
        background-image: url(../img/arrow-b.svg);
        display: block;
        background-position: center;
        background-size: 100%;
        margin-right: 10px;
        margin-left: 10px
    }
}

@media (max-width:700px) and (max-width:700px) {

    .header .header__bottom .menu-items .direction .sub-menu__right .title:after,
    .header .header__bottom .menu-items .spa .sub-menu__right .title:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@media (max-width:700px) {

    .header .header__bottom .menu-items .direction .sub-menu__right:after,
    .header .header__bottom .menu-items .spa .sub-menu__right:after {
        display: none
    }

    .header .header__bottom .menu-items .direction .sub-menu__right ul li,
    .header .header__bottom .menu-items .spa .sub-menu__right ul li {
        margin-bottom: 15px
    }
}

.header .header__burger {
    display: none;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 1;
    margin-left: 10px
}

@media (max-width:750px) {
    .header .header__burger {
        display: block
    }
}

.header .header__burger span,
.header .header__burger:after,
.header .header__burger:before {
    background-color: #0071eb;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header .header__burger span {
    top: 9px
}

.header .header__burger:after,
.header .header__burger:before {
    content: ''
}

.header .header__burger:before {
    top: 0
}

.header .header__burger:after {
    bottom: 0
}

.header .header__burger.active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px
}

.header .header__burger.active span {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.header .header__burger.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 9px
}

.header .btn-1 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 10px 32px;
    background: #f53;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px
}

.header .btn-1:hover {
    background: #0071eb
}

.header__bottom.active {
    position: relative;
    z-index: 0
}

.header__bottom.active:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    top: 0;
    position: absolute;
    left: 0;
    z-index: 2;
    display: block
}

.header__bottom.active .header__burger,
.header__bottom.active .logo {
    position: relative;
    z-index: 5
}

.progress-container {
    display: none;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

@media (max-width:700px) {
    .progress-container {
        height: 4px
    }
}

.header.pre-fixed .header__bottom,
.progress-bar {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05)
}

.progress-bar {
    background: #f53;
    height: 6px;
    width: 0%
}

@media (max-width:700px) {
    .progress-bar {
        height: 4px
    }
}

.header.pre-fixed .progress-container {
    display: block
}

.header.pre-fixed .header__bottom {
    padding: 20px 0;
    top: -100px;
    position: fixed;
    -webkit-transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    background: #fff
}

@media (max-width:990px) {
    .header.pre-fixed .header__bottom {
        padding: 10px 0
    }
}

.header.pre-fixed .header__bottom .menu-items {
    margin-left: auto
}

@media (max-width:700px) {
    .header.pre-fixed .header__bottom .menu-items {
        top: 50px
    }
}

.header.pre-fixed .header__bottom .menu-items li a {
    margin-left: 20px
}

@media (max-width:700px) {
    .header.pre-fixed .header__bottom .menu-items li a {
        margin-left: 0
    }
}

.header.pre-fixed .header__bottom .sub-menu li a {
    margin-left: 0
}

.header.pre-fixed .btn-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:990px) {
    .header.pre-fixed .btn-1 {
        display: none
    }
}

.header.fixed .header__bottom {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

.home-header:not(.fixed) {
    position: absolute;
    background-color: transparent
}

.home-header:not(.fixed) .phones>.phone path {
    stroke: #fff
}

.home-header:not(.fixed) .logo path {
    fill: #fff
}

.home-header:not(.fixed) .header__top .menu li a,
.home-header:not(.fixed) .header__top .phones .phone {
    color: #fff
}

.home-header:not(.fixed) .header__top .menu-item-has-children:after,
.home-header:not(.fixed) .header__top .phones .phone:after {
    background-image: url(../img/arrow.svg)
}

.home-header:not(.fixed) .header__bottom {
    border-top: 1px solid rgba(255, 255, 255, .4);
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (min-width:750px) {
    .home-header:not(.fixed) .header__bottom .menu li a {
        color: #fff
    }

    .home-header:not(.fixed) .header__bottom .menu-item-has-children:after {
        background-image: url(../img/arrow.svg)
    }
}

.home-header:not(.fixed) .header__burger span,
.home-header:not(.fixed) .header__burger:after,
.home-header:not(.fixed) .header__burger:before {
    background-color: #fff
}

.home-top,
.home-top .container {
    position: relative
}

@media (max-width:750px) {
    .home-top {
        margin-bottom: 50px
    }
}

.home-top .home-top__arrows {
    width: 100%;
    bottom: 44px;
    position: absolute
}

.home-top .home-top__arrows .to-2-block {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 30px;
    bottom: 70px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-top .home-top__arrows .to-2-block svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 20px
}

.home-top .home-top__arrows .to-2-block:hover,
.like-tour .txt a:hover {
    color: #0071eb
}

.home-top .home-top__arrows .to-2-block:hover path {
    fill: #0071eb
}

@media (max-width:990px) {
    .home-top .home-top__arrows .to-2-block {
        display: none
    }
}

@media (max-width:750px) {
    .home-top .home-top__arrows {
        bottom: -60px;
        width: calc(100% - 30px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .home-top .home-top__arrows .next {
        -webkit-box-shadow: 0 4px 10px rgba(0, 113, 235, .05);
        box-shadow: 0 4px 10px rgba(0, 113, 235, .05)
    }

    .home-top .home-top__arrows .aroow path {
        fill: #1a2b49
    }

    .home-top .home-top__arrows .aroow:hover path {
        fill: #fff
    }

    .home-top .home-top__arrows .home-top__counter {
        display: block;
        color: #1a2b49
    }

    .home-top .home-top__arrows .home-top__counter span {
        color: rgba(26, 43, 73, .42)
    }
}

.h1,
.home-top .home-top__counter {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #fff
}

.counter span,
.home-top .home-top__counter span {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, .42)
}

.home-top .home-top__item {
    min-height: 710px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
    background-size: cover
}

@media (max-width:990px) {
    .home-top .home-top__item {
        min-height: 510px
    }
}

@media (max-width:750px) {
    .home-top .home-top__item {
        min-height: 450px
    }
}

@media (max-width:990px) {

    .home-top .btn-2,
    .home-top .h1 {
        text-align: center;
        margin: 0 auto 20px;
        font-size: 32px
    }

    .home-top .h1 br {
        display: none
    }

    .home-top .btn-2 {
        margin: 0 auto;
        font-size: 14px;
        line-height: 22px;
        display: block;
        width: 160px;
        padding: 10px 0
    }
}

.h1 {
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 30px
}

@media (max-width:990px) {
    .h1 {
        font-size: 32px;
        line-height: 38px
    }
}

.btn-2 {
    padding: 13px 32px;
    background: #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    display: inline-block;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a2b49
}

.btn-2:hover {
    background: rgba(2, 90, 186, .42);
    color: #fff
}

.btn-2:focus {
    background: #0071eb;
    color: #fff
}

.btn-3 {
    padding: 13px 32px;
    background: #0071eb;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    display: inline-block;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff !important;
    border: 0
}

.btn-3:hover {
    background: #025aba;
    color: #fff !important
}

.btn-3:focus {
    background: #1a2b49;
    color: #fff !important
}

.tours__item .btn-3 {
    max-height: 50px;
}

.arrows,
.home-top__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-top__arrows .home-top__counter {
    width: 60px
}

.arrows .aroow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .42);
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.arrows .prev,
.arrows:hover .next {
    background: 0 0
}

.arrows .next:hover,
.arrows .prev:hover,
.pagination ul li a.next:hover,
.pagination ul li a.prev:hover {
    background: #1a2b49
}

.counter {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #fff
}

.home-about {
    padding: 100px 0 120px
}

@media (max-width:990px) {
    .home-about {
        padding: 40px 0 60px
    }
}

.home-about .home-about__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:750px) {
    .home-about .home-about__body {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }
}

.home-about .home-about__img {
    margin: 0 20px;
    position: relative;
    z-index: 0;
    max-width: calc(50% - 40px)
}

@media (max-width:750px) {
    .home-about .home-about__img {
        max-width: 100%;
        width: 100%;
        margin-left: 13px;
        margin-right: 0
    }
}

.home-about .home-about__img img {
    max-width: 100%;
    height: auto
}

.home-about .home-about__img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -20px;
    bottom: -20px;
    background: linear-gradient(98.26deg, #f53 0%, #f9be5a 75.19%);
    border-radius: 10px;
    z-index: -1
}

@media (max-width:750px) {
    .home-about .home-about__img:after {
        left: -13px;
        bottom: -11px
    }
}

.home-about .el-1 {
    position: absolute;
    bottom: 40px;
    left: -83px
}

@media (max-width:1100px) {
    .home-about .el-1 {
        display: none
    }
}

.home-about .home-about__text {
    width: 50%;
    max-width: 578px
}

@media (max-width:750px) {
    .home-about .home-about__text {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px
    }
}

.home-about .desc,
.home-about ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a2b49
}

.home-about .desc {
    font-family: 'Gotham Pro';
    font-style: normal;
    margin-bottom: 20px
}

.home-about ul {
    list-style-type: none;
    margin-bottom: 30px
}

.home-about ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.home-about ul li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/li.svg);
    background-size: 100%;
    background-position: center;
    margin-right: 12px
}

.about-page .about-page__top .text p:last-child,
.footer .footer__body .menu li:last-child,
.home-about ul li:last-child,
.popular .popular__slider .slick-slide>div:last-child,
.popular .hotty__slider .slick-slide>div:last-child,
.popular .popular__slider2 .slick-slide>div:last-child,
.popular .popular__slider3 .slick-slide>div:last-child {
    margin-bottom: 0
}

.h3,
h3 {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #1a2b49
}

h3 {
    margin: 0 0 20px
}

.h3 {
    margin-bottom: 20px
}

@media (max-width:1100px) {

    .h3,
    h3 {
        font-size: 24px;
        line-height: 32px
    }
}

.popular {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0
}

@media (max-width:990px) {
    .popular {
        padding: 40px 0
    }
}

.popular:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 43, 73, .85)
}

.popular .container {
    position: relative;
    z-index: 1
}

.popular .popular__mob-txt {
    display: none
}

@media (max-width:750px) {
    .popular .popular__mob-txt {
        display: block;
        margin-bottom: 20px
    }
}

.popular .h3 {
    color: #fff
}

.popular .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 30px
}

@media (max-width:1100px) {
    .popular .desc {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px
    }
}

.popular .popular__slider,
.popular .hotty__slider,
.popular .popular__slider2,
.popular .popular__slider3 {
    margin: 0 -10px
}

.popular .popular__slider .slick-track,
.popular .hotty__slider .slick-track,
.popular .popular__slider2 .slick-track,
.popular .popular__slider3 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popular .popular__slider .slick-slide,
.popular .hotty__slider .slick-slide,
.popular .popular__slider2 .slick-slide,
.popular .popular__slider3 .slick-slide {
    height: auto;
    padding: 0 10px
}

.popular .popular__slider .slick-slide>div,
.popular .hotty__slider .slick-slide>div,
.popular .popular__slider2 .slick-slide>div,
.popular .popular__slider3 .slick-slide>div {
    height: calc(50% - 15px);
    margin-bottom: 20px
}

.popular .popular__item {
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.popular .popular__item .img,
.popular .popular__item .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popular .popular__item .label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 183px;
    height: 40px;
    left: 0;
    top: 0;
    background: #07c225;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    z-index: 1;
    border-radius: 10px 0
}

.popular .popular__item .img {
    border-radius: 10px;
    overflow: hidden;
    max-height: 278px;
    position: relative;
    z-index: 0
}

.popular .popular__item .img:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(86.18%, rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .8) 86.18%)
}

.popular .popular__item .img:after,
.popular .popular__item .img:before,
.popular .popular__item .text {
    position: absolute;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.popular .popular__item .img:after {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
    opacity: 0
}

.popular .popular__item .img img {
    border-radius: 10px;
    min-width: 101%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.popular .popular__item .text {
    -webkit-transform: translateY(61px);
    transform: translateY(61px);
    bottom: 0;
    padding: 0 20px
}

@media (max-width:750px) {
    .popular .popular__item .text {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.popular .popular__item .price {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #f53;
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

@media (max-width:750px) {
    .popular .popular__item .price {
        opacity: 1
    }
}

.popular .popular__item .price span {
    font-size: 14px;
    line-height: 24px;
    color: #ebebeb;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.popular .popular__item .title {
    height: 50px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1100px) {
    .popular .popular__item .title {
        font-size: 18px;
        line-height: 26px
    }

    .popular .popular__item .title br {
        display: none
    }
}

.popular .popular__item .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ebebeb;
    padding: 15px 0 20px
}

.popular .popular__item .date {
    font-size: 14px;
    line-height: 24px;
    color: #ebebeb;
    margin-right: 15px
}

.popular .popular__item .date:before,
.popular .popular__item .users:before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../img/calendar.svg);
    display: block;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat
}

.popular .popular__arrows,
.popular .hotty__arrows,
.popular .popular__item .date,
.popular .popular__item .users {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popular .popular__item .users {
    font-size: 14px;
    line-height: 24px;
    color: #ebebeb
}

.popular .popular__item .users:before {
    background-image: url(../img/icon.svg)
}

.popular .popular__item:hover .img:before {
    opacity: 0
}

.popular .popular__item:hover .text {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.popular .popular__item:hover .img:after,
.popular .popular__item:hover .price {
    opacity: 1
}

@media (max-width:750px) {
    .popular .popular__item .img:before {
        opacity: 0
    }

    .popular .popular__item .img:after {
        opacity: 1
    }
}

.popular .popular__arrows,
.popular .hotty__arrows {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.advantage {
    padding: 100px 0
}

.advantage .h3 {
    margin-bottom: 30px
}

.advantage .advantage__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.advantage .advantage__item {
    width: calc(100%/3 - 30px);
    margin: 0 15px 30px;
    max-width: 358px
}

.advantage .ico {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0
}

.advantage .ico:after,
.advantage .ico:before {
    content: '';
    border-radius: 50%;
    position: absolute
}

.advantage .ico:before {
    background: linear-gradient(98.26deg, #f53 0%, #f9be5a 75.19%);
    width: 100px;
    height: 100px;
    left: -10px;
    top: -10px;
    z-index: -2
}

.advantage .ico:after {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    left: 0;
    top: 0;
    z-index: -1
}

@media (max-width:990px) {
    .advantage .ico {
        width: 48px;
        height: 48px;
        margin: 0 auto 20px
    }

    .advantage .ico img {
        max-width: 20px
    }

    .advantage .ico:before {
        content: '';
        width: 60px;
        height: 60px;
        left: -6px;
        top: -6px
    }

    .advantage .ico:after {
        content: '';
        width: 48px;
        height: 48px
    }
}

.advantage .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #1a2b49;
    margin-bottom: 5px
}

.advantage .desc {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #1a2b49
}

@media (max-width:990px) {
    .advantage {
        padding: 40px 0 15px
    }

    .advantage .h3 {
        text-align: center;
        margin-bottom: 20px
    }

    .advantage .advantage__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .advantage .advantage__item {
        width: 100%;
        max-width: 355px;
        margin-bottom: 25px
    }

    .advantage .title {
        font-size: 18px;
        line-height: 24px
    }

    .advantage .desc {
        font-size: 14px;
        line-height: 22px
    }
}

.like-tour {
    background-image: url(../img/like-tour.jpg);
    background-position: center;
    background-size: 1920px;
    background-repeat: no-repeat;
    padding: 73px 0
}

@media (max-width:990px) {
    .like-tour {
        padding: 40px 0
    }
}

@media (max-width:1100px) {
    .like-tour {
        background-size: cover
    }
}

.like-tour .desc {
    max-width: 379px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a2b49;
    margin-bottom: 46px
}

.like-tour .ico,
.like-tour .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.like-tour .ico {
    width: 80px;
    height: 80px;
    margin-right: 30px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 0
}

.like-tour .ico:after,
.like-tour .ico:before {
    content: '';
    border-radius: 50%;
    position: absolute
}

.like-tour .ico:before {
    background: linear-gradient(98.26deg, #f53 0%, #f9be5a 75.19%);
    width: 100px;
    height: 100px;
    left: -10px;
    top: -10px;
    z-index: -2
}

.like-tour .ico:after {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    left: 0;
    top: 0;
    z-index: -1
}

@media (max-width:990px) {
    .like-tour .ico {
        width: 48px;
        height: 48px;
        margin-right: 16px
    }

    .like-tour .ico svg {
        max-width: 20px
    }

    .like-tour .ico:before {
        content: '';
        width: 60px;
        height: 60px;
        left: -6px;
        top: -6px
    }

    .like-tour .ico:after {
        content: '';
        width: 48px;
        height: 48px
    }
}

.like-tour .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.like-tour .txt a,
.like-tour .txt span {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #1a2b49
}

.like-tour .txt span {
    margin: 0 4px;
    display: block
}

.like-tour .mob-img {
    display: none
}

@media (max-width:750px) {
    .like-tour {
        background-image: none;
        padding: 40px 0 0
    }

    .like-tour .mob-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 270px;
        width: 100%;
        margin-top: 20px
    }

    .like-tour .mob-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top
    }

    .like-tour .desc {
        margin-bottom: 27px
    }

    .like-tour .desc,
    .like-tour .txt a,
    .like-tour .txt span {
        font-size: 14px;
        line-height: 22px
    }
}

.blog-body {
    padding-bottom: 100px
}

@media (max-width:990px) {
    .blog-body {
        padding-bottom: 40px
    }
}

.blog-body .blog-block {
    padding: 0
}

.blog-body .blog-block .h4 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #f53;
    margin-bottom: 30px
}

@media (max-width:990px) {
    .blog-body .blog-block .h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px
    }
}

.blog-body .blog-block .btn-3 {
    right: 0
}

.blog-block {
    padding: 100px 0;
    position: relative
}

@media (max-width:990px) {
    .blog-block {
        padding: 40px 0
    }
}

.blog-block .blog-block__arrows {
    position: relative;
    display: none
}

.blog-block .blog-block__arrows .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% + 140px);
    position: absolute;
    bottom: 110px;
    left: -70px
}

.about-page .about-page__arrows .aroow path,
.blog-block .blog-block__arrows .aroow path,
.last-news__arrows .aroow path,
.reviews .reviews__arrows .aroow path {
    fill: #1a2b49
}

.about-page .about-page__arrows .aroow:hover path,
.blog-block .blog-block__arrows .aroow:hover path,
.footer .footer__body .social:hover path,
.last-news__arrows .aroow:hover path,
.pagination ul li a.next:hover path,
.pagination ul li a.prev:hover path,
.read-also .arrows .aroow:hover path,
.reviews .reviews__arrows .aroow:hover path,
.similar-tours .similar__arrows .aroow:hover path,
.tour-dates .tour-dates__arrows .aroow:hover path,
.tours .tours__items .tours__item .slider .slick-arrow:hover path,
.tours-inner .tours-inner__content .tours-inner__image .slick-arrow:hover path {
    fill: #fff
}

.blog-block .blog-block__arrows .next6,
.blog-block .blog-block__arrows .next9 {
    -webkit-box-shadow: 0 4px 10px rgba(0, 113, 235, .05);
    box-shadow: 0 4px 10px rgba(0, 113, 235, .05)
}

@media (max-width:750px) {
    .blog-block .blog-block__arrows {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .blog-block .blog-block__arrows .blog-block__counter,
    .blog-block .blog-block__arrows .blog-block__counter2 {
        display: block;
        color: #1a2b49
    }

    .blog-block .blog-block__arrows .blog-block__counter span,
    .blog-block .blog-block__arrows .blog-block__counter2 span {
        color: rgba(26, 43, 73, .42)
    }

    .blog-block .blog-block__arrows .arrows {
        width: auto;
        position: initial
    }
}

.blog-block .container {
    position: relative
}

.blog-block .btn-3 {
    position: absolute;
    right: 50px;
    top: 0
}

@media (max-width:990px) {
    .blog-block .btn-3 {
        position: initial;
        margin-top: 15px
    }
}

.blog-block .h3 {
    margin-top: 15px;
    margin-bottom: 50px
}

@media (max-width:990px) {
    .blog-block .h3 {
        margin-top: 0;
        margin-bottom: 20px
    }
}

.blog-block .blog-block__items,
.blog-block .blog-block__items2 {
    display: grid;
    grid-auto-flow: column;
    gap: 20px
}

@media (max-width:750px) {

    .blog-block .blog-block__items,
    .blog-block .blog-block__items2 {
        margin: 0 -10px
    }

    .blog-block .blog-block__items .slick-list,
    .blog-block .blog-block__items2 .slick-list {
        padding-right: 50px
    }
}

.blog-block .blog-block__item {
    max-width: 387px;
    width: 100%;
    position: relative
}

@media (max-width:750px) {
    .blog-block .blog-block__item {
        margin: 0 10px
    }
}

.blog-block .tags {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 10px;
    top: 10px
}

.blog-block .tag {
    padding: 6px 15px;
    background: #fff;
    border: 1.5px solid #0071eb;
    border-radius: 100px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: #1a2b49
}

.blog-block .tag:first-child {
    border: 1.5px solid #f53
}

.blog-block .tag:hover,
.blog-block .title:hover {
    color: #0071eb
}

.blog-block .blog-block__item:first-child .img {
    height: auto
}

.blog-block .img {
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-block .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

@media (max-width:990px) {
    .blog-block .img {
        height: 160px;
        display: block
    }

    .blog-block .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .blog-block .blog-block__item:first-child .img {
        height: 160px
    }
}

.blog-block .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -40px;
    margin-bottom: 15px;
    margin-left: 10px
}

.blog-block .ico img {
    border: 2px solid #fff;
    border-radius: 100%
}

@media (max-width:700px) {
    .blog-block .ico {
        margin-top: -20px;
        margin-bottom: 10px;
        margin-left: 15px;
        width: 40px;
        height: 40px
    }

    .blog-block .ico img {
        width: 100%;
        border-radius: 100%
    }
}

.blog-block .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1a2b49;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog-block .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7a8496
}

.blog .desc span,
.blog-block .desc span {
    display: inline-block;
    margin: 0 5px
}

@media (min-width:990px) {

    .blog-block .blog-block__items,
    .blog-block .blog-block__items2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .blog-block .blog-block__item:first-child {
        width: 100%;
        max-width: 792px;
        grid-column: 1/3;
        grid-row: 1/3
    }

    .blog-block .blog-block__item:first-child .tags {
        left: 20px;
        top: 20px
    }
}

.reviews {
    margin-bottom: 100px
}

@media (max-width:990px) {
    .reviews {
        margin-bottom: 40px
    }
}

.reviews .container {
    position: relative
}

.reviews .btn-3 {
    position: absolute;
    right: 50px;
    top: 0
}

@media (max-width:990px) {
    .reviews .btn-3 {
        position: initial;
        margin-top: 15px
    }
}

.reviews .h3 {
    margin-top: 15px;
    margin-bottom: 50px
}

@media (max-width:990px) {
    .reviews .h3 {
        margin-top: 0;
        margin-bottom: 20px
    }
}

.reviews .reviews__slider {
    margin: 0 -10px
}

@media (max-width:990px) {
    .reviews .reviews__slider .slick-list {
        padding-right: 50px
    }
}

.reviews .reviews__item {
    margin: 0 10px;
    background: #fafafa;
    border-radius: 10px;
    padding: 20px
}

.reviews .reviews__item .top,
.reviews .reviews__item .top .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews .reviews__item .top {
    margin-bottom: 15px
}

.reviews .reviews__item .top .ico {
    border-radius: 50%;
    margin-right: 12px
}

.reviews .reviews__item .top .ico img {
    border-radius: 50%
}

.reviews .reviews__item .top .date,
.reviews .reviews__item .top .name {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a2b49
}

.reviews .reviews__item .top .date {
    color: #7a8496
}

.reviews .reviews__item .desc {
    font-size: 16px;
    line-height: 24px;
    color: #1a2b49;
    margin-bottom: 36px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.reviews .reviews__item .link,
.reviews .reviews__item .star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews .reviews__item .link {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #1a2b49
}

.reviews .reviews__item .link:hover {
    color: #0071eb
}

.reviews .reviews__item .star {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 35px;
    background: #ff543d;
    border-radius: 8px;
    margin-right: 12px;
    font-size: 16px;
    line-height: 15px;
    color: #fff
}

.blog-inner .content-links ul li,
.reviews .reviews__item .star svg,
.reviews-page .reviews-page__item .bottom .star svg {
    margin-bottom: 10px
}

.reviews .reviews__arrows {
    position: relative
}

.reviews .reviews__arrows .reviews__counter {
    display: none
}

.reviews .reviews__arrows .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% + 140px);
    position: absolute;
    bottom: 110px;
    left: -70px
}

.reviews .reviews__arrows .next5 {
    -webkit-box-shadow: 0 4px 10px rgba(0, 113, 235, .05);
    box-shadow: 0 4px 10px rgba(0, 113, 235, .05)
}

@media (max-width:990px) {
    .reviews .reviews__arrows {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .reviews .reviews__arrows .reviews__counter {
        display: block;
        color: #1a2b49
    }

    .reviews .reviews__arrows .reviews__counter span {
        color: rgba(26, 43, 73, .42)
    }

    .reviews .reviews__arrows .arrows {
        width: auto;
        position: initial
    }
}

.footer {
    background: #1a2b49;
    padding-top: 60px
}

@media (max-width:700px) {
    .footer {
        padding-top: 40px
    }
}

.footer .footer__top {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px
}

@media (max-width:700px) {
    .footer .footer__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px
    }
}

.footer .footer__contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .footer .footer__contact-item {
        margin-bottom: 30px
    }

    .footer .footer__contact-item:last-child {
        margin-bottom: 13px
    }
}

.footer .ico {
    width: 80px;
    height: 80px;
    margin-right: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0
}

.footer .ico:after,
.footer .ico:before {
    content: '';
    border-radius: 50%;
    position: absolute
}

.footer .ico:before {
    background: linear-gradient(98.26deg, #f53 0%, #f9be5a 75.19%);
    width: 100px;
    height: 100px;
    left: -10px;
    top: -10px;
    z-index: -2
}

.footer .ico:after {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    left: 0;
    top: 0;
    z-index: -1
}

@media (max-width:990px) {
    .footer .ico {
        width: 48px;
        height: 48px;
        margin-right: 16px
    }

    .footer .ico svg {
        max-width: 20px
    }

    .footer .ico:before {
        content: '';
        width: 60px;
        height: 60px;
        left: -6px;
        top: -6px
    }

    .footer .ico:after {
        content: '';
        width: 48px;
        height: 48px
    }
}

.footer .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #fff
}

@media (max-width:990px) {
    .footer .title {
        font-size: 18px;
        line-height: 26px
    }
}

.footer .dsc,
.footer .footer__bottom .copi,
.footer a {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #ebebeb
}

@media (max-width:990px) {
    .footer .dsc {
        font-size: 12px;
        line-height: 20px
    }
}

.footer .footer__bottom .copi span,
.footer a:hover {
    color: #ff543d
}

@media (max-width:990px) {
    .footer a {
        font-size: 12px;
        line-height: 20px
    }
}

.footer .footer__bottom {
    background: #fff;
    padding: 10px 0
}

.footer .footer__bottom .copi {
    color: #1a2b49
}

@media (max-width:700px) {
    .footer .footer__bottom .copi {
        font-size: 12px;
        line-height: 20px
    }
}

.footer .footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0 60px
}

@media (max-width:700px) {
    .footer .footer__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer .footer__body .footer__item:last-child {
    margin-right: 100px
}

@media (max-width:1100px) {
    .footer .footer__body .footer__item:last-child {
        margin-right: 0
    }
}

.footer .footer__body .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.footer .footer__body .desc {
    max-width: 242.87px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #fff
}

@media (max-width:990px) {
    .footer .footer__body .desc {
        font-size: 12px;
        line-height: 20px;
        max-width: 210px
    }
}

.footer .footer__body .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px
}

@media (max-width:990px) {
    .footer .footer__body .title {
        font-size: 18px;
        line-height: 26px
    }
}

.blog-inner .content-links ul,
.footer .footer__body .menu,
.tours .sort__items ul {
    list-style-type: none
}

.footer .footer__body .menu li {
    margin-bottom: 5px
}

.footer .footer__body .menu li:before {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 10px;
    background: #f53
}

.footer .footer__body .menu li a {
    font-size: 14px;
    line-height: 22px
}

.footer .footer__body .menu li,
.footer .footer__body .social,
.footer .footer__body .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .footer__body .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 39.98px;
    height: 40.06px;
    margin-right: 10px;
    background: #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 50%
}

.footer .footer__body .social:hover {
    background: #f53
}

@media (max-width:700px) {
    .footer .footer__body {
        padding: 20px 0 40px
    }

    .footer .footer__body .footer__item:first-child {
        width: 100%;
        margin-bottom: 20px
    }

    .footer .footer__body .footer__item:last-child {
        margin-top: 20px;
        width: 100%
    }

    .footer .footer__body .desc {
        max-width: 100%
    }
}

.page-blog {
    padding-top: 145px
}

@media (max-width:700px) {
    .page-blog {
        padding-top: 80px
    }
}

.h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #1a2b49;
    margin-bottom: 30px
}

@media (max-width:1100px) {
    .h2 {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 15px
    }
}

@media (max-width:700px) {
    .h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 15px
    }
}

.blog {
    padding-bottom: 80px
}

@media (max-width:990px) {
    .blog {
        padding-bottom: 20px
    }
}

.blog .blog__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.blog .blog__item {
    width: calc(100%/3 - 20px);
    position: relative;
    margin: 0 10px 20px
}

@media (max-width:990px) {
    .blog .blog__item {
        width: calc(100%/2 - 20px)
    }
}

@media (max-width:700px) {
    .blog .blog__item {
        width: calc(100% - 20px)
    }
}

.blog .tags {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 10px;
    top: 10px
}

.blog .tag {
    padding: 6px 15px;
    background: #fff;
    border: 1.5px solid #0071eb;
    border-radius: 100px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: #1a2b49
}

.blog .tag:first-child {
    border: 1.5px solid #f53
}

.blog .tag:hover,
.blog .title:hover {
    color: #0071eb
}

.blog .img img {
    max-width: 100%;
    height: auto;
    border-radius: 12px
}

@media (max-width:990px) {
    .blog .img {
        height: 220px;
        display: block
    }

    .blog .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blog .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -35px;
    margin-bottom: 15px;
    margin-left: 10px
}

.blog .ico img {
    border-radius: 100%;
    border: 2px solid #fff
}

.blog .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1a2b49;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7a8496
}

.breadcrumbs {
    padding: 20px 0 24px
}

@media (max-width:700px) {
    .breadcrumbs {
        padding: 13px 0 0;
        margin-bottom: 15px
    }
}

.breadcrumbs .breadcrumbs__list {
    list-style-type: none;
    overflow: auto
}

@media (max-width:700px) {
    .breadcrumbs .breadcrumbs__list {
        padding-bottom: 15px
    }
}

.breadcrumbs .breadcrumbs__list,
.breadcrumbs .breadcrumbs__list li a,
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs .breadcrumbs__list li a {
    font-size: 14px;
    line-height: 22px;
    color: #1a2b49;
    margin-right: 10px;
    white-space: nowrap
}

.breadcrumbs .breadcrumbs__list li a:hover,
.contact-page .contact-page__top .contact-page__left .contact-page__item .desc a:hover,
.reviews-page .reviews-page__item .reviews-page__top .tag a:hover {
    color: #ff543d
}

@media (max-width:700px) {
    .breadcrumbs .breadcrumbs__list li a {
        font-size: 12px;
        line-height: 20px
    }
}

.breadcrumbs .breadcrumbs__list li a:after {
    content: '';
    width: 6px;
    height: 9px;
    background-image: url(../img/arrow-r.svg);
    display: block;
    background-position: center;
    background-size: 100%;
    margin-left: 10px
}

.breadcrumbs .breadcrumbs__list li span {
    font-size: 14px;
    line-height: 22px;
    color: #7a8496;
    white-space: nowrap
}

@media (max-width:700px) {
    .breadcrumbs .breadcrumbs__list li span {
        font-size: 12px;
        line-height: 20px
    }
}

.pagination {
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

@media (max-width:700px) {
    .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.pagination .more-load {
    font-size: 16px;
    line-height: 24px;
    color: #1a2b49;
    background: #fff;
    border: 1px solid #1a2b49;
    border-radius: 5px;
    padding: 13px 23px;
    display: block
}

.pagination .more-load:hover {
    background: #025aba;
    border: 1px solid #025aba;
    color: #fff
}

.pagination .more-load:focus {
    background: #1a2b49;
    border: 1px solid #1a2b49;
    color: #fff
}

@media (max-width:700px) {
    .pagination .more-load {
        padding: 9px;
        width: 100%;
        text-align: center;
        margin-bottom: 35px
    }
}

.pagination ul {
    list-style-type: none
}

.guides .guides__item,
.pagination ul,
.pagination ul li a,
.pagination ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination ul li a,
.pagination ul li span {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a2b49;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:700px) {
    .pagination ul li span {
        width: 40px;
        height: 40px
    }
}

@media (max-width:700px) {
    .pagination ul li a {
        width: 40px;
        height: 40px
    }
}

.pagination ul li a.act {
    border: 1px solid #1a2b49
}

.pagination ul li a.next,
.pagination ul li a.prev {
    border-radius: 50%;
    background: 0 0
}

.pagination ul li a:hover {
    color: #025aba
}

.guides {
    padding-bottom: 80px
}

@media (max-width:990px) {
    .guides {
        padding-bottom: 20px
    }
}

.guides .guides__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(26, 43, 73, .05);
    padding-bottom: 40px;
    margin-bottom: 40px
}

.guides .guides__item:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 30px
}

.guides .guides__item .text {
    max-width: 793px
}

.guides .guides__item .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #f53;
    margin-bottom: 20px
}

.guides .guides__item .desc p {
    font-size: 16px;
    line-height: 24px;
    color: #1a2b49;
    margin-bottom: 20px
}

.guides .guides__item .experience {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #1a2b49
}

.guides .guides__item .experience,
.guides .guides__item .ico,
.guides .guides__item .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.guides .guides__item .ico {
    margin-right: 5px
}

.guides .guides__item .img {
    max-width: 300px;
    min-width: 25%;
    margin-left: 30px
}

.guides .guides__item .img img {
    width: 100%;
    border-radius: 50%
}

@media (max-width:990px) {
    .guides .guides__item .name {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px
    }

    .guides .guides__item .desc p {
        margin-bottom: 15px
    }

    .guides .guides__item .desc p,
    .guides .guides__item .experience {
        font-size: 14px;
        line-height: 20px
    }
}

@media (max-width:700px) {
    .guides .guides__item {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative
    }

    .guides .guides__item .img {
        margin: 42px auto 20px;
        max-width: 278px
    }

    .guides .guides__item .name {
        position: absolute;
        top: 0;
        left: 0
    }
}

.p-404 {
    padding: 140px 0 90px
}

@media (max-width:990px) {
    .p-404 {
        padding: 140px 0 40px
    }
}

@media (max-width:700px) {
    .p-404 {
        padding: 75px 0 40px
    }
}

.p-404 .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 85px auto 3px
}

@media (max-width:990px) {
    .p-404 .ico {
        margin: 40px auto 3px
    }
}

.p-404 .h2 {
    text-align: center;
    color: #0071eb;
    margin-bottom: 15px
}

.p-404 .desc {
    max-width: 440px;
    margin: 0 auto;
    text-align: center
}

.thanks {
    padding: 140px 0 90px
}

@media (max-width:990px) {
    .thanks {
        padding: 140px 0 40px
    }
}

@media (max-width:700px) {
    .thanks {
        padding: 75px 0 40px
    }
}

.thanks .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 85px auto 3px
}

@media (max-width:990px) {
    .thanks .ico {
        margin: 40px auto 3px
    }
}

.thanks .h2 {
    text-align: center;
    color: #f53;
    margin-bottom: 15px
}

.thanks .desc {
    max-width: 440px;
    margin: 0 auto;
    text-align: center
}

@media (max-width:700px) {
    .thanks .desc {
        max-width: 230px;
        font-size: 14px
    }
}

@media (max-width:990px) {
    .blog-block .blog-block__items2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.about-page .about-page__top .text p,
.about-page .h2 {
    margin-bottom: 20px
}

.about-page .about-page__top,
.about-page .about-page__top .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-page .about-page__top {
    margin-bottom: 60px
}

@media (max-width:700px) {
    .about-page .about-page__top {
        margin-bottom: 40px
    }
}

.about-page .about-page__top .text {
    width: calc(48% - 40px)
}

.about-page .about-page__top .text b {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px
}

.about-page .about-page__top .images {
    width: 52%
}

.about-page .about-page__top .images img {
    max-width: calc(50% - 10px)
}

@media (max-width:700px) {
    .about-page .about-page__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about-page .about-page__top .text {
        width: 100%
    }

    .about-page .about-page__top .text b {
        font-size: 18px;
        line-height: 26px
    }

    .about-page .about-page__top .text p {
        font-size: 14px;
        line-height: 22px
    }

    .about-page .about-page__top .images {
        width: 100%;
        margin-top: 15px
    }

    .about-page .about-page__top .images img {
        max-width: calc(50% - 5px)
    }
}

.about-page .advantage {
    padding: 60px 0 30px;
    border-top: 1.5px solid rgba(26, 43, 74, .1)
}

@media (max-width:700px) {
    .about-page .advantage {
        padding: 40px 0 20px
    }
}

.about-page .about-page__body {
    padding-bottom: 85px
}

@media (max-width:700px) {
    .about-page .about-page__body {
        padding-bottom: 40px
    }
}

.about-page .about-page__body .images-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 30px
}

.about-page .about-page__body .images-slider img {
    margin: 0 10px;
    width: calc(100%/3 - 20px)
}

@media (max-width:700px) {
    .about-page .about-page__body .images-slider {
        margin: 0 -10px 15px
    }

    .about-page .about-page__body .images-slider .slick-list {
        padding-right: 40px
    }
}

.about-page .about-page__body .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-page .about-page__body .desc p {
    width: calc(50% - 20px);
    margin: 0 10px
}

@media (max-width:700px) {
    .about-page .about-page__body .desc p {
        font-size: 14px;
        width: 100%;
        margin: 0 0 20px
    }

    .about-page .about-page__body .desc p:last-child {
        margin-bottom: 0
    }
}

@media (min-width:700px) {
    .about-page .about-page__arrows {
        display: none
    }
}

.about-page .about-page__arrows {
    position: relative
}

@media (max-width:700px) {
    .about-page .about-page__arrows {
        margin-bottom: 20px
    }
}

.about-page .about-page__arrows .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% + 140px);
    position: absolute;
    bottom: 110px;
    left: -70px
}

.about-page .about-page__arrows .next7 {
    -webkit-box-shadow: 0 4px 10px rgba(0, 113, 235, .05);
    box-shadow: 0 4px 10px rgba(0, 113, 235, .05)
}

@media (max-width:750px) {
    .about-page .about-page__arrows {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .about-page .about-page__arrows .about-page__counter {
        display: block;
        color: #1a2b49
    }

    .about-page .about-page__arrows .about-page__counter span {
        color: rgba(26, 43, 73, .42)
    }

    .about-page .about-page__arrows .arrows {
        width: auto;
        position: initial
    }
}

.useful-guides {
    margin: 100px 0;
    padding: 65px 0
}

@media (max-width:990px) {
    .useful-guides {
        margin: 40px 0;
        padding: 40px 0
    }
}

.useful-guides .useful-guides__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:750px) {
    .useful-guides .useful-guides__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.useful-guides .text {
    max-width: 637px;
    width: 55%
}

@media (max-width:750px) {
    .useful-guides .text {
        width: 100%;
        margin-bottom: 36px
    }
}

.useful-guides .text .h3 {
    color: #fff
}

.useful-guides .text .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 30px
}

@media (max-width:750px) {
    .useful-guides .text .desc {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px
    }
}

.useful-guides__items {
    background: #fff;
    border-radius: 10px;
    padding: 30px 15px;
    max-width: 387px;
    margin-left: 30px
}

@media (max-width:750px) {
    .useful-guides__items {
        margin-left: 0;
        padding: 20px 9px
    }
}

.useful-guides__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px 20px;
    margin-bottom: 20px;
    border-bottom: 1.5px solid rgba(26, 43, 73, .05)
}

.useful-guides__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.useful-guides__item .img,
.useful-guides__item .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.useful-guides__item .img {
    min-width: 108px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 15px
}

.useful-guides__item .img img {
    width: 100%;
    height: auto
}

.useful-guides__item .tags {
    margin-bottom: 2px
}

.useful-guides__item .tag {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #0071eb;
    margin-left: 10px
}

.useful-guides__item .tag:first-child {
    color: #f53;
    margin-left: 0
}

.useful-guides__item .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a2b49;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:750px) {
    .useful-guides__item .title {
        font-size: 14px;
        line-height: 22px
    }
}

.useful-guides__item .title:hover {
    color: #f53
}

@media (max-width:750px) {
    .useful-guides__item {
        padding: 0 10px 15px;
        margin-bottom: 15px
    }
}

.last-news {
    margin-bottom: 100px
}

@media (max-width:990px) {
    .last-news {
        margin-bottom: 40px
    }
}

.last-news .container {
    position: relative
}

.last-news .h4 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #f53;
    margin-bottom: 30px
}

@media (max-width:990px) {
    .last-news .h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px
    }
}

.last-news .last-news__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:990px) {
    .last-news .last-news__body {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }
}

.last-news .last-news__left {
    margin-right: 40px;
    max-width: 360px;
    width: 40%
}

@media (max-width:990px) {
    .last-news .last-news__left {
        max-width: 100%;
        width: 100%;
        margin: 20px 0
    }
}

.last-news .last-news__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px
}

@media (max-width:750px) {
    .last-news .last-news__right {
        margin: 0 -10px;
        width: calc(100% + 20px)
    }
}

.last-news .last-news__right .slick-list {
    padding-right: 50px
}

.last-news .blog__item {
    width: calc(100%/2 - 20px);
    position: relative;
    margin: 0 10px
}

@media (max-width:990px) {
    .last-news .blog__item {
        width: calc(100%/2 - 20px)
    }
}

@media (max-width:750px) {
    .last-news .blog__item {
        width: calc(100%);
        margin: 0 10px
    }
}

.last-news .blog__item .tags {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 10px;
    top: 10px
}

.last-news .blog__item .tag {
    padding: 6px 15px;
    background: #fff;
    border: 1.5px solid #0071eb;
    border-radius: 100px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: #1a2b49
}

.last-news .blog__item .tag:first-child {
    border: 1.5px solid #f53
}

.last-news .blog__item .tag:hover,
.last-news .blog__item .title:hover,
.reviews-page .reviews-page__item .reviews-page__top .tag a {
    color: #0071eb
}

.last-news .blog__item .img img {
    max-width: 100%;
    height: auto;
    border-radius: 12px
}

@media (max-width:990px) {
    .last-news .blog__item .img {
        height: 160px;
        display: block
    }

    .last-news .blog__item .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.last-news .blog__item .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -35px;
    margin-bottom: 15px;
    margin-left: 10px
}

.last-news .blog__item .ico img {
    border-radius: 100%;
    border: 2px solid #fff
}

.last-news .blog__item .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1a2b49;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.last-news .blog__item .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7a8496
}

.last-news .blog__item .desc span {
    display: inline-block;
    margin: 0 5px
}

.last-news .btn-3 {
    position: absolute;
    right: 50px;
    top: 0
}

@media (max-width:990px) {
    .last-news .btn-3 {
        position: initial;
        margin-top: 15px
    }
}

.last-news__arrows {
    position: relative;
    display: none;
    width: 100%
}

.last-news__arrows .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% + 140px);
    position: absolute;
    bottom: 110px;
    left: -70px
}

.last-news__arrows .next10 {
    -webkit-box-shadow: 0 4px 10px rgba(0, 113, 235, .05);
    box-shadow: 0 4px 10px rgba(0, 113, 235, .05)
}

@media (max-width:750px) {
    .last-news__arrows {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .last-news__arrows .last-news__counter {
        display: block;
        color: #1a2b49
    }

    .last-news__arrows .last-news__counter span {
        color: rgba(26, 43, 73, .42)
    }

    .last-news__arrows .arrows {
        width: auto;
        position: initial
    }
}

.page-tourists {
    padding-top: 145px;
    background: #f2f2f2;
    padding-bottom: 1px
}

@media (max-width:700px) {
    .page-tourists {
        padding-top: 80px
    }
}

.tourists {
    margin-bottom: 100px
}

@media (max-width:1100px) {
    .tourists {
        margin-bottom: 40px
    }
}

.tourists .tourists__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1100px) {
    .tourists .tourists__body {
        margin-top: 20px
    }
}

.tourists .tourists__left {
    width: 27%;
    padding: 40px
}

@media (max-width:1100px) {
    .tourists .tourists__left {
        padding: 20px
    }
}

@media (max-width:750px) {
    .tourists .tourists__left {
        padding: 20px;
        width: 100%;
        display: none
    }
}

.tourists .tab {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    color: #1a2b49;
    cursor: pointer
}

.contact-page .contact-page__top .contact-page__left .contact-page__item:last-child,
.tourists .tab:last-child {
    margin-bottom: 0
}

.blog-inner .blog-inner__content p a:hover,
.tab_item p a:hover,
.tourists .tab.active {
    color: #f53
}

@media (max-width:750px) {
    .tourists .tab {
        font-size: 18px;
        line-height: 26px;
        color: #1a2b49
    }

    .tourists .tab.active {
        color: #1a2b49
    }
}

.tourists .tourists__right {
    border-left: 1px solid #f4f4f6;
    width: 73%;
    padding: 40px 65px
}

@media (max-width:1100px) {
    .tourists .tourists__right {
        padding: 20px
    }
}

@media (max-width:750px) {
    .tourists .tourists__right {
        width: 100%;
        padding: 15px
    }
}

.tab_item {
    display: none
}

.tab_item:first-child {
    display: block
}

.star-rating input,
.tab_item .tab-title {
    display: none
}

@media (max-width:750px) {
    .tab_item {
        display: block;
        margin-bottom: 10px
    }

    .tab_item:last-child {
        margin-bottom: 0;
        display: block
    }

    .tab_item .tab-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        color: #1a2b49
    }

    .tab_item .tab-title:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 8px;
        height: 100%;
        -webkit-transition: .4s;
        transition: .4s;
        background-image: url(../img/arrow-m.svg);
        background-position: right;
        background-repeat: no-repeat;
        background-size: 100%
    }

    .tab_item .tab-title.active:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .tab_item .tab__body {
        display: none;
        padding: 10px 0;
        border-top: 1px solid #f4f4f6;
        border-bottom: 1px solid #f4f4f6;
        margin: 10px 0
    }
}

.tab_item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px
}

.tab_item p,
.tab_item p a,
.tours .tours__top .res b {
    color: #1a2b49
}

@media (max-width:750px) {
    .tab_item p {
        font-size: 14px;
        line-height: 22px
    }

    .tab_item p br {
        display: none
    }
}

.exchange .dsc,
.h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px
}

.h5 {
    margin-bottom: 24px
}

@media (max-width:750px) {
    .h5 {
        font-size: 18px;
        line-height: 26px
    }
}

.exchange .title {
    max-width: 282px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7a8496;
    border-bottom: 1px solid #f4f4f6
}

.exchange .dsc {
    color: #1a2b49
}

.star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 1.5em;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    width: 4.2em;
    margin-left: 5px
}

.star-rating label {
    color: #d6d6d6;
    cursor: pointer;
    margin: 0 2px
}

.star-rating :checked~label {
    color: #f6ec2f
}

.star-rating label:hover,
.star-rating label:hover~label {
    color: #f6ec2f
}

.reviews-page {
    margin-bottom: 80px
}

@media (max-width:900px) {
    .reviews-page {
        margin-bottom: 0
    }
}

.reviews-page .reviews-page__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.reviews-page .reviews-page__left {
    width: calc(70% - 40px)
}

@media (max-width:900px) {
    .reviews-page .reviews-page__left {
        width: 100%
    }
}

.reviews-page .reviews-page__item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1.5px solid rgba(26, 43, 73, .05)
}

.reviews-page .reviews-page__item:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.reviews-page .reviews-page__item .reviews-page__top,
.reviews-page .reviews-page__item .reviews-page__top .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-page .reviews-page__item .reviews-page__top {
    margin-bottom: 15px
}

.reviews-page .reviews-page__item .reviews-page__top .ico {
    overflow: hidden;
    border-radius: 100%;
    margin-right: 10px;
    min-width: 50px;
    width: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px
}

.reviews-page .reviews-page__item .reviews-page__top .ico img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews-page .reviews-page__item .reviews-page__top .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1a2b49
}

@media (max-width:750px) {
    .reviews-page .reviews-page__item .reviews-page__top .name {
        font-size: 18px;
        line-height: 26px
    }
}

.reviews-page .reviews-page__item .reviews-page__top .tag {
    font-size: 16px;
    line-height: 24px;
    color: #0071eb
}

.reviews-page .reviews-page__item .reviews-page__top .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #7a8496;
    display: none
}

@media (max-width:750px) {
    .reviews-page .reviews-page__item .reviews-page__top .tag {
        display: none
    }

    .reviews-page .reviews-page__item .reviews-page__top .date {
        display: block
    }
}

.reviews-page .reviews-page__item .desc {
    font-size: 16px;
    line-height: 24px;
    color: #1a2b49;
    margin-bottom: 15px
}

@media (max-width:750px) {
    .reviews-page .reviews-page__item .desc {
        font-size: 14px;
        line-height: 22px
    }
}

.reviews-page .reviews-page__item .bottom,
.reviews-page .reviews-page__item .bottom .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-page .reviews-page__item .bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews-page .reviews-page__item .bottom .link {
    font-size: 16px;
    line-height: 24px
}

@media (max-width:750px) {
    .reviews-page .reviews-page__item .bottom .link {
        font-size: 12px;
        line-height: 22px
    }
}

.reviews-page .reviews-page__item .bottom .text {
    color: #1a2b49;
    text-decoration: none;
    margin-right: 10px
}

@media (max-width:750px) {
    .reviews-page .reviews-page__item .bottom .text {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500
    }
}

.reviews-page .reviews-page__item .bottom p {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #7a8496
}

.reviews-page .reviews-page__item .bottom .star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 35px;
    background: #ff543d;
    border-radius: 8px;
    margin-right: 12px;
    font-size: 16px;
    line-height: 15px;
    color: #fff
}

.blog-inner .content-links ul li a,
.reviews-page .reviews-page__item .bottom .date {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7a8496
}

@media (max-width:750px) {
    .reviews-page .reviews-page__item .bottom .date {
        display: none
    }
}

.reviews-page .reviews-page__right {
    max-width: 368px;
    width: 30%
}

@media (max-width:900px) {
    .reviews-page .reviews-page__right {
        width: 100%;
        margin: 20px auto 40px
    }
}

.reviews-page .reviews-page__right .reviews-page__form {
    background: #fafafa;
    border-radius: 10px;
    padding: 30px
}

@media (max-width:750px) {
    .reviews-page .reviews-page__right .reviews-page__form {
        padding: 20px
    }
}

.reviews-page .reviews-page__right .reviews-page__form .h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1a2b49;
    margin-bottom: 20px
}

@media (max-width:750px) {
    .reviews-page .reviews-page__right .reviews-page__form .h4 {
        margin-bottom: 15px
    }
}

.reviews-page .reviews-page__right .reviews-page__form form .form-item input {
    height: 50px;
    border: 1.5px solid #e4e5e8;
    margin-bottom: 15px
}

@media (max-width:750px) {
    .reviews-page .reviews-page__right .reviews-page__form form .form-item input {
        height: 35px;
        font-size: 12px;
        margin-bottom: 10px
    }
}

.reviews-page .reviews-page__right .reviews-page__form form .form-item label {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a2b49;
    margin-bottom: 5px;
    display: block
}

@media (max-width:750px) {
    .reviews-page .reviews-page__right .reviews-page__form form .form-item label {
        font-size: 14px
    }
}

.contact-page .contact-page__form input,
.reviews-page .reviews-page__right .reviews-page__form form .form-item input,
.reviews-page .reviews-page__right .reviews-page__form form .form-item textarea {
    width: 100%;
    border-radius: 5px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #7a8496;
    padding: 13px
}

.reviews-page .reviews-page__right .reviews-page__form form .form-item textarea {
    border: 1.5px solid #e4e5e8;
    resize: none;
    height: 110px;
    margin-bottom: 15px
}

@media (max-width:750px) {
    .reviews-page .reviews-page__right .reviews-page__form form .form-item textarea {
        font-size: 12px;
        margin-bottom: 10px
    }
}

.reviews-page .reviews-page__right .reviews-page__form .form-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.reviews-page .reviews-page__right .reviews-page__form .form-rating>label {
    margin-bottom: 0;
    margin-right: 13px
}

.reviews-page .reviews-page__right .reviews-page__form .btn-3 {
    border: 0;
    cursor: pointer;
    width: 100%
}

@media (max-width:750px) {
    .reviews-page .reviews-page__right .reviews-page__form .btn-3 {
        height: 35px;
        font-size: 14px;
        line-height: 14px;
        padding: 0
    }
}

.contact-page {
    padding-bottom: 100px
}

@media (max-width:950px) {
    .contact-page {
        padding-bottom: 40px
    }
}

.contact-page .contact-page__top,
.contact-page .contact-page__top .contact-page__left .contact-page__item .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-page .contact-page__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:750px) {
    .contact-page .contact-page__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.contact-page .contact-page__top .contact-page__left {
    max-width: 270px;
    width: 30%
}

@media (max-width:750px) {
    .contact-page .contact-page__top .contact-page__left {
        max-width: 100%;
        width: 100%
    }
}

.contact-page .contact-page__top .contact-page__left .contact-page__item {
    margin-bottom: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contact-page .contact-page__top .contact-page__left .contact-page__item .ico {
    margin-top: 3px;
    margin-right: 10px
}

.contact-page .contact-page__top .contact-page__left .contact-page__item .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1a2b49;
    margin-bottom: 5px
}

.contact-page .contact-page__top .contact-page__left .contact-page__item .desc {
    font-size: 16px;
    line-height: 24px;
    color: #7a8496
}

.contact-page .contact-page__top .contact-page__left .contact-page__item .desc a {
    color: #7a8496
}

@media (max-width:900px) {
    .contact-page .contact-page__top .contact-page__left .contact-page__item .title {
        font-size: 18px;
        line-height: 26px
    }

    .contact-page .contact-page__top .contact-page__left .contact-page__item .desc {
        font-size: 14px;
        line-height: 22px
    }
}

@media (max-width:750px) {
    .contact-page .contact-page__top .contact-page__left .contact-page__item {
        margin-bottom: 15px
    }
}

.contact-page .contact-page__top .contact-page__right {
    max-width: 800px;
    width: calc(70% - 30px)
}

@media (max-width:750px) {
    .contact-page .contact-page__top .contact-page__right {
        max-width: 100%;
        width: 100%;
        margin-top: 30px
    }
}

.contact-page .contact-page__top .contact-page__right .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-page .contact-page__top .contact-page__right .map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

@media (max-width:900px) {
    .contact-page .contact-page__top .contact-page__right .map {
        height: 400px
    }
}

@media (max-width:750px) {
    .contact-page .contact-page__top .contact-page__right .map {
        height: 300px
    }
}

.contact-page .contact-page__form {
    margin-top: 60px;
    background: #1a2b49;
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:700px) {
    .contact-page .contact-page__form {
        margin-top: 40px;
        padding: 23px 20px 240px
    }
}

.contact-page .contact-page__form .form__text {
    max-width: 370px;
    width: 34%
}

@media (max-width:900px) {
    .contact-page .contact-page__form .form__text {
        width: 37%
    }
}

@media (max-width:700px) {
    .contact-page .contact-page__form .form__text {
        width: 100%
    }
}

.contact-page .contact-page__form .form__text img {
    position: absolute;
    left: -50px;
    bottom: -80px;
    max-width: 40%
}

@media (max-width:700px) {
    .contact-page .contact-page__form .form__text img {
        max-width: 375px;
        width: calc(100% + 40px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0
    }
}

.contact-page .contact-page__form .form__text .h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 20px
}

@media (max-width:900px) {
    .contact-page .contact-page__form .form__text .h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px
    }
}

.contact-page .contact-page__form .form__text .desc,
.contact-page .contact-page__form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

@media (max-width:900px) {
    .contact-page .contact-page__form .form__text .desc {
        font-size: 13.5px;
        line-height: 22px;
        margin-bottom: 15px
    }
}

.contact-page .contact-page__form .form {
    width: calc(66% - 40px)
}

@media (max-width:900px) {
    .contact-page .contact-page__form .form {
        width: calc(61.5% - 40px)
    }
}

@media (max-width:700px) {
    .contact-page .contact-page__form .form {
        width: 100%
    }
}

.contact-page .contact-page__form .forn__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px
}

@media (max-width:900px) {
    .contact-page .contact-page__form .forn__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.contact-page .contact-page__form .forn__top .form-item {
    margin: 0 10px;
    width: calc(100%/3 - 20px)
}

@media (max-width:900px) {
    .contact-page .contact-page__form .forn__top .form-item {
        width: calc(100% - 20px)
    }
}

.contact-page .contact-page__form .form-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact-page .contact-page__form label {
    font-family: 'Gotham Pro';
    margin-bottom: 5px;
    display: block
}

@media (max-width:700px) {
    .contact-page .contact-page__form label {
        font-size: 14px;
        line-height: 22px
    }
}

.contact-page .contact-page__form input {
    height: 50px;
    background: 0 0;
    border: 1.5px solid rgba(255, 255, 255, .1);
    margin-bottom: 20px
}

.contact-page .contact-page__form input::-webkit-input-placeholder,
.contact-page .contact-page__form textarea::-webkit-input-placeholder {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    color: #7a8496
}

.contact-page .contact-page__form input::-moz-placeholder,
.contact-page .contact-page__form textarea::-moz-placeholder {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    color: #7a8496
}

.contact-page .contact-page__form input:-ms-input-placeholder,
.contact-page .contact-page__form input::-ms-input-placeholder,
.contact-page .contact-page__form textarea:-ms-input-placeholder,
.contact-page .contact-page__form textarea::-ms-input-placeholder,
.subscribe .form-item input:-ms-input-placeholder {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    color: #7a8496
}

.contact-page .contact-page__form input::placeholder,
.contact-page .contact-page__form textarea::placeholder {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    color: #7a8496
}

@media (max-width:700px) {
    .contact-page .contact-page__form input {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
        margin-bottom: 10px
    }
}

.contact-page .contact-page__form textarea {
    width: 100%;
    height: 95px;
    resize: none;
    background: 0 0;
    border: 1.5px solid rgba(255, 255, 255, .1);
    border-radius: 5px;
    margin-bottom: 20px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #7a8496;
    padding: 13px
}

@media (max-width:700px) {
    .contact-page .contact-page__form textarea {
        font-size: 12px;
        line-height: 20px;
        height: 110px
    }
}

.contact-page .contact-page__form .form__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-page .contact-page__form .form__bottom img {
    margin-right: 20px
}

@media (max-width:700px) {
    .contact-page .contact-page__form .form__bottom img {
        display: none
    }
}

.contact-page .contact-page__form .btn-3 {
    border: 0;
    cursor: pointer
}

@media (max-width:700px) {
    .contact-page .contact-page__form .btn-3 {
        width: 100%;
        height: 40px;
        padding: 0
    }
}

.accordion__item {
    margin: 0 auto 15px;
    background: #fafafa;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 10px rgba(0, 113, 235, .05);
    box-shadow: 0 4px 10px rgba(0, 113, 235, .05)
}

.accordion__item .accordion__title {
    position: relative;
    display: block;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    padding: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1a2b49
}

@media (max-width:700px) {
    .accordion__item .accordion__title {
        font-size: 18px;
        line-height: 26px;
        padding-right: 45px
    }
}

.accordion__item .accordion-active {
    background: #fff
}

.accordion__item .accordion-active:before {
    content: '';
    position: absolute;
    left: 0;
    height: 1100%;
    width: 1.5px;
    top: 0;
    background: #0071eb
}

.accordion__item .accordion__title .accordion__arrow {
    position: absolute;
    top: calc(50% - 2.5px);
    right: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 5px;
    -webkit-transition: .4s;
    transition: .4s
}

.accordion__item .accordion__title .accordion__arrow,
.accordion__item .accordion__title .accordion__arrow span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.accordion__item .accordion__rotate,
.page-content .moreless-button.active:after,
.tours .months .months__btn.active .arrow,
.tours .sort__title.active svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion__item .accordion__content {
    padding: 0 20px 20px;
    margin-bottom: 2px;
    display: none;
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a2b49
}

@media (max-width:700px) {
    .accordion__item .accordion__content {
        font-size: 14px;
        line-height: 22px
    }

    .blog-inner {
        margin-top: 10px
    }
}

.blog-inner .breadcrumbs {
    padding-top: 0
}

@media (max-width:700px) {
    .blog-inner .breadcrumbs {
        margin-bottom: 10px
    }
}

.blog-inner .tags-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.blog-inner .tags-top .tag {
    padding: 6px 15px;
    background: #fff;
    border: 1.5px solid #0071eb;
    border-radius: 100px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: #1a2b49
}

@media (max-width:700px) {
    .blog-inner .tags-top .tag {
        font-size: 12px
    }
}

.blog-inner .tags-top .tag:first-child {
    border: 1.5px solid #f53
}

.blog-inner .tags-top .tag:hover {
    color: #0071eb
}

.blog-inner .blog-inner__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:900px) {
    .blog-inner .blog-inner__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.blog-inner .blog-inner__content {
    width: calc(69% - 40px);
    margin-right: 40px
}

@media (max-width:900px) {
    .blog-inner .blog-inner__content {
        width: 100%;
        margin-right: 0
    }
}

.blog-inner .blog-inner__content img {
    max-width: 100%;
    height: auto;
    margin: 0 auto 30px
}

@media (max-width:750px) {
    .blog-inner .blog-inner__content img {
        margin: 0 auto 20px
    }
}

.blog-inner .blog-inner__content p {
    font-size: 16px;
    line-height: 24px;
    color: #1a2b49;
    margin-bottom: 30px
}

@media (max-width:750px) {
    .blog-inner .blog-inner__content p {
        margin: 0 0 20px
    }
}

.blog-inner .blog-inner__content p a {
    border-bottom: 1.5px solid #f53;
    color: #1a2b49
}

.blog-inner .blog-inner__content h3 {
    color: #f53;
    margin-bottom: 20px
}

@media (max-width:750px) {
    .blog-inner .blog-inner__content h3 {
        font-size: 24px;
        line-height: 32px
    }
}

.blog-inner .blog-inner__content h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #0071eb;
    margin-bottom: 20px
}

@media (max-width:750px) {
    .blog-inner .blog-inner__content h4 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px
    }
}

.blog-inner .blog-inner__content ul:not(.breadcrumbs__list) {
    list-style-type: none;
    margin-bottom: 30px
}

@media (max-width:750px) {
    .blog-inner .blog-inner__content ul:not(.breadcrumbs__list) {
        margin: 0 0 20px
    }
}

.blog-inner .blog-inner__content ul:not(.breadcrumbs__list) li {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.blog-inner .blog-inner__content ul:not(.breadcrumbs__list) li:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
    margin-top: 2px;
    background-image: url(../img/pin-02.svg)
}

.blog-inner .blog-inner__content ul:not(.breadcrumbs__list) li:last-child,
.spa-tours-inner .spa-tours-inner__item ul:not(.slick-dots) li:last-child {
    margin-bottom: 0
}

.blog-inner .blog-inner__content ul:not(.breadcrumbs__list) li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1a2b49
}

.blog-inner .blog-inner__content ul:not(.breadcrumbs__list) li a:hover {
    color: #f53
}

.blog-inner .blog-inner__top {
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

@media (max-width:900px) {
    .blog-inner .blog-inner__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.blog-inner .blog-inner__top .avtor .ico {
    margin-right: 10px
}

.blog-inner .blog-inner__top .avtor .ico img {
    margin: 0;
    min-width: 40px;
    width: 40px;
    height: 40px
}

.blog-inner .blog-inner__top .avtor,
.blog-inner .blog-inner__top .avtor .ico,
.blog-inner .blog-inner__top .avtor .text,
.blog-inner .social,
.blog-inner .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-inner .blog-inner__top .avtor .text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-inner .blog-inner__top .avtor .text span {
    display: block;
    margin-right: 10px
}

.blog-inner .blog-inner__top .avtor .text span b {
    margin-left: 10px
}

@media (max-width:900px) {
    .blog-inner .blog-inner__top .avtor .text span {
        font-size: 12px;
        line-height: 20px
    }
}

.blog-inner .social,
.blog-inner .social a {
    margin: 0 -4.5px
}

@media (max-width:900px) {
    .blog-inner .social {
        margin: 15px -4.5px 0
    }
}

.blog-inner .social a {
    border: 1px solid #1a2b49;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 4.5px
}

.blog-inner .social a:hover {
    border: 1px solid #f53
}

.blog-inner .social a:hover path {
    fill: #f53
}

.blog-inner .blog-inner__asside {
    max-width: 368px;
    width: 31%
}

@media (max-width:900px) {
    .blog-inner .blog-inner__asside {
        width: 100%;
        max-width: 400px;
        margin: 40px auto 0
    }
}

.blog-inner .sticky-thumb {
    position: sticky;
    top: 100px
}

@media (max-width:700px) {
    .blog-inner .sticky-thumb {
        position: inherit
    }
}

.blog-inner .h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1a2b49;
    padding-left: 10px;
    margin-bottom: 20px
}

.blog-inner .search {
    height: 37px;
    margin-bottom: 32px
}

@media (max-width:700px) {
    .blog-inner .search {
        display: none
    }
}

.blog-inner .search form {
    width: 100%
}

.blog-inner .search form input {
    background-color: transparent;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding-left: 30px;
    padding-bottom: 10px;
    border: 0;
    width: 100%;
    border-bottom: 1.5px solid #1a2b49;
    font-size: 14px;
    line-height: 22px;
    color: #1a2b49
}

.blog-inner .search form input ::-webkit-input-placeholder {
    color: #1a2b49
}

.blog-inner .search form input ::-moz-placeholder {
    color: #1a2b49
}

.blog-inner .search form input :-ms-input-placeholder,
.blog-inner .search form input ::-ms-input-placeholder {
    color: #1a2b49
}

.blog-inner .search form input ::placeholder {
    color: #1a2b49
}

.blog-inner .blog-inner__items {
    background: #fafafa;
    border-radius: 10px;
    padding: 20px 10px
}

.blog-inner .useful-guides__item {
    padding: 0 10px 15px
}

.blog-inner .useful-guides__item:last-child {
    padding-bottom: 0
}

.blog-inner .useful-guides__item .title {
    font-size: 16px;
    line-height: 24px
}

@media (max-width:700px) {
    .blog-inner .useful-guides__item .title {
        font-size: 14px;
        line-height: 22px
    }
}

.blog-inner .content-btn,
.blog-inner .content-links .h4 span,
.read-also .slick-dots button {
    display: none
}

@media (max-width:700px) {
    .blog-inner .content-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 60px;
        height: 60px;
        background: #1a2b49;
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 1;
        border-radius: 50%;
        border: 1px solid #fff
    }
}

.blog-inner .content-links {
    margin: 40px 0 20px
}

@media (max-width:700px) {
    .blog-inner .content-links {
        margin: 0;
        display: none
    }
}

.blog-inner .content-links .h4 {
    padding-left: 0
}

@media (max-width:700px) {
    .blog-inner .content-links .h4 span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.blog-inner .content-links ul li a:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1a2b49
}

.rating {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:700px) {
    .rating {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.rating,
.rating .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:700px) {
    .rating .left {
        font-size: 14px
    }
}

.rating .left svg {
    margin: 0 15px;
    height: 20px;
    width: auto
}

@media (max-width:700px) {
    .rating .left svg {
        margin: 0 10px
    }
}

.rating .dsc {
    color: #7a8496
}

.rating .right,
.subscribe {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rating .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order .order__content .clonador svg,
.rating .right .titl {
    margin-right: 10px
}

@media (max-width:700px) {
    .rating .right {
        font-size: 14px;
        margin-top: 13px
    }
}

.subscribe {
    width: 100%;
    margin: 30px 0;
    min-height: 315px;
    background: #1a2b49;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

@media (max-width:700px) {
    .subscribe {
        padding-bottom: 280px
    }
}

.subscribe .img {
    position: absolute;
    left: -130px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:700px) {
    .subscribe .img {
        top: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -200px;
        left: 50%;
        width: auto
    }

    .subscribe .img img {
        max-width: 550px
    }
}

.subscribe .text {
    padding-left: 43%;
    padding-right: 25px
}

@media (max-width:700px) {
    .subscribe .text {
        padding: 20px
    }
}

.subscribe .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px
}

.subscribe,
.subscribe .form-item label,
.subscribe form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.subscribe form {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%
}

@media (max-width:700px) {
    .subscribe form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.subscribe .form-item {
    margin-right: 20px;
    width: 60%
}

@media (max-width:700px) {
    .subscribe .form-item {
        margin-right: 0;
        width: 100%
    }
}

.subscribe .form-item label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 5px
}

.subscribe .form-item input {
    width: 100%;
    height: 50px;
    background: 0 0;
    border: 1.5px solid rgba(255, 255, 255, .1);
    border-radius: 5px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #7a8496;
    padding: 13px
}

.subscribe .form-item input::-webkit-input-placeholder {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    color: #7a8496
}

.subscribe .form-item input::-moz-placeholder {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    color: #7a8496
}

.subscribe .form-item input::-ms-input-placeholder {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    color: #7a8496
}

.subscribe .form-item input::placeholder {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    color: #7a8496
}

@media (max-width:700px) {
    .subscribe .form-item input {
        font-size: 12px;
        line-height: 20px;
        height: 40px
    }
}

.subscribe .btn-3 {
    border: 0;
    width: 40%;
    padding: 10px 15px;
    height: 50px
}

@media (max-width:700px) {
    .subscribe .btn-3 {
        width: 100%;
        height: 40px;
        margin-top: 20px
    }
}

.read-also {
    margin: 100px 0
}

@media (max-width:700px) {
    .read-also {
        margin: 40px 0
    }
}

.read-also.read-also2 {
    margin: 0
}

.read-also .container {
    position: relative
}

.read-also .read-also-slider {
    margin-right: -30%
}

.read-also .read-also-slider .slick-list {
    padding-right: 30%
}

.read-also .read-also-slider .useful-guides__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    margin-right: 30px
}

@media (max-width:700px) {
    .read-also .read-also-slider .useful-guides__item {
        margin-right: 15px
    }
}

.read-also .read-also-slider2 {
    margin-right: -45%
}

.read-also .read-also-slider2 .slick-list {
    padding-right: 30%
}

.read-also .read-also-slider2 .useful-guides__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    border-bottom: 0;
    max-width: 300px;
    padding: 0;
    margin-right: 10px
}

@media (max-width:700px) {
    .read-also .read-also-slider2 .useful-guides__item {
        margin-right: 15px
    }
}

.read-also .slick-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    margin-top: 30px;
    height: 1px;
    background-color: rgba(26, 43, 73, .42)
}

.read-also .slick-dots li {
    width: 100%;
    height: 1px;
    background-color: #1a2b49;
    opacity: 0
}

.read-also .slick-dots li.slick-active {
    opacity: 1
}

.read-also .arrows {
    position: absolute;
    right: 15px;
    top: -20px
}

@media (max-width:700px) {
    .read-also .arrows {
        display: none
    }
}

.read-also .arrows .aroow path,
.similar-tours .similar__arrows .aroow path {
    fill: #1a2b49
}

.read-also .arrows .next12 {
    margin-left: 15px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 113, 235, .05);
    box-shadow: 0 4px 10px rgba(0, 113, 235, .05)
}

.gudes-inner-top {
    padding: 130px 0 40px;
    margin-bottom: 20px;
    background-image: url(../img/gudes-inner-top.jpg);
    background-size: cover;
    background-position: center
}

@media (max-width:700px) {
    .gudes-inner-top {
        padding: 40px 0 30px
    }
}

.gudes-inner-top .desc,
.gudes-inner-top .h2 {
    color: #fff;
    text-align: center;
    margin: 0 auto 20px;
    max-width: 579px
}

.gudes-inner-top .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 50px;
    max-width: 530px;
    display: block
}

@media (max-width:700px) {
    .gudes-inner-top .desc {
        font-size: 14px;
        line-height: 22px;
        margin: 0 auto 36px
    }
}

.gudes-inner-top .avtor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:700px) {
    .gudes-inner-top .avtor {
        max-width: 270px;
        margin: 0 auto
    }
}

.gudes-inner-top .ico {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 10px
}

.gudes-inner-top .ico img {
    width: 100%;
    border-radius: 100%;
    border: 2px solid #fff
}

.gudes-inner-top .text {
    color: #fff;
    font-size: 14px;
    line-height: 24px
}

.gudes-inner .blog-inner__body {
    position: relative
}

@media (max-width:900px) {
    .gudes-inner .blog-inner__body .blog-inner__asside {
        margin: 0
    }

    .gudes-inner .blog-inner__body .blog-inner__asside .social,
    .gudes-inner .blog-inner__body .blog-inner__asside .tags-top {
        display: none
    }
}

.gudes-inner .blog-inner__body .search,
.tours-inner .tour-information .date__items ul li{
    margin-bottom: 15px
}

.gudes-inner .blog-inner__body .content-links {
    margin-top: 15px
}

.gudes-inner .nav-mob {
    display: none
}

@media (max-width:900px) {
    .gudes-inner .nav-mob {
        display: block;
        margin-bottom: 20px
    }
}

.guides-blog-block {
    background: #fafafa
}

.guides-blog-block .h4,
.guides-blog-block h4 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #1a2b49;
    margin-bottom: 30px
}

@media (max-width:750px) {

    .guides-blog-block .h4,
    .guides-blog-block h4 {
        font-size: 24px;
        line-height: 32px
    }
}

.tours {
    padding-bottom: 80px
}

@media (max-width:1100px) {
    .tours {
        padding-bottom: 20px
    }
}

.tours .h2 {
    margin-bottom: 20px
}

.tours .months {
    position: relative
}

.tours .months .months__btn,
.tours .months__body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tours .months .months__btn {
    display: none;
    background: #f53;
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

@media (max-width:900px) {
    .tours .months .months__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.tours .months .months__btn .arrow,
.tours .months .months__btn .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tours .months .months__btn .txt {
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.tours .months .months__btn .txt svg {
    margin-right: 5px;
    margin-bottom: 2px;
    display: block
}

.tours .months .months__btn .arrow {
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.tours .months__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2px 10px
}

@media (max-width:900px) {
    .tours .months__body {
        position: absolute;
        z-index: 1;
        right: 0;
        left: 0;
        top: calc(100% + 10px);
        display: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background: #fff;
        border-radius: 5px;
        padding: 15px 0;
        height: 340px;
        overflow: auto
    }
}

.tours .months__item {
    margin: 0 2px 10px;
    background: #1a2b49;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 19px;
    position: relative
}

.tours .months__item .close {
    display: none
}

.tours .months__item:hover {
    background: #f53
}

.tours .months__item.active {
    background: #f53;
    z-index: 1
}

.tours .months__item.active .close {
    display: block;
    position: absolute;
    right: -7px;
    top: -7px;
    width: 20px;
    height: 20px;
    background-image: url(../img/close.svg);
    background-size: 100%;
    background-position: center;
    z-index: 1;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .35);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .35);
    border-radius: 100%
}

@media (max-width:900px) {
    .tours .months__item.active .close {
        right: 11px;
        top: 14px;
        width: 12px;
        height: 12px;
        background-image: url(../img/close-2.svg);
        -webkit-box-shadow: 3px 3px 6px transparent;
        box-shadow: 3px 3px 6px transparent
    }

    .tours .months__item.active {
        background: #fff8f7 !important
    }
}

@media (max-width:1300px) {
    .tours .months__item {
        font-size: 14px;
        padding: 10px 15px
    }
}

@media (max-width:1100px) {
    .tours .months__item {
        font-size: 12px;
        padding: 8px 14px
    }
}

@media (max-width:900px) {
    .tours .months__item {
        padding: 10px 15px;
        background: 0 0;
        font-size: 14px;
        line-height: 22px;
        color: #7a8496;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .tours .months__item:hover {
        background: #fff8f7 !important;
        color: #1a2b49
    }

    .tours .months__item.active {
        color: #1a2b49
    }
}

.tours .tours__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tours .tours__left {
    max-width: 285px;
    width: 24%;
    /*border-top: 1px solid rgba(26, 43, 73, .1);*/
    /*padding-top: 20px*/
}

@media (max-width:900px) {
    .tours .tours__left {
        max-width: 0;
        width: 0
    }
}

.tours .tours__right {
    width: calc(76% - 20px);
    margin-left: 20px
}

@media (max-width:900px) {
    .tours .tours__right {
        width: 100%;
        margin-left: 0
    }
}

.tours .tours__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

@media (max-width:900px) {
    .tours .tours__top {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 22px
    }
}

.tours .tours__top .res {
    color: #7a8496
}

.tours .tours__top .sort,
.tours .tours__top .sort .sort__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tours .tours__top .sort span {
    margin-right: 10px;
    color: #7a8496
}

.tours .tours__top .sort .sort__title svg {
    margin-left: 5px;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

@media (max-width:900px) {
    .tours .tours__top .sort {
        display: none
    }
}

.tours .sort {
    position: relative
}

.tours .sort__title {
    cursor: pointer
}

.tours .sort__items {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    border-radius: 5px;
    display: none;
    padding: 15px;
    width: 100%
}

.filter-item input,
.tours .sort__items .title {
    display: none
}

.tours .sort__items ul li a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #1a2b49;
    border-bottom: 1.5px solid #e8eaed;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.tours .sort__items ul li a:hover {
    color: #f53
}

.tours .sort__items ul li:last-child a {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0
}

.tours .tours__items .tours__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

@media (max-width:750px) {
    .tours .tours__items .tours__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 345px;
        margin: 0 auto 30px
    }
}

.tours .tours__items .tours__item .images {
    width: 43%;
    position: relative;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    z-index: 0;
    height: fit-content;
}

.tours .tours__items .tours__item .images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

@media (max-width:750px) {
    .tours .tours__items .tours__item .images {
        width: 100%;
        margin-bottom: 15px
    }
}

.tours .tours__items .tours__item .tag-1 {
    padding: 8px 29px;
    background: #f6ec2f;
    border-radius: 10px 0
}

.tours .tours__items .tours__item .tag-2 {
    z-index: 1;
    padding: 8px 29px;
    background: #07c225;
    border-radius: 0 10px 10px 0;
    color: #fff;
    margin-top: 5px
}

.tours .tours__items .tours__item .tag-3 {
    padding: 8px 29px;
    background: #f53;
    border-radius: 10px 0;
    color: #fff
}

.tours .tours__items .tours__item .tag-4 {
    padding: 8px 29px;
    background: #0071eb;
    border-radius: 10px 0;
    color: #fff
}

.tours .tours__items .tours__item .tags {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.tours .tours__items .tours__item .tags div:first-child {
    margin-top: 0;
    border-radius: 10px 0
}

.tours .tours__items .tours__item .slider {
    width: 100%
}

.tours .tours__items .tours__item .slider .slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    cursor: pointer;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.tours .tours__items .tours__item .slider .slick-arrow:hover {
    background-color: #f53
}

.tours .tours__items .tours__item .slider .prev {
    left: 10px;
    z-index: 1
}

.tours .tours__items .tours__item .slider .next {
    right: 10px
}

.f-body__item label,
.tours .tours__items .tours__item .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tours .tours__items .tours__item .rating {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 10px 0;
    padding: 8px 14px;
    z-index: 1
}

.tours .tours__items .tours__item .star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tours .tours__items .tours__item .star:after {
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(../img/star.svg);
    display: block;
    margin-top: 3px
}

.tours .tours__items .tours__item .progres {
    width: 63px;
    height: 10px;
    background: #ebebeb;
    border-radius: 10px;
    margin-left: 7px;
    position: relative;
    z-index: 1
}

.tours .tours__items .tours__item .progres span {
    height: 10px;
    background: #07c225;
    border-radius: 10px 0 0 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.tours .tours__items .tours__item .text {
    width: 57%;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:1100px) {
    .tours .tours__items .tours__item .text {
        padding-left: 14px
    }
}

@media (max-width:750px) {
    .tours .tours__items .tours__item .text {
        width: 100%;
        padding-left: 0
    }
}

.tours .tours__items .tours__item .title {
    display: block;
    overflow: hidden;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1a2b49;
    margin-bottom: 15px
}

.f-body__item a:hover,
.page-content h3,
.tours .tours__items .tours__item .title:hover,
.tours-inner .tour-information .date__items ul li a.active:hover,
.tours-inner .tour-information .events-date__items ul li a.active:hover{
    color: #f53
}

@media (max-width:1100px) {
    .tours .tours__items .tours__item .title {
        margin-bottom: 5px;
        height: 50px;
        font-size: 18px;
        line-height: 25px
    }
}

@media (max-width:750px) {
    .tours .tours__items .tours__item .title {
        margin-bottom: 10px
    }
}

.filter-item,
.tours .tours__items .tours__item .text__items {
    border-bottom: 1.5px solid rgba(26, 43, 73, .1);
    margin-bottom: 20px;
    padding-bottom: 5px
}

@media (max-width:1100px) {
    .tours .tours__items .tours__item .text__items {
        margin-bottom: 10px
    }
}

.tours .tours__items .tours__item .text__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

@media (max-width:1100px) {
    .tours .tours__items .tours__item .text__item {
        margin-bottom: 5px;
        font-size: 14px
    }
}

.tours .tours__items .tours__item .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
}

.tours .tours__items .tours__item .bottom {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:750px) {
    .tours .tours__items .tours__item .prices {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.tours .tours__items .tours__item .old-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #1a2b49
}

.tours .tours__items .tours__item .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #f53
}

@media (max-width:750px) {
    .tours .tours__items .tours__item .price {
        margin-right: 5px
    }

    .tours .tours__items .tours__item .btn-3 {
        height: 40px;
        padding: 9px 30px;
        font-size: 14px;
        line-height: 22px
    }
}

.filter-item {
    border-bottom: 1px solid rgba(26, 43, 73, .1);
    padding-bottom: 20px
}

.filter-item input+label::before {
    cursor: pointer;
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: .25em;
    margin-right: .5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.filter-item input+label:hover::before,
.order .order__content .checks__item input+label:hover::before {
    background-image: url(../img/check-h.svg)
}

.filter-item input:checked+label::before,
.order .order__content .checks__item input:checked+label::before {
    border-color: #f93c00;
    background-color: #f93c00;
    background-image: url(../img/check.svg)
}

.filter_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1a2b49;
    cursor: pointer
}

.up {
    margin-right: 16px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.up.active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#filters .title,
.f-body {
    display: none
}

.f-body__item {
    margin: 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.f-body__item a,
.order .order__content .checks__item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a2b49
}

.fancybox-slide--html {
    padding: 0 !important
}

@media (max-width:900px) {

    #content-links .fancybox-close-small,
    #content-links .h4 span {
        display: none
    }

    #content-links,
    #filters,
    #sort {
        width: 100%;
        min-height: 100%;
        padding: 15px
    }

    #content-links .h4 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #fff;
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
        box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
        font-size: 18px;
        line-height: 26px;
        color: #1a2b49;
        padding: 22px 15px;
        margin: -15px -15px 20px
    }

    #content-links .h4,
    #content-links .h4 span,
    #content-links ul li a,
    #sort .title,
    #sort ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #content-links ul,
    #sort ul {
        list-style-type: none
    }

    #content-links ul li a,
    #sort .title,
    #sort ul li a {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #content-links ul li a,
    #sort ul li a {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 22px;
        color: #7a8496
    }

    #content-links ul li a.active,
    #content-links ul li a:hover,
    #sort ul li a.active {
        color: #1a2b49
    }

    #content-links ul li a.active:after,
    #sort ul li a.active:after {
        content: '';
        width: 11px;
        height: 8px;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../img/check-Icon.svg)
    }

    #sort .fancybox-close-small {
        display: none
    }

    #sort .title {
        background: #fff;
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
        box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
        font-size: 18px;
        line-height: 26px;
        color: #1a2b49;
        padding: 22px 15px;
        margin: -15px -15px 20px
    }

    #filters .fancybox-close-small {
        display: none
    }

    #filters .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
        box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
        font-size: 18px;
        line-height: 26px;
        color: #1a2b49;
        padding: 22px 15px;
        margin: -15px -15px 20px
    }

    #filters .filter-item {
        border: 0;
        margin-bottom: 7px;
        padding-bottom: 0
    }

    #filters .filter_title {
        background: #fafafa;
        border-radius: 5px;
        padding: 15px;
        font-size: 14px;
        line-height: 22px
    }

    #filters .f-body {
        padding: 8px 15px
    }

    #filters .f-body__item {
        margin: 9px 0
    }
}

.mob-buttons {
    display: none
}

@media (max-width:900px) {

    .mob-buttons,
    .mob-buttons .mob-buttons__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .mob-buttons {
        margin-bottom: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .mob-buttons .mob-buttons__item {
        width: calc(50% - 10px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        line-height: 20px;
        color: #1a2b49;
        border: 1.5px solid #f53;
        border-radius: 5px;
        padding: 8px
    }

    .mob-buttons .mob-buttons__item svg {
        margin-right: 5px
    }
}

.questions {
    background: #fafafa;
    padding: 100px 0
}

@media (max-width:1100px) {
    .questions {
        padding: 40px 0
    }
}

.page-content .row,
.questions .questions__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.questions .questions__body .accordion__item {
    background: #fff
}

.questions .questions__body .questions__left {
    width: calc(50% - 20px);
    margin: 0 10px
}

@media (max-width:1100px) {
    .questions .questions__body .questions__left {
        width: calc(100% - 20px)
    }
}

.page-content .col-50,
.questions .questions__body .questions__right {
    width: calc(50% - 20px);
    margin: 0 10px
}

@media (max-width:1100px) {
    .questions .questions__body .questions__right {
        width: calc(100% - 20px)
    }

    .page-content {
        padding-bottom: 40px
    }
}

.page-content h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #f53;
    margin-bottom: 20px
}

@media (max-width:900px) {
    .page-content h4 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px
    }
}

.page-content p {
    margin-bottom: 25px
}

@media (max-width:900px) {
    .page-content p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 22px
    }
}

.page-content ul,
.tours-inner .tour-information .date__items ul,
.tours-inner .tour-information .events-date__items ul{
    list-style-type: none
}

.page-content ul li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:900px) {
    .page-content ul li {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 22px
    }
}

.page-content ul li:before {
    content: '';
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url(../img/plane.svg);
    display: block;
    margin-top: 3px;
    background-size: 100%
}

@media (max-width:1100px) {
    .page-content .col-50 {
        width: calc(100% - 20px)
    }
}

.page-content .moretext,
.tours-inner .tours-inner__content .accordion-active:before,
.tours-inner .tours-inner__content .tours-inner__slider .tours-inner__counter {
    display: none
}

.page-content .moreless-button {
    color: #0071eb;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.page-content .moreless-button:after {
    margin-left: 10px;
    content: '';
    width: 11px;
    height: 11px;
    background-image: url(../img/moreless.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: -1px
}

.tours-inner .h2 {
    font-size: 44px
}

@media (max-width:1100px) {
    .tours-inner .h2 {
        font-size: 32px;
        line-height: 38px
    }
}

.tours-inner .tours-inner__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1.5px solid rgba(26, 43, 73, .1)
}

.tours-inner .tours-inner__content {
    width: calc(69.5% - 30px);
    margin-right: 30px
}

@media (max-width:990px) {
    .tours-inner .tours-inner__content {
        width: 100%;
        margin: 0 0 30px
    }
}

.tours-inner .tours-inner__content .tours-inner__slider {
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

@media (max-width:700px) {
    .tours-inner .tours-inner__content .tours-inner__slider {
        margin-bottom: 20px
    }

    .tours-inner .tours-inner__content .tours-inner__slider .tours-inner__counter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        background: #fff;
        border-radius: 5px;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        bottom: 20px;
        justify-content: center;
        color: #1a2b49;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        padding: 8px 10px
    }

    .tours-inner .tours-inner__content .tours-inner__slider .tours-inner__counter span {
        color: #1a2b49;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px
    }
}

.tours-inner .tours-inner__content .tours-inner__image {
    position: relative;
    z-index: 0
}

.tours-inner .tours-inner__content .tours-inner__image .img {
    height: 490px
}

@media (max-width:1100px) {
    .tours-inner .tours-inner__content .tours-inner__image .img {
        height: 390px
    }
}

@media (max-width:700px) {
    .tours-inner .tours-inner__content .tours-inner__image .img {
        height: 245px
    }
}

.tours-inner .tours-inner__content .tours-inner__image .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    cursor: pointer;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.tours-inner .tours-inner__content .tours-inner__image .slick-arrow:hover {
    background-color: #f53
}

@media (max-width:700px) {
    .tours-inner .tours-inner__content .tours-inner__image .slick-arrow {
        width: 30px;
        height: 30px
    }

    .tours-inner .tours-inner__content .tours-inner__image .slick-arrow svg {
        width: 12px;
        height: auto
    }
}

.tours-inner .tours-inner__content .tours-inner__image .prev {
    left: 10px;
    z-index: 1
}

.tours-inner .tours-inner__content .tours-inner__image .next {
    right: 10px
}

@media (max-width:700px) {
    .tours-inner .tours-inner__content .tours-inner__thumb {
        display: none
    }
}

.tours-inner .tours-inner__content .tours-inner__thumb .img {
    cursor: pointer;
    height: 100px;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

@media (max-width:1100px) {
    .tours-inner .tours-inner__content .tours-inner__thumb .img {
        height: 80px
    }
}

.tours-inner .tours-inner__content .tours-inner__thumb .img:hover {
    opacity: .8
}

.tours-inner .tours-inner__content .tours-inner__image .img img,
.tours-inner .tours-inner__content .tours-inner__thumb .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tours-inner .tours-inner__content .buy-tour {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f53;
    border-radius: 10px;
    padding: 22px;
    margin-bottom: 30px
}

@media (max-width:700px) {
    .tours-inner .tours-inner__content .buy-tour {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
        margin-bottom: 20px
    }
}

.order .order__content .checks__item label,
.tours-inner .tours-inner__content .buy-tour,
.tours-inner .tours-inner__content .buy-tour .ico,
.tours-inner .tours-inner__content .buy-tour .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tours-inner .tours-inner__content .buy-tour .ico {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff
}

@media (max-width:700px) {
    .tours-inner .tours-inner__content .buy-tour .ico {
        margin-right: 10px
    }
}

.tours-inner .tours-inner__content .buy-tour .num {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #fff;
    margin-right: 10px
}

@media (max-width:700px) {
    .tours-inner .tours-inner__content .buy-tour .num {
        font-size: 24px;
        line-height: 32px
    }
}

.tours-inner .tours-inner__content .buy-tour .desc {
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

@media (max-width:700px) {
    .tours-inner .tours-inner__content .buy-tour .desc {
        font-size: 14px;
        line-height: 22px
    }
}

.tours-inner .tours-inner__content .buy-tour .btn-2 {
    color: #0071eb
}

.tours-inner .tours-inner__content .buy-tour .btn-2:focus,
.tours-inner .tours-inner__content .buy-tour .btn-2:hover {
    color: #fff
}

@media (max-width:700px) {
    .tours-inner .tours-inner__content .buy-tour .btn-2 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px
    }
}

.tours-inner .tours-inner__content .included {
    background: #fafafa;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 90px
}

@media (max-width:900px) {
    .tours-inner .tours-inner__content .included {
        margin-bottom: 30px
    }
}

.tours-inner .tours-inner__content .included .included__items {
    margin-bottom: 20px
}

.tours-inner .tours-inner__content .included .included__item {
    margin-bottom: 15px
}

.tours-inner .tours-inner__content .included .excluded__item,
.tours-inner .tours-inner__content .included .ico,
.tours-inner .tours-inner__content .included .included__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tours-inner .tours-inner__content .included .ico {
    background-color: #0071eb;
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px
}

.tours-inner .tours-inner__content .included .excluded__item {
    margin-bottom: 15px
}

.tours-inner .tours-inner__content .included .excluded__item .ico {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.tours-inner .tours-inner__content .included .excluded__item .line {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tours-inner .tours-inner__content .accordion {
    padding: 20px 0 30px
}

.tours-inner .tours-inner__content .accordion__item {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    border-radius: 0;
    border-bottom: 1.5px solid rgba(26, 43, 73, .1);
    padding: 0 0 15px;
    margin-bottom: 15px
}

.tours-inner .tours-inner__content .accordion__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.tours-inner .tours-inner__content .accordion__title {
    padding: 0;
    background: 0 0;
    border-radius: 0
}

@media (max-width:1100px) {
    .tours-inner .tours-inner__content .accordion__title {
        font-size: 18px;
        line-height: 22px
    }

    .tours-inner .tours-inner__content .accordion__title .accordion__title-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 32px
    }

    .tours-inner .tours-inner__content .accordion__title .accordion__title-text span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        font-size: 14px
    }
}

@media (max-width:900px) {
    .tours-inner .tours-inner__content .accordion__title {
        font-size: 16px;
        line-height: 22px
    }
}

.tours-inner .tours-inner__content .accordion-active {
    background: 0 0
}

.tours-inner .tours-inner__content .day {
    padding: 13px 21px;
    background: #0071eb;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-right: 10px
}

.tours-inner .tours-inner__content .accordion__content {
    padding: 20px 0 15px
}

@media (max-width:1100px) {
    .tours-inner .tours-inner__content .accordion__content {
        font-size: 14px;
        line-height: 22px
    }
}

.tours-inner .tours-inner__content .conditions {
    margin-bottom: 40px;
    background: #fafafa;
    border-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tours-inner .tours-inner__content .conditions .btn-3 svg {
    margin-left: 10px
}

@media (max-width:990px) {
    .tours-inner .tours-inner__content .conditions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .tours-inner .tours-inner__content .conditions .btn-3 {
        width: 100%;
        margin-top: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:700px) {
    .tours-inner .inner__mob {
        margin-bottom: 60px
    }
}

.tours-inner .tours-inner__asside {
    width: 30.5%;
    position: relative;
    z-index: 0
}

@media (max-width:990px) {
    .tours-inner .tours-inner__asside {
        width: 100%;
        margin-bottom: 40px
    }
}

.tours-inner .description {
    color: #7a8496;
    margin: 30px 0
}

.tours-inner .flights {
    background: #fafafa;
    border-radius: 10px;
    padding: 20px 20px 0;
    position: relative;
    z-index: 0
}

.tours-inner .flights .h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #f53;
    margin-bottom: 20px
}

.tours-inner .flights .flights__item {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1.5px solid rgba(26, 43, 73, .05)
}

.tours-inner .flights .flights__item:last-child {
    margin-bottom: 0;
    border: 0
}

.tours-inner .flights .flights__item:before {
    content: '';
    width: 6px;
    height: 54px;
    background-image: url(../img/dots.svg);
    position: absolute;
    left: 9px;
    top: 50.3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tours-inner .flights .title {
    color: #7a8496;
    margin-bottom: 13px
}

.tours-inner .flights .flights__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px
}

.tours-inner .flights .ico {
    margin-top: 3px;
    margin-right: 10px
}

.tours-inner .flights .txt .dsc,
.tours-inner .tour-information .date__items ul li a,
.tours-inner .tour-information .events-date__items ul li a{
    color: #7a8496
}

.tours-inner .flights .flights__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tours-inner .tour-information {
    background: #fafafa;
    border-radius: 10px;
    padding: 20px
}

.tours-inner .tour-information .h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #f53;
    margin-bottom: 20px
}

.tours-inner .tour-information .date__body {
    margin: 0 -12px 10px;
    position: relative;
    z-index: 1
}

.tours-inner .tour-information .date__title,
.tours-inner .tour-information .spa-date__title,
.tours-inner .tour-information .events-date__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1.5px solid #1a2b49;
    border-radius: 5px;
    padding: 13px 20px 13px 13px;
    cursor: pointer
}

.spa-package .data-selected,
.events-date .events-data-selected {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    overflow: hidden;
    margin-left: 0;
}

.date__items ul li a.spa-tour-select.active,
.events-date__items ul li a.events-tour-select.active
{
    opacity: .7;
    pointer-events: none !important;
}

.date__items ul li a.spa-tour-select:not(.active),
.events-date__items ul li a.events-tour-select:not(.active){
    cursor: pointer !important;
    color: #1a2b49 !important;
    pointer-events: unset !important;
}

.date__items ul li.hotty_colored a.spa-tour-select:not(.active),
.events-date__items ul li.hotty_colored a.events-tour-select:not(.active)  {
    color: #f53 !important;
}

.date__items ul li a.spa-tour-select:not(.active):hover,
.events-date__items  ul li a.events-tour-select:not(.active):hover{
    color: #f53 !important;
}

.spa-days {
    z-index: 3 !important;
}

.spa-date {
    z-index: 2 !important;

    transition: all .3s;
}

.spa-package {
    transition: all .3s;
}

.spa-date.disabled,
.spa-package.disabled {

    pointer-events: none;
}

.spa-date.disabled .arrow,
.spa-package.disabled .arrow {
    opacity: 0;
}



.spa-date__title .arrow svg,
.events-date__title .arrow svg {
    transition: all .3s;
}

.spa-date__title.active .arrow svg,
.events-date__title.active .arrow svg {
    transform: rotate(-90deg) !important;
}


.spa-tour-select,
.events-tour-select{
    display: none;
}

.spa-tour-select.enabled,
.events-tour-select.enabled {
    display: block;
}

.tours-inner .tour-information .ico,
.tours-inner .tour-information .tour-information__item .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
}

.tour-information__item--extra {
    padding: 10px 0;
    border-bottom: 1px solid rgba(26, 43, 73, .2);
}

.tours-inner .tour-information .arrow {
    margin-left: auto
}

.tours-inner .tour-information .date__items,
.tours-inner .tour-information .events-date__items {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    height: 288px;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
    padding: 13px;
    margin-top: 5px;
    z-index: 1;
    width: 100%
}

.tours-inner .tour-information .date__items::-webkit-scrollbar,
.tours-inner .tour-information .events-date__items::-webkit-scrollbar {
    width: 2px
}

.tours-inner .tour-information .date__items::-webkit-scrollbar-track,
.tours-inner .tour-information .events-date__items::-webkit-scrollbar-track {
    background: 0 0
}

.tours-inner .tour-information .date__items::-webkit-scrollbar-thumb,
.tours-inner .tour-information .events-date__items::-webkit-scrollbar-thumb {
    background-color: #1a2b49;
    border-radius: 20px
}

.order .order__content .wishes .desc p b,
.tours-inner .tour-information .date__items ul li a.active,
.tours-inner .tour-information .events-date__items  ul li a.active{
    color: #1a2b49
}

.tours-inner .tour-information .tour-information__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.tours-inner .tour-information .tour-information__bottom {
    border-top: 1.5px solid rgba(26, 43, 73, .2);
    padding-top: 20px;
    margin-top: 20px
}

.tours-inner .tour-information .dsc {
    color: #7a8496;
    margin-bottom: 10px
}

.tours-inner .tour-information .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.tours-inner .tour-information .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #f53;
    margin-right: 5px
}

.tours-inner .tour-information .old-price {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #1a2b49;
    margin-bottom: 3px
}

.tours-inner .tour-information .btn-3 {
    width: 100%;
    text-align: center
}

.similar-tours {
    padding-bottom: 100px;
    position: relative;
    z-index: 0
}

@media (max-width:1100px) {
    .similar-tours {
        padding-bottom: 40px
    }
}

.similar-tours .similar-tours__slider {
    position: relative;
    z-index: 1;
    margin: 0 -10px
}

.similar-tours .popular__item {
    margin: 0 10px;
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.similar-tours .popular__item .img,
.similar-tours .popular__item .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.similar-tours .popular__item .label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 183px;
    height: 40px;
    left: 0;
    top: 0;
    background: #07c225;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    z-index: 1;
    border-radius: 10px 0
}

.similar-tours .popular__item .img {
    border-radius: 10px;
    overflow: hidden;
    max-height: 278px;
    position: relative;
    z-index: 0
}

.similar-tours .popular__item .img:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(86.18%, rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .8) 86.18%)
}

.similar-tours .popular__item .img:after,
.similar-tours .popular__item .img:before,
.similar-tours .popular__item .text {
    position: absolute;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.similar-tours .popular__item .img:after {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
    opacity: 0
}

.similar-tours .popular__item .img img {
    border-radius: 10px;
    min-width: 101%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.similar-tours .popular__item .text {
    -webkit-transform: translateY(61px);
    transform: translateY(61px);
    bottom: 0;
    padding: 0 20px
}

@media (max-width:750px) {
    .similar-tours .popular__item .text {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.similar-tours .popular__item .price {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #f53;
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

@media (max-width:750px) {
    .similar-tours .popular__item .price {
        opacity: 1
    }
}

.similar-tours .popular__item .price span {
    font-size: 14px;
    line-height: 24px;
    color: #ebebeb;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.similar-tours .popular__item .title {
    height: 50px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1100px) {
    .similar-tours .popular__item .title {
        font-size: 18px;
        line-height: 26px
    }

    .similar-tours .popular__item .title br {
        display: none
    }
}

.similar-tours .popular__item .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ebebeb;
    padding: 15px 0 20px
}

.similar-tours .popular__item .date {
    margin-right: 15px
}

.similar-tours .popular__item .date:before,
.similar-tours .popular__item .users:before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../img/calendar.svg);
    display: block;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat
}

.similar-tours .popular__item .date,
.similar-tours .popular__item .users {
    font-size: 14px;
    line-height: 24px;
    color: #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.similar-tours .popular__item .users:before {
    background-image: url(../img/icon.svg)
}

.similar-tours .popular__item:hover .img:before {
    opacity: 0
}

.similar-tours .popular__item:hover .text {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.similar-tours .popular__item:hover .img:after,
.similar-tours .popular__item:hover .price {
    opacity: 1
}

@media (max-width:750px) {
    .similar-tours .popular__item .img:before {
        opacity: 0
    }

    .similar-tours .popular__item .img:after {
        opacity: 1
    }
}

.similar-tours .similar__arrows {
    position: relative
}

.mob-inner,
.similar-tours .similar__arrows .similar__counter {
    display: none
}

.similar-tours .similar__arrows .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% + 140px);
    position: absolute;
    bottom: 110px;
    left: -70px
}

.similar-tours .similar__arrows .next16 {
    -webkit-box-shadow: 0 4px 10px rgba(0, 113, 235, .05);
    box-shadow: 0 4px 10px rgba(0, 113, 235, .05)
}

@media (max-width:1100px) {
    .similar-tours .similar__arrows {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .similar-tours .similar__arrows .similar__counter {
        display: block;
        color: #1a2b49
    }

    .similar-tours .similar__arrows .similar__counter span {
        color: rgba(26, 43, 73, .42)
    }

    .similar-tours .similar__arrows .arrows {
        width: auto;
        position: initial
    }
}

@media (max-width:700px) {
    .mob-inner {
        display: block
    }
}

.tour-dates {
    margin-bottom: 100px
}

@media (max-width:1100px) {
    .tour-dates {
        margin-bottom: 40px
    }
}

@media (max-width:700px) {
    .tour-dates {
        display: none
    }
}

.tour-dates .container {
    position: relative;
    z-index: 0
}

.tour-dates .tour-dates__slider {
    margin: 0 -10px
}

@media (max-width:990px) {
    .tour-dates .tour-dates__slider .slick-list {
        padding-right: 50px
    }
}

.tour-dates .tour-dates__item {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 20px;
    margin: 0 10px
}

.tour-dates .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.tour-dates .txt b {
    font-weight: 700px;
    margin-right: 5px
}

.tour-dates .old-price {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.tour-dates .price {
    color: #ef4036;
    margin-right: 5px
}

.tour-dates .no-places,
.tour-dates .order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ef4036
}

.tour-dates .no-places svg {
    margin-right: 5px
}

.tour-dates .order {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0071eb;
    margin: 0
}

.tour-dates .order:hover {
    color: #f53
}

.order .order__content .clone-form .titl .close:hover path,
.tour-dates .order:hover path {
    fill: #f53
}

.tour-dates .order svg {
    margin-left: 5px
}

.tour-dates .tour-dates__arrows {
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tour-dates .tour-dates__arrows .tour-dates__counter {
    display: none
}

.tour-dates .tour-dates__arrows .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% + 40px);
    position: absolute;
    left: -20px
}

.spa-tours-inner .spa-slider2__arrows .aroow path,
.spa-tours-inner .spa-slider3__arrows .aroow path,
.spa-tours-inner .spa-slider__arrows .aroow path,
.spa-tours-inner .spa-tours-inner__arrows .aroow path,
.tour-dates .tour-dates__arrows .aroow path {
    fill: #1a2b49
}

.tour-dates .tour-dates__arrows .next25 {
    -webkit-box-shadow: 0 4px 10px rgba(0, 113, 235, .05);
    box-shadow: 0 4px 10px rgba(0, 113, 235, .05)
}

@media (max-width:1100px) {
    .tour-dates .tour-dates__arrows {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: initial;
        -webkit-transform: none;
        transform: none
    }

    .tour-dates .tour-dates__arrows .tour-dates__counter {
        display: block;
        color: #1a2b49
    }

    .tour-dates .tour-dates__arrows .tour-dates__counter span {
        color: rgba(26, 43, 73, .42)
    }

    .tour-dates .tour-dates__arrows .arrows {
        width: auto;
        position: initial
    }
}

.order {
    margin-bottom: 40px
}

.order .order__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    padding-top: 20px;
    border-top: 1.5px solid rgba(26, 43, 73, .1)
}

.order .order__content {
    width: calc(68% - 20px);
    margin-right: 20px
}

.order .order__content .h3 {
    color: #f53
}

@media (max-width:990px) {
    .order .order__content {
        width: 100%;
        margin: 20px auto 0
    }
}

.order .order__content .clone-form {
    counter-reset: my-awesome-counter
}

.order .order__content .clone-form .titl {
    counter-increment: my-awesome-counter;
    position: relative;
    top: 0;
    left: 0;
    height: 50px;
    background: #fafafa;
    font-size: 16px;
    line-height: 24px;
    color: #f53;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    padding: 0 45px 0 20px
}

.order .order__content .clone-form .titl:after {
    margin-left: 5px;
    content: counter(my-awesome-counter) " ";
    display: block
}

.order .order__content .clone-form .titl .close {
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer
}

.order .order__content .clone-form .form:first-child .titl {
    padding-right: 20px
}

.order .order__content .clone-form .form:first-child .titl .close {
    display: none
}

@media (max-width:750px) {
    .order .order__content .clone-form .titl {
        font-size: 14px;
        line-height: 22px
    }
}

.order .order__content .cadastroGato {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    background: #fafafa;
    border-radius: 0 10px 10px 10px
}

.order .order__content .cadastroGato .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1a2b49;
    width: 100%;
    margin-bottom: 15px
}

@media (max-width:750px) {
    .order .order__content .cadastroGato .title {
        font-size: 18px;
        line-height: 26px
    }
}

.order .order__content .cadastroGato .form-item {
    width: calc(100%/3 - 16px)
}

@media (max-width:750px) {
    .order .order__content .cadastroGato .form-item {
        width: 100%;
        margin-bottom: 15px
    }
}

.order .order__content .cadastroGato .form-item label {
    display: block;
    margin-bottom: 5px
}

.order .order__content .cadastroGato .form-item input {
    width: 100%;
    border: 1.5px solid #e4e5e8;
    border-radius: 5px;
    height: 50px;
    font-size: 14px;
    line-height: 22px;
    color: #7a8496;
    padding: 13px
}

@media (max-width:750px) {
    .order .order__content .cadastroGato .form-item input {
        height: 40px;
        font-size: 12px
    }
}

.order .order__content .cadastroGato .form-item input::-webkit-input-placeholder,
.order .order__content .wishes .note textarea::-webkit-input-placeholder {
    color: #7a8496
}

.order .order__content .cadastroGato .form-item input::-moz-placeholder,
.order .order__content .wishes .note textarea::-moz-placeholder {
    color: #7a8496
}

.order .order__content .cadastroGato .form-item input:-ms-input-placeholder,
.order .order__content .cadastroGato .form-item input::-ms-input-placeholder,
.order .order__content .wishes .note textarea:-ms-input-placeholder,
.order .order__content .wishes .note textarea::-ms-input-placeholder {
    color: #7a8496
}

.order .order__content .cadastroGato .form-item input::placeholder,
.order .order__content .wishes .note textarea::placeholder {
    color: #7a8496
}

.order .order__content .clonador {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0071eb;
    margin-bottom: 20px
}

@media (max-width:750px) {
    .order .order__content .clonador {
        font-size: 14px
    }
}

.filter .spa-menu li a:hover,
.filter .spa-menu li.active,
.filter .spa-menu li.active a:hover,
.order .order__content .checks__item a:hover,
.order .order__content .clonador:hover,
.tours__left .spa-menu li a:hover,
.tours__left .spa-menu li.active,
.tours__left .spa-menu li.active a:hover {
    color: #f53
}

.order .order__content .clonador:hover path {
    stroke: #f53
}

.order .order__content .checks__item {
    margin: 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .order .order__content .checks__item a {
        font-size: 14px
    }
}

.order .order__content .checks__item input {
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-right: -3px
}

.order .order__content .checks__item input+label::before {
    cursor: pointer;
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: .25em;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.order .order__content .wishes {
    padding: 20px;
    background: #fafafa;
    border-radius: 10px
}

.order .order__content .wishes .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1a2b49;
    margin-bottom: 15px
}

.order .order__content .wishes .desc p {
    color: #7a8496;
    margin-bottom: 25px
}

@media (max-width:750px) {
    .order .order__content .wishes .desc p {
        margin-bottom: 15px
    }
}

.order .order__content .wishes .checks {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1.5px solid rgba(26, 43, 73, .05)
}

.order .order__content .wishes .note label {
    font-size: 16px;
    line-height: 24px;
    color: #1a2b49;
    margin-bottom: 5px;
    width: 100%;
    display: block
}

.order .order__content .wishes .note textarea {
    width: 100%;
    height: 94px;
    border: 1.5px solid #e4e5e8;
    border-radius: 5px;
    margin-bottom: 15px;
    background: 0 0;
    padding: 14px;
    font-size: 14px;
    line-height: 22px;
    color: #7a8496
}

@media (max-width:750px) {
    .order .order__content .wishes .note textarea {
        height: 150px;
        font-size: 12px
    }
}

.order .order__content .wishes .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.order .order__content .wishes .bottom a {
    margin-left: 5px;
    color: #0071eb
}

.order .order__content .wishes .btn-3 {
    border: 0
}

@media (max-width:750px) {
    .order .order__content .wishes .btn-3 {
        width: 100%;
        margin-top: 15px
    }
}

.order .order__aside {
    width: 32%
}

@media (max-width:990px) {
    .order .order__aside {
        width: 100%;
        max-width: 390px;
        margin: 0 auto
    }
}

.order .order__aside .img,
.order .order__aside .order-info .order-info__items .order-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.order .order__aside .img img {
    max-width: 100%;
    height: auto
}

.order .order__aside .order-info {
    background: #fafafa;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    z-index: 0
}

.order .order__aside .order-info .h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #f53;
    margin-bottom: 20px;
    display: block
}

@media (max-width:750px) {
    .order .order__aside .order-info .h4 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px
    }
}

.order .order__aside .flights .flights__item,
.order .order__aside .order-info .order-info__items {
    border-bottom: 1.5px solid rgba(26, 43, 73, .05);
    margin-bottom: 20px;
    padding-bottom: 5px
}

.order .order__aside .order-info .order-info__items .order-info__item {
    margin-bottom: 15px
}

.order .order__aside .order-info .order-info__items .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
}

.order .order__aside .order-info .order-bottom .order-bottom__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px
}

.order .order__aside .order-info .order-bottom .txt {
    color: #7a8496
}

.order .order__aside .order-info .order-bottom .order-bottom__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    margin: 20px -7px 0;
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: #0071eb;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 5px
}

.order .order__aside .flights .flights__item {
    position: relative;
    padding-bottom: 20px
}

.order .order__aside .flights .flights__item:before {
    content: '';
    width: 6px;
    height: 54px;
    background-image: url(../img/dots.svg);
    position: absolute;
    left: 9px;
    top: 50.3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.order .order__aside .flights .title {
    color: #7a8496;
    margin-bottom: 13px
}

.order .order__aside .flights .flights__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px
}

.order .order__aside .flights .ico {
    margin-top: 3px;
    margin-right: 10px
}

.order .order__aside .flights .txt .dsc {
    color: #7a8496
}

.order .order__aside .flights .flights__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.spa-tours .tours__items .tours__item .title {
    height: auto;
    margin-bottom: 15px
}

.spa-tours .tours__items .tours__item .desc {
    margin-bottom: 15px;
    color: #7a8496
}

.spa-tours .tours__items .tours__item .text__items {
    border-bottom: none;
    margin-bottom: auto;
    padding-bottom: 0
}

.spa-tours .tours__items .tours__item .bottom {
    border-top: 1.5px solid rgba(26, 43, 73, .1);
    margin-top: 5px;
    padding-top: 20px
}

@media (max-width:900px) {
    #filters {
        display: none
    }

    .tours__left.active {
        width: 100%;
        max-width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        z-index: 5;
        padding: 0;
        overflow: auto;
        height: 100%
    }

    .tours__left.active #filters {
        display: block
    }
}

.filter .spa-link,
.tours__left .spa-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0071eb;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    padding: 10px 10px 10px 25px;
    margin-bottom: 20px
}

.filter .spa-link svg,
.tours__left .spa-link svg {
    margin-right: 10px
}

.filter .spa-link span,
.tours__left .spa-link span {
    text-align: center;
    color: #fff;
    width: 100%
}

@media (max-width:750px) {

    .filter .spa-link,
    .tours__left .spa-link {
        padding: 16px 13px;
        margin-bottom: 15px
    }
}

.filter .spa-menu,
.spa-tours-inner .spa-tours-inner__item p,
.tours__left .spa-menu {
    margin-bottom: 20px
}

.filter .spa-menu ul,
.tours__left .spa-menu ul {
    padding-left: 20px
}

@media (max-width:750px) {

    .filter .spa-menu ul,
    .tours__left .spa-menu ul {
        margin-bottom: 15px
    }
}

.filter .spa-menu li,
.tours__left .spa-menu li {
    font-size: 18px;
    color: #7a8496
}

.filter .spa-menu li a,
.tours__left .spa-menu li a {
    font-size: 16px;
    color: #7a8496
}

@media (max-width:750px) {

    .filter .spa-menu li a,
    .tours__left .spa-menu li a {
        font-size: 14px
    }
}

.filter .spa-menu li.active a,
.tours__left .spa-menu li.active a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #0071eb
}

.filter .h4,
.tours__left .h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1a2b49;
    margin-bottom: 15px
}

@media (max-width:750px) {

    .filter .h4,
    .tours__left .h4 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 9px
    }
}

.spa-tours-inner {
    overflow: hidden
}

.spa-tours-inner .spa-tours-inner__slider {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    width: 100%
}

.spa-tours-inner .spa-tours-inner__slider .slick-list {
    padding-left: 10%;
    padding-right: 80px
}

@media (max-width:750px) {
    .spa-tours-inner .spa-tours-inner__slider .slick-list {
        padding-left: 0;
        padding-right: 0
    }
}

.spa-tours-inner .img {
    margin: 0 10px
}

.spa-tours-inner .img img {
    width: 100%;
    border-radius: 10px
}

.spa-tours-inner .sub-menu {
    overflow: hidden
}

.spa-tours-inner .spa-tours-inner__arrows {
    border-top: 1.5px solid rgba(26, 43, 73, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 20px
}

.spa-tours-inner .spa-tours-inner__arrows .spa-tours-inner__counter {
    display: none
}

@media (max-width:700px) {
    .spa-tours-inner .spa-tours-inner__arrows {
        margin-bottom: 20px
    }

    .spa-tours-inner .spa-tours-inner__arrows .spa-tours-inner__counter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        background: #fff;
        border-radius: 5px;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        bottom: 20px;
        justify-content: center;
        color: #1a2b49;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        padding: 8px 10px
    }

    .spa-tours-inner .spa-tours-inner__arrows .spa-tours-inner__counter span {
        color: #1a2b49;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px
    }
}

.spa-tours-inner .spa-tours-inner__arrows .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100%);
    position: absolute;
    top: calc(50% + 10px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    right: 0;
    max-width: 1230px;
    padding: 0 15px
}

.spa-tours-inner .spa-tours-inner__arrows .aroow {
    background-color: #fff
}

.spa-tours-inner .spa-tours-inner__arrows .aroow:hover {
    background-color: #1a2b49
}

.spa-tours-inner .spa-tours-inner__arrows .aroow:hover path {
    fill: #fff
}

@media (max-width:990px) {
    .spa-tours-inner .spa-tours-inner__arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .spa-tours-inner .spa-tours-inner__arrows .arrows {
        padding: 0 20px
    }

    .spa-tours-inner .spa-tours-inner__arrows .arrows .aroow {
        width: 30px;
        height: 30px
    }

    .spa-tours-inner .spa-tours-inner__arrows .arrows .aroow svg {
        width: 12px;
        height: auto
    }
}

.spa-tours-inner .spa-tours-inner__title-mob {
    display: none
}

@media (max-width:750px) {
    .spa-tours-inner .spa-tours-inner__title-mob {
        background: #0071eb;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        border-radius: 5px;
        padding: 13px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
        color: #fff
    }

    .spa-tours-inner .spa-tours-inner__title-mob svg {
        margin-right: 7px
    }
}

.spa-tours-inner .spa-tours-inner__body {
    margin: 40px 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:950px) {
    .spa-tours-inner .spa-tours-inner__body {
        margin: 40px 0 50px
    }
}

.spa-tours-inner .spa-tours-inner__left {
    width: 28%
}

@media (max-width:990px) {
    .spa-tours-inner .spa-tours-inner__left {
        display: none
    }
}

.spa-tours-inner .spa-tours-inner__left .spa-tours-inner__title {
    background: #0071eb;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    padding: 13px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    color: #fff
}

.spa-tours-inner .spa-tours-inner__left .spa-tours-inner__title svg {
    margin-right: 7px
}

.spa-tours-inner .spa-tours-inner__left .spa-tours-inner__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7a8496;
    margin-bottom: 24px
}

.spa-tours-inner .spa-tours-inner__left .spa-tours-inner__link.active,
.spa-tours-inner .spa-tours-inner__left .spa-tours-inner__link:hover {
    color: #0071eb
}

.spa-tours-inner .spa-tours-inner__left .spa-tours-inner__link.active path,
.spa-tours-inner .spa-tours-inner__left .spa-tours-inner__link:hover path {
    stroke: #0071eb
}

.spa-tours-inner .spa-tours-inner__left .spa-tours-inner__link .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 7px
}

.spa-tours-inner .spa-tours-inner__right {
    width: 72%;
    max-width: 792px;
    margin-left: 20px
}

@media (max-width:990px) {
    .spa-tours-inner .spa-tours-inner__right {
        width: 100%;
        margin-left: 0
    }
}

.spa-tours-inner .spa-tours-inner__item {
    margin-bottom: 50px
}

@media (max-width:990px) {
    .spa-tours-inner .spa-tours-inner__item {
        margin-bottom: 40px
    }
}

.spa-tours-inner .spa-tours-inner__item:last-child,
.spa-tours-inner .spa-tours-inner__item:last-child p:last-child {
    margin-bottom: 0
}

.spa-tours-inner .spa-tours-inner__item .h3,
.spa-tours-inner .spa-tours-inner__item .h3 .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.spa-tours-inner .spa-tours-inner__item .h3 .ico {
    min-width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    background: #0071eb;
    border-radius: 100px
}

.spa-tours-inner .spa-tours-inner__item p a {
    color: #1a2b49;
    text-decoration: underline
}

.spa-tours-inner .spa-tours-inner__item p a:hover {
    color: #f53
}

.spa-tours-inner .spa-tours-inner__item ul:not(.slick-dots) {
    list-style-type: none;
    margin-bottom: 30px
}

@media (max-width:750px) {
    .spa-tours-inner .spa-tours-inner__item ul:not(.slick-dots) {
        margin: 0 0 20px
    }
}

.spa-tours-inner .spa-tours-inner__item ul:not(.slick-dots) li {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.spa-tours-inner .spa-tours-inner__item ul:not(.slick-dots) li:before {
    content: '';
    width: 23px;
    height: 23px;
    display: block;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 2px;
    background-image: url(../img/plane.svg)
}

@media (max-width:750px) {
    .spa-tours-inner .spa-tours-inner__item ul:not(.slick-dots) li:before {
        min-width: 23px
    }
}

.spa-tours-inner .spa-tours-inner__item ul:not(.slick-dots) li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1a2b49
}

.spa-tours-inner .spa-tours-inner__item ul:not(.slick-dots) li a:hover {
    color: #f53
}

@media (max-width:750px) {
    .spa-tours-inner .spa-tours-inner__item ul:not(.slick-dots) li a {
        font-size: 14px;
        line-height: 22px
    }
}

.spa-tours-inner .spa-slider {
    position: relative;
    z-index: 0;
    margin-bottom: 20px
}

.spa-tours-inner .spa-slider2__items,
.spa-tours-inner .spa-slider3__items,
.spa-tours-inner .spa-slider__items {
    position: relative;
    z-index: 1;
    margin: 0 -5px
}

.spa-tours-inner .spa-slider__item {
    margin: 0 5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.spa-tours-inner .spa-slider3__item img,
.spa-tours-inner .spa-slider__item img {
    width: 100%
}

.spa-tours-inner .spa-slider__item .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px
}

.spa-tours-inner .spa-slider3__item {
    margin: 0 5px
}

.spa-tours-inner .spa-slider3__item .dsc {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #1a2b49;
    margin-top: 10px
}

.spa-tours-inner .spa-slider2__arrows,
.spa-tours-inner .spa-slider3__arrows,
.spa-tours-inner .spa-slider__arrows {
    position: relative
}

.spa-tours-inner .spa-slider2__arrows .spa-slider2__counter,
.spa-tours-inner .spa-slider2__arrows .spa-slider3__counter,
.spa-tours-inner .spa-slider2__arrows .spa-slider__counter,
.spa-tours-inner .spa-slider3__arrows .spa-slider2__counter,
.spa-tours-inner .spa-slider3__arrows .spa-slider3__counter,
.spa-tours-inner .spa-slider3__arrows .spa-slider__counter,
.spa-tours-inner .spa-slider__arrows .spa-slider2__counter,
.spa-tours-inner .spa-slider__arrows .spa-slider3__counter,
.spa-tours-inner .spa-slider__arrows .spa-slider__counter {
    display: none
}

.spa-tours-inner .spa-slider__arrows .arrows {
    bottom: 120px
}

.spa-tours-inner .spa-slider2__arrows .arrows,
.spa-tours-inner .spa-slider3__arrows .arrows,
.spa-tours-inner .spa-slider__arrows .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% + 140px);
    position: absolute;
    left: -70px
}

.spa-tours-inner .spa-slider3__arrows .arrows {
    bottom: 120px
}

.spa-tours-inner .spa-available .btn-2:hover path,
.spa-tours-inner .spa-slider2__arrows .aroow:hover path,
.spa-tours-inner .spa-slider3__arrows .aroow:hover path,
.spa-tours-inner .spa-slider__arrows .aroow:hover path {
    fill: #fff
}

.spa-tours-inner .spa-slider2__arrows .next33,
.spa-tours-inner .spa-slider2__arrows .next332,
.spa-tours-inner .spa-slider3__arrows .next33,
.spa-tours-inner .spa-slider3__arrows .next332,
.spa-tours-inner .spa-slider__arrows .next33,
.spa-tours-inner .spa-slider__arrows .next332 {
    -webkit-box-shadow: 0 4px 10px rgba(0, 113, 235, .05);
    box-shadow: 0 4px 10px rgba(0, 113, 235, .05)
}

@media (max-width:990px) {

    .spa-tours-inner .spa-slider2__arrows,
    .spa-tours-inner .spa-slider3__arrows,
    .spa-tours-inner .spa-slider__arrows {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .spa-tours-inner .spa-slider2__arrows .spa-slider2__counter,
    .spa-tours-inner .spa-slider2__arrows .spa-slider3__counter,
    .spa-tours-inner .spa-slider2__arrows .spa-slider__counter,
    .spa-tours-inner .spa-slider3__arrows .spa-slider2__counter,
    .spa-tours-inner .spa-slider3__arrows .spa-slider3__counter,
    .spa-tours-inner .spa-slider3__arrows .spa-slider__counter,
    .spa-tours-inner .spa-slider__arrows .spa-slider2__counter,
    .spa-tours-inner .spa-slider__arrows .spa-slider3__counter,
    .spa-tours-inner .spa-slider__arrows .spa-slider__counter {
        display: block;
        color: #1a2b49
    }

    .spa-tours-inner .spa-slider2__arrows .spa-slider2__counter span,
    .spa-tours-inner .spa-slider2__arrows .spa-slider3__counter span,
    .spa-tours-inner .spa-slider2__arrows .spa-slider__counter span,
    .spa-tours-inner .spa-slider3__arrows .spa-slider2__counter span,
    .spa-tours-inner .spa-slider3__arrows .spa-slider3__counter span,
    .spa-tours-inner .spa-slider3__arrows .spa-slider__counter span,
    .spa-tours-inner .spa-slider__arrows .spa-slider2__counter span,
    .spa-tours-inner .spa-slider__arrows .spa-slider3__counter span,
    .spa-tours-inner .spa-slider__arrows .spa-slider__counter span {
        color: rgba(26, 43, 73, .42)
    }

    .spa-tours-inner .spa-slider2__arrows .arrows,
    .spa-tours-inner .spa-slider3__arrows .arrows,
    .spa-tours-inner .spa-slider__arrows .arrows {
        width: auto;
        position: initial
    }
}

.spa-tours-inner .spa-slider2__arrows .arrows {
    bottom: 110px
}

.spa-tours-inner .spa-available {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f53;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px
}

@media (max-width:750px) {
    .spa-tours-inner .spa-available {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.spa-tours-inner .spa-available .pc {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:750px) {
    .spa-tours-inner .spa-available .pc {
        display: none
    }
}

.spa-tours-inner .spa-available .mob {
    display: none
}

@media (max-width:750px) {
    .spa-tours-inner .spa-available .mob {
        display: block;
        margin: 0 auto
    }
}

.spa-tours-inner .spa-available .text {
    padding: 20px 30px 20px 20px
}

@media (max-width:750px) {
    .spa-tours-inner .spa-available .text {
        text-align: center;
        width: 100%;
        padding: 20px 20px 30px
    }
}

.spa-tours-inner .spa-available .title {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #fff
}

@media (max-width:990px) {
    .spa-tours-inner .spa-available .title {
        font-size: 24px;
        line-height: 32px
    }
}

.spa-tours-inner .spa-available .btn-2 {
    margin-top: 20px
}

.spa-tours-inner .spa-available .btn-2 svg {
    margin-left: 10px
}

.spa-tours-inner .spa-available .btn-2:focus path {
    fill: #fff
}

.spa-tours-inner .months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.spa-tours-inner .months .months__item {
    width: calc(100%/4 - 20px);
    background: -webkit-gradient(linear, left top, right top, from(#05b5d8), to(#87f1ff));
    background: linear-gradient(90deg, #05b5d8 0%, #87f1ff 100%);
    border-radius: 10px;
    padding: 19px;
    margin: 0 10px 20px
}

@media (max-width:750px) {
    .spa-tours-inner .months .months__item {
        width: calc(100%/2 - 20px);
        padding: 10px
    }
}

.spa-tours-inner .months .months__item.gren {
    background: -webkit-gradient(linear, left top, right top, from(#11c95f), to(#00b57c));
    background: linear-gradient(90deg, #11c95f 0%, #00b57c 100%)
}

.spa-tours-inner .months .months__item.orange {
    background: -webkit-gradient(linear, left top, right top, from(#fe7904), to(#fb6e58));
    background: linear-gradient(90deg, #fe7904 0%, #fb6e58 100%)
}

.spa-tours-inner .months .months__item.yellow {
    background: -webkit-gradient(linear, left top, right top, from(#fec638), to(#ffdd5c));
    background: linear-gradient(90deg, #fec638 0%, #ffdd5c 100%)
}

.spa-tours-inner .months .months__item .month {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px
}

@media (max-width:750px) {
    .spa-tours-inner .months .months__item .month {
        font-size: 18px;
        line-height: 26px
    }
}

.spa-tours-inner .months .months__item .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.spa-tours-inner .months .months__item .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    color: #fff
}

@media (max-width:750px) {
    .spa-tours-inner .months .months__item .item {
        margin-right: 10px
    }
}

.spa-tours-inner .months .months__item .item:last-child {
    margin-right: 0
}

.spa-tours-inner .months .months__item .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 7px
}

@media (max-width:750px) {
    .spa-tours-inner .months .months__item .ico {
        margin-right: 5px
    }
}

.spa-tours-inner .months .months__item .price {
    color: #fff
}

.slick-hidden {
    display: none !important
}

@media (max-width:700px) {
    .sub-menu {
        margin-top: -10px
    }
}

.hot-tours * {
    box-sizing: border-box;
}

.hot-tours {
    box-sizing: border-box;
    width: 100%;
    height: 68px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(26, 43, 73, .1);
    margin-bottom: 20px;
}

.hot-tours-mobile {
    display: none;
}

@media (max-width:900px) {
    .hot-tours {
        display: none;
        height: 57px;
    }

    .hot-tours-mobile {
        display: block;
    }
}



.hot-tours label {
    padding-left: 44px;
    font-family: 'Gotham Pro';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 5px;
    background-color: #E8EAED;
    width: 100%;
    position: relative;
}



.hot-tours label::after {
    right: 2px;
    top: calc(50% - .5em);
    position: absolute;
    cursor: pointer;
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1.5px solid #7A8496;
    border-radius: .25em;
    margin-right: .5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.hot-tours label::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(../img/bi_fire.svg);
    left: 10px;
}

.hot-tours__input+label:hover::after {
    background-image: url(../img/check-h.svg)
}

.hot-tours__input:checked+label::after {
    border-color: #f93c00;
    background-color: #f93c00;
    background-image: url(../img/check.svg)
}

.hot-tours__input {
    display: none;
}

.spa-date__title .data-selected__title,
.spa-date__title .data-selected,
.events-date .events-data-selected,
.events-date__title .data-selected__title {
    line-height: 28px;
    height: 24px;
}

.spa-date__title .ico svg,
.events-date__title .ico svg {
    width: 24px;
    height: 24px;
}

.tour-information .spa-package .date__items ul,
.tour-information .spa-date .date__items ul,
.tour-information .spa-days .date__items ul,
.tour-information .events-date__items ul{
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 15px;
}

.tour-information .spa-package .date__items ul li,
.tour-information .spa-date .date__items ul li,
.tour-information .spa-days .date__items ul li,
.tour-information .events-date__items ul li {
    margin-bottom: 0;
}

.spa-tour__turop {
    margin-top: 24px;
}

.tour-information .spa-package .date__items ul li:not(:has(a.spa-tour-select.enabled)),
.tour-information .spa-date .date__items ul li:not(:has(a.spa-tour-select.enabled)),
.tour-information .spa-days .date__items ul li:not(:has(a.spa-tour-select.enabled)),
.tour-information .events-date__items ul li:not(:has(a.events-tour-select.enabled)) {
    display: none;
}

.spa-catalog__ico svg {
    width: 24px;
    height: 24px;

    filter: brightness(0) saturate(100%) invert(10%) sepia(84%) saturate(960%) hue-rotate(191deg) brightness(97%) contrast(88%);
}

#mse2_filters>*:not(.hot-tours):first-child {
    border-top: 1px solid rgba(26, 43, 73, .1);
    padding-top: 20px;
}

.spa-offers-empty .text__item {
    display: flex;
    gap: 10px;
    margin-top: 6px;
}

.spa-offers-empty .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #f53;
    margin-top: 12px;
}


.tour__hint {
    margin-left: 14px;
}

.tour__hint-text {
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    position: absolute;
    font-size: 12px;
    transform: translateY(calc(-100% - 22px)) translateX(calc(-50% + 10px));
    padding: 4px;
    line-height: 14px;
    width: 200px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e3e4e8;
    background-color: #f8f8f9;
    font-weight: 300;
}

.tour__hint-icon {
    cursor: pointer;
    transition: all .3s;
    opacity: .6;
    display: block;
    width: 20px;
    height: 20px;
}

.tour__hint-icon svg {
    pointer-events: none;
}

.tour__hint-text.active {
    opacity: 1;
}

.tour__hint-icon:hover {
    opacity: 1;
}

.text__item--date:not(:has(.ico)) .tour__hint {
    margin-left: 0;
}

.guarantee-label {
    position: absolute;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px 0;
    background-color: rgba(200, 200, 200, .5);
    height: 44px;
    z-index: 100;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    pointer-events: none;
    gap: 10px;
    padding: 0 12px;
    backdrop-filter: blur(10px);
}

.guarantee-label span:first-child {
    margin-top: 3px;
}

@media screen and (max-width: 768px) {
    .guarantee-label {
        font-size: 16px;
        gap: 8px;
    }

    .guarantee-label span:first-child {
        margin-top: 6px;
    }
}

.companion-item,
.gar-item {
    display: flex;
}

.tt-soldout-badge {
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: flex;
    width: 100%;
    color: #fff;
    justify-content: center;
    background-color: #FF5533;
    padding: 8px 0;
    z-index: 5;
}

.tt-soldout-badge~img {
    filter: grayscale(100%);
}

.tt-soldout-short {
    display: flex;
    column-gap: 8px;
}

.tt-soldout-short_icon {
    width: 22px;
}

.tt-soldout-short_text {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-weight: 300;
    overflow: hidden;
}

.tours .tours__items .tours__item .bottom-soldout {
    justify-content: flex-end;
}

.tour-single-soldout {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tour-single-soldout_title {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background-color: #FF5533;
    padding: 20px 0;
    border-radius: 10px;
}

.tour-single-soldout_text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    background-color: #F1F1F1;
    padding: 12px;
    border-radius: 10px;
}

.tours .tours__items .tours__item .text__items:has(.tt-soldout-short) {
    border: none;
}

.bottom-soldout {
    border-top: 1.5px solid rgba(26, 43, 73, .1);
    padding-top: 14px;
}

@media (max-width:990px) {
    .tt-soldout-short_text {
        font-size: 14px;
        font-weight: 300;
    }

    .tours .tours__items .tours__item .bottom-soldout>a {
        width: 100%;
        text-align: center;
    }
}

.image-data a {
    color: #0071eb;
}