

/* Start:/local/templates/travelsoft/components/bitrix/news/news/bitrix/news.detail/.default/style.css?177013395611663*/
.list-single-main-media img {
    width: 100%;
}
.box-widget_blog {
    background: #fff;
    border-radius: 10px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    /* box-shadow: 0 3px 24px rgb(0 0 0 / 10%); */
    border-radius: 16px;
	overflow: hidden;
}
.box-widget_blog-content {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px 20px 10px;
}

.box-widget-content.no-pad-bottom {
    padding-bottom: 0;
}

#weather-widget {
    float: left;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.box-widget-list {
    display: block;
}

.box-widget-list i {
    padding-right: 10px;
    width: 30px;
}

.box-widget-list li {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
    text-align: left;
    display: inline-block;
}

.box-widget-list li:last-child {
    border: 0;
    margin-bottom: 0;
}

.box-widget-list li .day-namber {
    width: 100px;
    float: left;
    font-weight: 550;
    /* float: left; */
}

.box-widget-list li a {
    color: rgb(237, 0, 140);
    font-weight: 500;
    /* float: left; */
}

.box-widget-list li .day-description {
    /* color: #878C9F; */
    margin-left: 100px;
}

.list-widget-social {
    float: left;
    margin-top: 10px;
}

.list-widget-social li {
    float: left;
    margin-right: 10px;
}

