.mobile-header > .telo > div a.is-current{color:var(--color1);}
.mobile-language-switcher {
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-language-switcher__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 6px;
  background: transparent;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}
.mobile-language-switcher__toggle i {
  font-size: 10px;
}
.mobile-language-switcher__list {
    position: absolute;
    top: 106px;
    right: 0;
    z-index: 20;
    display: none;
    min-width: 100%;
    padding: 6px;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 6px;
    background: #1a1a1a;
    box-shadow: 0 12px 30px rgb(0 0 0 / 24%);
}
.mobile-language-switcher.is-open .mobile-language-switcher__list,
.mobile-language-switcher:hover .mobile-language-switcher__list,
.mobile-language-switcher:focus-within .mobile-language-switcher__list {
  display: grid;
  gap: 4px;
}
.mobile-language-switcher__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
}
.mobile-header > .telo > div a.is-current {
    background: var(--color1);
    color: #111;
}

.footer-widget.widget_nav_menu button.submenu-toggle {
    display: none;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0px;
}
a, button {
    -webkit-tap-highlight-color: transparent;
}
ul.menu > li {
    width: 101%;
    /* background: red; */
}
body .swiper-button-next, 
body .swiper-button-prev {width:max-content;height:max-content;}
body .swiper-button-next::after, body .swiper-button-prev::after {
    font-size: 23px;
    background: #11111187;
    color: #fff;
    width: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 109px;
    border-radius: var(--border-r);
    transition: 0.4s;
}

body .swiper-button-next, body .swiper-button-prev{transform: translateY(-29px);}

body .swiper-button-next:hover::after, 
body .swiper-button-prev:hover::after 
{
    background: var(--color1);
    color: #111;
}

body .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--color1);
}
body .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    border-radius: var(--border-r);
    opacity: 0.2;
    background: #fff;
}
section#home-banner .swiper-pagination {
    bottom: 180px;
}


.content {
    width: 1600px;
    margin: 50px auto;
}

.mobile-header  > .telo {width: 1600px;margin: 0 auto;    display: flex;
    justify-content: space-between;gap: 28px;}


