
.PartsProductNav_root__ET2EQ {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  &:has([data-modal-open="true"]) {
    z-index: 100002;
  }
}

.PartsProductNav_productNav__Q_RjK {
  display: grid;
  grid-template-areas: "logo menu button";
  grid-template-columns: 39rem minmax(0,1fr) 39rem;
  align-items: center;
  width: 134rem;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}

@media screen and (min-width: 1440px) {
  .PartsProductNav_productNav__Q_RjK {
    grid-template-columns:390px minmax(0,1fr) 390px;
    width: 1340px
  }
}
/* @media screen and (max-width: 1024px) {
  .PartsProductNav_productNav__Q_RjK {
    width: 100%;
    padding: 0 1.8rem;
  }
} */
/* @media screen and (max-width: 768px) {
  .PartsProductNav_productNav__Q_RjK {
    border-top: 0;
    padding: 0;
  }
} */
@media screen and (max-width: 768px) {
  .PartsProductNav_productNav__Q_RjK {
    grid-template-areas:
    "logo button"
    "menu menu";
    grid-template-columns: 60% 40%;
    width: 100%;
    padding: 0;
    border-bottom: 0;
  }
}

.PartsProductNav_logo__8395a {
  display: flex;
  grid-area: logo;
  align-items: center;
  justify-content: flex-start
}
@media screen and (max-width: 768px) {
  .PartsProductNav_logo__8395a {
    padding:0 0 0 1.8rem
  }
}

.PartsProductNav_logo__8395a img {
  width: auto;
  height: 2.3rem;
  object-fit: contain;
}
@media screen and (min-width: 1440px) {
  .PartsProductNav_logo__8395a img {
    width: auto;
    height: 23px;
    /* object-fit: initial; */
  }
}
@media screen and (max-width: 768px) {
  .PartsProductNav_logo__8395a img {
    height: 2.16rem;
  }
}


.PartsProductNav_menu__2dD2L {
  height: 100%;

}

/* @media screen and (max-width: 768px) {
  .PartsProductNav_menu__2dD2L {
    position:absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    display: grid;
    grid-template-rows: 0fr;
    grid-template-columns: minmax(0,1fr);
    width: 46rem;
    overflow: hidden;
    background-color: #fff;
    opacity: 0;
    transition: all .3s
  }
} */

@media screen and (max-width: 768px) {
  .PartsProductNav_menu__2dD2L {
    position:static;
    grid-template-rows: 3.3rem;
    grid-template-columns: minmax(0,1fr);
    width: 100vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: scroll;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    opacity: 1
  }

  .PartsProductNav_menu__2dD2L::-webkit-scrollbar {
    display: none
  }
}

.PartsProductNav_menuInner__4Qs7P {
  display: flex;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .PartsProductNav_menuInner__4Qs7P {
    flex-direction:row;
    justify-content: center
  }
}

@media screen and (max-width: 1024px) {
  .PartsProductNav_menuInner__4Qs7P {
    flex-flow:row nowrap;
    justify-content: flex-start;
    width: max-content
  }
}

.PartsProductNav_button__IW7OK {
  display: flex;
  grid-area: button;
  align-items: center;
  justify-content: flex-end;
  width: 24rem;
  padding: .6rem 0
}

@media screen and (min-width: 769px) {
  .PartsProductNav_button__IW7OK {
    margin:0 0 0 auto
  }
}

@media screen and (min-width: 1440px) {
  .PartsProductNav_button__IW7OK {
    width:240px;
    padding: 6px 0
  }
}

@media screen and (max-width: 768px) {
  .PartsProductNav_button__IW7OK {
    width:100%;
    padding-right: 1.8rem
  }
}

