.popover {
	font-size: 0.975rem;
}


.product-fast-order{
	margin: 30px 0 20px;
}

.title-order{
	font-weight: 700;
	color: #414141;
	font-size: 18px;
	line-height: 34px;
	text-transform: uppercase;
}

.descr-order{
	font-weight: 300;
	color: #414141;
	font-size: 15px;
	line-height: 25px;
	opacity: 0.8;
}

.inpit-order{
	margin-top: 13px;
}

.inpit-order input[type="text"]{
	height: 38px;
	line-height: 38px;
	color: #999999;
	background-color: #ebebeb;
	width: 100%;
	max-width: 270px;
	margin-right: 15px;
	border: none;
	padding: 0 20px;
	margin-bottom: 10px;
	outline: none;
}

.inpit-order input[type="submit"]{
	height: 38px;
	line-height: 38px;
	color: #ffffff;
	background-color: #2fb5d2;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	max-width: 130px;
	margin-right: 15px;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all .25s linear;
}
.inpit-order input[type="submit"]:hover{
	transition: all .25s linear;
	background-color: #2a95ad;
}

.order-response-field{
	font-size: 16px;
	line-height: 26px;
	opacity: 0;
	transition: all .25s linear;
}
.order-response-field.err{
	opacity: 1;
	transition: all .25s linear;
	color: red;
}
.order-response-field.on{
	opacity: 1;
	transition: all .25s linear;
	color: #009933;
}
span.h3.hidden-sm-down,span.myaccount-title.hidden-sm-down>a{
	color: #fff!important;
	font-size: 14px;
	padding-bottom: 10px;
}
/* menu */



#header .header-top a[data-depth="0"]::before {
	content: "";
	background-color: rgba(255, 255, 255, 0.2);
	height: 100%;
	width: 1px;
	transform: translateX(-23px);
}

#header .header-top {
	padding-bottom: 0;
}

#top-menu {
	background-color: #6A6A6A;
}

#header .header-top .menu {
	margin-bottom: 0;
}

#top-menu .container {
	position: relative;
}

#header .header-top .row:nth-child(2) .position-static {
	padding: 0 !important;
	height: 48px;
}

#_desktop_top_menu {
	height: 100%;
}

ul#top-menu {
	height: 100%;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
  flex-wrap: wrap;
	padding: 0px 26px;
}

.header-top .menu > ul > li {
	height: 100%;
}

.header-top .menu > ul > li:first-child > a::before {
	display: none;
}

#top-menu .category {
	margin-right: 0px;
}

.popover ul > li {
	display: flex;
	align-items: center;
}

.sub-menu {
	box-sizing: border-box;
	padding: 16px;
}

.sub-menu h3 {
	color: #212121;
	font-family: sans-serif;
	margin-bottom: 21px;
}

.sub-menu ul > li img{
	margin-right: 8px;
  height: 60px!important;
  object-fit: cover;
}

.sub-menu > div:first-child > ul {
	column-count: 2;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
}

#header .top-menu .sub-menu a:not([data-depth="0"]).link-more {
	color: orange !important;
	text-decoration: underline;
}

#header .top-menu .sub-menu a:not([data-depth="0"]) {
	color: #212121 !important;
	font-family: "Futura";
	font-size: 14px;


}
#header .top-menu .sub-menu a:hover{
	color: #2fb5d2 !important;
}

.top-menu > li:not(#category-28):not(#category-465) .sub-menu {
	padding: 0;
}

.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div {
	height: 100%;
}

.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div > ul {
	position: relative;
	background-color: #F8F8F8;
	height: max-content;
}

.header-top > .container > .row:nth-child(2) {
	margin-top: 28px;
}

.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div:first-child > ul {
	column-count: 1;
	width: 20%;
}

.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div:first-child > ul > li {
	padding: 7px 10px 7px 20px;
	border-bottom: 1px solid #EBEBEB;
}

