@font-face {
    font-family: 'ProximaNova';

    font-display: swap;
    src: url('/fonts/ProximaNova/ProximaNova-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

.tour-counter__item div {
    font-family: 'ProximaNova';
    line-height: 23px;
    font-size: 14px;
}

.tour-counter__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.tour-counter .bth__uper-link {
    margin: 0;
}

.tour-counter .bth__ttl-h3 {
    margin: 0 0 20px 0;
}

.tour-counter {
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.16);
}

.tour-counter .tour-counter__item:not(:last-of-type) {
    margin-right: 40px;
}

.tour-counter__item b {
    font-family: "Times New Roman";
    margin-right: 10px;
    font-size: 44px;
}

.tour-counter__item > * {
    display: inline-block;
    vertical-align: middle;
}

.theme-links-list li::before {

    content: '-';

    color: #318cc6;

    position: absolute;
    font-size: 12px;

    left: 0;

    top: 3px;
}

.theme-links-list li {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    position: relative;
    padding-left: 13px;
}

.triple-theme-list {
    display: flex;
    justify-content: space-between;
}

.triple-theme-list__item {
    width: 32%;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.16);
}

.triple-theme-list__item .bth__ttl-h3 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 14px;
}

.promo-hotels-list {
    display: flex;
    justify-content: space-between;
}

.promo-hotels__ttl {
    font-family: 'ProximaNova';
    font-size: 15px;
}

.promo-hotels__item {
    border-radius: 5px;
    font-family: 'ProximaNova';
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-size: 65px;
    width: 17%;
    text-align: center;
    -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.16);
    background-position-x: center;
    background-position-y: 30px;
    padding-top: 117px;
}

.promo-hotels__txt {
    margin-top: 10px;
}

.promo-hotels__item.promo-hotels__item--ml {
    background-image: url("/i/turpoisk/email.svg");
}

.promo-hotels__item.promo-hotels__item--bn {
    background-image: url("/i/turpoisk/billboard.svg");

}

.promo-hotels__item.promo-hotels__item--ar {
    background-image: url("/i/turpoisk/business-stationery.svg");

}

.promo-hotels__item.promo-hotels__item--pu {
    background-image: url("/i/turpoisk/website.svg");

}

.promo-hotels__item.promo-hotels__item--up .promo-hotels__ttl {
    font-size: 11px;
}

.services-list {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.services-list__item {
    width: 19% !important;
    -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    font-family: 'ProximaNova';
    padding: 60px 0;
    font-size: 15px;
    line-height: 24px;
    height: 182px;
    text-align: center;
    color: #475669;
    text-transform: uppercase;
    font-weight: bold;
}

.promo-hotels__item.promo-hotels__item--up {
    background-image: url("/i/turpoisk/vision.svg");
    width: 25%;

}

.file-list__li .fz13 {
    margin-left: 20px;
}

.file-list__li .bold {
    color: #318cc6;
}

.file-list__li > a > span:first-of-type {
    width: 40px;
    font-weight: bold;
}

.file-list__li > a {
    align-items: center;
    color: #475669;
    display: flex;
}

.file-list__li .bth__square-icon {
    margin-left: auto;
    margin-right: 0;
}


.files-list .file-list__li:not(:last-of-type) {
    margin-bottom: 20px;
}

.file-list__li {
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 25px;
    box-shadow: 0 0 7px 1px #00000017;
    border-radius: 2px;
}

.files-list {
    width: 80%;
}

.triple-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.triple-images__item img {
    border-radius: 5px;
}

.triple-images__item {
    width: calc(33.3% - 8px);
    height: 200px;
    background-color: #eedcca;
    border-radius: 5px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {

    .tour-counter,
    .triple-theme-list {
        width: 100%;
    }

    .tour-counter__item b {
        font-size: 30px;
    }

    .tour-counter__item div {
        line-height: 14px;
        font-size: 12px;
    }

    .tour-counter .tour-counter__item:not(:last-of-type) {
        margin-right: 20px;
    }
}

@media screen and (max-width: 750px) {
    .tour-counter__item b {
        font-size: 25px;
        margin-right: 5px;
    }

    .triple-theme-list {
        display: block;
    }

    .triple-theme-list__item {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .tour-counter {
        padding: 15px;
    }

    .tour-counter__item div br {
        display: none;
    }

    .tour-counter__item div {
        font-size: 13px;
        line-height: 18px;
    }
}
