.copy a, .footer_list a {
	color: #fff;
}

.category_list li {
	list-style: none;
}

.pagination span {
	background-color: #fff !important;
}

.pagination span.active {
	background-color: #BB2822 !important;
}
.catalog_page .category_list a.list-group-item {
	border-top: 0;
    margin-bottom: 10px;
}

.catalog_page .category_list li:first-child a.list-group-item {
	border-top: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.top_buttons .active {
	cursor: default;
    color: #fff !important;
    background-color: #004583;
}

section.category_page .category_item .title a {
	color: #004583;
}

section.category_page .category_item desc a {
	display: inline-block;
}

.shop-detail1 .top_block .contacts_img img {
    max-width: 100%;
    max-height: 66.6%;
    width: 100%;
    height: auto;
}

/*accordion*/

.accordion-type-1 {
    border: 1px solid #eee;
}

.accordion-body {
  position: relative;
}
.accordion-head {
  cursor: pointer;
  padding: 27px 30px 28px 35px;
  position: relative; /*font-size:1.0667em;line-height:1.5625em;*/
  z-index: 1;
  color: #333;
  color: var(--white_text_black);
  font-weight: 500;
}
.accordion-head.accordion-open {
  border-bottom: none;
}
.item-accordion-wrapper .accordion-head {
  border: none;
}
.item-accordion-wrapper.opened .accordion-head:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 34px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
}
.accordion-head {
  position: relative;
  overflow: hidden;
}
.accordion-head .btn.arrow-open {
  position: absolute;
  right: 30px;
  top: 24px;
}
.accordion-head .title,
.item-views .accordion-head .title {
  position: relative;
  margin: 0;
}
.accordion-head.accordion-open .title:before {
  content: "";
  position: absolute;
  left: -45px;
  top: 7px;
  height: 11px;
  border-radius: 3px;
  width: 13px;
}
.panel-collapse .accordion-body {
  padding: 0 35px 35px 35px;
  position: relative;
  z-index: 2;
}
.panel-collapse .accordion-body .properties {
  margin: 0;
}
.panel-collapse .accordion-body .button {
  margin: 29px 0 0;
  display: inline-block;
}
.item-accordion-wrapper.box-shadow:hover {
  transform: unset;
  -webkit-transform: unset;
}
.accordion-head .fa {
  border-radius: 30px;
  color: #333333;
  position: absolute;
  top: 38px;
  font-size: 24px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  text-align: center;
}
.accordion-head:hover .fa {
  background: #f5f5f5;
}
.accordion-head:hover .btn.arrow-open:before {
  background-position: -14px 0;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  transition-delay: 0.06s;
  -moz-transition-delay: 0.06s;
  -ms-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  -webkit-transition-delay: 0.06s;
}
.accordion-head:not(:hover) .btn.arrow-open:before {
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  transition-delay: 0.09s;
  -moz-transition-delay: 0.09s;
  -ms-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  -webkit-transition-delay: 0.09s;
}

.accordion .tab-content {
	margin-bottom: 2em;
}

.accordion-type-1 .item-accordion-wrapper,
.accordion-type-2 .item-accordion-wrapper {
  margin: 0 0 -1px;
  background: none;
  padding-bottom: 0;
}
.accordion-type-1 .item-accordion-wrapper .accordion-body,
.accordion-type-2 .item-accordion-wrapper .accordion-body,
.accordion-type-1 .item-accordion-wrapper .panel-collapse,
.accordion-type-2 .item-accordion-wrapper .panel-collapse,
.accordion-type-1 .item-accordion-wrapper .accordion-head,
.accordion-type-2 .item-accordion-wrapper .accordion-head {
  border: none;
}
.accordion-type-1 .item-accordion-wrapper .accordion-head,
.accordion-type-2 .item-accordion-wrapper .accordion-head {
  position: relative;
  margin-bottom: 0 !important;
  overflow: hidden;
  padding-right: 88px;
}
.accordion-type-1 .item-accordion-wrapper .accordion-head .arrow_open,
.accordion-type-2 .item-accordion-wrapper .accordion-head .arrow_open {
  top: 24px;
  width: 32px;
  height: 32px;
}
.accordion-type-1 .accordion-head a {
  display: inline;
  text-decoration: none;
}
.accordion-type-1 .accordion-head .fa {
  right: 29px;
}
/*.accordion-type-2 .accordion-head .title{margin:0 0 0 62px;}*/
.accordion-type-2 .accordion-head .btn.arrow-open {
  right: auto;
  left: 30px;
}
.accordion-type-2 .accordion-head.accordion-open .title:before {
  left: -107px;
}
.accordion-type-2 .item-accordion-wrapper .accordion-head {
  padding-left: 81px;
  padding-right: 30px;
}
.accordion-type-2 .item-accordion-wrapper .accordion-head .arrow_open {
  right: auto;
  left: 25px;
}
.accordion-type-2 .accordion-head a {
  display: inline;
  line-height: 18px;
  text-decoration: none;
  font-size: 16px;
}
.accordion-type-2 .accordion-head:after {
  content: "";
  display: table;
  clear: both;
}
.accordion-type-2 .accordion-head .fa {
  left: 47px;
}
.accordion-type-2 .accordion-head.accordion-open .fa {
  line-height: 25px;
}
.accordion-type-2 .panel-collapse .accordion-body {
  padding: 0px 29px 41px 85px;
}

