@media screen and (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1380px;
  }
}
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-weight: 600;
  font-style: normal;
}

.roboto-bold {
  font-weight: 600;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.top_row_outer {
	border-bottom: 1px solid #eaeaea;
}
.top_row {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.5rem !important;
	padding-top: 0.5rem !important;
	margin-bottom: 0 !important;
}
.top_row .top_menu li {
	display: inline-block;
	margin-left: 20px;
}
.top_row .top_city svg {
	fill: #000000;
	margin-top: -4px;
}
.top_phone {

}
.top_phone a {
	color: #434343;
}
.top_lk {
	float: right;
}
.top_menu {
	display: inline-block;
	margin-bottom: 0;
}
.top_menu a {
	color: #434343;
}
.top_lk {
	margin-left: 10px;
}
.bx-footer-section {
	margin-top: 60px;
}
.bx-footer-section.bg-secondary {
	margin-top: 0px;
}
.bx-footer .bg-dark {
	background-color: #262626 !important;
}

body a,
body a:hover {
	color: #434343;
	text-decoration: none;
}
.ContactOsnov {
	background: #fff;
	border-radius: 8px;
}
.ContactOsnov strong {
	font-size: 16px;
    color: #434343;
}
.ContactOsnovBlock {
	padding-bottom: 0.20rem;
}

/*
:root {
	--ui-font-family-open-sans: 'Montserrat', sans-serif;
}
*/
.top_city {
	cursor: pointer;
	position: relative;
}
.top_city .top_city_inner {
	display: none;
    list-style: none;
    padding: 20px 20px 14px 20px;
    margin: 0;
    position: absolute;
    z-index: 999;
    background: #fff;
    top: 0;
    left: 0;
    width: 250px;
    box-shadow: 0px 0px 4px #a9a9a9;
    border-radius: 4px;
}
.top_city .top_city_inner.active {
	display: block;
}
.top_city .top_city_inner .city_list {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.top_city .top_city_inner .city_list li {
	position: relative;
	margin-bottom: 7px;
}
.top_city .top_city_inner .city_list li i {
	position: absolute;
	right: 5px;
	color: #434343;
}
.bx-header-logo img {
	max-height: 50px;
}
.bx-header-logo .bx-logo-block {
	height: auto;
}
.bx-header-contact {
	padding: 0 2% 0 5%;
}
.bx-searchtitle {
	width: 100%;
}
.form-control,
.form-control:focus {
	border: 1px solid #f3f3f3;
	box-shadow: none;
}
.btn-primary {
	border-radius: 4px;
}
.btn-check:hover + .btn-primary, .btn-primary:hover,
.btn-check:active + .btn-primary, .btn-primary:active,
.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #0d4649;
	border-color: #fff;
	box-shadow: none;
}
.header_menu {
	background: #eeedef;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
}
.header_menu ul.header_nav_main {
	margin-bottom: 0;
	padding: 0;
}
.header_menu ul.header_nav_main li {
	display: inline-block;
	margin-right: 20px;
}
.header_menu ul.header_nav_main li a {
	padding: 0 10px;
	display: block;
}
a.catalog_href {
	border-radius: 4px;
	display: flex;
	justify-content: center;
    align-items: center;
	color: #858585;
}
.catalog_li {
	position: relative;
}
.layout-row__catalogue-menu-icon {
	width: 24px;
	height: 18px;
	position: relative;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	margin-right: 10px;
}
.layout-row__catalogue-menu-icon_piece--top {
	top: 3px;
}
.layout-row__catalogue-menu-icon_piece--middle {
	top: 8px;
}
.layout-row__catalogue-menu-icon_piece--bottom {
	top: 13px;
}
.layout-row__catalogue-menu-icon_piece {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}
a.catalog_href.collapsed:hover .layout-row__catalogue-menu-icon_piece--top {
	top: 1px;
}
a.catalog_href.collapsed:hover .layout-row__catalogue-menu-icon_piece--bottom {
	top: 15px;
}
.layout-row__catalogue-btn--collapsed .layout-row__catalogue-menu-icon_piece--top {
	top: 8px !important;
	width: 110%;
	transform: rotate(135deg);
}
.layout-row__catalogue-btn--collapsed .layout-row__catalogue-menu-icon_piece--middle {
	opacity: 0;
	left: -60px;
}
.layout-row__catalogue-btn--collapsed .layout-row__catalogue-menu-icon_piece--bottom {
	top: 8px !important;
	width: 110%;
	transform: rotate(-135deg);
}
.header_nav {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	background: #fff;
	z-index: 9999;
}
.header_nav.opened {
	display: block;
}
.header_nav .bx-nav-list-1-lvl {
	display: block;
}
.footer_contacts a:hover,
.footer_contacts a {
	color: #fff;
	display: block;
	margin-bottom: 10px;
}
.bx-footer-logo img {
	max-width: 250px;
}
.basket-line_header { padding: 0 }
.basket-line_header > a {
	position: relative;
	padding: 0 10px;
	height: 100%;
	display: inline-block;
}
.basket-line_header > a > svg { margin: 0; }

.basket-line_header > a > span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 18px;
	padding: 0 5px;
	line-height: 18px;
	border: none;
	background: #0D4649;
	color: #fff;
	font-size: 10px;
	border-radius: 3px;
	text-align: center;
	width: auto;
}