.PartsProductNav_button__IW7OK>div:has(button) {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

@media screen and (max-width: 768px) {
  .PartsProductNav_button__IW7OK button {
    width:12rem!important;
    height: 3rem!important
  }
}

.PartsProductNav_button__IW7OK button span {
  font-size: 1.6rem
}

@media screen and (min-width: 1440px) {
  .PartsProductNav_button__IW7OK button span {
    font-size:16px
  }
}

@media screen and (max-width: 768px) {
  .PartsProductNav_button__IW7OK button span {
    font-size:1.2rem
  }
}

.PartsProductNav_button__IW7OK button:after,.PartsProductNav_button__IW7OK button:before {
  right: 5rem!important
}

@media screen and (min-width: 1440px) {
  .PartsProductNav_button__IW7OK button:after,.PartsProductNav_button__IW7OK button:before {
    right:50px!important
  }
}

@media screen and (max-width: 768px) {
  .PartsProductNav_button__IW7OK button:after,.PartsProductNav_button__IW7OK button:before {
    right:1rem!important
  }
}

@media screen and (min-width: 769px) {
  .PartsProductNav_navWrapper__gm3JL {
    display:flex;
    flex: 0 0 max-content;
    justify-content: center
  }

  .PartsProductNav_navWrapper__gm3JL:hover .PartsProductNav_navBg__elbaS {
    z-index: 2;
    width: 100vw;
    max-height: 9999px;
    padding: 3rem 14.4rem
  }
}

@media screen and (min-width: 769px)and (min-width:1440px) {
  .PartsProductNav_navWrapper__gm3JL:hover .PartsProductNav_navBg__elbaS {
    padding:30px 144px
  }
}

@media screen and (min-width: 769px) {
  .PartsProductNav_navWrapper__gm3JL:hover .PartsProductNav_navList__BzOOj,.PartsProductNav_navWrapper__gm3JL:hover .PartsProductNav_navReadMore__snQKk {
    opacity:1;
    transform: translateY(0)
  }
}

@media screen and (min-width: 769px)and (min-width:1440px) {
  .PartsProductNav_navWrapper__gm3JL:hover .PartsProductNav_navList__BzOOj,.PartsProductNav_navWrapper__gm3JL:hover .PartsProductNav_navReadMore__snQKk {
    margin:30px auto
  }
}

@media screen and (min-width: 769px) {
  .PartsProductNav_navWrapper__gm3JL:hover .PartsProductNav_navTitle__XG_QD {
    filter:invert(0)
  }

  .PartsProductNav_navWrapper__gm3JL:hover .PartsProductNav_navTitle__XG_QD:after {
    width: 100%
  }
}

@media screen and (max-width: 1024px) {
  .PartsProductNav_navWrapper__gm3JL {
    width:100%
  }

  .PartsProductNav_navWrapper__gm3JL:first-of-type .PartsProductNav_navTitle__XG_QD:after {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    content: "";
    background-color: rgba(78,132,196,.3);
    transform: translateX(-50%)
  }

  .PartsProductNav_navWrapper__gm3JL:hover {
    cursor: pointer
  }

  .PartsProductNav_navWrapper__gm3JL:hover .PartsProductNav_navBg__elbaS {
    z-index: 2;
    width: 100%;
    max-height: 99999px;
    padding: 0 1.8rem
  }

  .PartsProductNav_navWrapper__gm3JL:hover .PartsProductNav_navList__BzOOj,.PartsProductNav_navWrapper__gm3JL:hover .PartsProductNav_navReadMore__snQKk {
    opacity: 1;
    transform: translateY(0)
  }

  .PartsProductNav_navWrapper__gm3JL:hover:first-of-type .PartsProductNav_navTitle__XG_QD:after {
    width: 100vw;
    height: 1px
  }

  .PartsProductNav_navWrapper__gm3JL:hover .PartsProductNav_navTitle__XG_QD {
    filter: invert(0)
  }

  .PartsProductNav_navWrapper__gm3JL:hover .PartsProductNav_navTitle__XG_QD:after {
    width: 0
  }

  .PartsProductNav_navWrapper__gm3JL[data-nav-open=true] .PartsProductNav_navBg__elbaS {
    z-index: 9999;
    max-height: 9999px;
    padding: 1rem 1.8rem
  }

  .PartsProductNav_navWrapper__gm3JL[data-nav-open=true] .PartsProductNav_navList__BzOOj,.PartsProductNav_navWrapper__gm3JL[data-nav-open=true] .PartsProductNav_navReadMore__snQKk {
    opacity: 1;
    transform: translateY(0)
  }

  .PartsProductNav_navWrapper__gm3JL[data-nav-open=true] .PartsProductNav_navTitle__XG_QD {
    color: #2680ff
  }
}
@media screen and (max-width: 768px) {
  .PartsProductNav_navWrapper__gm3JL:hover .PartsProductNav_navBg__elbaS {
    max-height: 0;
  }
  .PartsProductNav_navWrapper__gm3JL[data-nav-open=true] .PartsProductNav_navBg__elbaS {
    max-height: 9999px;
  }
}

.PartsProductNav_navBg__elbaS {
  display: grid
}

@media screen and (min-width: 769px) {
  .PartsProductNav_navBg__elbaS {
    position:absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100vw;
    max-height: 0;
    padding: 0 14.4rem;
    overflow: hidden;
    background-color: #f7f7f7;
    transition: all .3s ease-in-out
  }
}

@media screen and (min-width: 769px)and (min-width:1440px) {
  .PartsProductNav_navBg__elbaS {
    padding:0 144px
  }
}

@media screen and (min-width: 769px) {
  .PartsProductNav_navBg__elbaS:before {
    display:none
  }

  .PartsProductNav_navBg__elbaS>* {
    overflow: hidden
  }
}

@media screen and (max-width: 1024px) {
  .PartsProductNav_navBg__elbaS {
    position:absolute;
    left: 0;
    grid-template-columns: 100%;
    width: 100%;
    max-height: 0;
    padding: 0 1.8rem;
    overflow: hidden;
    background-color: #f7f7f7;
    transition: all .3s
  }
}

.PartsProductNav_navList__BzOOj {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin: 2rem 0 0;
  overflow: hidden
}

@media screen and (min-width: 769px) {
  .PartsProductNav_navList__BzOOj {
    display:grid;
    gap: .8rem 2.4rem;
    margin: 3rem auto;
    opacity: 0;
    transition: all .3s;
    transform: translateY(-1rem)
  }
}

@media screen and (min-width: 1440px) {
  .PartsProductNav_navList__BzOOj {
    gap:8px 24px
  }
}

/* @media screen and (max-width: 1024px) {
  .PartsProductNav_navList__BzOOj {
    width: 100%;
    height: auto;
    margin: 1rem 0 3rem;
    transform: translateY(0)
  }
} */
@media screen and (max-width: 768px) {
  .PartsProductNav_navList__BzOOj {
    display:block;
    width: 100%;
    height: auto;
    margin: 1rem 0 3rem;
    transform: translateY(0)
  }
}

@media screen and (min-width: 1440px) {
  .PartsProductNav_navList__BzOOj[data-col="3"] {
    width:930px
  }
}

@media screen and (min-width: 769px) {
  .PartsProductNav_navList__BzOOj[data-col="3"] {
    grid-template-columns:repeat(3,1fr);
    width: 93rem
  }
}

@media screen and (max-width: 1024px) {
  .PartsProductNav_navList__BzOOj[data-col="3"] {
    width:100%
  }
}

@media screen and (min-width: 1440px) {
  .PartsProductNav_navList__BzOOj[data-col="4"] {
    width:1152px
  }
}

@media screen and (min-width: 769px) {
  .PartsProductNav_navList__BzOOj[data-col="4"] {
    grid-template-columns:repeat(4,1fr);
    width: 115.2rem
  }
}

@media screen and (max-width: 1024px) {
  .PartsProductNav_navList__BzOOj[data-col="4"] {
    width:100%
  }
}

@media screen and (min-width: 769px) {
  .PartsProductNav_navTitle__XG_QD {
    position:relative;
    display: block;
    height: 100%;
    padding: 2.2rem 2.5rem;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: .028em
  }

  .PartsProductNav_navTitle__XG_QD:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 2px;
    content: "";
    background-color: #2680ff;
    transition: width .4s;
    transform: translateX(-50%)
  }
}

