.no-right .right-block-nav {
  display: none;
}
.no-right .faq_news-block {
  width: 100%!important;
}
.no-right .faq_news-block .faq_news {
  width: 100%!important;
}
.no-right .faq_news-block .faq_news .faq_itm {
  width: 49%!important;
  margin: 0 24px 30px 0!important;
}
.no-right .faq_news-block .faq_news .faq_itm:nth-of-type(2n) {
  margin-right: 0!important;
}
.no-sotial .right-block-nav .sotial-com {
  display: none;
}
.tags-url {
  border-top: 1px solid #dadada;
  width: 100%;
  height: auto;
  padding: 20px 0;
}
.tags-url a {
  font: 400 14px Arial;
  color: #999999;
  text-align: center;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin-bottom: 10px;
}
.tags-url a:hover {
  color: #333333;
  background-color: #f3f3f3;
  cursor: pointer;
}
.tags-url a.is-active-url {
  color: #00a8ea;
  border: 1px solid #00a8ea;
}
.tags-url .item-tag {
  padding: 15px;
  border: 1px solid #dadada;
  display: inline-block;
  margin-right: 10px;
  border-radius: 5px;
}
#content .faq_news-block {
  width: 923px;
  display: inline-block;
}
#content .faq_news-block .faq_news {
  width: 100%;
  height: auto;
  display: inline-block;
}
#content .faq_news-block .pagination {
  margin-bottom: 0;
}
.quest {
  height: 660px;
}
.select {
  position: relative;
}
.select .select-name {
  font: 400 14px Arial;
  color: #aaaaaa;
  line-height: 40px;
  text-align: left;
}
.select .styled-select {
  position: relative;
  display: inline-block;
  width: 100%;
  /*&:after {
                content: " ";
                display: block;
                width: 40px;
                height: 40px;
                background: url("../img/svg/down_square.svg");
                background-color: #dadada;
                position: absolute;
                top: 0;
                right: 0;
                background-size: cover;
            }*/

}
.select .styled-select select {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  z-index: 10;
  position: relative;
  background: none;
  font: 400 14px Arial;
  color: rgba(51, 51, 51, 0.98);
  text-align: left;
  padding-left: 15px;
}
.select .styled-select select:hover {
  cursor: pointer;
}
.select .styled-select select:focus {
  outline: none;
}
.select .styled-select select option.hover {
  height: 40px;
  border-bottom: 1px solid #e0e0e0;
}
.select .styled-select select option.hover:hover {
  background-color: #70c330;
}
/*
.tags-url a {
    font: 400 14px Arial;
    color: #999999;
    text-align: center;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    margin-bottom: 10px;
}
.tags-url a:hover {
    color: #333333;
    background-color: #f3f3f3;
    cursor: pointer;
}
.tags-url .item-tag {
    padding: 15px;
    border: 1px solid #dadada;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
}*/
