.w_header.w_fixed {
    transition: transform .55s ease;
}

.w_header.w_fixed.w_is-visible {
    transition: transform .55s ease;
}

.w_menu__list a {
    color: #141414;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.header__menu-list-drop {
    position: static;
    background: none;
    box-shadow: none;
    min-width: auto;
    width: 100%;
    margin: 0;
    padding: 0 0 1rem 0;
    display: none;
}

.header__menu-list-link-drop {
    position: relative;
    display: block;
}

.header__menu-list-drop li a {
    font-size: 13px;
    line-height: 14px;
    padding: 8px 45px;
    display: flex;
    align-items: center;
    color: #565656;
}

.w_menu__header-lang a {
    color: #fff;
}

.w_menu__header-close {
    background: transparent;
    width: unset;
    height: unset;
    border-radius: 0;
}

.w_menu__header-close svg {
    margin-left: 24px;
}

.w_menu__header {
    background: #141414;
}

.header__menu-list-link-drop:hover {
    color: #009ab6;
    transition: all 0.3s linear;
}

.header__menu-list-drop-item .arrow svg {
    margin-bottom: 0%;
}

.w_menu__list-link {
    padding: 10px 30px;
}

.header__menu-list-link-drop:hover svg {
    fill: #009ab6;
}

.header__menu-list-drop-item.open .header__menu-list-drop {
    display: block;
}

.header__menu-list-drop-item.open .arrow svg {
    transform: rotate(180deg);
}

.w_menu__list-item {
    margin-bottom: 0;
}

.header__menu-list-link-drop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__menu-list-drop a {
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
    color: #000000;
}

.wrapper__submenu {
    position: absolute;
    top: 50px;
    left: 0px;
    background: #ffffff;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: max-content;
    min-width: 180px;
    height: max-content;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}

.submenu {
    padding: 15px 20px;
    max-width: 300px;
}

.wrapper__submenu .submenu a {
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #565656;
    padding: 5px 0px;
}

.header-n__menu-list-drop-item {
    position: relative;
}

.header-n__menu-list-drop-item:hover .wrapper__submenu {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s linear;
}

.w_menu__submenu {
    padding: 0 30px;
}

.w_menu__list {
    padding-top: 10px;
}

.w_menu__submenu-search {
    position: relative;
    min-height: 57px;
    width: 100%;
}

.w_menu__submenu-search input {
    width: calc(100% - 60px);
    height: 57px;
    border: none;
    padding: 10px 20px 10px 30px;
}