.top_menu_drop { position: relative; }
.top_menu_drop ul { display: none; list-style: none;
    padding: 20px 20px 14px 20px;
    margin: 0;
    position: absolute;
    z-index: 999;
    background: #fff;
    top: 100%;
    left: -10px;
    width: 200px;
    box-shadow: 0px 0px 4px #a9a9a9;
    border-radius: 4px; }
.top_menu_drop ul.active { display: block; }
.top_menu_drop ul li { margin: 0 !important; }

.bx-header {
	position: relative;
    z-index: 110;
}
.b-menu-shadow { position: fixed;
    left: 0;
    top: 0;
	height: 0;
    width: 100%;
    min-height: revert-layer;
    background: rgba(0, 0, 0, .7);
opacity: 0;
transition: opacity linear .4s;
    z-index: 100;visibility: hidden; }
.b-menu-shadow.viewed { height: 100%; opacity: 1; visibility: visible; }
.bx-header .b-menu-shadow {
    height: auto;
    bottom: 0;
    position: absolute;
}
.buy_wrap {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    position: relative;
    margin-bottom: 8px;
}

.buy_wrap a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    text-align: center !important;
}
.buy_wrap.hide_link a { display: none; }

.hidden { display: none !important; }

#title-search-input { background: #EAEAEA; border: none; border-radius: 4px; padding-left: 50px; height: 40px; }
.search-title-button_ { position: absolute !important; top: 0; left: 0; width: 15px; height: 40px; padding-right: 10px; text-indent: 10000px; z-index: 5; border: none; overflow: hidden; background: none; border-radius: 4px; }
.search-title-button_:before { content:''; position: absolute; top: 12px; left: 15px; display: block; width: 15px; height: 15px; background: url(./images/search.svg); }
.bx-searchtitle .input-group-append { z-index: 10; }

.buy_wrap { width: 130px; height: 35px; }
.addToBasketOffer { line-height: 35px !important;     background: #0D4649;
    color: #fff !important;
    padding: 0 18px;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500; }
.buy input {
	font-size: 16px !important;
    text-align: center !important;
    font-weight: normal !important;
    border: none !important;
    border-radius: 0 !important;
    background: #EAEAEA !important;
    line-height: 32px !important;
    padding: 16px 0 !important;
	width: 60px !important;
    height: 32px !important;
}
.buy span {
    color: #0d4649;
    cursor: pointer;
    background: #EAEAEA;
    padding: 16px 0;
    line-height: 35px;
	width: 35px;
	display: block;
}

