.bxeditor-textarea {line-height:20px;}
.xbts { display: block; height: 0; margin: 0!important; overflow: hidden; padding: 0!important; width: 0; }
#main-slider-wrap .main-slider-item-457 .main-slider-item-text span {
letter-spacing: 0px!important;
}
.wrapp-map {
    padding: 0 30px!important;
    margin-top: 24px;
    margin-bottom: 21px;
    width: 99%!important;
}
.inf-adress{margin-left: 25%}

.header-forms-bts-item-flex {
	display: flex;
    font-size: 12px;
    margin: 5px 0px 0px 0px !important;
}

.top-block__name {z-index: 1;position: relative;}


.ask-question {
margin-left: 0;
	font-size: 14px;
}

.hedaer-faq-link {
margin-left: 10px !important;
	font-size: 14px;
}

.call-me-open {
	margin-left: 10px;
	font-size: 14px;
}


#header-forms-bts-wrap {
    padding-left: 0px !important;
}

.header-text {
	margin-bottom: 29px;
}

.bread {
    margin: 15px 0 0 0;
}

.bread ul li{
    font-size: 16px;

}
.footer_orwo {
	background: url(/local/templates/bts_new/img/orwo_logo1.png) 100% 0 no-repeat;
	float: right;
	padding-right: 90px;
	font-size: 14px;
	padding-top: 5px;
}
#footer .footer-item .footer_orwo a:hover {
	color: #005aab;
}

.footer-menu {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 35px;
    margin-bottom: 60px;
}

.footer-menu ul.nav li:nth-child(1) {
 font-weight: 600;
}

#top-menu-item-3 .sub-parent .switcher {
    display: none;
}


/* reviews js*/
.review-popup {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.9);
text-align: center;
}

.review-popup-content {
margin: auto;
display: block;
max-width: 90%;
max-height: 90%;
margin-top: 50px;
}

.review-popup-close {
position: absolute;
top: 0px;
right: 15px;
color: #fff;
font-size: 40px;
font-weight: bold;
cursor: pointer;
}

#caption {
margin: 15px auto;
color: #fff;
text-align: center;
max-width: 80%;
}

/* reviews text */
.list-reviews {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.review-container {
display: flex;
flex-direction: row;
justify-content: flex-start;
width: 100%;
margin-bottom: 15px;
}

.review-text-wrapper {
overflow: hidden;
max-height: 0;
transition: max-height 0.5s ease;
}
.review-text small {
    font-size: 100%;
}
.review-text small p{
    font-size: 15px!important;
}

.review-title {
cursor: pointer;
font-size: 16px;
position: relative;
font-weight: 400;
display: flex;
align-items: flex-start;
justify-content: space-between;
}

.review-container .review-img {
min-width: 80px;
max-width: 100px;
max-height: 120px;
}

.read-toggle {
border: 1px solid #C22329;
border-bottom: 2px solid #6E2022;
margin-left: 30px;
background: #C22329;
border: none;
color: #fff;
cursor: pointer;
font-size: 12px;
padding: 2px 8px;
transition: all 0.3s ease;
white-space: nowrap;
}

.read-toggle:hover {
background: #6E2022;
}
.review-container .review-text {
font-weight: 400;
}
.expandable-item.active .review-text-wrapper {
max-height: 500px;
}

/*-----------------media-----------------*/
@media (max-width: 576px) {
    .review-title {
      font-size: 14px;
    }
    .review-container {
      flex-direction: column;
    }
    .review-container .review-img {
      max-width: 100%;
      max-height: 120px;
    }
}

.custom_pages .custom_h2 {
    font-size: 20px !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

.custom_pages .custom_h3 {
    font-size: 18px !important;
    margin-top: 18px;
    margin-bottom: 8px;
}

.custom_pages .custom_text,
.custom_pages .custom_list li {
    font-size: 16px !important;
    line-height: 1.5;
}

.custom_pages .custom_list {
    padding-left: 20px;
    margin-bottom: 15px;
}

.custom_pages .custom_list li {
    margin-bottom: 6px;
}

.custom_pages table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 15px;
}

.custom_pages th,
.custom_pages td {
    border: 1px solid #ccc;
    padding: 8px 10px;
    font-size: 16px !important;
    text-align: left;
}

.custom_pages th {
    background-color: #f7f7f7;
    font-weight: bold;
}

.custom_pages a {
    color: inherit;
    text-decoration: none;
}

.custom_pages a:hover {
	color: #0066cc;
    text-decoration: none;
}

