/*.btn-phone li {
  display: none !important;
}*/

.btn-phone.visible-phone li {
  display: inline-block !important;
}

.btn-phone span {
      border: 1px solid;
    padding: 10px 20px;
    cursor: pointer;
    color: #273aa3;
    display: none;
}

.tophead ul {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.tophead ul li {
  margin-right: 20px;
}
.tophead .top-left {
  float: left;
  margin: 10px 0;
}
.tophead .top-right {
  float: right;
  margin: 10px 0;
}
.mod_bootstraptabs .tab-content.type1 .mod-article-single {
  margin-top: 20px;
}
.benefits {
  display: flex;
  flex-wrap: wrap;
}
.benefits .benefit {
  display: flex;
  align-items: center;
  width: 33%;
  padding: 20px 0;
}
.benefits .benefit .benefit-text {
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
}
.parallax2 .visible-first, .position-6 .visible-first {
  text-align: center;
}
.position-6 {
  margin: 50px 0;
}
.wefix ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.wefix ul li {
  width: 260px;
  height: 290px;
  position: relative;
  margin-bottom: 40px;
}
.wefix ul li:hover {
  opacity: 0.8;
}
.wefix ul li a {
  width: 260px;
  height: 290px;
  display: block;
  color: #fff;
  position: absolute;
  left: 40px;
  top: 35px;
  font-size: 20px;
  font-weight: bold;
}
.wefix ul li:nth-child(1) {
  background-image: url(/images/wefix/pc.jpg);
}
.wefix ul li:nth-child(2) {
  background-image: url(/images/wefix/laptop.jpg);
}
.wefix ul li:nth-child(3) {
  background-image: url(/images/wefix/apple.jpg);
}
.wefix ul li:nth-child(4) {
  background-image: url(/images/wefix/offiseequ.jpg);
}
.wefix ul li:nth-child(5) {
  background-image: url(/images/wefix/ip.jpg);
}
.wefix ul li:nth-child(6) {
  background-image: url(/images/wefix/files.jpg);
}
.wefix ul li:nth-child(7) {
  background-image: url(/images/wefix/autsors.jpg);
}
.wefix ul li:nth-child(8) {
  background-image: url(/images/wefix/video.jpg);
}
.wefix .moduleTitle {
  text-align: center;
}

ul.nav.navbar-nav.level0 {
  display: inline-block;
}
.t3-megamenu .priority-nav__dropdown {
  left: 0;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.t3-megamenu ul.priority-nav__dropdown li {
  padding: 12px 14px;
}
.t3-megamenu ul.priority-nav__dropdown li:hover {
  background-color: #F5F5F5;
}
.t3-megamenu ul.priority-nav__dropdown li a {
  color: black;
  font-size: 15px;
}

.stuck-container.scroll-to-fixed-fixed .t3-mainnav .t3-navbar-collapse .t3-megamenu {
  margin-top: 18px;
}
.t3-megamenu {
  margin-top: 18px;
  margin-bottom: 20px;
}
.cityselectorlist {
  float: left;
  margin-top: 5px;
}
.cityselectorlist .cityselect{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cityselectorlist .cityselect p{
  font-size: 18px;
  margin: 0px;
}
.cityselectorlist .cityselect span{
  color: #3b53a0;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
.cityselectorlist .cityselect .city-block span{
  font-weight: 500;
  font-size: 15px;
  color: #3A3A3A;
  margin-right: 20px;
  cursor: unset;
  text-decoration: none;
}
.cspopup {
  display: none;
  position: fixed;
  background-color: #fff;
  top: 20%;
  z-index: 1300;
  border-radius: 4px;
  max-width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.list_cspp {
  padding: 0 32px;
}
.list_cspp a {
  color: #3A3A3A;
  font-size: 15px;
}
.city-block {
  display: flex;
  border-bottom: 1px solid #DADADA;
  padding: 15px;
  max-width: 200px;
}
.cityselect-top {
  padding: 25px;
  background-color: #F9F9F9;
  display: flex;
  justify-content: space-between;
}
.cityselect-top .select {
  color: black;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
}
.csoverlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0px;
  top: 0px;
  z-index: 1250;
}
.cityselectorlist ul{
  list-style-position: inside;
  /*-moz-column-count: 2;*/
  /*-webkit-column-count: 2;*/
  /*column-count: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 650px;
  height: 477px;*/
  margin: 0;
  columns: 3;
  padding: 15px 0 30px;
}

@media (min-width: 566px) and (max-width: 767px) {
  .cspopup{
    top: 10%;
  }
  .cityselectorlist ul{
    columns: 2;
  }
}

@media (max-width: 565px) {
  .cityselectorlist ul{
    columns: 1;
  }
}

.cityselectorlist ul > li {
  display: block;
  border-bottom: 0px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.cityselectorlist ul > li > a:before {
  font-family: FontAwesome;
  content: '';
  margin-right: 8px;
}
.cspopup .close:before{
  font-family: FontAwesome;
  content: '\f00d';
  margin-left: 10px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  color: #000;
}
.price-table .price-head, .price-table .price-items {
  display: flex;
  font-size: 14px;
  color: #101832;
  background-color: #fff;
}
.price-table .col {
  padding: 6px 0 6px 5px;
}
.price-table .col:nth-child(1) {
  width: 5%;
}
.price-table .col:nth-child(2) {
  width: 20%;
}
.price-table .col:nth-child(3) {
  width: 60%;
}
.price-table .col:nth-child(4) {
  width: 10%;
  padding-left: 10px;
}
.price-table .price-items:nth-child(2n+1) {
  background-color: #f2f5ff;
}
.price-table .price-head {
  background-color: #878af6;
  font-weight: bold;
}
.t3-content {
  padding-top: 50px;
}
.contact_details_telephone {
  padding-bottom: 24px;
}
.priority-nav__wrapper {
  margin-left: 20px;
}
.menu.info li:nth-child(2):after {
  content: "(звонок бесплатный)";
}
.t3-megamenu .mega-nav, .t3-megamenu .dropdown-menu .mega-nav {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.t3-megamenu .mega-nav, .t3-megamenu .dropdown-menu .mega-nav li{
  padding: 12px 14px;
}
.t3-megamenu .mega-nav, .t3-megamenu .dropdown-menu .mega-nav li a {
  color: #000;
  font-size: 15px;
  text-transform: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu li a:hover {
  color: #000;
}
.t3-megamenu .mega-nav, .t3-megamenu .dropdown-menu .mega-nav li:hover{
  background-color: #F5F5F5;
}
.t3-megamenu .mega-nav, .t3-megamenu .dropdown-menu .mega-col-nav, .t3-megamenu .mega-nav, .t3-megamenu .dropdown-menu, .t3-megamenu .mega-nav, .t3-megamenu .dropdown-menu .mega-col-nav .mega-inner {
  padding: 0;
}
.page-item .item_fulltext p {
  font-size: 14px;
}
.page-item .item_fulltext .moduletableparallax2 {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  clear: both;
  text-align: center;
}
.page-item .item_fulltext .moduletableparallax2 .benefits {
  margin-bottom: 50px;
  text-align: left;
}
.page-item .item_fulltext .moduletableparallax2 .mod_tm_parallax img {
  bottom: -300px;
  display: block;
}
.moduletable_request .mod_custom___request {
  background-color: #E1E5F3;
  width: 99.5vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 100px;
}
.moduletable_request .mod_custom___request .request-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 200px;
  flex-wrap: wrap;
}
.moduletable_request .mod_custom___request .request-image {
  height: 200px;
  display: flex;
}
.moduletable_request .mod_custom___request .request-image img {
  align-self: flex-end;
}
.moduletable_request .mod_custom___request .request-block .request-text {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #292929;
  max-width: 450px;
}
.moduletable_request .mod_custom___request .request-block .request-button {
  text-transform: uppercase;
  color: #fff;
  background-color: #273AA3;
  padding: 20px 25px;
  cursor: pointer;
  letter-spacing: 1px;
}
.moduletable_price .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 0;
}
.moduletable_price .mod-bootstrap-collapse .panel-group {
  margin-bottom: 10px;
}
.position-7 {
  margin-bottom: -30px;
}
.page-blog article.item {
  position: relative;
}
.page-blog article.item header.item_header {
  position: absolute;
  bottom: 0;
  background: #000000a1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20%;
  transition: 1s;
}
.page-blog article.item header.item_header h5 {
  margin: 0;
  font-size: 18px;
}
.page-blog article.item header.item_header a {
  color: #fff;
}
.moduletable_simpleform div:last-of-type:not([class]) {
  display: none;
}
.sf2-body .checkbox {
  margin-right: 10px;
}
.reviews-block .review {
  margin-bottom: 20px;
}
.reviews-block .review .review-text {
  border: 1px solid;
  padding: 20px;
}
.reviews-block .review .review-text .name {
  font-weight: bold;
}
.reviews-block .review .review-text .text {
  line-height: 18px;
}
.module-block h3 {
  margin-top: 50px;
}
.t3-megamenu .mega-tab > div > ul {
  /*width: 250px;*/
}
.item_img img {
  width: 100%;
}
.t3-content ul li {
  list-style: disc;
  margin-left: 15px;
}
h1.item_title {
  font-size: 44px;
  line-height: 1.363636363636364;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #151515;
  font-style: normal;
  margin-bottom: 21px;
  text-transform: uppercase;
}
.privacy-h2 { color: #000; margin: 0.8em 0px; font-size: 1.5em; font-weight: bold; }
#t3-footer .moduleTitle {
  font-weight: 300;
  letter-spacing: 3.5px;
  margin-bottom: 49px;
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
#t3-top .menu.info .item-890 {
  display: none;
}
.contact_address {
  font-size: 18px;
}
@media (min-width: 980px) {
  h1.item_title {
    letter-spacing: 4px;
  }
}
@media (max-width: 991px) {
  h1.item_title {
    font-size: 32px;
  }
}
@media all and (min-width: 768px) {
  .mainnav-position {
    height: 137px!important;
  }
}
@media all and (max-width: 1200px) {
  .page-blog .items-row {
    display: flex;
    flex-wrap: wrap;
  }
  .page-blog .items-row div {
    width: 50%;
  }
  .t3-megamenu .priority-nav__dropdown {
    left: unset;
    right: 0;
  }
  button.priority-nav__dropdown-toggle {
    margin-top: 15px;
  }
  ul.info li a[href^=tel] {
    font-size: 14px;
  }
  .cityselectorlist .cityselect p {
    font-size: 16px;
  }
}
@media all and (max-width: 1024px) {
  .swiper-slider .swiper-slide .slide-inner > div {
    max-height: 100%;
  }
  .swiper-slider .swiper-slide .slide-inner p {
    margin: 0;
  }
  .swiper-slider .swiper-slide .slide-inner p span {
    font-size: 35px!important;
  }
}
@media all and (max-width: 991px) {
  button.priority-nav__dropdown-toggle {
    margin-top: 0;
  }
  #t3-top {
    /*padding-top: 0;*/
  }
  #header .moduletable.pull-right {
    float: none!important;
  }
  .t3-mainnav .t3-navbar-collapse .navbar-nav > li > a, .t3-mainnav .t3-navbar-collapse .navbar-nav > li > span {
    font-size: 16px;
  }
  .tophead ul li {
    font-size: 12px;
  }
  .moduletable_request .mod_custom___request .request-image {
    display: none;
  }
}
@media all and (max-width: 768px){

  .logo-image .logo-img {
    float: none;
  }
  #header .moduletable.pull-right {
    /*width: 100%;*/
  }
  .cityselectorlist {
    float: none;
  }
  .benefits .benefit {
    display: flex!important;
    flex-direction: column;
  }
  .benefits .benefit .benefit-text {
    padding-left: 0;
    padding-top: 20px;
  }
  .benefits .slick-dots {
    display: flex!important;
    justify-content: center;
  }
  .benefits .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin: 0 6px;
  }
  .benefits .slick-dots li.slick-active {
    border: 2px solid #fff;
  }
  .tophead {
    display: none;
  }
  .moduletable_request .mod_custom___request .request-block {
    text-align: center;
    justify-content: center;
  }
  .moduletable_request .mod_custom___request .request-block .request-text {
    font-size: 22px;
  }
}
@media all and (max-width: 565px) {
  .cspopup {
    top: 0;
    width: 100vw;
    height: auto;
    overflow: scroll;
    bottom: 0;
  }
  .cityselectorlist ul {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    height: auto;
  }
  .page-blog .items-row div {
    width: 100%;
  }
  .price-table .col:nth-child(3), .price-table .col:nth-child(4), .price-table .price-head {
    display: none;
  }
  .price-table .col:nth-child(1) {
    display: none!important;
  }
  .price-table .col {
    width: 100%!important;
    text-align: center;
  }
  .price-table .price-items {
    display: block;
    text-align: center;
  }
  .price-table .price-items .col:nth-child(4), .price-table .price-items .col:nth-child(2) {
    font-weight: bold;
  }
  .page-item figure.item_img {
    float: unset;
    margin-left: unset;
    max-width: 100%;
  }
}

.container.container-fullwidth.container-flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*margin-top: -11px;*/
  margin-bottom: 24px;
}