.mobile-header > .telo  > div a:hover{color:var(--color1);}
.mobile-header > .telo  > div a.main-a:hover{color:#111;}
.mobile-header > .telo  > div a {
    color: #fff;
    font-size: 16px;
}
.mobile-header  .main-a:hover {
    color: #111;
}
.close-menu i {
    margin: 0 auto;
}
.close-menu {
border-radius: var(--border-r);
    position: absolute;
    z-index: 99;
    color: #fff;
    left: 288px;
    top: -62px;
    font-size: 13px;
    width: 60px;
    height: 60px;
    background: #323232;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    transition: 0.4s;
}
.close-menu:hover{background: var(--color1);color:#111;}
.lines > :nth-child(1) {
    opacity: 0;
}
.lines > div {
    height: 100%;
    width: 1px;
    background: #404040;
    position: absolute;
    left: 10%;
}
.lines > div ~ div {left: 30%;}
.lines > div ~ div ~ div{left: 50%;}
.lines > div ~ div ~ div ~ div{left: 70%;}
.lines > div ~ div ~ div ~ div ~ div{left: 90%;}
.lines {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 98px;
    top: 0;
    transition: 0.4s;
    opacity: 0;
}
.menu-open .lines{ opacity: 1;}

body.body-scrolled .logg {
    width: 120px;
    height: 120px;
    margin: 11px 0px;
    padding: 10px;
    background: #fff;
}
.logg {
    background: rgb(255 255 255 / 18%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 15px;
    transition: 0.4s;
    margin: 12px 0px;
}
.mobile-header img {
    transition: 0.4s;
    padding: 13px 0px;
    width: 100%;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
}
.mobile-header {
    position: sticky;
    z-index: 99999;
    transition: 0.4s;
    top: 0;
    margin-bottom: -209px;
}
body.body-scrolled .mobile-header {
    transform: translateY(-2px);
}
body.body-scrolled.dark-theme .mobile-header {
    background: #ffffff;
}
body.body-scrolled .mobile-header {
    background: #1a1a1a;
}
.all-body {
    transition: transform 0.5s, filter 0.5s;
    overflow-y: scroll;
    max-height: 100vh;
    background: #1a1a1a;
    color: #fff;
    position: relative;
    z-index: 2;
}
.menu-open .all-body {
    transform: scale(0.8)translateX(13%);
}
body {
    overflow-x: hidden;
}

a.b-menu.active > :nth-child(1) {
    transform: rotate(45deg);
    top: calc(50% + -1px);
}
a.b-menu.active > :nth-child(2) {
    transform: rotate(45deg);
    top: calc(50% + -1px);
}
a.b-menu.active > :nth-child(3) {
    transform: rotate(135deg);
    top: calc(50% + -1px);
}
a.b-menu {
    position: relative;
    right: 9px;
    color: #fff;
    padding-right: 70px;
    font-size: 22px;
    height: 32px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
}
a.b-menu > b {
    width: 56px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    transition: 0.4s;
}
a.b-menu > b~b {
    top: 50%;
    transform: translateY(-50%);
}
a.b-menu > b~b~b {
    bottom: 0;
    top: auto;
}
a.b-menu:hover {
    color: var(--color1);
}
a.b-menu:hover b{
    background: var(--color1);
}



.mobile-header > .telo > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.mobile-header > .telo > :nth-child(2) {
    margin-left: auto;
}
ul.menu li.heart a {
    margin: 0;
    margin-right: 15px;
}

ul.menu > li ul a span video {
    width: 100%;
    aspect-ratio: 1/1;
    min-height: 100px;
	transition:0.4s;
}

ul.menu li.heart a i {
    background: var(--color1);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: 0.4s;
}
ul.menu li.heart a:hover i{
    color: var(--color1);
    background: #fff;
}
ul.menu li.heart~li {
    margin-left: 0;
}
ul.menu li.heart {
    margin-left: auto;
    position: relative;
}
ul.menu li.heart::after {
    content: attr(data-wl-count);
    position: absolute;
    top: -4px;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--color1);
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transform: translate(50%, -30%);
    display: none;
}
ul.menu li.heart.has-wishlist::after,
ul.menu li.heart[data-wl-count]:not([data-wl-count=""]):not([data-wl-count="0"]):after {
    display: inline-block;
}

ul.menu .main-a {
    overflow: visible;
}
ul.menu .main-a::after{display:none;}

.all-menu > ul ul {
    margin: 0;
    padding: 0px;
    transition: 0.4s;
    max-height: 0px;
    opacity: 0;
}

.all-menu > ul ul li a {
    padding-left: 35px;
}
.all-menu > ul {
    list-style: none;
    margin: 0;
    padding: 25px 0px;
    border-radius: 10px;
    background: #fff;
    background-size: contain;
    border: 1px solid #ffffff;
    height: fit-content;
}
.all-menu > ul li~li a {
    border-top: 1px solid #d7d7d7;
}
.all-menu > ul a {
    color: #111;
    padding: 13px 15px;
    display: block;
    font-weight: 400;
    padding-right: 50px;
}
.all-menu > ul h3 {
    text-align: center;
    margin-top: -7px;
}
.all-menu > ul a:hover{color:var(--color1);}

.all-menu > ul ul li {
    list-style: none;
}

.all-menu > ul li > a button.submenu-toggle:hover{background:var(--color1);color:#fff;}
.all-menu > ul li > a button.submenu-toggle {
    top: calc(50%);
    transform: translateY(-50%);
}
.all-menu > ul li > a button.submenu-toggle span {
    transition: 0.4s;
    text-align: center;
    display: flex;
    justify-content: center;
    letter-spacing: 0px;
}
.all-menu > ul .active a button.submenu-toggle span{transform:rotate(90deg);}
.all-menu > ul .active ul {
    opacity: 1;
    max-height: 500px;
}

.all-menu > ul li > a {
    position: relative;
}
.active > a > button.submenu-toggle {
    transform: rotate(90deg);
}


header {
    /* position: relative; */
    /* z-index: 999; */
    background: #fff;
}

ul.menu li.lang-item~li.lang-item {
    margin-left: 0;
}

ul.menu li.lang-item {
    margin-left: 0;
}

.docs .main-a::after {
    background: var(--color1);
}
.docs .main-a {
    background: var(--color2);
}
ul.menu .logo {
    width: fit-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    top: 50%;
}
ul.menu .logo a {
    margin: 0;
    padding: 0;
}
ul.menu li.current-lang~li~li::after{display:block;}
ul.menu li.current-lang~li::after,
ul.menu > li.pll-parent-menu-item li.current-lang,
ul.menu > li.pll-parent-menu-item li.current-lang::after {
    display: none;
}
.head-top {
    display: flex;
    justify-content: space-between;
    padding: 12px 10%;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 0;
}
.head-top > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
ul.menu .pll-parent-menu-item ul {
    padding: 0px 12px;
    margin-left: -12px;
    margin-top: -11px;
}
ul.menu > li.pll-parent-menu-item a {
    padding: 0px 0px;
}
ul.menu > li.pll-parent-menu-item li {
    margin: 14px 0px;
}
.head-top > :nth-child(2) {
    margin-left: 0;
}

.head-top h1 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: var(--color2);
}
.head-top img {
    width: 250px;
}





ul.menu > li ul a {
    display: grid;
    text-align: left;
    gap: 15px;
    border-radius: var(--border-r);
    font-size: 16px;
}
ul.menu > li ul a:hover,
ul.menu > li ul a:hover{
   
}
ul.menu > li ul a img {
    transition:0.4s;
}

ul.menu ul img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin: 0px auto;
}
ul.menu ul a {
    color: #ffffff;
    display: grid;
    width: 100%;
    text-align: left;
}
.menu-open  .widget.widget_nav_menu {
    left: 0;
	pointer-events:all;
	
}

.widget.widget_nav_menu {
    position: fixed;
    z-index: 9;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: 200ms;
    pointer-events: none;
    left: -400px;
    width: 300px;
}
h2.widget-title {
    position: absolute;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    left: 50px;
    margin: 0;
    top: 68px;
    z-index: 99;
}
ul.menu {
    display: flex;
    list-style: none;
    margin: 0;
    position: relative;
    min-width: 100%;
    background: #242424;
    z-index: 4;
    padding: 0px;
    gap: 0px;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 320px;
    border-right: 1px solid transparent;
    transition: border-color 4.6s ease 0.4s;
}

.menu-open ul.menu {border-right: 1px solid #404040;}



ul.menu >:last-child a {
    margin: 0;
}

ul.menu > li.a a {
    padding-left: 10px;
    padding-right: 10px;
    background: transparent;
    margin: 0;
}

ul.menu > li.current-menu-item > a, ul.menu > li.a a:hover {
    color: var(--color1);
}
ul.menu > li a:hover {
    color: var(--color1);
}
ul.menu > li ~ li ~ li > a::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: #393939;
    top: 0;
    left: 55px;
}
ul.menu > li > a {
    color: #e1e1e1;
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
    padding: 16px 40px;
    position: relative;
    transition: 0.4s;
    width: 100%;
    display: block;
}
ul.menu .logo img {
    width: 200px;
    margin: 0 auto;
}
nav.footer-nav .search,
nav.footer-nav .img {
    display: none;
}





@media (min-width:1200px) and (min-height:950px){

section.main-site{transition:0.4s;}

ul.menu > :nth-child(1) ul {
    min-width: 300px;
}
ul.menu > li ul li ul a {
    font-size: 14px;
    padding: 3px 0px;
    position: relative;
}


ul.menu > li ul .wc-all-product-categories__group-title ~ .wc-all-product-categories__group-title ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
ul.menu > li ul .wc-all-product-categories__group-title > a {
    text-align: left;
    color: #fff;
    background: var(--color1);
    padding: 6px 16px;
    width: fit-content;
    margin-bottom: 16px;
}

ul.menu > li.menu-item-has-children > a i {
    font-size: 17px;
    right: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
ul.menu ul {
    position: absolute;
    list-style: none;
    margin: 0px;
    background: #101010;
    grid-template-columns: 1fr;
    gap: 23px;
    transition: 0.4s;
    pointer-events: none;
    border-radius: var(--border-r);
    overflow: hidden;
    top: 0;
    left: 320px;
    width: 320px;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    clip-path: inset(0% 100% 0% 0%);
    transition-delay: 0.2s;
    padding: 1px 50px;
}
ul.menu ul.open {
    pointer-events: all;
    clip-path: inset(0% 0% 0% 0%);
}
ul.menu ul ul {
    position: relative;
    opacity: 1;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    left: 0;
    top: 0;
    margin: 0;
    transform: none;
}
ul.menu.scrolled-100 {
    position: fixed;
    transition: 0.4s;
    top: -200px;
}
ul.menu.scrolled-100 img {
    width: 100px;
}
ul.menu.scrolled-100.scrolled-300 > li > a {
    color: #000;
    padding-top: 21px;
    padding-bottom: 22px;
}
ul.menu.scrolled-100.scrolled-300 {
    top: -36px;
    box-shadow: 0px 0px 30px -15px #f2f2f2;
    z-index: 9999;
    background: #f2f2f2;
    padding: 15px 2%;
}
ul.menu.scrolled-100>:last-child.svg .main-a {
    border-radius: 35px 0px 15px 35px;
}

ul.menu.scrolled-100 li.svg .main-a {
    padding: 21px 25px;
    padding-left: 45px;
}
}

@media (min-width: 1200px) and (max-height: 950px) {
ul.menu ul {
    gap: 0;
    overflow-y: scroll;
    max-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
}

    ul.menu a {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}


@media(max-width:1900px){
.menu-open .all-body {
    transform: scale(0.7)translateX(21%);
}

.mobile-header > .telo {
    width: 1400px;
    margin: 0 auto;
    margin-bottom: -168px;
}
.content {
    width: 1400px;
    margin: 50px auto;
}
}
@media (max-width:1600px){
section#home-banner .swiper-pagination {
    bottom: 180px;
    padding-left: 100px;
    padding-right: 100px;
}
.mobile-header {margin-bottom: -98px;}
.body-scrolled .mobile-header > .telo,
.content,
.mobile-header > .telo {
    width: 100%;
	padding-left: 100px;
	padding-right:100px;
}
.mobile-header > .telo > div a {
    color: #fff;
    font-size: 16px;
}
.head-top h1 {
    font-size: 16px;
}
}

@media (max-width:1400px){
.mobile-header > .telo > div {
    display: flex;
    justify-content: center;
    flex-direction: column;

}
ul.menu > li > a, ul.menu.scrolled-100.scrolled-300 > li > a {
    padding-left: 5px;
    padding-right: 44px;
}
.head-top {
    padding: 12px 2%;
}
ul.menu {
    padding: 0px 2%;
}

}


@media (max-width:1200px), (max-height: 950px) {

section#home-banner .home-swiper,
section#home-banner .swiper-slide {
    min-height: 750px;
}
.mobile-header img {
    transition: 0.4s;
}
.mobile-header > .telo > :nth-child(2),
.mobile-header > .telo > :nth-child(3),
.mobile-header > .telo > :nth-child(4),
.mobile-header > .telo > :nth-child(5) {
    display: none;
}
.mobile-header > .telo > :nth-child(6) {
    margin-left: auto;
    width: fit-content;
    display: none;
}

button.submenu-toggle {
    position: absolute;
    right: 0;
    background: #111;
    color: #111;
    border: none;
    font-size: 17px;
    width: 65px;
    height: 45px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 50px;
    letter-spacing: 2px;
    line-height: 2px;
    transition: 0.4s;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}
ul.menu > li ~ li > a button.submenu-toggle i {
    display: block;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.menu-open .close-menu {
	pointer-events:all;
	opacity:1;
	left: 260px;
	transition: 0.4s;
}
.close-menu { left: -260px; z-index: 999999; position: fixed; top: 0; transition:0s; pointer-events:none; opacity:0; }

h2.widget-title {
    display:none;
}


.head-top {
    justify-content: space-between;
    padding: 0px 10%;
    position: fixed;
    width: 100%;
    background:#fff;
    top: 0;
    z-index: 999;
}

ul.menu ul > li a {
    padding: 10px 0px;
    padding-right: 0px;
    text-align: left;
    position: relative;
    color: #bbbbbb;
    font-size: 18px;
}
ul.menu ul > li a button.submenu-toggle {
    right: 12px;
    border-radius: 50px;
    top: calc(50% - 17px);
    width: 35px;
    height: 35px;
    letter-spacing: -8px;
    line-height: 7px;
    font-size: 14px;
    background: var(--color1);
    color: #fff;
}

ul.menu > li.svg > a {
    padding: 0;
}
ul.menu > li.ad > a {
    padding: 12px 9px;
}
header .main-a {
    padding: 18px 25px;
	padding-left:45px;
    border-radius: 15px;
}

ul.menu .dgwt-wcas-search-wrapp a {
    background: transparent;
}
ul.menu .logo {
    width: fit-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)translateY(-0%);
    top: 25px;
}
.active > a > button.submenu-toggle {
    transform: translateY(-50%)rotate(90deg);
}
ul.menu .active ul {
    max-height: 1000px;
    opacity: 1;
}
ul.menu {
    width: 320px;
    min-width: auto;
    display: block;
    min-height: 100vh;
    padding: 20px 28px;
    transition: 0.4s;
    left: -320px;
    z-index: 9999;
    position: fixed;
    top: 0;
    border-radius: 0;
    box-shadow: 0px 0px 76px -34px #000;
    overflow-y: scroll;
    max-height: 100vh;
    padding-top: 51px;
    background: #1e1e1e;
    background-size: contain;
    margin: 0;
}
ul.menu > li ~ li > a i {
    display: none;
}
ul.menu > li > a {
    font-size: 22px;
    padding-right: 60px;
}
ul.menu ul {
    list-style: none;
    margin: 0;
    padding: 0px 18px;
    max-height: 0px;
    opacity: 0;
    transition: 0.4s;
}
ul.menu.active {
    left: 0;
}
ul.menu > :nth-child(1) ul li {
    position: inherit;
    margin: 0px 0px;
}
.dgwt-wcas-overlay-mobile {
    padding: 22px;
}
.dgwt-wcas-open-pirx .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp, .dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return {

}
.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return svg {
    left: -7px;
    top: 16px;
    width: 17px;
    height: 17px;
}
body .js-dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
body .js-dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {

}

}


@media (max-width:900px){
.menu-open .lines,
.menu-open .all-body {
    filter: blur(7px);
}

}


@media (max-width:800px){
    .logg {
    background: #fff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    padding: 9px;
    transition: 0.4s;
    margin: 12px 0px;
}
body.body-scrolled .mobile-header {
    transform: translateY(0px);
}
.mobile-header {
    margin-bottom: -98px;
    top: 0;
}
body button#theme-toggle {
    right: 160px;
    left: auto;
}
.mobile-header > .telo > :nth-child(6) a i {
    font-size: 15px;
}
    .mobile-header > .telo > :nth-child(6) a {
        font-size: 0px;
        padding: 19px;
        right: 42px;
    }
.mobile-header > .telo, .body-scrolled .mobile-header > .telo {
    padding: 0px 10px;
    padding-left: 35px;
}
}