.content-text .accordion-type-1,
.content-text .accordion-type-2 {
  margin: 32px 0;
}

.arrow_open {
  position: absolute;
  display: block;
  right: 25px;
  top: 21px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 3px;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}

.accordion-head:hover .arrow_open {
	background-color: #bb2822;
}
.accordion-head:hover .arrow_open:after {
  background-position: 0px -23px;
}
.accordion-head .arrow_open:after {
  transform: rotate(180deg);
}

.accordion-head.collapsed .arrow_open:after {
	transform: rotate(0deg);
}
.accordion-head.accordion-open:hover .arrow_open:after {
  background-position: 0px -23px;
  opacity: 1;
  transform: rotate(180deg);
}
.arrow_open:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -5px;
  width: 10px;
  height: 6px;
  background: url(images/svg/sprite_arrows.svg) 0px -5px no-repeat;
}

/*end accordion*/

.order-block.bordered {
	border: 1px solid #eee;
}

.bx-soa-more-btn.col .btn {
    margin-right: 1em;
}

.file_type {
  clear: both;
  margin-top: 9px;
}
.file_type a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file_type.jpg i.icon {
  background-position: -42px -42px;
}
.file_type.rtf i.icon {
  background-position: 0px -42px;
}
.file_type.tiff i.icon {
  background-position: -84px -42px;
}
.file_type.ppt i.icon {
  background-position: -84px -126px;
}
.file_type.pdf i.icon {
  background-position: 0px -0px;
}
.file_type.word i.icon {
  background-position: -42px 0px;
}
.file_type.png i.icon {
  background-position: -84px -84px;
}
.file_type.txt i.icon {
  background-position: -42px -84px;
}
.file_type.excel i.icon {
  background-position: -84px 0px;
}
.file_type.gif i.icon {
  background-position: 0px -126px;
}
.file_type.bmp i.icon {
  background-position: -42px -126px;
}
.file_type i.icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url("images/svg/docs.svg") 0px -84px no-repeat;
  float: left;
}
.file_type .description {
  padding: 0 0 0 60px;
  position: relative;
  top: 0px;
}

/* Элементы формы */

.checkbox-ios {
	display: inline-block;    
	height: 24px;    
	line-height: 24px;  
	margin-right: 10px;      
	position: relative;
	vertical-align: middle;
	font-size: 14px;
	user-select: none;	
}
.checkbox-ios .checkbox-ios-switch {
	position: relative;	
	display: inline-block;
	box-sizing: border-box;			
	width: 48px;	
	height: 24px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 25%/50%;	
	vertical-align: top;
	background: #eee;
	transition: .2s;
}
.checkbox-ios .checkbox-ios-switch:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;	
	display: inline-block;
	width: 20px;	
	height: 20px;
	border-radius: 50%;
	background: white;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	transition: .15s;
}
.checkbox-ios input[type=checkbox] {
	display: block;	
	width: 0;
	height: 0;	
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
	background: #BB2822;
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
	transform:translateX(24px);
}
 
/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
	cursor: pointer;
	border-color: rgba(0, 0, 0, .3);
}
 
/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
	filter: grayscale(70%);
	border-color: rgba(0, 0, 0, .1);
}
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
	background: #eee;
}
 
/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
	box-shadow: inset 0px 0px 4px #ff5623;
}

.uploader {
  padding: 11px 54px 5px 44px;
  position: relative;
  margin-bottom: -1px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}

