.excursion {}
.excursion p {
    margin:15px 0;
    font-size:17px;
    font-weight:300;
    line-height:25px;
}
.excursion .liners {
    padding:6px 12px;
}
.excursion .liners__item {
    padding:20px 0 20px 80px;
    line-height:25px;
}
.excursion .content__wrapper {
    margin:46px 0;
}

#price .table__title {
    padding:6px 0;
    
    font-size: 26px;
    line-height: 35px;
}
#price .table__body {
    position:relative;
}
#price .table__row {
    min-height:33px;
    border-bottom:#e5ecf1 1px solid;
}
#price .table__row .table__cell {
    padding-top:28px;
    padding-bottom:28px;
    font-weight:300;
}
#price .table__footer {
    padding-top:20px;
    padding-bottom:30px;
    background:#f7f9fb;
}
#price .table__footer .table__cell {
    padding-top:8px;
    padding-bottom:8px;
}
#price .table__discount {
    display:inline-block;
    vertical-align:middle;
}
#price .table__discount-item {
    display:flex;
    justify-content:center;
    align-items:center;
    width:50px;
    height:50px;
    margin:-14px 5px;
    font-size:13px;
    line-height:15px;
    text-align:center;
    background:#ffc20e;
    color:#000;
    -webkit-box-shadow:inset -1px -1px 0 rgba(255, 197, 27, .23), 3px 3px 7px rgba(1, 46, 79, .2);
    box-shadow:inset -1px -1px 0 rgba(255, 197, 27, .23), 3px 3px 7px rgba(1, 46, 79, .2);
    -webkit-border-radius:50%;
    border-radius:50%;
}
#price .table__discount-item b {
    font-size:17px;
}
#price .table__tabs-btn {
    padding-top:28px;
    padding-bottom:30px;
    margin-bottom:-1px;
    font-size:13px;
    font-weight:300;
    line-height:24px;
    text-transform:uppercase;
    border-bottom:transparent 3px solid;
    -webkit-transition:.3s;
    transition:.3s;
    cursor:pointer;
}
#price .table__tabs-name {
    font-size:17px;
    font-weight:600;
}
#price .table__tabs-btn.active {
    border-bottom-color:#ffc20e;
}
#description {
    padding-bottom:55px;
	padding-top: 47px;
    margin-bottom:33px;
    
}
#description .tour {
    padding-bottom:42px;
}
#description .tour .row{
    margin-left:-30px;
    margin-right:-30px;
}
#description .tour .col-6{
    position:relative;
    padding-left:30px;
    padding-right:30px;
}
#description .tour h3 {
    margin:23px 0 52px;
    
    font-size:26px;
    font-weight:300;
    line-height:32px;
}
#description .tour p {
    margin:15px 0;
    line-height:25px;
}

.title_line {
    position:relative;
}
.title_line:before {
    content:'';
    width:100%;
    height:90px;
    position:absolute;
    left:0;
}
#price .title_line:before {
    top:-93px;
}
#calendar .title_line:before {
    top:-104px;
}

#price .table__title {
    padding:6px 0;
    
    font-size: 26px;
    line-height: 35px;
}
#price .table__body {
    position:relative;
}
#price .table__row {
    min-height:33px;
    border-bottom:#e5ecf1 1px solid;
}
#price .table__row .table__cell {
    padding-top:28px;
    padding-bottom:28px;
    font-weight:300;
}
#price .table__footer {
    padding-top:20px;
    padding-bottom:30px;
    background:#f7f9fb;
}
#price .table__footer .table__cell {
    padding-top:8px;
    padding-bottom:8px;
}
#price .table__discount {
    display:inline-block;
    vertical-align:middle;
}
#price .table__discount-item {
    display:flex;
    justify-content:center;
    align-items:center;
    width:50px;
    height:50px;
    margin:-14px 5px;
    font-size:13px;
    line-height:15px;
    text-align:center;
    background:#ffc20e;
    color:#000;
    -webkit-box-shadow:inset -1px -1px 0 rgba(255, 197, 27, .23), 3px 3px 7px rgba(1, 46, 79, .2);
    box-shadow:inset -1px -1px 0 rgba(255, 197, 27, .23), 3px 3px 7px rgba(1, 46, 79, .2);
    -webkit-border-radius:50%;
    border-radius:50%;
}
#price .table__discount-item b {
    font-size:17px;
}
#price .table__tabs-btn {
    padding-top:28px;
    padding-bottom:30px;
    margin-bottom:-1px;
    font-size:13px;
    font-weight:300;
    line-height:24px;
    text-transform:uppercase;
    border-bottom:transparent 3px solid;
    -webkit-transition:.3s;
    transition:.3s;
    cursor:pointer;
}
#price .table__tabs-name {
    font-size:17px;
    font-weight:600;
}
#price .table__tabs-btn.active {
    border-bottom-color:#ffc20e;
}
.login_agent {
    display: inline-block;
    width: 176px;

    font-size: 16px;
    text-align: center;
    height: 46px;
    line-height: 49px;
    background: #123E73;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
    border-radius: 8px;
    border: 1px solid #fff;

}

.login_agent:hover {
    color: #fff;
}

.top_agent h1 {

    margin: 25px 0 0 0;

}

.news_ul{
    padding: 10px 0px 10px 30px !important;
    list-style: disc !important;
}

.news_ul li{
    margin: 10px 0;
}