.nice-select {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  color: rgba(17, 17, 17, 0.5);
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  line-height: 62px;
  border: 0;
  outline: none;
  padding-left: 23px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  height: 64px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
.news .nice-select {
  height: 48px;
  line-height: 46px;
}

.nice-select .current {
  display: block;
  color: #111111;
}
.nice-select:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 19px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 12px;
  height: 8px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABrSURBVHgBjY/RDYAgDETbDQoTOIpOohs5goziJjICG9TrR3+0EC5puLTvoBBBIrKjFhrIGDdrSklRTy+Uc76Mwfz0RumFHP7NolAE8+e2oqq2a2XmG/4wj3NrrVXq7OsvDf8VheZgF2CJ+i/4Niz0CJWt6gAAAABJRU5ErkJggg==")
    no-repeat center;
}
.news .nice-select:after {
  top: 20px;
}
.nice-select.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  width: calc(100% + 2px);
  background-color: #fff;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 1px);
  left: -1px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  border-radius: 10px;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 28px;
  list-style: none;
  outline: none;
  padding-left: 23px;
  padding-right: 10px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.main--borders {
  border-top: 1px solid #f5f7fa;
  border-bottom: 1px solid #f5f7fa;
}
.breadcrumbs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
}
.breadcrumbs a {
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  border-bottom: 1px solid rgba(17, 17, 17, 0.3);
}
.breadcrumbs span {
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
}
.breadcrumbs a,
.breadcrumbs span {
  margin-right: 39px;
  position: relative;
}
.breadcrumbs a:after,
.breadcrumbs span:after {
  position: absolute;
  content: "/";
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  top: 0;
  right: -25px;
}
.breadcrumbs a:last-child,
.breadcrumbs span:last-child {
  margin-right: 0;
}
.breadcrumbs a:last-child:after,
.breadcrumbs span:last-child:after {
  display: none;
}
.news {
  display: block;
  width: 100%;
  padding-left: 75px;
  padding-right: 75px;
  padding-bottom: 50px;
}
.news__title,
.news h1 {
  font-size: 50px;
  line-height: 56px;
  font-weight: 400;
}
.news__title {
  padding-top: 26px;
  padding-bottom: 22px;
}
.news__info {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 54px;
}
.news__wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  padding-top: 60px;
}
.news-single__wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.news__content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: calc(76% - 25px);
  box-sizing: border-box;
  margin-right: 25px;
  /*width: calc(100% - 450px);
	width: -webkit-calc(100% - 450px);*/
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.news-single__wrap .news__content {
  width: 100%;
  margin-right: 0px;
  margin-left: auto;
}
.news__select-wrapper {
  display: block;
  margin-right: auto;
  width: auto;
  max-width: 420px;
  min-width: 200px;
}
.news__select-wrapper select,
.news__select-wrapper2 select {
  opacity: 0;
  visibility: hidden;
}
.news__nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.news__btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 180px;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-right: 30px;
}
.news__button {
  display: block;
  background: none;
  border: 0;
  cursor: pointer;
}
.news__button svg {
  stroke: #111111;
  transition: 0.3s linear;
}
.news__button svg:first-child {
  stroke: #878787;
  margin-right: -3px;
}
.changed svg {
  stroke: #878787;
}
.changed svg:first-child {
  stroke: #111111;
}
.news__select-wrapper2 {
  display: block;
  width: 120px;
}
.news__post-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  padding-bottom: 30px;
}
.news__left-column {
  display: block;
  width: 43%;
  padding-right: 30px;
}
.news__right-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  width: 54%;
}
.news__post {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.news__post-pic {
  display: block;
  width: 40%;
  position: relative;
  overflow: hidden;
}
.news__post-content {
  display: block;
  width: 54%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 29px;
  padding-bottom: 54px;
  background: #fff;
  position: relative;
}
.news__post-pic img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  will-change: transform;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
}
.news__post-pic:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.news__category {
  display: block;
  background: #00aeff;
  border-radius: 3px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  padding: 6px 23px;
  color: #ffffff;
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
}
.news__post-meta {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  margin-bottom: 18px;
}
.news__post-date {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-right: 15px;
}
.news__post-time {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.news__post-title {
  display: block;
  width: 100%;
  color: #111;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}
.news__post-txt {
  display: block;
  width: 100%;
  color: #111;
  font-size: 16px;
  line-height: 24px;
}
.news__post-link {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #0070c9;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 3;
}
.news__left-column .news__post {
  display: block;
  margin-bottom: 0;
  height: 100%;
  overflow: hidden;
}
.news__left-column .news__post-pic {
  width: 100%;
}
.news__left-column .news__post-title {
  font-size: 26px;
  line-height: 32px;
}
.news__left-column .news__post-txt {
  font-size: 18px;
  line-height: 26px;
}
.news__left-column .news__post-content {
  width: auto;
}
.news__right-column .news__post-pic {
  width: 49%;
}
.news__right-column .news__post-content {
  width: 40%;
}
.news__modal {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 40px;
  margin-bottom: 30px;
}
.news__modal-close {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 26px;
  color: #0070c9;
  padding-right: 30px;
  position: absolute;
  top: 20px;
  right: 26px;
  cursor: pointer;
  z-index: 2;
}
.news__modal-close:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  width: 15px;
  height: 2px;
  background: #0070c9;
  transform: rotate(-45deg);
}
.news__modal-close:before {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  width: 15px;
  height: 2px;
  background: #0070c9;
  transform: rotate(45deg);
}
.news__modal h2,
.news__single h2,
.news__h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 24px;
}
.news__modal-title,
.news__modal h1 {
  font-size: 50px;
  line-height: 56px;
  font-weight: 400;
}
.news__modal-meta {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  margin-top: 12px;
  margin-left: auto;
  margin-bottom: 34px;
}
.news__modal-date {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-right: 15px;
  color: rgba(17, 17, 17, 0.5);
}
.news__modal-time {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-right: 15px;
  color: rgba(17, 17, 17, 0.5);
}
.news__modal img,
.news__single img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  margin-bottom: 40px;
}
.news__modal p,
.news__single p {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 17px;
}
.news__modal ul,
.news__single ul {
  padding-left: 30px;
}
.news__modal li,
.news__single li {
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 18px;
}
blockquote {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 40px 16px 40px;
  background: rgba(204, 204, 204, 0.2);
}
.news__posts {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
}
.news__posts .news__post {
  display: block;
  width: 31%;
  margin-right: 2%;
  position: relative;
}
.news__posts .news__post:nth-child(3n) {
  margin-right: 0;
}
.news__posts .news__post .news__post-pic {
  width: 100%;
}
.news__posts .news__post .news__post-content {
  width: auto;
  padding-bottom: 61px;
  max-height: none;
  position: static;
}
.pagination {
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.pagination ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
}
.pagination ul li {
  display: block;
}
.page-numbers {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  color: #111;
}
.prev {
  width: 140px;
  position: relative;
  border: 1px solid #111111;
  opacity: 0.3;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
  cursor: pointer;
  text-transform: uppercase;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding-left: 36px;
  font-weight: 700;
  margin-right: 30px;
}
.prev:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 23px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABmSURBVHgBjZDRDYAgDERbJoANWMUN3ERGcwNHkRG6QT2MGoNQueR93QtcSoR47xcQqRUUKYSgYG9JDqwgg8jMWy3x9cpZFqnIqjqJSH4ES+Jqz0dy9JOxL8yRVnnfYe6V7/Wpd+oD4ORCcNOz6ZsAAAAASUVORK5CYII=")
    no-repeat center;
}
.next {
  width: 140px;
  position: relative;
  border: 1px solid #111111;
  opacity: 0.3;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
  cursor: pointer;
  text-transform: uppercase;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding-left: 23px;
  font-weight: 700;
  margin-left: 30px;
}
.next:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABmSURBVHgBjZDRDYAgDERbJoANWMUN3ERGcwNHkRG6QT2MGoNQueR93QtcSoR47xcQqRUUKYSgYG9JDqwgg8jMWy3x9cpZFqnIqjqJSH4ES+Jqz0dy9JOxL8yRVnnfYe6V7/Wpd+oD4ORCcNOz6ZsAAAAASUVORK5CYII=")
    no-repeat center;
}
.pagination .current {
  background: #00aeff;
  color: #fff;
}
.news__sidebar {
  display: block;
  width: 24%;
}
.news__sidebar-search {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  width: 420px;
}
.news__sidebar-search input {
  display: block;
  width: calc(100% - 99px);
  width: -webkit-calc(100% - 99px);
  height: 48px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 0;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
  padding-left: 24px;
}
.news__sidebar-search button {
  display: block;
  cursor: pointer;
  width: 99px;
  height: 48px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  border-radius: 0 10px 10px 0;
  color: #888888;
  background: #e2e2e2;
  transition: 0.3s linear;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.news__sidebar-search input::-webkit-input-placeholder {
  color: #888888;
}
.news__sidebar-search input::-moz-placeholder {
  color: #888888;
}
.news__sidebar-search input:-ms-input-placeholder {
  color: #888888;
}
.news__sidebar-search input:-moz-placeholder {
  color: #888888;
}
.news__sidebar-search input:focus + button[type="submit"] {
  color: #111111;
  background: #cccccc;
}
.news__sidebar-link {
  display: block;
  width: 100%;
  background: #f5f5f5;
  border-radius: 10px;
  position: relative;
  font-size: 26px;
  line-height: 32px;
  color: #0070c9;
  padding: 27px 27px 27px 182px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.news__link-txt {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.news__sidebar-link:hover .news__link-txt {
  border-bottom: 1px solid #0070c9;
}
@media (max-width: 1200px) {
  .news__sidebar-link:hover .news__link-txt {
    border-bottom: 1px solid transparent;
  }
}
.news__sidebar-pic1 {
  position: absolute;
  content: "";
  bottom: 0;
  left: 16px;
  width: 157px;
  height: 127px;
  background: url("../images/cat.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.news__sidebar-pic2 {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20px;
  width: 136px;
  height: 127px;
  background: url("../images/calc.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.news__sidebar-pic3 {
  position: absolute;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  content: "";
  bottom: 9px;
  left: 20px;
  width: 118px;
  height: 118px;
}
.news__sidebar-pic3 svg {
  display: block;
  width: 14px;
  height: 22px;
  position: relative;
  z-index: 1;
  margin-left: 5px;
}
.news__sidebar-pic3:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #a1a1a1;
  opacity: 0.2;
  box-shadow: 0px 15px 18px rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.news__sidebar-pic3:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background: #00aeff;
  box-shadow: 0px 15px 18px rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.news__sidebar-title {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  color: #111;
  padding-top: 12px;
  padding-bottom: 7px;
  padding-left: 12px;
}
.news__sidebar-posts {
  display: block;
  width: 100%;
  padding-bottom: 40px;
}
.news__sidebar-post {
  display: block;
  width: 100%;
  padding-top: 19px;
  padding-left: 12px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 13px;
}
.news__sidebar-post:last-child {
  border-bottom: 0;
}
.news__sidebar-post-title {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
  margin-bottom: 14px;
}
.news__sidebar-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
}
.news__sidebar-more {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-right: 6px;
  color: #0070c9;
}
.news__sidebar-date {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: rgba(17, 17, 17, 0.5);
}
.news__sidebar-tags {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.news__sidebar-tags-title {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
  padding-left: 12px;
  margin-bottom: 27px;
}
.news__sidebar-tags a {
  display: block;
  margin-right: 14px;
  margin-bottom: 10px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: 16px;
  color: #111;
  padding: 12px 16px;
}
.news__sidebar-tags a:last-child {
  margin-right: 0;
}
.news__mobile-nav {
  display: none;
}
.news__nav-close {
  display: none;
}
.news__right-column .news__post {
  margin-bottom: 0;
  height: calc(50% - 15px);
  height: -webkit-calc(50% - 15px);
}

@media (max-width: 1600px) {
  .news__category {
    top: 20px;
    left: 20px;
  }
  .news {
    padding-left: 50px;
    padding-right: 50px;
  }
  .news__left-column .news__post {
    margin-bottom: 0;
  }
  .news__post {
    margin-bottom: 20px;
  }
  .news__right-column .news__post {
    margin-bottom: 0;
    height: calc(50% - 10px);
    height: -webkit-calc(50% - 10px);
  }
  .news__post-content {
    padding-left: 20px;
    padding-right: 20px;
    max-height: none;
    padding-top: 24px;
  }
  .news__post-link {
    left: 20px;
    bottom: 23px;
  }
  .news__left-column {
    padding-right: 20px;
  }
  .news__wrap {
    padding-top: 30px;
  }
  .news__sidebar {
    width: 28%;
  }
  .news__content {
    width: calc(72% - 25px);

    /*width: calc(100% - 300px);
		width: -webkit-calc(100% - 300px);*/
  }

  .news__right-column .news__post-title,
  .news__left-column .news__post-title,
  .news__posts .news__post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .news__right-column .news__post-txt {
    display: none;
  }
  .news__post-date {
    font-size: 12px;
  }
  .news__post-meta {
    margin-bottom: 9px;
  }
  .news__left-column .news__post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .news__left-column .news__post-txt,
  .news__posts .news__post-txt {
    font-size: 14px;
    line-height: 20px;
  }
  .news__sidebar-link {
    font-size: 16px;
    line-height: 24px;
    padding-left: 131px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .news__post-wrap {
    padding-bottom: 20px;
  }
  .news__sidebar-pic1 {
    left: 0;
    width: 127px;
    height: 105px;
  }
  .news__sidebar-pic2 {
    left: 0;
    width: 119px;
    height: 111px;
  }
  .news__sidebar-pic3 {
    left: 12px;
    bottom: 1px;
    width: 100px;
    height: 100px;
  }
  .news__sidebar-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 0;
  }
  .news__sidebar-post-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px;
  }
  .news__sidebar-more {
    font-size: 14px;
    line-height: 20px;
  }
  .news__sidebar-date {
    font-size: 14px;
    line-height: 20px;
  }
  .news__sidebar-post {
    padding-bottom: 18px;
  }
  .news__sidebar-tags-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 17px;
  }
  .news__sidebar-tags a {
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .news__sidebar-posts {
    padding-bottom: 7px;
  }
  .news__modal-title,
  .news__modal h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .news__modal img,
  .news__single img {
    margin-bottom: 29px;
  }
}

@media (max-width: 1279px) {
  .news {
    padding-left: 24px;
    padding-right: 24px;
  }
  .contacts__wrap {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .news__sidebar-search {
    width: 280px;
  }
}
@media (max-width: 1023px) {
  .news__content {
    /*width: 100%;*/
    width: auto;
  }
  .news__sidebar {
    padding-left: 0;
    width: 100%;
    padding-top: 32px;
  }
  .main--borders {
    border-top: 0;
    position: relative;
  }
  .main--borders:after {
    position: absolute;
    content: "";
    top: 72px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f5f7fa;
  }
  .news__title,
  .news h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .news__info {
    font-size: 16px;
    line-height: 24px;
  }
  .news__title {
    padding-bottom: 11px;
  }
  .news__mobile-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
  }
  .news__mobile-nav span {
    font-size: 16px;
    line-height: 24px;
    padding-left: 11px;
  }
  .news__nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
    background: #fff;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-align-content: flex-start;
    -webkit-justify-content: flex-start;
    padding-top: 80px;
    padding-left: 24px;
    padding-right: 24px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
  }
  .news__nav:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #f5f7fa;
    top: 72px;
    left: 0;
  }
  .news__select-wrapper {
    margin-right: 0;
    max-width: none;
    order: 2;
    -webkit-order: 2;
    margin-bottom: 20px;
  }
  .news__btns {
    width: 100%;
    order: 3;
    -webkit-order: 3;
    margin-right: 0;
  }
  .news__sidebar-search {
    width: 100%;
    order: 1;
    -webkit-order: 1;
    margin-bottom: 20px;
  }
  .news__button {
    display: none;
  }
  .news__select-wrapper2 {
    width: 100%;
  }
  .news__nav-close {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 21px;
    top: 26px;
  }
  .news__nav-close:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background: #111;
    top: 11px;
    left: 0;
    transform: rotate(45deg);
  }
  .news__nav-close:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background: #111;
    top: 11px;
    right: 0;
    transform: rotate(-45deg);
  }
  .news__nav--opened {
    visibility: visible;
    opacity: 1;
    margin-top: 100px;
  }
  .news__posts .news__post {
    width: 100%;
    margin-right: 0;
  }
  .news__sidebar-link {
    font-size: 26px;
    line-height: 32px;
    padding-left: 219px;
    margin-bottom: 30px;
  }
  .news__sidebar-pic2,
  .news__sidebar-pic1,
  .news__sidebar-pic3 {
    left: 66px;
  }
  .news__sidebar-title {
    padding-top: 2px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 14px;
    line-height: 20px;
  }
  .breadcrumbs {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .news__left-column {
    padding-right: 0;
    width: 100%;
  }
  .news__title,
  .news h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .news__title {
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .news__info {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .news__wrap {
    padding-top: 23px;
  }
  .news__left-column .news__post-content {
    min-height: 100px;
  }
  .news__post-link {
    font-size: 14px;
    line-height: 20px;
  }
  .news__right-column {
    width: 100%;
    display: block;
  }
  .news__post {
    margin-bottom: 10px;
  }
  .news__left-column {
    padding-bottom: 10px;
  }
  .news__post-pic {
    width: 100%;
  }
  .news__post-content {
    width: 100%;
  }
  .news__right-column .news__post-pic {
    height: auto;
    margin-bottom: 10px;
    width: 100%;
  }
  .news__right-column .news__post-content {
    width: 100%;
  }
  .news__right-column .news__post-txt {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
  .news__right-column .news__post {
    height: auto;
    margin-bottom: 10px;
  }
  .news__post-wrap {
    padding-bottom: 0;
  }
  .news__modal {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
    padding-top: 40px;
  }
  .news__modal-title,
  .news__modal h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .news__modal-meta {
    margin-top: 2px;
    margin-bottom: 24px;
  }
  .news__modal-close {
    padding-right: 18px;
    font-size: 12px;
    right: 0;
    top: 22px;
  }
  .news__modal h2,
  .news__single h2,
  .news__h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .news__modal p,
  .news__single p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .news__modal img,
  .news__single img {
    margin-bottom: 23px;
  }
  .news__modal ul,
  .news__single ul {
    padding-left: 15px;
  }
  .news__modal li,
  .news__single li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  blockquote {
    padding: 16px 14px 16px 14px;
  }
  .pagination {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .news__sidebar-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    width: 290px;
    height: 80px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 120px;
    margin-bottom: 20px;
  }
  .news__sidebar-pic2,
  .news__sidebar-pic1,
  .news__sidebar-pic3 {
    left: 5px;
    width: 97px;
    height: 90px;
  }
  .news__sidebar {
    padding-top: 20px;
  }
  .news__sidebar-title {
    padding-top: 10px;
  }
  .news {
    padding-bottom: 30px;
  }
  .pagination ul {
    padding-bottom: 68px;
    position: relative;
  }
  .prev {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-right: 0;
  }
  .next {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 420px) {
  .news {
    padding-left: 14px;
    padding-right: 14px;
  }
  .news__nav {
    padding-left: 14px;
    padding-right: 14px;
  }
  .news__nav-close {
    left: 12px;
  }
}
.news__single {
  display: block;
  width: 100%;
}

.news__mobile-btns {
  display: none;
}
.news__show {
  display: block;
  width: 49%;
  background: #ff1938;
  border-radius: 10px;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding: 11px 0;
}
.news__reset {
  display: block;
  cursor: pointer;
  position: relative;
  background: #f6f7fb;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 11px 0;
  width: 49%;
  color: #999999;
  border: 1px solid #cccccc;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1023px) {
  .news__mobile-btns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 15px 24px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 60px;
    width: auto;
    z-index: 105;
    background: #fff;
    border-bottom: 0;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .news__reset,
  .news__show {
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .news__reset,
  .news__show {
    font-size: 12px;
  }
  .news__mobile-btns {
    padding-left: 14px;
    padding-right: 14px;
  }
  .news__reset,
  .news__show {
    width: 48%;
  }
}

@media (max-width: 1023px) {
  .news {
    padding-top: 20px;
  }
}
@media (max-width: 420px) {
  .news__title,
  .news__info,
  .news__mobile-nav {
    padding-right: 0;
    padding-left: 5px;
  }
}

@media (max-width: 767px) {
  .next,
  .prev {
    width: 110px;
  }
}