@media screen and (min-width: 1440px) {
  .PartsProductNav_navTitle__XG_QD {
    padding:22px 25px;
    font-size: 14px
  }
}

@media screen and (max-width: 1024px) {
  .PartsProductNav_navTitle__XG_QD {
    display:flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    width: max-content;
    padding: 2rem 1.8rem;
    font-size: 1.6rem
  }

  [data-nav-nochild=true] .PartsProductNav_navTitle__XG_QD {
    pointer-events: auto
  }
}

@media screen and (max-width: 768px) {
  .PartsProductNav_navTitle__XG_QD {
    display:flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem .9rem;
    font-size: 1.3rem;
    text-align: center
  }

  .PartsProductNav_navTitle__XG_QD:after {
    display: none
  }
}

.PartsProductNav_navTitle__XG_QD[data-activetab=true] {
  color: #2680ff
}

.PartsProductNav_navItem__skxcU {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9d9d8f
}

.PartsProductNav_navItem__skxcU:last-child {
  border-bottom: 1px solid #9d9d8f
}

.PartsProductNav_navItem__skxcU>a {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.6rem 0
}

@media screen and (max-width: 1024px) {
  .PartsProductNav_navItem__skxcU>a {
    padding:1.6rem 1rem 1.6rem 1.5rem
  }
}

