body  {
	font:13px/20px Ubuntu, Arial, Helvetica, sans-serif !important;
	width:100%;
	/*height:100%;*/
	position:relative;
	margin:0 auto;
	padding:0;
	color:#888888;
}
button, input[type='submit'], input[type='button'], .basket_button, .basket_button span {
	text-transform:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	outline:none;
}
h1 {
    /*clear: both;*/
    color: #383838;
    font-size: 36px;
    font-weight: 500;
    line-height: 38px;
    padding-bottom: 25px;
    padding-right: 55px;
}
h1.shifted {
	padding-right:200px;
}
h2, h3, h4, h5 {
	color:#383838;
	line-height:20px;
	font-weight: 500;
}
h2 {
	font-size:24px;
	margin: 0 0 24px;
}
h3{
	margin:0 0 23px;
}
h3, h3 a {
	font-size:20px;
	line-height:20px;
	font-weight: 500;
}
a h3 {
	display:inline-block;
}
h4 {
	font-size:16px;
    margin:0 0 23px;
}
h5 {
    font-size: 14px;
    margin: 0 0 23px;
}
img {
	border:0;
}
blockquote{
    color:#383838;
    font-size:13px;
    margin:43px 0 45px;
    min-height:40px;
    padding-left:25px;
    position:relative;
    vertical-align:middle;
}
blockquote:before{
	bottom:3px;
    content:" ";
    display:block;
    left:0;
    position:absolute;
    top:3px;
    width:3px;
	background-color:#ddd;
}
.medium { font-weight: 500; font-size: 14px; }
hr  {
	border:0;
	height:1px;
	margin:20px 0;
	background: #E5E5E5;
}
p {
	color:#888888;
	font-size:13px;
	margin:0px 0px 20px;
}
a {
	cursor:pointer;
	text-decoration:none;
}
table {
	border-collapse:collapse;
}
ol {
	counter-reset:li;
}
ol li {
	position:relative;
}
ol li:before {
	content:counter(li) ". " !important;
	counter-increment:li;
	padding-right:0 !important;
	color:#383838;
}
ul li:before  {
	content:"\25CF";
	color:#383838;
}
li  {
	list-style-type:none;
}
.big_text {
	font-size:18px;
	font-weight:500;
}
.middle_text {
	font-size:14px;
}
hr.long { margin: 35px 0px 30px; }
.border_block_wide { border: 1px solid #e5e5e5; padding: 9px 38px 34px; }
.border_block_wide .props_list { width: 100%; }
.border_block_wide .props_list td:first-child { font-size: 14px; }
.border_block_wide .props_list td:first-child .txt { padding-right: 28px; }
.border_block_wide .props_list td:last-child { font-size: 16px; font-weight: bold; }
.border_block_wide .props_list td:last-child .txt { padding-left: 29px; }
.border_block_wide .props_list td .txt { padding-left: 14px; }
.border_block_wide .props_list td { padding-top: 6px; }
table.props_list { border-collapse: collapse; border: 0px; }
table.table td{padding:10px;}
table[data-bx-no-border="Y"] td { border: 0px; border-bottom: 1px dotted #c3c3c3; }
.props_list td { text-align: right; padding: 2px 0px 2px 10px; font-size: 13px; }
.border_block_wide .props_list td {border-bottom: 1px dotted #c3c3c3;}
.props_list td > span, .props_list td > .txt { position: relative; background: #FFF; padding: 0px; display: inline-block;color: #666; }
.border_block_wide .props_list td > span, .border_block_wide .props_list td > .txt{bottom: -11px;background: #FFF;padding: 0px 0px 0px 10px;display: inline-block;}
.props_list tr td:first-child { text-align: left; padding-right: 10px; padding-left: 0px;}
.props_list tr td:first-child > span, .props_list tr td:first-child > .txt { padding-right: 12px; position: relative; }
.props_list tr td:first-child > span.whint { padding-right: 32px; }
.border_block_wide .props_list tr td:first-child > span:before, .border_block_wide .props_list tr td:first-child > .txt:before  { content: ""; display: block; position: absolute; background: #ddd; left: 1px; top: 10px; width: 2px; height: 2px; }
.props_list tr td:first-child > .txt:before { top: 9px; width: 3px; height: 3px; }
.tizer_bold_text { font-weight: 600; font-size: 18px; }
.tizer_text { font-size: 16px; }


@media (max-width: 768px) {
    .breadcrumbs {
        display: block!important;

    padding-top: 10px!important;
    margin-bottom: 0!important;
        overflow: auto;
        white-space: nowrap;
width: calc(100% + 15px);
}
}

@media (max-width: 550px) {
    body .breadcrumbs {
        text-align: left!important;
    }
}

@media(min-width: 992px) {
.news-item-image-block {
float: left;
min-width: 280px;
margin-right: 14px;
text-align: center;
}
}




.sertificate_grid{
	width:100%;
	margin: 70px 0;
	display: inline-flex;
    gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sertificate_grid img{
    width:100px;
}


@media (max-width: 900px) {
    .why__item {
        width: calc(100% - 30px);
    }
}
@media (min-width: 900px) {
    .why__item {
        width: calc(50% - 30px);
    }
}

.why{
    width:100%;
    margin:auto;
}
.why__title{
    text-align:center;
    font-weight:bold;
    font-size: 2em;
}
.why__items {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 30px;
    margin-top: 30px;
}
.why__item {
    display: grid;
    grid-template-columns: 50px 1fr;
    column-gap: 20px;
}
.why__item div {
    display: grid;
    align-items: center;
}
.why__item__title{
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
/*    margin-bottom: 15px; */
color: #383838;
}

.items *{
	box-sizing: border-box;
	/* margin: 0; */
	padding: 0;
	list-style: none;
	font-family: arial;
	text-decoration: none;
}

@media(min-width: 992px) {
.main-reviews {
    padding-left: 20px;
    padding-right: 20px;
margin-top: 40px;
}
}

.items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-top:20px;

}
.reviews .item{
    max-width: 300px;
    background: rgb(213 213 213 / 62%);
    border-radius: 10px;
    border: 1px solid rgb(213 213 213 / 62%);
    -webkit-box-shadow: 0 5px 8px -6px rgba(34, 60, 80, .6);
    -moz-box-shadow: 0 5px 8px -6px rgba(34, 60, 80, .6);
    box-shadow: 0 5px 8px -6px rgba(34, 60, 80, .6);
}    
.item .item_img{
    position:absolute;
    right:10px;
    top:10px;
    width:80px;
    height:80px;
}
.inline{
    display:inline-block;
}
.item__row{
    padding:10px;
    position:relative;
}

.item__row.two{
    background:white;
    border-radius:10px;
    border:1px solid rgba(34, 60, 80, .6);
}
.stars {
    color: red; /* Устанавливаем цвет звезд на красный */
    float:left;
    min-width:110px;
}
.item__counts{
    color:grey;
    display:inline-block;
    float:left;
    margin-top:3px;
    margin-left:10px;
}
.item__date{
    position:absolute;
    width:80px;
    height:50px;
    right:10px;
    top:10px;
    color:grey;
}
.item__row.one p{ 
max-width: 200px;
  display: -webkit-box; /* Используем flexbox для старых браузеров */
  -webkit-line-clamp: 3; /* Ограничиваем количество строк */
  -webkit-box-orient: vertical; /* Вертикальное направление */
  overflow: hidden; /* Скрываем текст, выходящий за пределы */
  text-overflow: ellipsis; /* Добавляем троеточие */
  line-height: 1.5; /* Высота строки для точного расчета */
  max-height: 3em; /* Максимальная высота (3 строки * 1.5) */
  margin-top:30px;
		color:black;
}
.item__row.two p{ 
  display: -webkit-box; /* Используем flexbox для старых браузеров */
  -webkit-line-clamp: 3; /* Ограничиваем количество строк */
  -webkit-box-orient: vertical; /* Вертикальное направление */
  overflow: hidden; /* Скрываем текст, выходящий за пределы */
  text-overflow: ellipsis; /* Добавляем троеточие */
  line-height: 1.5; /* Высота строки для точного расчета */
  max-height: 4.5em; /* Максимальная высота (3 строки * 1.5) */
  margin-top:10px;
		color:black;
}
.items_block .item:not(.shown){
	display:none;
}

@media(max-width: 991px) {
.items {
    justify-content: center;
}
}

@media(max-width: 480px) {
.header-compare-block{
    width: 0px;
    margin-left: 13px;
}
}


.count .items {
    display: block;
    margin-top: 0;
}

@media(max-width: 991px) {
div.news-list img.preview_picture {
float: none!important;
}
}
.whatsapp-button {
    position: fixed;
    left: 20px;
    bottom: 40px;
    z-index: 1000;
    animation: none;
}

.j7VFK {
    align-items: center;
    bottom: 1rem;
    display: flex;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: fixed;
    width: 100%;
    z-index: 499;
}

.j7VFK * {
    pointer-events: auto;
}

.wNMd9 {
    align-items: center;
    background-color: #1c1c1c;
    border-radius: .25rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    order: 1;
    padding: 1rem;
    max-width: 800px;
    width: 100%;
    color: white;
}

.plr_l4J, .plr_l4J:after {
    border-radius: 4px;
}

.plr_LqY {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 10px 24px; /* увеличили отступы */
    min-width: 140px;    /* фиксируем минимальную ширину */
    text-align: center;
}

.plr_XXG {
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .6);
    color: #fff;
}

.plr_dNP {
    background-color: transparent;
    border: 1px solid;
    padding: 0;
    user-select: none;
    align-items: center;
    display: inline-flex;
    font-weight: 500;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all 0.15s ease-in-out;
}

.plr_dNP:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

*,
*:before,
*:after {
    box-sizing: border-box;
}
}
