@font-face {
	font-family: "Inter";
	src: url(/new-fe/fonts/Inter-bold.woff2);
	font-weight: 700;
}

@font-face {
	font-family: "Inter";
	src: url(/new-fe/fonts/Inter-Medium.woff2);
	font-weight: 500;
}

@font-face {
	font-family: "Inter";
	src: url(/new-fe/fonts/Inter-Regular.woff2);
	font-weight: 400;
}

@font-face {
	font-family: "Inter";
	src: url(/new-fe/fonts/inter-Semibold.woff2);
	font-weight: 600;
}

body {
  zoom: 90%;
}

.filter__wrapper {
  padding: 0;
  border: none;
  padding-bottom: 0;
  
}

.check_container .check, .check_container .check_placeholder {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check_container .check {
    width: 24px;
    height: 24px;
    border: 2px solid #bf0200;
    border-radius: 2px;
    margin-right: 14px;
    cursor: pointer;
}

#mse2_mfilter .btn_more {
  width: 220px !important;
  background: #2f2e39;
  border: 1px solid #2f2e39;
  color: #fff;
}
#mse2_mfilter .product-card-2{
  height: 582px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}

.ui-slider-horizontal .ui-slider-range {
  background: #bf0200;
}

.product-info__extra-options {
  margin-bottom: 30px;
}

.product-detail,
.product-reviews {
  margin-bottom: 70px;
}





.about .section_3 {
	padding-top: 50px;
	margin-bottom: 44px
}

.about .section_3 .section_3_container {
	display: flex
}

@media (max-width:1289px) {
	.about .section_3 .section_3_container {
		flex-direction: column-reverse
	}
}

.about .section_3 .left {
	width: 630px;
	margin-right: 70px;
	padding-top: 12px
}

@media (max-width:1289px) {
	.about .section_3 .left {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-right: 0;
		padding-bottom: 50px
	}
}

@media (max-width:767px) {
	.about .section_3 .left {
		flex-direction: column
	}
}

.about .section_3 .right {
	width: 980px
}

@media (max-width:1289px) {
	.about .section_3 .right {
		width: 100%
	}
}

.about .section_3 .img_block {
	margin-bottom: 24px
}

@media (max-width:1289px) {
	.about .section_3 .img_block {
		width: 46%
	}
}

@media (max-width:767px) {
	.about .section_3 .img_block {
		width: 100%
	}
}

.about .section_3 .title {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	width: 100%;
	max-width: 750px;
	margin-bottom: 50px
}

@media (max-width:1559px) {
	.about .section_3 .title {
		font-size: 46px
	}
}

@media (max-width:767px) {
	.about .section_3 .title {
		font-size: 36px
	}
}

@media (max-width:576px) {
	.about .section_3 .title {
		text-align: center
	}
}

.about .section_3 .items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

@media (max-width:576px) {
	.about .section_3 .items {
		flex-direction: column
	}
}

.about .section_3 .item {
	width: 47%;
	margin-bottom: 50px
}

@media (max-width:576px) {
	.about .section_3 .item {
		width: 100%;
		text-align: center
	}
}

.about .section_3 .icon_block {
	margin-bottom: 8px
}

@media (max-width:576px) {
	.about .section_3 .icon_block {
		margin: 0 auto 8px
	}
}

.about .section_3 .item_title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #141414;
	text-transform: uppercase;
	margin-bottom: 9px
}

.about .section_3 .item_desc,
.about .section_8 .right li {
	font-size: 16px;
	line-height: 1.31;
	color: #141414
}

.about .section_3 .item1 .icon_block {
	width: 38px
}

.about .section_3 .item2 .icon_block {
	width: 74px
}

.about .section_3 .item3 .icon_block {
	width: 51px
}

.about .section_3 .item4 .icon_block {
	width: 60px
}

.about .section_3 .item5 .icon_block {
	width: 43px
}

.about .section_3 .item6 .icon_block {
	width: 38px
}


.section_form {
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 50px;
}

.section_form .section_form_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 400px;
}

.form_input {
    height: 61px;
    padding: 0 18px;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.31;
    color: #141414;
    border-radius: 5px;
    border: 0;
    outline: 0;
}