.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div:first-child > ul > li > img {
	width: 50px;
	height: auto !important;
	padding-left: 8px;
	/*visibility: hidden;*/
	/*opacity: 0;*/
	/*transition: 0.3s;*/
}

.top-menu > li:not(#category-28):not(#category-465) > a:hover + .sub-menu > div:first-child > ul > li > img,
.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div:first-child > ul > li:hover > img {
	opacity: 1;
	visibility: visible;
}

.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div:first-child > ul > li:hover,
.top-menu > li:not(#category-28):not(#category-465) > a:hover +  .sub-menu > div:first-child > ul > li:first-child {
	background-color: #fff;
}


.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div:first-child > ul > li:hover > div > ul,
.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div:first-child > ul > li > div > ul:hover,
.top-menu > li:not(#category-28):not(#category-465) > a:hover +  .sub-menu > div:first-child > ul > li:first-child > div > ul {
	visibility: visible;
}

.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div:first-child {
	padding: 0;
}

.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div > ul > li > div > ul {
	position: absolute;
	visibility: hidden;
	top: 0;
	right: 0;
	left: 100%;
	width: 400%;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: flex-start;
	height: max-content;
}
#ui-id-1 {
  left: unset !important;
  right: 0 !important;
}
li.category a[data-depth="0"] {
	position: relative;
}

li.category .sub-menu::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #6A6A6A transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 9%;
	transform: translateX(-50%);
	z-index: 20;
	transition: 0.3s;
  display: none;
}

li.category:nth-child(2) .sub-menu::after {
	left: 30%;
}

li.category:nth-child(3) .sub-menu::after {
	left: 46.3%;
}

li.category:nth-child(4) .sub-menu::after {
	left: 61%;
}

li.category:nth-child(5) .sub-menu::after {
	left: 75.3%;
}

li.category:nth-child(6) .sub-menu::after {
	left: 85.5%;
}

li.category:nth-child(7) .sub-menu::after {
	left: 95%;
}

.top-menu .sub-menu {
	margin: 0 auto;
	width: 100%;
}

#header #top-menu a[data-depth="0"]:hover::after{
	visibility: visible;
	opacity: 1;
}

.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div > ul > li > div > ul > li {
	width: 15%;
	display: flex;
	padding: 8px;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div > ul > li > div > ul > li a {
	text-decoration: none;
}


#header .header-top{
	position: relative;
}

#header .header-top::before {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 48px;
	background-color: #EBEBEB;
}

#header .top-menu .sub-menu a:not([data-depth="0"]).more-link {
	color: #2fb5d2 !important;
	text-decoration: underline;
}
#header .top-menu .sub-menu a:not([data-depth="0"]).more-link:hover {
	text-decoration: none;
}
.submenu-lvl-2 {
	font-weight: 600;
}
@media screen and (max-width: 480px) {
	ul#top-menu {
		background: none;
		display: block;
		padding: 0px;
	}

	#mobile_top_menu_wrapper .top-menu .sub-menu {
		background-color: #fff;
	}

	.sub-menu h3 {
		font-size: 16px;
	}

	#header #top-menu a[data-depth="0"] {
		color: #414141 !important;
		padding: 16px 8px;
		font-size: 18px;
	}

	top-menu > li:first-child .sub-menu > div:first-child > ul {
		opacity: 0;
	}

	.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div:first-child > ul {
		width: 100%;
		border-right: 1px solid #EBEBEB;
	}


	#header .header-top::before {
		background: none;
	}

	li.category .sub-menu::after  {
		display: none;
	}

	.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div > ul {
		min-height: auto;
	}

	#header .top-menu .sub-menu a:not([data-depth="0"]) {
		padding: 8px 0px;
		display: flex;
	}

	ul[data-depth="2"] a {
		padding-left: 16px;
	}

	#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
		padding-left: 32px;
		padding-top: 0px;
		padding-bottom: 16px;
		font-weight: 400;
	}

	i.material-icons.add,
	i.material-icons.remove {
		color: #212121;
	}

	#header li.category:first-child .sub-menu a:not([data-depth="0"]) {
		padding: 8px 0px;
	}

	#header #category-465 .sub-menu a{
		padding: 8px 0px;
	}
	.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div:first-child > ul > li > img {
		display: none;
	}

	#header li.category:first-child .sub-menu > div {
		margin-bottom: 32px;
	}

	.sub-menu {
		padding: 16px 0px;
	}

	.sub-menu > div:first-child > ul {
		column-count: 1;
	}

	.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div:first-child > ul > li {
		padding: 0;
	}

	.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div > ul > li {
		overflow: hidden;
	}

	.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div > ul > li > div > ul {
		position: static;
		visibility: visible;
		flex-flow: column;
	}

	.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div > ul > li > div > ul.menu-expanded {
		height: 100%;
	}

	.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div:first-child > ul > li {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding-left: 8px;
	}

	.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div > ul > li > div > ul > li img {
		display: none;
	}

	.top-menu > li:not(#category-28):not(#category-465) .sub-menu > div > ul > li > div > ul > li {
		display: block;
		text-align: left;
		width: 100%;
		padding: 0px;
		padding-left: 16px;
	}

	#mobile_top_menu_wrapper .top-menu .navbar-toggler {
		padding-right: 12px;
	}


}
@media (max-width: 780px) {
	#header .header-top::before {
		display:  none;
	}
}
.top-menu a:not([data-depth="0"]){
	padding: 4px 0 0 0;
}