.b-fmenu {display: none; position: fixed; bottom: 0; left: 0; width: 100%; height: 60px; background: #fff; z-index: 130; border-top: 1px solid #EBEBEB; }
.b-fmenu-links { list-style: none; display: flex; padding: 0; height: 100%; margin: auto; }
.b-fmenu-links li { width: 25%; display: flex; justify-content: center; align-items: center; }
.b-fmenu-links a { color: #B5B5B9; position: relative; display: flex; height: 38px; font-size: 11px; flex-direction: column; justify-content: space-between; }
.b-fmenu-links img { display: block; margin: 0 auto; }
.b-fmenu-links span {  }
.b-fmenu-links i {
	position: absolute;
	top: 0;
	right: 3px;
	height: 15px;
	line-height: 15px;
	padding: 0 5px;
	color: #fff;
	font-size: 10px;
	background: #0D4649;
	font-style: normal;
	border-radius: 3px;
}

.b-fmenu-wrap { width: 100%; height: 0; position: fixed; top: 0; left: 0; overflow:hidden; background: rgba(0,0,0,0); transition: background ease-in-out .4s; }
.b-fmenu-sub {position: fixed; bottom: -622px; left: 0; width: 100%; max-height: 90vh; height: 622px; border-radius: 15px 15px 0 0; background: #f3f3f3; overflow: auto; transition: bottom ease-in-out .4s; padding-bottom: 60px; z-index: 120; padding: 45px 20px 20px; }
body.show-sub { overflow: hidden }
body.show-sub .b-fmenu-wrap { display: block; background: rgba(0,0,0,.6); height: 100vh; }
body.show-sub .b-fmenu-sub { bottom: 0; }
.b-fmenu-sub-title { position: relative; }
.b-fmenu-sub-title span { font-size: 22px; font-weight: 600; }
.b-fmenu-sub-title button { position: absolute; top: 5px; right: 0; display: flex; width: 42px; height: 26px; background: #EAEAEA; border-radius: 5px; border: none;  border: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;}
.b-fmenu-sub-title svg {  }
.b-fmenu-city {  }
.b-fmenu-city .active_city {
	display: block;
    width: 100%;
    height: 42px;
    background: #fff;
    line-height: 42px;
    padding: 0 20px;
	margin-bottom: 20px;
	border-radius: 8px;
}

.b-fmenu-city .active_city > p {     padding: 0;
    margin: 0;
    display: inline-block; }
.b-fmenu-city .active_city > svg {     margin: 0 5px; }
.b-fmenu-menu-links { background: #fff; border-radius: 8px; padding: 20px; margin-bottom: 20px; list-style: none; }
.b-fmenu-menu-links li { padding: 0; margin: 0; }
.b-fmenu-menu-links li a { display: block; position: relative; font-size: 15px; line-height: 18px; padding: 10px 15px 10px 0; }
.b-fmenu-menu-links li a:before { content: ''; width: 6px; height: 11px; display: block; position: absolute; top: 13px; right: 0; background: url(./images/fmenu-arrow.svg) }
.b-fmenu-phone { background: #fff; border-radius: 8px; display: block; text-aling: center; margin-bottom: 20px; }
.b-fmenu-phone a { text-align: center; line-height: 45px; display: block; }
.b-fmenu-phone a:before { content: ''; position: relative; left: -10px; top: 2px; display: inline-block; width: 13px; height: 13px; background: url(./images/fmenu-phone.svg); }
.b-fmenu .top_city_inner {  }
.b-fmenu .top_city_inner-close {  }
.b-fpopup-city .city_list { list-style: none;
    padding: 0 14px;
    width: 100%;
    margin: 0; }
.b-fpopup-city .city_list li {     width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
	padding-bottom: 10px;}
.b-fpopup-city .city_list i {  }
.b-fpopup-wrap .top_city_inner { display: block; position: relative; }
.b-fpopup-wrap .top_city_inner { font-size: 22px; font-weight: 600; }
.b-fpopup-wrap .top_city_inner button { position: absolute; top: 5px; right: 0; display: flex; width: 42px; height: 26px; background: #EAEAEA; border-radius: 5px; border: none; justify-content: center; align-items: center; }

.b-fpopup-city { width: 100%; height: 0; position: fixed; top: 0; left: 0; overflow:hidden; z-index: 160; }
.b-fpopup-wrap { width: 100%; height: 0; position: fixed; top: 0; left: 0; z-index: 170; overflow:hidden; background: rgba(0,0,0,0); transition: background ease-in-out .4s; }
.b-fpopup-sub {
	position: fixed;
	bottom: -300px;
	max-height: 90vh;
	height: 300px;
	width: 100%;
	border-radius: 15px 15px 0 0;
	background: #fff;
	overflow: auto;
	transition: bottom ease-in-out .4s;
	padding-bottom: 60px;
	z-index: 180;
	padding: 45px 20px 20px; }

body.show-sub-city .b-fpopup-city { height: 100vh; }
body.show-sub-city .b-fpopup-wrap { display: block; background: rgba(0,0,0,.6); height: 100vh; }
body.show-sub-city .b-fpopup-sub { bottom: 0; }

.b-ffilter {display: none; position: fixed; bottom: 0; left: 0; width: 100%; height: 60px; background: #fff; z-index: 130; border-top: 1px solid #EBEBEB; }
.b-ffilter-wrap { width: 100%; height: 0; position: fixed; top: 0; left: 0; overflow:hidden; background: rgba(0,0,0,0); transition: background ease-in-out .4s; }
.b-ffilter-sub {position: fixed; bottom: -622px; left: 0; width: 100%; max-height: 90vh; height: 622px; border-radius: 15px 15px 0 0; background: #f3f3f3; overflow: auto; transition: bottom ease-in-out .4s; padding-bottom: 60px; z-index: 120; padding: 45px 20px 20px; }
body.show-filter { overflow: hidden }
body.show-filter .b-ffilter-wrap { display: block; background: rgba(0,0,0,.6); height: 100vh; }
body.show-filter .b-ffilter-sub { bottom: 0; }

.b-ftab {display: none; position: fixed; bottom: 0; left: 0; width: 100%; height: 60px; background: #fff; z-index: 130; border-top: 1px solid #EBEBEB; }
.b-ftab-wrap { width: 100%; height: 0; position: fixed; top: 0; left: 0; overflow:hidden; background: rgba(0,0,0,0); transition: background ease-in-out .4s; }
.b-ftab-sub {position: fixed; bottom: -622px; left: 0; width: 100%; max-height: 90vh; height: 622px; border-radius: 15px 15px 0 0; background: #fff; overflow: auto; transition: bottom ease-in-out .4s; padding-bottom: 60px; z-index: 120; padding: 45px 20px 20px; }
body.show-tab { overflow: hidden }
body.show-tab .b-ftab-wrap { display: block; background: rgba(0,0,0,.6); height: 100vh; }
body.show-tab .b-ftab-sub { bottom: 0; }
body.show-tab .b-ftab-sub .b-ftab-sub-title-close { position: absolute; top: 45px; right: 20px; display: flex; width: 42px; height: 26px; background: #EAEAEA; border-radius: 5px; border: none;  border: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }


.b-fprop {display: none; position: fixed; bottom: 0; left: 0; width: 100%; height: 60px; background: #fff; z-index: 130; border-top: 1px solid #EBEBEB; }
.b-fprop-wrap { width: 100%; height: 0; position: fixed; top: 0; left: 0; overflow:hidden; background: rgba(0,0,0,0); transition: background ease-in-out .4s; }
.b-fprop-sub {position: fixed; bottom: -622px; left: 0; width: 100%; max-height: 90vh; height: 622px; border-radius: 15px 15px 0 0; background: #fff; overflow: auto; transition: bottom ease-in-out .4s; padding-bottom: 60px; z-index: 120; padding: 0px 20px 20px; }
body.show-prop { overflow: hidden }
body.show-prop .b-fprop-wrap { display: block; background: rgba(0,0,0,.6); height: 100vh; }
body.show-prop .b-fprop-sub { bottom: 0; }
body.show-prop .b-fprop-sub .b-fprop-sub-title-close { position: absolute; top: 30px; right: 15px; display: flex; width: 42px; height: 26px; background: #EAEAEA; border-radius: 5px; border: none;  border: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    z-index: 1}

.table_offers table td { text-align: left !important; }
.table_offers table thead td:last-child { text-align: left !important; padding-right: 20px; width: 130px; }
.table_offers .buy { text-align: right !important }

.table_offers table td.buy { justify-content: end; padding-right: 20px; }

.b-offers { display: none; padding-bottom: 20px; }
.b-offers-item { padding: 15px 15px; border: 1px solid #f3f3f3; margin-bottom: 10px; border-radius: 4px; background: #fff; }
.b-offers-item-art { font-size: 13px; color: #858585; }
.b-offers-item-name { color: #434343; font-size: 13px; line-height: 1.3; font-weight: 500;}
.b-offers-item-buy { display: flex; justify-content: space-between; align-items: center; }
.b-offers-item-price { font-size: 18px; color: #262626; font-weight: bold; margin: 0; padding: 0; }
.b-offers-item-price .buy {  }
.b-offers-item-price a {  }

.b-product-images {
	border: 1px solid #f3f3f3;
    padding: 10px;
    max-height: 450px;
    height: 400px;
    background: #fff;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
}

.b-product-images .owl-carousel .owl-item img {
    width: auto !important;
    max-height: 350px;
    margin: auto;
}

@media screen and (max-width: 980px) {
	#offers { display: none; }
  .b-offers {
    display: flex;
    order: 2;
    flex-direction: column;
  }
	.bx-basket-fixed { display: none; }
	.top_row_outer { display: none; }
	.bx-header-logo { margin: 20px 0 15px 10px; background: none !important; padding: 0; height: 28px; }
	.bx-menu-button-mobile { display: none !important; }
	.bx-header-contact { padding: 0 10px !important }
	.b-fmenu { display: block; }
	.b-ffilter { display: block; }
	body { padding-bottom: 60px; }
	.catalog_href { display: none !important; }
	.col_price.m-left { display: flex; justify-content: end; width: 100%; }
	.row_price {padding-left: 0px;}

}

.bx-header {
	border-bottom: 1px solid #eaeaea;
    padding-bottom: 0px;
    background: #F9F9F9
}


.catalog_href { white-space: nowrap; width: 140px; height: 40px; margin-right: 50px; background: #EAEAEA; border-radius: 4px; line-height: 38px; }
.catalog_href span span { background: #858585; }

.b-cmenu { display: none; position: relative; height: 0; width: 100%; margin: auto; max-width: 1200px; z-index: 160; }
.b-cmenu.show { display: block; }
.b-cmenu-wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 20px;
	gap: 20px;
	background: #FFFFFF;
	border: 1px solid #DADADA;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	width: fit-content;
	align-items: stretch;
    margin-top: 15px;
 }
.b-cmenu-item { min-height: 50px; width: 310px; }
.b-cmenu-item a { position: relative; width: 100%; font-size: 14px; line-height: 20px; padding: 15px 20px 15px 45px; display: inline-block; }
.b-cmenu-item a.have_sub:before { content: ''; position: absolute; top: 19px; right: 0; width: 6px; height:11px; background: url(./images/fmenu-arrow.svg); }
.b-cmenu-item a.active { text-decoration: underline }
.b-cmenu-img { position: absolute; top: 7px; left: 0; width: 35px; height: 35px; background-position: center; background-repeat: no-repeat; background-size: cover; }
.b-cmenu-item span {  }
.b-cmenu-items { display: none; }
.b-cmenu-items.active { display: block; }
.b-cmenu-name {  }
.b-cmenu-col {  }
.b-cmenu-col.m-root {  }
.b-cmenu-col.m-sub { display: none; border-left: 1px solid #EAEAEA; padding-left: 20px; }
.b-cmenu-items-title {  }

.basket-line_header { margin-left: 12px; }

@media screen and (max-width: 1100px) {
	.b-cmenu-item { width: 250px; }
}
.b-product-images .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
}
.b-product-images .owl-nav button { position: absolute; top: 132px; width: 30px; height: 35px; outline: none; }
.b-product-images .owl-nav button span { display: none; }
.b-product-images .owl-nav button.owl-prev { left: 0; background: url(./images/nav-arrow.svg) !important; }
.b-product-images .owl-nav button.owl-next { -webkit-transform: rotate(180deg); transform: rotate(180deg); right: 0; background: url(./images/nav-arrow.svg) !important; }
.bx-authform-input-container input[type="text"], .bx-authform-input-container input[type="password"] {
    width: 100%;
    font-size: 17px;
    height: 50px;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    padding: 0 12px;
	background: #fff;
}

footer.footer {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #262626;
}
footer.footer .footerTop {
  padding-bottom: 35px;
}
footer.footer .footerTop .footerTopRow {
  display: flex;
  flex-wrap: wrap;
}
footer.footer .footerTop .footerTopRow .footerTopColum {
  width: 25%;
  display: flex;
  flex-direction: column;
}
footer.footer .footerTop .footerTopRow .footerTopColum .footerTopColumTitle {
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
footer.footer .footerTop .footerTopRow .footerTopColum .menuBottom {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 25px;
  gap:8px;
}
footer.footer .footerTop .footerTopRow .footerTopColum .menuBottom li {}
footer.footer .footerTop .footerTopRow .footerTopColum .menuBottom li a {
  color: #DDDDDD;
  font-size: 14px;
  line-height: 16px;
}
footer.footer .footerTop .footerTopRow .footerTopColum .footerTopColumSenderTitle {
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
footer.footer .footerTop .footerTopRow .footerTopColum .bx-subscribe {
  margin-bottom: 0;
  margin-top: 20px;
}
footer.footer .footerTop .footerTopRow .footerTopColum .bx-subscribe .bx-input-group .bx-form-control {
  position: relative;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 44px;
  padding: 0px 25px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #9A9A9A;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  outline: none;
  box-shadow: none !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
footer.footer .footerTop .footerTopRow .footerTopColum .bx-subscribe .btn-subscribe {
  cursor: pointer;
  text-align: center;
  background: #D9D9D9 !important;
  border: none !important;
  color: #262626;
  font-size: 15px;
  position: relative;
  text-transform: none;
  border-radius: 4px;
  line-height: 1;
  height: 44px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  outline: none;
  -webkit-transition: width 5s linear;
  -moz-transition: width 5s linear;
  -ms-transition: width 5s linear;
  -o-transition: width 5s linear;
  transition: width 5s linear;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
footer.footer .footerTop .footerTopRow .footerTopColum .bx-subscribe .btn-subscribe:before {
  display: none;
}
footer.footer .footerBottom {
  padding-top: 35px;
  border-top: 1px solid #5B5B5B;
  display: flex;
  flex-wrap: wrap;
}
footer.footer .footerBottom .footerBottomBtns {
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
footer.footer .footerBottom .footerBottomBtns .footerBottomBtn {
  width: 35px;
  height: 35px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
footer.footer .footerBottom .footerBottomBtns a.footerBottomBtn {
  background: transparent;
}
footer.footer .footerBottom .footerBottomText {
  width: calc(100% - 100px);
  padding-left: 34px;
}
footer.footer .footerBottom .footerBottomText .footerBottomTextCopy {
  font-size: 15px;
  line-height: 17px;
  color: #fff;
}
footer.footer .footerBottom .footerBottomText .footerBottomTextPolicy {
  margin-top: 10px;
  font-size: 11px;
  line-height: 14px;
  color: #CCCCCC;
}
footer.footer .footerBottom .footerBottomText .footerBottomTextPolicy a {
  text-decoration: underline;
  color: #CCCCCC;
}
footer.footer .footerBottom .footerBottomText .footerBottomTextPolicy a:hover {
  text-decoration: none;
}

@media screen and (max-width: 980px) {
  footer.footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  footer.footer .footerTop {
    padding-bottom: 25px;
  }
  footer.footer .footerTop .footerTopRow {
    flex-direction: column;
  }
  footer.footer .footerTop .footerTopRow .footerTopColum {
    width: 100%;
  }
  footer.footer .footerTop .footerTopRow .footerTopColum .footerTopColumTitle {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #5B5B5B;
    position: relative;
  }
  footer.footer .footerTop .footerTopRow .footerTopColum .footerTopColumTitle::after {
    width: 11px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 22px;
    content: '';
    background: url("images/bottomMenu.svg") center center no-repeat;
    transform: rotate(180deg);
  }
  footer.footer .footerTop .footerTopRow .footerTopColum .footerTopColumTitle.active::after {
    transform: rotate(0deg);
  }
  footer.footer .footerTop .footerTopRow .footerTopColum .menuBottom {
    display: none;
  }
  footer.footer .footerTop .footerTopRow .footerTopColum .menuBottom.active {
    display: flex;
  }
  footer.footer .footerTop .footerTopRow .footerTopColum .menuBottom li a {
    font-size: 14px;
  }
  footer.footer .footerTop .footerTopRow .footerTopColum .footerTopColumSenderTitle {
    font-size: 16px;
    line-height: 18px;
    margin-top: 35px;
  }
  footer.footer .footerBottom {
    padding-top: 25px;
  }
  footer.footer .footerBottom .footerBottomText {
    padding-left: 20px;
    width: calc(100% - 85px);
  }
  footer.footer .footerBottom .footerBottomText .footerBottomTextPolicy {
    display: none;
  }
  footer.footer .footerBottom .footerBottomText .footerBottomTextCopy {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
  }
  .bx-breadcrumb {
    overflow-x: scroll;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bx-breadcrumb-item {
    height: 22px;
    white-space: nowrap;
    flex-basis: 0;
    flex-shrink: 0;
  }
  .bx-breadcrumb-item-text {
    white-space: nowrap;
  }
.b-product-images .owl-nav button {display: none}

}
.bx-authform-social {
	display: none;
}
.bx-authform-formgroup-container .btn-primary {
	width: 100%;
	height: 50px
}
@media screen and (max-width: 480px) {
  .bx-header {
    overflow: hidden;
  }
  .bx-wrapper {
    overflow: hidden;
  }
}