.block_news{
display:block !important;
}
.none_news{
display:none !important;
}
.main-content p {
    font-size: 18px;
}
.main-content h2 {
margin: 30px 0px 0px 0px;
}


    .ppf-popup{
        width: 100%;
        max-width: 765px;
        transform: translate(-50%, 0);
        margin: 0 auto;
    }
    .ppf-info{
        width: 100%;
        max-width: 765px;
    }
.ppf-left{
    width: 100%;
    max-width: 368px;
    img{
        width: 100%;
    }
}
.ppf-right{
    width: 100%;
    max-width: 368px;
}

.call{
  width: 100%;
    background: #5078b3;
    overflow: auto;
    padding: 50px 0 50px 0;
    margin: 30px 0 0px 0;
}
.call-info {
    max-width: 940px;
    margin: auto;
    overflow: auto;
    padding: 0;
    color: #ffffff;
}
.call-icon {
    overflow: auto;
    float: left;
    margin: 0 20px 0 0px;
    padding: 0px 0 0 0;
}
.call-text {
    overflow: auto;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.call-button {
    overflow: auto;
    float: right;
    margin: 0 0px 0 0;
    padding: 8px 0 0 0;
}
.call-button a {
    overflow: auto;
    float: right;
    margin: 0;
    padding: 13px 40px;
    border: 2px solid #ffffff;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer
}
.call-button a:hover{
    background-color: #ffffff;
    color: #5078b3;
}
@media (max-width: 1024px){
  .call-icon{
    display: none;
  }
  .call-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
padding: 10px;
  }
  .call-button{
    width: 100%;
padding: 10px;
  }
    .call-button a{
    width: 100%;
  }
}


.cookie-notice{
    max-height: 100%;
    color: #000;
    font-size: 16px;
    line-height: 14px;
    box-sizing: border-box;
    outline: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1297;
    background-color: #EDEDED;
    padding: 5px 0;
    transition: transform .25s;
    transform: translateY(0);
}

.cookie-notice .container{
    color: #000;
    font-size: 16px;
    line-height: 14px;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    max-width: 1152px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}
.cookie-notice__row{
    color: #000;
    font-size: 16px;
    line-height: 14px;
    box-sizing: border-box;
    max-height: 999999px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.cookie-notice__text{
padding: 10px 0px;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    box-sizing: border-box;
    outline: none;
}
.cookie-notice__btn-wrap{
    color: #000;
    font-size: 16px;
    line-height: 20px;
    box-sizing: border-box;
    max-height: 999999px;
    outline: none;
    flex-shrink: 0;
}
.cookie-notice__btn{
envybox-btn-background-color: rgba(45,124,131,0.8);
background: linear-gradient(to bottom, #fe0000 0%, #940505 100%);
box-shadow: 0 0 2px #cfcfcf;
border: 1px solid #960000;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: button;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 11px 20px;
    font-weight: 500;
    min-width: 190px;
    position: relative;
    border: 1px solid #A31919;
    z-index: 1;
    transition: color .25s;
}

@media(max-width: 1000px){
   .cookie-notice__row{
      flex-direction: column;
gap: 10px;
   }
.cookie-notice__text{
      font-size: 12px;
        text-align: justify;
   }
}

}
.content-article {
    margin: 0px 0px 0px 200px;
    h1{
        font-weight: 600;
        font-size: 32px;
        margin: 100px 0px 50px 0px;
    }
    p{
        font-size: 18px;
        margin: 0px 0px 30px 0px;
    }
    ul{
        li{
            margin: 10px 0px;
        }
    }
}
.author-article {
    margin: 50px 0px 0px 100px;
    position: relative;
    &:after{
        content: '';
        position: absolute;
        width: 80%;
        height: 2px;
        top: 150px;
        left: 0px;
        background: #000;
    }
}
.idolization{
    width: 100%;
    height: 300px;
    background-color: grey;
    margin: 150px 0px 0px 0px;
    border-radius: 10px;
}
.article-text {
    text-align: center;
    padding: 30px 0px;
    font-size: 18px;
}
.article-foto {
    display: flex;
    margin: 50px 0px 50px 0px;
    justify-content: center;
    img{
        background: grey;
        border-radius: 10px;
        margin: 0px 30px;
    }
}

.article-comments {
    position: relative;
    &:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        top: 20px;
        left: 0px;
        background: #000;
    }
}
.other-article {}
.other-article__row{
    display: flex;
    justify-content: space-between;
    .other-article__item{
        img{
            background: grey;
            border-radius: 10px;
            margin: 10px 0px 20px 0px;
        }
        p{
            text-align: end;
        }
    }
}

.main-advantages__cause {
  background: #FCFCFC;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
max-width: 1040px;
padding: 0px 20px;
margin: 0 auto;
}
.main-advantages__cause h3 {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #525050;
  padding: 30px 0px;
}

.advantages-cause__items {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 100px 100px 100px;
}

.advantages-cause__item {
  width: 228px;
  margin: 0px 0px 50px 30px;
}
.advantages-cause__item img {
  display: block;
  margin: 0 auto;
}

.advantages-cause__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  margin: 20px 0px 10px 0px;
}

.advantages-cause__subtitle {
  font-size: 14px;
  line-height: 130%;
  text-align: center;
}
.services-item img{
    width: 100%;
      min-width: 215px;
      min-height: 165px;
      margin-bottom: 20px;
}
.news-detail .services-item{
    margin: 30px 0px 30px 31px;
}
.pic_block{
    min-height: 220px;
}
.article-product a{
    display: flex;
      flex-direction: column;
      justify-content: space-between;
}
@media (max-width: 798px) {
  .advantages-cause__items {
    display: block;
    margin: 0px;
    padding: 0px;
  }
  .advantages-cause__items .advantages-cause__item {
    margin: 0 auto;
    padding: 0px 0px 30px 0px;
  }
}

@media (max-width: 1024px){
	.article-product{
		display:flex;
		flex-wrap:wrap;
		align-items: center;
justify-content: center;
	}
}

.article-text{
text-align: left;
	img{
display:block;
margin: 0 auto;
}
}
.main-content ul li:not([class]) {
    margin: 0px 0px 30px 0px;
	list-style-type: none;
	position: relative;
}
.main-content ul li:not([class])::before{
		content: '';
		width: 15px;
		height: 3px;
		top: 10px;
		left:-23px;
		background: #000;
		position: absolute;
	}

.article-text p i {
	font-style: italic;
}