/*menu*/
a.menu-triger span {
padding: 0;
}	

.menu-close {
display: block;
width: 28px;
height: 28px;	
background: url(/theme/img/close.svg) 0 0 no-repeat;
position: absolute;
right: 10px;
top: 10px;
z-index: 100;
}

.body_pointer *, .body_pointer2 * {
cursor: pointer;
}

.tab-sec span.tab-zag {
margin: 10px 0 0 0;
display: inline-flex;
font-size: 22px;
}

.tab-sec span.tab-zag.pod {
margin: 10px 0 0 0;
display: block;
background: #efefef;
padding: 2px 0;
border-radius: 22px;
width: 100px;
text-align: center;
font-size: 15px;
}

.tab-sec ul {
display: flex;
gap: 15px; 
margin: 10px 0 20px 0;
flex-wrap: wrap;
}

.tab-sec ul li {
display: flex;
}

.tab-sec ul li a {
height: 44px;
line-height: 44px;
border: 2px solid #dee7ff;
border-radius: 5px;
text-align: center;
width: 70px;
}

.tab-sec.treh ul li a {
width: 94px;
}

.tab-sec ul li a:hover {
border: 2px solid #0d6efd;
}

.tab-sec.mod ul li a {
width: auto;
padding: 0 14px 0 20px;
border: none;
color: #333;
background: url(/theme/img/nb-dva-ico.svg) no-repeat 0 -122px;
background-size: 20px auto;
}

.tab-sec.mod ul li a:hover {
color: #0d6efd;
}

.tab-sec ul li {
width: auto;
}

.tabcontent .prav {
width: 64%;
float: left;
}

.tabcontent .lev {
width: 230px;
float: right;
padding: 10px 10px 10px 20px;
background: #f5f6fa url(/theme/img/menutab-logo.svg) no-repeat right bottom;
border-radius: 5px;
min-height: 540px;
height: calc(100vh - 250px);
}

.lev .tab-sec ul {
flex-direction: column; 
}

.lev .tab-sec ul li a {
width: 90%;
text-align: left;
padding: 0 0 0 10%;
border: none;
color: #333;
background: url(/theme/img/menutab.svg) no-repeat -10px -812px;
text-transform: uppercase;
}

.lev .tab-sec ul li a:hover {
color: #0d6efd;
}

.lev .tab-sec span.tab-zag {
line-height: 1.2;
margin-bottom: 10px;
}

.tab {
float: left;
background-color: #fff;
width: 100%;
min-height: 590px;
height: calc(100vh - 280px);
overflow: auto;
}

.tab button, a.tablin {
display: block;
color: black;
padding: 22px 10px 22px 80px;
width: 30%;
border: none;
outline: none;
text-align: left;
cursor: pointer;
transition: 0.3s;
font-size: 17px;
float: left;
clear: both;
border-right: 1px solid #ccc;
box-sizing: border-box;
}

a.tablin {
padding-top: 18px;
padding-bottom: 18px;
min-height: 80px;
}

.tab button.l1 {
background: url(/theme/img/menutab.svg) no-repeat 22px -94px;
}

.tab button.l2 {
background: url(/theme/img/menutab.svg) no-repeat 22px 22px;
}

.tab button.l3 {
background: url(/theme/img/menutab.svg) no-repeat 22px -218px;
}

.tab a.l4 {
background: url(/theme/img/menutab.svg) no-repeat 22px -340px;
}

.tab a.l5 {
background: url(/theme/img/menutab.svg) no-repeat 22px -458px;
}

.tab a.l6 {
background: url(/theme/img/menutab.svg) no-repeat 22px -586px;
}

.tab a.l7 {
background: url(/theme/img/menutab.svg) no-repeat 22px -695px;
}

.tab button:hover, a.tablin:hover {
background-color: #f5f6fa;
border-right: 1px solid blue;
}

.tab button.active {
background-color: #dce2f9;
border-right: 1px solid red;
}

.tab button.l1.active {
background: #dce2f9 url(/theme/img/menutab.svg) no-repeat 22px -94px;
}

.tab button.l2.active {
background: #dce2f9 url(/theme/img/menutab.svg) no-repeat 22px 22px;
}

.tab button.l3.active {
background: #dce2f9 url(/theme/img/menutab.svg) no-repeat 22px -218px;
}

.tab button.l1,.tab button.l2,.tab button.l3,.tab a.l4,.tab a.l5,.tab a.l6,.tab a.l7,.tab button.l1.active,.tab button.l2.active,.tab button.l3.active {
background-size: 40px auto;
}