@media (max-width:576px) {
	.section_form .section_form_container {
		padding: 30px 0 40px
	}
}

.section_form form {
	width: 100%;
	max-width: 580px;
	margin: 0 auto
}

.section_form .title {
	margin: 0 0 27px;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #fff
}

@media (max-width:767px) {
	.section_form .title {
		font-size: 34px
	}
}

.section_form .desc {
	font-size: 22px;
	line-height: 1.48;
	color: #fff;
	margin-bottom: 45px
}

@media (max-width:767px) {
	.section_form .desc {
		font-size: 18px;
		margin-bottom: 25px
	}
}

.section_form .input_container {
	display: flex;
	justify-content: space-between
}

@media (max-width:767px) {
	.section_form .input_container {
		flex-direction: column
	}
}

.section_form .form_input {
	margin-bottom: 0
}

@media (max-width:767px) {
	.section_form .form_input {
		margin-bottom: 20px
	}
}

.section_form .input_name {
	width: 254px
}

@media (max-width:767px) {
	.section_form .input_name {
		width: 100%
	}
}

.section_form .input_phone {
	width: 310px
}

@media (max-width:767px) {
	.section_form .input_phone {
		width: 100%
	}
}

.section_form .btn {
	width: 100%;
	height: 61px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: #bf0200;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.17;
  transition: .2s all ease-out;
  border-radius: 5px;
}

.section_form .check_container {
  text-align: left;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 14px 0;
}

.section_form .check_container .check {
	border: 2px solid #fff
}

.check_container .check::before {
    content: '';
    display: block;
    background: url(/new-fe/img/check.svg) no-repeat center;
    width: 20px;
    height: 21px;
    opacity: 0;
    transition: .2s all ease-out;
    opacity: 0;
}

.check_container .check.active::before, .partners .section_1 .desc a:hover::after {
    opacity: 1;
}

.section_form .check_container .check::before {
	background: url(../img/check_white.svg) no-repeat center
}

.section_form .check_container .check_placeholder,
.section_form .check_container .check_placeholder a {
	color: #fff
}



.about .section_5 {
	overflow: hidden;
	padding-top: 50px
}

.about .section_5 .title {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 28px
}

@media (max-width:767px) {
	.about .section_5 .title {
		font-size: 36px;
		text-align: center
	}
}

.about .section_5 .slide {
	width: 322px;
	padding-left: 36px
}

@media (max-width:767px) {
	.about .section_5 .slide {
		text-align: center;
		width: 100%;
		padding-left: 0
	}
}

.about .section_5 .img_block {
	padding-left: 30px;
	margin-bottom: 22px
}

@media (max-width:767px) {
	.about .section_5 .img_block {
		text-align: center;
		padding-left: 0;
		width: 100%
	}

	.about .section_5 .img_block a {
		display: block;
		margin: 0 auto;
		text-align: center
	}

	.about .section_5 .img_block a img {
		margin: 0 auto
	}
}

.about .section_5 .slide_title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	color: #141414;
	margin-bottom: 3px
}

.about .section_5 .slide_desc,
.about .section_8 .left .desc p {
	font-size: 16px;
	line-height: 1.31;
	color: #141414;
	margin-bottom: 23px
}

.about .section_8 .left .desc p {
  color: #fff;
}

.about .section_5 .slide_btn {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.13;
	color: #141414;
	position: relative;
	padding-left: 36px;
	min-height: 25px;
	text-transform: uppercase;
	display: block
}

@media (max-width:767px) {
	.about .section_5 .slide_btn {
		display: inline-block
	}
}

.about .section_5 .slide_btn::before {
	content: '';
	display: block;
	position: absolute;
	background: url(../img/download_sert.svg) no-repeat center;
	width: 26px;
	height: 26px;
	left: 0;
	top: -3px
}

.about .section_5 .slide_btn span::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 2px;
	background: #bf0200;
	transition: .2s all ease-out
}

