.news-list{
	display: flex;
	justify-content: flex-start;
	gap: 25px;
	flex-wrap: wrap;
	margin: 25px 0;
}

.news-list .grid-item{
	width: calc(25% - 25px);
	padding-bottom: 80px;
	box-sizing: border-box;
	position: relative;
	min-width: 300px;
}

.news-list .grid-item .image{
	width: 100%;
	margin-bottom: 20px;
	height: 260px;
	background-position: center;
	background-size: cover;
}

.news-list .grid-item .image img{
	display: block;
	width: 100%;
}

.news-list .grid-item .button-wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.news-list .grid-item .button-wrap a.atuin-btn{
	text-decoration: none;
	width: 100%;
	padding: 17px;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	background-color: #BF0000;
	text-align: center;
	display: block;
}

.news-list .grid-item h2{
	font-size: 24px;
	margin: 0 0 10px;
	padding: 0;
	font-family: TTFirsNeue-Medium;
}

.news-list .grid-item .info-text{
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px;
	padding: 0;
}
.news-list .grid-item .info-text p{
	margin: 0;
	padding: 0;
}


.news-detail{
	margin-bottom: 40px;
}

.news-detail .date{
	font-size: 24px;
	color: #B5BDC2;
	padding-top: 30px;
	padding-bottom: 30px;
}

.news-detail .fotorama img{
	display: block;
	max-width: 100%;
}

.news-detail .fotorama{
	margin-bottom: 25px;	
}

.news-detail .detail-text{
	font-size: 14px;
	line-height: 1.3;
}

.news-detail .detail-text a{
	color: #BF0000;
	text-decoration: none;
}



.commercial-block {
	margin: 30px 0;
	padding: 10px;
	border: 1px solid #BF0000;
	display: flex;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}
.commercial-block .image-wrapper {
	width: 255px;
	height: 144px;
	margin-right: 30px;
}
.commercial-block .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.commercial-text {
	width: calc(100% - 285px);
}
.commercial-text h3 {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #141414;
	margin-bottom: 10px;
}
.commercial-text a.btn-blue {
	background: #BF0000;
	color: #fff;
	border: 2px solid #BF0000;
	padding: 12px 60px;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all .25s ease;
	box-sizing: border-box;
}
.commercial-text a.btn-blue:hover {
	background: #fff;
	color: #BF0000;
	border: 2px solid #BF0000;
	padding: 12px 60px;
	text-decoration: none;
}

.news-detail .side h3{
	font-size: 28px;
	line-height: 33px;
	font-weight: 500;
	margin: 0 0 20px;
	padding: 0;
}

.news-detail .cnt ul,.news-detail .cnt ol{
	margin-left: 20px;
	padding-top: 5px;
}

.news-detail .cnt ul li,.news-detail .cnt ol li{
	padding-bottom: 5px;
}

.news-detail .cnt ul,.news-detail .cnt ul li{
	list-style: disc;
}

a.lastitem{
	display: flex;
	justify-content: flex-start;
	gap: 15px;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	margin-bottom: 30px;
}

.lastitem .image{
	display: block;
	width: 37.5%;	
}

.lastitem .image img{
	max-width: 100%;
	display: block;
}

.lastitem .name{
	width: calc(100% - (37.5% + 15px));
}

