

/* Start:/local/templates/gkrem/css/tour.css?17383195695513*/
.news-page-section {
    padding-bottom: 70px;
    color: black;
}

.blue-btn{
    display: block;
    text-align: center;
    padding: 28px 0;
    background: linear-gradient(118deg, #599edf, #457aab);
    font-size: 24px;
    color: #fff;
    font-family: 'Circe Light';
    transition: color .3s;
}
.blue-btn:hover{
    text-decoration: none;
    color: #1c3954;
}

.tour-detail{
    margin-top: 10px;
    font-family: 'Circe Regular';
    font-size: 16px;
    color: #000000;
    line-height: normal;
}
.tour-detail p{
    margin: 0 0 15px 0;
}
.tour-detail p a{
    color: #000000;
    text-decoration: underline;
    font-family: 'Circe Bold';
}
.tour-detail p a:hover{
    text-decoration: none;
}
.tour-detail h2{
    font-family: "Circe Light";
    line-height: 1;
    font-size: 26px;
    position: relative;
    color: #000000;
    padding: 30px 0 12px;
}
.tour-detail h2:before {
    content: "";
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 102px;
    height: 4px;
    background: #5a9fe0;
}
.tour-detail .promo{
    display: flex;
    background: url(/local/templates/gkrem/css/../img/bg/promo_bg.png) 118px center / auto no-repeat;
    padding: 42px 0 64px;
    margin-bottom: 30px;
}
.tour-detail .promo .img{
    position: relative;
    left: 10px;
}
.tour-detail .promo .img img{
    max-width: 100%;
}
.tour-detail .promo .inf{
    margin: 92px 0 0 50px;
}
.tour-detail .promo .inf ul li{
    color: #1c3954;
    font-family: 'Circe Bold';
    text-transform: uppercase;
    font-size: 16px;
    list-style: none;
    position: relative;
    margin-bottom: 5px;
}
.tour-detail .promo .inf ul li:before{
    content: '';
    position: absolute;
    top: 6px;
    left: -15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #508ec7;
}
.tour-detail .promo .inf p{
    font-family: 'Circe Regular';
    color: #1c3954;
}
.tour-detail .promo .inf a{
    margin: 23px 0 0 auto;
    width: 260px;
}
.tour-detail .permission{
    display: flex;
    justify-content: space-between;
}
.tour-detail .permission .inf{
    max-width: 540px;
}
.tour-detail .permission .inf ol{
    counter-reset: myCounter;
    padding-left: 50px;
    margin: 25px 0;
}
.tour-detail .permission .inf ol li{
    list-style: none;
    position: relative;
}
.tour-detail .permission .inf ol li:before {
    counter-increment: myCounter;
    content:counter(myCounter);
    font-size: 24px;
    font-family: 'Circe Bold';
    color: white;
    background: #589bdc;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: absolute;
    left: -50px;
    top: 5px;
}
.tour-detail .permission .inf ol li:not(:last-of-type){
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;
}
.tour-detail .permission .inf ol li:not(:first-of-type){
    margin-top: 15px
}
.tour-detail .permission .button{
    width: 400px;
}
.tour-detail .permission .button a{
    margin-top: 70px;
}


@media (max-width: 767px){
    .tour-detail .promo{
        position: relative;
        flex-wrap: wrap;
        background: none;
    }
    .tour-detail .promo .img {
        left: 0;
        max-width: 100%;
    }
    .tour-detail .promo .inf {
        margin: 20px 0 0 0;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .tour-detail .promo .inf a{
        margin: 23px auto 0;
    }
    .tour-detail .promo::after {
        content: '';
        display: block;
        position: absolute;
        width: calc(100% + 30px);
        height: 100%;
        left: -15px;
        z-index: -1;
        top: 0;
        background: url(/local/templates/gkrem/css/../img/bg/promo_bg.png) center center / cover no-repeat;
    }
    .tour-detail .permission{
        flex-wrap: wrap;
    }
    .tour-detail .permission .button{
        margin: auto;
    }
    .tour-detail .permission .button a {
        font-size: 18px;
        margin: 20px auto 0;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .tour-detail .promo::after {
        width: calc(100% + 228px);
        left: -114px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .tour-detail .promo {
        background: none;
        align-items: center;
        position: relative;
    }
    .tour-detail .promo::after {
        content: '';
        display: block;
        position: absolute;
        width: calc(100% + 140px);
        height: 100%;
        left: -70px;
        z-index: -1;
        top: 0;
        background: url(/local/templates/gkrem/css/../img/bg/promo_bg.png) center center / contain no-repeat;
    }
    .tour-detail .permission{
        flex-wrap: wrap;
    }
    .tour-detail .permission .button a{
        margin-top: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .tour-detail .promo {
        background: none;
        position: relative;
    }
    .tour-detail .promo::after {
        content: '';
        display: block;
        position: absolute;
        width: calc(100% + 140px);
        height: 100%;
        left: -70px;
        z-index: -1;
        top: 0;
        background: url(/local/templates/gkrem/css/../img/bg/promo_bg.png) 45px center / 95% no-repeat;
    }
    .tour-detail .promo .inf a{
        margin: 20px auto 0;
    }
    .tour-detail .promo .inf {
        margin: 65px 0 0 50px;
    }
}
/* End */
/* /local/templates/gkrem/css/tour.css?17383195695513 */
