

/* Start:/local/templates/travelsoft/components/bitrix/system.pagenavigation/modern/style.css?1716989840745*/
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 */


/* Start:/local/components/travelsoft/travelsoft.news.list/templates/reviews/style.css?17355722456233*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.preview-shadow-bottom{
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	/*background-image: url("/images/bottom-fade2.png");*/
	background-origin: padding-box;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto auto;
	bottom: 0;
	height: 80px;
	/*position:absolute;*/
	width: 100%;
	z-index: 9;
}
.preview-shadow-bottom.readmore-js-toggle > a {
	position: relative;
	top: 10px;
	width: 15%;
	float: right;
}
.awe-btn {
	display: inline-block;
	background: 0 0;
	border: 1px solid #0091ea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	white-space: nowrap;
	text-transform: uppercase;
	cursor: pointer;
	line-height: normal;
	padding: 3px 1px;
	text-align: center;
	font-size: 13px;
	color: #666;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none! important;
}
.awe-btn.awe-btn-style2 {
	border: 0;
	border-bottom: 1px dashed #26bdf7;
	color: #26bdf7;
}
.awe-btn.awe-btn-style2.readmore-js-toggle {
	width: 15%;
	float: right;
	position: relative;
}
#comments .comment-text .star-rating {
	float: right;
	color: #ffb300;
}
ul,ol {
	margin: 0 !important;
}
.reviews {margin-top: 20px;}
.fa-star {color: #db402b;}

.reviews_page{
	width: 1280px;
	display: flex;
    flex-direction: column;
    gap: 32px;
	margin-bottom: 30px;
}

.reviews_page .card.card-border.mb-4{
	display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    background: #f2f8ff;
    border-radius: 24px;
    min-height: fit-content;
    box-sizing: border-box;
    padding: 20px;
}

.reviews_page .js-toggle-reviews{
	background: none;
}

.reviews_page #add-review-btn{
	height: fit-content;
    text-wrap: nowrap;
    margin-bottom: inherit;
}

.reviews_page .card-body .d-flex.flex-wrap{
	gap: 20px;
}

.reviews_page .card-body .fb-20{
	flex-direction: column;
    align-items: center;
	flex-basis: 20%;
	justify-content: center;
}

.reviews_page .card-body .fb-80{
	flex-basis: 80%;
}

.reviews_page .card-body{
	width: 100%;
}

.reviews_page .rounded.js_show-more--container .date-review{
	display: flex;
	gap: 10px;
	color: #2f7fed;
}

.reviews_page .preview, .reviews_page .full-text{
	color: #4f4a66;
}

.reviews_page .btn.shadow-none.btn-link.ml-auto.js_show-more--btn{
	background: none;
    border: 0;
    color: #2f7fed;
    display: flex;
    margin-left: auto;
}

.reviews_page .js_show-more--container.active .preview {
    height: 0;
    overflow: hidden;
}

.reviews_page .js_show-more--container.active .full-text {
    opacity: 1;
    overflow: visible;
    max-height: 5000px !important;
    -webkit-transition: max-height 1s, opacity .1s;
    transition: max-height 1s, opacity .1s;
}

.reviews_page .js_show-more--container .full-text {
    min-height: 140px;
    max-height: 140px;
    height: auto;
    opacity: 0;
    -webkit-transition: max-height .2s, opacity .1s;
    transition: max-height .2s, opacity .1s;
    overflow: hidden;
}

.reviews_page .btn-review-more{
	align-self: center;
    padding: 21px 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #d6d8e7;
    border-radius: 12px;
    color: #4f4a66;
    cursor: pointer;
    margin-bottom: 30px;
	font-weight: 600;
}

#add-review-modal .form-group {
    flex: 1;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #D9DADB;
    background: #FFF;
    border-radius: 12px;
    padding: 12px 16px 12px 24px;
}

#add-review-modal label {
    align-self: stretch;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    font-family: 'ProximaNova-Regular', sans-serif;
    color: #a0a3bd;
    text-align: left;
}