.uploader:hover + .uploader {
  z-index: 11;
}

.uploader:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 16px;
  width: 9px;
  height: 18px;
  background: url(images/svg/content_icons.svg) -118px -117px no-repeat;
}

.uploader input[type="file"] {
  z-index: 10;
  opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.uploader .action {
  display: none;
  position: absolute;
  top: 9px;
  left: 9px;
  background: #fff;
  border-radius: 3px;
  color: white;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 15px;
  margin-right: 10px;
}

.uploader:hover .action {
  color: #fff;
}

.form .add_file,
.form .add_text {
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  color: #999999;
  color: var(--light_basic_text_black);
  cursor: pointer;
  padding: 11px 24px;
}

.uploader .filename {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  font-size: 0.8667em;
  color: #333;
  color: var(--white_text_black);
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  line-height: 25px;
}

.uploader.files_add {
  background-color: var(--card_bg_hover_black);
}

.uploader.files_add .filename {
  color: #333;
  color: var(--white_text_black);
}

.uploader .resetfile {
  position: absolute;
  right: -1px;
  width: 47px;
  display: block;
  top: -1px;
  bottom: -1px;
  z-index: 10;
  border-radius: 0 2px 2px 0;
}

.uploader .resetfile:before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #eee;
  background-color: var(--stroke_black);
  left: 0;
  top: 1px;
  bottom: 1px;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}

.uploader .resetfile svg {
  fill: #333;
  fill: var(--white_text_black);
  fill-rule: evenodd;
  position: absolute;
  width: 11px;
  height: 11px;
  display: block;
  top: 50%;
  margin: -5px 0 0 -5px;
  left: 50%;
}

form .rating {
	cursor: default;
}

form .rating-text {
	vertical-align: top;
    margin-top: -2px;
}

.loading {
	width: 60px;
	margin: auto;
	display: none;
}

.loading > div {
    background-color:#FFFFFF;
    border:1px solid #000000;
    float:left;
    height: 20px;
    margin: 5px 2px;
    width: 8px;
    opacity:0.1;

    /* css3 transform - scale */
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -o-transform:scale(0.8);

    /* css3 animation */
    -webkit-animation-name:loading;
    -webkit-animation-duration:1.2s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -moz-animation-name:loading;
    -moz-animation-duration:1.2s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -o-animation-name:loading;
    -o-animation-duration:1.2s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
}

.btn-cart {
	width: 222px;
}

.btn-cart .loading {
    width: 50px;
}
.btn-cart .loading div {
	height: 12px;
	width: 6px;
	border: 1px solid #BB2822;
}

.loading > div:nth-child(1) {
    /* css3 animation */
    -webkit-animation-delay:0.24s;
    -moz-animation-delay:0.24s;
    -o-animation-delay:0.24s;
}
.loading > div:nth-child(2) {
    /* css3 animation */
    -webkit-animation-delay:0.48s;
    -moz-animation-delay:0.48s;
    -o-animation-delay:0.48s;
}
.loading > div:nth-child(3) {
    /* css3 animation */
    -webkit-animation-delay:0.72s;
    -moz-animation-delay:0.72s;
    -o-animation-delay:0.72s;
}
.loading > div:nth-child(4) {
    /* css3 animation */
    -webkit-animation-delay:0.96s;
    -moz-animation-delay:0.96s;
    -o-animation-delay:0.96s;
}
.loading > div:nth-child(5) {
    /* css3 animation */
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
    -o-animation-delay:1.2s;
}

/* css3 keyframes - loading */
@-webkit-keyframes loading {
    0% {
        -webkit-transform:scale(1.2);
        opacity:1;
    }
    100% {
        -webkit-transform:scale(0.7);
        opacity:0.1;
    }
}
@-moz-keyframes loading {
    0% {
        -moz-transform:scale(1.2);
        opacity:1;
    }
    100% {
        -moz-transform:scale(0.7);
        opacity:0.1;
    }
}
@-o-keyframes loading {
    0% {
        -o-transform:scale(1.2);
        opacity:1;
    }
    100% {
        -o-transform:scale(0.7);
        opacity:0.1;
    }
}

span.color {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 6px;
    border-radius: 50%;
    border: 1px solid #fff;
	transition: box-shadow .2s ease-in-out;
    cursor: pointer;
    background-size: contain;
}

span.color.active, span.color:hover {
	box-shadow: 0 0 0 4px #fff, 0 0 0 5px #999;
}