.PartsProductNav_navItem__skxcU>a>:first-child {
  display: inline-block;
  order: 3;
  width: .933rem;
  height: .933rem;
  margin-right: 1rem;
  transition: margin-right .4s
}

.PartsProductNav_navItem__skxcU>a>:first-child svg {
  display: block;
  width: 100%;
  height: auto
}

.PartsProductNav_navItem__skxcU>a>:nth-child(2) {
  flex: 1 1 auto;
  order: 2
}

.PartsProductNav_navItem__skxcU>a>:nth-child(3) {
  display: inline-block;
  flex: 0 0 2rem;
  order: 1;
  width: 2rem;
  height: 2rem
}

.PartsProductNav_navItem__skxcU>a>:nth-child(3) svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain
}

.PartsProductNav_navItem__skxcU>a:hover>:first-child {
  margin-right: .5rem
}








/*
 *
 *
 *  UiButton_button
 *
 *
 */

.UiButton_button__HhZvr {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3rem;
  transition: background-color .3s ease
}

.UiButton_button__HhZvr[data-button-size=small] {
  width: 11.8rem;
  height: 3.3rem
}

@media screen and (min-width: 1440px) {
  .UiButton_button__HhZvr[data-button-size=small] {
    width:118px;
    height: 33px
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-size=small] {
    width:12rem;
    height: 3rem
  }
}

.UiButton_button__HhZvr[data-button-size=secondaryMiddle] {
  width: 20.6rem;
  height: 4.5rem
}

@media screen and (min-width: 1440px) {
  .UiButton_button__HhZvr[data-button-size=secondaryMiddle] {
    width:206px;
    height: 45px
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-size=secondaryMiddle] {
    width:13.9rem;
    height: 4rem
  }
}

.UiButton_button__HhZvr[data-button-size=middle] {
  width: 11.8rem;
  height: 3.1rem
}

@media screen and (min-width: 1440px) {
  .UiButton_button__HhZvr[data-button-size=middle] {
    width:118px;
    height: 33px
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-size=middle] {
    width:14.4rem;
    height: 3rem
  }
}

.UiButton_button__HhZvr[data-button-size=large] {
  width: 20.6rem;
  height: 4.5rem
}

@media screen and (min-width: 1440px) {
  .UiButton_button__HhZvr[data-button-size=large] {
    width:206px;
    height: 45px
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-size=large] {
    width:15.6rem;
    height: 4rem
  }
}

.UiButton_button__HhZvr[data-button-size=extraLarge] {
  width: 28rem;
  height: 5rem
}