.tabcontent {
float: left;
padding: 0px 2% 0 2%;
width: 65%;
border-left: none;
clear: none;
position: absolute;
right: 0;
overflow: auto;
height: calc(100vh - 290px);
}

.dropdown {
position: relative;
cursor: pointer;
}

.dropdown:hover {
color: #0846E2;
}

.dropdown span.zgl {
background: url(/theme/img/poisk.svg) no-repeat 50% -138px;
background-size: auto;
background-size: 20px auto;
height: 50px;
line-height: 50px;
display: flex;	
}

.dropdown span.zgl:hover {
background: url(/theme/img/poisk.svg) no-repeat 50% -92px;	
}

.dropdown-content {
display: none;	
position: absolute;
background-color: #f6f8ff;
width: 296px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 10;
border: 3px solid #2c64f7;
border-radius: 5px;	
left: -50%;
padding: 10px 5px;
flex-wrap: wrap;
gap: 10px;
max-height: 520px;
overflow: auto;
}

.dropdown-content ul {
display: flex;	
flex-wrap: wrap;
justify-content: space-between;
gap: 5px;
}

.dropdown-content ul.dtf {
flex-direction: column;
width: 98%;
gap: 4px;
padding: 20px 0;
}

.dropdown-content a {
height: 44px;
line-height: 44px;
border: 1px solid #afc4ff;
border-radius: 5px;
text-align: center;
width: 87px;
padding: 0;
background: none;
display: flex;
justify-content: center;
}

.dropdown-content ul.dtf a {
width: 100%;
display: flex;
justify-content: center;
}