.title-search-result .bx_item_element .price.discount {
    color: #ccc !important;
    font-size: 14px;
}

.owl-review .owl-stage {
	display: flex;
    flex-wrap: wrap;
}

.owl-review .review_item {
    height: 100%;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 500px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}

@media (max-width: 500px) {
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		width: 100%;
	}
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, left 0.3s ease-out;
			transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog{
	left: 0;
}
        
/*Right*/
.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #EEEEEE;
	background-color: #FAFAFA;
}

section.product .features .file_type a {
    color: #004583;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.file_type.docx i.icon {
    background-position: -42px 0px;
}

.action .period {
	font-weight: 600;
    font-size: 15px;
    color: #BB2822;
}

.action .desc .title {
	margin-bottom: 5px !important;
}

.ya-share2 {
    display: none;
	position: absolute;
    padding-top: 5px;
    z-index: 99;
	background-color: #fff;
}

.hover-block__item:hover .ya-share2 {
    display: block;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:last-child {
    margin: 2px 4px 0 0 !important;
}

.sale .discount {
    color: #BB2822;
    font-weight: 600;
    padding-left: 12px;
}

section.product .features .features_list li .color {
    border: 1px solid #999;
}

.product .popular {
    margin-top: 1.8rem !important;
}

.product .popular .container {
    padding: 0;
}

.product .popular .title {
  text-align: left;
}

@media (max-width: 1280px) {
  .product section.popular h2 {
      font-size: 22px;
  }
}

.popular.assoc {
  display: none;
}

@media (max-width: 991px) {
  .popular.assoc {
    display: block;
  }
  .popular.side {
    display: none;
  } 
}

.select-wrapper{
  border: 1px solid #B9B9B9;
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.select-arrow{
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 20px;
  height: 6px;
}

.select-arrow svg{
  display: inline-block;
  vertical-align: top;
}

.select-wrapper:hover .select-arrow{
  transform: rotate(-180deg);
}

.select-option-list{
  box-shadow: 0px 153px 61px rgba(0, 0, 0, 0.01), 0px 86px 52px rgba(0, 0, 0, 0.05), 0px 38px 38px rgba(0, 0, 0, 0.09), 0px 10px 21px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  position: static;
  background: #fff;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  margin: 1px -1px 0;
}

.select-option-list.show{
  display: block;
}

.select-option-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  line-height: 22px;
  border-bottom: 2px solid #E7E7E7;
  flex-wrap: wrap;
}

.select-option-list .select-option-item:last-child{
  border-bottom: 0;
}

.select-option-item:not(.active):hover, .select-option-list .active{
  background: #DCEFFB;
}

/*
.select-option-item.active{
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 0;
}*/


.select-option-item-price{
  color: #BB2822;
  font-weight: 600;
  font-size: 18px;
}

.select-option-selected .select-option-item-price{
  display: none;
}

.select-option-selected .select-option-item{
  border-bottom: 0;
}

.select-option-item-price .icon-rub{
  display: inline-block;
  vertical-align: top;
  margin: -2px 0 0 3px;
}

.label.razmer-matrasa:after{
  display: none;
}


.header_top{
  height: 48px;
  background-color: #f4f4f5;
}

.header_top{
  position: relative;
}

.select-city__dropdown-wrap{
  top: 100%;
}

.header_top-menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_top .menu{
  list-style: none;
  margin: 0;
  padding: 10px 0;
  text-align: left;
  display: inline-block;
}
.header_top .menu li{
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.header_top .menu a{
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #000;
}

.header_top .menu a:hover{
  border-bottom: 1px solid #000;
}

.title_projects{
  line-height: 30px;
  text-transform: uppercase;
  color: #004583;
  margin: 0 0 25px;
  font-weight: 700;
}

.title_projects h4{
  font-weight: 700;
  font-size: 24px;
}

.project_info{
  transition: all ease-out 0.5s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 15px;
  background: rgba(0, 69, 131, 0.6);
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  display: flex;
}

.project_item:hover .project_info{
  opacity: 1;
}

.project_name{
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  max-width: 230px;
  font-weight: 600;
}

.desc_list .item.red{
  color: #BB2822;
  font-weight: bold;
}
.main-user-consent-request-announce-link{
  font-size: 15px;
  margin-left: 5px;
}
.main-user-consent-request-popup-text{
  font-size: 15px;
}