@media screen and (min-width: 1440px) {
  .UiButton_button__HhZvr[data-button-size=extraLarge] {
    width:280px;
    height: 50px
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-size=extraLarge] {
    width:23.6rem;
    height: 5rem
  }
}

.UiButton_button__HhZvr[data-button-size=full] {
  width: 100%;
  height: 5rem
}

@media screen and (min-width: 1440px) {
  .UiButton_button__HhZvr[data-button-size=full] {
    width:100%;
    height: 50px
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-size=full] {
    width:100%;
    height: 5rem
  }
}

@media screen and (min-width: 769px) {
  .UiButton_button__HhZvr[data-button-type=details]:hover,.UiButton_button__HhZvr[data-button-type=product]:hover {
    color:#000;
    background-color: #d6d4d4;
    border: 1px solid #403d33
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-type=product] {
    width:28.8rem;
    margin: 0 auto
  }
}

@media screen and (max-width: 768px)and (max-width:768px) {
  .UiButton_button__HhZvr[data-button-type=product]:has([data-button-id=true]) {
    width:14rem;
    margin: 0
  }
}

.UiButton_button__HhZvr[data-button-type=check] {
  position: relative;
  color: #fff;
  background-color: #000
}

.UiButton_button__HhZvr[data-button-type=check]:before {
  position: absolute;
  top: 50%;
  content: "";
  background-color: #fff;
  transform: translateY(-50%) rotate(90deg)
}

.UiButton_button__HhZvr[data-button-type=check]:after {
  position: absolute;
  top: 50%;
  content: "";
  background-color: #fff;
  transform: translateY(-50%)
}

@media screen and (min-width: 769px) {
  .UiButton_button__HhZvr[data-button-type=check]:hover {
    color:#fff;
    background-color: #5d5d5d;
    border: 1px solid #5d5d5d
  }

  .UiButton_button__HhZvr[data-button-type=check]:hover:after,.UiButton_button__HhZvr[data-button-type=check]:hover:before {
    background-color: #fff
  }
}

.UiButton_button__HhZvr[data-button-type=productcheck] {
  position: relative;
  color: #fff;
  background-color: #000
}

.UiButton_button__HhZvr[data-button-type=productcheck]:before {
  position: absolute;
  top: 50%;
  content: "";
  background-color: #fff;
  transform: translateY(-50%) rotate(90deg)
}

.UiButton_button__HhZvr[data-button-type=productcheck]:after {
  position: absolute;
  top: 50%;
  content: "";
  background-color: #fff;
  transform: translateY(-50%)
}

@media screen and (min-width: 769px) {
  .UiButton_button__HhZvr[data-button-type=productcheck]:hover {
    color:#fff;
    background-color: #5d5d5d;
    border: 1px solid #5d5d5d
  }

  .UiButton_button__HhZvr[data-button-type=productcheck]:hover:after,.UiButton_button__HhZvr[data-button-type=productcheck]:hover:before {
    background-color: #fff
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-type=productcheck] {
    width:28.8rem;
    margin: 0 auto
  }
}

@media screen and (max-width: 768px)and (max-width:768px) {
  .UiButton_button__HhZvr[data-button-type=productcheck]:has([data-button-id=true]) {
    width:14rem
  }
}

.UiButton_button__HhZvr[data-button-type=check][data-button-size=small]:before {
  top: 50%;
  right: 1rem;
  width: 7px;
  height: 1px
}

@media screen and (min-width: 1440px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=small]:before {
    right:10px
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=small]:before {
    right:.92rem;
    width: .64rem
  }
}

.UiButton_button__HhZvr[data-button-type=check][data-button-size=small]:after {
  top: 50%;
  right: 1rem;
  width: 7px;
  height: 1px
}

@media screen and (min-width: 1440px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=small]:after {
    right:10px
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=small]:after {
    right:.92rem;
    width: .64rem
  }
}

.UiButton_button__HhZvr[data-button-type=check][data-button-size=small] .UiButton_link__ru0AV {
  justify-content: flex-start;
  padding: 0 0 0 1rem
}