.list-widget-social li a {
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

.article-masonry {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.home-posts .card-post {
    /*border: 1px solid #eee; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 100%;
    /* margin-bottom: 20px;*/
}

.home-posts .card-post-img {
    border-radius: 16px;
    border: 1px solid #eee;
}

.home-posts .card-post-content {
    padding: 15px 20px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 20px;
    /* border: 1px solid #eee; */
    border-radius: 0 6px;
}

.home-posts .card-post-content .h4 {
    height: unset;
}

.card-post {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    /* background: #fff; */
    margin-bottom: 20px;
}

.card-post .btn {
    margin-bottom: 0px;
}

.post-article {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    position: relative;
}

.post-article .list-single-main-media , .card-post .list-single-main-media {
    margin: 0;
}

.post-article-title {
    padding: 30px;
}

.card-post-img img {
    float: left;
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.card-post-content {
    padding: 15px 20px 0;
}

.card-post-content .h4 {
    width: 100%;
    text-align: left;
    color: #01374f;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 5px;
    height: 60px;
    overflow: hidden;
}

.card-post-content h3 a {
    color: #666;
}

.card-post-content p {
    text-align: left;
}

.home-posts {
    text-align: left;
    margin-bottom: 5px;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: stretch;
}

.card-post-content .post-opt {
    border-top: 1px solid #eee;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.card-post-content .post-opt ul {
    margin: 0;
}

.post-nav {
    margin-top: 20px;
    margin-bottom: 10px;
}

.post-nav:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    width: 1px;
    background: #eee;
}

.post-link {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #999;
}

.post-link span {
    color: #999;
    font-size: 12px;
    font-weight: 600;
}

.post-link i {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    line-height: 40px;
    font-size: 22px;
}

.post-link:hover i {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

.post-link.prev-post-link {
    float: left;
    padding-left: 40px;
    text-align: left;
}

.post-link.next-post-link {
    float: right;
    padding-right: 40px;
    text-align: right;
}

.post-link.prev-post-link i {
    left: 0;
    text-align: left;
}

.post-link.next-post-link i {
    right: 0;
    text-align: right;
}

.post-author {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.post-author img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    float: left;
    margin-right: 20px;
}

.post-author span {
    font-weight: 600;
    position: relative;
    top: 14px;
    color: #666;
    font-size: 12px;
}

.post-opt {
    padding-top: 24px;
}

.post-opt , .post-opt li {
    float: left;
}

.post-opt ul {
    list-style: none !important;
}

.post-opt li {
    margin-right: 15px;
    line-height: 40px;
}

.post-opt li span , .post-opt li a {
    color: #999;
    font-weight: 500;
    font-size: 12px;
}

.post-opt li i {
    padding-right: 6px;
}

.search-widget input {
    float: left;
    width: 100%;
    border: none;
    background: #ECF6F8;
    height: 50px;
    padding: 0 80px 0 20px;
    z-index: 1;
    border-radius: 4px 0 0 4px;
}

.search-widget .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 0 4px 4px 0 ;
}

.jr-insta-thumb {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.jr-insta-thumb ul {
    list-style: none;
}

.jr-insta-thumb li {
    float: left;
    width: 33.3%;
    padding: 5px;
    overflow: hidden;
}

.jr-insta-thumb li img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.jr-insta-thumb li a , .post-link i {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.jr-insta-thumb li a:hover {
    opacity: 0.6;
}

.cat-item li {
    float: left;
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
}

.cat-item li:last-child {
    margin-bottom: 0;
}

.cat-item li:before {
    content: '';
    position: absolute;
    bottom: 6px;
    width: 100px;
    height: 1px;
    background: #eee;
    left: 50%;
    margin-left: -25px;
}

.cat-item li a {
    float: left;
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

.cat-item li span {
    float: right;
    color: #999;
    font-size: 12px;
}

.fixed-bg .overlay {
    opacity: 0.6;
}

.mob-bg , .mobile-list-controls {
    display: none;
}

.vishidelem {
    display: block !important;
}
.box-widget-author-title {
    margin-bottom: 10px;
    padding: 0 0 10px 80px;
}

.box-widget-author-content {
    padding: 10px 0 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.box-widget-author-content p {
    text-align: left;
}

.box-widget-author-content .h4 {
    color: #666;
    font-size: 18px;
    padding: 0;
    margin-bottom: 10px;
    line-height: 18px;
}

.box-widget-author-title a {
    float: left;
    text-align: left;
    color: #ed018c;
    position: relative;
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 6px;
    font-weight: 600;
}

.box-widget-author-title span {
    float: left;
    width: 100%;
    font-size: 10px;
    text-align: left;
    color: #999;
    text-transform: uppercase;
}

.box-widget-author-title-img {
    position: absolute;
    left: 0;
    width: 60px;
    top: 0;
    height: 100%;
}

.box-widget-author-title-img img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.box-widget_blog.widget-posts li {
    padding: 8px 0;
    margin-bottom: 19px;
    border-bottom: 1px solid #eee;
}

.box-widget_blog.widget-posts li:last-child {
    margin-bottom: 0;
}

.box-widget_blog.widget-posts .widget-posts-img {
    float: left;
    width: 28%;
}

.box-widget_blog.widget-posts .widget-posts-img img {
    border-radius: 4px;
    width: 100%;
    height: auto;
}

.box-widget_blog.widget-posts .widget-posts-descr {
    float: left;
    width: 66%;
    margin-left: 6%;
    text-align: left;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 4px;
}

.box-widget_blog.widget-posts .widget-posts-descr a {
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 20px;
    color: #878C9F;
}

.box-widget_blog.widget-posts .widget-posts-date {
    float: left;
    width: 100%;
    margin-top: 0;
    font-weight: 600;
    color: #999;
    font-size: 11px;
}

.box-widget_blog.widget-posts .widget-posts-date i {
    padding-right: 10px;
}

.box-image-widget {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.box-image-widget:last-child {
    margin-bottom: 0;
    border: 0;
}

.box-image-widget-media {
    float: left;
    width: 35%;
}

.box-image-widget-media a {
    float: left;
    width: 100%;
    margin-top: 8px;
    padding: 8px 0;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
    text-align: center;
}

.box-image-widget-details {
    float: left;
    width: 65%;
    padding-left: 18px;
    text-align: left;
}

.box-image-widget-details .h4 {
    margin-top: 0;
}

.box-image-widget-details h4 {
    padding-bottom: 6px;
    color: #666;
}

.box-image-widget-details h4 span {
    color: #5ECFB1;
    font-size: 11px;
    padding-left: 20px;
}

.box-image-widget-details p {
    font-size: 12px;
    padding: 0;
}

.box-image-widget-media img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.pricerange span {
    float: left;
    margin-right: 20px;
    color: #878C9F;
    font-weight: 700;
}

.pricerange {
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    color: #5ECFB1;
}

.claim-widget-link {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}

.claim-widget-link span , .claim-widget-link a {
    float: left;
    text-align: left;
    font-weight: 500;
}

.claim-widget-link a:hover {
    color: #24324F;
}

.claim-widget-link span {
    color: #878C9F;
    margin-right: 20px;
}

.rooms-item {
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.rooms-item:last-child {
    margin-bottom: 0;
}

.rooms-media {
    float: left;
    width: 40%;
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 6px 0;
}

.rooms-media img {
    width: 100%;
    height: auto;
}

.rooms-details {
    float: left;
    width: 60%;
    padding: 5px 0 10px 20px;
}

.rooms-details-header {
    text-align: left;
    padding-bottom: 20px;
}

.rooms-price {
    position: absolute;
    right: 0;
    top: 0;
    /* color: #ffa500; */
    font-size: 19px;
    font-weight: 600;
}

.rooms-price strong {
    padding-left: 3px;
    font-size: 10px;
    color: #999;
}

.rooms-details-header h3 {
    color: #334e6f;
    padding-bottom: 6px;
    font-size: 16px;
    font-weight: 700;
}

.rooms-details-header h5 {
    font-size: 11px;
    font-weight: 700;
}

.rooms-container {
    margin-top: 20px;
}

.rooms-details .facilities-list {
    margin-top: 20px;
    margin-bottom: 0;
}
.box-image-widget-media a {
    float: left;
    width: 100%;
    margin-top: 8px;
    padding: 8px 0;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
    text-align: center;
    background: #0079bf;
}
/* End */


/* Start:/local/templates/travelsoft/components/bitrix/system.pagenavigation/modern/style.css?1745578716745*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }

/* End */
/* /local/templates/travelsoft/components/bitrix/news/news/bitrix/news.detail/.default/style.css?177013395611663 */
/* /local/templates/travelsoft/components/bitrix/system.pagenavigation/modern/style.css?1745578716745 */
