input:focus, textarea:focus {
    outline: 0;
}

[type=checkbox]:checked + label, [type=checkbox]:not(:checked) + label {
    position: initial;
    padding-left: initial;
    cursor: initial;
    line-height: initial;
    display: initial;
}

[type=checkbox]:checked + label:before, [type=checkbox]:not(:checked) + label:before {
    display: inline;
    position: static;
    left: initial;
    top: initial;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    background: none;
}

/* ....................................................... */

.podb-t__wrapper-ttpl {
    margin-top: 12px;
}

.podb-t__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 215px;
}

h1.podb-t__title {
    margin-top: 42px;
    margin-bottom: 0;

    font-family: 'Roboto';
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #F60;
}

.podb-t__slider {
    display: flex;
    width: 100%;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.podb-t__sw {
    width: 63.532%; /*1209px*/
    margin: 0;
}

.swiper-slide {
    border-radius: 50px;
}

.swiper-slide > img {
    height: 100%;
    width: 100%;
    
    object-fit: cover;
    object-position: center;
}

.podb-t__sw-button {
    width: 40px;
    height: 40px;

    transition: filter 0.1s linear;

    cursor: pointer;
}

.podb-t__sw-button:hover {
    filter: drop-shadow(0 0 2px rgba(153, 153, 153, 0.7));
}

.podb-t__sw-button-prev {
    margin-right: 14px;

    background: no-repeat url('../i/arrow-to-left-in-circle-with-transparent-background.svg');
    background-size: contain;
    background-position: center;
}

.podb-t__sw-button-next {
    margin-left: 14px;

    background: no-repeat url('../i/arrow-to-right-in-circle-with-transparent-background.svg');
    background-size: contain;
    background-position: center;
}

.podb-t__search-row {
    width: 1000px;
    margin: 6px 0 0 50px;
}

.podb-t__view-ctrl {
    display: flex;
    justify-content: end;
    padding-right: 12px;
}

.podb-t__view-ctrl-type {
    display: flex;
    gap: 8px;
}

.podb-t__view-ctrl-button {
    width: 30px;
    height: 30px;

    border-radius: 30px;
    border-bottom: 1px solid #5A5D62;
    background-color: rgba(255, 255, 255, 0.10);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);

    cursor: pointer;
}

.podb-t__view-ctrl-button:hover {
    background-color: rgba(255, 115, 45, 0.48);
}

.podb-t__view-ctrl_line {
    background: no-repeat url('../i/icons/icon-button-view-tours-line.svg');
    background-size: 54% auto;
    background-position: center;
}
.podb-t__view-ctrl_tile {
    background: no-repeat url('../i/icons/icon-button-view-tours-tile.svg');
    background-size: 54% auto;
    background-position: center;
}


.podb-t__tours[data-view="line"] .podb-t__view-ctrl_line, 
.podb-t__tours[data-view="tile"] .podb-t__view-ctrl_tile {
    background-color: rgba(255, 115, 45, 0.48);
}

.podb-t__tours-not-found {
  display: none;
  padding-top: 7px;
  padding-bottom: 4px;

  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #5A5D62;
}

.podb-t__tours-not-found_show {
  display: block;
}

.podb-t__list {
    display: flex;
    min-height: 485px;
    flex-direction: column;
    gap: 30px;
    padding: 0;

    transition: opacity 0.4s linear;
}

.podb-t__tours[data-view="tile"] .podb-t__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px; /*16px*/
    row-gap: 12px;
}

.pt-card {
    display: flex;
    width: 961px;
    min-height: 250px;

    border-radius: 10px;
    background: #F2F2F2;

    transition: box-shadow 0.05s linear;
}

.podb-t__tours[data-view="tile"] .pt-card {
    flex-direction: column;
    width: 320px; /*290*/
    height: 100%;

    border-radius: 8px;
}

.pt-card:hover {
    box-shadow: 0 0 17.1px 6px rgba(0, 0, 0, 0.25);
}

.pt-card__image {
    position: relative;

    width: 418px;
    flex-shrink: 0;

    border-radius: 10px 0 0 10px;

    overflow: hidden;
}

