#index .tdi-home-main, #homepage-slider.tdi-hero .tdi-hero-slide > .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

#header.tdi-header {
  background: #FFFFFF;
  border-bottom: 1px solid #EDEBEB;
  box-shadow: 0 1px 4px rgba(28, 27, 57, 0.04);
  padding: 0;
  z-index: 5003;
}
#header.tdi-header .tdi-topbar {
  background: #20284E;
  color: #FFFFFF;
  font: 500 12px/1.2 "Raleway", sans-serif;
}
#header.tdi-header .tdi-topbar .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
}
#header.tdi-header .tdi-topnav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#header.tdi-header .tdi-topbar a {
  color: #FFFFFF;
}
#header.tdi-header .tdi-topbar a:hover {
  color: #EDEBEB;
}
#header.tdi-header .tdi-topbar .header_user_info {
  display: none;
}
#header.tdi-header .tdi-topbar .shop-phone,
#header.tdi-header .tdi-topbar .shop-phone strong {
  color: #FFFFFF;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  #header.tdi-header .tdi-topbar {
    font-size: 11px;
  }
  #header.tdi-header .tdi-topbar .container {
    justify-content: center;
    text-align: center;
  }
}
#header.tdi-header .tdi-bar {
  display: flex;
  align-items: center;
  min-height: 80px;
  gap: 24px;
}
#header.tdi-header .tdi-logo {
  flex: 0 0 auto;
  display: inline-block;
  line-height: 0;
}
#header.tdi-header .tdi-logo img {
  height: 32px;
  width: auto;
  display: block;
}
#header.tdi-header .tdi-nav {
  flex: 0 1 auto;
  display: flex;
  justify-content: flex-start;
  margin-left: 32px;
  min-width: 0;
}
#header.tdi-header .tdi-nav #block_top_menu {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}
#header.tdi-header .tdi-nav .cat-title {
  display: none;
}
#header.tdi-header .tdi-nav .sf-menu {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin: 0;
  padding: 0;
  background: none;
  float: none;
}
#header.tdi-header .tdi-nav .sf-menu > li {
  float: none;
  margin: 0;
  background: none;
  position: relative;
}
#header.tdi-header .tdi-nav .sf-menu > li > a {
  display: block;
  padding: 8px 16px;
  background: none;
  border: 0;
  font: 500 16px/1 "Raleway", sans-serif;
  color: #20284E;
  text-transform: none;
  box-shadow: none;
}
#header.tdi-header .tdi-nav .sf-menu > li > a:hover,
#header.tdi-header .tdi-nav .sf-menu > li.sfHover > a {
  color: #434F9D;
  background: none;
}
#header.tdi-header .tdi-nav .sf-search {
  display: none;
}
#header.tdi-header .tdi-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
#header.tdi-header .tdi-search #search_block_top {
  width: 160px;
  float: none;
  margin: 0;
  padding: 0;
}
#header.tdi-header .tdi-search form {
  position: relative;
  margin: 0;
}
#header.tdi-header .tdi-search .search_query {
  width: 160px;
  height: 48px;
  padding: 0 40px 0 18px;
  background: #EDEBEB;
  border: 0;
  border-radius: 8px;
  font: 400 15px "Raleway", sans-serif;
  color: #1D1D1B;
  box-shadow: none;
}
#header.tdi-header .tdi-search .search_query::placeholder {
  color: #7E7E83;
}
#header.tdi-header .tdi-search .button-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  padding: 0;
  min-width: 0;
  background: none;
  border: 0;
  box-shadow: none;
  color: #7E7E83;
}
#header.tdi-header .tdi-search .button-search span {
  font-size: 0;
}
#header.tdi-header .tdi-search .button-search span:before {
  font-family: "FontAwesome";
  content: "\f002";
  font-size: 16px;
}
#header.tdi-header .tdi-login {
  display: flex;
  align-items: center;
}
#header.tdi-header .tdi-login .header_user_info {
  margin: 0;
}
#header.tdi-header .tdi-login .header_user_info a {
  display: inline-block;
  height: 48px;
  line-height: 46px;
  padding: 0 30px;
  background: #FFFFFF;
  border: 1px solid #d6d4d4;
  border-radius: 8px;
  color: #1D1D1B;
  font: 600 16px "Raleway", sans-serif;
  text-align: center;
  white-space: nowrap;
}
#header.tdi-header .tdi-login .header_user_info a:hover {
  border-color: #434F9D;
  color: #434F9D;
}
@media (max-width: 991px) {
  #header.tdi-header .tdi-bar {
    flex-wrap: wrap;
    min-height: 0;
    padding: 12px 0;
    gap: 12px;
  }
  #header.tdi-header .tdi-nav {
    order: 3;
    flex: 1 0 100%;
    justify-content: flex-start;
  }
  #header.tdi-header .tdi-nav .sf-menu {
    flex-wrap: wrap;
  }
  #header.tdi-header .tdi-actions {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  #header.tdi-header .tdi-search {
    display: none;
  }
}

