.filters__ranges-btns {
  align-items: center;
}

.cards-type.wide-block {
  width: 100%;
}

.articleI__item2 {
  margin-bottom: 0;
}

.articleI__item2-footer {
  margin-bottom: 100px;
}

.aside__item-list {
  justify-content: space-between;
}

.aside__item-list > a {
  display: none;
}

.aside__item-list-item {
  nav-right: 0;
}

.aside__item-list-item:nth-child(3n) {
  margin-left: initial;
}

.about__item-img-box img {
  max-width: 60px;
  min-width: 60px;
  max-height: 60px;
  min-height: 60px;
  object-fit: contain;
}

.popular-wrapper,
.popular-swiper {
  max-height: 660px;
}

.popular-item {
  height: 539px;
  margin-bottom: 123px;
}

.popular-item__img-box img {
  width: 260px;
  height: 220px;
}

.catalog-item .popular-item,
.catalog-type-container .popular-item {
  height: 540px;
}

.catalog-item__right-right-availability {
  margin-bottom: 0;
}

.catalog-item__right-right-price + div {
  opacity: 0.6;
  text-align: end;
  position: relative;
}

.btn-mobile__box {
  margin-top: 18px;
}

.articles__text,
.same__text {
  max-height: 158px;
  overflow: hidden;
}

.cards-type.active .card {
  height: 539px;
}

.cards-type.active .card__left-img-box {
  display: flex;
  justify-content: center;
}

.card__right-price + div {
  margin-bottom: 36px;
  color: #474a4b;
  opacity: 0.6;
}

.cards-type.active .card__right-price + div {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .popular-item {
    height: 539px;
  }
}

@media (max-width: 940px) {
  .whyS__item-p {
    min-height: 40px;
  }
}

@media (max-width: 768px) {
  .breadcrumb {
    padding: 0;
  }

  .container.bread {
    padding: 0 10px;
  }

  .popular-wrapper {
    max-height: 480px;
  }

  .popular-item__img-box img {
    width: 110px;
    height: 85px;
  }

  .articles__text,
  .same__text {
    max-height: 120px;
    margin-bottom: 0;
  }
}


