.services-hr {
	margin-top: 20px;
	width: 100%;
	text-align: right;
	padding-right: 30px;
	box-sizing: border-box;
}

.services-hr a {
	color: #fff;
	background: url(/local/templates/goodwill/css/../images/i-down-w.svg) no-repeat 100% center;
	padding: 0 40px 0 0;
	font-size: 18px;
    line-height: 130%;
	position: relative;
}

.services-hr-hidden a {
	background: url(/local/templates/goodwill/css/../images/i-up-w.svg) no-repeat 100% center;
}

.services-item_hidden {
	display: none;
}

.white .services-hr a {
    color: #181818;
    background: url(/local/templates/goodwill/css/../images/i-down-b.svg) no-repeat 100% center;
}

.white .services-hr-hidden a {
    background: url(/local/templates/goodwill/css/../images/i-up-b.svg) no-repeat 100% center;
}

.gw-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #0dc143;
    color: #fff;
    border-radius: 12px;
    padding: 10px 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 9999;
}


.gw-whatsapp:hover,
.gw-whatsapp:active {
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.toggle{
display: none;

}
.toggle li a{
margin-left: 30px;
}
.bx-livechat-help-title {
    font-size: 20px !important;
}

.bx-livechat-help-subtitle {
    font-size: 18px !important;
}

.bx-livechat-user-name {
font-size: 18px !important;
}
.b24-widget-button-position-bottom-right {
    right: 25px !important;
    bottom: 130px!important;;
}
@media (max-width: 680px) {
    .gw-whatsapp {
    position: fixed;
    right: 10px;
    bottom: 15px;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 9999;
    width: 25px;
    height: 35px;
    text-indent: -9999px;
    background: url(../images/whatsapp.png) center center no-repeat;
    background-size: contain;
    transition: all 0.3s linear;
  }
}

#top-link {
  right: 30px;
  bottom: 70px;
}

@media (max-width: 680px) {

    #top-link a {
        height: 50px;
        width: 50px;
    }
}

.table-prices thead td { padding: 0.75rem; }
.table-prices tbody td { padding: 0.5rem; }

/* 28.03.2024 SAG */
.table-prices .table__list table {width: 100%; height: 100%;}
.table-prices .table__list table tbody tr td:last-child { width: 20%; }
.table-prices .table__list table thead tr:first-child td { text-align: center; font-weight: bold; font-size: 1.1rem; }
.table-prices .table__list .owl-carousel .owl-nav { display: flex; justify-content: space-between; position: absolute; top: 50%; font-size: 48px; max-width: 120%; width: 100vw; transform: translateX(-50%); transform: -webkit-translateX(-50%); left: 50%; }
@media screen and (max-width: 1000px) {
    .table-prices .table__list {padding: 0 2rem;}
    .table-prices .table__list .owl-carousel .owl-nav {max-width: 115%;}
}

@media screen and (max-width: 700px) {
    .header-mob {
        height: 100px;
        overflow: initial;
    }
}

.red-block-text ul,
.red-block-text ol {
    margin: 0 0 20px 0;
}
.red-block-text ul li {
    list-style: disc;
    margin: 0 0 10px 20px;
}
.red-block-text ol li {
    list-style: decimal;
    margin: 0 0 10px 20px;
}