.w_menu__submenu-search button {
    position: absolute;
    top: 28px;
    left: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.w_menu__list-bottom {
    margin: 10px 30px 0;
    padding: 20px 0;
    border-top: 1px solid #ECECEC;
}

.w_menu__list-bottom a {
    display: flex;
    align-items: center;
    color: #141414;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px;
}

.w_menu__list-bottom svg {
    margin-right: 13px;
}

a.exit {
    color: #FF2D2D;
}

.mob-tour-constructor a {
    background: #173395;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 15px 20px;
}

.mob-tour-constructor svg {
    margin-right: 10px;
}

.w_header__search {
    order: 1;
}

.w_header__nav_primary {
    align-items: center;
}

.w_header__nav_primary .w_header__nav-link.tour-constr {
    display: inline-flex;
    padding: 14px 30px 15px 30px;
    align-items: center;
    border-radius: 90px;
    background: #173395;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 10px;
    margin-right: 20px;
}

.w_header__nav_primary .w_header__nav-link.enter {
    display: inline-flex;
    padding: 14px 30px 15px 30px;
    align-items: flex-start;
    border-radius: 90px;
    background: #E8EBF4;
    color: #173395;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tour-constr,
.enter {
    display: flex;
    align-items: center;
}

.tour-constr svg {
    margin-right: 8px;
}

.enter svg {
    margin-right: 10px;
    fill: #173395;
}

.w_header__nav_primary .w_header__nav-item--lang {
    margin-left: 0;
}

.w_header__search {
    margin-right: 12px;
}

.svg-image-burger {
    background: url("../img/burg.svg") no-repeat;
    background-position: left center;
    cursor: pointer;
}

.wrapper__submenu .submenu a:hover {
    color: #FF2D2D;
}

.w_header__nav_primary .w_header__nav-link.enter:hover {
    color: #fff;
}

a.enter:hover svg {
    fill: #fff;
}

a.w_header__nav-link {
    position: relative;
}

/* .w_header__nav_secondary a.w_header__nav-link::after {
	position: absolute;
	top: 70%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #FF2D2D;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.w_header__nav_secondary a.w_header__nav-link:hover::after,
.w_header__nav_secondary a.w_header__nav-link:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
} */
/* .tour-constr:hover, */
/* .enter:hover, */
.svg-image-burger:hover {
    opacity: 0.7;
    transition: all 0.3s linear;
}

@media (max-width: 1540px) {
    .w_header .w_logo {
        margin-right: 7px;
    }

    .w_header__nav_secondary .w_header__nav-link {
        font-size: 16px;
    }

    .w_header__nav_primary .w_header__nav-link {
        font-size: 16px;
        padding: 10px;
    }

    .w_header__search {
        margin-right: 7px;
        display: block;
    }

    .w_header__nav_primary .w_header__nav-link {
        font-size: 16px;
    }

    .w_header__nav_primary .w_header__nav-link.enter,
    .w_header__nav_primary .w_header__nav-link.tour-constr {
        font-size: 14px;
        padding: 10px 15px 10px 15px;
    }

    .w_header__nav_primary .w_header__nav-link.tour-constr {
        margin-left: 10px;
        margin-right: 15px;
    }

    .w_header__nav_secondary .w_header__nav-link {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 1170px) {
    .w_header__nav_primary {
        margin-left: unset;
    }

    .w_header__nav_primary .w_header__nav-link.enter {
        padding: 9px;
    }

    .enter svg {
        margin: 0;
    }

    .w_header__nav_primary .w_header__nav-item--lang,
    .w_header__search,
    .w_header__nav_primary .w_header__nav-link.tour-constr {
        display: none;
    }

    .w_header__nav_primary .w_header__nav-link.enter {
        font-size: 0;
    }
}

/* header  */
a {
    text-decoration: none;
}

.container {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1680px;
    margin: 0 auto;
}

.filter-box {
    border-radius: 12px;
    border: 1px solid var(--Border, #E2E4E7);
    padding: 60px;
    margin-bottom: 40px;
}

.filter-selects-box {
    display: flex;
    flex-grow: 1;
}

.filter-flex {
    display: flex;
}

.filter-search-box {
    display: none;
    flex-grow: 1;
}

.filter-search-box input {
    background: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 100%;
    width: 100%;
    border: none;
    padding: 0px 25px;
}

.filter-flex .w_btn {
    border: none;
    background: #fff;
    justify-content: space-between;
    padding: 0 30px;
    color: #141414;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    height: 60px;
}

.filter-flex .w_btn-append svg path {
    fill: none;
}

.filter-flex .w_guidebook__direction-item:nth-child(3) {
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.label-cbx {
    user-select: none;
}

.label-cbx input:checked+.checkbox {
    border: 2px solid rgba(68, 211, 112, 0.3);
}

.label-cbx input:checked+.checkbox svg path {
    fill: #44d370;
}

.label-cbx input:checked+.checkbox svg polyline {
    stroke-dashoffset: 0;
}

.label-cbx:hover .checkbox svg path {
    stroke-dashoffset: 0;
}

.label-cbx .checkbox {
    position: relative;
    top: 0px;
    float: left;
    width: 22px;
    height: 22px;
    border: 2px solid #dfe1e3;
    border-radius: 3px;
}

.filter-flex .label-cbx .checkbox {
    margin-right: 8px;
}

.label-cbx .checkbox svg {
    top: -1px;
    left: -1px;
}

.label-cbx .checkbox svg path {
    fill: none;
    stroke: #20c2e0;
    stroke: #20c2e0;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all 0.6s ease;
}

.label-cbx .checkbox svg polyline {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all 0.3s ease;
}

.label-cbx>span {
    pointer-events: none;
    vertical-align: middle;
}

.cntr {
    width: 100%;
}

.invisible {
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

.select {
    position: relative;
    flex-grow: 1;
    margin: 0 auto;
    background: #fff;
}

.compilations .w_btn.w_is-active svg,
.filter-flex .w_btn:hover svg,
.compilations .w_btn-append svg {
    fill: none;
}

.checkselect {
    position: relative;
    display: inline-block;
    min-width: 200px;
    min-width: 35%;
    text-align: left;
}

.checkselect .cntr {
    display: none;
}

.checkselect .checkselect-popup .cntr {
    display: block;
}

.checkselect-control {
    position: relative;
    padding: 0 !important;
    height: 60px;
}

.checkselect-control::before {
    content: "";
    width: 17px;
    height: 10px;
    background: url("../images/select-arr.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 5px);
    right: 30px;
    z-index: 2;
}

.filter-flex .w_guidebook__direction-item {
    border-radius: 4px;
    border: 1px solid var(--Border, #E2E4E7);
    background: var(--White, #FFF);
}
.w_is-checked {
    background: red;
    color: #fff !important;
}

.checkselect-control.active::before,
.w_is-opened .w_btn-append {
    transform: rotate(180deg);
    transition: all 0.3s linear;
}

.br-1 {
    border-right: 1px solid #e2e4e7;
}

.checkselect-control select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
    background: #fff;
    border: none;
    border-right: 1px solid #e2e4e7;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #141414;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.checkselect-over {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.checkselect-popup {
    display: none;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 0;
    width: 100%;
    height: auto;
    max-height: 300px;
    position: absolute;
    top: 120%;
    left: 0px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    z-index: 9999;
    overflow: auto;
    user-select: none;
}

.checkselect label {
    position: relative;
    display: block;
    margin: 0;
    padding: 4px 6px 4px 25px;
    color: #141414;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    cursor: pointer;
}

.checkselect-popup input {
    position: absolute;
    top: 5px;
    left: 30px;
    margin: 0 !important;
    padding: 0;
}

.checkselect-popup label:hover {
    background: rgba(23, 51, 149, 0.1);
}

::selection {
    color: inherit;
}

.filter-btn {
    background: #173395;
    border: none;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    width: 200px;
    padding: 18px 28px;
    transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}
.w_directionSearch {
    width: auto;
    max-width: 100%;
    padding: 4px 25px 4px 25px;
}
.compilations .w_directionSearch {
    border-radius: 4px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    border: none;
}

.compilations .mCSB_inside>.mCSB_container {
    margin-right: 0;
}
.w_directionSearch__list-item { width: 100%; display: block; }
.compilations .w_directionSearch__list-item span,
.compilations .w_directionSearch__list a,
.compilations .new__search .w_directionSearch__list-item span {
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}

.filter-head {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E2E4E7;
    cursor: pointer;
}

.compilations .w_directionSearch__list-item a,
.compilations .w_directionSearch__list-item span,
.filter-head {
    color: #141414;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.filter-head:hover,
.compilations .w_directionSearch__list-item span:hover,
.compilations .w_directionSearch__list a:hover,
.compilations .new__search .w_directionSearch__list-item span:hover {
    color: #141414;
    background: rgba(23, 51, 149, 0.1);
}

.filter-head svg {
    margin-right: 5px;
}

/* .filter-btn:hover {
	background: #ff2d2d;
	border-color: #ff2d2d;
} */
.marshrut-list-box {
    margin: 0 0 60px;
}

.marshrut-list-box .swiper {
    width: 100%;
    padding: 2px 0;
}

.filters__title_min {
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    margin: 30px 0 20px 0;
}

.marshrut-list {
    display: flex;
    justify-content: space-between;
    /* margin: 30px 0 20px; */
    min-width: 1280px;
}

.marshrut-list div {
    border-radius: 90px;
    background: #f2f4f7;
    padding: 14px 20px 15px 20px;
    color: #173395;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    width: max-content;
}

.marshrut-list div:last-child {
    margin-right: 0;
}

.swiper-slide.btn-anim {
    position: relative;
}

.swiper-slide.btn-anim input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 3;
}

.swiper-slide.btn-anim input:checked~label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: red;
}

.swiper-slide.btn-anim input:checked~span {
    color: #fff;
}

.swiper-slide.btn-anim input:hover {
    cursor: pointer;
}

.sort-box {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.show-box {
    position: relative;
}

.show {
    display: flex;
    align-items: center;
    color: #8a8a8a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-left: 8px;
    cursor: pointer;
}

.show svg {
    stroke: #4f4f4f;
    margin-left: 12px;
}

.show-list-box {
    position: absolute;
    width: 290px;
    top: unset;
    right: unset;
    transform: translateY(100%);
    bottom: 0;
    left: 0;
    padding-top: 10px;
    z-index: 3;
}

.show-list {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 25px 0px rgba(0, 70, 153, 0.3);
}

.show-filter span,
.show-filter a {
    display: block;
    padding-bottom: 27px;
    color: #141414;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    cursor: pointer;
    padding: 9px 30px;
}

.show-filter span:hover,
.show-filter a:hover {
    background: rgba(23, 51, 149, 0.1);
}

.show:hover {
    color: #ff006b;
}

.show-box:nth-child(1) .show:hover svg {
    stroke: #ff006b;
}

.show-box:hover .show-list-box {
    opacity: 1;
    visibility: visible;
}

.gids-card {
    display: flex;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid var(--Border, #E2E4E7);
    margin-bottom: 30px;
}

.gids-col:nth-child(1) {
    max-width: 208px;
    width: 100%;
}

.gids-col:nth-child(2) {
    width: 60%;
    margin-left: 30px;
    margin-right: auto;
}

.gids-col:nth-child(3) {
    text-align: right;
    max-width: 200px;
    width: 100%;
}

.gids-face {
    max-width: 208px;
    max-height: 208px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 8px;
    display: block;
    aspect-ratio: 1;
}

.certified {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 5px 10px;
    border-radius: 8px;
    background: #27cf7e;
    margin: 0 auto;
    color: #fff;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.certified svg {
    margin-right: 4px;
}

.gids-name {
    color: #212121;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 14px;
    display: block;
}

.gids-specialization {
    margin-bottom: 12px;
}

.gids-specialization a {
    padding: 8px 30px 9px 30px;
    border-radius: 90px;
    background: rgba(23, 51, 149, 0.1);
    color: #173395;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    display: inline-block;
    margin-right: 12px;
}

.gids-description {
    /*overflow: hidden;*/
    color: var(--Black, #141414);
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
    /* 24px */
}

.gids-rating-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour-guide-top .gids-rating-box {
    justify-content: start;
}

.gids-rating {
    margin-right: 15px;
}

.gids-review {
    display: flex;
    align-items: center;
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

.gids-review svg {
    margin-right: 4px;
    fill: #8A8A8A;
}

.gids-review:hover svg {
    fill: #ff2d2d;
}

a.number-excursions,
.number-excursions {
    margin-top: 30px;
    display: inline-block;
    padding: 14px 30px 15px 30px;
    border-radius: 90px;
    background: #173395;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    width: 183px;
}

.gid {
    /* background: #f2f4f7; */
    padding: 50px 0 0;
    margin-top: 20px;
}

.gid-card {
    display: flex;
}

.gid-col:nth-child(1) {
    margin-right: 20px;
    max-width: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gid-col:nth-child(2) {
    flex-grow: 1;
}

.gid-face {
    max-width: 250px;
    max-height: 250px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 14px;
    aspect-ratio: 1/1;
}

.gids-face img,
.gid-face img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gid .w_rating-current__info,
.gid .gids-review {
    font-size: 20px;
}

.gid .certified {
    font-size: 14px;
    padding: 8px 16px;
    margin: 14px 0 8px;
}

.gid-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #141414;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 14px;
}

.gid-specialization span {
    color: #173395;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding: 8px 30px 9px 30px;
    border-radius: 90px;
    background: rgba(23, 51, 149, 0.1);
    margin-right: 20px;
}

.gid-description {
    /*overflow: hidden;*/
    color: var(--Black, #141414);
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 942px;
}

.gid-profil a {
    color: #173395;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.sort-left {
    color: #8a8a8a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.sort-left span {
    color: #141414;
}

.tabs__list {
    list-style-type: none;
    padding-left: 0px;
    margin: 0 0 20px;
    display: flex;
    justify-content: flex-start;
}

.tabs__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: #141414;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #dfe1e3;
    background: var(--White, #fff);
    /* padding: 16px 30px 15px 30px; */
    width: max-content;
    transition: all 0.2s;
}

.tabs__item svg {
    margin-right: 10px;
    fill: #1C274C;
}

.tabs__item.active {
    color: #fff;
    background: #409d36;
}

.tabs__item.active svg {
    fill: #fff;
}

.tabs__text {
    display: none;
    font: 12px Geologica;
    text-align: justify;
}

.tabs__item input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.tabs__item input:hover {
    cursor: pointer;
}

.tabs__item a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 16px 30px 15px 30px;
    z-index: 10;
}

.tabs__item a:hover {
    color: #212121;
    opacity: .9;
}

.tabs__item input:checked+a {
    color: #fff;
    background: #409d36;
}

.tabs__item input:checked+a svg {
    fill: #fff;
}

.tabs__text.active {
    display: block;
}

.tour-guide {
    padding: 50px 0 60px;
}

.tour-guide-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.tour-guide-card {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    border: 1px solid #e2e4e7;
    background: #fff;
    overflow: hidden;
}

.tour-guide-card .gids-rating {
    margin-right: 15px;
}

.tour-guide-img {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1.2/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour-guide-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tour-guide-status {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding: 8px 20px 9px 20px;
    border-radius: 90px;
    background: #173395;
    position: absolute;
    top: 16px;
    left: 30px;
    z-index: 3;
}

.on-foot,
.tour-guide-time {
    padding: 8px 20px 9px 20px;
    border-radius: 90px;
    background: rgba(248, 249, 255, 0.7);
    backdrop-filter: blur(3px);
    color: #212121;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    position: absolute;
}

.tour-guide-time {
    bottom: 16px;
    left: 30px;
}

.tour-guide-time svg {
    margin-right: 4px;
}

.on-foot {
    bottom: 16px;
    left: 154px;
}

.tour-guide-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 30px;
}

.tour-guide-top {
    margin: 0px 0 10px;
}

.tour-guide-geo {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.tour-guide-geo svg {
    margin-right: 6px;
}

.tour-guide-name {
    color: #141414;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 10px;
    display: block;
}

.tour-guide-description {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 16px;
}

.tour-guide-price {
    display: flex;
    align-items: flex-start;
    margin-top: auto;
    color: #141414;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    margin-bottom: 12px;
}

.tour-guide-price span {
    font-size: 16px;
    font-weight: 700;
    margin-left: 5px;
    line-height: 1.4;
}

a.tour-guide-detail {
    display: block;
    border-radius: 90px;
    background: #173395;
    width: 100%;
    padding: 14px 30px 15px 30px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.section-title {
    color: #141414;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    position: relative;
    width: max-content;
    margin: 0px 0px 40px 0px;
}

.section-title > span {
    position: absolute;
    top: 0px;
    right: 0;
    transform: translateX(calc(100% + 10px));
    border-radius: 25px;
    background: var(--BG-light-blue, #F2F4F7);
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Grey, #707070);
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.28px;
}

.average-mark-sub {
    color: #8a8a8a;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 2px;
}

.average-mark-flex {
    display: flex;
    align-items: center;
}

.average-mark-star {
    margin-right: 4px;
}

.average-mark_info_value {
    color: #212121;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

.page-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.page-pagination__prev,
.page-pagination__prev-prev {
    transform: rotate(180deg);
}

.page-pagination button.disabled {
    display: none;
}

.page-pagination__list {
    display: flex;
    align-items: center;
}

.page-pagination button {
    color: #141414;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    margin: 0 8px;
}

.page-pagination__item.active {
    color: #173395;
}

.compilations {
    padding-bottom: 60px;
}

.average-mark-box {
    display: flex;
}

a.leave-review {
    display: flex;
    max-width: 360px;
    width: 100%;
    padding: 14px 30px 15px 30px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 90px;
    background: #173395;
    margin-left: 30px;
    height: max-content;
}

.gid-excursions-body {
    margin-top: 27px;
}

.gid-excursions-flex {
    position: relative;
    display: flex;
    margin-bottom: 20px;
}

.gid-excursions-left {
    margin-right: 20px;
}

.gid-excursions-img {
    margin-bottom: 40px;
}

.gid-excursions-img img {
    width: 100%;
}

.gid-excursions-title {
    padding-top: 23px;
    margin-bottom: 20px;
    color: #141414;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.gid-excursions-tags {
    display: flex;
    margin-bottom: 40px;
}

.gid-excursions-tags a {
    display: flex;
    align-items: center;
    color: #808080;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-right: 20px;
}

.gid-excursions-tags a svg {
    margin-right: 6px;
    fill: #808080;
}

.gid-excursions-subtitle {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 26px;
}

.gid-excursions-description {
    color: #141414;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.gid-excursions-description p {
    margin-bottom: 20px;
}

.gid-excursions-description p:last-child {
    margin-bottom: 40px;
}

.gid-excursions-gallery__box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

#ImageReview img,
.gid-excursions-gallery__box img {
    width: 100%;
    height: 100%;
}

.gid-excursions-gallery__box a {
    overflow: hidden;
    transition: all 0.3s linear;
}

.gid-excursions-gallery__box a:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
}

.gid-excursions-gallery__box a:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4;
}

.gid-excursions-gallery__box a:nth-child(3) {
    grid-area: 2 / 3 / 3 / 4;
    position: relative;
}

.numder-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.30) 0%, rgba(20, 20, 20, 0.30) 100%);
}

.detailed-information {
    background: #F2F4F7;
    padding: 40px;
}

.detailed-information-flex {
    display: flex;
    margin-bottom: 30px;
}

.detailed-information-flex:last-child {
    margin-bottom: 0;
}

.detailed-information-flex span {
    color: #8A8A8A;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin-right: 30px;
    display: inline-block;
    width: 23%;
}

.detailed-information-value {
    color: #141414;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    width: 50%;
}

.have-questions {
    padding-top: 30px;
    margin-bottom: 40px;
}

.have-questions p {
    color: #141414;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 30px;
}

.have-questions a {
    display: flex;
    width: 360px;
    padding: 14px 30px 15px 30px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 90px;
    background: #173395;
}

.gid-excursions-right {
    max-width: 413px;
    width: 100%;
    min-width: 360px;
    position: sticky;
    top: 85px;
    border-radius: 4px;
    background: #F2F4F7;
    box-shadow: 0px 0px 34px 0px rgba(179, 184, 191, 0.50);
    padding: 40px 30px 30px;
    height: max-content;
}

.excursions-gid-top {
    display: flex;
}

.excursions-gid-face__box {
    margin-right: 16px;
    position: relative;
}

.excursions-gid-face {
    max-width: 120px;
    max-height: 120px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.excursions-gid-face img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    object-position: center;
}

.excursions-gid-certified {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50px;
    bottom: -14px;
    border-radius: 39px;
    background: #27CF7E;
}

.excursions-gid-top__right {
    flex-grow: 1;
}

.excursions-gid-name {
    color: #141414;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.excursions-gid-specialization {
    display: flex;
    padding: 8px 30px 9px 30px;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    color: #173395;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    border-radius: 90px;
    background: rgba(23, 51, 149, 0.10);
    margin-top: 12px;
}

.excursions-gid-list {
    padding-top: 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
}

.excursions-gid-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8A8A8A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 16px;
}

.excursions-gid-list span {
    color: #141414;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

.excursions-gid-price__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 25px;
}

.excursions-gid-label {
    color: #8A8A8A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    flex: 1;
}

.excursions-gid-price {
    color: #141414;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    display: flex;
    align-items: flex-start;
}

.excursions-gid-price span {
    color: #141414;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-left: 5px;
}

.excursions-gid-order a {
    display: flex;
    width: 100%;
    padding: 14px 30px 15px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    background: #173395;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photos-participants-title {
    color: #141414;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 20px;
    margin-top: 50px;
}

.photos-participants {
    max-width: 843px;
    position: relative;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after,
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
    content: '';
}

.photos-participants::before {
    content: '';
    width: 262px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: 2;
}

.swiper-button-prev,
.swiper-button-next {
    margin: 0;
    top: calc(50% - 60px);
    font-size: 0;
    background: url('../img/swiper-arr.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    box-shadow: none;
    transform: unset;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-next {
    right: -60px;
}

.swiper-button-prev {
    left: -60px;
    transform: rotate(180deg);
}

.slider {
    color: #fff;
}

.slider .swiper-container {
    width: 100%;
    height: 100%;
}

.slider__flex {
    display: flex;
    align-items: flex-start;
}

.slider__col {
    display: flex;
    flex-direction: column;
    max-width: 196px;
    width: 100%;
    margin-left: 21px;
}

.slider__prev,
.slider__next {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider__prev:focus,
.slider__next:focus {
    outline: none;
}

.slider__thumbs {
    height: 400px;
}

.slider__thumbs .slider__image {
    transition: 0.25s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.slider__thumbs .slider__image:hover {
    opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.slider__images {
    height: 400px;
}

.slider__images .slider__image img {
    transition: 3s;
}

.tour-guide-img:hover img,
.gids-face:hover img,
.slider__images .slider__image:hover img {
    transform: scale(1.1);
    transition: all 0.3s linear;
}

.slider__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.select-modal {
    position: relative;
    border: 1px solid #f2f2f2;
    border-radius: 30px;
    height: 60px;
    width: 100%;
}

.select-modal[data-state="active"] .select__title::after {
    transform: rotate(180deg);
    transition: all 0.3s linear;
}

.select-modal[data-state="active"] .select__content {
    opacity: 1;
    visibility: visible;
}

.select-modal[data-state="active"] .select__label+.select__input+.select__label {
    max-height: 40px;
}

.select__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 8px 16px;
    cursor: pointer;
    margin: 0 10px;
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.select__title::after {
    content: url("../images/Arrow.svg");
    display: flex;
    align-items: center;
    margin-right: 13px;
}

.select__title:hover {
    border-color: #D8093A;
    transition: all 0.3s linear;
}

.select__content {
    position: absolute;
    top: 65px;
    left: 3px;
    border-radius: 20px;
    width: calc(100% - 6px);
    background-color: #ffffff;
    box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    z-index: 8;
    overflow: hidden;
    color: #212121;
    transition: all 0.3s linear;
}

.select__input {
    display: none;
}

.select__input:checked+label {
    background: rgba(255, 119, 82, 0.15);
    color: #FF7752;
    font-weight: 700;
}

/* .select__label::after {
	content: url(img/arrow_label.svg);
	display: flex;
	align-items: center;
	margin-right: 20px;
	opacity: 1;
} */
.select__input:checked .select__label::after {
    opacity: 1;
}

.select__input:disabled+label {
    opacity: 0.6;
    pointer-events: none;
}

.select__label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    max-height: 0;
    padding: 0 16px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.gid-order-popup__title {
    color: var(--Black, #141414);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.body-gid .mfp-inline-holder .mfp-content {
    width: unset;
}

.my-popup {
    position: relative;
    border: none;
    max-width: 600px;
    width: 90vw;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    margin: 0 auto;
}

.datepicker.active {
    z-index: 9999;
}

.image__list img {
    margin-bottom: 15px;
}

.img-popup {
    border: none;
    width: 70vw;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    margin: auto;
}

.field-title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #212121;
}

.my-popup form ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.my-popup form ul li {
    list-style: none;
    width: 100%;
    margin: 15px;
}

.my-popup ul li>label {
    margin: 0px 10px 10px 10px;
    display: inline-block;
}

.my-popup .date-input {
    position: relative;
    margin-top: 10px;
    width: 100%;
}

.date-input input {
    border: 1px solid #f2f2f2;
    border-radius: 30px;
    height: 60px;
    width: 100%;
    text-indent: 20px;
}

.my-popup input[type="text"] {
    width: 100%;
    padding: 5px;
    border: solid 1px #f2f2f2;
}

.date-input svg {
    position: absolute;
    top: 20px;
    right: 20px;
}

.submit-application {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    border: none;
    padding: 16px;
    border-radius: 25px;
    background: #173395;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.popup {
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.popup.active {
    display: flex;
}

.rating {
    display: flex;
    overflow: hidden;
    flex-direction: row-reverse;
    position: relative;
}

.rating-0 {
    filter: grayscale(100%);
}

.rating>input {
    display: none;
}

.rating>label {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-image: url("../img/star.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
}

.rating>input:checked~label,
.rating>input:checked~label~label {
    background-image: url("../img/star2.svg");
}

.rating>input:not(:checked)~label:hover,
.rating>input:not(:checked)~label:hover~label {
    background-image: url("../img/star2.svg");
}

.feedback {
    width: 100%;
    display: flex;
}

.input-file-row {
    display: block;
}

.input-file {
    position: relative;
    display: inline-block;
}

.input-file span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 20px;
    border: 1px solid var(--Blue, #173395);
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    margin: 0;
    transition: background-color 0.2s;
}

.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

#GidOrderForm .submit-application {
    margin-top: 0;
}

/* Focus */
.input-file input[type=file]:focus+span {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

/* Hover/active */
.input-file:hover span {
    opacity: 0.7;
}

.input-file:active span {
    border-radius: 20px;
    border: 1px solid var(--Blue, #173395);
}

/* Disabled */
.input-file input[type=file]:disabled+span {
    background-color: #eee;
}

/* Список c превью */
.input-file-list {
    padding: 10px 0;
}

.input-file-list-item {
    display: inline-block;
    margin: 0 15px 15px;
    width: 150px;
    vertical-align: top;
    position: relative;
}

.input-file-list-item:first-child {
    margin-left: 0;
}

.input-file-list-item img {
    width: 150px;
}

.input-file-list-name {
    text-align: center;
    display: block;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.input-file-list-remove {
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 5px;
    right: 5px;
    background: #ff0202;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
}

.my-popup textarea {
    display: block;
    width: 100%;
    min-height: 62px;
    padding: 20px 30px;
    border-radius: 30px;
    border: 1px solid #F2F2F2;
    color: #8A8A8A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    resize: none;
    overflow: hidden;
}

.sidebars-nav-form input,
.my-popup input {
    border: 1px solid #f2f2f2;
    border-radius: 30px;
    height: 60px;
    width: 100%;
    text-indent: 20px;
}

.veb-form-policy {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.veb-form-policy .cntr {
    width: unset;
}

@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px;
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 50%;
        width: 875px;
        height: 875px;
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 50%;
        width: 875px;
        height: 875px;
    }
}

@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px;
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        right: 50%;
        width: 875px;
        height: 8375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

.btn-anim {
    color: #fff;
    position: relative;
    display: block;
    overflow: hidden;
    transition: color 0.8s linear
}

.btn-anim span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-anim:before,
.btn-anim:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #FF2D2D;
    border-radius: 50%;
}

.btn-anim:before {
    left: -20px;
    transform: translate(-50%, -50%);
}

.btn-anim:after {
    right: -20px;
    transform: translate(50%, -50%);
}

.btn-anim:hover {
    color: #fff;
    transition: color 0.8s linear;
}

.btn-anim:hover:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.btn-anim:hover:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.select__label:hover {
    background: rgba(119, 154, 178, 0.15);
    font-weight: 700;
    transition: all 0.3s linear;
}

.gid-excursions-tags a:hover svg {
    fill: #FF2D2D;
    transition: all 0.3s linear;
}

.mySwiper .swiper-pagination {
    display: none;
}

.page-pagination button:hover,
.tour-guide-name:hover,
.gid-profil a:hover,
.gid-excursions-tags a:hover,
a.gids-review:hover,
.gids-specialization a:hover {
    color: #FF2D2D;
    transition: all 0.3s linear;
}

.image-popup-no-margins {
    width: 100%;
    overflow: hidden;
    transition: transform 0.3s linear;
}

.image-popup-no-margins:hover img,
.gid-excursions-gallery__box a:hover img {
    transform: scale(1.1);
    transition: transform 0.3s linear;
}

.gid-excursions-gallery__box a:hover,
.checkselect-control:hover,
.filter-flex .w_btn:hover,
/* .submit-application:hover, */
/* .excursions-gid-order a:hover, */
/* .tour-guide-detail:hover, */
/* a.leave-review:hover, */
/* .have-questions a:hover, */
/* a.number-excursions:hover, */
.tabs__item:hover {
    opacity: 0.7;
    transition: all 0.3s linear;
}

@media (max-width: 767.98px) {
    .mySwiper .swiper-pagination {
        display: block;
    }

    .mySwiper.swiper-container-horizontal>.swiper-pagination-bullets {
        top: unset;
        bottom: -20px;
    }

    .slider__flex {
        flex-direction: column-reverse;
    }

    .slider__col {
        flex-direction: row;
        align-items: center;
        margin: 0;
        margin-top: 24px;
        width: 100%;
    }

    .slider__images {
        width: 100%;
    }

    .slider__thumbs {
        height: 100px;
        width: 100%;
        margin: 0 0 16px;
    }

    .slider__prev,
    .slider__next {
        height: auto;
        width: 32px;
    }

    .gid-name {
        flex-wrap: wrap-reverse;
    }

    .gid-name .gid-specialization a span {
        margin-bottom: 10px;
    }
}

@media (max-width: 1340px) {
    .marshrut-list a {
        padding: 14px 17px 15px 17px;
    }

    .marshrut-list {
        justify-content: flex-start;
    }
}

@media (max-width: 1170px) {
    .img-popup {
        width: 90vw;
    }

    .swiper-button-next {
        right: -40px;
    }

    .swiper-button-prev {
        left: -40px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: calc(50% - 40px);
        width: 80px;
        height: 80px;
    }

    .photos-participants::before {
        display: none;
    }

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

    .excursions-gid-face__box {
        width: max-content;
        margin: 0px 0px 20px 0px;
    }

    .excursions-gid-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .gid-excursions-right {
        min-width: 216px;
        max-width: 216px;
        padding: 24px 20px 24px;
    }

    .tour-guide-content {
        padding: 15px 10px;
    }

    .tour-guide.tg2 .tour-guide-list {
        grid-template-columns: 1fr 1fr;
    }

    .tour-guide-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .gid .certified {
        font-size: 10px;
        padding: 5px 10px;
    }

    .gid-col:nth-child(1) {
        max-width: 156px;
    }

    .detailed-information-value {
        width: 69%;
    }

    .detailed-information-flex span,
    .detailed-information-value,
    .gid .w_rating-current__info,
    .gid .gids-review {
        font-size: 14px;
    }

    .gids-review svg {
        width: 18px;
    }

    .average-mark-star svg {
        width: 24px;
    }

    .gid-face {
        max-width: 156px;
        max-height: 156px;
    }

    .checkselect-control select {
        border-right: none;
        border-bottom: 1px solid #e2e4e7;
    }

    .gids-col:nth-child(1) {
        max-width: 120px;
    }

    .gids-col:nth-child(2) {
        margin-right: 20px;
    }

    .certified {
        font-size: 8px;
        margin: 0;
    }

    .gids-face {
        max-width: 120px;
        max-height: 120px;
    }

    .number-excursions {
        width: 154px;
        padding: 10px 30px 11px 30px;
    }

    .gids-name {
        font-size: 20px;
    }

    .w_rating-current__star svg {
        width: 16px;
        height: 16px;
    }

    .excursions-gid-order a {
        padding: 10px 30px 10px 30px;
        font-size: 12px;
    }

    .gid-name {
        font-size: 32px;
    }

    .section-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .gid-excursions-title {
        font-size: 30px;
    }

    .average-mark_info_value {
        font-size: 24px;
    }

    .excursions-gid-price,
    .page-pagination button {
        font-size: 20px;
    }

    .tour-guide-name {
        font-size: 19px;
    }

    .average-mark-sub {
        font-size: 17px;
    }

    .gid-excursions-subtitle,
    .excursions-gid-name {
        font-size: 16px;
    }

    .gid-description,
    .w_rating-current__info,
    .gids-review {
        font-size: 14px;
    }

    .gid-excursions-description,
    .excursions-gid-list span,
    .excursions-gid-label,
    .excursions-gid-list li,
    .number-excursions {
        font-size: 12px;
    }

    .tour-guide-card .tour-guide-geo,
    .tour-guide-card .w_rating-current__info,
    .tour-guide-card .gids-review,
    .gid-profil a,
    .gid-specialization span,
    .gids-specialization a,
    .gids-description {
        font-size: 10px;
    }

    .excursions-gid-price span {
        font-size: 8px;
    }

    .filter-btn,
    .filter-flex>a,
    .filter-flex>div {
        width: 50%;
    }

    .filter-selects-box,
    .filter-flex {
        flex-wrap: wrap;
    }

    .filter-box {
        padding: 32px 44px;
    }

    .compilations h2 {
        padding: 0 44px;
    }

    .gid {
        padding: 0;
        margin: 0;
    }

    .container {
        padding: 0 20px;
    }

    .w_header .w_container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .gid-excursions-gallery__box {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .my-popup textarea {
        padding: 15px 20px;
    }

    .gid-order-popup__title {
        font-size: 28px;
    }

    .img-popup,
    .my-popup {
        width: 95vw;
        padding: 30px 20px;
    }

    .swiper-pagination-fraction .swiper-pagination-bullet,
    .swiper-pagination-custom .swiper-pagination-bullet,
    .mySwiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        height: 8px;
        border-radius: 50%;
        background: #FF2D2D;
    }

    .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after,
    .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after,
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after {
        display: none;
    }

    .mySwiper {
        overflow: unset;
    }

    .slider__col {
        max-width: unset;
    }

    .gid-excursions-left {
        margin: 0;
    }

    .gid-excursions-tags {
        margin-bottom: 20px;
    }

    .excursions-gid-list span,
    .excursions-gid-label {
        font-size: 14px;
    }

    a.leave-review {
        margin: 20px 0px 0px 0px;
    }

    .gid-excursions-tags a {
        font-size: 12px;
    }

    .swiper-button-prev,
    .swiper-button-next,
    .photos-participants::before {
        display: none;
    }

    .detailed-information-flex span {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .section-title,
    .gid-excursions-title {
        font-size: 24px;
    }

    .gid-excursions-flex {
        flex-direction: column-reverse;
    }

    .gid-excursions-right {
        position: unset;
        max-width: unset;
        width: 100%;
        margin-bottom: 40px;
    }

    .w_header .w_container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tour-guide.tg2 .tour-guide-list,
    .tour-guide-list {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }

    .gid-col:nth-child(1) {
        margin: 0px 0px 20px 0px;
        align-items: flex-start;
    }

    .show-list-box {
        width: 215px;
    }

    .show-filter span {
        font-size: 14px;
        padding: 9px 20px;
    }

    .gids-col:nth-child(2) {
        margin: 20px 0px 20px 0px;
    }

    .detailed-information-value,
    a.leave-review,
    .have-questions a,
    .gid-col:nth-child(1),
    .gids-col:nth-child(3),
    .gids-col:nth-child(2),
    .gids-col:nth-child(1) {
        max-width: unset;
        width: 100%;
    }

    .tabs__item svg {
        margin-right: 6px;
        width: 14px;
    }

    .w_directionSearch__field {
        padding: 20px 20px 20px 20px;
    }

    .w_directionSearch__field-icon {
        left: 35px;
    }

    .w_directionSearch__content_distance {
        border: none;
    }

    .filter-flex .w_btn.br-1 {
        border-bottom: 2px solid #e2e4e7;
    }

    .tabs__item {
        font-size: 11px;
        margin-right: 0px;
        padding: 9px 12px 9px 12px;
    }

    .average-mark-box,
    .detailed-information-flex,
    .gid-card,
    .gids-card {
        flex-direction: column;
    }

    .filter-btn,
    .filter-flex>a,
    .filter-flex>div {
        width: 100%;
    }

    .filter-box {
        padding: 30px 20px;
    }

    .compilations h2 {
        padding: 0 20px;
    }
    .swiper-navigation {
        display: none!important;
    }
}

.accordion button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    padding: 10px 30px;
    color: #141414;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    background: none;
    outline: none;
}

.accordion button .icon {
    display: inline-block;
}

.accordion button .icon svg {
    fill: #173395;
}

.accordion button[aria-expanded=true] {
    color: #FF2D2D;
}

.accordion button[aria-expanded=true] .icon svg {
    fill: #FF2D2D;
}

.accordion button[aria-expanded=true] .icon {
    transform: rotate(180deg);
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 100vh;
    transition: opacity 450ms linear, max-height 400ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0 0 1rem 0;
}

.accordion .accordion-content a {
    font-size: 13px;
    line-height: 14px;
    padding: 8px 45px;
    display: flex;
    align-items: center;
    color: #565656;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 450ms linear, max-height 400ms linear;
    will-change: opacity, max-height;
}

.mfp-bg {
    opacity: 0.8 !important;
}

.veb-form-policy .contact-us-link {
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 130%;
    margin-left: 10px;
    color: #212121;
}

.contact-us-link a {
    color: #173395;
    text-decoration: underline;
}

#GidOrderForm .help-block {
    margin: 10px;
}

.other__directions {
    color: #a1a1a1;
    font-size: 14px;
}

.filter-btn.btn-anim.reset {
    width: unset;
    background: #FF2D2D;
}

.gid-name .gid-specialization a span {
    font-size: 16px;
    display: block;
    white-space: nowrap;
}
.gids-face img {
    width: inherit;
}
.in-two-sub { opacity: 1; }
.n-one {
    padding: 120px 0 0 0;
}
.in-two h1 {
    color: var(--Black, #141414);
    font-family: 'Geologica';
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.84px;
    padding: 40px 0 60px 0;
}
.new-select {
    padding: 16px 70px 16px 33px;
    color: #141414;
    margin: 0;
}
.new-select::after {
    right: 0;
    margin-right: 22px;
}
.in-two .i-link-b { justify-content: flex-start; }
.footer {
    margin-top: 80px;
}

.guide-ext-info {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 2fr));
    max-width: 657px;
    padding: 24px;
    grid-gap: 12px 20px;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid var(--Border, #E2E4E7);
    background: #FFF;
}

.guide-ext-info>div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.guide-ext-info > div {
    color: var(--Grey, #141414);
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.guide-ext-info > div > div:first-child {
    color: var(--Grey, #707070);
}
.p-two-slider__img {
    aspect-ratio: 2/1.5;
}
.p-two-slider__img img {
    height: 100%;
    object-fit: cover;
}
.p-two-slider__price {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    margin: 24px;
    color: var(--Black, #141414);
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.p-two-slider__title {
    color: var(--Black, #141414);
    font-family: Geologica;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}
.p-two-slider-description {
    overflow: hidden;
    color: var(--Grey, #707070);
    text-overflow: ellipsis;
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}
.p-two-slider__city,
.p-two-slider__km {
    color: var(--Grey, #707070);
    text-align: center;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 16px;
    /* 23.4px */
}

.w_reviews-form_in_page button.w_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.reviews-guide-list .w_placeReview.dyna {
    border-radius: 12px;
    border: 1px solid var(--Border, #E2E4E7);
    padding: 40px;
    margin-bottom: 20px;
}
.agency {
    display: flex;
    align-items: flex-start;
}
.agency img {
    max-width: 60px;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    margin-right: 15px;
}
.agency div {
    color: var(--Grey, #707070);
    text-align: left;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 18.2px */
}
.agency .agency-title {
    color: var(--Black, #141414);
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    margin-top: 5px;
}
.rs-one-distance .rs-three-link {
    margin: 0;
    background: unset;
    color: var(--Black, #141414);
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.rs-one-distance .rs-three-link svg {
    margin-right: 5px;
}
.rs-one-right__flex.bbn {
    justify-content: space-between;
}
.btn-anim.w_btn.w_btn-flex {
    display: flex;
}
.lead-text {
    color: var(--Black, #141414);
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 60px;
}
.i-two-slider .w_image {
    aspect-ratio: 2/1;
}
.js-like.w_is-active svg { fill: red; }
.ta-route-topbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 37px;
}
.ta-route-topbar .swiper-navigation {
    position: relative;
    align-items: center;
    display: flex;
    margin-left: auto;
}
.ta-route-topbar .swiper-navigation .sw-btn {
    position: relative;
    top: unset;
    bottom: unset;
    right: unset;
    margin-left: 20px;
}
.service-links span {
    color: var(--Black, #141414);
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.rs-three-link.btn-anim span {
    margin: 0;
    text-align: center;
    color: var(--Black, #141414);
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.favorites .rs-three-link.btn-anim span { font-size: 0; }
.sticky-sidebar .price {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.sticky-sidebar .price span {
    color: var(--Black, #141414);
    font-family: Geologica;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.sticky-sidebar li:last-child { border-bottom: 0; }
.route-ext-info {
    display: grid;
    padding: 32px 0px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    border-top: 1px solid var(--Border, #E2E4E7);
    border-bottom: 1px solid var(--Border, #E2E4E7);
    margin-top: 60px;
    grid-template-columns: repeat(2, auto);
    color: var(--Black, #141414);
    text-align: center;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-align: left;
    /* 26px */
}
.route-ext-info div:nth-child(2n) {
    color: var(--Grey, #707070);
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 26px */
}
.rs-one-btn__box { margin-bottom: 20px; }
.rs-one-left {
    display: flex;
    align-items: end;
}
.rsk-two-content .i-link-b span::after {
    display: inline-block;
}
.rsk-two-content .i-link-b span {
    color: #201C1C;
}
.route-map-item {
    display: flex;
}
.route-map-item .rsk-two-content {
    flex: 1;
}
.route-map-item .rsk-two-content span {
    display: flex;
}
.route-map-item h5 {
    color: var(--Black, #141414);
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.route-map-item .rsk-two-content a {
    display: flex;
    flex: 1;
}
#map {
    height: 100%;
    width: 100%;
    min-height: 720px;
}
.mapPlacemarkNumber {
    display: flex;
    position: absolute;
    color: #fff;
    border-radius: 100%;
    padding: 8px;
    aspect-ratio: 1;
}
.route-map-item:hover {
    cursor: pointer;
}
.mapBaloon.travel-agent-route-point {
    width: max-content;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px 35px 16px 16px;
}
.mapBaloon.travel-agent-route-point .i-link-b a {
    color: #201C1C;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 18.2px */
    text-transform: uppercase;
    width: 100%;
}
.mapBaloon.travel-agent-route-point .mapBaloon__image {
    max-width: 140px;
    aspect-ratio: 2/1.5;
}
.mapBaloon.travel-agent-route-point .mapBaloon__content {
    padding: 0;
    margin-left: 30px;
}
.mapBaloon.travel-agent-route-point .item-title {
    color: var(--Black, #141414);
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    max-width: 270px;
    margin-bottom: 30px;
}
.mapBaloonHorizontal .item-title {
    margin-bottom: 30px;
}
@media (max-width: 635px) {
    .route-ext-info {
        grid-template-columns: repeat(1, auto);
    }
}
@media (max-width: 1280px) {
    .route-ext-info,
    .route-ext-info div:nth-child(2n) {
        font-size: 16px;
    }
}
@media (max-width: 48.0625em) {
    .mapBaloon.travel-agent-route-point {
        display: none;
    }
}
@media (max-width: 767px) {
    .route-map-item .rsk-two-img { margin-right: 20px; }
    .mapBaloonHorizontal .i-link-b { justify-content: flex-start; }
    .mapBaloonHorizontal .i-link-b a { width: 100%; }
}
@media (max-width: 1540px) {
    .w_header__nav-item a.w_header__search {
        display: flex;
    }
}
@media (max-width: 1170px) {
    .w_header__nav-item a.w_header__search {
        display: none;
    }
}
.author {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.author img {
    display: block;
    max-width: 60px;
    max-height: 60px;
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 15px;
    object-fit: cover;
}
.author-type {
    font-family: Geologica;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 5px;
    color: #707070;
}

.author-name {
    font-family: Geologica;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    letter-spacing: -0.02em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #141414;
}