@media screen and (min-width: 1440px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=small] .UiButton_link__ru0AV {
    padding:0 0 0 15px
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=small] .UiButton_link__ru0AV {
    padding:0 0 0 2.4rem
  }
}

.UiButton_button__HhZvr[data-button-type=check][data-button-size=secondaryMiddle] {
  outline: 1px solid #fff
}

.UiButton_button__HhZvr[data-button-type=check][data-button-size=secondaryMiddle]:before {
  top: 50%;
  right: 3rem;
  width: 9px;
  height: 1px
}

@media screen and (min-width: 1440px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=secondaryMiddle]:before {
    right:30px
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=secondaryMiddle]:before {
    right:1.5rem
  }
}

.UiButton_button__HhZvr[data-button-type=check][data-button-size=secondaryMiddle]:after {
  top: 50%;
  right: 3rem;
  width: 9px;
  height: 1px
}

@media screen and (min-width: 1440px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=secondaryMiddle]:after {
    right:30px
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=secondaryMiddle]:after {
    right:1.5rem
  }
}

.UiButton_button__HhZvr[data-button-type=check][data-button-size=middle]:before {
  top: 50%;
  right: 1rem;
  width: 7px;
  height: 1px
}

@media screen and (min-width: 1440px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=middle]:before {
    right:10px
  }
}

@media screen and (max-width: 1024px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=middle]:before {
    right:.5rem
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=middle]:before {
    right:1.6rem
  }
}

.UiButton_button__HhZvr[data-button-type=check][data-button-size=middle]:after {
  top: 50%;
  right: 1rem;
  width: 7px;
  height: 1px
}

@media screen and (min-width: 1440px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=middle]:after {
    right:10px
  }
}

@media screen and (max-width: 1024px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=middle]:after {
    right:.5rem
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=middle]:after {
    right:1.6rem
  }
}

.UiButton_button__HhZvr[data-button-type=check][data-button-size=middle] .UiButton_link__ru0AV {
  justify-content: flex-start;
  padding: 0 0 0 1.5rem
}

@media screen and (min-width: 1440px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=middle] .UiButton_link__ru0AV {
    padding:0 0 0 15px
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=middle] .UiButton_link__ru0AV {
    padding:0 0 0 2.9rem
  }
}

.UiButton_button__HhZvr[data-button-type=check][data-button-size=large]:before {
  top: 50%;
  right: 3rem;
  width: 9px;
  height: 1px
}

@media screen and (min-width: 1440px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=large]:before {
    right:30px
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=large]:before {
    right:1.5rem
  }
}

.UiButton_button__HhZvr[data-button-type=check][data-button-size=large]:after {
  top: 50%;
  right: 3rem;
  width: 9px;
  height: 1px
}

@media screen and (min-width: 1440px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=large]:after {
    right:30px
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=large]:after {
    right:1.5rem
  }

  .UiButton_button__HhZvr[data-button-type=check][data-button-size=full] .UiButton_link__ru0AV {
    margin: 0 0 0 -.6rem
  }
}

.UiButton_button__HhZvr[data-button-type=check][data-button-size=full]:before {
  top: 50%;
  right: 3rem;
  width: 9px;
  height: 1px
}

@media screen and (min-width: 1440px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=full]:before {
    right:30px
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=full]:before {
    right:1.4rem!important
  }
}

.UiButton_button__HhZvr[data-button-type=check][data-button-size=full]:after {
  top: 50%;
  right: 3rem;
  width: 9px;
  height: 1px
}

@media screen and (min-width: 1440px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=full]:after {
    right:30px
  }
}

@media screen and (max-width: 768px) {
  .UiButton_button__HhZvr[data-button-type=check][data-button-size=full]:after {
    right:1.4rem!important
  }
}

.UiButton_link__ru0AV {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.UiButton_text__DbCUp {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: .026em;
  word-break: break-word
}

@media screen and (min-width: 1440px) {
  .UiButton_text__DbCUp {
    font-size:13px
  }
}

@media screen and (max-width: 768px) {
  .UiButton_text__DbCUp {
    font-size:1.2rem
  }
}
