.pages .items, .categories_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news_block .news_img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.news_block .news_img > img {
  object-fit: cover;
}

.news_block .news_img iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.news_block .news_img {
  position: relative;
  overflow: hidden;
}
.news_block .news_img:before {
  display: block;
  content: "";
  padding-bottom: 75%;
}

.pages a.action:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news_block img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.blog_page .page_title {
  font-size: 3.5rem;
  font-family: "montserrat-regular", "montserratarm-regular";
  padding-bottom: 30px;
}

.pages_list {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 40px;
  scrollbar-color: #999999 #e5e5e5;
  scrollbar-width: thin;
}
.pages_list::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  border-radius: 0px;
  background: #e5e5e5;
}
.pages_list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #999999;
}
.pages_list::-webkit-scrollbar, .pages_list::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 10px;
}

.categories_list {
  display: flex;
  white-space: nowrap;
}
.categories_list li {
  padding-bottom: 6px;
}
.categories_list li:not(:first-child) {
  padding-left: 20px;
}

.news_category {
  display: block;
  font-size: 140%;
  line-height: 17px;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.news_category.selected {
  pointer-events: none;
  position: relative;
  background: #FB016F;
  padding: 12px 20px;
  color: #ffffff;
}
.news_category:not(.selected) {
  background: #ffffff;
  padding: 12px 20px;
  color: #000000;
}
.news_category:not(.selected):hover {
  color: #FB016F;
}

.news_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 0 -10px;
}
.news_list > li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .news_list > li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  .news_list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .news_list > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.news_block {
  background: #ffffff;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.news_block.hovered img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news_block.hovered .news_title {
  color: #FB016F;
}
.news_block img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.news_block .news_img {
  display: block;
  font-size: 0;
  line-height: 0;
}
.news_block .news_info {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .news_block .news_info {
    padding: 20px 10px;
  }
}
.news_block .news_date {
  color: #595959;
  font-size: 120%;
  line-height: 17px;
  margin-bottom: 10px;
  display: block;
}
.news_block .news_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #000000;
  font-size: 140%;
  line-height: 17px;
  font-family: "montserrat-medium", "montserratarm-medium";
  margin-bottom: 10px;
}
.news_block .news_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 140%;
  line-height: 17px;
  color: #595959;
  margin-bottom: 10px;
}
.news_block .read_more {
  color: #FB016F;
  font-size: 140%;
  line-height: 17px;
  font-family: "montserrat-medium", "montserratarm-medium";
  width: max-content;
}
.news_block .read_more:hover {
  opacity: 0.7;
}

.category_block {
  position: relative;
  margin: -53px 0 0 20px;
  z-index: 6;
  text-align: right;
}
.category_block span {
  display: inline-block;
  background: #ffffff;
  padding: 12px 20px;
  font-size: 120%;
  line-height: 17px;
  font-family: "montserrat-medium", "montserratarm-medium";
  color: #000000;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .category_block span {
    padding: 10px;
  }
}

.pages {
  padding-bottom: 60px;
}
.pages-label,
.pages .label {
  display: none;
}
.pages .items {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100%;
  letter-spacing: normal;
  line-height: inherit;
  white-space: nowrap;
}
.pages .item {
  font-size: 140%;
  line-height: 17px;
  margin: 0 8px;
}
.pages .item.pages-item-previous {
  margin-left: 0;
  margin-right: 24px;
}
.pages .item.pages-item-next {
  margin-right: 0;
  margin-left: 24px;
}
.pages .item.current .page {
  display: flex;
  width: 35px;
  height: 35px;
  border: 1px solid;
  align-items: center;
  justify-content: center;
  color: #FB016F;
  background: transparent;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}
.pages a.page {
  display: flex;
  width: 35px;
  height: 35px;
  border: 1px solid #e5e5e5;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.pages a.action {
  margin: 0;
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  color: inherit;
  display: flex;
  align-items: center;
  font-size: inherit;
  line-height: inherit;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.pages a.action.inactive, .pages a.action.disabled, .pages a.action:disabled {
  pointer-events: none;
  color: #999999;
}
.pages a.action:before {
  display: none;
}
.pages a.action:after {
  display: block;
  font-size: 0.9rem;
}
.pages a.action.previous {
  flex-direction: row-reverse;
}
.pages a.action.previous:after {
  content: "\e902";
  margin-right: 7px;
}
.pages a.action.next:after {
  content: "\e903";
  margin-left: 7px;
}
@media screen and (max-width: 959px) {
  .pages .item {
    font-size: 120%;
    line-height: 16px;
    margin: 0 6px;
  }
  .pages .item.pages-item-previous {
    margin-right: 6px;
  }
  .pages .item.pages-item-next {
    margin-left: 6px;
  }
  .pages .item.current .page {
    width: 28px;
    height: 28px;
  }
  .pages a.page {
    width: 28px;
    height: 28px;
  }
  .pages a.action {
    width: 28px;
    height: 28px;
    justify-content: center;
    font-size: 0;
    border: 1px solid #e5e5e5;
  }
  .pages a.action:after {
    font-size: 1.2rem;
  }
  .pages a.action.previous:after {
    margin-right: 0;
  }
  .pages a.action.next:after {
    margin-left: 0;
  }
}

.blog_inner {
  background: #ffffff;
  max-width: 1035px;
  margin: 0 auto;
}
.blog_inner .inner_content {
  max-width: 854px;
  margin: 0 auto;
  padding: 70px 10px;
}

.standard_page iframe {
  width: 100%;
  height: 56vw;
  max-height: 470px;
}
.standard_page img {
  max-width: 100%;
  height: auto;
}

.info_section img {
  width: 100%;
  height: auto;
  display: block;
}
.info_section .image_block {
  position: relative;
  margin-bottom: 30px;
}
.info_section .category_inner {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.info_section .category_block {
  margin: 0;
}
.info_section .date_block {
  font-size: 140%;
  line-height: 17px;
  padding-bottom: 15px;
}
.info_section .page_title {
  padding-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .info_section .category_inner {
    top: 10px;
    right: 10px;
  }
  .blog_inner .inner_content {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 767px) {
  .blog_inner .inner_content {
    padding: 30px 10px 50px;
  }
}
@media screen and (max-width: 639px) {
  .info_section .image_block {
    position: relative;
    margin-bottom: 20px;
  }
  .info_section .date_block {
    padding-bottom: 10px;
  }
  .info_section .page_title {
    padding-bottom: 15px;
  }
}
.web .news_block .news_title, .news_block .web .news_title, .web .pages a.action, .pages .web a.action {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .pages a.page, .pages .web a.page {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .news_block .news_title, .news_block .touch .news_title, .touch .pages a.action, .pages .touch a.action {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .pages a.page, .pages .touch a.page {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .news_block .news_title:hover, .news_block .web .news_title:hover, .web .pages a.action:hover, .pages .web a.action:hover {
  color: #FB016F;
}
.web .pages a.page:hover, .pages .web a.page:hover {
  background: #FB016F;
  color: #ffffff;
  border-color: transparent;
}
.touch .news_block .news_title:active, .news_block .touch .news_title:active, .touch .pages a.action:active, .pages .touch a.action:active {
  color: #FB016F;
}
.touch .pages a.page:active, .pages .touch a.page:active {
  background: #FB016F;
  color: #ffffff;
  border-color: transparent;
}

/*# sourceMappingURL=blog.css.map */