#add-review-modal .form-group input {
    text-align: left;
    line-height: 20px;
    align-self: stretch;
    position: relative;
    /* width: 100%; */
    height: 20px;
    border: 0;
    outline: 0;
    font-weight: 400;
    font-size: 16px;
    background-color: transparent;
    color: #4f4f4f;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: unset;
}

#add-review-modal form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#add-review-modal .d-flex:has(.captcha-img-box){
	align-items: center;
}

#add-review-modal .captcha-img-box{
	background: none;
    gap: 0;
    border: 0;
}

#add-review-modal .d-flex .form-group.flex-grow-1.mt-auto{
	height: 50px;
}

#add-review-modal .form-group:has(#raty-ar){
	padding: 0;
    background: none;
    border: 0;
    align-items: baseline;
}

#add-review-modal textarea{
	width: 100%;
    font-size: 16px;
    outline: none;
    border: none;
    padding-right: 0;
    resize: vertical;
}

#add-review-modal .modal-footer{
	display: flex;
    justify-content: center;
}

#add-review-modal .modal-footer button{
	height: fit-content;
}

@media screen and (max-width: 900px) {
	.reviews_page{
		width: 350px;
	}

	.add-review{
		padding: 0 20px;
	}

	.reviews_page .card-body .d-flex.flex-wrap{
		flex-direction: column;
	}
}

.review .review-text .text {
    transition: max-height 0.3s ease;
    line-height: 1.5em;
}
.review .review-text.clamped .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    max-height: 4.5em;
}
.review .text.full-text {
    display: block;
}
.review .review-text .btn.btn-secondary{
	background: none;
  	border: 0;
  	color: #2f7fed;
  	display: flex;
  	margin-left: auto;
}
.review .review-text:not(.clamped) .review-show{
	display: none;
}
.review .review-text.clamped .review-hide{
	display: none;
}
/* End */


/* Start:/local/components/travelsoft/travelsoft.feedback_/templates/vue_review/style.css?17355641972124*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
/*div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}*/
div.mf-ok-text,p.mf-ok-text {color:#247ed0; font-weight:bold; padding-bottom: 1em;}
.mf-ok-text .timer{
    font-size: 2rem;
}
.error {
    color: red !important;
    border-color: red !important;
}
.text_error {
    color: red !important;
    position: absolute;
    font-size: 14px;
    top: -14px;
}

.wrapper-review-style{
    
}

.wrapper-review-style .star-rating{
    display: flex;
}
.wrapper-review-style .star-rating .star{
    max-width: 1.5rem;
}
.wrapper-review-style .star-rating .star img{
    width: 100%;
}
.wrapper-review-style .button-primary{
    height: unset;
    display: inline-flex;
    width: max-content;
    margin: auto;
}
.wrapper-review-style .review-form{
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}
.wrapper-review-style .review-form .input-block-cont{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #D9DADB;
    box-sizing: border-box;  
    background: #FFF;
}
.wrapper-review-style .review-form .gtc-1fr-1fr{
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
} 
.wrapper-review-style .btn-close {
  max-width: 2rem;
  border: none;
  height: auto;
  width: auto;
  padding: 0;
  background: none;
}
.wrapper-review-style .btn-close img {
  width: 100%;
  font-weight: 700;
  margin: 0!important;
  border-radius: 0px!important;
}
.input-block-cont .input-block__icon {
    max-width: 1rem;
}
.input-block-cont .input-block__icon img{
    width: 100%;
}
.input-wrapper{
    position: relative;
}
.input-wrapper textarea {
  border: none;
  font-weight: 600;
  outline: none;
}

input[type="checkbox"] {
    min-width: 2rem;
    width: auto;
}

.grecaptcha-badge{
    display: none!important;
}
.wrapper-review-style .review-form.form-vue-d-none{
    display: none;
}
/* End */
/* /local/templates/travelsoft/components/bitrix/system.pagenavigation/modern/style.css?1716989840745 */
/* /local/components/travelsoft/travelsoft.news.list/templates/reviews/style.css?17355722456233 */
/* /local/components/travelsoft/travelsoft.feedback_/templates/vue_review/style.css?17355641972124 */
