@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap";

#panel{
	display:none;
}
* {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  color:#13213C;
}
html {
  -webkit-text-size-adjust : 100%;
  text-size-adjust         : 100%
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  /*overflow-x: hidden;*/
}
/*hide mess license bitrix*/
body font.tablebodytext font
{
	display:none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
input {
  outline: none;
}
a {
  text-decoration: none;
}
/* a:link {
  color: #13213C;
}
a:active {
  color: #13213C;
}
a:visited {
  color: #13213C;
} */
li {
  list-style-type: none;
}
.catalog_item [type="submit"], section > div .subcategory_box .subcategory_itemBox .subcategory_item .item_desc .more {
  z-index:4;
}
/* a[ref="block"] {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index:3;
} */
.subcategory_itemBox .subcategory_item a {
  z-index:4;
}
span,
p,
a,
input,
label,
li,
ol,
button {
  font-style: normal;
  font-weight: 400;
 /*  color: #525659; */
  font-size: 16px;
  line-height: 20px;
}
button,
label {
  cursor: pointer;
}
.content {
  margin: 40px auto;
  width: 1820px;
}
div::-webkit-scrollbar {
  width: 4px;
}

div::-webkit-scrollbar-track {
  background-color: #E0E2E780;
  border-radius: 10px;
}

div::-webkit-scrollbar-thumb {
  background-color: #13213c26;
  border-radius: 10px;
}
.slider-box {
  width: 1842px;
  height: auto;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
}
.slider-box .slider-items {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 360px;
  
}

.slider-box .slider-items.slider-marketlaces {
  
  position: static;
  width: auto;
 
}

.slider-box .slider-items .slider-track {
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
    
  transition: 1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider-box .slider-items .slider-track.slider-track-marketlaces {
	position: relative;
}

.slider-box .slider-items .slider-track .slider-item {
  width: 348px;
  height: 320px;
  
  justify-content: left;
  align-items: left;
  margin: 0 10px;
  box-shadow: 0px 7px 20px 0px #00000012;
  border-radius:16px;
}

.slider-box .slider-items .slider-track .slider-item.slider-item_order {
    width: auto !important;
}

.slider-box .slider-items .slider-track .slider-item .itemPartner {
	max-height: 100%;
	max-width: 100%;
	height: 100%;
	width: auto;
	display: flex;
	/* gap: 30px; */
	align-items: flex-start;
	padding: 40px 33px;
	flex-direction: column;
	justify-content: space-between;
}
.slider-box .slider-items .slider-track .slider-item .itemPartner .desc
{
	font-family: Inter;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	opacity:0.6;
	color: #13213C;
}
.slider-box .slider-items .slider-track .slider-item .itemPartner .open_cat
{
	font-family: Inter;
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: left;
	color:#13213C;

}
.slider-box .slider-items .slider-track .slider-item .itemPartner img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  pointer-events: none;
  height: 40px;
   -o-object-fit: contain;
  object-fit: contain;
}
.slider-box .btn {
  box-shadow: none;
  background: transparent;
  padding: 0;
  border-radius: 0;
  height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 30px;
}

header .header_menu_sliders .btn{
	margin: -24px 0 0;	
}


.content .container {
  /*max-width: 100%;*/
  width: 100%;
  padding: 0 0 150px 0;
  /*margin: 0;*/
  display: flex;
  align-items: center;
  flex-direction: column;
}
section {
  /* width: 1280px; 
  display: grid;*/
}
section .bread_crumbs,
.basket_header .bread_crumbs {
  grid-column: 1/3;
  grid-row: 1/2;
  display: flex;
  align-items: center;
}
.bread_crumbs .bread_crumbs_item a:hover {
    color: #53aadc;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.25);
    --border: #bbc1e1;
    --border-hover: #1a8ed0;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    --active: #1a8ed0;
    border: 1px solid var(--bc, var(--border));
    border-radius: 0.25em;
    height: 16px;
    width: 16px;
    margin-right: 8px;
    cursor: pointer;
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    --focus: 2px rgba(39, 94, 254, 0.25);
    outline: none;
    transition: box-shadow 0.2s;
  }
  input[type="checkbox"]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
      opacity var(--d-o, 0.2s);
  }
  input[type="checkbox"]:checked {
   --b: #1d1d1d;
    --bc: #707476;
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    outline: 0;
	background-repeat: no-repeat;
  }
  input[type="checkbox"]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type="checkbox"]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type="checkbox"]:disabled + label {
    cursor: not-allowed;
  }
  input[type="checkbox"]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type="checkbox"]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type="checkbox"]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type="checkbox"]:not(.switch):checked {
    --o: 1;
  }
  input[type="checkbox"] + label {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  /*input[type="checkbox"]:not(.switch):after {*/
  /*  width: 5px;*/
  /*  height: 9px;*/
  /*  border: 2px solid var(--active-inner);*/
  /*  border-top: 0;*/
  /*  border-left: 0;*/
  /*  left: 7px;*/
  /*  top: 4px;*/
  /*  transform: rotate(var(--r, 20deg));*/
  /*}*/
  input[type="checkbox"]:not(.switch):checked {
    --r: 43deg;
  }
}

.filter_box,
.category_box {
  position: relative;
  height: 100%;
}

.filter_box::before,
.category_box::before {
  content: "";
  background: #f8fbfd;
  height: calc(100% + 150px);
  width: 100vw;
  position: absolute;
  z-index: -1;
  right: 0;
  border-radius: 0 15px 0 0;
}
@media screen and (max-width: 1213px) {
  /*.content {*/
  /*  max-width: 730px;*/
  section {
    /* width: auto; */
  }
  /*}*/
  .content .content_main {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }
  .content > div {
    justify-content: left;
  }
  .content .container {
    max-width: 730px;
  }
  .content .container-full {
    /*max-width: 1262px;*/
    margin: 0 auto;
  }
  section .bread_crumbs, .basket_header .bread_crumbs {
    background: #E3F2FC;
    padding: 16px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 737px) {
  /*.content {*/
  /*  max-width: 730px;*/

  /*}*/
  .content .content_main {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .content > div {
    justify-content: left;
  }
  .content .container {
    max-width: 300px;
  }
  .content .container-full {
    /*max-width: 1262px;*/
    margin: 0 auto;
  }
  .content_bye.container {
    padding: 0 0 30px 0;
  }
  .header_scroll_search {
    display: none;
  }
}
.shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 25, 27, 0.4)), color-stop(115.26%, #0E0E0E));
    background: -o-linear-gradient(top, rgba(25, 25, 27, 0.4) 0%, #0E0E0E 115.26%);
    background: linear-gradient(180deg, rgba(25, 25, 27, 0.4) 0%, #0E0E0E 115.26%);
    opacity: 0.66;
	opacity: 0;
    display: none;
}
.shadow2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: linear-gradient(180deg, #13213C 0%, rgba(19, 33, 60, 0) 100%);
    display: none;
}
@media screen and (max-width : 1441px) {
	.content {
		margin: 6px auto -13px;
		width: 100%;
		padding: 16px 22px;
	}
}
@media screen and (max-width : 721px) {
	.content {
		width: 100%;
		max-width: 100%;
		padding: 24px 16px 0;
		margin: 10px auto 0;
	}
	.form_Login
	{
		width: 350px;
		height: 610px;
	}
	.form_Login .custom-button-element {
		margin: 53px auto 0;
		width: 247px;
	}
	.popup.form_Login .text {
		padding: 49px 40px;
	}
}
