

/* Start:/bitrix/templates/kancprice/components/bitrix/system.pagenavigation/.default/style.css?17683079891474*/
.module-pagination{
	margin-top: 50px;
	display: flex;
	justify-content: center;
	position: relative;
	
	z-index: 2;
}
.nums{
	display: flex;
	justify-content: center;
	gap: 7px;
	position: relative;
	
	z-index: 2;
}
.nums a{
	color: #777;
	background: #e5e5e5;
	width: 33px;
  height: 33px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  border-radius: 2px;
}
.nums span.cur{
	color: #FFF;
  background: #d9002a;
  width: 33px;
  height: 33px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  border-radius: 2px;
}
.nums .point_sep{
	color: #777;
	  width: 33px;
  height: 33px;
text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.points{
	line-height: 0;
	margin-top: -5px;
	cursor: default;
}
.flex-direction-nav li:before{
	display: none !important;
}
.nums .arrNav{
	opacity: 0.6;
	position: absolute;
	top: 0;

}
.nums .arrNav:hover{
	opacity: 1;
}
.nums .flex-prev{
	left: -35px;
	background: url(/images/icons/prevNav.svg) no-repeat center;
}
.nums .flex-next{
	right: -35px;
	background: url(/images/icons/nextNav.svg) no-repeat center;
}
.nums .flex-direction-nav{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.nums ul li{
	margin:0 !important;
	padding:0 !important;
}
/* End */


/* Start:/bitrix/templates/kancprice/components/bitrix/news/sale/bitrix/news.list/.default/style.css?17683079902000*/
.articles-years {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    padding: 17px 24px 14px;
    overflow: hidden;
    margin-block: 30px;
    border: 1px solid #E5E5E5;
    position: relative;
}

.articles-years a {
    font-weight: 600;
}

.articles-years span {
    font-weight: 600;
    color: #383838;
}

.articles {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.articles-item {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    padding-right: 30px;
}

.articles-item .imgW {
    width: 190px;
    flex: none;
}

.articles-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.articles-item .date {
    color: #1d2029;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
}

.articles-item .name {
    font-weight: 500;
    font-size: 16px;
}

.articles-item .anons {
    margin-top: 10px;
    font-weight: 700;
}

.sales .articles-item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}


/* ask question */

.rightSide {
    width: 230px;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 20px;
}

.rightSideContent {
    border: 1px solid #e5e5e5;
}

.rightSideBtn a {
    width: fit-content;
    margin: 30px auto;
}

.description {
    padding: 19px 24px 19px;
    line-height: 1.3;
    border-top: 1px solid #e7e7e7;
}

.askModal .formBody {
    flex-direction: column-reverse;
}

.askModal .formBody textarea {
    height: 190px;
}

@media screen and (max-width: 767px) {
    .articles-item {
        flex-direction: column;
    }
    .articles-item .imgW {
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {
    .rightSide {
        margin-bottom: 30px;
        float: none;
        width: 100%;
        padding: 0;
    }
}
/* End */
/* /bitrix/templates/kancprice/components/bitrix/system.pagenavigation/.default/style.css?17683079891474 */
/* /bitrix/templates/kancprice/components/bitrix/news/sale/bitrix/news.list/.default/style.css?17683079902000 */