@media (max-width:650px){
    
    body.body-scrolled .logg {
    width: 90px;
    height: 90px;
    margin: 11px 0px;
    padding: 6px;
}
.logg {
    background: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 9px;
    transition: 0.4s;
    margin: 12px 0px;
}
.mobile-header > .telo > :nth-child(5) a {
    font-size: 0px;
    padding: 19px;
    right: 26px;
}
.mobile-header img {
    transition: 0.4s;

}
section#home-banner .swiper-pagination {
    bottom: 180px;
    padding-left: 10px;
    padding-right: 10px;
}
body .images_all.cespb-gallery-wrap .swiper-button-next::after, body .images_all.cespb-gallery-wrap .swiper-button-prev::after { transform: translateY(0px);}


body button#theme-toggle {
    right: 87px;
    left: auto;
}
.mobile-header > .telo > div a i {
    font-size: 16px;
}
.mobile-header > .telo > div.logg a {
    padding: 0;
}
.mobile-header > .telo > div a.main-a.forma {
    margin-left: -38px;
}
    .mobile-header > .telo > div a {
        font-size: 0;
        padding: 20px;
    }
.mobile-header{margin-bottom: -98px;}
.content {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
}
body .swiper-button-next::after, body .swiper-button-prev::after {
    width: 31px;
    height: 31px;
    font-size: 13px;
    background: #111;
}
section#home-banner .content {
    padding-left: 50px;
    padding-right: 50px;
}


.mobile-header > div a {
    font-size: 0;
}
section#home-banner .swiper-slide .f {
    display: grid;
    gap: 5px;
}
section#home-banner .swiper-slide  .main-a {
    width: fit-content;
    border: 2px solid rgb(255 255 255 / 17%);
}
body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin-bottom: 12px;
}
section#home-banner .home-swiper,
section#home-banner .swiper-slide {
    min-height: 750px;
}
}

@media(max-width:450px){
body button#theme-toggle {
    right: 81px;
    left: auto;
}
.mobile-header img {
    transition: 0.4s;

}
}

@media(max-width:420px){
.mobile-header > .telo, .body-scrolled .mobile-header > .telo {
    padding: 0px 4px;
    padding-left: 6px;
}
.mobile-header img {
    transition: 0.4s;

}
}

@media(max-width:400px){
.body-scrolled .mobile-header img, .mobile-header img {
    transition: 0.4s;

    transform: none;
    padding: 8px 0px;
}
}