.about .section_5 .slick-prev {
	background: url(../img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	position: absolute;
	left: -45px;
	top: 130px;
	cursor: pointer;
	transition: .2s all ease-out
}

@media (max-width:991px) {
	.about .section_5 .slick-prev {
		display: none !important
	}
}

.about .section_5 .slick-next:hover,
.about .section_5 .slick-prev:hover {
	opacity: .8
}

.about .section_5 .slick-next {
	background: url(../img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	position: absolute;
	right: -45px;
	top: 130px;
	cursor: pointer;
	transform: rotate(-180deg);
	transition: .2s all ease-out
}

@media (max-width:991px) {
	.about .section_5 .slick-next {
		display: none !important
	}
}

.section_9 .video_btn:hover::before {
  opacity: .7;
}

.section_9 .section_9_container {
	display: flex;
	justify-content: space-between
}


.section_9 {
	overflow: hidden
}

.section_9 .section_9_container {
	padding-bottom: 84px;
	padding-top: 73px
}

@media (max-width:1559px) {
	.section_9 .section_9_container {
		flex-direction: column
	}

	.section_9 .left {
		margin-bottom: 60px
	}
}

.section_9 .title {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 33px
}

@media (max-width:767px) {
	.section_9 .title {
		font-size: 36px
	}
}

.section_9 .review_slider {
	width: 622px
}

@media (max-width:1559px) {
	.section_9 .review_slider {
		width: 100%
	}
}

.section_9 .review_container {
	background-color: #e4e4e4;
	padding: 26px 47px 30px 29px;
	margin-bottom: 20px;
	position: relative
}

.section_9 .review_container::before {
	content: "";
	display: block;
	position: absolute;
	border: 20px solid transparent;
	border-left: 20px solid #e4e4e4;
	border-top: 20px solid #e4e4e4;
	bottom: -40px;
	left: 0
}

.section_9 .desc p {
	margin: 0;
	font-size: 16px;
	line-height: 1.32
}

.section_9 .btn {
	margin-top: 24px
}

.section_9 .review_footer {
	padding-left: 30px
}

.section_9 .name {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #141414;
	text-transform: uppercase
}

.section_9 .date,
.budo .section_2 .title strong {
	font-size: 16px;
	line-height: 1.31;
	color: #141414
}

.section_9 .right {
	width: 815px;
	position: relative;
	right: -29px;
	top: 12px
}

@media (max-width:1559px) {
	.section_9 .right {
		top: 0;
		right: 0;
		margin: 0 auto;
		width: auto
	}
}

@media (max-width:1289px) {
	.section_9 .right {
		position: relative;
		top: 0;
		right: auto
	}
}

.section_9 .video_container {
	position: relative
}

@media (max-width:1559px) {
	.section_9 .video_container {
		width: auto;
		height: 100%;
		margin: 0 auto
	}

	.section_9 .video_container img {
		width: 100%;
		display: block
	}
}

@media (max-width:1289px) {
	.section_9 .video_container {
		height: auto;
		width: 100%
	}
}

.section_9 .video_container img {
	display: block
}

.section_9 .video_container::before {
	content: '';
	display: block;
	position: absolute;
	opacity: .55;
	background-color: #000;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.section_9 .video_btn {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	color: #fff;
	width: 92px;
	height: 92px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%
}

@media (max-width:767px) {
	.section_9 .video_btn {
		width: 60px;
		height: 60px
	}
}

.section_9 .video_btn::before {
	content: "";
	display: block;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	background: url(/assets/template/img/video_button_2.png) no-repeat center;
	width: 92px;
	height: 92px;
	transition: .2s all ease-out
}

@media (max-width:767px) {
	.section_9 .video_btn::before {
		width: 60px;
		height: 60px;
		background-size: contain
	}
}

.section_9 .slick-prev {
	background: url(/assets/template/img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	position: absolute;
	left: -45px;
	top: 130px;
	cursor: pointer;
	transition: .2s all ease-out
}

@media (max-width:1559px) {
	.section_9 .slick-prev {
		top: 90px
	}
}

@media (max-width:991px) {
	.section_9 .slick-prev {
		display: none !important
	}
}

.section_9 .slick-next:hover,
.section_9 .slick-prev:hover {
	opacity: .8
}

.section_9 .slick-next {
	background: url(/assets/template/img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	position: absolute;
	right: -45px;
	top: 130px;
	cursor: pointer;
	transform: rotate(-180deg);
	transition: .2s all ease-out
}

@media (max-width:1559px) {
	.section_9 .slick-next {
		top: 90px
	}
}



.section_9 .btn{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: #bf0200;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 241px;
  height: 47px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.17;
  transition: .2s all ease-out;
}



.filter__accordeon-btn {
  height: auto;
  line-height: 75%;
  margin-bottom: 0;
  padding: 19px 30px 19px 20px;
  color: #fff;
}

.filter__accordeon {
  margin-bottom: 15px;
  padding: 0;
  border: none;
  background: #233959;
  padding-top: 20px;
}

.header__mail {
  position: relative;
  padding-left: 36px;
}

.header__mail:before {
  content: '';
  position: absolute;
  width: 27px;
  height: 19px;
  background-image: url(/new-fe/img/mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 10px;
}

.header__mail a {
  font-size: 16px;
  color: #000;
}

.header__mail a span {
  color: #BF0200;
}

.header__bottom-right,
.header__top-right {
  width: auto;
}
.header__top-right{
  gap: 6px;
  padding-top: 6px;
}
.breadcrumb__wrapper{
  padding: 13px 0;
}

.product-card-2__price {
  line-height: 28px;
  font-size: 28px;
}

.top {
  background: rgba(26, 25, 33, 0.90);
  position: fixed;
  width: 100%;
  left: 0;
  bottom: -200px;
  transition: .3s;
  z-index: 9999;
  display: block !important;
}

.msMiniCart.full .not_empty.top {
  bottom: 0;
}

.top__block {
  display: flex;
  justify-content: space-between;
}

.top__list {
  
}

.top__list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}

.top__list li a {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  transition: .2s all ease-out;
}

.top__list li a:hover {
  color: #e30200;
}

.top__info {
  display: flex;
  align-items: center;
}

.top__basket {
  font-size: 14px;
  color: #A19FB5;
  position: relative;
  padding-left: 50px;
}

.top__basket:before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 29px;
  height: 29px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/new-fe/img/basket.svg);
}

.top__basket span {
  color: #FFF;
  font-size: 18px;
  margin-left: 17px;
}

.top__order {
  margin-left: 32px;
}

.top__order a {
  color: #FFF;
  font-size: 14px;
  display: inline-flex;
  padding: 5px 20px;
  background: #bf0200;
  transition: .2s all ease-out;
}

.top__order a:hover {
  background: #e30200;
}


@media (max-width: 1307px) {
  .header__mail {
    display: none;
  }
}

@media (max-width: 992px) {
  .top__basket {
    display: none;
  }
}


@media (max-width: 576px) {
  .top__list {
    display: none;
  }
  
  .top__block {
    justify-content: flex-end;
  }
  
  .top__info {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* cookie policy message */
.cookie-message {
    position: fixed;
    z-index: 2147483647;
    right: 20px;
    left: 20px;
    margin: 0 auto;
    bottom: 30px;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    max-width: 600px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 0 10px rgba(0, 0, 0, 0.25)!important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 0 10px rgba(0, 0, 0, 0.25)!important;
}
@media (max-width: 767px) {
    .cookie-message {
        bottom: 15px;
    }
}
.cookie-message-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    line-height: 1.2;
    grid-gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 499px) {
    .cookie-message-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.cookie-message-text {
    font-size: 14px;
}
.cookie-message-text a {
    font-size: 14px;
    transition: all 0.2s ease;
    color: #1f1919;
    text-decoration: underline;
}
.cookie-message-text a:hover {
    text-decoration: none;
}
/* /. cookie policy message */

/* /. Agreement */
.agreement-animated {
    position: relative;
    padding-left: 50px;
    line-height: 1.2;
    font-size: 12px;
}
.agreement-animated input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement-animated label{
    display: inline;
    position: relative;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.agreement-animated label:before{
content: "";
    width: 42px;
    height: 24px;
	border: 1px solid #39384b;
    border-radius: 24px;
    background-color: var(--form-input-bg);
    display: inline-block;
    position: absolute;
    left: -50px;
    top: -2px;
}
.agreement-animated label:after{
    content: "";
    height: 18px;
    width: 18px;
    background: #808080;
    border-radius: 50%;
    position: absolute;
    left: -46px;
    top: 1px;
    transition: all ease-out 300ms;
}
.agreement-animated input:checked+label:after{
    background: #bf0200;
    transform: translateX(16px);
}
.agreement-animated input.error+label{
    color: red;
}
.agreement-animated input.error+label:before{
    border-color: red;
}
.agreement-animated a{
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}
.agreement-animated a:hover{
    text-decoration: none;
}
/* /. Agreement */
.header__search input{
  padding: 11px 60px 7px 3px;
}
.header__top{
  margin-bottom: 0;
  gap:0;
}
.header{
  padding-top: 10px;
}
.header__search input::placeholder{
  color: #B0ADAD;
  font-size: 16px;
}
.disabled {
    cursor: default;
    opacity: 0.6;
}
.header__social a{
  width: 28px;
}
.header__time{
    color: #1C4881;
    text-transform: uppercase;
    font-size: 16px;
    white-space: nowrap;
}
.sub_menu_catalog.active{
  backdrop-filter: blur(48.599998474121094px);
  background: #fff;
  z-index: 9999;
  width: 100%;
  display: block;
}
.sub_menu{
  display: none;
  padding-left: 0;
}
.sub_menu_catalog_inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 30px;
}
.sub_menu_catalog{
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}
.sub_menu_item li.active>.item_title{
  background: #6986E65C;
}

.sub_menu_item li{
  list-style-type: none;
  border-bottom: 1px solid #1C488138
}
.sub_menu_item li .item_title{
  padding: 7px 20px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  color: #000;
  display: flex;
  justify-content: space-between;
}
.header__search{
    position: relative;
    max-width: 570px;
    width: 100%;
}

.header__email {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
    color: #060606;
}
.header__email a, .header__phone a{
  color: #060606;
}
.sub_menu_name{
    background: #233959;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 10px 20px;
}
.header__bottom {
    gap: 30px;
    background: #233959;
    height: 60px;
    position: relative;
}
.header__menu {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
}
.header__menu .catalog__menu-link {
    background: #BF0200;
    width: 345px;
    padding: 20px;
    height: 100%;
    color: #fff;
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.header__search button{
  right: 0;
}
.header__wrapper{
  padding-bottom: 10px;
  gap: 23px;
}
.sub_menu_item li.active{
  border-bottom: none;
}
.sub_menu_toggle{
  padding: 0 10px;
}
.sub_menu_item li .item_title:hover{
  color: #465DA9;
}
.sub_menu li .item_title{
  padding-left: 35px;
}
.header__menu-link{
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
.sub_menu_item .menu{
  padding-left: 0;
  margin-bottom: 30px;
}
.menu_btm{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  padding: 0 30px 50px;
  gap:30px;
}
.menu_btm .menu_btm_item a{
  display: block;
  text-align: center;
  padding: 19px;
  background: #1F1F2B;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
.filter--mobile .filter_close{
  top: -20px;
  z-index: 9;
  position: absolute;
  left: -13px;
}
.filter--mobile .filter__subtitle{
  background: #1F1F2B;
  color: #fff;
  text-transform: none;
  font-size: 15px;
  padding: 19px 20px;
  margin-bottom: 0;
}
.filter__wrapper hr{
  height: 14px;
  background: #000;
  border: none;
  margin: 0;
}
.filter__subtitle a{
  color: #fff;
}
.filter__subtitle::after{
  background: url(../img/chevron-right.svg) no-repeat center;
  top: 18px;
}
.filter__subtitle:hover{
  
}
.filter__accordeon-body 
.filter__accordeon-btn::after{
  background: url(../img/chevron-right.svg) no-repeat center;
}
.filter__accordeon-btn::after{
  top: 20px;
  right: 18px;
  background: url(../img/chevron-right.svg) no-repeat center;
  width: 6px;
  height: 11px;
}
.filter__accordeon-body{
  background: #3C4769;
}
.product-card-2--flip .product-card-2__front{
  transform: none;
}
.product-card-2__price-wrapper{
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  height: auto;
}
.product-card-2__price{
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #282C36;
}
.product-card-2__old-price{
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: line-through;
  color: #98A0B3;
}
.product-card-2__title{X
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #282C36;
  text-transform: none;
}
.product-card-2__back{
  transform: none;
  height: auto;
  background: #fff;
}
.product-card-2__back-wrapper{
  position: static;
  transform: none;
  padding: 10px;
}
.product-card-2__text{
  padding: 0 20px;
}
.product-card-2 .btn-accent:hover{
  background: #539A67;
  border: none;
}
.product-card-2 .btn-accent{
  background: #3C4769;
  border: none;
}
.product-card-2 .product-card-2__btn-more,.product-card-2 .product-card-2__btn-more:hover{
  background: #fff;
  color: #121314;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  height: auto;
  padding: 0;
}
.product-card-2__back{
  position: static;
}
.product-card-2{
  height: auto;
  padding-top: 20px;
  padding-bottom: 15px;
}
.filter {
    background: #233959;
}
.filter__accordeon-body{
  margin-right: 10px;
  margin-left: 10px;
}
.filter.filter--active{
  background: transparent;
  padding: 0;
  top: 70px;
}
.filter.filter--active{
  left: 20px;
}
.filter_close{
  position: relative;
  top: -20px;
}

.filter__link:before{
  display: none;
}
.filter__link{
    background: #52639A;
    color: #fff;
    height: auto;
    line-height: 120%;
    margin-bottom: 0;
    padding: 19px 30px;
    color: #fff;
    font-size: 16px;
    border-bottom: 2px solid #1f1f2b;
}
.filter__accordeon-body{
    background: #52639a;
}
.filter__close{
    left: 0;
    top: 20px;
    height: 33px;
    width: 33px;
    z-index: 9;
}
.gategories_block_img{
  margin-bottom: 14px;
}
.filter__accordeon-btn:hover{
  background: #BF0200;
}
 .side_filter_block .filter__range-text, .side_filter_block .filter__checkbox span, .side_filter_block .filter__range-form input{
   color: #1C4881;
 }
.side_filter_block{
  background: #fff;
}
.see-more-closed{
  border-bottom: 1px dashed;
  display: inline-block;
  cursor: pointer;
}
.filter__subtitle{
  background: #fff;
  color: #1C4881;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-left: 0;
  padding-bottom: 30px;
  padding-top: 0;
}
.side_filter_block .filter__wrapper{
  border: 1px solid #DFDFDF;
  padding: 20px;
  margin-bottom: 30px;
}
.gategories_wrap{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.gategories_block_title{
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #222;
  margin-top: 9px;
}
.gategories_block a{
  display: block;
  text-align: center;
  height: 170px;
  border: 1px solid #EDEDED;
  padding: 20px;
}
.product-card-2__introtext{
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -2%;
  color: #282C36;
  margin-bottom: 10px;
}
.header__mini-cart{
  color: #fff;
  background: #BF0200;
  padding: 20px;
  max-width: 345px;
  justify-content: space-between;
  width: 100%;
}
.header__mini-cart-title, .header__mini-cart-value{
  color: #fff;
}
.header__mini-cart-title{
  text-transform: uppercase;
  font-size: 18px;
}
.ctg-heading{
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
}
.ctg-heading__title{
  font-size: 34px;
}
.banner{
  background: #fff;
  display: none;
}
.product-card-2:hover{
  border: 1px solid #3D90E3;
  box-shadow: 0px 24px 36px 0px #CFD7E27A;
}
.header__logo{
  width: auto;
}
#mse2_mfilter .pagination{
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    margin: 30px auto 0;
    padding-left: 0;
}
#mse2_mfilter .pagination li{
  list-style-type: none;
  width: 40px;
  height: 29px;
  border-radius: 4px;
  border: 1px solid #B5B5B5;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #0F1936;
  cursor: pointer;
}
#mse2_mfilter .pagination li a{
  color: #0F1936;
  display: block;
}
#mse2_mfilter .pagination li.active, #mse2_mfilter .pagination li:hover{
  border: 1px solid #1C4881;
}
#mse2_mfilter .pagination li:first-child, #mse2_mfilter .pagination li:last-child{
  display: none;
}
.sort__wrapper{
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sort__block{
  display: flex;
  gap: 10px;
  align-items: center;
}
.sort__title{
  line-height: 100%;
}
.sort__block a{
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #615347;
  position: relative;
  padding-right: 20px;
}
.sort__block a[data-dir=desc]:before{
  transform: rotate(-180deg);
  top: 0;
}
.sort__block a:before{
  background: url(/new-fe/img/triangle.svg);
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  right: 0;
  background-repeat: no-repeat;
  top: 4px;
}
.why-we{
  margin-bottom: 50px;
}
.why-we .why-we-col{
  border: 1px solid #E0E0E0;
  padding: 20px;
}
.why_we_title{
  font-weight: 700;
  font-style: Bold;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  color: #141414;
  margin-bottom: 10px;
}
.side__btn{
  position: fixed;
  right: -74px;
  top: 40%;
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  gap: 20px;
  height: 45px;
  border-radius: 4px;
  z-index: 9;
}
.side__btn img{
  transform: rotate(90deg);
}
.open_modal .filter--mobile {
    display: block;
}
.filter__link:hover, .filter__link.active{
  background: #BF0200;
  color: #fff;
}
.second_menu{
  margin-bottom: 50px;
}
.second_menu .menu_item{
  list-style-type: none;
}
.second_menu .menu_item a{
  color: #1C4881;
  padding: 15px 20px;
  border-bottom: 1px solid transparent;
  font-size: 16px;
  white-space: nowrap;
  text-transform: uppercase;
}
.second_menu .sub_menu{
  display: block;
}
.second_menu .menu_item a:hover, .second_menu_row .active span.item_title{
  color: #BF0200;
  border-bottom: 1px solid #BF0200;
  font-weight: 700;
  padding: 15px 20px;
  text-transform: uppercase;
}
.second_menu_row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breadcrumb a, .breadcrumb span, .breadcrumb__separator{
  font-family: Inter;
}
.second_menu_row .menu{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 0;
}
.ctg_banner_title{
    font-weight: 900;
    font-style: Italic;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -1px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    padding: 30px 0;
    margin-bottom: 10px;
}
.ctg_banner_title span{
    padding: 30px;
    background: #BF0200;
}
.ctg_banner_wrap{
  background: url(/new-fe/img/banner_bcg.png);
  padding: 10px 90px 10px 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  gap: 15px;
  border-radius: 22px;
}
.ctg_banner_btm{
  font-weight: 700;
  font-style: Italic;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
}
.ctg_banner_btm span{
  color: #FFCC00;
}
.ctg_banner_r p{
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 30px 25px;
}
.ctg_banner_wrap .btn{
  border-radius: 10px;
  width: 230px;
  margin: 0 auto;
}
.file-custom{
  display: none;
}
.file-custom {
  border: 1px solid #39384B;
  padding: 14px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.file-custom label{
  display: block;
  cursor: pointer;
}
.file-custom + .file-custom {
  margin-top: 10px;
}
.file-custom [type=file] {
  display: none;
}
#modal7 .file-custom{
  display: block;
}
textarea.error{
  border: 1px solid red !important;
}
.submit-btn{
  background: #a60200;
}

.budo .section_2 .item4 .img_block, .budo .section_2 .item3 .img_block, .budo .section_2 .item5 .img_block{
  margin-top: 25px;
}
.budo .section_2 .item3 .text_block, .budo .section_2 .item4 .text_block, .budo .section_2 .item5 .text_block{
  margin-bottom: 0;
  background: #fff;
  position: relative;
}
.budo .section_2 .item1 .text_block, .budo .section_2 .item2 .text_block{
  background: #fff;
  position: relative;
}
.budo .section_2 .item3,.budo .section_2 .item4,.budo .section_2 .item5{
  top: 20px;
}
.budo .section_2 .item3::before,.budo .section_2 .item4::before,.budo .section_2 .item5::before{
  top: -70px;
}
div.jGrowl > .ui-state-highlight {
    font-size: 18px;
    padding: 12px;
    width: 300px;
}
.btn-border{
  border-radius: 4px;
  height: 48px;
  background: #3C4769;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}
.btn-border-reset{
  background: #fff;
  color: #000;
  border: 1px solid #3C4769;
}
.basket__allcount{
  margin-right: 255px;
}
.breadcrumb .col{
  padding: 0;
}

.panel-control__content{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 576px) {
    .filter--mobile {
        display: none;
    }
}
@media (max-width: 1559px) {
  .ctg_banner_wrap{
    padding: 10px 10px 10px 15px;
  }
  .header__mini-cart-title, .header__mini-cart-value{
    font-size: 13px;
  }
}
@media (max-width: 1400px) {
  .basket__allcount {
    margin-right: 95px;
  }
}
@media (max-width: 1307px) {
  .budo .section_2 .item5::before{
    left: -10px;
  }
  .second_menu_row .active span.item_title, .second_menu .menu_item a{
    font-size: 12px;
  }
  .ctg_banner_title span {
    padding: 10px;
  }
  .ctg_banner_btm{
    font-size: 20px;
  }
  .ctg_banner_title{
    font-size: 33px;
  }
  .filter__btn--fixed{
    display: none;
  }
  .second_menu .header__menu-link{
    font-size: 14px;
  }
  .filter__accordeon{
    border: none;
  }
  .filter {
      position: fixed;
      top: 70px;
      height: 100vh;
      width: 360px;
      z-index: 9;
      padding: 20px 10px;
      overflow-y: visible;
      left: -100%;
      transition: 0.2s all ease-out;
      background: #1F1F2B;
  }
}
@media (max-width: 1200px) {
    .basket__allcount {
        margin-right: 235px;
    }
}
@media (max-width:991px) {
  .panel-control__content{
    flex-wrap: wrap;
    gap: 15px;
  }
  .gategories_wrap::-webkit-scrollbar {
    height: 4px;              /* height of horizontal scrollbar ← You're missing this */
    width: 4px;               /* width of vertical scrollbar */
    border: 1px solid #d5d5d5;
  }
  .side_filter_block{
    padding-bottom: 115px;
  }
  .side-filter-title{
    display: none;
  }
  .side_filter_wrap{
    display: block;
  }
  .ctg-heading{
    flex-direction: column;
  }
  .ctg_banner_wrap{
    flex-direction: column;
    align-items: center;
  }
  .filter--active .filter__accordeon{
    display: none;
  }
  .gategories_block a{
    width: 190px;
    height: 190px;
  }
  .filter-btn-mobile {
        display: block;
    }
  .filter_block .filter__subtitle{
    padding-top: 20px;
  }
  .filter_block .filter__wrapper{
    overflow: visible;
    height: auto;
    background: #fff;
    padding-top: 0;
  }
  .filter_block .filter__accordeon{
    padding-top: 0;
  }
  .filter_block form{
    overflow: auto;
    height: 100vh;
  }
  .filter__close{
    top: -20px;
    z-index: 9;
    position: absolute;
    left: -13px;
  }
  .filter--mobile .filter__accordeon-btn:hover{
    background: #3C4769;
  }
  .filter__accordeon-link a{
    height: auto;
    line-height: 100%;
    margin-bottom: 0;
    padding: 19px 30px 19px 20px;
    color: #fff;
    display: block;
    background: #3C4769;
    border-bottom: 3px solid #1F1F2B;
  }
  .filter__wrapper{
    overflow: auto;
    height: 100vh;
    padding-top: 20px;
    background: #1F1F2B;
  }
  .filter--mobile.filter--active{
    left: 20px;
    right: 20px;
    width: 100%;
  }
  .filter--mobile.filter--active .filter__wrapper{
    margin-right: 40px;
  }
  .second_menu{
    display: none;
  }
  .gategories_wrap{
    overflow: auto;
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 0;
    margin-bottom: 25px;
  }
	.section_9 .slick-next {
		display: none !important;
	}
	.header{
	  position: static;
	}
	body::before{
	  display: none;
	}
  .mobile-sticky__panel {
      display: flex;
  }
  .header__bottom{
    display: none;
  }
}

