@charset "utf-8";
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Mont', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	background: #ffffff;
	width: 100%;
	height: 100%;
	color: #333333;
}
.container-xxxl {
	width: 100%;
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
  padding-right: 2.7rem;
  padding-left: 2.7rem;
  margin-right: auto;
  margin-left: auto;
	position: relative;
}
@media (min-width: 576px) {
  .container-xxxl {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .container-xxxl {
    max-width: 1890px;
  }
}
@media (max-width: 767.99px) {
  .container-xxxl {
    padding-right: calc(var(--bs-gutter-x) * .75);
    padding-left: calc(var(--bs-gutter-x) * .75);
  }
}
@media (max-width: 539.99px) {
  .container-xxxl {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
a {
	color: #333333;
	position: relative;
	text-decoration: underline;
	transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}
a:hover {
	color: #790726;
}
.content a {
	display: inline-block;
	color: #333333;
	position: relative;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
	transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.content a:hover {
	text-decoration: none;
	color: #790726;
	border-color: #790726;
}
a:focus {
	outline: none;
}
h1, .h1 {
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 34px;
	font-weight: 600;
	line-height: 40px;
	text-align: left;
	color: #333333;
}
h2, .h2 {
	margin-bottom: 30px;
	margin-top: 35px;
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	color: #333333;
}
h3 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 25px;
	margin-top: 30px;
	font-weight: 400;
	color: #333333;
}
h4 {
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #333333;
}
p {
	margin-top: 15px;
	margin-bottom: 15px;
}
ul {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-left: 0;
}
ol {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-left: 27px;
}
.content ul li {
	padding: 5px 0px 5px 16px;
	list-style: none;
	position: relative;
}
ul li::marker {
  color: #790726;
  font-size: 1.25em;
}
.content ul li::before {
  top: 13px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #333333;
}
ol li {
	padding: 5px 0px;
}
li p {
	padding: 0px 0px;
	margin: 0;
}
hr { 
	color: #ededed;
	background-color:#ededed; 
	border:0px none; 
	height:1px; 
	clear:both;
	margin: 15px 0px;
}
.btn {
	display: inline-block;
  color: #FFFFFF;
	font-size: 18px;
  background: #790726;
  text-decoration: none;
	border: none;
	border-radius: 5px;
	font-style: normal;
	padding: 13px 30px 12px 30px;	
	position: relative;
}
.btn:hover {
  color: #FFFFFF;
	background: #88092b;
	text-decoration: none;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
.btn:active, .btn:visited, .btn:focus {
  outline: none;
	color: #FFFFFF;
}
.btn.btn-white {
  color: #333333;
  background: #FFFFFF;
	font-weight: 600;
}
.btn.btn-white:hover {
  color: #333333;
	background: #FFFFFF;
	text-decoration: none;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
.btn-small {
	font-size: 12px;
	padding: 6px 20px 5px 20px;
}
.btn-link {
	background-color: transparent;
	border: none;
	color: #5e5e5e;
}
.btn-link:hover {
	background-color: transparent;
	border: none;
  color: #790726;
}
.more {
	margin-top: 30px;
}
.strong {
	font-weight: 700;
}


/******** header ************/
.tophead-wrap {
	background-color: #F5F5F5;
}
.tophead {
  display: grid;
  grid-template-columns: 1fr 292px 1fr; /* 1fr - доля от оставшегося пространства, 292px - фиксированная ширина */
  grid-gap: 30px; /* Промежутки между блоками */
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F5F5F5;
}
.tophead-mob {
	top: 54px;
	z-index: 19999;
	height: 120px;
	font-size: 16px;
	background-color: #F5F5F5;
	color: #333333;
	position: fixed;
	width: 100%;
}
.logo {	
	display: flex;
	justify-content: flex-start;
	width: 292px;
}
.logo img {
	max-width: 100%;
	height: 59px;
	width: auto;
}
.search-city-col {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.search-block {
	margin-right: 30px;
}
.search-block form {
	display: flex;
	align-items: center;
}
.search-block input[type="text"] {
	background: none;
	border: none;
	border-bottom: 2px solid #777777;
	border-radius: 0;
	width: 180px;
	height: 26px;
	line-height: 26px;
	padding-left: 0;
	padding-right: 0;
	margin: 0 10px 0 0;
}
.search-block button {
	background-image: url(../img/lupa.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	border-radius: 0;
	width: 26px;
	height: 26px;
	margin: 0;
	filter: grayscale(1) brightness(3);
	transition: all 0.2s ease-in-out;
}
.search-block button:hover {
	filter: grayscale(0) brightness(1);
}
.regions-select-region {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}
.regions-select-region > span {
	display: inline-block;
	text-align: center;
	color: #777777;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	border-bottom: 1px dashed #777777;
  transition: all 0.2s ease-in-out;
}
.regions-select-region > span::before {
	content: "";
	width: 22px;
	height: 26px;
	display: block;
	margin: 0 auto 5px auto;
	background-image: url(../img/map.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: transparent;
	filter: grayscale(1) brightness(3);
  transition: all 0.2s ease-in-out;
}
.regions-select-region:hover > span {
	color: #790726;
	border-color: #790726;
}
.regions-select-region:hover > span::before {
	filter: grayscale(0) brightness(1);
}
.regions-select-toggle {
	display: flex;
	align-items: center;
	justify-content: stretch;
	flex-direction: column;
	border: none;
	color: #777777;
	border-radius: 5px;
	outline: none;
	position: relative;
	width: 30px;
  height: 30px;
	cursor: pointer;
	margin-left: 30px;
}
.regions-select-toggle span::after, 
.regions-select-toggle span::before, 
.regions-select-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
  width: 30px;
  height: 3px;
  border-radius: 6px;
  background-color: #777777;
}
.regions-select-toggle:hover span::after, 
.regions-select-toggle:hover span::before, 
.regions-select-toggle:hover span {
  background-color: #790726;
}
.regions-select-toggle span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
  width: 30px;
	transition: .3s all ease;
}
.regions-select-toggle span::before {
	content: "";
	position: absolute;
	left: 0;
	top: -12px;
  width: 30px;
	transition: .3s all ease;
}
.regions-select-toggle.active {
  cursor: pointer;
}
.regions-select-toggle.active:hover span::after, 
.regions-select-toggle.active:hover span::before, 
.regions-select-toggle.active:hover span {
  background-color: #777777;
}

/*****************************************************/
@media (max-width: 1699.98px) {
	.tophead {
    grid-template-columns: auto auto auto;
	}
}
@media (max-width: 1439.98px) {
	h1, .h1 {
		font-size: 32px;
		line-height: 36px;
	}
	h2, .h2 {
		font-size: 26px;
		line-height: 30px;
	}
	h3, .h3 {
		font-size: 22px;
		line-height: 24px;
	}
	h4, .h4 {
		font-size: 18px;
		line-height: 20px;
	}
	.search-block input {
    width: 100px;
	}
}
@media (max-width: 1399.98px) {
	.search-block input {
    width: 100px;
	}
}
@media (max-width: 1199.98px) {	
	h1, .h1 {
		font-size: 30px;
		line-height: 34px;
	}
	.logo {
		width: 200px;
	}
	.logo img {
		max-width: 200px;
		height: auto;
	}
}
@media (max-width: 991.98px) {
	body {
		font-size: 14px;
	}
	h1, .h1 {
		font-size: 30px;
		line-height: 34px;
	}
	.logo {
		width: 100%;
	}		
	.logo img {
		max-width: 100%;
		height: auto;
	}
}
@media (max-width: 767.98px) {
	h1, .h1 {
		font-size: 26px;
		line-height: 28px;
	}
	h2, .h2 {
		font-size: 22px;
		line-height: 24px;
	}
	h3, .h3 {
		font-size: 18px;
		line-height: 20px;
	}
	h4, .h4 {
		font-size: 16px;
		line-height: 18px;
	}
	.search-block {
    width: 36px;
		height: 40px;
		position: relative;
	}
	.search-block form {
		position: absolute;
		right: 0;
		height: 40px;
		background-color: #F5F5F5;
	}
	.search-block input[type="text"] {
		padding: 0px 0px 0px 0px;
		width: 0px;
		height: 36px;
		line-height: 36px;
		margin: 0;
		opacity: 0;
		border: 0px;
		border-radius: 0px;
		transition: all 0.1s ease-in-out;
	}
	.search-block.active input {
		width: 100%;
		padding: 0px 0px 0px 36px;
		margin-right: 10px;
		opacity: 1;
		border-bottom: 2px solid #790726;
	}
	.search-block .search-block-btnc {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 36px;
		height: 36px;
		background-image: url(../img/search2-close.svg);
		background-repeat: no-repeat;
		background-position: 10px center;
		display: block;
		opacity: 0;
		transition: all 0.1s ease-in-out;
  }
	.search-block.active .search-block-btnc {
		opacity: 1;
	}
	header {
		height: 60px!important;
	}
}

/*************** меню ******************/
.logo.logo-mobile {
	display: none;
}
.navbar-col {	
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.rd-navbar-static {
	background-color: #F5F5F5;
}
.rd-navbar-static.rd-navbar--is-stuck {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.logo-static {
	height: 34px;
	line-height: 34px;
	width: 170px;
  float: left;
  margin: 0px 0px 0px 0px;
}
.rd-navbar-panel2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.phone-static {
	display: none;
	width: 140px;
	height: auto;
}
.rd-navbar-panel2 {
  display: none;
}
.phone-mobile {
	display: none;
}
.rd-navbar-static.rd-navbar--is-clone .phone-static {
    display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel2 {
  display: flex;
}
.rd-navbar-static.rd-navbar--is-clone .phone-static a {
	display: block;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
}
.rd-navbar-static.rd-navbar--is-clone .phone-static a.callbacklink {
	display: none;
}
.rd-navbar-static.rd-navbar--is-clone .phone-static a:hover {
	color: #790726;
	text-decoration: none;
}
.rd-navbar-static.rd-navbar--is-clone .socseti-static {
	display: flex;
}
.rd-navbar-static.rd-navbar--is-clone {
	background: #ffffff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 1px -1px 5px 0px rgba(29, 33, 36, 0.3);
}
.rd-navbar-static.rd-navbar--is-clone .logo-static, .rd-navbar-static.rd-navbar--is-clone .phone-static {
	display: flex;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-outer {
	width: 100%;
	max-width: 1320px;
	--bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-right: auto;
  margin-left: auto;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
    display: flex;
		align-items: center;
		justify-content: flex-end;
}
.rd-navbar-wrap {
	width: auto;
	position: relative;
}
.rd-navbar-static .rd-navbar-inner {
	padding: 0;
	background: transparent;
}
.rd-navbar-static .rd-navbar-main-outer {
	width: auto;
	position: relative;
}
.rd-navbar-static .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	background: transparent;
	width: 100%;
	margin: 0;
}
.rd-navbar-main-element {
	position: relative;
	width: 100%;
}
.rd-navbar-static .rd-navbar-nav-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: .44s ease-in-out;
	width: 100%;
}
.rd-navbar-static .rd-navbar-panel {
	display: none;
	align-items: center;
	justify-content: space-between;
	padding: 0px 0px;
}
.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck .rd-navbar-static .rd-navbar-panel {
	display: flex;
}
.rd-navbar-static .rd-navbar-nav {
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: .44s ease-in-out;
	width: 100%;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
	padding: 10px 0px;
}
.rd-navbar-static .rd-navbar-nav > li {
	margin: 0 25px 0 0;
  padding: 0px 0px 0px 0px;
}
.rd-navbar-static .rd-navbar-nav > li:first-child {
	padding-left: 0px;
}
.rd-navbar-static .rd-navbar-nav > li:last-child {
	padding-right: 0px;
}
.rd-navbar-static .rd-nav-item {
	display: inline-block;
	position: relative;
}
.rd-navbar-static .rd-nav-item + .rd-nav-item {
	margin-left: 0px;
}
.rd-navbar-static .rd-navbar-nav > li > a {
  display: inline-block;
  font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	white-space: nowrap;
	background-color: transparent;
	position: relative;
	color: #777777;	
  padding: 0px;
  text-transform: uppercase;
	text-decoration: none;
}
.rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-static .rd-navbar-nav > li.opened > a, .rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-static .rd-navbar-nav > li > a:hover, .rd-navbar-static .rd-navbar-nav > li > a:hover, .rd-navbar-static .rd-navbar-nav > li.current-menu-parent > a, .rd-navbar-static .rd-navbar-nav > li.current-menu-item > a {
	color: #790726;
	text-decoration: underline;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li > a {
  font-size: 14px;
	line-height: 16px;
}
.rd-navbar-static .rd-navbar-nav > li.rd-navbar-submenu > a {
	padding-right: 22px;
}
.rd-navbar-static .rd-navbar-nav > li.rd-navbar-submenu > a::after {
	content: " ";
	display: block;
	position: absolute;
	right: 0px;
	top: 4px;
	width: 16px;
	height: 8px;
	background: url(../img/arrow-down.svg) no-repeat center center;
	background-size: contain;
	filter: grayscale(1) brightness(3);
	transform: rotate(-90deg);
	transition: all 0.2s ease-in-out;
}
.rd-navbar-static .rd-navbar-nav > li.rd-navbar-submenu.focus > a::after {
	filter: grayscale(0) brightness(100%);
	transform: rotate(0deg);
	transition: all 0.2s ease-in-out;
}
.rd-navbar-static .rd-nav-link {
    position: relative;
    display: inline-block;
    color: #ffffff;
    transition: .25s;
}
.rd-navbar-static .rd-navbar-submenu-toggle {
  margin-left: 0px;
	font-family: "Material Design Icons";
  font-size: 20px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.rd-navbar-static .rd-navbar-submenu-toggle::before {
	position: relative;
	transition: .22s;
	content: '\f236';
	color: #ffffff;
	display: none;
}
.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before {
	transform: rotate(180deg);
}
.rd-navbar-static .rd-navbar-dropdown {
    position: absolute;
    left: 0;
    width: 230px;
    background: #ffffff;
    z-index: 5;
}
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
	color: #333333;
}
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
	margin-top: 0px;
}
.rd-navbar-static .rd-nav-item + .rd-nav-item {
	margin-left: 0px;
	margin-right: 25px;
}
.rd-navbar-static .rd-nav-item:last-child {
	margin-right: 0px;
}
.rd-navbar-static .rd-nav-link {
	position: relative;
	display: inline-block;
	color: #333333;
	transition: .25s;
}
.rd-navbar-static .rd-nav-link:hover {
	color: #333333;
}
.rd-navbar-static .rd-menu {
	position: absolute;
	z-index: 15;
	display: block;
	padding: 16px 27px;
	margin-top: 22px;
	margin-left: -27px;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	box-shadow: 0px 3px 4px 0px rgba(29, 33, 36, 0.3);
	transform: translate3d(0, 30px, 0);
}
.rd-navbar-static .rd-navbar-dropdown {
	position: absolute;
	left: 0;
	width: 240px;
	background: #ffffff;
	z-index: 5;
	list-style: none;
	padding: 0px 0px;
	border-radius: 0px;
	margin: 0px 30px 0px 30px;	
}
.rd-navbar-static .rd-navbar-dropdown .rd-dropdown-item {
	list-style: none;
	position: relative;
	margin: 0px;	
	display: inline-block;
	width: calc(50% - 20px);
	padding: 7px 25px;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
	top: 0px;
	left: 100%;
	z-index: 2;
	margin-top: 0px;
	margin-left: -1px;
	padding: 10px 0px 10px 0px;	
	transform: translate3d(30px, -1px, 0);
	box-shadow: 2px 3px 4px 0px rgba(29, 33, 36, 0.3);
	background-color: #ffffff;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown {
  top: 0px;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
	left: 0;
	width: 250px;
	border-radius: 5px;
	line-height: 17px;	
	margin: 10px 0px 0px 0px;	
	padding: 30px 0px 30px 40px;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown.rd-navbar-dropdown-170 {
	width: 170px;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown.rd-navbar-dropdown-250 {
	width: 600px;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown::before {
		content: '';
		position: absolute;
		top: -10px;
		left: 30px;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #FFFFFF;
		filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
}
.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 15px;
	transform: translate3d(-30px, 0, 0);
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
	color: #333333;
}
.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link:hover, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link:hover {
	color: #333333;
}
.rd-navbar-static .rd-navbar-dropdown li.focus {
	background-color: #f6f6f6;
}
.rd-navbar-static .rd-navbar-dropdown li.focus > a {
	background-color: transparent;
}
.rd-navbar-static .rd-dropdown-link {
	color: #333333;
}

.rd-navbar-static .rd-dropdown-link:hover {
	color: #333333;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-megamenu-list li > a {
	position: relative;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	text-align: left;
	line-height: 17px;
	text-decoration: none;
	font-size: 15px;
	margin-left: 0px;
	padding: 6px 0px 7px 28px;
}
.rd-navbar-static .rd-navbar-dropdown li > a.zhenskaya-obuv::before {
	content: " ";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 4px;
	left: 0;
	background-image: url(../img/icon-zhenobuv.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
	filter: grayscale(1) brightness(3);
}
.rd-navbar-static .rd-navbar-dropdown li > a.muzhskaya-obuv::before {
	content: " ";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 8px;
	left: 0;
	background-image: url(../img/icon-mugobuv.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
	filter: grayscale(1) brightness(3);
}
.rd-navbar-static .rd-navbar-dropdown li > a.zhenskie-aksessuary::before {
	content: " ";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 4px;
	left: 0;
	background-image: url(../img/icon-zhenoacs.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
	filter: grayscale(1) brightness(3);
}
.rd-navbar-static .rd-navbar-dropdown li > a.muzhskie-aksessuary::before {
	content: " ";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 11px;
	left: 0;
	background-image: url(../img/icon-mugacs.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
	filter: grayscale(1) brightness(3);
}
.rd-navbar-static .rd-navbar-dropdown li:last-child > a,
.rd-navbar-static .rd-megamenu-list li:last-child > a {
	border-bottom: none;
}

.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a:focus, .rd-navbar-static .rd-navbar-dropdown li > a:active,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a:focus,
.rd-navbar-static .rd-megamenu-list li > a:active {
	color: #333333;
}

.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li > a:hover {
	color: #790726;
	text-decoration: none;
	background: none;
}
.rd-navbar-static .rd-navbar-dropdown li > a.zhenskaya-obuv:hover::before {
	filter: grayscale(0) brightness(1);
}
.rd-navbar-static .rd-navbar-dropdown li > a.muzhskaya-obuv:hover::before {
	filter: grayscale(0) brightness(1);
}
.rd-navbar-static .rd-navbar-dropdown li > a.zhenskie-aksessuary:hover::before {
	filter: grayscale(0) brightness(1);
}
.rd-navbar-static .rd-navbar-dropdown li > a.muzhskie-aksessuary:hover::before {
	filter: grayscale(0) brightness(1);
}

.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a::before {
	transition: all .2s ease-in-out;
}
.rd-navbar--is-clone.rd-navbar-static .rd-navbar-nav-wrap {
  height: 43px;
	padding: 0px 60px;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li > a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  position: relative;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li > a:hover,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li.focus > a {
  color: #333333;
}
.phone-mobile-top {
	display: none;
}
/*
*
* RD Navbar Fixed
*/
/*.rd-navbar-fixed .rd-navbar-toggle {
	display: block;
	background: #790726;
	border: none;
	color: #ffffff;
	border-radius: 5px;
	outline: none;
	position: relative;
  top: auto;
  left: auto;
	right: auto;
	width: 38px;
  height: 30px;
}
.rd-navbar-fixed .rd-navbar-toggle span:after, 
.rd-navbar-fixed .rd-navbar-toggle span:before, 
.rd-navbar-fixed .rd-navbar-toggle span {
  width: 22px;
  height: 2px;
  border-radius: 6px;
}
.rd-navbar-fixed .rd-navbar-toggle span:after {
  top: 6px;
}
.rd-navbar-fixed .rd-navbar-toggle span:before {
  top: -6px;
}
.rd-navbar-fixed .rd-navbar-toggle.active span:before {
  top: -1px;
  width: 13px;
}
.rd-navbar-fixed .rd-navbar-toggle.active span:after {
  top: 1px;
  width: 13px;
}*/

.rd-navbar-fixed .rd-navbar-toggle {
	display: flex;
	align-items: center;
	justify-content: stretch;
	flex-direction: column;
	border: none;
	background-color: transparent;
	color: #777777;
	border-radius: 5px;
	outline: none;
	position: relative;
	width: 30px;
  height: 30px;
	cursor: pointer;
	margin-left: 0px;
	padding: 0;
	top: 0;
	left: 0;
}
.rd-navbar-fixed .rd-navbar-toggle span::after, 
.rd-navbar-fixed .rd-navbar-toggle span::before, 
.rd-navbar-fixed .rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
  width: 30px;
  height: 3px;
  border-radius: 6px;
  background-color: #777777;
}
.rd-navbar-fixed .rd-navbar-toggle span {
	transform: none;
}
.rd-navbar-fixed .rd-navbar-toggle span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
  width: 30px;
	transition: .3s all ease;
}
.rd-navbar-fixed .rd-navbar-toggle span::before {
	content: "";
	position: absolute;
	left: 0;
	top: -12px;
  width: 30px;
	transition: .3s all ease;
}
.rd-navbar-fixed .rd-navbar-toggle.active {
  cursor: pointer;
}
.rd-navbar-fixed .rd-navbar-toggle.active span::after, 
.rd-navbar-fixed .rd-navbar-toggle.active span::before {
  background-color: #790726;
	width: 30px;
}

.rd-navbar-fixed .rd-navbar-toggle.active {
	outline: none;
}
.rd-navbar-fixed .rd-navbar-toggle.active span {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
	background-color: #F5F5F5;
}
.rd-navbar-fixed .rd-navbar-toggle.active span::before {
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
  transform: rotate3d(0, 0, 1, -90deg);
	top: 13px;
  left: 13px;
}
.rd-navbar-fixed .rd-navbar-toggle.active span::after {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}
.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	top: 0;
	margin-left: 6px;
	text-align: left;
	right: 0;
	left: 0;
	padding-left: 56px;
	color: #fff;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
}

.ios .rd-navbar-fixed .rd-navbar-brand, .ipad .rd-navbar-fixed .rd-navbar-brand {
	padding-left: 14px;
}
.rd-navbar-fixed .rd-navbar-brand .top-phones {
	float: right;
}
.rd-navbar-fixed .rd-navbar-brand .pm-header-logo-a {
	display: none;
}
.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 160px;
	max-height: 58px;
	width: auto;
	height: auto;
	display: none;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	right: 0;
	left: auto;
	top: 60px;
	bottom: 0px;
	color: #333333;
	background: #F5F5F5;
	border-left: 0px;
	z-index: 1079;
	width: 270px;
	padding: 0px 0 30px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 14px;
	transform: translateX(110%);
	box-shadow: -1px 5px 5px 0 rgba(0, 0, 0, 0.15)
}
.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
	width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
	background: #790726;
	border: none;
	border-radius: 5px;
	opacity: .2;
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: #f5ebe1;
	border: none;
	border-radius: 0;
}
.rd-navbar-fixed .rd-navbar-nav {
    margin: 0;
}
.rd-navbar-fixed .rd-navbar-panel2 {
  display: flex;
} 
.rd-navbar-fixed .rd-navbar-nav > li {
    margin: 0;
    padding: 0;
		list-style: none;
}
.rd-navbar-fixed .rd-navbar-nav li.active > a {
    color: #fff;
    background: #790726;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle {
  width: 50px;
  height: 47px;
  text-align: center;
  color: #790726;
  cursor: pointer;
	border-left: 1px solid #dfdfdf;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle:hover {
  color: #790726;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle:before {
  content: '+';
	position: relative;
  display: inline-block;
  transition: .22s;
  text-align: center;
	transition: .22s;
	top: 49%;
}
.rd-navbar-fixed .rd-navbar-nav:before {
	border-bottom: 1px solid #dfdfdf;
	height: 0px;
}
.rd-navbar-fixed .opened > .rd-navbar-submenu-toggle:before {
	transform: rotate(45deg);
	top: 25%;
}
.rd-navbar-fixed .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-megamenu {
	margin: 0;	
	background: #fbfbfb;
	padding: 0;
}
.rd-navbar-fixed .rd-navbar-submenu > .rd-navbar-dropdown > .rd-navbar-submenu > .rd-navbar-submenu-toggle {
  height: 32px;
}
.rd-navbar-fixed .rd-navbar-submenu.opened .rd-navbar-submenu .rd-navbar-submenu-toggle:before {
	top: 49%;
}
.rd-navbar-fixed .rd-navbar-submenu.opened .rd-navbar-submenu.opened .rd-navbar-submenu-toggle:before {
	top: 13%;
}
.rd-navbar-fixed .rd-navbar-nav li > a {
  padding: 16px 36px 13px 16px;
	color: #777777;
	border-bottom: 1px solid #dfdfdf;
	font-size: 16px;
  text-decoration: none;
  line-height: 17px;
	font-weight: 600;
	text-transform: uppercase;
}
.rd-navbar-fixed .rd-navbar-nav li.opened > a, .rd-navbar-fixed .rd-navbar-nav li a:hover {
  color: #790726;
	background: #fbfbfb;
}
.rd-navbar-fixed .rd-navbar-submenu > .rd-navbar-dropdown > .rd-navbar-submenu > .rd-navbar-dropdown > li > a {
  font-weight: 400;
	font-size: 14px;
	padding-left: 45px;
}
.rd-navbar-fixed .rd-navbar-nav li li.rd-dropdown-item {
	margin: 0;
  padding: 0;
}
.rd-navbar-fixed .rd-navbar-nav li li.rd-dropdown-item a {
	padding: 13px 10px 12px 30px;
	color: #777777;
	line-height: 13px;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}
.rd-navbar-fixed .logo.logo-mobile {
	display: block;
	padding: 20px 20px 10px 20px;
	text-align: center;
}
.logo.logo-mobile span {
	margin-top: 10px;
}
.rd-navbar-contacts {
	display: none;
	padding: 10px 15px 0px 15px;
}
.rd-navbar-contacts .phone.phones {
	line-height: 22px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.rd-navbar-contacts .phone.phones a {
  font-size: 18px;
  line-height: 27px;
	color: #333333;
}
.rd-navbar-contacts-phones {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rd-navbar-contacts .socseti__wap img {
  display: inline-block;
  width: 38px;
  height: 38px;
}
.rd-navbar-contacts .address-mobile.address {
	margin-top: 10px;
}
.rd-navbar-contacts .address-mobile.address a {
	color: #333333;
	font-size: 15px;
}

.rd-navbar-fixed .tophead {
	width: 100%;
	max-width: 100%;
	padding-top: 10px;
  padding-bottom: 10px;
	grid-gap: 15px;
	display: flex;
  justify-content: space-between;
}
.rd-navbar-fixed .tophead .navbar-col {
  order: 3;
	justify-content: flex-end;
	width: 30px;
}
.rd-navbar-fixed .tophead .navbar-col .rd-navbar-main {
	width: 30px;
}
.rd-navbar-fixed .tophead .logo-col {
  order: 1;
}
.rd-navbar-fixed .tophead .search-city-col {
  order: 2;
	justify-content: center;
}
.rd-navbar-fixed .regions-select-toggle {
	display: none;
}
.rd-navbar-fixed .tophead .logo {
	width: 100%;
	text-align: left;
	height: 40px;
}
.rd-navbar-fixed .tophead .logo img {
	width: auto;
	height: 40px;
}
.rd-navbar-fixed .tophead .regions-select-region > span::before {
	background-size: 18px auto;
	width: 18px;
  height: 22px;
  margin-bottom: 2px;
}

@media (max-width: 1399.98px) {
	.rd-navbar-static .rd-navbar-nav > li,
	.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin: 0 15px 0 0;
	}
	.rd-navbar-static .rd-navbar-nav > li > a {
		font-size: 14px;
	}
	.phones-soc {
		padding-left: 0;
		padding-right: 0;
	}
	.rd-navbar-static.rd-navbar--is-clone {
		display: none;
	}
	.rd-navbar-fixed .logo.logo-mobile {
		display: none;
	}
}
@media (max-width: 1139.98px) {
	.tophead {
		grid-gap: 20px;
	}
	.rd-navbar-static .rd-navbar-nav > li,
	.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin: 0 12px 0 0;
	}
	.rd-navbar-static .rd-navbar-nav > li > a {
		font-size: 12px;
	}
	.rd-navbar-static .rd-navbar-nav > li.rd-navbar-submenu > a {
    padding-right: 17px;
	}
	.rd-navbar-static .rd-navbar-nav > li.rd-navbar-submenu > a::after {
    top: 3px;
	}
}
@media (max-width: 1023.98px) {	
	.rd-navbar-fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background-color: #F5F5F5;
		height: auto;
		z-index: 1001;	
		box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
		padding-right: calc(var(--bs-gutter-x)* .5);
  	padding-left: calc(var(--bs-gutter-x)* .5);
	}
	.topmenubg {
		height: auto;
	}
	.rd-navbar-wrap {
		border-top: none;
	}
	.rd-navbar-main {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.rd-navbar-main-element {
		height: auto;
		width: auto;
	}
	.rd-navbar-panel {
		display: none;		
		position: absolute;
	}
	.logo-static {
		display: none;
		width: 0;
	}
	.rd-navbar-panel3 {
		display: flex;
		justify-content: flex-end;
		margin-right: 0px;
		width: 38px;
	}
	.address-mob a {
		font-size: 16px;
	}
}
@media (max-width: 767.98px) {
	.rd-navbar-panel2 {
		display: none;
		position: absolute;
		padding-left: 0px;
	}
	.rd-navbar-panel {
		display: none;
	}
	.rd-navbar-panel2 {
    width: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
  }
	.rd-navbar-fixed .tophead .logo {
    width: 170px;
    height: 40px;
	}
}
@media (max-width: 374.98px) {	
	.rd-navbar-fixed .tophead .logo {
		width: 140px;
	}
	.search-block {
    margin-right: 20px;
	}
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}

.pic-left {
	float: left;
	margin-right: 30px;
	border-radius: 20px;
	max-width: 350px;
}
.pic-right {
	float: right;
	margin-left: 30px;
	border-radius: 20px;
	max-width: 420px;
}
.pic-left img, .pic-right img {
	border-radius: 20px;
}
.display-flex {
	display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
	align-items: center;
 	justify-content: center;
}
.display-flex.spacebetwen {
	align-items: center;
  	justify-content: space-between;
}

/************** главная ********************/
.main-big-pic {	
  display: flex;
	justify-content: center;
	text-align: center;
}
.main-big-pic img {	
  height: auto;
	width: 100%;
	max-width: 1920px;
	max-height: 800px;
}
/****************/
.main-slider .swiper-slide {
  /*height: 800px;*/
  height: auto;
	position: relative;
	text-align: center;
}
.main-slider .img_980,
.main-slider .img_768,
.main-slider .img_320 {
	display:none;
}
.swiper-slide__picture {
	width: 100%;
  position: absolute;
	z-index: 1;
	height: 100%;
	text-align: center;
}
.swiper-slide__picture img {	
  height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.swiper-slide__content {
	width: 100%;
  height: 100%;
  position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: left;
	color: #ffffff;
	font-size: 20px;
}
.swiper-slide__content .container-xxxl {
	padding-top: 70px;
	padding-bottom: 60px;
  height: 100%;
	display: flex;
	align-items: center;
}
.swiper-slide__item {
	display: inline-block;
}
.swiper-slide__content__cap-big {
	font-size: 90px;
	line-height: 100px;
	font-weight: 700;
	color: #333333;
}
.swiper-slide__content__text {
	font-size: 70px;
	color: #333333;
}
.swiper-slide__content__text a {
	color: #790726;
	text-decoration: none;
}
.swiper-slide__content__btns {
	margin-top: 20px;
}
.btn.swiper-slide__content__btns__btn-zamer span {
	display: inline-block;
	background-image: url(../img/zamer-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 38px;
}
.btn.swiper-slide__content__btns__btn-link {
	background: none;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: none;
}
.btn.swiper-slide__content__btns__btn-link span {
	display: inline-block;
	border-bottom: 2px dashed #ffffff;
	transition: border 0.2s ease-in-out;
}
.btn.swiper-slide__content__btns__btn-link:hover {
	color: #790726;
}
.btn.swiper-slide__content__btns__btn-link:hover span {
	border-color: #790726;
}
.swiper-button-next,
.swiper-button-prev {
  color: #790726;
	background-color: #F5F5F5;
	width: 40px;
	height: 40px;
	border-radius: 20px;
}
.swiper-button-next {
	right: 0;
	margin-right: 20px;
}
.swiper-button-prev {
	left: 0;
	margin-left: 20px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 20px;
	opacity: 0.8;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  color: #790726;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.swiper-button-next:active, .swiper-button-prev:active {
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
	opacity: 1;
}
.swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	line-height: 19px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

@media (max-width: 1399.98px) {
	.swiper-slide__content .container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.swiper-button-prev {
    margin-left: 22px;
	}
	.swiper-button-next {
    margin-right: 22px;
	}
}
@media (max-width: 1199.98px) {	
	.swiper-slide__content .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.swiper-slide__content__cap-big {
		font-size: 34px;
	}
	.swiper-slide__content__text {
		font-size: 20px;
		margin-top: 20px;
	}
	.swiper-slide__content__btns {
		margin-top: 40px;
	}
	.btn {
		padding: 14px 30px 13px 30px;
	}
}
@media (max-width: 991.98px) {
	.main-slider .swiper-slide {
   /* height: 360px;*/
    height: auto;
  }
	.main-slider .img_980 {
		display: inline;
	}
	.main-slider .img_1920 {
		display: none;
	}
	.swiper-slide__content__cap-big {
		font-size: 28px;
	}
	.swiper-slide__content__text {
		font-size: 18px;
		margin-top: 15px;
	}
	.swiper-button-prev {
    margin-left: 3px;
	}
	.swiper-button-next {
    margin-right: 3px;
	}
}
@media (max-width: 767.98px) {
	.main-slider .swiper-slide {
    /* height: 180px;*/
		height: auto;
  }
	.main-slider .img_768 {
		display: inline;
	}
	.main-slider .img_980 {
		display: none;
	}
	.swiper-horizontal>.swiper-pagination-bullets, 
	.swiper-pagination-bullets.swiper-pagination-horizontal, 
	.swiper-pagination-custom, 
	.swiper-pagination-fraction
	{
		bottom: -25px;
	}
	.swiper-slide__content {
		text-align: center;
		font-size: 18px;
	}
	.swiper-slide__item {
		padding: 10px 30px 10px 30px;
	}
	.swiper-slide__content__cap-big {
		font-size: 20px;
		line-height: 22px;
	}
	.swiper-slide__content__text {
		font-size: 13px;
		margin-top: 2px;
	}
	.swiper-slide__content__btns {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.swiper-slide__content .container {
    padding-left: 30px;
    padding-right: 30px;
		padding-top: 20px;
    padding-bottom: 10px;
  }
	.swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
		margin-top: -70px;
	}
	.swiper-button-prev {
    margin-left: 3px;
	}
	.swiper-button-next {
    margin-right: 3px;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 18px;
	}
	.btn {
		padding: 14px 30px 13px 30px;
		font-size: 16px;
		max-width: 100%;
	}
}
@media (max-width: 376.98px) {
	.main-slider .swiper-slide {
		/*height: 300px;*/
		height: auto;
	}
	.main-slider .img_320 {
		display: inline;
	}
	.main-slider .img_768 {
		display: none;
	}
	.swiper-slide__content__btns {
		margin-top: 20px;
	}
	.swiper-pagination {
		display: none;
	}
	.btn.swiper-slide__content__btns__btn-zamer {
		padding: 12px 20px 11px 20px;
		font-size: 15px;
	}
	.btn.swiper-slide__content__btns__btn-zamer span {
		padding-left: 32px;
	}
}
/*****************/

.main-cat {
	margin-top: 57px;
}
.main-cat .col-6 {
	display: flex;
	justify-content: center;
}
.main-cat__block {
	width: 100%;
	border-radius: 5px;
	position: relative;
}
.main-cat__block-link {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
}
.main-cat__block__pic {
	max-width: 100%;
	border-radius: 5px;
}
.main-cat__block__cap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 20px 25px 40px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.main-cat__block-link:hover {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199.98px) {	
	.main-cat {
		margin-top: 45px;
	}
	.main-cat__block__cap {
		padding: 10px 10px 10px 15px;
		font-size: 15px;
		line-height: 18px;
	}
}
@media (max-width: 991.98px) {
	.main-cat__block__cap {
		padding: 10px 10px 20px 30px;
		font-size: 20px;
		line-height: 22px;
	}
}
@media (max-width: 767.98px) {
	.main-cat {
		margin-top: 20px;
	}	
	.main-cat__block__cap {
		padding: 10px 10px 7px 10px;
    font-size: 12px;
    line-height: 14px;
	}
}
@media (max-width: 374.98px) {
	.main-cat__block__cap {
		padding: 10px 10px 5px 8px;
    font-size: 10px;
    line-height: 12px;
	}
}
.section-cap {
	position: relative;
}
.recomended {
	margin-top: 60px;
}
.view-more {
	position: absolute;
	right: 0;
	top: 5px;
}
.view-more a {
	position: relative;
	display: block;
	padding-left: 58px;
	font-size: 18px;
	line-height: 20px;
	color: #444444;
	font-weight: 300;
	text-decoration: none;
}
.view-more a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/arrow-r1.svg);
	background-position: left center;
	background-repeat: no-repeat;
	width: 55px;
	height: 22px;
	filter: grayscale(1) brightness(3);
	transition: all 0.2s ease-in-out;
}
.view-more a:hover {
	color: #790726;
}
.view-more a:hover::before {
	filter: grayscale(0) brightness(1);
}

.recomended-swiper .swiper-slide {
	padding-right: 1px;
}
.product-item-container {
	min-height: 100%;
	background-color: #F5F5F5;
	border-radius: 5px;
}
.catlist-item {
	border: 1px solid #F5F5F5;
	border-radius: 5px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
		min-height: 100%;
}
.catlist-item__pic a {
	display: block;
	padding-top: 80px;
	text-align: center;
	height: 355px;
	position: relative;
}
.catlist-item__pic img {
	width: auto;
	max-width: 100%;
	max-height: 275px;
}
.catlist-item__pic span.catlist-item__pic__labels {
	position: absolute;
	top: 10px;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	z-index: 11;
}
.catlist-item__pic span.catlist-item__pic__label {
	display: inline-block;
	padding: 5px 10px 2px 10px;
	background-color: #ff5252;
	color: #FFFFFF;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.catlist-item__pic span.catlist-item__pic__label.catlist-item__pic__label-new {
	background-color: #289345;
}
.catlist-item__pic span.catlist-item__pic__label.catlist-item__pic__label-sale {
	background-color: #f3e524;
}
.catlist-item__pic span.catlist-item__pic__discount {
	display: inline-block;
	width: auto;
	padding: 4px 10px 2px 10px;
	background-color: #790726;
	color: #FFFFFF;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.catlist-item__desc {
	text-align: center;
	padding: 15px 10px 11px 10px;
}
.catlist-item__cap {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	margin-bottom: 3px;
}
.catlist-item__cap a {
	text-decoration: none;
}
.catlist-item__artnumber {
	font-size: 10px;
	color: #777777;
}
.catlist-item__price {
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	margin-top: 10px;
}
.catlist-item__price__old {
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	color: #777777;
	text-decoration: line-through;
	margin-right: 10px;
}
.catlist-item__price__new {
	display: inline-block;
	color: #790726;
}
@media (max-width: 767.98px) {	
	.section-cap .h2 {
		text-align: left;
	}
	.view-more a {
    padding-left: 30px;
    font-size: 12px;
    line-height: 16px;
	}
	.view-more a::before {
    background-position: right center;
    width: 25px;
    height: 16px;
	}
	.catlist-item__pic a {
    padding-top: 60px;
    height: 236px;
	}
	.catlist-item__cap {
    font-size: 14px;
    line-height: 16px;
	}
	.catlist-item__price {
    font-size: 16px;
    line-height: 18px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.catlist-item__price__old {
    font-size: 14px;
    line-height: 18px;
    margin-right: 10px;
	}
	.catlist-item__price__new {
    font-size: 16px;
    line-height: 18px;
	}
	.catlist-item__desc {
		padding-bottom: 4px;
	}
	.product-item-scu-block-title {
		font-size: 10px;
	}
	.product-item-scu-item-text-container {
		min-width: 18px;
	}
	.product-item-scu-item-text {
		font-size: 10px;
		line-height: 13px;
	}
}
.main-rekl {
	margin-top: 80px;
}
.main-rekl__block-assortiment {
	background-image: url(../img/main-assortiment.webp);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #F0F0F0;
	border-radius: 5px;
	padding: 65px 0 65px 85px;
	min-height: 400px;
}
.main_rekl__block__cap {
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 10px;
}
.main_rekl__block__desc {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 24px;
}
.main-rekl__block-assortiment .main_rekl__block__cap,
.main-rekl__block-assortiment .main_rekl__block__desc {
	max-width: 420px;
}
.main-rekl__block-konkurentnye-tseny {
	background-image: url(../img/main-konkurentnye-tseny.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #F5F5F5;
	border-radius: 5px;
	padding: 65px 55px 50px 55px;
	min-height: 400px;
}
.main-rekl__block-podarki {
	background-image: url(../img/main-podarochnye-karty.webp);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	border-radius: 5px;
	padding: 42px 55px 50px 49px;
	min-height: 295px;
}
.main-rekl__block-podarki .main_rekl__block__desc {
	max-width: 240px;
}
.main-rekl__block-vk {
	background-image: url(../img/main-vk.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0177FF;
	border-radius: 5px;
	padding: 65px 55px 50px 65px;
	min-height: 295px;
}
.main-rekl__block-vk .main_rekl__block__cap {
	padding-left: 140px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../img/main-vk-vk.webp);
	background-position: left center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 24px;
}
.main-rekl__block-vk .main_rekl__block__btn {
	display: flex;
	justify-content: center;
}
@media (max-width: 1399.98px) {
	.main-rekl__block-konkurentnye-tseny {
    padding: 35px 35px 20px 35px;
    min-height: auto;
	}
	.main-rekl__block-hashtag {
		background-color: #790726;
		display: flex;
		justify-content: center;
		border-radius: 5px;
	}
}
@media (max-width: 1199.98px) {
	.main-rekl__block-hashtag {
		background-color: #790726;
		min-height: 382px;
		align-items: center;
	}
	.main-rekl__block-hashtag img {
		max-width: 100%;
		height: auto;
	}
	.main-rekl__block-konkurentnye-tseny {
		padding: 35px 35px 9px 38px;
		min-height: auto;
	}
	.main-rekl__block-podarki {
    padding: 35px 35px 9px 38px;
	}
	.main-rekl__block-podarki .main_rekl__block__desc {
    max-width: 200px;
	}
	.main-rekl__block-vk {
    padding: 45px 25px 40px 25px;
    min-height: 295px;
	}
	.main-rekl {
		margin-top: 50px;
	}
}
@media (max-width: 991.98px) {
	.main-rekl__block-assortiment {
    padding: 65px 0 55px 65px;
	}
	.main-rekl__block-konkurentnye-tseny {
     padding: 60px 50px 30px 65px;
	}
	.main-rekl__block-hashtag {
		min-height: auto;
	}
	.main-rekl__block-vk {
    padding: 65px 65px 50px 65px;
	}
	.main-rekl {
		margin-top: 30px;
	}
}
@media (max-width: 767.98px) {	
	.main-rekl__block-assortiment {
    background-size: cover;
    padding: 40px 35px 35px 35px;
    min-height: auto;
		background-position: center bottom;
	}
	.main-rekl__block-konkurentnye-tseny {
		padding: 40px 35px 5px 35px;
	}
	.main-rekl__block-konkurentnye-tseny .main_rekl__block__cap {
    font-size: 23px;
    line-height: 25px;
	}
	.main-rekl__block-podarki {
		padding: 35px 35px 190px 35px;
	}
	.main-rekl__block-podarki .main_rekl__block__desc {
		max-width: 100%;
	}
	.main-rekl__block-vk {
		padding: 30px 35px 5px 35px;
	}
	.main-rekl__block-vk .main_rekl__block__cap {
    padding-left: 0px;
    padding-top: 95px;
    padding-bottom: 10px;
    background-image: url(../img/main-vk-vk.webp);
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 22px;
		text-align: center;
	}
	.main-rekl {
		margin-top: 20px;
	}
}
.main-catalog {
	margin-top: 80px;
}
.main_catalog__btn-more {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.main-brands {
	padding-top: 30px;
}
.main-brands__item div {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #F5F5F5;
	min-height: 126px;
	border-radius: 5px;
}
.main-brands__item a {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #F5F5F5;
	min-height: 126px;
	border-radius: 5px;
}
.main-brands__item a:hover {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199.98px) {	

}
@media (max-width: 991.98px) {
	
}
@media (max-width: 767.98px) {	
	
}
@media (max-width: 374.98px) {

}

/********************* footer ********************/
.footer {
	width: 100%;
	margin-top: 60px;	
	background: #F4F4F4;
	color: #7f7f7f;
	padding-top: 30px;
	padding-bottom: 45px;
}
.footer a {
	color: #7f7f7f;
}
.footer a:hover {
	color: #790726;
}
.footer_info {
	padding-bottom: 30px;
	padding-top: 30px;
}
.footer_logo-wrap-wrap {
	display: flex;
	justify-content: flex-start;
}
.footer_logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer_logo img {
	max-width: 100%;
	width: auto;
}
.footer_copyrite {
	margin-top: 0px;
	font-size: 14px;
	color: #7f7f7f;
	text-align: left;
}
.footer_copyrite a {
	color: #7f7f7f;
}
.footer_copyrite a:hover {
	color: #790726;
}
.footer_cap,
.footer_cap a {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
	color: #1E1E1E;
}
.footer_menu ul {
	margin-top: 5px;
	list-style: none;
	margin-left: 0;
}
.footer_menu a {
	font-size: 16px;
	color: #444444;
	text-decoration: none;
}
.footer_menu a:hover {
	color: #790726;
	text-decoration: underline;
}
.footer_email {
	font-size: 16px;
	margin-bottom: 26px;
} 
.footer_email a {
	display: inline-block;
	padding-left: 20px;
	background-image: url(../img/email.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	text-decoration: none;
	color: #444444;
}
.footer_email a:hover {
	color: #790726;
	text-decoration: underline;
}

.footer_soc a {
	display: inline-block;
	margin-right: 10px;
} 
.footer_soc a:last-child {
	margin-right: 0px;
}
.footer_soc a img {
	display: inline-block;
	transition: all 0.2s ease-in-out;
} 
.footer_soc a:hover img {
	transform: scale(1.2);
}
.footer_rating {
	margin-top: 50px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {

}
@media (max-width: 767.98px) {
	.footer_logo-wrap-wrap {
		justify-content: center;
	}
	.footer_cap {
		margin-top: 30px;
		text-align: center;
	}
	.footer_address,
	.footer_phones,
	.footer_email,
	.footer_soc,
	.footer_rating {
		text-align: center;
	}	
	.footer_menu ul li {
		text-align: center;
	}
	.footer_copyrite {
    text-align: center;
	}
}
@media (max-width: 374.98px) {

}

/************** inputs *****************/
.input {
	position: relative;
}
input[type="text"] {
  width: 240px;
	max-width: 100%;
  padding: 10px 15px;
  border: 1px solid #F0F0F0;
	background-color: #f7f7f7;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
	margin-bottom: 10px;
	transition: 300ms cubic-bezier(.4, 0, .2, 1);
	-webkit-transition: 300ms cubic-bezier(.4, 0, .2, 1);
	-ms-transition: 300ms cubic-bezier(.4, 0, .2, 1);
}
input[type="text"]:focus {
  border-color: #790726;
  outline: none;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
textarea {
  width: 240px;
	max-width: 100%;
  padding: 10px 15px;
  border: 1px solid #F0F0F0;
	background-color: #f7f7f7;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
	margin-bottom: 10px;
	transition: 300ms cubic-bezier(.4, 0, .2, 1);
	-webkit-transition: 300ms cubic-bezier(.4, 0, .2, 1);
	-ms-transition: 300ms cubic-bezier(.4, 0, .2, 1);
	height: 100px;
}
textarea:focus {
  border-color: #790726;
  outline: none;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.modal-body input[type="text"],
.modal-body textarea {
	width: 100%;
}
.modal-title {
	font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.modal-footer {
  justify-content: space-between;
}
.input label {
   position: absolute;
   top: 10px;
   left: 0;
   z-index: 2;
   cursor: text;
   line-height: 50px;
	 height: 50px;	 
	 padding: 0px 15px;
	 background-color: transparent;
   transition: 300ms cubic-bezier(.4, 0, .2, 1);
   -webkit-transition: 300ms cubic-bezier(.4, 0, .2, 1);
   -ms-transition: 300ms cubic-bezier(.4, 0, .2, 1);
}
.input label.clicked {
	font-size: 13px;
	background-color: #FFFFFF;
	height: 14px;
	line-height: 14px;	
	padding: 0px 6px;	
	left: 9px;
	top: 3px;
}
.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.sogl {
  font-size: 12px;
	line-height: 14px;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #F0F0F0;
  border-radius: 5px;
}
.checkbox input:checked ~ .checkmark {
  background-color: #790726;
  border-color: #790726;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 9px;
  top: 3px;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
select.form-select {
	border-color: #1E1E1E;
	border-radius: 5px;
	padding: 10px 20px;
	cursor: pointer;
}
select.form-select:hover, 
select.form-select:focus {
    border-color: #790726;
    outline: 0;
    box-shadow: none;
}
select.form-select option:hover {
  background-color: #F0F0F0 !important;
	color: #333333 !important;
}
.__select {
	 position: relative;
	 width: 100%;
	 height: 40px;
	 margin: 0 auto;
}
 .__select[data-state="active"] .__select__title::before {
	 transform: translate(-3px, -50%) rotate(-45deg);
}
 .__select[data-state="active"] .__select__title::after {
	 transform: translate(3px, -50%) rotate(45deg);
}
 .__select[data-state="active"] .__select__content {
	 opacity: 1;
}
 .__select[data-state="active"] .__select__label + .__select__input + .__select__label {
	 max-height: 40px;
	 border-top-width: 1px;
}
 .__select__title {
	 display: flex;
	 align-items: center;
	 width: 100%;
	 height: 100%;
	 padding: 8px 36px 8px 16px;
	 border-radius: 5px;
	 border: solid 1px #ebebeb;
	 cursor: pointer;
}
 .__select__title::before, .__select__title::after {
	 content: "";
	 position: absolute;
	 top: 50%;
	 right: 16px;
	 display: block;
	 width: 10px;
	 height: 2px;
	 transition: all 0.3s ease-out;
	 background-color: #333;
	 transform: translate(-3px, -50%) rotate(45deg);
}
 .__select__title::after {
	 transform: translate(3px, -50%) rotate(-45deg);
}
 .__select__title:hover {
	 border-color: #790726;
}
 .__select__title:hover::before, .__select__title:hover::after {
	 background-color: #790726;
}

 .__select__content {
	 position: absolute;
	 top: 40px;
	 left: 3px;
	 display: flex;
	 flex-direction: column;
	 width: calc(100% - 6px);
	 background-color: #fff;
	 border: 1px solid #f0f0f0;
	 border-top: none;
	 border-bottom-left-radius: 5px;
	 border-bottom-right-radius: 5px;
	 transition: all 0.3s ease-out;
	 opacity: 0;
	 height: 0px;
	 z-index: 80;
}
.__select[data-state="active"] .__select__content {
	 opacity: 1;
	 height: auto;
}
 .__select__input {
	 display: none;
}
 .__select__input:checked + label {
	 background-color: #f5f5f5;
}
 .__select__input:disabled + label {
	 opacity: 0.6;
	 pointer-events: none;
}
 .__select__label {
	 display: flex;
	 align-items: center;
	 width: 100%;
	 height: 40px;
	 padding: 0 16px;
	 transition: all 0.2s ease-out;
	 cursor: pointer;
	 overflow: hidden;
}
 .__select__label + input + .__select__label {
	 border-top: 0 solid #f0f0f0;
}
 .__select__label:hover {
	 background-color: #f5f5f5;
}
 
.select {
    position: relative;
    font-family: sans-serif;
    width: 300px;
}

.select__title {
    cursor: pointer;
    padding: 10px;
    border: 1px solid #1E1E1E;
    border-radius: 5px;
    background: white;
    user-select: none;
}
 .select__title::before, .select__title::after {
	 content: "";
	 position: absolute;
	 top: 50%;
	 right: 16px;
	 display: block;
	 width: 10px;
	 height: 2px;
	 transition: all 0.3s ease-out;
	 background-color: #333;
	 transform: translate(-3px, -50%) rotate(45deg);
}
 .select__title::after {
	 transform: translate(3px, -50%) rotate(-45deg);
}
 .select__title:hover {
	 border-color: #790726;
}
 .select__title:hover::before, .select__title:hover::after {
	 background-color: #790726;
}
.select__title:focus {
    outline: none;
    border-color: #790726;
}
 .select[data-state="active"] .select__title::before {
	 transform: translate(-3px, -50%) rotate(-45deg);
	 background-color: #790726;
}
 .select[data-state="active"] .select__title::after {
	 transform: translate(3px, -50%) rotate(45deg);
	 background-color: #790726;
}

.select__panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
		overflow: hidden;
    border-radius: 0 0 4px 4px;
    max-height: 0;
    transition: max-height 0.3s ease;
    z-index: 100;
}

.select[data-state="active"] .select__panel {
    max-height: 400px;
}

.select__option {
    padding: 10px;
    cursor: pointer;
    user-select: none;
}

.select__option:hover,
.select__option:focus {
    background: #f0f0f0;
}
.info span.error {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #9b181c;
  margin-top: 10px;
  font-weight: 400;
  background-color: #e3bcbd;
  border: 1px solid #9b181c;
  border-radius: 5px;
  padding: 10px 10px;
}
.info span.inf {
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #2f7e13;
  margin-top: 10px;
  font-weight: 600;
  background-color: #d9e9d4;
  border: 2px solid #2f7e13;
  border-radius: 5px;
  padding: 10px 15px;
}
@media (max-width: 991.98px) {
	input,
	textarea {
		 width: 380px;
	}
	.checkbox__label {
		max-width: 340px;
	}
}
@media (max-width: 767.98px) {
	input,
	textarea {
		 width: 100%;
	}
	.checkbox__label {
		max-width: 100%;
	}
}

/************** внутренняя ********************/
.bx-breadcrumb {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
	margin-top: 30px;
}
.bx-breadcrumb-item {
	font-size: 14px;
}
.bx-breadcrumb-item a {
	color: #666666;
}
.bx-breadcrumb-item span {
	color: #666666;
	transition: all 0.2s ease-in-out;
}
.bx-breadcrumb-item a:hover,
.bx-breadcrumb-item a:hover span {
	color: #790726;
}
.bx-breadcrumb-item-angle {
    display: inline-block;
    width: 8px;
    height: 20px;
		margin: 0px 3px;
    background: url(../img/arrow-down.svg) no-repeat 0px 8px;
    background-size: 8px auto;
    filter: grayscale(1) brightness(3);
    transform: rotate(-90deg);
}

.greed-max {
	display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 столбцов, каждый шириной в 1 часть */
  /* Или */
  /* grid-template-columns: repeat(5, minmax(100px, 1fr)); */ /* 5 столбцов, минимум 100px, максимум - 1 часть */
  grid-gap: 24px; /* Добавляем отступы между элементами */
}

@media (max-width: 1449.98px) {
	.greed-max {
    grid-template-columns: repeat(4, 1fr);
		grid-gap: 10px;
  }	
	.col-max-5-empty1 {
		display: none;
	}
	.catlist__sort.greed-max {
		grid-template-columns: repeat(3, 1fr);
	}
	
}
@media (max-width: 1199.98px) {
	.greed-max {
    grid-template-columns: repeat(4, 1fr);
		grid-gap: 10px;
  }
}
@media (max-width: 991.98px) {
	.greed-max {
    grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px;
  }
	.col-max-5-empty2 {
		display: none;
	}
	.catlist__sort.greed-max {
		grid-template-columns: repeat(2, 1fr);
	}
	.catlist__sort__block {
		justify-content: flex-end;
	}
	.bx_pagination-top-wrap {
		display: none;
	}
	.bx_pagination-top {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.greed-max {
    grid-template-columns: 50% 50%;
		grid-gap: 5px;
  }
	.catlist__sort.greed-max {
		grid-template-columns: repeat(3, 1fr);
	}
	.catlist__sort__block {
		justify-content: flex-start;
	}
}

.catlist-filter__block {
	background-color: #F5F5F5;
	border-radius: 10px;
	padding: 15px 20px 13px 20px;
	margin-bottom: 10px;
}
.catlist-filter__block__categ {
	list-style: none;
	margin: 0;
	padding: 0;
}
.catlist-filter__block__categ li {
	margin-bottom: 5px;
	display: flex;
	align-items: flex-start;
}
.catlist-filter__block__categ li:last-child {
	margin-bottom: 0px;
}
.catlist-filter__block__categ li a {
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.catlist-filter__block__categ li a.selected,
.catlist-filter__block__categ li a:hover {
	color: #790726;
}
.catlist-filter__block__categ li span {
	font-size: 10px;
	display: inline-block;
	margin-left: 6px;
	color: #444444;
}
.catlist__sort__block {
	display: flex;
	align-items: center;
}
.catlist__sort__block.catlist__sort__block-sort {
	display: block;
	width: 100%;
}
.catlist__sort__block__cap {
	margin-right: 10px;
}
.catlist__sort__block__sort {
	width: 100%;
}
.catlist__sort__block__sort .__select__title {
  padding-left: 40px;
	position: relative;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNTQgLTEuNTQ3MzhlLTA3TDcuMDggMy41NEw2LjM3IDQuMjRMNC4wNCAxLjkxTDQuMDQgMTRMNCAxNEw0IDE1TDMuMDQgMTVMMy4wNCAxLjkxTDAuNzEgNC4yNEwtNS4wMDkzMmUtMDcgMy41NEwzLjU0IC0xLjU0NzM4ZS0wN1pNMTEuMDQgMUwxMSAxTDExIC00LjgwODI1ZS0wN0wxMi4wNCAtNS4yNjI4NWUtMDdMMTIuMDQgMTMuMDlMMTQuMzcgMTAuNzZMMTUuMDggMTEuNDZMMTEuNTQgMTVMOCAxMS40Nkw4LjcxIDEwLjc2TDExLjA0IDEzLjA5TDExLjA0IDFaIiBmaWxsPSIjMUUxRTFFIi8+Cjwvc3ZnPgo=");
	background-position: 15px center;
	background-repeat: no-repeat;
}
.catlist__sort__block__kolvo {
  width: 80px;
}
.filter-col > div:first-child {
	margin-top: -40px;
}
.col-max-filter {
	display: none;
}
.catlist__sort.greed-max {
	padding-top: 20px;
}
.catwrap {
	position: relative;
}
.bx_pagination-top {
	position: absolute;
	top: 25px;
	right: 12px;
}
.catlist__filter-btn .__select__title {
	position: relative;
	padding-left: 38px;
	padding-right: 38px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiPjwvZz48ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvZz48ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxwYXRoIGQ9Ik0zIDQuNkMzIDQuMDM5OTUgMyAzLjc1OTkyIDMuMTA4OTkgMy41NDYwMUMzLjIwNDg3IDMuMzU3ODUgMy4zNTc4NSAzLjIwNDg3IDMuNTQ2MDEgMy4xMDg5OUMzLjc1OTkyIDMgNC4wMzk5NSAzIDQuNiAzSDE5LjRDMTkuOTYwMSAzIDIwLjI0MDEgMyAyMC40NTQgMy4xMDg5OUMyMC42NDIyIDMuMjA0ODcgMjAuNzk1MSAzLjM1Nzg1IDIwLjg5MSAzLjU0NjAxQzIxIDMuNzU5OTIgMjEgNC4wMzk5NSAyMSA0LjZWNi4zMzcyNkMyMSA2LjU4MTg1IDIxIDYuNzA0MTQgMjAuOTcyNCA2LjgxOTIzQzIwLjk0NzkgNi45MjEyNyAyMC45MDc1IDcuMDE4ODEgMjAuODUyNiA3LjEwODI4QzIwLjc5MDggNy4yMDkyIDIwLjcwNDMgNy4yOTU2OCAyMC41MzE0IDcuNDY4NjNMMTQuNDY4NiAxMy41MzE0QzE0LjI5NTcgMTMuNzA0MyAxNC4yMDkyIDEzLjc5MDggMTQuMTQ3NCAxMy44OTE3QzE0LjA5MjUgMTMuOTgxMiAxNC4wNTIxIDE0LjA3ODcgMTQuMDI3NiAxNC4xODA4QzE0IDE0LjI5NTkgMTQgMTQuNDE4MiAxNCAxNC42NjI3VjE3TDEwIDIxVjE0LjY2MjdDMTAgMTQuNDE4MiAxMCAxNC4yOTU5IDkuOTcyMzcgMTQuMTgwOEM5Ljk0Nzg3IDE0LjA3ODcgOS45MDc0NyAxMy45ODEyIDkuODUyNjQgMTMuODkxN0M5Ljc5MDggMTMuNzkwOCA5LjcwNDMyIDEzLjcwNDMgOS41MzEzNyAxMy41MzE0TDMuNDY4NjMgNy40Njg2M0MzLjI5NTY4IDcuMjk1NjggMy4yMDkyIDcuMjA5MiAzLjE0NzM2IDcuMTA4MjhDMy4wOTI1MyA3LjAxODgxIDMuMDUyMTMgNi45MjEyNyAzLjAyNzYzIDYuODE5MjNDMyA2LjcwNDE0IDMgNi41ODE4NSAzIDYuMzM3MjZWNC42WiIgc3Ryb2tlPSIjNzc3Nzc3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPiA8L2c+PC9zdmc+);
  background-position: 12px center;
  background-repeat: no-repeat;
	background-size: 20px auto;
}
.catalog-back {
	margin-bottom: 20px;
	margin-top: 30px;
}
a.catalog-back-link {
	display: inline-block;
	background-color: #F5F5F5;
	color: #777777;
	border-radius: 5px;
	text-decoration: none;
	padding: 6px 16px 6px 28px;
	font-size: 18px;
}
a.catalog-back-link::after {
	content: " ";
	display: block;
	position: absolute;
	left: 10px;
	top: 15px;
	width: 16px;
	height: 8px;
	background: url(../img/arrow-down.svg) no-repeat center center;
	background-size: contain;
	filter: grayscale(1) brightness(4);
	transform: rotate(90deg);
	transition: all 0.2s ease-in-out;
}
a.catalog-back-link:hover {
	color: #790726;
}
a.catalog-back-link:hover::after {
	filter: grayscale(0) brightness(1);
}
.catalog-detail__pic {
	border: 1px solid #F5F5F5;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.main_catalog__btn-more .btn.active {
	background-color: #ffd624;
}

#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 15px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index: 900;
  font-size: 12px;
	line-height: 14px;
}
#cookie_notification .btn.cookie_accept {
	font-size: 10px;
	padding: 6px 20px;
}

#cookie_notification p{
  margin: 0;
  font-size: 11px;
  text-align: left;
  color: #333333;
}
#cookie_notification.show1{
	display: flex!important;
}

@media (min-width: 576px){
  #cookie_notification.show1{
    display: flex!important;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show1{
    display: block;
    text-align: left;
  }
	#cookie_notification{
		bottom: 0px;
		padding: 5px;
		font-size: 11px;
		line-height: 12px;
	}
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}
@media (max-width: 1459.98px) {
	.catlist-filter__block {
		padding: 10px 12px 10px 13px;
	}
	.smart-filter-button-box .btn-link {
		font-size: 14px;
		padding: 13px 20px 12px 20px;
	}
	.smart-filter-slider-track-container {
		padding: 30px 14px 25px;
	}
}
@media (max-width: 1199.98px) {
	
}
@media (max-width: 991.98px) {
	
}
@media (max-width: 767.98px) {
	.filter-col {
		display: none;
	}
	.filter-col > div:first-child {
		margin-top: 0px;
	}
	.bx_pagination-top {
		display: none;
	}
	.catlist__sort__block__cap {
		display: none;
	}
	.catlist__sort__block__sort .__select__title {
		width: 80px;
		font-size: 1px;
		color: transparent;
	}
	.__select__title {
		padding: 6px 36px 6px 16px;
		height: 35px;
	}
	.col-max-filter {
		display: block;
	}
	.catlist__sort.greed-max {
		padding-top: 0px;
		margin-bottom: 5px;
	}
	.greed-max.mt-4 {
		margin-top: 5px!important;
	}
	.catlist__sort__block-sort .__select__content {
		width: 200px;
	}
	.catdet-backlink-link {
		font-size: 14px;
		padding: 8px 20px 7px 30px;
	}
	.catdet-backlink-link::before {
		background-position: 1px 12px;
		background-size: 10px auto;
	}
	.product-item-detail-slider-container {
		margin-bottom: 20px;
	}
	.catdet-item__pic__label span {
		font-size: 12px;
	}
	.catdet-name {
		margin-top: 15px;
	}
	.catdet-price-current {
		margin-top: 0px;
		font-size: 40px;
		line-height: 40px;
	}
	.catdet-scu-container-title {
		font-size: 14px;
	}
	.catdet-sku {
		margin-top: 20px;
	}
	.catdet-sku .product-item-scu-item-text-container {
    min-width: 34px;
  }
	.catdet-sku .product-item-scu-item-text {
    font-size: 16px;
    line-height: 18px;
		height: 34px;
  }
	.catdet-props-cap {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.product-item-detail-properties-name1 {
		font-size: 13px;
	}
	.product-item-detail-properties-value1 {
		font-size: 13px;
	}
	.product-item-detail-properties-item1 {
		margin-top: 0px;
	}
	.modal-title {
		font-size: 17px;
		padding-top: 3px;
	}
	.availability-table-cap {
		font-size: 14px;
	}
	.availability-table-addreess {
		font-size: 12px;
	}
	.availability-table-time {
		font-size: 12px;
	}
	.catdet-discount span {
		font-size: 13px;
		padding: 3px 10px 0px 10px;
		margin-bottom: 5px;
	}
	.catdet-price-old {
		font-size: 18px;
		line-height: 27px;
	}
	.catdet-price-economy-price {
		color: #777777;
		margin-top: 0px;
		font-size: 16px;
	}
	.breadcrumb {
    height: 24px;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
		margin-top: 10px;
  }
	.bx-breadcrumb {
    white-space: nowrap;
		flex-wrap: nowrap;
		margin-top: 0px;
  }
	.bx-breadcrumb-item {
		font-size: 12px;
	}
	.bx-breadcrumb-item-angle {
		width: 7px;
		height: 17px;
		background-position: 0px 7px;
		background-size: 6px auto;
	}
}


.magaziny__block a {
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #F0F0F0;
	border-radius: 5px;
	padding: 18px 20px;
	margin-bottom: 10px;
	text-decoration: none;
}
.magaziny__block a .magaziny__block__cap {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #790726;
	margin-bottom: 5px;
}
.magaziny__block a .magaziny__block__time {
	color: #333333;
}
.magaziny__block a .magaziny__block__address {
	color: #333333;
}
.magaziny__block a .magaziny__block__phone {
	color: #790726;
	margin-top: 5px;
}
.magaziny__block a:hover {
	background-color: #F7F7F7;
}
.magaziny__block a.active {
	background-color: #F0F0F0;
}

/* Старые стили для внутренней */
.btext-info {
	padding: 5px 5px 5px 40px;
	font-size: 18px;
	line-height: 24px;
	border-left: 2px solid #790726;
}
.block-list-5.about-block-list-5 > ul > li {
    float: none;
    display: inline-block;
    width: 24.5%;
    vertical-align: middle;
}
.block-list-5.about-block-list-5 > ul > li .block-item-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
    margin: 15px;
    padding: 20px;
    height: 220px;
    background: #fff;
       border: 1px solid #F5F5F5;
    min-height: 126px;
    border-radius: 5px;
		 -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.block-list-5.about-block-list-5 > ul > li .block-item-wrapper:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}
.block-list-5.about-block-list-5 > ul > li .block-item-wrapper .block-item-text {
		margin-top: 20px;
}
.block-text-header {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #790726;
    line-height: 24px;
}
.block-list-2 > ul {
    display: inline-block;
    width: 100%;
    padding: 0;
		margin: 0;
}
.block-list-2 > ul > li {
    float: left;
    width: 50%;
    list-style-type: none;
}
.list-return ul {
    padding: 0 0 0 35px;
		margin: 0;
}
.list-return ul li {
    position: relative;
    list-style: none;
    padding: 6px 0;
}
.block-item-wrapper1 {
	padding-right: 40px;
}
.list-return ul li.icon:before{display:inline-block;content:' ';position: absolute;left: -35px;top: 50%;z-index:2;margin-top:-12px;width:24px;height:24px;background-color:white;}
.list-return ul li.icon1:before{background-image:url('/img/pages/buyers/how_to_order/icon1.png');}
.list-return ul li.icon2:before{background-image:url('/img/pages/buyers/how_to_order/icon2.png');}
.list-return ul li.icon3:before{background-image:url('/img/pages/buyers/how_to_order/icon3.png');}
.list-return ul li.icon4:before{background-image:url('/img/pages/buyers/how_to_order/icon4.png');}
.list-return ul li:after{display:inline-block;content:' ';position: absolute;width:1px;background:#e9e9e9;left: -23px;height: 100%;z-index: 1;top: 0;}
.list-return ul li:first-child:after{top:50%;}
.list-return ul li:last-child:after{top:auto;bottom:50%;}
.list-circle-yellow ul li {
    position: relative;
    list-style: none;
    margin: 12px 0;
}
.list-circle-yellow ul li:before {
    display: inline-block;
    content: ' ';
    position: absolute;
    z-index: -1;
    left: -10px;
    top: -5px;
    width: 20px;
    height: 20px;
    background: #ffd148;
    border-radius: 10px;
}
.franchaizing-list.franchaizing-list1 .list-wrapper > ul > li {
    width: 19.5%;
}
.franchaizing-list .list-wrapper > ul {
	margin: 0;
}
.franchaizing-list .list-wrapper > ul > li {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
		padding: 8px;
}
.list-wrapper324gd li {
	width: 19.5%;
}
.franchaizing-list .list-wrapper > ul > li .block-item-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
    padding: 20px;
    background: #fff;
		    border: 1px solid #F5F5F5;
    min-height: 215px;
    border-radius: 5px;
		font-size: 18px;
		text-align: center;
		-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.franchaizing-list .list-wrapper > ul > li .block-item-wrapper:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}
.list-wrapper324gd li .block-item-wrapper .block-item-text {
	margin-top: 10px;
}
.franchaizing-list3 .list-wrapper{position:relative;height:290px;background: url('/img/pages/franchaising/list3-bg.png') no-repeat left 25px;overflow: hidden;}
.franchaizing-list3 .list-wrapper ul{margin: 0;}
.franchaizing-list3 .list-wrapper ul.flist{display:flex;padding-left:60px;}
.franchaizing-list3 .list-wrapper ul.flist > li{position:relative;display:inline-block;list-style-type: none;vertical-align:top;}
.franchaizing-list3 .list-wrapper ul.flist > li.block-item1{width:21%;}
.franchaizing-list3 .list-wrapper ul.flist > li.block-item2{width:21%;}
.franchaizing-list3 .list-wrapper ul.flist > li.block-item3{width:35%;}
.franchaizing-list3 .list-wrapper ul.flist > li.block-item4{top:33px;width:19%;order:4;}
.franchaizing-list3 .list-wrapper ul.flist > li.block-item5{top:33px;width:15%;order:3;}
.franchaizing-list3 .list-wrapper ul.flist > li.block-item6{top:33px;width:13%;order:2;}
.franchaizing-list3 .list-wrapper ul.flist > li.block-item7{top:33px;width:16%;order:1;}
.franchaizing-list3 .list-wrapper ul.flist > li.block-item8{top:33px;width:37%;order:5;}
.franchaizing-list3 .list-wrapper ul.flist > li .block-item-wrapper{}
.franchaizing-list3 .list-wrapper ul.flist > li .block-item-wrapper .block-item-num{display:inline-block;width:56px;height:56px;color:#9b1f4d;font-family:'Arial black';font-size:24px;font-weight:bold;line-height:56px;text-align:center;background: url('/img/pages/franchaising/num-bg.png') no-repeat;}
.franchaizing-list3 .list-wrapper ul.flist > li .block-item-wrapper .block-item-text{margin-top:10px;}

.franchaizing-list.franchaizing-list4 .list-wrapper{margin: 0 -12px;}
.franchaizing-list.franchaizing-list4 .list-wrapper > ul > li{width: 24.5%;}
.franchaizing-list.franchaizing-list4 .list-wrapper > ul > li .block-item-wrapper{margin: 12px;height:185px;}
.franchaizing-list.franchaizing-list4 .list-wrapper > ul > li .block-item-wrapper .block-item-text{margin-top:10px;}

.franchaizing-list5 .list-check{font-size:16px;}
.franchaizing-list5 .list-check ul{padding: 0 0 0 50px;}
.franchaizing-list5 .list-check ul li{padding:5px 0;min-height:30px;}
.franchaizing-list5 .list-check ul li:before{top:0;left:-50px;width:30px;height:30px;background: url('/img/pages/franchaising/check.png') no-repeat center;}

.franchaizing-list5 .list-check ul li:before {
    top: 0;
    left: -50px;
    width: 30px;
    height: 30px;
    background: url(/img/pages/franchaising/check.png) no-repeat center;
}


@media screen and (max-width : 600px) {
	.list-title{text-align:center;}
	
	.franchaizing-list.franchaizing-list1 .list-wrapper > ul > li{width: 44.5%;}
	
	.franchaizing-list.franchaizing-list2 .list-wrapper > ul > li{width: 100%;}
	.franchaizing-list.franchaizing-list2 .list-wrapper > ul > li .block-item-wrapper{height:auto;}
	
	/*.franchaizing-list3 .list-wrapper > ul{text-align: center;}
	.franchaizing-list3 .list-wrapper > ul > li{top:auto!important;margin-bottom:30px;display:block;width:100%!important;}
	.franchaizing-list3 .list-wrapper > ul > li:last-child{margin-bottom:0px;}*/
	    .franchaizing-list.franchaizing-list1 .list-wrapper > ul > li {
        width: 49.5%;
    }
	.franchaizing-list.franchaizing-list4 .list-wrapper > ul > li{width: 100%;}
    .h2 {
        text-align: center;
    }

.franchaizing-list3 .list-wrapper ul.flist > li.block-item8{display: none;}
    .franchaizing-list.franchaizing-list2 .list-wrapper > ul > li .block-item-wrapper {
        height: auto;
    }
}
.block-list-5.about-block-list-5 > ul {
	margin: 0;
}
@media 
screen and (max-width : 1200px),
screen and(-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1200px){
	.franchaizing-list3 .list-wrapper{margin:0px;height:auto;background:none;}
	.franchaizing-list3 .list-wrapper:before,.franchaizing-list3 .list-wrapper:after{display: block;width: 56px;height: 40px;content:' ';background: url(/img/pages/franchaising/list3-line3.png);background-position: center bottom;background-repeat: no-repeat;}
	.franchaizing-list3 .list-wrapper:before{/*transform: rotate(180deg);*/background-image: url(/img/pages/franchaising/list3-line1.png);background-position: center top;margin-left:1px;}
	.franchaizing-list3 .list-wrapper:after{}
	.franchaizing-list3 .list-wrapper > div{margin:0px 0;}
	.franchaizing-list3 .list-wrapper ul.flist{padding:0;display:block;}
	.franchaizing-list3 .list-wrapper ul.flist > li{top:0!important;width:100%!important;}
	.franchaizing-list3 .list-wrapper ul.flist > li:after{display: block;width: 56px;height: 30px;content:' ';background: url(/img/pages/franchaising/list3-line2.png);background-position: center bottom;background-repeat: no-repeat;}
	.franchaizing-list3 .list-wrapper ul.flist:last-child > li:last-child:after{display:none;}
	.franchaizing-list3 .list-wrapper ul.flist > li .block-item-wrapper{position:relative;margin:0;padding-left:70px;min-height:56px;}
	.franchaizing-list3 .list-wrapper ul.flist > li .block-item-wrapper:after{position:absolute;top:0;left:0;display: block;width: 56px;height: 100%;content:' ';background: url(/img/pages/franchaising/list3-line2.png);background-position: center bottom;background-repeat: repeat-y;}
	.franchaizing-list3 .list-wrapper ul.flist > li .block-item-wrapper .block-item-num{position:absolute;z-index: 1;left:0;top:50%;margin-top:-28px;}
	.franchaizing-list3 .list-wrapper ul.flist > li .block-item-wrapper .block-item-text{margin:0;padding: 19px 0;}
	.franchaizing-list3 .list-wrapper ul.flist > li .block-item-wrapper .block-item-text br{display:none;}
	/*.franchaizing-list3 .list-wrapper > ul > li.block-item4{width:24%;}
	.franchaizing-list3 .list-wrapper > ul > li.block-item5{width:24%;}
	.franchaizing-list3 .list-wrapper > ul > li.block-item6{width:24%;}
	.franchaizing-list3 .list-wrapper > ul > li.block-item7{width:24%;}*/
}
@media screen and (max-width: 979px) {
    .block-list-2 > ul > li {
        width: 100%;
    }
}
@media screen and (max-width: 520px) {
    .block-list-5.about-block-list-5 > ul > li {
        width: 100%;
    }
}


@media (max-width: 1199.98px) {	

}
@media (max-width: 991.98px) {

}
@media (max-width: 767.98px) {
	
}



table.price-table {
  border: 1px solid #F0F0F0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.price-table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.price-table tr {
  background-color: #ffffff/*f4f6f7*/;
  border: 1px solid #F0F0F0;
  padding: .35em;
}
table.price-table tr:hover {
  background-color: #F5F5F5;
}

table.price-table th,
table.price-table td {
  padding: .625em;
}

table.price-table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;  
  text-align: center;
}
table.price-table tr td:last-child { 
	text-align: center;
	width: 30%;
}

@media screen and (max-width: 600px) {
	table.price-table {
		border: 0;
	}
	table.price-table caption {
		font-size: 1.3em;
	}	
	table.price-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	table.price-table th {
		display: block;
		border-bottom: 1px solid #F0F0F0;
		text-align: center;
	}
	table.price-table tr {
		border-bottom: 3px solid #F0F0F0;
		display: block;
		margin-bottom: .625em;
	}	
	table.price-table td {
		border-bottom: 1px solid #F0F0F0;
		display: block;
		font-size: .9em;
		text-align: center;
	}	
	table.price-table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}	
	table.price-table td:last-child {
		border-bottom: 0;
		width: 100%;
	}
}

.text-error {
padding: 5px 10px;
background-color: #ffeee1;
border: 1px solid #c2020d;
margin: 3px 0px;
}
.text-success {
padding: 5px 10px;
background-color: #fafae8;
border: 1px solid #006600;
margin: 3px 0px;
}
img {
    height: auto;
		max-height: 100%;
    max-width: 100%;
}
