

/* Start:/local/templates/gm/components/bitrix/system.pagenavigation/news/style.css?17773543503063*/
.site-questions {
  width: 100%
}

.site-questions-item {
  width: 100%;
  padding: 35px 30px;
  padding-right: 10px;
  border: 2px solid #8f7749;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px
}

.site-questions-item__info {
  width: calc(100% - 46px)
}

.site-questions-item__name {
  width: 100%;
  text-align: left;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff
}

.site-questions-item__text {
  display: none;
  margin-top: 10px;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff
}

.site-questions-item__side {
  width: 36px;
  display: flex;
  align-items: center
}

.site-questions-item__close {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  padding: 10px
}

.site-questions-item__close-item {
  position: absolute;
  width: 16px;
  height: 2px;
  background: #8f7749;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s
}

.site-questions-item__close-item:last-child {
  transform: translate(-50%, -50%) rotate(90deg)
}

.site-questions-item__close-active .site-questions-item__close-item:last-child {
  transform: translate(-50%, -50%) rotate(0deg)
}

.site-questions__bottom {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  gap: 1rem;
  align-items: center;
  margin-top: 50px; 
  margin-bottom: 50px;
}
@media (max-width: 1170px){
	.site-questions__bottom {
  		margin-bottom: 50px;
	}
}


.site-questions__bottom-arrow {
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="black" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"/></svg>') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 3em;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background-position: center;
  background-size: 25px;
  border: 1px solid !important;
  background-repeat: no-repeat;
}

.site-questions__bottom-arrow:not([href]) {
  filter: opacity(.25);
  border-color: #000;
}

.site-questions__bottom-arrow:first-child {
  transform: rotate(180deg)
}

.site-questions__bottom-center {
  display: flex;
  justify-content: center;
  align-items: center
}

.site-questions__bottom-item {
  border: 1px solid #000000 !important;
  width: 45px;
  height: 45px;
  border-radius: 3em;
  padding: 0 !important;
  align-content: center;
  text-align: center;
  font-family: 'Raleway', sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #121211;
  margin-right: 15px;
  cursor: pointer
}

.site-questions__bottom-item:last-child {
  margin-right: 0
}

.site-questions__bottom .num-active {
    border: 2px solid #db0d28;
}
/* End */


/* Start:/local/templates/gm/components/bitrix/news.list/voprosy/style.css?17788424602224*/
#voprosy_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.news-page .voprosy__item {
    list-style: none;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: HelveticaNeueCyr, "Helvetica Neue";
    font-weight: 100;
    color: #000;
    text-rendering: optimizeSpeed;
    text-decoration: none;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    box-sizing: border-box;
    /* min-height: 490px; */
    /* max-height: 490px; */
    /* height: 490px; */
    display: block;
    padding: 38px 20px 32px;
    transition: all .3s ease;
    width: 100%;
}

.news-page .voprosy__item:hover{
    background-color: #CE3434;
}

.news-page .voprosy__item:hover * {
	color: white !important;
	stroke: white;
}


.news-page .voprosy__item .voprosy_item__text-wrapper .news_item__title {
    font-weight: 300;
    font-size: 21px;
    letter-spacing: 0.4px;
    color: #000000;
    margin: 0;
}


.tabs_caption {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    gap: 20px;
}
.tabs_caption a {
  --border-color: #DEDEDE;
  --color: #000000;
  --bg-color: transparent;

    width: 100%;
    min-width: 100px;
    height: 50px;
    align-content: center;
    text-align: center;
    padding: 0 6px;
    font-weight: 300;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid;
    transition: border .4s, background-color .4s, color .3s;
  box-sizing: border-box;
  border-color: var(--border-color);
  color: var(--color);
  background: var(--bg-color);
  cursor: pointer;

}
.tabs_caption a.active{
    color: white;
    background-color: #cf3434;
    border: 1px solid #cf3434;
	pointer-events: none;
}

@media (hover: hover) {
  .tabs_caption a {
    transition: border-color 400ms ease,
                background 400ms ease,  
                color 400ms ease;
  }

  .tabs_caption a:hover {
    --border-color: #BD2727;
    --color: #ffffff;
    --bg-color: #BD2727;
  }
}

@media (max-width: 800px){
	.tabs_caption {
		justify-content: space-evenly;
		flex-wrap: wrap;
	}
}
/* End */
/* /local/templates/gm/components/bitrix/system.pagenavigation/news/style.css?17773543503063 */
/* /local/templates/gm/components/bitrix/news.list/voprosy/style.css?17788424602224 */
