html {
  scroll-behavior: smooth;
}

*{
  box-sizing: border-box;
}

body{
  width: 100%;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  max-width: 2000px;
  margin: 0 auto;
}

body:after{
  position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
  content: url(../images/whatsapp_hover.png) url(../images/telegram_hover.png)
}

a{
  text-decoration: none;
  color: #007CEF;
}

a:hover{
  color: #619ef7;
}

img{
  max-width: 100%;
}

.top-menu{
  height: 80px;
  margin-bottom: 80px;
}

.top-menu, .footer-menu{
  font-weight: 500;
}

h1{
  font-weight: 700;
  font-size: 25px;
  color: #FF6900;
  margin-bottom: 10px;
}

h2{
  font-weight: 700;
  font-size: 25px;
  color: #FF6900;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin: 20px 0;
}

h3{
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}

h4{
  color: #FF6900;
  font-size: 16px;
  margin-bottom: 20px;
}

.orange{
  color: #FF6900;
}


.anchor::before{
  content: '';
  display: inline-block;
  width: 12px;
  height: 15px;
  background: url(../images/icon_arrow.svg);
  background-size: cover;
  margin: 0 10px 0 -24px;
  vertical-align: middle;
}

.about p.anchor{
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.about p.anchor a{
  color:black
}
.about p.anchor a:hover{
  color:#FF6900;
}

.flex-v-center{
  display: flex;
  align-items: center;
}

.hero{
  background: url(../images/head.jpg);
  background-size: cover;
  background-position: 50% 0;
  color: #fff;
  padding: 80px 0px;
  margin-bottom: 30px;
  overflow:hidden;
  position: relative;
}

.hero:before {
  content:"";
  display:block;
  width:70%;
  height:70%;
  background-image: url(../images/head.jpg);
  transform: rotate(-45deg);
  transform-origin:0 0;
  -ms-transform: rotate(-45deg);
  -ms-transform-origin:0 0;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin:0 0;
}

.shadow-left, .shadow-right,
.shadow-top-left, .shadow-top-right,
.shadow-bottom-left, .shadow-bottom-right,
.neicon-shadow-top-left, .neicon-shadow-top-right{
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero .shadow-left{
  transform: rotate(9deg);
  transform-origin: top right;
  -ms-transform: rotate(9deg);
  -ms-transform-origin: top right;
  -webkit-transform: rotate(9deg);
  -webkit-transform-origin: top right;
  left: -60%;
  top: 100%;
}

.hero .shadow-right{
  transform: rotate(-5deg);
  transform-origin: top left;
  -ms-transform: rotate(-5deg);
  -ms-transform-origin:top left;
  -webkit-transform: rotate(-5deg);
  -webkit-transform-origin:top left;
  left: 40%;
  top: 100%;
}

.top-menu a{
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.hero-text{
  max-width: 750px;
  margin: 0 auto;
  font-size: 25px;
  padding-top: 20px;
}

.hero-text p{
  margin-bottom: 20px;
}

.hero-text p.anchor{
  padding-left: 30px;
}

.hero-text p.anchor::before{
  margin: 0 15px 0 -29px;
}

.light{
  font-weight: 300;
}

strong{
  font-weight: 900;
}

a.button,
.button{
  font-weight: 400;
  color: #fff;
  background: #FF6900;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none; 
  margin: 0 auto;
  display: inline-block;
  border-radius: 4px;
  font-size: 17px;
  border:0;
}

a.button:hover,
.button:hover{
  background: #D65800;
}

.hero-text a.button{
  margin-top: 30px;
}

.about h2{
  margin-bottom: 50px;
}

.subscription h2{
  color: #fff;
}

.subscription{
  color: #fff;
  background: url(../images/publisher_bg.jpg);
  background-size: cover;
  background-position: 50% 0;
  color: #fff;
  padding-bottom: 50px;
  margin-bottom: 0;
  overflow:hidden;
  position: relative;
  text-align: center;
  padding: 100px 0px 400px;
  margin-bottom: -250px;
}


.subscription .blog-item{
  display: block;
  width: 183px;
  height: 183px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px #551F01;
  border-radius: 15px;
  padding: 21px 3px 34px;
  position: relative;
}

.subscription .blog-item h2{
  line-height: 20px;
  margin-top: 25px;
}

.subscription .blog-item .item-block-link{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  border-radius: 15px;
}

.subscription .blog-item .item-block-link:hover{
  border: 3px solid #FF6900;
}

.subscription .blog-item.disabled .item-block-link:hover{
  border: 0;
}

.subscription p{
  font-size: 20px;
}

.subscription .item-image{
  height: 80px;
}

.subscription .item-image a{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.subscription .blog-item img{
  width: auto;
  height: auto;
  max-height: 80px;
  max-width: 80%;
  margin: auto;
}

.subscription .blog-item a{
  font-size: 14px;
  color: #000;
  font-weight: 400;
}


.subscription .shadow-top-left{
  top: -100%;
  left:-25%;
  transform: rotate(-7deg);
  transform-origin: bottom right;
  -ms-transform: rotate(-7deg);
  -ms-transform-origin: bottom right;
  -webkit-transform: rotate(-7deg);
  -webkit-transform-origin: bottom right;
}

.subscription .shadow-top-right{
  top:-100%;
  left:75%;
  transform: rotate(5deg);
  transform-origin: bottom left;
  -ms-transform: rotate(5deg);
  -ms-transform-origin: bottom left;
  -webkit-transform: rotate(5deg);
  -webkit-transform-origin: bottom left;
}


.subscription .shadow-bottom-left{
  right: 75%;
  left: auto;
  top: auto;
  bottom: -75%;
  background: #EFEFEF;
  transform: rotate(-10deg);
  transform-origin: top right;
  -ms-transform: rotate(-10deg);
  -ms-transform-origin: top right;
  -webkit-transform: rotate(-10deg);
  -webkit-transform-origin: top right;
}

.subscription .shadow-bottom-right{
  left: 25%;
  top: auto;
  bottom: -75%;
  background: #EFEFEF;
  margin-top: 100px;
  transform: rotate(6deg);
  transform-origin: top left;
  -ms-transform: rotate(6deg);
  -ms-transform-origin: top left;
  -webkit-transform: rotate(6deg);
  -webkit-transform-origin: top left;
}

.for-publishers{
  position: relative;
  padding-bottom: 150px;
  overflow: hidden;
}

.for-publishers-header h2{
  position: relative;
  top: 130px;
  color: #FF6900;
}

.for-publishers .services{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
}

.for-publishers .service{
  background: linear-gradient(342.82deg, rgba(168, 226, 247, 0.25) 4.65%, rgba(97, 160, 183, 0.25) 91.12%);
  border-width: 1px 0px 0px 1px;
  border-style: solid;
  border-color: #FFFFFF;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 0px 15px;
  font-size: 14px;
  width: 100%;
  margin: 7px 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 90px;
}

.for-publishers .service-image img{
  width: 55px;
  max-width: unset;
}

.for-publishers .service-label{
  padding: 0 20px;
}

.for-publishers .shadow-bottom-left{
  right: 30%;
  left: auto;
  top: auto;
  bottom: -80%;
  background: #fff;
  transform: rotate(-5deg);
  transform-origin: top right;
  -ms-transform: rotate(-5deg);
  -ms-transform-origin: top right;
  -webkit-transform: rotate(-5deg);
  -webkit-transform-origin: top right;
}

.for-publishers .shadow-bottom-right{
  left: 70%;
  top: auto;
  bottom: -80%;
  background: #fff;
  margin-top: 100px;
  transform: rotate(8deg);
  transform-origin: top left;
  -ms-transform: rotate(8deg);
  -ms-transform-origin: top left;
  -webkit-transform: rotate(8deg);
  -webkit-transform-origin: top left;
}

.contacts{
  position: relative;
  overflow: hidden;
  font-size:15px;
  background: #EFEFEF;
  margin-bottom: -5px;
}

.contacts h2{
  margin-bottom: 50px;
}

.footer{
  background: #5F6464;
  position: relative;
  overflow: hidden;
  padding: 150px 50px 55px;
}

.footer .logo-box{
  width: 260px;
  padding-right: 35px;
}
.footer .neicon-logo-row .logo-box{
  visibility: hidden;
}

.footer .shadow-top-left{
  top: auto;
  bottom: 100%;
  left: -75%;
  transform: rotate(-14deg);
  transform-origin: bottom right;
  -ms-transform: rotate(-14deg);
  -ms-transform-origin: bottom right;
  -webkit-transform: rotate(-14deg);
  -webkit-transform-origin: bottom right;
  background: #fff;
}

.footer .shadow-top-right{
  bottom: 100%;
  left: 25%;
  top: auto;
  transform: rotate(5deg);
  transform-origin: bottom left;
  -ms-transform: rotate(5deg);
  -ms-transform-origin: bottom left;
  -webkit-transform: rotate(5deg);
  -webkit-transform-origin: bottom left;
  background: #fff;
}

.mainpage .footer .shadow-top-left,
.mainpage .footer .shadow-top-right{
  background: #EFEFEF;
}


.footer .neicon-bg{
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -550px;
  background: #EFEFEF;
  height: 300%;
  width: 300px;
  -ms-transform: rotate(15deg);
  -ms-transform-origin: bottom left;
  -webkit-transform: rotate(15deg);
  -webkit-transform-origin: bottom left;
}

.mainpage .footer .neicon-bg{
  background: #fff;
  display: none;
}

.footer .logo-box-neicon{
  margin-left: -300px;
}

.footer .logo, .footer .logo-neicon{
  vertical-align: middle;
  position: relative;
  z-index: 999;
}

.neicon-logo-row{
  background: #EFEFEF;
  margin-left: -50px;
  padding-left: 50px;
  margin-right: -50px;
  padding-right: 50px;
  display: none;
  visibility: hidden;
  position: relative;
  overflow: hidden;
  padding-top: 0px;
}

.footer .flex-menu{
  margin-bottom: 40px;
}

.footer .neicon-logo-row .flex-menu{
  margin-bottom: 0;
  padding-bottom: 40px;
  justify-content: center;
}

.neicon-shadow-top-left, .neicon-shadow-top-right{
  background: #EFEFEF;
  display: none;
  visibility: hidden;
}

.neicon-shadow-top-left{
  top: 60%;
  left: -25%;
  transform: rotate(-5deg);
  transform-origin: top right;
  -ms-transform: rotate(-5deg);
  -ms-transform-origin: top right;
  -webkit-transform: rotate(-5deg);
  -webkit-transform-origin: top right;
}

.neicon-shadow-top-right{
  top: 60%;
  left: 75%;
  transform: rotate(14deg);
  transform-origin: top left;
  -ms-transform: rotate(14deg);
  -ms-transform-origin: top left;
  -webkit-transform: rotate(15deg);
  -webkit-transform-origin: top left;
}



.footer .neicon-logo .flex-menu{
  margin-bottom: 0;
 }

.logo-neicon{
  margin-left: 50px;
  padding: 12px 0;
}

.component{
  margin: 20px 0;
}

.fulltext{
  background: #EFEFEF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  padding: 25px 20px;

}

.nav-menu{
  font-size: 14px;
  text-transform: uppercase;
}

.nav-menu li{
  margin: 0 15px;
}

.footer a,
.nav-menu a{
  color: #fff;
}

.footer a:hover,
.nav-menu a:hover{
  color:#FF6900;
}

.nav-menu.orange a{
  color: #FF6900;
}

.nav-menu.orange a:hover{
  color:#FFF;
}

.header-menu{
  display:flex;
  align-items: center
}

.searchbox{
  margin: 0 0 0 35px;
}

.searchbox .query{
  background: rgba(255, 255, 255, 0.3);
  height: 33px;
  width: 250px;
  border: 1px solid #FF6900;
  border-radius: 4px;
  color: #fff;
  padding: 8px 15px;
  outline: none;
  font-size:12px;
}

.seasearchboxrch .query::placeholder{
  color: #fff;
}

.searchbox .submit-search{
  background: url(../images/search.svg) 0 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 0;
  vertical-align: middle;
  background-size: cover;
  margin-left: 5px;
}

.flex-menu{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: center
}

.publisher-image{
  max-width: 271px;
  margin: 0px auto 100px auto;
  text-align: center;
}

.publisher-link{
  max-width: 271px;
  text-align: center;
  margin: 0 auto 30px auto;
}

a.button.publisher-button{
  border-radius: 30px;
  font-size: 15px;
  width: 100%;
  padding: 10px 77px 10px 38px;
  position: relative;
}

a.button.publisher-button:after{
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 8px;
  top: 10px;
  background: url("../images/icon_link.svg");
  background-size: cover;
}

.publisher-tags{
  padding: 17px 0 11px;
  border-top: 1px solid #5F6464;
  border-bottom: 1px solid #5F6464;
  margin: 0 auto;
  max-width: 271px;
}

.publisher-tags ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.publisher-tags ul li{
  margin-bottom: 5px;
}

.publisher-tags ul li::before{
  content: "\2022\00a0"
}

a.button.button-grey,
.button.button-grey{
  background: #5F6464;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
}

a.button.button-grey:hover,
.button.button-grey:hover{
  background: #D65800;
}

/* mainpage twiks */
.mainpage .hero{
  padding-top: 35px;
}

.mainpage .blog{
  margin: 50px 0;
}

.mainpage .blog-items{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.mainpage .blog-item{
  margin: 5px 5px;
}

.mainpage .blog-item.disabled::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pause.svg) 0 0;
}

.mainpage .blog-item.disabled:hover::before{
  content: 'Деятельность в РФ приостановлена';
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 71px;
  width: 100%;
  height: 40px;
  padding-top: 4px;
  z-index: 999;
  background: #595959;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.search h1,
.com-finder h1{
  text-transform: uppercase;
}

.search .com-content__filter{
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.com-finder p{
  margin-bottom: 10px;
}

.pagination.ms-0.mb-4{
  margin-bottom: 0!important;
}

.com-finder>*+*, .com-finder__results>*+*{
  margin-top: 0;
}

.awesomplete{
  width: 100%;
  display: flex;
}

.awesomplete > ul{
  margin-top: 40px;
  width: calc(100% - 15px);
  min-width: unset;
}

.com-finder h1{
  margin-bottom: 10px;
}

.com-finder h4{
  margin-bottom: 20px;
}

.search .com-content__filter .button-grey{
  flex: 0 0 108px;
  border-radius: 4px;
  height: 36px;
  padding: 8px 24px;
  font-size:15px;
  font-weight: 700;
}

.search #filter-search,
.search .js-finder-search-query{
  flex: 1;
  background: #EFEFEF;
  border: 1px solid #FF6900;
  border-radius: 4px;
  outline: none;
  margin-right: 20px;
  padding: 0 20px;
  font-size: 15px;
}

.pagination-count{
  font-size: 16px;
}

.pagination-count .orange{
  font-size: 20px;
  font-weight: 700;
}

.com-content-category__pagination .form-select{
  display: inline-block;
  width: auto;
  font-size: 14px;
  border: 1px solid #767676;
  padding: 0px 20px 0px 5px;
  background-position: right 5px center;
  border-radius: 4px;
  vertical-align: top;
}
.com-content-category__pagination .form-select:focus{
  box-shadow:none;
}

.com-content-category__pagination.limit{
  margin-bottom: 30px;
  flex: 1;
}

.pagination-flex{
  display: flex;
}

.sidebar-left.card {
  background: #EFEFEF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

.sidebar-left.card .card-header{
  border-radius: 0 !important;
  background: none;
  color: #FF6900;
  border-bottom: 0;
  padding-bottom: 0;
}

.sidebar-left.card .card-body{
  border-radius:0!important;
}

.jfilters-item-link--selected{
  font-weight: 400;
}

a.jfilters-item-link{
  color: #000;
}

.jfilters-item-link--checkbox:before{
  border: 1px solid #FF6900 !important;
  background: none !important;
}

.jfilters-item-link--checkbox:hover .jfilters-item__label-text::before{
  border: solid #FF6900;
  border-width: 0 4px 2px 0;
  opacity: 0.4;
}

.jfilters-item-link--selected.jfilters-item-link--checkbox .jfilters-item__label-text::before,
.jfilters-item-link--selected.jfilters-item-link--checkbox:hover .jfilters-item__label-text::before{
  border: solid #FF6900 !important;
  border-width: 0 4px 2px 0 !important;
  opacity: 1;
}


.jfilters-item__text{
  display: block;
  padding-left: 28px;
}

.jfilters-item-link--dummy-input .jfilters-item__label-text{
  padding: 0;
  margin: 0;
}





/* Pagination */
.page-link{
  border: 0;
  color: #007CEF;
  padding-top: 0;
  padding-bottom: 0;
}

.active>.page-link, .page-link.active{
  background: none;
  font-weight: 700;
  color: #007CEF;
}

.active>.page-link:hover,
.page-link.active:hover,
.page-link:hover{
  color: #619ef7;
  background: none;
}

.search-result{
  padding-bottom: 16px;
  padding-top: 40px;
  border-bottom: 1px solid #5F6464;
}

.search-result:last-of-type{
  border-bottom: 0;
}

.news-box{
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background: rgba(255,105,0,0.2);
  display: flex;
  height: 40px;
  color: #fff;
  align-items: center;
}

@media (max-width: 1000px){
  .news-box{
    height: 80px;
    margin-top: 15px;
  }
  .hero-text{
    padding-top:0;
  }
  .hero .flex-menu{
    margin-bottom: 75px;
  }
}

@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width:1400px;
  }
}

#totop{
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border: 2px solid #FF6900;
  border-radius: 100px;
  bottom: 30px;
  right: 30px;
  background: url(../images/Vector.svg) 50% 50% no-repeat;
  cursor: pointer
}

#totop.show{
  display: block;
}

#totop:hover{
  background-color: rgba(255,105,0,0.5);
}

.main-menu{
  position: fixed;
  left: 0;
  top: 0;
  width: 260px;
  background: #fff;
  border: 1px solid #0C2B47;
  z-index: 999;
  padding: 100px 35px;
}

.main-menu .navbar-nav .nav{
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-toggler-icon{
  background: url(../images/burger.svg);
  width: 17px;
  height: 15px;
  background-size: cover;
  display: block;
}
.navbar-toggler{
  display: none;
}

.main-menu ul li{
  padding: 15px 0;
  text-align: left;
}

.main-menu .close-button{
  position: absolute;
  top: 30px;
  right: 30px;
}

.main-menu a {
  color: #5F6464;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-menu .item-109 a::after{
  content: '';
  background: url(../images/login.png) 0 0;
  width: 23px;
  height: 22px;
}

@media (max-width: 1399px){
  .subscription{
    padding-bottom: 300px;
    margin-bottom: -300px;
  }
  .disabled-tip{
    position: relative;
    top: -150px;
  }
  .nav-menu li{
    margin: 0 5px;
  }
  .mainpage .blog{
    padding-bottom: 150px;
  }
  .for-publishers-header h2{
    top: 0px;
  }
  .footer .neicon-bg{
    margin-left: -475px;
    width: 200px;
  }
  .footer .logo-box-neicon{
    margin-left: -350px;
  }
}

.wa, .tg{
  width: 55px;
  height: 55px;
  display: inline-block;
  cursor: pointer;
}

.wa{
  background:url(../images/whatsapp.png);
}

.wa:hover{
  background: url(../images/whatsapp_hover.png);
}

.tg{
  background: url(../images/telegram.png);
  margin-left: 32px;
}

.tg:hover{
  background: url(../images/telegram_hover.png);
}

@media (max-width: 1199px){
  .subscription{
    padding-bottom: 450px;
    margin-bottom: -500px;
  }
  .searchbox{
    display: flex;
    align-items: center;
  }
  .logo-box{margin-right: 20px}

  .footer .neicon-bg{
    margin-left: -355px;
    width: 150px;
  }
  .footer .logo-box-neicon{
    margin-left: -90px;
  }
}


@media (max-width: 991px){
  .subscription{
    padding-bottom: 650px;
    margin-bottom: -650px;
  }
  .for-publishers-header h2{
    top:-50px;
  }
  .for-publishers .container{
    max-width: 100%;
  }
  .for-publishers .service{
    width: 30%;
  }
  .footer .neicon-bg{
    margin-left: -355px;
    width: 150px;
  }

  .footer .neicon-bg, .footer .logo-box-neicon{
    display: none;
  }
  .footer .neicon-logo-row{
    display: block;
  }
  .neicon-shadow-top-left{
    display: block;
  }
  .neicon-shadow-top-right{
    display: block;
  }
  .footer > .container{
    padding-bottom: 100px;
  }
  .footer{
    padding-bottom: 0;
  }
}


@media (max-width: 767px){
  .container{
    padding-left: 30px;
    padding-right: 30px;
  }
  .subscription .container{
    padding: 0;
    max-width: unset;
  }
  .mainpage .hero{
    padding: 20px 0px 80px;
  }
  .hero{
    padding: 20px 0px;
  }
  .hero .searchbox{
    display: none;
  }
  .hero .flex-menu{
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 135px;
  }
  .hero-text a.button{
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px;
  }
  .hero-text{
    font-size: 17px;
  }
  p.anchor{
    padding-left: 25px;
  }
  h3{
    text-align: center;
  }
  .subscription{
    padding-bottom: 130px;
    margin-bottom: -200px;
  }
  .for-publishers{
    font-size: 17px;
    margin-top: 100px;
  }
  .for-publishers .services{
    display: block;
    margin-top: 60px;
    line-height: 22px;
  }
  .for-publishers .service{
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
    display: block;
    font-size: 16px;
  }
  .for-publishers .service-label::before{
    content: "\2022\00a0";
  }
  .for-publishers br{
    display: none;
  }
  .contacts h2{
    margin-bottom: 10px;
  }
  .contacts{
    text-align: center;
  }
  .footer{
    padding: 50px 0 0;
    text-align: center;
  }
  .footer .flex-menu{
    display: block;
  }
  .footer-menu .nav{
    display: block;
  }
  .footer-menu.nav-menu li{
    margin: 20px 0;
  }

  h1{
    text-align: center;
  }
  .px-5{
    padding-left: 0!important;
    padding-right: 0!important;
  }
  p a{
    line-break: anywhere;
  }
  .introtext{
    margin: 25px 0;
  }
  .publisher-image{
    margin: 25px auto;
  }
  .custom-page .publisher-image{
    display: none;
  }
  .publisher-link{
    margin-bottom:25px;
  }
  .publisher-tags{
    max-width: unset;
  }
  .navbar-toggler{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header-menu{
    display: none;
  }
  .about h2{
    margin-bottom: 0;
  }
  .wa{
    background: url(../images/whatsapp_hover.png);
  }
  .tg{
    background: url(../images/telegram_hover.png);
  }
  .for-publishers-header h2{
    top:20px;
  }
  .logo-neicon{
    margin: 0;
  }
  .logo-box{
    margin-right: 0;
  }
  .footer .logo-box{padding: 0;width: auto;}
  .logo-box-neicon{
    display: none;
  }
  .footer > .container{
    padding-bottom: 50px;
  }
}

@media (max-width: 579px){
  .for-publishers .services{
    margin-bottom: 50px;
  }
  .footer > .container{
    padding-bottom: 50px;
  }
}
