

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.css?1736975637302*/
.page-link,
.page-link:hover {
	color: var(--theme-color-primary);
}

.page-item.active .page-link {
	color: var(--theme-b-tx-primary);
	background-color: var(--theme-color-primary);
	border-color: var(--theme-color-primary);
}

.page-link:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}
/* End */


/* Start:/bitrix/templates/sobakaulybaka/components/bitrix/news/news-dogs/bitrix/news.list/.default/style.css?17684665374121*/
:root {
    --duration-announcement-bar: 250ms;
    --duration-medium: 300ms;
    --duration-long: 500ms;
    --duration-extra-long: 600ms;
    --duration-extra-longer: 750ms;
    --duration-extended: 3s;
    --animation-slide-in: slideIn var(--duration-extra-long) 
ease forwards;
    --animation-fade-in: fadeInUp var(--duration-extra-long) 
ease forwards;
    --animation-zoom-in: zoomIn var(--duration-extra-longer) 
ease forwards;
    --animation-zoom-out: zoomOut var(--duration-extra-longer) 
ease forwards;
}






.img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}



.img-box .img-primary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s;
  background-size: cover;
  object-fit: cover;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.img-box .img-primary {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.img-box .img-secondary {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.img-box:hover .img-secondary {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.img-box:hover .img-primary {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.img-box .blog-tags {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 10;
  border-radius: 999px;
  background: var(--color-gray-2);
}
.img-box .blog-tags li {
  display: inline-flex;
  gap: 5px;
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
.img-box .blog-tags li i {
  font-size: 11px;
}


.news_dogs_page .item  {
  border-radius: 20px;
  border: 2px solid #D9DDE0;
  overflow: hidden;
  height: 100%;
  animation: var(--animation-fade-in);
  animation-delay: calc(var(--animation-order) * 75ms);
  /* margin-bottom: 30px; */
}


.news_dogs_page .item .item_info {
  padding: 30px;
}
h3.news_name a {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    display: inline;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    -webkit-transition: background-size 0.25s 
cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: background-size 0.25s 
cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0.1% 0px;
    background-repeat: no-repeat;
    transition: 0.3s;
    }

h3.news_name {
    text-align: left;
    margin: 0;
}

.news_dogs_page .col-lg-4 {
    margin-bottom: 30px;
}

a.readmore {
    /* color: var(--color-gray); */
    /* font-family: var(--font-secondary); */
    font-size: 13px;
    font-weight: 600;
    line-height: 27px;
    display: inline-block;
    align-items: center;
    transition: var(--transition);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #717171;
    text-decoration: none;
}



.sect1 {
    display: flex;
    align-items: center;
    /* height: 40px; */
    width: 100px;
}

.request_item_text {
    min-height: auto !important;
    display: flex;
    align-items: center;
    border: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.35) !important;
    border-radius: 0 !important;
}

.item_info {
    min-height: 290px;
}

.share-modern {
    margin-left: 10px;
}

.news_dogs_page .item {
    overflow: unset;
}

.share-dropdown {
    bottom: 30px;
}







/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.css?1736975637302 */
/* /bitrix/templates/sobakaulybaka/components/bitrix/news/news-dogs/bitrix/news.list/.default/style.css?17684665374121 */