.podb-t__tours[data-view="tile"] .pt-card__image {
    width: 100%;
    padding: 4px 4px 0;

    border-radius: 8px 8px 0 0;

    overflow: visible;
}

.pt-card__wr-image {
    height: 100%;
}

.podb-t__tours[data-view="tile"] .pt-card__wr-image {
    height: 194px;

    border-radius: 8px;

    overflow: hidden;
}

.pt-card__wr-image > img {
    height: 100%;
    width: 100%;
    
    object-fit: cover;
    object-position: left bottom;
}

.pt-card__ribons {
    position: absolute;
    top: -1px;
    right: 0;

    display: none;
    width: 147px;
    height: 97px;

    background: no-repeat url('../i/promo-ribbons-yellow.png');
    background-size: contain;
    background-position: right top;
    pointer-events: none;
}

.pt-card__ribons_active {
    display: block;
}

.pt-card__flag {
    position: absolute;
    top: 6.2%;
    left: 0;

    display: none;
    padding: 8px 29px 8px 24px;

    font-family: 'Roboto';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;

    background: linear-gradient(90deg, #F60 0%, #FF1572 100%);
    background-repeat: no-repeat;

    clip-path: polygon(100% 0%, 87.5% 50%, 100% 100%, 0% 100%, 0% 0%);
}

.pt-card__flag_active {
    display: block;
}

.pt-card__image-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pt-card__info {
    display: grid;
    padding: 15px 20px 15px 23px;
    grid-template-rows: repeat(3, auto) 1fr;
    flex-grow: 1;
}

.podb-t__tours[data-view="tile"] .pt-card__info {
    padding: 5px 17px 8px; /*5px 7px 8px*/
    grid-template-rows: auto 1fr repeat(3, auto);
}

.pt-card__tda {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
}

.podb-t__tours[data-view="tile"] .pt-card__tda {
    grid-row: 3;
    margin-top: 20px;
}

.pt-card__tda-flex {
    display: flex;
    align-items: center;
}

.pt-card__type-icon {
    width: 23px;
    height: 17.045px;

    background: no-repeat url('../i/icons-catalog/tickets.svg');
    background-size: contain;
    background-position: center;
}

.podb-t__tours[data-view="tile"] .pt-card__type-icon {
    width: 19px;
    height: 14.081px;
}

.pt-card__type-name {
    margin-left: 12px;

    text-align: center;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #000;
}

.podb-t__tours[data-view="tile"] .pt-card__type-name {
    font-size: 12px;
}

.pt-card__dur {
    margin-left: 20px;
}

.pt-card__dur-icon {
    width: 23px;
    height: 23px;

    background: no-repeat url('../i/icons-catalog/clock.svg');
    background-size: contain;
    background-position: center;
}

.podb-t__tours[data-view="tile"] .pt-card__dur-icon {
    width: 23px;
    height: 23px;
}

.pt-card__dur-data {
    margin-left: 12px;

    text-align: center;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #000;
}

.podb-t__tours[data-view="tile"] .pt-card__dur-data {
    font-size: 12px;
}

.pt-card__art {
    display: block;
    height: min-content;
    justify-self: end;

    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #7B7B7B;
}

.podb-t__tours[data-view="tile"] .pt-card__art {
    display: none;
}

.pt-card__nra {
    margin-top: 24px;
}

.podb-t__tours[data-view="tile"] .pt-card__nra {
    grid-row: 1;
    margin-top: 5px;
}

.pt-card__name > a {
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #F60;
}

.podb-t__tours[data-view="tile"] .pt-card__name > a {
    font-size: 15px;
    font-weight: 600;
}

.pt-card__route {
    margin-top: 6px;

    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #000;
}

.podb-t__tours[data-view="tile"] .pt-card__route {
    margin-top: 4px;

    font-size: 11px;
}

.pt-card__author {
    display: none;
    margin-top: 6px;

    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #7B7B7B;
}

.podb-t__tours[data-view="tile"] .pt-card__author {
    margin-top: 4px;

    font-size: 11px;
}

.pt-card__author_active {
    display: block;
}

.pt-card__dates {
    display: grid;
    margin-top: 17px;
    margin-bottom: 15px;
    grid-template-columns: auto auto 1fr;
    grid-template-rows: auto auto;
    row-gap: 4px;
}

.podb-t__tours[data-view="tile"] .pt-card__dates {
    grid-row: 4;
    margin-top: 10px;
    margin-bottom: 5px;
    row-gap: 8px;
}

.pt-card__dates-icon {
    width: 17px;
    height: 17px;
    margin-right: 18px;
    grid-column: 1;
    grid-row: 1;

    background: no-repeat url('../i/icons-catalog/calendar.svg');
    background-size: contain;
    background-position: center;
}

.podb-t__tours[data-view="tile"] .pt-card__dates-icon {
    margin-right: 7px;
}

.pt-card__dates-nearests {
    grid-column: 2/4;
    grid-row: 1;
    align-self: center;

    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #000;
}

.cat-card__avail-wrapper {
    grid-column: 2;
    grid-row: 2;
}

.pt-card__dates-link {
    grid-column: 3;
    grid-row: 2;
    align-self: center;
    margin-left: 10px;

    font-family: 'Roboto';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #F60;
}

.pt-card__footer {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    align-self: end;
    row-gap: 6px;
}

.podb-t__tours[data-view="tile"] .pt-card__footer {
    grid-row: 5;
    grid-template-columns: max-content 1fr max-content ;
    grid-template-rows: auto;
    row-gap: 0;
    gap: 10px;
    margin-top: 18px;
}

.pt-card__hashtags {
    max-width: 250px;

    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #7B7B7B;
}

.podb-t__tours[data-view="tile"] .pt-card__hashtags {
    display: none;
}

.pt-card__price {
    position: relative;

    justify-self: center;
}

.podb-t__tours[data-view="tile"] .pt-card__price {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
}

.pt-card__old-price {
    display: none;

    position: absolute;
    top: 0;
    left: 23px;

    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #7B7B7B;

    transform: translateY(-100%);
}

.podb-t__tours[data-view="tile"] .pt-card__old-price {
    right: 0;
    left: auto;

    width: fit-content;

    line-height: 0.8;

    font-size: 11px;
}

.pt-card__old-price:after {
    content: "";

    position: absolute;
    top: 50%;
    left: 50%;

    width: 110%;
    height: 1px;

    background: #F00;

    transform: translate(-50%, -50%);
}

.pt-card__old-price_active {
    display: block;
}

.pt-card__old-price > span {
    font-weight: 600;
}

.podb-t__tours[data-view="tile"] .pt-card__old-price > span {
    font-weight: 400;
}

.pt-card__actualy-price {
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #000;
}

.podb-t__tours[data-view="tile"] .pt-card__actualy-price {
    font-size: 16px;
}

.pt-card__actualy-price > span {
    font-weight: 400;   
}

.podb-t__tours[data-view="tile"] .pt-card__actualy-price > span {
    font-size: 14px;
}

.pt-card__footer-links {
    display: flex;
    gap: 14px;
    align-items: center;
}

.podb-t__tours[data-view="tile"] .pt-card__footer-links {
    grid-column: 1;
}

.pt-card__favorites {
    width: 16px;
    height: 14px;

    background: no-repeat url('../i/icons/heart_icon.svg');
    background-size: contain;
    background-position: center;

    cursor: pointer;
}

.pt-card__favorites[data-favorite="1"] {
    background: no-repeat url('../i/icons/heart-fill-gradient.svg');
    background-size: contain;
    background-position: center;
}

.pt-card__share {
    position: relative;

    height: 15px;
    width: 15px;

    background: no-repeat url('../i/icons/share_icon.svg');
    background-size: contain;
    background-position: center;

    cursor: pointer;
}

.pt-card__share-wr-list {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;

    transition: opacity 0.2s linear;

    transform: translate(-50%, 95%);

    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.pt-card__share-wr-list_active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.pt-card__share-list {
    display: flex;
    padding: 8px 12px;
    gap: 12px;

    list-style-type: none;
    background-color: #fff;
    box-shadow: 0 0 17.1px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;

    cursor: default;
}

.pt-card__share-arrow {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: min-content;

    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
}

.pt-card__share-item {
    height: 40px;
    width: 40px;

    border-radius: 50%;

    cursor: pointer;
}

.pt-card__share-copy {
    position: relative;

    background: no-repeat url('../i/icons/icon-share-copy.svg');
    background-size: contain;
    background-position: center;
}

.pt-card__share-copy::after {
    content: "Ссылка скопированна";

    position: absolute;
    left: 50%;
    bottom: 0;

    padding: 3px 5px;

    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    white-space: nowrap;
    color: #000;

    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 9.1px 2px rgba(0, 0, 0, 0.25);

    transition: opacity 0.15s linear;

    transform: translate(-50%, 120%);

    pointer-events: none;
    opacity: 0;
}

.pt-card__share-copy:focus.pt-card__share-copy::after {
    opacity: 1;
}

.pt-card__share-maks {
    background: no-repeat url('../i/icons/icon-share-maks.svg');
    background-size: contain;
    background-position: center;
}
.pt-card__share-ok {
    background: no-repeat url('../i/icons/icon-share-ok.svg');
    background-size: contain;
    background-position: center;
}
.pt-card__share-tg {
    background: no-repeat url('../i/icons/icon-share-tg.svg');
    background-size: contain;
    background-position: center;
}
.pt-card__share-vk {
    background: no-repeat url('../i/icons/icon-share-vk.svg');
    background-size: contain;
    background-position: center;
}

.pt-card__share-item > a {
    display: inline-block;
    height: 100%;
    width: 100%;

    border-radius: 50%;
}

.pt-card__pdf {
    width: 16px;
    height: 18px;

    background: no-repeat url('../i/icons/pdf_icon.svg');
    background-size: contain;
    background-position: center;

    cursor: pointer;
}

.pt-card__button {
    display: grid;
    place-items: center;
    width: 156px;
    height: 40px;
    justify-self: end;

    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;

    border-radius: 25px;
    background-color: #FF732D;
    box-shadow: 0 0 7.3px 2px rgba(0, 0, 0, 0.25);
}

.pt-card__button:hover {
    text-decoration: none;
    background-image: linear-gradient(90deg, #FF732D 0%, #F32F2F 100%);
    background-repeat: no-repeat;
}

.podb-t__tours[data-view="tile"] .pt-card__button {
    grid-column: 3;
    width: 35px;
    height: 35px;

    border-radius: 50%;
    box-shadow: 0 0 5.9px 1px rgba(0, 0, 0, 0.25);

    background-image: url('../i/icon-arrow-short-white-to-right.svg');
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: center;
}

.podb-t__tours[data-view="tile"] .pt-card__button:hover {
    background-image: url('../i/icon-arrow-short-white-to-right.svg'), linear-gradient(90deg, #FF732D 0%, #F32F2F 100%);
    background-repeat: no-repeat, no-repeat;
    background-size: 60% auto, auto;
    background-position: center, auto;
}

.podb-t__tours[data-view="tile"] .pt-card__button > span {
    display: none;
}

.pt-card__label {
    position: relative;

    width: 40px;
    flex-shrink: 0;

    border-radius: 0 10px 10px 0;
}

.podb-t__tours[data-view="tile"] .pt-card__label {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
    height: 28px;
    padding-bottom: 1px;

    border-radius: 0 0 8px 8px;
}

.pt-card__label:before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;

    width: 8px;

    background-image: url('../i/icons/icon-circle-for-label-ticket.svg');
    background-repeat: repeat-y;
    background-size: 8px 16px;
    background-position: center top;

    transform: translateX(-50%);
}

.podb-t__tours[data-view="tile"] .pt-card__label:before {
    bottom: auto;
    right: 0;

    width: auto;
    height: 7px;

    background-repeat: repeat-x;
    background-size: 12px 7px;
    background-position: left center;

    transform: translateY(-50%);
}

.pt-card__label_pink {
    background: #FFD5C0;
}

.pt-card__label-content {
    position: absolute;
    left: 50%;
    top: 50%;

    display: none;
    width: max-content;

    transform: translate(-50%, -50%) rotate(-90deg);
}

.podb-t__tours[data-view="tile"] .pt-card__label-content {
    position: static;

    transform: none;
}

.pt-card__label_pink > .pt-card__label-content {
    display: block;
}

.pt-card__label-content > span:first-child {
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #7B7B7B;
}

.podb-t__tours[data-view="tile"] .pt-card__label-content > span:first-child {
    font-size: 10px;
}

.pt-card__label-content > span:last-child {
    display: inline-block;
    width: 39px;
    height: 20px;

    background: no-repeat url('../i/logo-gray-mini.svg');
    background-size: contain;
    background-position: center;
}

.podb-t__tours[data-view="tile"] .pt-card__label-content > span:last-child {
    width: 31px;
    height: 16px;
}

.podb-t__loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50000000000;

    display: none;
    height: 100%;
    width: 100%;

    background-color: rgba(0, 0, 0, 0.4);
}

.podb-t__loader[active] {
    display: grid;
    place-items: center;
}

.podb-t__loader-body {
    position: relative;

    width: 16px;
    height: 16px;

    border-radius: 50%;
    background: #f76c26;
}

.podb-t__loader-body:before,
.podb-t__loader-body:after {
    content: "";

    position: absolute;

    border-radius: 50%;
    inset: 0;
    background: #FFF;

    animation: rotate 1s ease infinite;

    transform: rotate(0deg) translate(30px);
}

.podb-t__loader-body:after {
    animation-delay: 0.5s
}

@keyframes rotate {
    100% {
        transform: rotate(360deg) translate(30px)
    }
}

/* start all sales */
.podb-t__sales {
    width: 904px;
    padding-top: 20px;
    padding-bottom: 10px;
    align-self: center;

    list-style-type: none;
}

.podb-t__tours[data-view="tile"] .podb-t__sales {
    width: 1211px;
    grid-column: 1/5;
    padding-top: 45px;
    padding-bottom: 27px;
    justify-self: center;
}

.podb-t__sl-swiper-list {
    height: 246px;
}

.podb-t__sl-img {
    display: none;

    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;

    border-radius: 8px;
}

.podb-t__sl-img_desc {
    display: block;
}

.podb-t__sl-wr-link-all {
    display: flex;
    justify-content: end;
    padding-top: 25px;
}

.podb-t__sl-link-all {
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #242424;
}
/* end all sales */


/* start form callback */
.podb-t__support * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    list-style-type: none;
    line-height: normal;
}

.podb-t__support {
    display: flex;
    justify-content: center;

    list-style-type: none;
}

.podb-t__tours[data-view="tile"] .podb-t__support {
    grid-column: 1/5;
}

.consultation__wr-content.podb-t__cons-wr-content {
    width: 654px;
}

.consultation__wr-form-text.podb-t__cons-wr-form-text {
    padding-top: 40px;
    padding-bottom: 40px;

    background: none;
}

.podb-t__consult-wr-form.consultation__wr-form {
    margin-top: 13px;
}

.consultation__form.podb-t__consultation-form {
    grid-template-columns: 1fr auto 1fr auto;
}

input.podb-t__consultation-input.consultation__input {
    width: 100%;
}

.podb-t__support .consultation__image_desc {
    display: none;
}

.podb-t__cld-l-t.consultation__cloud-l-t {
    top: 71px;
    left: -149px;
}

.podb-t__cld-l-b.consultation__cloud-l-b {
    top: 64px;
    left: -75px;
}

.podb-t__cld-a-windy {
    position: absolute;
    top: 107px;
    left: -56px;

    width: 52px;
    height: 38px;

    background: no-repeat url('../i/cloude-alone-windy.svg');
    background-position: center;
    background-size: contain;
}

.podb-t__cld-r-b.consultation__cloud-r-b {
    top: 47px;
}

.podb-t__cld-r-t.consultation__cloud-r-t {
    display: none;
}

.podb-t__cld-windy-pair {
    position: absolute;
    top: 120px;
    right: -119px;

    width: 82px; 
    height: 41px;

    background: no-repeat url('../i/cloude-windy-pair.svg');
    background-position: center;
    background-size: contain;
}
/* end form callback */