.dropdown-content a:hover {background-color: #dee7ff;border-color: #2c64f7;color: #000;}

.dropdown:hover .dropdown-content {
gap: 10px;
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 10px 5px;
}

.dropdown:hover .dropbtn {background-color: #3e8e41;} 

.share-str {
line-height: 1;
color: #757575;
font-size: 15px;
display: flex;
justify-content: space-between;
width: 55%;
margin: 22px auto 0 auto;
border: 2px solid #efefef;
border-radius: 5px;
padding: 10px;
text-align: center;
}

.share-str > div {
width: 275px;
}

.ya-share2 {
margin-top: 11px;
}

.share-qr {
background: url(/theme/img/stabmir-qr.svg) no-repeat 0 0;
background-size: 100px auto;
width: 100px;
height: 100px;
margin-right: 11px;
}
.share-qr.skidki {
background: url(/theme/img/skidki-qr.svg) no-repeat 0 0;
background-size: 100px auto;
width: 100px;
height: 100px;
margin: 0 auto;
}

.share-qr.verh {
margin: 0 auto;
}

.autocomplete {
position: relative;
display: inline-block;
}
.autocomplete-items {
position: absolute;
z-index: 99;
top: 100%;
left: 0;
right: 0;
border-color: var(--borders-color);
border-width: 1px;
border-style: solid;
max-height: 9em;
overflow-y: auto;
}
.autocomplete-items div {
cursor: pointer;
background-color: #fff;
padding: 4px 12px 2px 12px;
}
.autocomplete-items div:hover {
background-color: #e9e9e9;
}
.autocomplete-active {
background-color: DodgerBlue !important;
color: #ffffff;
}

.wrap.mob {
margin-top: 100px;
}

.wrap.mob > ul{
border: 2px solid #bbc5ff;
border-radius: 5px;
justify-content: space-between;
padding: 14px 0;
width: auto;
text-align: center;
background: #f6f8ff;
z-index: 9;
}

.wrap.mob > ul > li{
display: flex;
width: 25%;
}

.wrap.mob > ul > li > a {
height: 60px;
line-height: 60px;
text-transform: uppercase;
font-weight: bold;
width: 100%;
display: flex;
justify-content: center;
color: #111;
}

.wrap.mob > ul > li > a:hover {
color: #2c64f7;
}

.wrap.mob .ico1 {
height: 40px;
width: 50px;
margin-top: 10px;
background: url(/theme/img/menu-niz.svg) no-repeat 50% 1px;
background-size: 25px auto;
}

.wrap.mob .ico2 {
height: 40px;
width: 50px;
margin-top: 10px;
background: url(/theme/img/menu-niz.svg) no-repeat 50% -44px;
background-size: 30px auto;
}

.wrap.mob .ico3 {
height: 40px;
width: 50px;
margin-top: 10px;
background: url(/theme/img/menu-niz.svg) no-repeat 50% -80px;
background-size: 30px auto;
}

.wrap.mob .ico4 {
height: 40px;
width: 50px;
margin-top: 10px;
background: url(/theme/img/menu-niz.svg) no-repeat 50% -116px;
background-size: 30px auto;
}

.ftr-niz {
margin-top: 88px;
background: #343c4b;
position: relative;
padding-top: 34px;
height: auto;
}

.wrap.niz {
color: #fff;
background: url(/theme/img/lg2-foot.svg) no-repeat right bottom;
background-size: 200px auto;
min-height: 390px;
display: flex;
flex-wrap: wrap;
}

.tele-niz{
margin-top: 22px;
width: 310px;
height: auto;
display: flex;
}

.tele-niz a{
display: flex;
flex-direction: column;
color: #fff;
gap: 5px;
background: url(/theme/img/call-center.svg) no-repeat left 0;
padding-left: 108px;
background-size: 100px auto;
}

.tele-niz a:hover{
color: #eee;
}

.tele-niz a span:first-child{
font-size: 24px;
font-weight: bold;
}

.tele-niz a span:last-child{
font-weight: bold;
background: #2c64f7;
border: 1px solid #2c64f7;
padding: 5px 15px;
border-radius: 5px;
width: 120px;
text-align: center;
}

.tele-niz a:hover span:last-child{
border: 1px solid #fff;
}

.ftr-niz ul.ftr {
display: flex;
flex-direction: column;
margin-left: 88px;
}

.ftr-niz ul.ftr li:first-child {
text-transform: uppercase;
font-weight: bold;
margin-bottom: 11px;
}

.ftr-niz ul.ftr.right {
margin-left: auto;
gap: 10px;
}

.ftr-niz ul.ftr.right li:first-child {
text-transform: none;
margin-bottom: 0;
}

.ftr-niz ul.ftr a {
color: #eee;
height: 44px;
line-height: 44px;
display: block;
background: url(/theme/img/product.svg) no-repeat 0 -238px;
background-size: 16px auto;
padding-left: 25px;
}

.ftr-niz ul.ftr a:hover {
text-decoration: underline;
}

.ftr-niz ul.ftr.right li {
font-weight: bold;
padding: 8px;
border: 1px solid #485060;
border-radius: 5px;
padding-left: 60px;
background: url(/theme/img/super.svg) no-repeat 18px 5px;
background-size: 25px auto;
}

.text-foot {
display: flex;
padding-bottom: 30px;
font-size: 15px;
flex-wrap: wrap;
}

.text-foot .logo {
width: 190px;
min-height: 50px;
margin: 22px 10px 0 0;
}

.text-foot .god {
margin-top: 22px;
}

.text-foot .predupr {
max-width: 520px;
margin: 22px 0 0 22px;
color: #CFCFCF;
}

.text-foot .predupr a {
color: #efefef;
text-decoration: underline;
}

.text-foot .ya-share2 {
max-width: 200px;
margin: 10px 0 0 78px;
}

.qr-niz {
display: flex;
margin-left: 22px;
width: 170px;
line-height: 1.2;
margin-top: 22px;
}

.qr-niz > div:last-child {
margin-top: 5px;
width: 60px;
text-align: left;
}

.qr-niz .share-qr {
background: url(/theme/img/stabmir-qr.svg) no-repeat -10px -10px;
background-size: 100px auto;
width: 80px;
height: 80px;
border-radius: 5px;
}

.menunav2, .menunav3 {
position: relative;
}

.menu-popup2, .menu-popup3 {
display: none;
background: #fff;
border: 5px solid #2c64f7;
position: absolute;
left: 0px;
right: 0px;
bottom: 80px;
box-sizing: border-box;
padding: 15px 10px 15px 10px;
z-index: 9999;	
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
border-radius: 12px;
width: 100%;
max-height: calc(100vh - 100px);
top: auto;
overflow: auto;
}

a.menu-close2, a.menu-close3 {
display: block;
width: 33px;
height: 33px;	
background: url(/theme/img/close.svg) 0 0 no-repeat;
position: absolute;
right: 10px;
left: auto;
top: 10px;
z-index: 100;
}

.menu-popup3 ul {
flex-direction: column;
gap: 5px;
}

.menu-popup2 ul {
flex-direction: column;
gap: 10px;
}

.menu-popup3 ul li {
border-bottom: 1px solid #eee;
}

.menu-popup3 ul li a {
display: block;
color: #333;
height: 55px;
line-height: 55px;
text-transform: uppercase;
font-weight: bold;
width: 100%;
border: 1px solid #fff;
}

.menu-popup3 ul li a:hover {
background: #2c64f7;
border: 1px solid #2c64f7;
border-radius: 5px;
color: #fff;
}

.menu-popup3 .tele-niz {
background: #2c64f7;
padding: 5px;
border-radius: 5px;
color: #111;
margin: 10px auto 0 auto;
bottom: 10px;
left: 0;
right: 0;
}

.menu-popup3 .tele-niz a span:last-child {
background: none;
border: 1px solid #fff;
}

@media all and (max-width:1490px){
.text-foot .ya-share2 {
width: 100%;
max-width: 100%;
margin: 10px 0 0 0;
}
.ftr-niz ul.ftr {
margin-left: 38px;
}
.qr-niz {
margin-left: 0;
}
.menu-popup2, .menu-popup3 {
width: 352px;
}
.menu-popup3 .tele-niz {
width: 270px;
}
.menu-popup3 .tele-niz a {
gap: 3px;
padding-left: 58px;
background-size: 50px auto;
}
.tele-niz a span:last-child {
margin: 0 auto;
}
}

@media all and (max-width:1200px){
.ftr-niz ul.ftr.right {
margin-left: auto;
width: 260px;
}
.ftr-niz ul.ftr {
margin-left: 18px;
}
.qr-niz {
width: 100%;
}
.tabcontent .lev {
width: 98%;
float: left;
padding: 10px;
min-height: 140px;
height: auto;
box-sizing: border-box;
}
.tabcontent .prav {
width: auto;
}
.lev .tab-sec ul {
flex-direction: row;
}
.lev .tab-sec ul li a {
width: 100%;
padding: 0 0 0 25px;
color: #333;
background: url(/theme/img/menutab.svg) no-repeat -5px -814px;
box-sizing: border-box;
}
}
@media all and (max-width:1060px){
.ftr-niz ul.ftr {
margin-left: 40px;
}
.tab button, a.tablin {
padding: 22px 10px 22px 75px;
font-size: 16px;
min-height: 90px;
width: 290px;
}
.tab button.l2.active {
background: #dce2f9 url(/theme/img/menutab.svg) no-repeat 22px 26px;
}
.tab button.l2 {
background: url(/theme/img/menutab.svg) no-repeat 22px 26px;
}
.tab button.l3.active {
background: #dce2f9 url(/theme/img/menutab.svg) no-repeat 22px -212px;
}
.tab button.l3 {
background: url(/theme/img/menutab.svg) no-repeat 22px -212px;
}
.tab a.l4 {
background: url(/theme/img/menutab.svg) no-repeat 22px -335px;
}
.tab a.l5 {
background: url(/theme/img/menutab.svg) no-repeat 22px -453px;
}
.tab a.l6 {
background: url(/theme/img/menutab.svg) no-repeat 22px -573px;
}
.tabcontent {
padding: 0px 1%;
width: 60%;
right: 2%;
}
.ftr-niz ul.ftr.right {
flex-wrap: wrap;
margin: 22px auto;
width: 100%;
flex-direction: row;
}
.ftr-niz ul.ftr.right li {
width: 40%;
width: calc(50% - 75px);
}
.ftr-niz ul.ftr.right li:first-child{
border: 1px solid #485060;
border-radius: 5px;
width: calc(50% - 75px);
height: auto;
line-height: 1.2;
}
.ftr-niz ul.ftr a {
background: url(/theme/img/product.svg) no-repeat 3px -238px;
background-size: 16px auto;
}
}
@media all and (max-width:840px){
.ftr-niz {
padding-top: 22px;
padding-bottom: 76px;
}
.text-foot .logo {
margin: 22px auto 0 auto;
}
.tele-niz {
width: 100%;
margin-bottom: 33px;
margin-top: 0;
}
.tele-niz a {
width: 312px;
margin: 0 auto;
box-sizing: border-box;
}
.ftr-niz ul.ftr.left {
margin: 0 0 22px 0;
width: 48%;
gap: 11px;
}
.ftr-niz ul.ftr.left.ur {
margin: 0 0 22px 22px;
}
.ftr-niz ul.ftr.left li {
width: 98%;
border: 1px solid #5d6b86;
border-radius: 8px;
height: 44px;
line-height: 44px;
padding: 0 1%;
}
.ftr-niz ul.ftr.left li:first-child {
border: none;
margin-bottom: 0;
height: 22px;
line-height: 22px;
}
.text-foot .predupr {
margin: 22px auto;
max-width: 600px;
text-align: center;
}
.qr-niz {
width: 180px;
margin: 0 auto;
}
.text-foot .god {
width: 100%;
text-align: center;
}
.text-foot .ya-share2 {
max-width: 80%;
margin: 10px auto;
}
.ya-share2__container {
max-width: 210px;
margin: 0 auto;
}
.wrap.mob > ul {
position: fixed;
z-index: 100;
bottom: 0;
width: calc(100% - 24px);
width: 100%;
border: none;
border-radius: 15px 15px 0 0;
border-top: 1px solid #b5c6ff;
margin-left: -10px;
}
.wrap.mob > ul {
padding: 8px 0;
height: 55px;
}
.wrap.mob > ul > li > a {
height: 48px;
flex-direction: column;
align-items: center;
box-sizing: border-box;
line-height: 1;
}
.wrap.mob .ico1,.wrap.mob .ico2,.wrap.mob .ico3,.wrap.mob .ico4 {
margin: 0 auto;
}
.menu-popup2 {
right: auto;
}
.menu-popup3 {
left: auto;
}
.tab button,.tab a.l4,.tab a.l5,.tab a.l6,.tab a.l7 {
display: block;
background-color: inherit;
color: black;
padding: 22px 16px 22px 80px;
width: 95%;
border: none;
outline: none;
text-align: left;
cursor: pointer;
transition: 0.3s;
font-size: 17px;
float: left;
clear: both;
border-right: none;
border-top: 1px solid #dce2f9;
border-bottom: 1px solid #dce2f9;
}
.tab button:hover {
border-right: none;
border-top: 1px solid #dce2f9;
border-bottom: 1px solid #dce2f9
}
.tabcontent {
float: left;
padding: 0px 2% 0 2%;
width: 98%;
border-left: none;
clear: both;
position: relative;
left: 0;
overflow: auto;
height: 400px;
margin-bottom: 20px;
}
.tab button.active {
border-right: none;
border-radius: 8px;
}
.lev .tab-sec ul li a {
width: 170px;
padding: 0 0 0 20px;
background: url(/theme/img/menutab.svg) no-repeat -10px -814px;
border: 1px solid #ccc;
}
.wrap.mob > ul > li > a {
font-size: 15px;
}
.wrap.mob .ico1 {
height: 30px;
background: url(/theme/img/menu-niz.svg) no-repeat 50% 1px;
background-size: 20px auto;
}
.wrap.mob .ico2 {
height: 30px;
background: url(/theme/img/menu-niz.svg) no-repeat 50% -32px;
background-size: 22px auto;
}
.wrap.mob .ico3 {
height: 30px;
background: url(/theme/img/menu-niz.svg) no-repeat 50% -58px;
background-size: 22px auto;
}
.wrap.mob .ico4 {
height: 30px;
background: url(/theme/img/menu-niz.svg) no-repeat 50% -84px;
background-size: 22px auto;
}
.wrap.mob > ul > li > a {
color: #3e3e3e;
}
.wrap.mob > ul > li > a:hover {
background: #aabeff;
color: #111;
border-radius: 8px;
}
.menunav2, .menunav3 {
position: static;
}
.menu-popup2 {
left: 10%;
}
.menu-popup3 {
right: 10%;
}
.share-str {
width: 90%;
}
}
@media all and (max-width:580px){
.ftr-niz ul.ftr.left.ur {
margin: 0 0 22px 0;
}
.ftr-niz ul.ftr.left {
width: 100%;
}
.share-str {
width: auto;
flex-direction: column;
}
.share-str > div {
width: auto;
}
.share-str > div:nth-of-type(2) {
display:none;
}
}
@media all and (max-width:480px){
.wrap.niz {
background-size: 100px auto;
}
.tele-niz a {
background-size: 80px auto;
padding-left: 88px;
}
.ftr-niz ul.ftr.right li:first-child {
width: calc(100% - 75px);
height: auto;
line-height: 1.5;
}
.ftr-niz ul.ftr.right li {
width: calc(100% - 75px);
}
.tele-niz a {
background-size: 50px auto;
padding-left: 58px;
}
.menu-popup2, .menu-popup3 {
right: 0;
left: 0;
margin: 0 auto;
width: 320px;
}
}
@media all and (max-width:350px){
.wrap.mob > ul > li > a {
font-size: 14px;
}
.menu-popup2, .menu-popup3 {
width: 98%;
}
.menu-popup3 .tele-niz {
width: 270px;
width: calc(100% - 10px);
}
}