#homepage-slider.tdi-hero {
  position: relative;
  display: block;
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  background: radial-gradient(135% 160% at 0% 0%, #6f88c7 0%, #8ba2d4 22%, #b7c4e6 47%, #e7edf6 74%, #f2f5fb 100%);
  overflow: hidden;
}
#homepage-slider.tdi-hero ul#homeslider {
  margin: 0;
  padding: 0;
  max-height: none !important;
  list-style: none;
}
#homepage-slider.tdi-hero .tdi-hero-slide {
  list-style: none;
}
#homepage-slider.tdi-hero .tdi-hero-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 480px;
  padding: 32px 0;
}
#homepage-slider.tdi-hero .tdi-hero-text {
  flex: 0 0 46%;
  max-width: 500px;
}
#homepage-slider.tdi-hero .tdi-hero-text .brother {
  display: block;
  width: 190px;
  height: 42px;
  margin: 0 0 16px;
}
#homepage-slider.tdi-hero .tdi-hero-text h1,
#homepage-slider.tdi-hero .tdi-hero-text h2 {
  margin: 0 0 18px;
  color: #434F9D;
  font: 900 46px/1 "Raleway", sans-serif;
  text-transform: uppercase;
}
#homepage-slider.tdi-hero .tdi-hero-text p {
  margin: 0 0 28px;
  max-width: 472px;
  color: #1D1D1B;
  font: 500 20px/1.35 "Raleway", sans-serif;
}
#homepage-slider.tdi-hero .tdi-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#homepage-slider.tdi-hero .tdi-hero-media {
  flex: 1 1 auto;
  text-align: right;
  min-width: 0;
}
#homepage-slider.tdi-hero .tdi-hero-media img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
#homepage-slider.tdi-hero .bx-controls, #homepage-slider.tdi-hero .bx-pager {
  display: none;
}
@media (max-width: 991px) {
  #homepage-slider.tdi-hero .tdi-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    gap: 16px;
  }
  #homepage-slider.tdi-hero .tdi-hero-text {
    flex: 1 1 100%;
    max-width: 100%;
  }
  #homepage-slider.tdi-hero .tdi-hero-text h1, #homepage-slider.tdi-hero .tdi-hero-text h2 {
    font-size: 34px;
  }
  #homepage-slider.tdi-hero .tdi-hero-text p {
    font-size: 17px;
  }
  #homepage-slider.tdi-hero .tdi-hero-media {
    width: 100%;
    text-align: center;
  }
}

.tdi-btn {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 24px;
  border-radius: 8px;
  font: 700 16px "Raleway", sans-serif;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  transition: opacity 0.15s ease, background 0.15s ease;
}
.tdi-btn:hover {
  text-decoration: none;
  opacity: 0.92;
}

.tdi-btn-primary {
  background: #434F9D;
  color: #FFFFFF;
}

.tdi-btn-primary:hover {
  color: #FFFFFF;
}

.tdi-btn-light {
  background: #FFFFFF;
  color: #1D1D1B;
}

.tdi-btn-light:hover {
  color: #434F9D;
}

#index #left_column, #index #right_column {
  display: none !important;
}
#index #columns {
  padding-top: 0;
}
#index #center_column {
  width: 100%;
  float: none;
  padding: 0;
}
#index .tdi-fullbleed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#index .tdi-brands {
  background: #FFFFFF;
  padding: 30px 0;
  border-bottom: 1px solid #EDEBEB;
}
#index .tdi-brands img {
  display: block;
  width: 100%;
  max-width: 1170px;
  height: auto;
  margin: 0 auto;
  padding: 0 15px;
}
#index .tdi-home-main {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin: 40px auto;
}
#index .tdi-home-left {
  flex: 1 1 auto;
  min-width: 0;
}
#index .tdi-home-right {
  flex: 0 0 264px;
  width: 264px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#index .tdi-home-right .tdi-service-card {
  display: block;
  line-height: 0;
}
#index .tdi-home-right .tdi-service-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
#index .tdi-centro {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 106px;
  margin-bottom: 24px;
  padding: 0 0 0 47px;
  background: #20284E;
  border-radius: 8px;
}
#index .tdi-centro .brother {
  width: 189px;
  height: 41px;
  flex: 0 0 auto;
}
#index .tdi-centro h2 {
  margin: 0 0 0 60px;
  flex: 1 1 auto;
  max-width: 257px;
  color: #FFFFFF;
  font: 700 22px/1.1 "Raleway", sans-serif;
  text-transform: uppercase;
}
#index .tdi-centro .centro-img {
  flex: 0 0 auto;
  align-self: stretch;
  width: 169px;
  height: 106px;
  object-fit: cover;
  margin-left: 16px;
}
#index .tdi-home-left .tab-pane {
  display: block;
  opacity: 1;
  visibility: visible;
}
#index .tdi-home-left #homefeatured {
  margin: 0;
}
#index .tdi-home-left .product_list {
  margin: 0 -10px;
}
#index .tdi-home-left .product_list > li {
  padding: 0 10px 20px;
}
@media (max-width: 991px) {
  #index .tdi-home-main {
    flex-direction: column;
  }
  #index .tdi-home-right {
    flex: 1 1 100%;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #index .tdi-home-right .tdi-service-card {
    flex: 1 1 45%;
  }
  #index .tdi-centro {
    height: auto;
    padding: 16px 16px 16px 24px;
    flex-wrap: wrap;
  }
  #index .tdi-centro h2 {
    margin: 8px 0;
    font-size: 18px;
  }
  #index .tdi-centro .centro-img {
    display: none;
  }
}