/*NEW*/
.main-content-right{
	flex:1;
	width:100%;
}
.filters {
    margin-top: 0;
    width: 100%;
}
.quick {
	width: 100%;
}
.catalog-container .filters {
	margin-top: 0;
}
.aside{
	margin-bottom:30px;
}
.categories {
    margin-bottom: 30px;
}
.site-container.catalog-type-container .filters {
    margin-top: 0;
}
.cards-type {
    width: 100%;
}
.cards-type.active #data-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	grid-gap:30px 30px ;
}
.cards-type.active .card {
    height: auto;
    margin: 0 auto;
}
.cards-type .card-new{
	width:100%;
	margin-bottom: 20px;
    border: 1px solid #e6e9ed;
    border-radius: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;	
}
.cards-type .card-new .card-parent{
	display:flex;
}
.cards-type .card-new:hover {
    -webkit-box-shadow: 2px 4px 15px rgba(0,0,0,.1);
    box-shadow: 2px 4px 15px rgba(0,0,0,.1);
}
.new-card-image{
	padding: 25px;
    width: 190px;
}
.new-card-right {
    padding: 25px 30px;
    width: 318px;
    background: #f4f7fc;
    border-radius: 10px;
}
.new-card-right .card__right-price, .new-card-right .card__right-availability{
	text-align: right;
}
.new-card-right .popular-item__buttons{
	flex-direction: row-reverse;
}
.new-card-right .popular-item__box-link{
	margin-left:15px;
}
.new-card-info{
	flex:1;
	padding:25px 25px 25px 0;
	width:100%;
}
.new-card-info-title{
	    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.new-card-info-title:hover {
    -webkit-text-decoration-color: #505b73;
    text-decoration-color: #505b73;
}
.new-card-info ul{
	padding:0;
	margin:0;
	list-style:none;
	max-width:260px;
}
 .new-card-info li {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;	
    justify-content: space-between;
	align-items: flex-end;
}
 .new-card-info li.select-li{
	align-items: center;
	margin-bottom: 3px;
 }
.cards-type.active .new-card-right {
    width: 100%;
    border-radius: 0 0 10px 10px;
}
.cards-type.active .new-card-right .popular-item__box-link {
    margin-left: 0;
}
.cards-type.active  .new-card-info{
	padding:0;
	display: flex;
    flex-direction: column;
}
.cards-type.active .new-card-info ul {
    max-width: 100%;
	min-height: 135px;
    padding: 20px 30px 0px 30px;
    margin-top: auto;
    background: #f4f7fc;
}
.cards-type.active .new-card-info-title{
	padding:0 30px;
}
.cards-type.active  .new-card-image {
    width: 100%;
}
.availability-block{
	text-align: right;
}
.new-card-info-title-mobile{
	display:none;
}
.catalog-item__content:last-child {
	padding: 50px 40px 40px;
   
}
.catalog-item__content.analogs-tab{
	 padding: 25px 0 0;
}
.catalog-item__right {
    height: auto;
	min-height: 310px;
}
.popular-item {
	height: auto;
    min-height: 539px;
}
.popular-item__bottom {
    min-height: 228px;
}
.custom-text-block{	
    font-size: 15px;
    line-height: 25px;
}
.custom-text-block ul{
	margin:0;
	padding: 0 0 0 16px;
	list-style: initial;
}
.custom-text-block ul li::marker {
    width: 6px;
    height: 6px;
    color: #a2a9c6;
}
.custom-text-block p,.custom-text-block ul{
	margin-bottom: 25px;
}
.custom-text-block li{
	margin-bottom: 18px;
}
.custom-text-block a{
	color: #505b73;
	text-decoration:underline;
}
.custom-text-block h3{
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
}
.yellow-btn {
    padding: 10px 30px;
    background: #ffc859;
    color: #474a4b;
    border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
	display:inline-block;
    transition: .3s;
    cursor: pointer;
	text-decoration:none;
    outline: 0;
}
.custom-text-block a.yellow-btn{
	color: #474a4b;
	text-decoration:none;
}
.yellow-btn:hover {
    background-color: #ffc040;
    -webkit-box-shadow: inset 0 -2px 4px rgba(0,0,0,.25);
    box-shadow: inset 0 -2px 4px rgba(0,0,0,.25);
}
.custom-text-block strong{
	font-weight: 500;
}
.custom-text-block blockquote{
	margin: 0 0 50px 0;
    padding: 30px 30px 15px 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.custom-text-block blockquote p{
	margin-bottom: 15px;
}
.custom-text-block blockquote a {
    color: #505b73;
	
}
.custom-text-block img{
    vertical-align: middle;
}
.custom-text-block h4{
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
}
.analogs-tab .cards-type .card-new:hover {
    box-shadow: none;
}
.analogs-tab .new-card-right{
	background:#fff;
}
.cards-type .card-new {
    margin-bottom: 0px;
    border: 0;
    border-bottom: 1px solid #e6e9ed;
    border-radius: 0;
}
.cards-type .card-new:last-child{
	border-bottom: 0;
}
.favorites .popular-item {
	height: auto;
}
.custom-text-block ul.list-reset li::marker{
	width: 0;
    height: 0;
	color: transparent;
}
.proects__items{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap:30px 30px ;
}
.proects__link {
    min-height: 462px;
    height: 100%;
}
.custom-text-block.project-text p, .custom-text-block.project-text ul {
    margin-bottom: 15px;
}
.guarantee__suptitle.custom-text-block.project-text p:last-child{
	margin-bottom: 0;
}
.article-one-text h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
}
.cards-type.active .card-new{
	border: 1px solid #e6e9ed;
	border-radius:10px;
} 
.cards-type .card-new, .cards-type .card-new:last-child{
	border: 1px solid #e6e9ed;
	border-radius:10px;
	margin-bottom:20px;
}

/*generator3*/
.banner__img-box{
	top:15px;
}
.nav__li-drop1{
	min-height:240px;
	height:auto;
}
.benefits__list-link.last {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.filters__buttons{
	display:none;
}
.filters__content {
	border-top-left-radius: 10px;
}
.swiper .card {
    height: auto;
    margin: 0 auto;
}
.swiper .card-new{
	border: 1px solid #e6e9ed;
	border-radius:10px;
}
.swiper .new-card-right {
    width: 100%;
    border-radius: 0 0 10px 10px;
}
.swiper .new-card-right .popular-item__box-link {
    margin-left: 0;
}
.swiper .new-card-info{
	padding:0;
	display: flex;
    flex-direction: column;
}
.swiper .new-card-info ul {
    max-width: 100%;
    padding: 20px 30px 0px 30px;
    margin-top: auto;
    background: #f4f7fc;
	min-height: 135px;
}
.swiper .new-card-info-title{
	padding:0 30px;
}
.swiper .new-card-image {
    width: 100%;
}
.popular-wrapper{
	padding-bottom:40px;
}
.popular .popular-pagination {
    bottom: 0px;
}
.swiper-slide {
  height: auto;
}
.swiper .card__right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin-bottom:15px;
}
.swiper .card__right-price + div {
    margin-bottom: 0;
}
.swiper .card__right-price {
	margin-bottom: 0px;
}
.swiper .popular-item__buttons {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
}
.card-new .selector__sort,.catalog-item__right-left .selector__sort{
	width: 140px;
    height: 28px;
    margin-bottom: 0px;
    padding: 5px 10px;
    border: 1px solid #A2A9C6;
    border-radius: 5px;
}
.swiper .new-card-right{
	padding-top:10px;
}
.card-new .selector__sort-box,.catalog-item__right-left-li .selector__sort-box {
	top:29px;
	padding-right:0;
}
.catalog-item__right-left-li,.order__li{
	align-items:flex-end;
}
.catalog-item__right-left-li.select-li{
	align-items:center;
}
.site-container.search-container .filters {
    margin-top: 40px;
}
.about__inner {
    min-height: 527px;
    height: auto;
}
.dots-li{
	display:flex;
	margin-right:4px;
	align-items:center;
	justify-content:center;
}

@media (max-width: 1430px){
	.proects__items{
		grid-template-columns: 1fr 1fr 1fr;
	}
	.proects__item {
		width: 100%;
	}
}
@media (max-width: 1387px){
	.cards-type.active #data-container {
		grid-template-columns: 1fr 1fr;
	}
	.filters {
		margin-top: 0;
		width: 100%;;
	}
	.benefits {
		max-width: 100%;
	}
	.page__body{
		overflow-x: auto;
	}
	.benefits {
		max-width: 100%;
	}
	.benefits-pagination {
		bottom: 10px!important;
	}
}
@media (max-width: 1282px){
	.benefits__inner {
		margin-top: 20px;
	}
}
@media (max-width: 1180px){
	.popular-item__buttons {
		max-width: 100%;
		flex-wrap: wrap;
	}	
	.proects__items{
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 1023px){
	.about__inner {
		margin-bottom: 20px!important;
	}
}
@media (max-width: 899px){
	.experts__item-right{
		flex:1;
	}
}
@media (max-width: 768px){
	.article-one-text h2 {
		font-size: 18px;
		line-height: 22px;
	}
	.popular-item {
		min-height: 300px;
		margin-bottom: 80px;
	}
	.popular-item__bottom {
		min-height: 120px;
	}
	.cards-type .card{
		height:auto;
		width: 300px;
	}
	.cards-type .card__right {
		width: 300px;
	}
	.cards-type.active .card__left-img-box {
		width: 150px;
		margin-left: -30px;
	}
	.new-card-info-title{
		display:none;
	}
	.cards-type.active .new-card-image {
		width: 140px;
		padding: 15px;
		position: absolute;
	}
	.cards-type.active .new-card-info ul {
		width: 159px;
		margin-left: 140px;
		padding: 25px 10px 10px 5px;
		background: #fff;
		border-radius:0 10px 0 0;
	}
	.cards-type.active .new-card-info {
		display: block;
		min-height: 120px;
	}
	.new-card-right {
		padding: 15px 20px;
	}
	.new-card-info-title-mobile{
		display:block;
		padding:5px 20px 15px 20px;
		font-size: 16px;
		line-height: 22px;
		font-weight: 500;
	}
	.custom-text-block h3 {
		font-size: 18px;
		line-height: 22px;
	}
	.custom-text-block p{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.analogs-tab .new-card-right{
		background:#f4f7fc;
	}
	.cards-type .card-new {
		margin-bottom: 20px;
		border: 1px solid #e6e9ed;
		border-radius: 10px;
	}
	.cards-type .card-new:last-child{
		 border-bottom: 1px solid #e6e9ed;
	}
	.proects__link {
		min-height: 435px;
	}
	/*generator*/
	.swiper .card__left-img-box {
		width: 150px;
		margin-left: -30px;
	}
	.swiper .new-card-image {
		width: 140px;
		padding: 15px;
		position: absolute;
	}
	.swiper .new-card-info ul {
		width: 159px;
		margin-left: 140px;
		padding: 25px 10px 10px 5px;
		background: #fff;
		border-radius:0 10px 0 0;
	}
	.swiper .new-card-info {
		display: block;
		min-height: 120px;
	}
	.swiper .card-new .card-parent  {
		display: flex;
		height: 100%;
		flex-direction: column;
	}
	.new-card-info li.select-li, .new-card-info li.mobile-line-br {
		display: block;
	}
	.application-cost, .get-discount, .order, .order-sucsess, .request-application, .request-call, .thanks {
/*		max-height: calc(100vh - 60px);*/
		max-height: 100%;
	}
	.order {
		top: 50%;
		transform: translate(-50%, -50%);
		overflow-y: auto;
	}
}
@media (max-width: 640px){
	.cards-type.active #data-container {
		grid-template-columns: 1fr;
		grid-gap:10px;
	}
	.custom-text-block .yellow-btn{
	    width: 300px;
		text-align:center;
	}
	.proects__items{
		grid-template-columns: 1fr;
	}
	.proects__link {
		width: 300px;
	}
}


.wrap-discount-line-block {
  width: 100%;
  position: relative;
  height: 58px;
}
.discount-line-block {
  width: 100%;
  position: relative;
  height: 58px;
  background: #FFC859;
}
.discount-line-block.disc-active {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.wrap-discount-line-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
}
.left-discount-block {
  display: flex;
  align-items: center;
  gap: 15px;
}
.left-discount-block img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.left-discount-block p {
  color: #474A4B;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.plashka-disc {
  height: 100%;
  width: auto;
  margin: 0 100px;
}
.btn-popup-disc {
  cursor: pointer;
  border-radius: 5px;
  background: #505B73;
  display: flex;
  width: 102px;
  height: 36px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  margin: auto 21px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s;
}
.btn-popup-disc:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.close-discount-line {
  cursor: pointer;
  width: 17px;
  height: 17px;
}
.wrap-popup-side {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.popup-side-left {
  width: 225px;
}
.wrap-left-img {
  position: relative;
  width: 100%;
  height: 181px;
}
.wrap-left-img img {
  width: 100%;
  height: 181px;
  position: relative;
  z-index: 1;
}
.wrap-disc-bg {
  position: absolute;
  width: 73px;
  height: 68px;
  left: -36px;
  bottom: 0;
  padding-left: 0px;
  z-index: 2;
  background-image: url('./../../../../../../images/pop-img-disc-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wrap-disc-bg p {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 10px 0;
}
.wrap-disc-bg p span {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 5px;
}
.color-title {
  text-align: center;
}
.color-title p {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.color-title p span {
  color: #2196F3;
}

.popup-mini-text p {
  color: #6A6A6A;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 5px 0;
}
.popup-tel-link {
  text-align: center;
  color: #000;
  width: fit-content;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.work-time {
  color: #6A6A6A;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.popup-side-right {
  width: 287px;
}