.juden{
  position: relative;
}

.outlet{
  display: block;
  position: absolute;
  left: -0.4375rem;
  top: 0.4375rem;
  padding: 0.3125rem 0.4375rem;
  color: white;
  background: #2fb5d2;
  text-transform: uppercase;
  min-width: 3.125rem;
  min-height: 1.875rem;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  z-index: 1
}

/* окно благодарности */
.thank_window {
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:100000;
}
.thank_window .fon {
    background: #52585c;
    opacity:.8;
    position:fixed;
    width:100%;
    height:100%;
}
.thank_window .modaltext {
	box-sizing: border-box;
	padding: 20px 40px;
	border: 2px solid #AEAEAE;
	background: #FFF;
	top: 80px;
	max-width: 500px;
	width: 100%;
	box-shadow: 0 4px 10px 2px rgba(0,0,0,0.5);
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.thank_window_title {

	color: #212121!important;
    font-family: "Futura";
	font-size: 35px;

}

.thank_window_text {

    color: #212121!important;
    font-family: "Futura";
    font-size: 16px;
    margin-top: 12px;

}

.thank_window_img {
	margin-top: 20px;
}
.thank_window_item {
	position: relative;
}

.thank_window_closeblock {
	cursor: pointer;
    position: absolute;
    font-size: 50px;
    transform: rotate(45deg);
    text-align: center;
    top: -18px;
    right: -40px;
    color: #2fb5d2;
}
.thank_window_closeblock:hover {
    color: #2592a9;
}
.seotext {
	margin: 50px 0 0;
	overflow: hidden;
	text-align: justify;
	max-height: 250px;
	position: relative;
	display: block;
	width: 100%;
}
.block-category .seotext {
	margin: 0;
}
.arrow {
	display: flex;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 18px;
	color: black;
	padding: 5px;
	cursor: pointer;
	transition: all 300ms ease-in-out;
}

.arrow.active {
	transform: rotate(180deg);
}

.seotext::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	display: block;
	top: 0;
	left: 0;
}

.seotext p {
	font-size: 13px;
	color: #6e6e6e;
}

.seotext ul,.seotext ol {
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 13px;
	color: #6e6e6e;
}

.seotext li{
	list-style: none;
	margin: 5px 0;
}
.seotext li::before {
	width: 5px;
	height: 1px;
	color: black;
	top: 0;
	left: -10px;
	content: '-';
	position: relative;
	display: block;
}
.seotext h2,.seotext h3 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.seotext.active {
	max-height: max-content;
}
.seotext.active:after{
	background: none;
}