.lizing_block{
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.lizing__item img{
	width: 100%;
	display: block;
}

.lizingpage{
	margin-bottom: 50px;
}

.lizing_advblock .flex {
  background: #FFFFFF;
  border-radius: 0;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
	border: 1px solid #BF0000;
	margin: 30px 0;
}

.lizing_advblock .flex .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lizing_advblock .flex .item:last-child{
	width: 340px;
	max-width: 100%;
	flex: none;
}

.lizing_advblock .flex .item .tekst {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}

.lizing_advblock .flex .item .zag {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.lizing_advblock a.button {
  width: 100%;
  padding: 15px;
  border-radius: 2px;
  border: 1px solid #fff;
  background: #bf0000;
  display: block;
  color: #fff;
  text-align: center;
  font-family: TTFirsNeue-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.leftlizing{
	display: none;
}

.youradv{
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	margin-bottom: 50px;
}
.youradv h2{
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: TTFirsNeue-Medium;
}

.youradv ul{
	list-style: disc;
}

.youradv ul{
	margin-left: 20px;
	padding-top: 5px;
}

.youradv ul li{
	padding-bottom: 5px;
}

.youradv ul,.youradv ul li{
	list-style: disc;
}


.howtake{
	margin-bottom: 50px;
	color: #352F2F;
}
.howtake p{
	font-size: 17px;
	line-height: 21px;
	font-weight: 400;
	margin-bottom: 50px;
}
.howtake h2{
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: TTFirsNeue-Medium;
}



.howtake .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin-top: 30px;
}

.howtake .flex .left{
	width: calc(50% - 10px);
}
.howtake .flex .left h2{
	font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 30px;
color: #000000;
margin-bottom: 20px;
	font-family: TTFirsNeue-Medium;
}

.howtake .flex .left .slwrap{
	margin-bottom: 20px;
	font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
color: #141414;	
}

.howtake .flex .left .slwrap .fl{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-weight: 100;
font-size: 14px;
line-height: 16px;
color: #141414;
}

.howtake .flex .left .slwrap .t{
	font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #141414;
margin-bottom: 5px;
}

.howtake .flex .left .slwrap .it{
	font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
color: #141414;
margin-bottom: 5px;
}

.slider-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.howtake .flex .right{
	width: calc(50% - 10px);
	background: #FFFFFF;
	border-radius: 0;
	border: 1px solid #BF0000;
	padding: 40px 30px;
	box-sizing: border-box;
}

.howtake .flex .right .block{
	margin-bottom: 40px;
}

.howtake .flex .right h3{
margin-bottom: 5px;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
color: #141414;
}

.howtake .flex .right .ah3{
	font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #141414;
margin-bottom: 5px;
}

.howtake .flex .right .epl{
	font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
color: #141414;
}

.howtake .flex .right .fl{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 30px;
}

.howtake .flex .right .fl .t{
	font-style: italic;
font-weight: 100;
font-size: 14px;
line-height: 16px;
color: #141414;
margin-bottom: 5px;
}

.howtake .flex .right .fl .txt{
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
color: #141414;
}

.howtake .flex .right .atxt{
font-weight: 100;
font-size: 14px;
line-height: 16px;
margin-top: 20px;
color: #141414;
}


.howtake a.button {
  width: 100%;
  padding: 15px;
  border-radius: 2px;
  border: 1px solid #fff;
  background: #bf0000;
  display: block;
  color: #fff;
  text-align: center;
  font-family: TTFirsNeue-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.consultant{
	margin-bottom: 50px;
	background-color: #BF0000;
	padding: 50px 0;
	box-sizing: border-box;
  overflow: hidden;
}

.consultant .blk{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	text-align: center;
}

.consultant .blk .title{
	font-weight: 500;
	font-size: 36px;
	line-height: 46.44px;
}

.consultant .blk .image{
	width: 80px;
	height: 80px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.consultant .blk .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
}

.consultant .desc{
	display: flex;
	justify-content: center;
	align-items: center;
}

.consultant .desc .left{
	text-align: right;
	padding-right: 20px;
	border-right: 3px solid #fff;
}

.consultant .desc .left span:first-child{
	display: block;
	font-size: 20px;
	line-height: 25px;
}

.consultant .desc .left span:last-child{
	display: block;
	font-size: 15px;
	line-height: 19px;
}

.consultant .desc .right{
	padding-left: 20px;
	font-size: 20px;
	line-height: 25px;
}


.consultant a.button {
	margin: 0 auto;
  width: 400px;
  padding: 15px;
  border-radius: 2px;
  border: 1px solid #fff;
  background: #fff;
  display: block;
  color: #000;
  text-align: center;
  font-family: TTFirsNeue-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.news-list .grid-item .image.nophoto{
	background-color: rgba(0,0,0,0.1);
	display: flex;
	justify-content: center;
	align-items: center;
}



.sravni-detail .container{
	padding: 0;
}
.sravni-detail .sravni-cnt ul,.sravni-detail .sravni-cnt ol{
	margin-left: 20px;
	padding-top: 5px;
}

.sravni-detail .sravni-cnt ul li,.sravni-detail .sravni-cnt ol li{
	padding-bottom: 5px;
}

.sravni-detail .sravni-cnt ul,.sravni-detail .sravni-cnt ul li{
	list-style: disc;
}

.sravni-detail .sravni-cnt{
	font-size: 14px;
	line-height: 18px;
}

.sravni-detail .sravni-cnt h2{
	font-size: 36px;
	line-height: 46px;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 500;
	font-family: TTFirsNeue-Medium;
}

.sravni-detail .price-text{
	margin-bottom: 20px;
}
.sravni-detail .price-text h2{
	font-size: 36px;
	line-height: 46px;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 500;
	font-family: TTFirsNeue-Medium;
}

.sravni-detail .price-text p{
	font-size: 24px;
	line-height: 30px;
	color: #000;
	margin-bottom: 10px;
}

.sravni-detail .price-text p span{
	color: #BF0000;
}

.sravni-detail .compare-text{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
	gap: 20px;
}

.sravni-detail .compare-text .cols{
	width: calc(50% - 20px);
	min-width: 300px;
}

.sravni-detail .compare-text .cols .img{
	margin-bottom: 20px;
	max-height: 590px;
	height: 66vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sravni-detail .compare-text .cols .img img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.sravni-detail .compare-text .cols .title{
	font-size: 24px;
	line-height: 30px;
	color: #000;
	margin-bottom: 20px;
	font-family: TTFirsNeue-Medium;
}

.sravni-detail .compare-text .cols .text{
	font-size: 14px;
	line-height: 18px;
}

.sravni-detail .tech-text h2{
	font-size: 36px;
	line-height: 46px;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 500;
	color: #000;
	font-family: TTFirsNeue-Medium;
}

.sravni-detail .tabletech{
	margin-bottom: 20px;
}

.sravni-detail .tabletech .tabletech-name-row{
	display: flex;
	width: 100%;	
	justify-content: flex-start;
	align-items: center;
}

.sravni-detail .tabletech .tabletech-name-row > div{
	width: 17%;
	box-sizing: border-box;
	padding: 20px 10px;
	font-size: 1.25vw;
	line-height: 1.5625vw;
	font-weight: bold;
}

.sravni-detail .tabletech .tabletech-name-row > div:first-child{
	width: 42%;
	box-sizing: border-box;
}

.sravni-detail .tabletech .tabletech-desc-row{
	display: flex;
	width: 100%;	
	justify-content: flex-start;
	align-items: center;
	font-size: 1.25vw;
	line-height: 1.5625vw;
}

.sravni-detail .tabletech .tabletech-desc-row:nth-child(odd){
	background-color: #F5F5F5;
}

.sravni-detail .tabletech .tabletech-desc-row > div{
	width: 17%;
	box-sizing: border-box;
	padding: 20px 10px;
}

.sravni-detail .tabletech .tabletech-desc-row > div:first-child{
	width: 42%;
	box-sizing: border-box;
	font-weight: bold;
}

.sravni-detail .footsravni-text{
	background-color: #BF0000;
	padding: 50px 20px;
	box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.sravni-detail .footsravni-text h2{
	font-size: 36px;
	line-height: 46px;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 500;
	color: #fff;
	font-family: TTFirsNeue-Medium;
}

.sravni-detail .footsravni-text ul{
	margin: 10px 0 15px;  
	padding: 0;
	list-style: none;
	font-size: 24px;
	line-height: 30px;
}

.sravni-detail .footsravni-text ul li{
	list-style: none;
	margin-bottom: 5px;
}

.sravni-detail .footsravni-text a.button {
	margin: 0 auto;
  width: 400px;
  max-width: 80%;
  padding: 15px;
  border-radius: 2px;
  border: 1px solid #fff;
  background: #fff;
  display: block;
  color: #000;
  text-align: center;
  font-family: TTFirsNeue-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

@media (max-width: 800px) {
.sravni-detail .tabletech .tabletech-name-row > div:first-child{
	display: none;
}
.sravni-detail .tabletech .tabletech-name-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.sravni-detail .tabletech .tabletech-name-row > div{
	width: 50%;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
  padding: 10px 10px;
}
.sravni-detail .tabletech .tabletech-desc-row{
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 18px;
}
.sravni-detail .tabletech .tabletech-desc-row > div:first-child{
	width: 100%;
	text-align: center;
}
.sravni-detail .tabletech .tabletech-desc-row > div {
	width: 50%;
	text-align: center;
  box-sizing: border-box;
  padding: 10px 10px;
}
.sravni-detail .compare-text .cols{
	width: 100%;
}
.sravni-detail .sravni-cnt h2,
.sravni-detail .price-text h2,
.sravni-detail .tech-text h2,
.sravni-detail .footsravni-text h2{
	font-size: 24px;
	line-height: 30px;
}
.sravni-detail .price-text p {
  font-size: 16px;
  line-height: 20px;
}
.sravni-detail .footsravni-text ul {
  font-size: 16px;
  line-height: 20px;
}
}


@media (max-width: 768px) {
	.leftlizing{
		display: block;
		margin: 50px 0;
	}
	.leftlizing .lizing_block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	}
	.leftlizing .lizing__item{
		width: calc(50% - 30px);
	}
	.lizing_block{
		display: none;
	}
	.consultant .desc {
  flex-direction: column;
  gap: 10px;
}
.consultant .desc .left {
  text-align: center;
  padding-right: 0;
  border-right: none;
}
.consultant .desc .right {
  padding-left: 0;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}
.consultant a.button {
  width: auto;
}

	.howtake{
		padding: 30px 0;
		text-align: center;
	}
	.howtake h2{
		font-size: 18px;
		line-height: 21px;
		text-align: center;
	}
	.howtake .flex{
		text-align: left;
		flex-direction: column;
	}
	.howtake .flex .left{
		width: 100%;
	}
	.howtake .flex .right{
		width: 100%;
	}
	.howtake .flex .right{
		text-align: center;
	}
	.howtake .flex .right .fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-direction: column;
  text-align: center;
}
.howtake .flex .right .block {
  margin-bottom: 10px;
}
}

@media (max-width: 600px) {
	.news-list .grid-item{
		width: 100%;
	}	
}

@media (max-width: 500px) {
	.sravni-detail .compare-text .col{
		width: 100%;
	}
}

a.btn-back{
  text-decoration: none;
  padding: 17px;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  background-color: #BF0000;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}