

/* Start:/local/templates/ammond/components/bitrix/news.list/excursions/style.css?17569114062271*/
.container {
    width: 1000px;
    margin: 20px auto;
    color: #000;
}

.sagaTabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sagaTabs .tbs {
    padding: 10px 30px;
    width: auto;
    border: 1px solid #eee;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.sagaTabs .tbs:hover {
    background: #014b4a;
    color: #fff;
}

.sagaTabs .tbs.active {
    background: #017372;
    color: #fff;
}

.sagaContent {
    position: relative;
}

.tbsContent {
    top: 0px;
    left: 0px;
    display: none;
    transition: 0.3s;
    margin-top: 30px;
}

.tbsContent.active {
    display: block;
}

.tbsContent.active span.spn {
    color: #f00;
}

.flexContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexContainer .img {
    flex-basis: 30%;
    gap: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.flexContainer .img img {
    width: 70%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.flexContainer .content {
    width: 75%;
    padding-left: 30px;
}

p.center {
    text-align: center;
}
p.mini {
    font-size: 12px;
}
.lstyle li {
    list-style-type: disc;
}

.bgr.flexContainer {
    background: #8ddfde;
    padding: 10px;
}

.bgr .text {
    width: 80%;
}

p.nom {
    margin: 0px;
}

.pricepic {
    width: 100%;
    max-width: 1050px;
}

.maxwidth-theme:before,
.maxwidth-theme:after {
    content: "";
    display: block;
    clear: both;
}

.maxwidth-theme > .inner-theme {
    padding: 0px 30px;
    background: #fff;
    margin: 0px -30px;
}

.containerInfo {
    width: 1000px;
    margin: auto;
    font-size: 16px;
}

.containerInfo h3{
    font-size: 25px;
    font-weight: 600;
    margin: 20px 0 10px 0;
}

.containerInfo .infoTexts {
    font-size: 16px;
    margin: 20px 0;
    text-align: justify;
}

.containerInfo .infoTexts .textBold {
    font-weight: 600;
}

.flexContainer.InfoContainer {
    gap: 20px;
    align-items: stretch;
}

.imgInfo {
    overflow: hidden;
    display: flex;
    align-items: center;
    min-width: 40%;
}

.imgInfo img {
    width: 100%;
}

.flexContainer.treeInfo {
    padding: 40px 20px;
    gap: 20px;
}

.treeInfo p{
    text-align: center;
    font-size: 16px;
}
/* End */
/* /local/templates/ammond/components/bitrix/news.list/excursions/style.css?17569114062271 */
