

/* Start:/local/templates/floor/components/bitrix/news/gp-news/gp/gp-blog-style.css?175151904935493*/
/* Book */
@font-face {
	font-family: 'Gotham-Book'; 
    font-weight: 100;
	src:url(/local/templates/floor/components/bitrix/news/gp-news/gp/./fonts/Gotham-Book.eot) format("eot"), 
         url(/local/templates/floor/components/bitrix/news/gp-news/gp/./fonts/Gotham-Book.woff) format("woff"),
         url(/local/templates/floor/components/bitrix/news/gp-news/gp/./fonts/Gotham-Book.woff2) format("truetype");
}
@font-face {
	font-family: 'Gotham-Bold'; 
    font-weight: 100;
	src:url(/local/templates/floor/components/bitrix/news/gp-news/gp/./fonts/Gotham-Bold.eot) format("eot"), 
         url(/local/templates/floor/components/bitrix/news/gp-news/gp/./fonts/Gotham-Bold.woff) format("woff"),
         url(/local/templates/floor/components/bitrix/news/gp-news/gp/./fonts/Gotham-Bold.woff2) format("truetype");
}
/* blog */
.gp-blog-page .blog__header {
    color: var(--black-100, #212529);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.gp-blog-page .blog__header_h1 {
    font-family: "Gotham-Bold";
    font-size: 32px;
font-weight: 700;
line-height: 38px;
letter-spacing: 0em;
text-align: left;

}

.gp-blog-page .blog__header_h2 {
    display: block;
    font-family: "Gotham-Bold";
    font-size: 24px;
    margin-top: 42px;
    margin-bottom: 24px;
font-weight: 700;
line-height: 29px;
letter-spacing: 0em;
text-align: left;

}

.gp-blog-page .counts {
    font-family: "Gotham-Book";
    color:white;
font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0em;
text-align: center;

 }
.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #ffd200;
    fill: none;
    stroke-dashoffset: calc(125.6 * (var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}






/* ///////////////////////////////////// */
.blog__slider {
    display: flex;

}

[class^="swiper-button-"] {
    transition: all 0.3s ease;
}

.swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 60%;
    height: 477px;
    float: left;
    transition: opacity 0.6s ease, transform 0.3s ease;
}

.swiper-container.nav-slider {
    width: 40%;
    padding-left: 15px;
}

.swiper-container.nav-slider .swiper-slide {
    cursor: pointer;
    /* opacity: 0.4; */
    transition: opacity 0.3s ease;
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.swiper-container.nav-slider .swiper-slide .content {
    width: 100%;

}

.swiper-container.nav-slider .swiper-slide .content .title {
    font-size: 20px;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.swiper-container.loading {
    opacity: 0;
    visibility: hidden;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide .slide-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.swiper-slide .entity-img {
    display: none;
}

.swiper-slide .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 42%;
    width: 100%;
    background: linear-gradient(180deg, rgba(33, 37, 41, 0.5) 0.01%, #212529 100%);
    padding-left: 16px;
    padding-right: 16px;
    color: #fff;
}

.swiper-slide .content .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
 
}
.swiper-slide .content .title:hover {
    color: rgb(211, 211, 212);
}

.swiper-slide .content .blog__categorys {
    padding-top: 2.5%;
}
.swiper-slide .content .blog__categorys_nav {
    padding-top: 0;
    padding-bottom: 3.7%;
}

.swiper-slide .content .caption {
    display: block;
font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0em;
text-align: left;
    transform: translateX(50px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.7s ease;
    font-family: "Gotham-Book";
}

.swiper-slide .content .caption.show {
    transform: translateX(0);
    opacity: 1;
}

[class^="swiper-button-"] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}

.swiper-button-prev {
    transform: translateX(50px);
}

.swiper-button-next {
    transform: translateX(-50px);
}

.gp-blog-page .blog__categorys {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    padding-top: 4%;
    color: rgba(255, 255, 255, 1);
    font-family: "Gotham-Book";
}

.gp-blog-page .blog__category {
    position: relative;
    border-left: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Gotham-Book";
}
/* .gp-blog-page .blog__category:hover { 
    color:#ffd200;
    cursor: pointer;
} */
.gp-blog-page .blog__time {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.gp-blog-page .blog__minites {
    font-family: "Gotham-Book";
    position: relative;
    margin-left: 8px;
    color: rgba(211, 211, 212, 1);
}
.static_page ul li:before, ul.line li:before {
    display: none!important;
}
.gp-blog-page .blog__description {
    width: 100%;
}

.gp-blog-page .blog__description_h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 12px;
}

.gp-blog-page .blog__description_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

.gp-blog-page .blog__footer {
    display: flex;
    flex-direction: row;
    align-items: сenter;


}

.gp-blog-page .blog__author {
    font-family: "Gotham-Book";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(211, 211, 212, 1);
    
}

.gp-blog-page .blog__date {
    font-family: "Gotham-Book";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(211, 211, 212, 1);
}

.gp-blog-page .blog__point {
    margin: 0;
    color: rgba(211, 211, 212, 1);
    margin-left: 12px;
    margin-right: 12px;
}

.gp-blog-page .nav__title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    right: 0;
    height: 100%;
    width: 75%;
    background: linear-gradient(90deg, rgba(33, 37, 41, 0.5) 0.01%, #212529 100%);
    padding-left: 16px;
    padding-right: 16px;
    color: #fff;
}

.gp-blog-page .title_nav {
    font-family: "Gotham-Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}
.gp-blog-page .title_nav:hover {
    color:rgb(211, 211, 212)
}

.gp-blog-page .blog__categorys_nav {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 4%;
}

/*news start*/

.gp-blog-page .news__header {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
}

.news__block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.news__main {
    width: 75%;
    display: flex;
    flex-direction: column;
    margin-right: 24px;

}

.news__categorys {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}

.news__category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    overflow: hidden;
    width: 90%;
}

.news__category_open {
    height: 100% !important;
}


.news__category-link {
    font-family: "Gotham-Book";
    background-color: #fff;
    text-align: center;
    height: 32px;
    padding: 6px 12px 6px 12px;
    border-radius: 32px;
    gap: 4px;
    border: 1px solid rgba(33, 37, 41, 1);
    margin-right: 12px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.news__category-link:hover {
    cursor: pointer;
   background-color:#FFD200;
   
}
.news__section:hover  {
    border-left: 2px solid var(--main-color);
}
.news__section:hover .news__nubmer {
    background-color: rgb(255, 210, 0);
}

.news__category-link_active {
    font-family: "Gotham-Bold";
    background-color: #FFD200;
    font-weight: bold;
}

/* .news__category-link_hide {
    
    background-color: #FFD200;
    color: #000;
    width: 32px;
    height: 32px;
    padding: 9px 12px 4px 12px;
    border-radius: 30px;
    margin: 0;
    background-image:url(/local/templates/floor/components/bitrix/news/gp-news/gp/../gp/images/dots.svg);
    background-position:center;
    background-repeat:no-repeat;
} */

.news__sort {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
    margin-bottom: 32px;
}
.bold {
    font-family: "Gotham-Bold";
font-size: 14px;
font-weight: 700;
line-height: 17px;
letter-spacing: 0em;
text-align: left;
}
.news__articles {
    font-family: "Gotham-Book";
    color: var(--black-100, #212529);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}
.static_page img {
    margin: 0!important;
}
.news__section_list {
    
}
.news_paginator {
    display: flex;
    width: 100%;
    justify-content: center;
}
/* Сортировка start */
.dropdown__button {
    font-family: "Gotham-Book";
    text-align: left;
    /* background-image: url(/local/templates/floor/components/bitrix/news/gp-news/gp/../gp/images/arrowsdownup.svg); */
    background-position: center right 9px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 302px;
    height: 48px;
    border: none;
    box-shadow: 0px 0px 20px 0px rgba(33, 37, 41, 0.15);
    padding: 8px 3px 8px 12px;
    gap: 8px;
    appearance: none;
    color: var(--black-100, #212529);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.dropdown__button:hover {
    background-color: #FFD200;
}

/* .dropdown__button_active {
    background-image: url(/local/templates/floor/components/bitrix/news/gp-news/gp/./img/ArrowsTopUp.svg);
} */

.sort {
    background-image: url(/local/templates/floor/components/bitrix/news/gp-news/gp/./img/Vector1.svg);
    background-size: 32px 32px;
    box-shadow: 0px 0px 20px 0px rgba(33, 37, 41, 0.15);

}

.sort_active {
    background-image: url(/local/templates/floor/components/bitrix/news/gp-news/gp/./img/Vector2.svg);
}

.gp-blog-page .dropdown__list {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    /* box-shadow: 0px 0px 20px 0px rgba(33, 37, 41, 0.15); */
    margin: 0;
    padding: 0;
    z-index: 5;
    list-style-type: none;
    background: #FFFFFF;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}

.gp-blog-page .dropdown__list--visible {
    display: block;
}

.gp-blog-page .dropdown__list-item {
    font-family: "Gotham-Book";
    margin: 0;
    padding: 0;
    border-bottom: 0px;
    padding: 13px 20px;
    cursor: pointer;
    font-size: 16px;
}

.gp-blog-page .dropdown__list-item:hover {
    background: #FFD200;
}

.gp-blog-page .dropdown__input-hidden {
    display: none;
}

/* Сортировка end */

/* список новостей */
.news__list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.news__item {
    display: flex;
    width: 100%;
    position: relative;
    height: 460px;
    box-shadow: 0px 0px 20px 0px rgba(33, 37, 41, 0.15);
}

.news__item .news__figure {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.news__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35%;
    width: 100%;
    background: linear-gradient(180deg, rgba(33, 37, 41, 0.5) 0.01%, #212529 100%);
    padding-left: 16px;
    padding-right: 16px;
    color: #fff;
}
.news__content:hover {
    height: 65%;
}
.news__content .show{
    display: none!important;
    font-family: "Gotham-Book";
    position: relative;
    overflow: hidden;
    /* height: 100px; */
}
.news__content:hover .show {
    display: block!important;
}

.blog__categorys_news {
  
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
}

.title_news {
    font-family: "Gotham-Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
   
}

.news__sidebar {
    width: 25%;
    display: flex;
    flex-direction: column;
}



.news__search {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 40px;
    height: 48px;
    gap: 8px;
    box-shadow: 0px 0px 20px 0px rgba(33, 37, 41, 0.15);
}
.news__search:hover {
    border: 2px solid rgba(255, 210, 0, 1)
}


.news__sort_section {
    display: none;
}

.news__form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.news__input-search {
    font-family: "Gotham-Book";
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    margin-left: 8px;
}

.news__input-icon {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background: url(/local/templates/floor/components/bitrix/news/gp-news/gp/../gp/images/search.svg) no-repeat;
}

.news__content_mobile {
    display: none;
}

.news__content .blog__categorys {
    padding-top: 0;
    padding-bottom: 6%;
}
.news__content .blog__categorys_news {
padding-bottom: 0;
padding-top: 6%;
}

.news__sections {
    display: flex;
    flex-direction: column;
    margin-bottom: 72px;
}

.news__header_h3 {
    font-family: "Gotham-Bold";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 32px;
}

.news__section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
    cursor: pointer;

}

.news__section_active {
    border-left: 2px solid var(--main-color);
}

.news__text {
    font-family: "Gotham-Book";
    padding-left: 16px;
font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0em;
text-align: left;

}

.news__text_active {
    font-family: "Gotham-Bold";
    font-weight: bold;
}

.news__nubmer {
    font-family: "Gotham-Book";
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    border-radius: 30px;
    border: 1px;
    border: 1px solid rgba(166, 168, 169, 1)
}

.news__nubmer_active {
    font-family: "Gotham-Bold";
    border: none;
    background-color: #FFD200;
    font-weight: bold;
}

.news__advertisement {
    display: none;
    position: relative;
    width: 100%;
    height: 330px;
    margin-bottom: 96px;
}

.news__image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.news__banner {
    position: absolute;
    bottom: 16px;
    left: 15px;
}

.paginator {
    text-align: center;
    margin-bottom: 72px;
}
.bx-pagination_box b{
    cursor: pointer;
    font-family: "Gotham-Book";
    width: 24px;
    height: 24px;
    padding: 4px 8px 4px 8px;
    gap: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}
.paginator__number {
    font-family: "Gotham-Book";
    width: 24px;
    height: 24px;
    padding: 4px 8px 4px 8px;
    gap: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}
.paginator__number svg:hover {
    transform: scale(1.2);
    cursor: pointer;
}
.paginator__number:hover {
    font-weight: 700;
}
.paginator__number_active {
    font-weight: 700;
}
.news__advertisement_mobile {
    display: none;
}

/* ///////////////////////////////BLOG END///////////////////////////////////// */

.article__main {
    width: 60%;
}


.article__header_h1 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.article__categorys {
   
}

.article__author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
}

.article__release {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.news_breadcrumbs {
    display: none;
}

.article__footer {
    align-items: center;
}

.article__author {
    color: rgba(77, 81, 84, 1);
}

.article__date {
    color: rgba(77, 81, 84, 1);
}

.article__minites {
    color: rgba(77, 81, 84, 1);
}

.article__point {
    color: rgba(77, 81, 84, 1);
}

.article__header_h2 {
font-size: 16px;
font-weight: 700;
line-height: 19px;
letter-spacing: 0em;
text-align: left;
    margin-bottom: 0;
    margin-top: 0px;
}

.article__main-fon {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    margin-top: 40px;
}

.article__content {
    font-family: "Gotham-Bold";
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 0;
}
.article__content-list {
    margin-bottom: 40px;
}
.article__content-list .article__content-sub-paragraph:hover {
    text-decoration: underline;
    text-decoration-color: #FFD200;
}

.article__content-item {
    font-family: "Gotham-Book";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(33, 37, 41, 1);
    margin-bottom: 12px;
    cursor: pointer;

}
.article__content-item_clr:not(:last-child):hover {
    text-decoration: underline;
    text-decoration-color: #FFD200;
}
.title_news:hover {
    color: rgb(211, 211, 212);
}

.article__content-paragraph {
    padding-left: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.article__content-sub-paragraph {
   
    margin-bottom: 16px;
}
.soc_icons:hover {
    opacity: 0.4;
}

.article__answer {
    font-family: "Gotham-Bold";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    border-left: 2px solid var(--main-color);
    padding-left: 12px;
    margin-top: 0;
    margin-bottom: 32px;
}

.article__text {
    font-family: "Gotham-Book";
    color: rgba(33, 37, 41, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 16px;
}


.article__galery {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.article__galery .article__main-fon {
    width: 50%;
    height: 364px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 40px;
}

.article__galery .article__main-fon:last-child {
    margin-right: 0;
}
.article__main-fon_1 {
    margin-top: 32px;
}
.article__answer_h4 {
    font-family: "Gotham-Bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 16px;
}

.article__social-network {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 2px solid var(--main-color);
    margin-bottom: 72px;
}

.article__like {
    display: flex;
    flex-direction: row;
}

.article__like {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(33, 37, 41, 1);
}

.article__like-up {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 16px;
}

.article__like-down {
    display: flex;
    align-items: center;
    flex-direction: row;

}

.article__like-number {
    font-family: "Gotham-Book";
    margin-left: 8px;
  
font-size: 14px;
font-weight: 400;
line-height: 17px;
letter-spacing: 0em;
text-align: left;

}








.questions {
    width: 100%;
    margin: auto;
    margin-bottom: 72px;
    border-top: 1px solid rgba(33, 37, 41, 1);
}

.accordion {
    padding: 18px 0px 18px 0px;
    border: 0px 0px 1px 0px;
    gap: 16px;

    border-bottom: 1px solid rgba(33, 37, 41, 1);


}

.accordion__question {
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(/local/templates/floor/components/bitrix/news/gp-news/gp/./img/vector1.svg);
}

.accordion__question_active {
    background-image: url(/local/templates/floor/components/bitrix/news/gp-news/gp/./img/vector2.svg);
}

.accordion__question p {
    font-family: "Gotham-Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;

}

.accordion__answer p {
    font-family: "Gotham-Book";
    margin-bottom: 16px;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;

    color: rgba(33, 37, 41, 1);
}

.accordion:hover {
    cursor: pointer;
}

.accordion__answer {
    display: none;
}

.accordion.active .accordion__answer {
    display: block;
}


.news__header_h2 {
    display: block;
    font-family: "Gotham-Bold";
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 40px;

}


.news__sidebar .news__category {
    height: 100%;
}

.news__sidebar .article__categorys {
    margin-bottom: 72px;
}

.news__popular-article {
    display: flex;
    flex-direction: column;
    height: 600px;
    

}

.news__popular-article .news__item {
    height: 25%;
    margin-bottom: 24px;

}

.news__popular-article .news__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.news__popular-article .blog__categorys {
  
}

.news__popular-article .title_news {
    margin-bottom: 0;
}

.news__similar-article {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 72px;
}

.news__similar-article .news__list {
    display: flex;
    /* display: grid;
    grid-template-columns: repeat(4, 1fr); */
    /* margin-top: 48px; */
}




.news__similar-article .swiper-slide {
    width: 305px !important;
}



/* .swiper-pagination-fraction{
    bottom:10px;
    left: 5px!important;
    width:100%
} */



.news__similar-article .swiper-pagination {
   
    height: 25px;
    padding-right: 5px;
    position: absolute!important;
    width:100px!important;
    left:50%!important;
  
    bottom: 0!important;
font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0em;
text-align: left;
}


.news__similar-article .swiper-button-next {
    display: flex !important;
    position: absolute !important;
    width: 32px !important;
    height: 32px;
    left: auto !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    background-image: url(/local/templates/floor/components/bitrix/news/gp-news/gp/./img/Arrow_right.svg) !important;

    background-size: 32px 32px !important;
}

.swiper-button-next_disabled {
    opacity: 0.35 !important;
}

.news__similar-article .swiper-button-prev {
    display: flex !important;
    position: absolute !important;
    width: 32px !important;
    height: 32px;
    left: auto !important;
    right: 65px !important;
    top: auto !important;
    bottom: 0 !important;
    transform: none !important;
    background-image: url(/local/templates/floor/components/bitrix/news/gp-news/gp/./img/Arrow_left.svg) !important;
    background-size: 32px 32px !important;
    opacity: 1;
    visibility: visible;
}

.swiper-pagination-bullet {
    margin: 3px;
    border-radius:0;
}
.swiper-pagination-bullet-active {
    background: rgba(33, 37, 41, 1);


}




/* .swiper-fraction {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 10;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: bold;
} */
.swiper-fraction {
    display: flex !important;
    flex-direction: row;
    justify-content: end;
    height: 25px;
    font-family: "Gotham-Book";
    position: relative !important;
    width: 100% !important;
    left: auto !important;
    right: 30px !important;
    bottom: 0 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}


.article__content-mobile {
    display: none;
}

.article__categorys-mobile {
    display: none;
}

.news__list-mobile {
    display: none;
}

.article__content-mobile {

font-size: 18px;
font-weight: 700;
line-height: 22px;
letter-spacing: 0em;
text-align: left;

}

.accordion__question-mobile {

font-size: 14px;
font-weight: 700;
line-height: 17px;
letter-spacing: 0em;
text-align: left;

}
.news__header_h2-mobile {
  display: none;
}







/* Адаптив*/
@media (max-width: 989px) {

    .swiper-container.nav-slider {
        display: none;
    }

    .swiper-container {
        width: 100%;
        height: 400px;
        float: left;
        transition: opacity 0.6s ease, transform 0.3s ease;
        overflow: hidden;
    }

    .swiper-slide .content .title {
        font-size: 14px;
        font-family: "Gotham-Bold";
    }
    
    .swiper-slide .content {
        height: 50%;
    }

    /* .autoplay-progress {
        display: none;
    } */

    .news__main {
        width: 100%;
        margin-right: 0;
    }

    .news__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .news__sidebar {
        display: none;
    }

    .article__galery .article__main-fon {
        height: 290px;
        margin-right: 20px;
    }
}

@media (max-width: 425px) {
    .swiper-slide .content .caption.show {
        display: none !important;
    }

    .gp-blog-page .blog__header_h1 {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        margin-bottom: 0;
       
    }
    .gp-blog-page .container_wrp  {
        padding: 0;
    }
    .gp-blog-page  .blog__header_h2 {
        margin-top: 20px;
        margin-bottom: 14px;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
    }

  
    main .breadcrumbs {
        display: none;
    }
    .news_breadcrumbs {
        display: flex!important;
    }
    .news__sort {
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .news__sort_section {
        display: flex;

        position: relative;
    margin-left: -10px;
    width: 100vw;
        /* position: relative; */
        margin-top: 0;
        z-index: 5;
        margin-bottom: 0;
    }

    /* .news__category-link_hide {
        width: 32px;
        height: 32px!important;
        padding: 2px 8px 0px 5.5px !important;
    } */

    .swiper-container {
        max-height: 312px;
    }
    .gp-blog-page .form-group {
        margin-bottom: 0px!important;
    }
    .swiper-slide .content {
        height: 42%;
    }

    .blog__timer {
        display: none !important;
    }

    .swiper-pagination {
        display: flex;
    }

    .news__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }

    .form-group {
        width: 100% !important;
    }

    .news__category {
        height: 26px;
    }

    .news__category-link {
        font-size: 12px;
        height: 24px;
        padding: 2px 8px 4px 8px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .dropdown__button {
        width: 100%;
        height: 40px;
        font-size: 14px;
    }

    .dropdown__list-item {
        font-size: 14px;
    }

    .news__articles {
        margin-top: 20px;
    }

    .sort {
        border-bottom: 1.5px solid rgba(211, 211, 212, 1);
        box-shadow: none;
    }

    .dropdown_mobile {
        box-shadow: 0px 13px 20px 0px rgb(33 37 41 / 3%);
        border-top: 1px solid #e9e9e9;
    }
    .news__input-icon_sort {
        height: 24px;
    }

    .news__list {
        gap: 0;
    }

    .news__item {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 105px;
        box-shadow: none;
        border-bottom: 1.5px solid rgba(211, 211, 212, 1);
    }

    .news__content {
        display: none;
    }

    .news__content_mobile {
        display: flex;
    }

    .news__item .news__figure {
        display: flex;
        position: relative;
        width: 80px;
        height: 80px;
        margin-right: 16px;
    }

    .dropdown__list {
        top: 40px;
        box-shadow: none;
    }

    .news__content_mobile {
        display: flex;
        flex-direction: column;
        width: 80%;
    }

    .blog__times {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-transform: uppercase;
        align-items: center;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(122, 124, 127, 1);
    }
    .article__content-paragraph {
        margin-top: 8px;
        margin-bottom: 0;
    }
    .news__form{
        display: none;
        width: 100%;
        height: 40px;
        background: #fff;
        justify-content: start;
        border-bottom: 1.5px solid rgba(211, 211, 212, 1);

    }
   
    .news__form_active {
        position: absolute;
        display: flex;
    }

    .title_news {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        letter-spacing: 0em;
        text-align: left;
    }

    .news__content_mobile .blog__minites {
        color: rgba(122, 124, 127, 1);
    }
    .blog__date {
        font-size: 12px;
    }
    .news__content_mobile .blog__date {
        color: rgba(122, 124, 127, 1);
    }

    .blog__watch {
        width: 16px;
        height: 16px;
        color: rgba(122, 124, 127, 1);
    }
    .blog__author {
        font-size: 12px;
    }
    .news__content_mobile .blog__author {
        text-transform: uppercase;
        color: rgba(122, 124, 127, 1);
    }

    .paginator__number {
        font-size: 14px;
    }

    .paginator {
        margin-bottom: 64px;
    }
    .article__content-list {
        margin-bottom: 20px;
    }
    .news__advertisement_mobile {
        display: none;
        margin-bottom: 32px;
    }

    .news__input-search {
        font-size: 14px;
        width: 270px;
    }

    input[placeholder] {
        text-overflow: ellipsis;
    }

    input::-moz-placeholder {
        text-overflow: ellipsis;
    }

    input:-moz-placeholder {
        text-overflow: ellipsis;
    }

    input:-ms-input-placeholder {
        text-overflow: ellipsis;
    }

    .article__galery .article__main-fon {
        height: 150px;
        margin-right: 16px;
    }
    .article__social-network {
        margin-bottom: 32px;
    }
    .news__header_h2-mobile {
        display: flex;
        margin-bottom: 20px;
        margin-top: 32px;
        font-size: 18px;
    }
    .news__header_h2 {
margin-bottom: 32px;
font-size: 18px;
font-weight: 700;
line-height: 22px;
letter-spacing: 0em;
text-align: left;

    }
    .article__categorys-mobile {
        display: flex;
        margin-top: 0;
    }
    .news__category-mobile {
        height: 100%;
    }
    .news__list-mobile {
        display: grid;
    }
    .article__content {
        font-size: 18px;
font-weight: 700;
line-height: 22px;
letter-spacing: 0em;
text-align: left;
    }
    .accordion__question p{
     
font-size: 14px;
font-weight: 700;
line-height: 17px;
letter-spacing: 0em;
text-align: left;
padding-right: 30px;
    }
    .questions {
        margin-bottom: 32px;
    }
    .accordion__answer p{
font-size: 14px;
font-weight: 400;
line-height: 17px;
letter-spacing: 0em;
text-align: left;

    }
    .accordion {
        padding: 12px 0 12px 0;
    }
    .article__text {
font-size: 14px;
font-weight: 400;
line-height: 17px;
letter-spacing: 0em;
text-align: left;
margin-bottom: 8px;

    }
    .article__answer_h4 {
     
font-size: 14px;
font-weight: 700;
line-height: 17px;
letter-spacing: 0em;
text-align: left;
margin-top: 0;
margin-bottom: 8px;

    }
    .article__answer {
font-size: 16px;
font-weight: 700;
line-height: 19px;
letter-spacing: 0em;
text-align: left;
margin-bottom: 24px;


    }
    .article__content {
    
font-size: 18px;
font-weight: 700;
line-height: 22px;
letter-spacing: 0em;
text-align: left;
margin-bottom: 20px;
margin-top: 0;

    }
    .article__header_h2 {
        margin-top: 16px;
        margin-bottom: 0;
font-size: 14px;
font-weight: 700;
line-height: 17px;
letter-spacing: 0em;
text-align: left;
    }
    .article__header_h1 {
font-size: 20px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
margin-top: 16px;
margin-bottom: 16px;

}
.article__release {
    margin-bottom: 0;
    padding-bottom: 16px;
}
.article__categorys {
    margin-top: 0;
}
.article__content-item {
font-size: 14px;
font-weight: 400;
line-height: 17px;
letter-spacing: 0em;
text-align: left;
margin-bottom: 8px;
}
.article__main-fon {
    margin-bottom: 20px;
    margin-top: 32px;
}
.news__similar-article {
    display: none;
}
.news__block {
    flex-direction: column;
}

}
/* End */


/* Start:/local/templates/floor/components/bitrix/system.pagenavigation/gp-arrow/style.css?175151904947*/
.navigation.pagination{
    display: block;
}
/* End */


/* Start:/local/templates/floor/components/bitrix/news.list/gp-news-temp/style.min.css?17515190493329*/
.bx-newslist-block{padding:0 14px;margin-bottom:40px}@media(min-width:992px){.bx-newslist .bx-newslist-container:nth-child(3n+1){clear:both}}@media(min-width:768px) and (max-width:991px){.bx-newslist .bx-newslist-container:nth-child(2n+1){clear:both}}.bx-newslist-img,.bx-newslist-audio,.bx-newslist-youtube,.bx-newslist-slider{position:relative;text-align:center;margin-bottom:20px}.bx-newslist-slider img,.bx-newslist-img img{width:auto;max-width:100%;height:auto;max-height:100%}.bx-newslist-video{display:block;position:absolute;top:0;right:0;left:0;bottom:0;opacity:.7;z-index:1;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;background:url("/local/templates/floor/components/bitrix/news.list/gp-news-temp/images/bx-video.png") no-repeat center}.bx-newslist-video:hover{opacity:1}.bx-newslist-slider{width:100%;height:0;padding-bottom:56.25%;overflow:hidden}.bx-newslist-slider-container{position:absolute;left:0;top:0;bottom:0}.bx-newslist-slider-slide{float:left;z-index:100}.bx-newslist-slider-arrow-container-left,.bx-newslist-slider-arrow-container-right{position:absolute;top:0;bottom:0;width:15%;cursor:pointer}.bx-newslist-slider-arrow-container-left{left:0}.bx-newslist-slider-arrow-container-right{right:0}.bx-newslist-slider-arrow{position:absolute;line-height:34px;vertical-align:middle;color:#fff;cursor:pointer;font-size:48px;height:48px;width:20px;top:50%;margin-top:-24px;z-index:110;opacity:.5;text-shadow:0 0 2px rgba(0,0,0,.5)}.bx-newslist-slider-arrow-container-left:hover .bx-newslist-slider-arrow,.bx-newslist-slider-arrow-container-right:hover .bx-newslist-slider-arrow{color:#FFF;display:block;opacity:1}.bx-newslist-slider-arrow-container-left .bx-newslist-slider-arrow{left:20px}.bx-newslist-slider-arrow-container-right .bx-newslist-slider-arrow{right:20px}.bx-newslist-slider-control{margin:0;padding:0;position:absolute;width:100%;bottom:10px;z-index:110;text-align:center;word-spacing:-4px}.bx-newslist-slider-control li{display:inline-block;border-radius:50%;background:#fff;width:10px;height:10px;word-spacing:-4px;margin:0 3px;opacity:.5}.bx-newslist-slider-control li:hover,.bx-newslist-slider-control li.current{background:#FFF;opacity:1}bx-newslist-slider-arrow,.bx-newslist-slider-control li{-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.bx-newslist-title,.bx-newslist-title a{color:#000;margin:0;font-weight:600;padding:2px 0 15px;font-size:18px;font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif}.bx-newslist-title a:hover{text-decoration:none;border-bottom-color:transparent}.bx-lg .bx-newslist-title{font-size:24pt}.bx-md .bx-newslist-title{font-size:20pt}.bx-xs .bx-newslist-title{font-size:18pt}.bx-newslist-view,.bx-newslist-date,.bx-newslist-comments,.bx-newslist-author,.bx-newslist-other{color:#a4a4a4;font-size:13px;padding-bottom:5px;white-space:nowrap}.bx-newslist-view i.fa,.bx-newslist-date i.fa,.bx-newslist-comments i.fa,.bx-newslist-author i.fa,.bx-newslist-tags i.fa,.bx-newslist-other i.fa{width:13px;color:#b4b4b4}.bx-newslist-tags{color:#a4a4a4;font-size:13px;padding-bottom:5px}.bx-newslist-content{font-size:14px;margin-bottom:5px}.bx-newslist-more{margin-top:5px;margin-bottom:5px}
/* End */


/* Start:/local/templates/floor/components/bitrix/news.list/gp-news-temp/themes/yellow/style.min.css?1751519049205*/
.bx-newslist .fa.bx-star-active{color:#f9a91d}.bx-newslist .btn{background-color:#f9a91d;border-color:#f9a91d}.bx-newslist .btn:active,.bx-newslist .btn:hover{background-color:#faba4a;border-color:#faba4a}
/* End */


/* Start:/local/templates/floor/components/bitrix/catalog.section.list/gp_news_section/style.css?17515190497151*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }
/* End */
/* /local/templates/floor/components/bitrix/news/gp-news/gp/gp-blog-style.css?175151904935493 */
/* /local/templates/floor/components/bitrix/system.pagenavigation/gp-arrow/style.css?175151904947 */
/* /local/templates/floor/components/bitrix/news.list/gp-news-temp/style.min.css?17515190493329 */
/* /local/templates/floor/components/bitrix/news.list/gp-news-temp/themes/yellow/style.min.css?1751519049205 */
/* /local/templates/floor/components/bitrix/catalog.section.list/gp_news_section/style.css?17515190497151 */