.container.container-fullwidth.container-flex:before,
.container.container-fullwidth.container-flex:after{
  content: none;
}

.container.container-fullwidth.container-flex > .moduletable{
  float: none;
}

.container.container-fullwidth.container-flex .moduletable.cityselectorlist{
  margin-right: auto;
  margin-top: 1px;
}

.container.container-fullwidth.container-flex .moduletable._callRequest{
  margin-right: 30px;
}

.container.container-fullwidth.container-flex ul.menu.info{
  margin-bottom: 18px;
}

.moduletable._callRequest{
  float: left;
}

.call-request-block button.sf2-callBtn.request-button{
  background-color: #273AA3;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
  /*margin-top: -8px;*/
  margin-top: -28px;
  /*margin-bottom: -8px;*/
  margin-bottom: 14px;
}

.flex-wrapper #header .skewbg1 {
  max-width: 24.8%;
}

.flex-wrapper #header .skewbg2 {
  max-width: 80%;
}
#header .skewbg1:before {
  display: none;
}

.module_container .mod-menu .menu .btn-phone {
  margin-bottom: 18px;
}


@media (min-width: 1560px) and (max-width: 1650px) {
  .t3-megamenu ul.mega-nav.level1 [data-level="2"] .nav-child.dropdown-menu.mega-dropdown-menu {
    left: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1560px) {
  .t3-megamenu ul.mega-nav.level1 [data-level="2"] .nav-child.dropdown-menu.mega-dropdown-menu {
    left: auto;
    right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container.container-fullwidth.container-flex{
    margin-bottom: 0;
  }
}

@media (max-width: 991px){
  #header .container.container-fullwidth:not(.container-flex) .moduletable.pull-right ul.menu.info{
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container.container-fullwidth.container-flex{
    margin-left: -60px;
    width: -webkit-calc(100% + 60px)!important;
    width: -moz-calc(100% + 60px)!important;
    width: calc(100% + 60px)!important;
  }
  .container.container-fullwidth.container-flex .moduletable._callRequest{
    margin-right: 10px;
  }
  .tophead ul li{
    margin-right: 15px;
  }
  .tophead ul li:last-of-type{
    margin: 0;
  }
}

@media (max-width: 768px){
  .call-request-block button.sf2-callBtn.request-button{
    padding: 6px 15px;
  }
}

@media (max-width: 767px){
  #header .container.container-fullwidth:not(.container-flex) .moduletable.pull-right ul.menu.info{
    margin-bottom: 30px;
  }
  .container.container-fullwidth.container-flex{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .container.container-fullwidth.container-flex .moduletable.cityselectorlist{
    margin-right: 0;
  }
  .container.container-fullwidth.container-flex .moduletable._callRequest{
    margin: 12px 0 12px;
  }
  .sf2Win.sf2Style-default{
    min-width: 70%;
  }
}

@media (min-width: 992px) {


  .flex-wrapper #header .mainnav-wrapper .logo .logo-image img {
    width: 100%;
  }

  .flex-wrapper #header .mainnav-wrapper .logo .logo-image {
    width: 135px;
    height: 115px;
  }

  #t3-mainnav li[data-id="1183"] {
    border: 1px solid #273AA3;
    background: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10L4.5359 6.25L11.4641 6.25L8 10Z' fill='%23273AA3'/%3E%3C/svg%3E%0A");
    background-position: right 22px center;
    background-repeat: no-repeat;
    padding: 0;
  }

  #t3-mainnav li[data-id="1183"] > a {
    color: #273AA3;
    font-size: 15px;
    font-weight: normal;
    padding: 11px 40px 11px 22px;
  }

  #t3-mainnav li[data-id="1183"] > .mega-dropdown-menu {
    margin-top: 14px;
    padding-top: 55px;
    /* todo remove */
    /*display: block;
    opacity: 1;*/
  }

  #t3-mainnav li[data-id="1183"] > .mega-dropdown-menu:before {
    content: 'Чем мы можем вам помочь?';
    position: absolute;
    top: 18px;
    left: 25px;
    color: #273AA3;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
  }

  #t3-mainnav li[data-id="1183"] ul.level1 {
    display: flex;
  }

  #t3-mainnav li[data-id="1183"] ul.level1 > li {
    width: 200px;
  }

  #t3-mainnav li[data-id="1183"] ul.level1 > li > a {
    color: #273AA3 !important;
    font-size: 13px;
    padding: 15px 14px 15px 24px;
    background-color: #fff !important;
  }

  #t3-mainnav li[data-id="1183"] ul.level1 > li:hover {
    background-color: #fff !important;
  }

  #t3-mainnav li[data-id="1183"] ul.level1 > li > .mega-dropdown-menu {
    opacity: 1;
    display: block;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    right: auto;
    background: none !important;
    min-width: auto;
  }

  #t3-mainnav li[data-id="1183"] ul.level2 {
    column-count: 1;
    column-width: auto;
    background: none !important;
  }

  #t3-mainnav li[data-id="1183"] .new-mega-title-lv2 {
    display: none !important;
  }

  #t3-mainnav li[data-id="1183"] ul.level2 > li {
    margin-bottom: 0;
  }

  #t3-mainnav li[data-id="1183"] ul.level2 > li > a {
    color: #000000 !important;
    font-size: 13px;
    padding: 15px 24px;
    font-weight: 300;
    line-height: 15px;
  }

  #t3-mainnav li[data-id="1183"] ul.level2 > li > a:after {
    display: none;
  }

  #t3-mainnav li[data-id="1183"] ul.level2 > li > .mega-dropdown-menu {
    width: 210px;
    min-height: auto;
    max-height: 180px;
    overflow-y: auto;
    padding-bottom: 0;
    padding-top: 0;
    background-color: #F5F5F5;

    /* todo remove */
    /*opacity: 1;
    display: block;*/
  }


  #t3-mainnav li[data-id="1183"] ul.level3 > li {
    background-color: #F5F5F5;
    padding: 0;
  }

  #t3-mainnav li[data-id="1183"] ul.level3 > li > a {
    color: #000000 !important;
    font-size: 13px;
    padding: 15px 24px;
    font-weight: 300;
    line-height: 15px;
  }

  /* icons */
  li[data-id="1195"] > a:hover,
  li[data-id="1195"] > a {
    padding-left: 47px !important;
    background-position: left 24px center !important;;
    background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.73 1.09497H3.22501V8.28747H14.73V1.09497Z' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M10.4175 15.48V11.8875H12.93C13.4074 11.8875 13.8652 11.6978 14.2028 11.3603C14.5404 11.0227 14.73 10.5649 14.73 10.0875V8.28748H3.22501V10.0875C3.22501 10.5649 3.41465 11.0227 3.75221 11.3603C4.08978 11.6978 4.54762 11.8875 5.02501 11.8875H7.53751V15.48C7.53748 15.671 7.57546 15.8601 7.64923 16.0363C7.723 16.2125 7.83109 16.3722 7.9672 16.5062C8.1033 16.6403 8.26472 16.7459 8.44203 16.8169C8.61934 16.8879 8.80902 16.923 9.00001 16.92C9.378 16.9141 9.73852 16.7598 10.0037 16.4903C10.2689 16.2209 10.4176 15.858 10.4175 15.48Z' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M6.8175 5.41497V1.09497' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3C/svg%3E%0A") !important;
  }

  li[data-id="1200"] > a:hover,
  li[data-id="1200"] > a {
    padding-left: 47px !important;
    background-position: left 24px center !important;
    background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_14_2099)'%3E%3Cpath d='M14.01 1.18752H15.4425C15.6309 1.18647 15.8176 1.22487 15.9919 1.30048C16.1661 1.3761 16.3244 1.48744 16.4576 1.62806C16.5909 1.76868 16.6963 1.93579 16.768 2.11972C16.8396 2.30364 16.876 2.50074 16.875 2.6996V13.2763C16.876 13.4751 16.8396 13.6722 16.768 13.8562C16.6963 14.0401 16.5909 14.2072 16.4576 14.3478C16.3244 14.4884 16.1661 14.5998 15.9919 14.6754C15.8176 14.751 15.6309 14.7894 15.4425 14.7884H2.55749C2.36909 14.7894 2.18237 14.751 2.00812 14.6754C1.83387 14.5998 1.67556 14.4884 1.54234 14.3478C1.40912 14.2072 1.30364 14.0401 1.23201 13.8562C1.16037 13.6722 1.124 13.4751 1.12499 13.2763V2.6996C1.124 2.50074 1.16037 2.30364 1.23201 2.11972C1.30364 1.93579 1.40912 1.76868 1.54234 1.62806C1.67556 1.48744 1.83387 1.3761 2.00812 1.30048C2.18237 1.22487 2.36909 1.18647 2.55749 1.18752H14.01Z' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M9 17.8125V14.7883' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M12.5775 17.8125H5.42249' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M1.125 11.7642H16.875' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M8 8C9.10457 8 10 7.10457 10 6C10 4.89543 9.10457 4 8 4C6.89543 4 6 4.89543 6 6C6 7.10457 6.89543 8 8 8Z' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M12 10L9 7' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_14_2099'%3E%3Crect width='18' height='19' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
  }

  li[data-id="1203"] > a:hover,
  li[data-id="1203"] > a {
    padding-left: 47px !important;
    background-position: left 24px center !important;
    background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_14_2079)'%3E%3Cpath d='M10.7929 5.06492L5.06537 10.7925L7.21321 12.9403L12.9408 7.21275L10.7929 5.06492Z' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M14.01 6.855C15.5923 6.855 16.875 5.5723 16.875 3.99C16.875 2.4077 15.5923 1.125 14.01 1.125C12.4277 1.125 11.145 2.4077 11.145 3.99C11.145 5.5723 12.4277 6.855 14.01 6.855Z' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M3.99 16.875C5.5723 16.875 6.855 15.5923 6.855 14.01C6.855 12.4277 5.5723 11.145 3.99 11.145C2.4077 11.145 1.125 12.4277 1.125 14.01C1.125 15.5923 2.4077 16.875 3.99 16.875Z' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M9 6.855L6.855 9L4.7025 6.855H3.27C2.70042 6.85302 2.15485 6.62536 1.7528 6.2219C1.35075 5.81844 1.125 5.27208 1.125 4.7025V3.27L1.425 3.57C1.69057 3.85214 2.05083 4.02648 2.43687 4.05969C2.82291 4.0929 3.20765 3.98264 3.5175 3.75C3.68441 3.6174 3.82114 3.45074 3.91857 3.26114C4.01601 3.07154 4.07191 2.86335 4.08255 2.65044C4.0932 2.43753 4.05834 2.2248 3.98031 2.02643C3.90227 1.82806 3.78285 1.64859 3.63 1.5L3.27 1.125H4.7025C5.27208 1.125 5.81844 1.35075 6.2219 1.7528C6.62536 2.15485 6.85302 2.70042 6.855 3.27V4.7025L9 6.855Z' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M14.73 11.145C15.2996 11.147 15.8452 11.3746 16.2472 11.7781C16.6493 12.1816 16.875 12.7279 16.875 13.2975V14.73L16.575 14.43C16.3094 14.1479 15.9492 13.9735 15.5631 13.9403C15.1771 13.9071 14.7924 14.0174 14.4825 14.25C14.3156 14.3826 14.1789 14.5493 14.0814 14.7389C13.984 14.9285 13.9281 15.1367 13.9174 15.3496C13.9068 15.5625 13.9417 15.7752 14.0197 15.9736C14.0977 16.1719 14.2172 16.3514 14.37 16.5L14.73 16.86H13.2975C12.7279 16.86 12.1816 16.6343 11.7781 16.2322C11.3746 15.8301 11.147 15.2846 11.145 14.715V13.2975L9 11.145L11.145 9L13.2975 11.145H14.73Z' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_14_2079'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;;
  }

  li[data-id="1208"] > a:hover,
  li[data-id="1208"] > a {
    padding-left: 47px !important;
    background-position: left 24px center !important;
    background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_14_2063)'%3E%3Cpath d='M15.4425 9C15.4433 8.60478 15.4056 8.21042 15.33 7.8225L16.8975 6.9225L14.745 3.1725L13.185 4.0725C12.582 3.56148 11.8906 3.16496 11.145 2.9025V1.125H6.855V2.9325C6.1094 3.19497 5.41805 3.59148 4.815 4.1025L3.255 3.2025L1.1025 6.9525L2.67 7.8525C2.51998 8.63033 2.51998 9.42967 2.67 10.2075L1.1025 11.1075L3.255 14.8575L4.815 13.9575C5.41805 14.4685 6.1094 14.865 6.855 15.1275V16.875H11.145V15.0675C11.8906 14.805 12.582 14.4085 13.185 13.8975L14.745 14.7975L16.8975 11.0475L15.33 10.1475C15.4037 9.76942 15.4414 9.3852 15.4425 9Z' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M9 11.865C10.5823 11.865 11.865 10.5823 11.865 9.00001C11.865 7.41771 10.5823 6.13501 9 6.13501C7.41771 6.13501 6.135 7.41771 6.135 9.00001C6.135 10.5823 7.41771 11.865 9 11.865Z' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_14_2063'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;;
  }

  li[data-id="1213"] > a:hover,
  li[data-id="1213"] > a {
    padding-left: 47px !important;
    background-position: left 24px center !important;
    background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.13501 16.89H4.70251V14.745C4.70468 14.321 4.83245 13.9072 5.0697 13.5558C5.30695 13.2043 5.64303 12.9311 6.03548 12.7706C6.42793 12.6101 6.85915 12.5695 7.27466 12.6539C7.69018 12.7384 8.07134 12.9441 8.37001 13.245C8.49332 13.3619 8.59939 13.4958 8.68501 13.6425' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M6.85499 11.1675C7.64613 11.1675 8.28749 10.5261 8.28749 9.73499C8.28749 8.94384 7.64613 8.30249 6.85499 8.30249C6.06384 8.30249 5.42249 8.94384 5.42249 9.73499C5.42249 10.5261 6.06384 11.1675 6.85499 11.1675Z' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M14.01 16.89H9.72L10.4325 13.3125H14.73L14.01 16.89Z' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M10.4325 16.89H6.85501' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M1.125 8.30249L9 1.85999L16.875 8.30249' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M14.73 6.15002V11.88' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M3.26999 12.6V6.15002' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M12.5775 4.71749V1.85999H14.73V6.15749' stroke='%23273AA3' stroke-width='1.3' stroke-miterlimit='10'/%3E%3C/svg%3E%0A") !important;
  }

}
