@charset "UTF-8";
@import url("/css/animate.min.css");
@import url("/css/magnific-popup.min.css");
@import url("/css/owl.carousel.min.css");

@font-face{font-family:'TTFirsNeue';src:url('/fonts/TTFirsNeue-Light.woff2') format('woff2');font-weight:300;font-style:normal}

@font-face{font-family:'TTFirsNeue';src:url('/fonts/TTFirsNeue-Regular.woff2') format('woff2');font-weight:400;font-style:normal}

@font-face{font-family:'TTFirsNeue';src:url('/fonts/TTFirsNeue-Medium.woff2') format('woff2');font-weight:500;font-style:normal}

@font-face{font-family:'TTFirsNeue';src:url('/fonts/TTFirsNeue-Bold.woff2') format('woff2');font-weight:600;font-style:normal}

*,
:after,
:before {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  font-weight: 400;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

body {
  background: #0f0f0f;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  overflow-x: hidden;
  font-family: "TTFirsNeue", sans-serif;
  color: #fff;
}

body:not(.loaded) * {
  transition: all 0s !important;
}

a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
}
a:hover {
    color: #fff;
}

/*------------- Header ------------*/

.mfp-content>* {
    position: relative;
    margin: auto;
    opacity: 0;
    max-width: 660px;
    border-radius: 0rem;
    padding: 40px 45px;
    background-color: #0f0f0f;
}
.mfp-wrap{
z-index: 10000;
}
.mfp-bg {
    background-color: rgba(0,0,0,.6);
    opacity: 1;
    z-index: 9999;
}
.po-title {
    text-align: center;
    color: #ffffff;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.23;
}
.mfp-content .mfp-close {
        position: fixed;
    top: 35px;
    right: 50px;
    color: fff;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    
}

.mfp-container {
    padding: 4rem 2rem;
}
.mfp-ready .mfp-content>* {
    opacity: 1;
}

.mfp-content .mfp-close i{
    font-weight: 100;
    font-size: 30px;
    color:fff;
    opacity: 1;
}
.mfp-content .mfp-close span{
display: block;
    pointer-events: none;
}

.header {
  letter-spacing: 0em;
  background: #0f0f0f;
}

.header .container,
.header .container-fluid,
.header .inner-wrap {
  display: flex;
  align-items: center;
}

.header .inner-wrap {
  width: 100%;
}

.header-transparent {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  background: transparent;
}

.header-transparent .fixed {
  background: #222;
}

.header-bottom,
.header-middle,
.header-top {
  display: flex;
  z-index: 105;
  position: relative;
}

.header-border {
  border-bottom: 1px solid #e1e1e1;
}

.has-center .header-left,
.has-center .header-right {
  flex: 1;
}

.has-center .header-right {
  justify-content: flex-end;
}

.has-center .header-center {
  margin-left: 2rem;
  margin-right: 2rem;
}

.header-left {
  flex: 1;
  justify-content: space-between;
}

.header-center,
.header-left,
.header-right {
  display: flex;
  align-items: center;
}

.header-right {
  margin-left: auto;
}

.header-right a {
  display: flex;
  align-items: center;
}

.header-top {
  border-bottom: 1px solid #e1e1e1;
  font-size: 1.2rem;
  letter-spacing: 0em;
}

.header-top .header-right > * {
  margin-left: 2.3rem;
}

.header-top .header-right > :first-child {
  margin-left: 0;
}

.header-top .divider {
  margin: 0 -0.3rem 0 2rem;
}

.header-top .contact {
  margin-right: 0.2rem;
  line-height: 1;
}

.header-top .contact i {
  margin-right: 0.7rem;
  font-size: 1.7rem;
}

.header-top .help {
  line-height: 1;
}

.header-top .help i {
  margin-right: 0.7rem;
  font-size: 1.7rem;
}

.header-top .login-link,
.header-top .login-toggle,
.header-top .register-link,
.header-top .register-toggle {
  cursor: pointer;
}

.header-top .login-link i,
.header-top .login-toggle i,
.header-top .register-link i,
.header-top .register-toggle i {
  margin-right: 0.9rem;
  font-size: 1.5rem;
}

.header-top .delimiter {
  margin: 0 0.5rem;
  color: #aaa;
}

.header-top .wishlist {
  margin-right: 2rem;
}

.header-top .wishlist i {
  margin-right: 0.6rem;
  font-size: 1.7rem;
}

.currency-dropdown a,
.language-dropdown a {
  white-space: nowrap;
}

.breadcrumb, .category ul, .comments ul, .dropdown-box, .filter-items, .list, .menu, .menu ul, .mobile-menu, .mobile-menu ul, .nav, .nav-filters, .nav ul, .pagination, .product-nav, .product-tabs>div ul, .select-menu>ul, .widget-body, .widget-body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header-middle {
  padding-top: 3.3rem;
  padding-bottom: 3.3rem;
  color: #fff;
  background: #0f0f0f;
}

.header-middle .login-link {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  padding-bottom: 0.2rem;
}

.header-middle .login-link span {
  cursor: pointer;
}

.header-middle .login-link i {
  font-size: 2.3rem;
}

.header-middle .login-link:hover {
  color: #26c;
}

.header-middle .logo {
  margin-right: 8rem;
  margin-bottom: 0.1rem;
}

.header-middle .compare {
  margin-right: 3.5rem;
}

.header-middle .compare i {
  font-size: 3.2rem;
  margin-bottom: 0.1rem;
}

.header-middle .main-nav {
  margin-right: 0rem;
}

.header-middle .header-right .cart-dropdown > a:after {
  content: none;
}

.header-middle .icon-box {
  margin-right: 1.8rem;
  padding-bottom: 0.1rem;
  transition: none;
}

.header-middle .icon-box:hover .icon-box-icon,
.header-middle .icon-box:hover .icon-box-title,
.header-middle .icon-box:hover p {
  color: inherit;
}

.header-middle .icon-box-icon,
.header-middle .icon-box-title,
.header-middle p {
  transition: color 0.3s;
}

.header-middle .icon-box-icon {
  margin-bottom: 0;
  padding: 0;
  font-size: 3rem;
}

.header-middle .icon-box-title {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 0em;
}

.header-middle p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  letter-spacing: 0em;
  line-height: 1;
}

.logo {
  max-width: 200px;
}

.logo img {
  display: block;
}

.header-bottom {
  padding-bottom: 1.5rem;
  color: #222;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.header-bottom .header-right {
  margin-right: 0.3rem;
}

.header-bottom .header-right i {
  margin-right: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
}

.welcome-msg {
  margin: 0;
  padding: 1.1rem 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: 0em;
  line-height: 1.5;
  white-space: nowrap;
}

.header-search {
  position: relative;
}

.header-search .input-wrapper {
  display: flex;
  position: relative;
}

.header-search input.form-control {
  flex: 1;
  min-width: 40px;
  padding: 1.1rem 1.5rem;
  border: 0;
  background-color: #eee;
  font-size: 1.3rem;
  letter-spacing: inherit;
}

.header-search .btn-search {
  padding: 0;
  min-width: 40px;
  background-color: #26c;
  border: 0;
  color: #fff;
  font-size: 2rem;
}

.header-search .btn-search i {
  margin: 0 0.1rem 0.6rem 0;
  vertical-align: middle;
  font-size: 2rem;
}

.header-search .select-box {
  background-color: #f4f4f4;
}

.header-search .select-box select {
  position: relative;
  padding-left: 1.1rem;
  padding-right: 3rem;
  border: 0;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0;
  z-index: 1;
}

.header-search.hs-toggle .input-wrapper {
  position: absolute;
  right: -1.5rem;
  top: 100%;
  min-width: 31rem;
  padding: 1.5rem;
  height: auto;
  background-color: #fff;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  z-index: 100;
  transition: transform 0.4s 0.2s, visibility 0.4s 0.2s, opacity 0.4s 0.2s;
}

.header-search.hs-toggle:hover {
  color: #26c;
}

.header-search.hs-toggle .form-control {
  padding: 1.4rem 2rem;
  background-color: #f4f4f4;
}

.header-search.hs-toggle .btn-search {
  background-color: #f4f4f4;
  min-width: 5rem;
  font-size: 1.8rem;
  color: #222;
  border-radius: 0;
}

.header-search.hs-toggle .btn-search i {
  margin-bottom: 0.4rem;
  font-size: inherit;
}

.header-search.hs-expanded {
  max-width: 65rem;
  width: 100%;
  margin: 0 auto;
  flex: 1;
}

.header-search.hs-expanded .input-wrapper {
  width: 100%;
  border: 2px solid #26c;
  border-radius: 0.5rem;
  height: 4.5rem;
}

.header-search.hs-expanded .select-box {
  width: 13.2rem;
  border-radius: 0.5rem 0 0 0.5rem;
  color: #666;
}

.header-search.hs-expanded .select-box,
.header-search.hs-expanded .select-box select {
  cursor: pointer;
}

.header-search.hs-expanded .select-box:before {
  right: 11px;
  font-size: 1rem;
}

.header-search.hs-expanded .select-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: -3px;
  height: 25px;
  border-right: 1px solid #e1e1e1;
}

.header-search.hs-expanded input.form-control {
  flex: 1;
  min-height: 100%;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  letter-spacing: 0;
  color: #ababab;
  background-color: #f4f4f4;
}

.header-search.hs-expanded .btn-search {
  min-width: 4.7rem;
  background-color: #f4f4f4;
  color: #444;
  font-size: 1.6rem;
}

.header-search.hs-expanded .btn-search:hover {
  color: #26c;
}

.header-search.search-left .input-wrapper {
  left: 0;
  right: auto;
}

.header-search.hs-simple {
  flex: 1;
  margin-right: 2rem;
  max-width: 52.2rem;
}

.header-search.hs-simple input.form-control {
  padding: 0 5rem 0 1.55rem;
  border-radius: 5px;
  border: 2px solid;
  border-color: #26c;
  font-family: inherit;
  background-color: #fff;
  color: #999;
}

.header-search.hs-simple .btn-search {
  position: absolute;
  background: transparent;
  color: #333;
  min-width: 48px;
  height: 100%;
  border-radius: 5px;
  right: 0;
}

.header-search.hs-simple .btn-search:hover {
  color: #26c;
}

.header-search.hs-toggle.show .input-wrapper,
.header .header-search.hs-toggle:hover .input-wrapper {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  transition: transform 0.4s;
  opacity: 1;
}

.mobile-search {
  display: none;
}

.mobile-search .search-toggle i {
  font-size: 2rem;
  vertical-align: middle;
}

.hs-toggle.dir-up:after {
  top: auto;
  bottom: 100%;
  border-bottom-color: transparent;
  border-top-color: #fff;
}

.hs-toggle.dir-up .input-wrapper {
  top: auto;
  bottom: 100%;
  transform: translate3d(0, 10px, 0);
}

.search-toggle {
  display: inline-block;
  vertical-align: middle;
  padding: 1.1rem 0;
  transition: color 0.3s;
}

.search-toggle span {
  cursor: pointer;
}

.search-toggle i {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 0.9;
}

.search-toggle.with-label {
  display: inline-flex;
  align-items: center;
}

.search-toggle.with-label i {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  font-size: 1.6rem;
}

.search-toggle.with-label span {
  margin-left: 0.5rem;
  cursor: pointer;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
}

.main-nav {
  margin: 0rem;
}

.call {
  display: flex;
  align-items: center;
}

.call span {
  font-weight: inherit;
  text-transform: uppercase;
  cursor: pointer;
}

.call i + span {
  margin-left: 0.9rem;
}

.call i {
  margin: 0 0.2rem 0.2rem 0;
  font-size: 1.8rem;
  cursor: pointer;
}

.call:hover {
  color: #26c;
}

.wishlist {
  margin-right: 1.5rem;
}

.wishlist i {
  font-size: 2.8rem;
  cursor: pointer;
}

.wishlist:hover {
  color: #26c;
}

@keyframes fixedTop {
  0% {
    margin-top: -60px;
  }

  to {
    margin-top: 0;
  }
}

@keyframes fixedBottom {
  0% {
    transform: translateY(100%);
    transform-origin: center top 0px;
  }

  to {
    transform: translateY(0);
  }
}

.sticky-header.fixed,.sticky-header-active {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.4rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1100;
  animation: fixedTop 0.1s;
}

@media (max-width: 991px) {
  .sticky-wrapper {
    height: auto !important;
  }
}

.mobile-menu-toggle {
  display: none;
  margin-right: 0rem;
}

.mobile-menu-toggle.menu-bar:after,
.mobile-menu-toggle.menu-bar:before {
  content: "";
  display: block;
  width: 100%;
}

.mobile-menu-toggle.menu-bar:before {
  height: 11px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.mobile-menu-toggle.menu-bar:after {
  height: 9px;
  border-bottom: 2px solid;
}

@media (max-width: 1199px) {
  .main-nav .menu > li {
    margin-right: 1.5rem;
  }

  .header-middle .logo {
    margin-right: 2rem;
  }
}

@media (max-width: 991px) {
  .header .main-nav {
    display: none;
  }

  .header-top .header-left {
    margin-right: 2rem;
  }

  .header-middle .header-right {
    justify-content: flex-end;
  }

  .header-middle .header-right .divider {
    display: none;
  }

  .header-middle .header-center {
    margin-left: auto;
    margin-right: auto;
  }

  .header-middle .compare,
  .header-middle .icon-box {
    margin-right: 1.5rem;
  }

  .mobile-menu-toggle {
    display: block;
  }
}

@media (max-width: 767px) {
  .header-middle .mobile-search {
    display: block;
  }

  .header-middle .header-search {
    display: none;
  }

  .header-top .delimiter,
  .header-top .divider,
  .header-top .login-link,
  .header-top .register-link {
    display: none;
  }
}

@media (max-width: 480px) {
  .header-top .header-left {
    position: relative;
    overflow: hidden;
  }

  .header-middle .logo {
    margin-right: 0;
  }

  .header-middle .divider,
  .header-middle .wishlist {
    display: none;
  }

  .header-middle .icon-box {
    margin-right: 1rem;
  }

  .welcome-msg {
    transform: translateX(0);
    animation: 6s linear 2s 1 show_msg_first, 12s linear 8s infinite show_msg;
  }
}

@keyframes show_msg_first {
  0% {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes show_msg {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

.label-down {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.label-down i {
  display: inline-block;
}

.label-down span {
  display: block;
}

.label-down i + span {
  margin-top: 0.7rem;
}

.label-block span {
  display: block;
}

.label-block .cart-name {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: capitalize;
}

.label-block .cart-name :after {
  content: none;
}

.label-block .cart-price {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0em;
}

.label-block.cart-toggle i {
  font-size: 3rem;
}

.mobile-link {
  display: block;
  margin-right: 0;
  margin-bottom: -3px;
}

.mobile-link i {
  font-size: 2.4rem;
}

.mobile-link + .mobile-link {
  margin-left: 2rem;
}

.mobile-link:hover {
  color: #26c;
}

@media (min-width: 768px) {
  .mobile-link {
    display: none;
  }
}

.dropdown {
  position: relative;
}

.dropdown .product {
  overflow: unset;
}

.dropdown.show .dropdown-box,
.dropdown:hover .dropdown-box {
  visibility: visible;
  opacity: 1;
  top: 99%;
}

.dropdown.show .dropdown-box,
.dropdown:hover .dropdown-box {
  transform: translate3d(0, 0, 0);
}

.dropdown.show > a,
.dropdown:hover > a {
  color: #26c;
}

.dropdown a {
  display: flex;
  align-items: center;
}

.dropdown a .dropdown-image {
  max-width: 1.4rem;
  margin-right: 0.7rem;
  height: auto;
}

.dropdown > a {
  line-height: 1;
  padding: 9px 0;
}

.dropdown > a:after {
  display: inline-block;
  margin-left: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  content: "";
}

.dropdown li.active > a,
.dropdown li:hover > a {
  color: #26c;
}

.dropdown.dir-up:after {
  border-bottom-color: transparent;
  border-top: 11px solid #fff;
  transform: translate3d(-50%, 8px, 0);
}

.dropdown.dir-up.show .dropdown-box,
.dropdown.dir-up:hover .dropdown-box {
  top: auto;
  bottom: 100%;
}

.dropdown.dir-up.show:after,
.dropdown.dir-up:hover:after {
  top: auto;
  bottom: calc(100% - 20px);
  transform: translate3d(-50%, 0, 0);
}

.dropdown-box {
  position: absolute;
  right: 0;
  top: -9999px;
  margin: 0;
  padding: 0.5rem 0;
  color: #666;
  background-color: #fff;
  box-shadow: 0 5px 30px 2px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 19;
  transition: transform 0.2s ease-out, opacity 0.2s, visibility 0.2s;
  transform: translate3d(0, -10px, 0);
}

.dropdown-box a {
  font-weight: 400;
  padding: 0.6rem 1rem;
}

.dropdown-box li {
  font-size: inherit;
  line-height: 1.1;
}

.dropdown:not(.category-dropdown):not(.off-canvas) .dropdown-box {
  z-index: 1061;
}

@media (min-width: 992px) {
  .dropdown-expanded:after {
    content: none;
  }

  .dropdown-expanded:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -2.1rem;
    width: 1px;
    height: 2.5rem;
    background-color: #e1e1e1;
  }

  .dropdown-expanded > a {
    display: none;
  }

  .dropdown-expanded .dropdown-box {
    position: static;
    display: flex;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    padding: 9px 0;
    transform: none;
    color: inherit;
  }

  .dropdown-expanded .dropdown-box a {
    padding: 0;
    letter-spacing: 0em;
  }

  .dropdown-expanded .dropdown-box > li {
    margin-right: 2.3rem;
  }

  .dropdown-expanded .dropdown-box > li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .dropdown.dropdown-expanded li:hover > a {
    color: #26c;
  }
}

.cart-dropdown .dropdown-box,
.compare-dropdown .dropdown-box,
.wishlist-dropdown .dropdown-box {
  right: -1rem;
  padding: 3rem;
  min-width: 33.5rem;
}

.cart-dropdown .products,
.compare-dropdown .products,
.wishlist-dropdown .products {
  max-height: 360px;
  overflow-x: hidden;
  margin-right: -5px;
  padding-right: 1rem;
}

.cart-dropdown > a {
  padding: 0.7rem 0;
}

.cart-dropdown .cart-toggle {
  padding: 0.6rem 0 0.7rem;
}

.cart-dropdown .cart-toggle:after {
  content: none;
}

.cart-dropdown .cart-label {
  display: block;
  cursor: pointer;
  margin: 0 1rem 0 0;
  font-weight: inherit;
  text-transform: uppercase;
  letter-spacing: 0em;
}

.cart-dropdown .minicart-icon {
  display: inline-block;
  font-size: 1.2rem;
  color: #26c;
}

.cart-dropdown .minicart-icon2 {
  display: inline-block;
  font-size: 1.2rem;
  color: #26c;
}

.cart-dropdown .cart-count {
  display: inline-block;
  transition: color 0.4s;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 25px;
  color: #26c;
}

.cart-dropdown .cart-total {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2.1rem;
  padding: 1.7rem 0 1.5rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #edeef0;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: normal;
}

.cart-dropdown .cart-total label {
  margin: 0 auto 0 0.3rem;
  line-height: inherit;
  color: #666;
  font-weight: 400;
}

.cart-dropdown .cart-total .price {
  font-weight: 700;
  font-size: 1.6rem;
  color: #222;
}

.cart-dropdown .cart-action {
  column-gap: 10px;
  text-align: center;
}

.cart-dropdown .cart-action .btn {
  display: flex;
  justify-content: center;
  border-radius: 3px;
  padding: 0.9em 2em;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}

.cart-dropdown .cart-action .btn.btn-link {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0;
  border-bottom: 2px solid #26c;
  border-radius: 0;
  text-transform: capitalize;
  line-height: 1.3;
}

.cart-dropdown .cart-action .btn.btn-link:active,
.cart-dropdown .cart-action .btn.btn-link:focus,
.cart-dropdown .cart-action .btn.btn-link:hover {
  color: #26c;
}

.cart-dropdown i {
  font-size: 2.4rem;
}

.cart-dropdown:hover .minicart-icon {
  background: #26c;
}

.cart-dropdown:hover .minicart-icon:before {
  transform: rotateY(180deg);
}

.cart-dropdown:hover .cart-count {
  color: #fff;
}

.cart-dropdown.cart-dropdown-white .cart-count,
.cart-dropdown.cart-dropdown-white .cart-label,
.cart-dropdown.cart-dropdown-white .cart-price {
  color: #fff;
}

.cart-dropdown.cart-dropdown-white .minicart-icon {
  border-color: #fff;
}

.cart-dropdown.cart-dropdown-white:hover .minicart-icon {
  background-color: #fff;
}

.cart-dropdown.cart-dropdown-white:hover .cart-count {
  color: #26c;
}

.cart-dropdown.type2 .cart-toggle {
  align-items: center;
}

.cart-dropdown.type2:hover {
  color: #26c;
}

.cart-dropdown.type2 .cart-count {
  position: absolute;
  right: -8px;
  top: 3px;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.9rem;
  line-height: 1.7;
  text-align: center;
  border-radius: 50%;
  background-color: #26c;
  color: #fff;
  z-index: 1;
}

.cart-dropdown.type2 .label-block .cart-count {
  width: 1.9rem;
  height: 1.9rem;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.cart-dropdown.type3 .cart-toggle {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  background-color: #26c;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.cart-dropdown.type3 .cart-toggle i {
  font-size: 1.5rem;
  margin-right: 7px;
}

.dark-theme .cart-dropdown .cart-total {
  border-color: #333;
}

.compare-dropdown .compare-toggle:after {
  content: none;
}

.compare-dropdown .compare-btn {
  display: flex;
  justify-content: center;
  border-radius: 3px;
  padding: 0.9em 2em;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}

.wishlist-dropdown .wishlist-toggle:after {
  content: none;
}

.wishlist-dropdown .wishlist-btn {
  display: flex;
  justify-content: center;
  border-radius: 3px;
  padding: 0.9em 2em;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}

.header-top .login-dropdown {
  margin-left: 0;
}

.off-canvas .dropdown-box {
  position: fixed;
  top: 0;
  right: -34rem;
  max-width: 34rem;
  width: 100%;
  height: 100vh;
  min-width: auto;
  padding: 2.9rem 3rem;
  opacity: 1;
  visibility: visible;
  transition: right 0.3s;
  transform: none;
  z-index: 2999;
  box-shadow: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.off-canvas .dropdown-box .login-popup {
  padding: 0;
}

.off-canvas .canvas-overlay {
  position: fixed;
  left: 0;
  width: 100vw;
  top: -10vh;
  height: 120vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.off-canvas .canvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1.3rem;
}

.off-canvas .canvas-title {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0em;
}

.off-canvas .btn-close {
  font-size: 12px;
  font-weight: 600;
  color: #999;
}

.off-canvas .btn-close:active,
.off-canvas .btn-close:focus,
.off-canvas .btn-close:hover {
  color: #26c;
}

.off-canvas .btn-close i {
  margin-right: 0;
  font-size: 1.9rem;
}

.off-canvas .product-cart,
.off-canvas .product-compare,
.off-canvas .product-wishlist {
  margin-top: 2rem;
}

.off-canvas.opened .dropdown-box {
  right: 0;
}

.off-canvas.opened .canvas-overlay {
  opacity: 1;
  visibility: visible;
}

.off-canvas:hover .dropdown-box {
  top: 0;
}

@media (max-width: 479px) {
  .off-canvas .dropdown-box {
    max-width: 30.4rem;
  }
}

.product.product-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #edeef0;
}

.product.product-cart-header a,
.product.product-cart-header span {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0em;
  line-height: 1;
  color: #222529;
}

.product.product-cart-header a {
  padding: 0;
  padding-bottom: 0;
  color: #222529;
  line-height: 1;
}

.product.product-cart-header a:hover {
  text-decoration: underline;
}

.product.product-cart,
.product.product-compare,
.product.product-wishlist {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}

.product.product-cart:not(:first-child),
.product.product-compare:not(:first-child),
.product.product-wishlist:not(:first-child) {
  margin-top: 2rem;
}

.product.product-cart .product-media,
.product.product-compare .product-media,
.product.product-wishlist .product-media {
  position: static;
  width: 8rem;
  margin-right: 2.5rem;
}

.product.product-cart .product-media a,
.product.product-compare .product-media a,
.product.product-wishlist .product-media a {
  display: block;
  height: 100%;
  padding: 0;
}

.product.product-cart .product-media img,
.product.product-compare .product-media img,
.product.product-wishlist .product-media img {
  height: 100%;
}

.product.product-cart .product-detail,
.product.product-compare .product-detail,
.product.product-wishlist .product-detail {
  flex: 1;
  margin: 0 1rem 0rem 0;
}

.product.product-cart .product-name,
.product.product-compare .product-name,
.product.product-wishlist .product-name {
  white-space: normal;
  padding: 0;
  margin-bottom: 0.9rem;
  margin-right: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.34;
  letter-spacing: 0px;
  color: #666;
}

.product.product-cart .product-name:hover,
.product.product-compare .product-name:hover,
.product.product-wishlist .product-name:hover {
  color: #26c;
}

.product.product-cart .price-box,
.product.product-compare .price-box,
.product.product-wishlist .price-box {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
}

.product.product-cart .product-price,
.product.product-compare .product-price,
.product.product-wishlist .product-price {
  font-size: 1.6rem;
  letter-spacing: 0px;
}

.product.product-cart .product-quantity,
.product.product-compare .product-quantity,
.product.product-wishlist .product-quantity {
  align-items: center;
  display: flex;
  margin-right: 1rem;
  font-weight: 400;
}

.product.product-cart .product-quantity:after,
.product.product-compare .product-quantity:after,
.product.product-wishlist .product-quantity:after {
  margin-left: 1rem;
  content: "X";
  text-transform: none;
  line-height: 0;
  font-size: 1.5rem;
}

.product.product-cart .product-price,
.product.product-compare .product-price,
.product.product-wishlist .product-price {
  margin: 0;
  color: #222;
}

.product.product-cart .btn-close,
.product.product-compare .btn-close,
.product.product-wishlist .btn-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 2.2rem;
  height: 2.2rem;
  right: -0.4rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  color: #222;
  font-size: 1.2rem;
  border: 1px solid #ccc;
}

.product.product-cart .btn-close i,
.product.product-compare .btn-close i,
.product.product-wishlist .btn-close i {
  margin-right: 4px;
  margin-top: 0px;
  font-size: 1.2rem;
}

.product.product-cart .btn-close:hover,
.product.product-compare .btn-close:hover,
.product.product-wishlist .btn-close:hover {
  color: #26c;
  border-color: #26c;
}

.product.product-cart:last-child,
.product.product-compare:last-child,
.product.product-wishlist:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .cart-dropdown .cart-label {
    display: none;
  }
}

@media (max-width: 575px) {
  .cart-dropdown .product .product-media,
  .compare-dropdown .product .product-media {
    margin-right: 1rem;
  }

  .cart-dropdown .dropdown-box,
  .compare-dropdown .dropdown-box {
    min-width: 31rem;
  }

  .cart-dropdown .cart-total,
  .compare-dropdown .cart-total {
    font-size: 1.3rem;
  }
}

.category-dropdown > a {
  padding: 1.7rem 1.7rem;
  background: #26c;
}

.category-dropdown > a:after {
  content: none;
}

.category-dropdown > a i {
  font-size: 1.8rem;
}

.category-dropdown > a span {
  margin-left: 1rem;
}

.category-dropdown .dropdown-box {
  padding: 0;
  left: 0;
  min-width: 12rem;
  box-shadow: none;
  background-color: #f4f4f4;
  transition: opacity 0.2s, z-index 0s, transform 0.2s ease-out;
  visibility: hidden;
  top: 100%;
}

.category-dropdown:after,
.category-dropdown:before {
  left: 25px;
}

.category-dropdown:after {
  border-bottom-color: #f4f4f4;
  visibility: hidden;
  top: calc(100% - 20px);
}

.category-dropdown.menu-fixed .dropdown-box,
.category-dropdown.menu-fixed:after {
  visibility: hidden;
}

.category-dropdown.dropdown.show .dropdown-box {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s, z-index 0s, transform 0s;
}

.category-dropdown.dropdown.show .dropdown-box,
.category-dropdown.dropdown.show:after {
  visibility: visible;
}

.category-dropdown.dropdown.show:after {
  transform: translate3d(-50%, 0, 0);
}

.category-dropdown.has-border:after {
  border-bottom-color: #fff;
}

.category-dropdown.has-border:after,
.category-dropdown.has-border:before {
  content: "";
  position: absolute;
  z-index: 1000;
  top: -9999px;
  transform: translateX(-50%);
  border: 11px solid transparent;
  border-bottom: 11px solid #e1e1e1;
  transition: opacity 0.4s ease;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}

.category-dropdown.has-border .dropdown-box {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.category-dropdown.has-border.menu-fixed:before {
  visibility: visible;
  opacity: 1;
}

.sticky-header:not(.fixed) .category-dropdown.menu-fixed:after {
  top: 100%;
  transform: translate3d(-50%, 0, 0);
}

.sticky-header:not(.fixed) .category-dropdown.menu-fixed .dropdown-box {
  top: calc(100% + 20px);
  transform: none;
}

.sticky-header:not(.fixed) .category-dropdown.menu-fixed .dropdown-box,
.sticky-header:not(.fixed) .category-dropdown.menu-fixed:after {
  visibility: visible;
  opacity: 1;
}
.lg-hide{
 display:none;
}
.sticky-header:not(.fixed) .category-dropdown.menu-fixed.has-border:before {
  top: calc(100% - 1px);
  visibility: visible;
  opacity: 1;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (min-device-pixel-ratio: 1.5) {
  .sticky-header:not(.fixed) .category-dropdown.menu-fixed.has-border:before {
    top: calc(100% - 2px);
  }
}

.menu {
  display: flex;
  align-items: center;
}

.menu a {
  display: inline-block;
}

.menu .menu-title {
  margin-bottom: 1rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.menu ul {
  padding: 2rem 0;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #666;
}

.menu li {
  position: relative;
  line-height: 1.5;
}
.menu li:last-child a {
  padding: 0.6rem 2rem;
  width: 166px;
  font-size: 1.6rem;
  font-weight: 300;
  border: 1px solid #fff;
}
.menu li a {
  padding: 0;
}

.menu li .megamenu,
.menu li > ul {
  position: absolute;
  top: -9999px;
  left: 100%;
  margin: 0;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
  z-index: 1041;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.2s ease-out;
  transform: translate3d(0, -10px, 0);
}

.menu li > ul {
  min-width: 22.6rem;
  background: #fff;
}

.menu li > ul li {
  padding: 0 2rem;
}

.menu > li.submenu-container .megamenu {
  width: 1180px;
}

.menu .active > a:not(.menu-title),
.menu li:hover > a:not(.menu-title) {
  color: #fff;
}

.menu .show .megamenu,
.menu .show > ul,
.menu li:hover .megamenu,
.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: -2rem;
  transform: translate3d(0, 0, 0);
}

.menu > li {
  margin-right: 3.3rem;
}

.menu > li:last-child {
  margin-right: 0;
  margin-left: 2rem;
}

.menu > li > a {
  position: relative;
  color: #ffffff;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
    border-radius: 30px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.menu > li > a:after {
  margin-left: 0.8rem;
}

.menu > li .megamenu,
.menu > li > ul {
  left: -1.9rem;
}

.menu > li.show .megamenu,
.menu > li.show > ul,
.menu > li:hover .megamenu,
.menu > li:hover > ul {
  top: 100%;
}

.menu .submenu > a {
  position: relative;
  display: block;
}

.menu > .submenu > a {
  z-index: 10;
}

.menu > .submenu > a:after {
  position: static;
  content: "";
  margin-top: 0;
}

.menu.no-arrow > li > a:after {
  content: none;
}

.submenu > a:after {
  display: inline-block;
  position: absolute;
  margin-top: 2px;
  right: 0.5rem;
  top: 50%;
  line-height: 0;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 1.1rem;
  color: inherit;
  content: "";
}

.vertical-menu {
  display: block;
  min-width: 28rem;
}

.vertical-menu > li {
  margin-right: 0;
  padding: 0 2rem;
}

.vertical-menu > li .megamenu,
.vertical-menu > li > ul {
  transform: translate3d(-15px, 0, 0);
}

.vertical-menu > li > a {
  display: inline-block;
}

.vertical-menu > li > a:after {
  content: none;
}

.vertical-menu > li.show .megamenu,
.vertical-menu > li.show > ul,
.vertical-menu > li:hover .megamenu,
.vertical-menu > li:hover > ul {
  left: 100%;
  top: -1rem;
}

.vertical-menu > .submenu:after {
  border: 11px solid transparent;
  border-right: 11px solid #fff;
}

.vertical-menu > .submenu.show:after,
.vertical-menu > .submenu:hover:after {
  top: 50%;
  left: calc(100% - 20px);
  transform: translate3d(0, -50%, 0);
}

.vertical-menu > .submenu > a:after {
  position: absolute;
  line-height: 0;
  content: "";
}

.vertical-menu.no-arrow > li {
  display: flex;
}

.vertical-menu.no-arrow > li > a:after {
  content: none;
}

.toggle-menu {
  display: block;
}

.toggle-menu > li {
  margin-right: 0;
}

.toggle-menu .submenu:after,
.toggle-menu .submenu > a:after {
  content: none;
}

.toggle-menu .submenu li {
  padding: 0 0.5rem;
}

.toggle-menu li > ul {
  display: none;
  position: static;
  visibility: visible;
  opacity: 1;
  transform: none;
  background: transparent;
  box-shadow: none;
}

.toggle-btn {
  display: block;
  position: absolute;
  padding: 6px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
}

.toggle-btn:before {
  content: "";
  display: block;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  transition: transform 0.5s;
}

.show > a .toggle-btn:before {
  transform: rotate(630deg);
}

.menu-active-underline > li > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.menu-active-underline > li.active > a,
.menu-active-underline > li:hover > a {
  color: inherit;
}

.menu-active-underline > li.active > a:before,
.menu-active-underline > li:hover > a:before {
  transform-origin: left center;
  transform: scale(1, 1);
}

.main-nav {
  margin: 0 0 0 0.3rem;
}

.megamenu {
  display: flex;
  padding: 1rem;
  min-width: 94rem;
  background: #fff;
}

.megamenu ul {
  padding: 0;
}

.megamenu .row {
  flex: 1;
  padding: 0 1rem;
}

.megamenu .row > * {
  padding: 1.8rem 1rem 0.8rem;
}

.megamenu .menu-banner {
  padding: 0;
  overflow: hidden;
}

.megamenu .menu-banner figure {
  height: 100%;
}

.megamenu .menu-banner img {
  height: 100%;
  object-fit: cover;
}

.megamenu .menu-banner .btn-link:hover {
  color: #26c;
}

.menu-banner1 .banner-content {
  left: 9%;
}

.menu-banner1 .banner-subtitle,
.menu-banner1 .banner-title {
  font-size: 3.6rem;
}

.menu-banner1 .banner-subtitle {
  margin-bottom: 0.4rem;
}

.menu-banner1 .banner-title {
  margin-bottom: 1.8rem;
  padding-left: 1.2rem;
  position: relative;
}

.menu-banner1 .banner-title span {
  display: inline-block;
  position: absolute;
  left: -0.9rem;
  top: 50%;
  font-size: 1.2rem;
  line-height: 1;
  transform: rotateZ(-90deg) translateX(0.6rem);
  letter-spacing: 0em;
}

.menu-banner2 .banner-content {
  bottom: 10%;
}

.menu-banner2 .banner-title {
  margin-bottom: 0.6rem;
  font-size: 2.6rem;
}

.menu-banner2 .banner-subtitle {
  font-size: 1.6rem;
}

.tip {
  display: inline-block;
  position: relative;
  top: -1px;
  left: 7px;
  padding: 0.3rem 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
}

.tip.tip-hot {
  background-color: #d26e4b;
}

.tip.tip-new {
  background-color: #26c;
}

.mobile-menu-wrapper {
  visibility: hidden;
  position: fixed;
  top: 61px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 106;
  opacity: 0;
  transition: all 0.4s;
}

.mobile-menu-container {
  max-width: 100%;
  padding: 2rem 1.5rem;
  width: 100%;
  height: auto;
  overflow-y: auto;
  z-index: 106;
  position:relative;
  background: #0f0f0f;
  transform: translateY(-100%);
  transition: transform 0.4s;  
}

.mobile-menu-container .input-wrapper {
  display: flex;
  margin-bottom: 0.6rem;
  height: 4rem;
}

.mobile-menu-container .input-wrapper .form-control {
  min-height: 4rem;
  color: #7a8088;
  border: 1px solid;
  border-color: #2e3237;
  border-right: 0;
  background-color: transparent;
}

.mobile-menu-container .input-wrapper .btn-search {
  padding: 0;
  width: 4rem;
  background-color: #26c;
  border-color: #26c;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 3px;
}

.mobile-menu-container .input-wrapper .btn-search i {
  margin: 0 0 0.5rem;
  font-size: inherit;
}

.mobile-menu-container .mobile-menu {
  margin-bottom: 0rem;
  background: transparent;
}
.mobile-menu-container .mobile-menu li:not(:last-child){
  margin-bottom: 2rem;
}
.mobile-menu-container .tab {
  margin-top: 3rem;
}

.mobile-menu-container .tab-content {
  background-color: transparent;
}

.mobile-menu-container .nav {
  border-width: 2px;
}

.mobile-menu-container .nav-link {
  margin-bottom: -2px;
  color: #fff;
  font-size: 13px;
  padding: 10px;
}

.mobile-menu-container .tab-pane {
  padding-top: 10px;
}

.mobile-menu-container .nav-item:hover .nav-link {
  color: #fff;
  border-color: transparent;
}

.mobile-menu-container .nav-item .nav-link.active,
.mobile-menu-container .nav-item.show .nav-link {
  color: #fff;
  border-color: #fff;
}

.mobile-menu-container .nav-item + .nav-item {
  margin-left: 1px;
}

.mobile-menu-container.scrollable::-webkit-scrollbar-thumb,
.mobile-menu-container .sidebar-content::-webkit-scrollbar-thumb {
  margin-right: 0px;
  background: transparent;
  border-radius: 7px;
  cursor: pointer;
}

.mobile-menu {
  color: #fff;
  width: 100%;
  text-align:center;
  padding:5px 0 55px;
}

.mobile-menu li a {
  display: block;
  position: relative;
  text-align: center;
}

.mobile-menu li i {
  display: inline-block;
  margin-bottom: 1px;
  font-size: 2rem;
  margin-right: 1rem;
  line-height: 0;
  vertical-align: middle;
}

.mobile-menu li li a {
  padding-left: 2.4rem;
}

.mobile-menu li li li a {
  padding-left: 3.6rem;
}

.mobile-menu-title {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

.mobile-menu-overlay {
  position: fixed;
  left: 0;
  top: 61px;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 100;
}

.mobile-menu-close {
  position: fixed;
  left: calc(100vw - 50px);
  top: 25px;
  z-index: 10001;
  transition: opacity 0.3s;
  opacity: 0;
}

.mobile-menu-close i {
  font-size: 2.8rem;
  color: #e1e1e1;
}

.mmenu-anim {
  transform: translateY(30%);
}

.mmenu-anim,
.mmenu-anim > li {
  transition: transform 0.4s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.5, 0, 0.3, 1);
}

.mmenu-anim > li:nth-child(0) {
  opacity: 0;
  transform: translateY(0px);
}

.mmenu-anim > li:first-child {
  opacity: 0;
  transform: translateY(50px);
}

.mmenu-anim > li:nth-child(2) {
  opacity: 0;
  transform: translateY(100px);
}

.mmenu-anim > li:nth-child(3) {
  opacity: 0;
  transform: translateY(150px);
}

.mmenu-anim > li:nth-child(4) {
  opacity: 0;
  transform: translateY(200px);
}

.mmenu-anim > li:nth-child(5) {
  opacity: 0;
  transform: translateY(250px);
}

.mmenu-anim > li:nth-child(6) {
  opacity: 0;
  transform: translateY(300px);
}

.mmenu-anim > li:nth-child(7) {
  opacity: 0;
  transform: translateY(350px);
}

.mmenu-anim > li:nth-child(8) {
  opacity: 0;
  transform: translateY(400px);
}

.mmenu-anim > li:nth-child(9) {
  opacity: 0;
  transform: translateY(450px);
}

.mmenu-anim > li:nth-child(10) {
  opacity: 0;
  transform: translateY(500px);
}

.mmenu-anim > li:nth-child(11) {
  opacity: 0;
  transform: translateY(550px);
}

.mmenu-anim > li:nth-child(12) {
  opacity: 0;
  transform: translateY(600px);
}

.mmenu-active {
  overflow: hidden;
}

.mmenu-active .mmenu-anim,
.mmenu-active .mmenu-anim > li {
  opacity: 1;
  transform: translateY(0);
}

.mmenu-active .page-wrapper {
  margin-left: 0px;
  margin-right: 0px;
}

.mmenu-active .mobile-menu-wrapper {
  visibility: visible;
  opacity: 1;
}

.mmenu-active .mobile-menu-container {
  transform: translateY(0);
}

.mmenu-active .mobile-menu-overlay {
  opacity: 0.8;
}

.mmenu-active .mobile-menu-close {
  opacity: 1;
}

@media (max-width: 400px) {
  .mobile-menu-close {
    left: calc(100vw - 40px);
    top: 10px;
  }
}

.category-menu {
  background: #fef0e3;
}

.category-menu .menu-title {
  padding: 1.8rem 0.2rem 1.8rem;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #222;
}

.category-menu .menu-body:last-child li:last-child {
  border: 0;
}

.category-menu i {
  vertical-align: middle;
  line-height: 0;
  margin-right: 1rem;
  padding-left: 0.2rem;
  font-size: 2rem;
  color: #666;
}

.category-menu > li > a {
  display: block;
  padding: 1.2rem 0 1.3rem;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.46;
  letter-spacing: 0em;
  text-transform: capitalize;
  color: #675545;
}

.category-menu > li:not(:last-child) > a {
  border-bottom: 1px solid #f0e0d1;
}

.category-menu li:hover > a:not(.menu-title) {
  color: #26c;
}

.category-menu li:hover > a:not(.menu-title) i {
  color: inherit;
}

.category-menu .submenu > a:after {
  font-size: 1rem;
}

.category-menu .submenu .megamenu {
  min-width: 68.5rem;
  padding: 0 0 0 0.9rem;
}

.category-menu .submenu .megamenu > li {
  padding: 0 1rem;
  flex: 1;
}

.category-menu .submenu .megamenu > li:last-child {
  padding-right: 0;
  flex: none;
}

.category-menu .submenu .megamenu .menu-title {
  padding: 2.7rem 0rem 0.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0em;
}

.category-menu .submenu .megamenu .divider {
  height: 1px;
  width: 100%;
  margin: 0;
}

.category-menu .submenu .megamenu ul {
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
  font-size: 1.3rem;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  min-width: auto;
  z-index: auto;
  transform: none;
}

.category-menu .submenu .megamenu ul li {
  padding: 0;
  line-height: 1.2;
}

.category-menu .submenu .megamenu ul li a {
  padding: 0.7rem 0;
}

.category-menu .submenu .megamenu .menu-banner .banner-content {
  left: 3rem;
}

.category-menu .submenu .megamenu .menu-banner .banner-subtitle {
  font-size: 1.4rem;
}

.category-menu .submenu .megamenu .menu-banner .banner-title {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 2.8rem;
}

.category-menu .submenu .megamenu .menu-banner .btn-md {
  padding: 0.7em 1.41em 0.7em 1.41em;
}

.category-menu .submenu .megamenu .menu-banner5 .banner-content {
  top: 2.6rem;
}

.category-menu .submenu .megamenu .menu-banner5 .banner-subtitle {
  margin-bottom: 1.1rem;
}

.category-menu .submenu .megamenu .menu-banner5 .banner-title {
  line-height: 1.25;
}

.category-menu .submenu .megamenu.type2 {
  display: block;
  min-width: 88rem;
  padding: 0 1rem 2rem;
}

.category-menu .submenu .megamenu.type2 .menu-title {
  padding-top: 1.5rem;
}

.category-menu .submenu .megamenu.type2 figure {
  text-align: center;
}

.category-menu ul {
  padding: 2rem 0;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #666;
}

@media (max-width: 1199px) {
  .category-menu .submenu .megamenu.type2 {
    min-width: 72rem;
  }
}

/*------------- Content ------------*/

main,header,footer {
  width: 100%;
  flex: 100%;
}

main {
  display: block;
  position: relative;
  transition: margin 0.4s;
}

.page-wrapper {
  position: relative;
  min-height:100vh;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.container,
.container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-full {
    width: 100%;
  margin-left: -33.33%;
  margin-right: -33.33%;
    margin-left: 5%;
    margin-right: 0;
}
.container-fluid{
  max-width: 1820px;
}
.container {
  max-width: 1220px;
}
.divider {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
  height: 2.5rem;
  width: 1px;
  background-color: #e1e1e1;
}
.overflow-x-hidden{
 overflow-x:hidden;
}
.overflow-y-hidden{
 overflow-y:hidden;
}
.dark-theme .divider {
  background-color: #fff;
}
.t-menuburger{
  height: 12px;
  position: relative;
  flex-shrink: 0;
  width: 28px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 999;
}
.t-menuburger span{
  background-color: #fff;
  display: block;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  height: 3px;
}

.t-menuburger span:nth-child(1) {
    top: 0px;
}
.t-menuburger span:nth-child(2), .t-menuburger span:nth-child(3) {
  top: 4px;
  opacity: 0;
}
.t-menuburger span:nth-child(4) {
    top: 8px;
}
@font-face {
    font-family: "icons";
    src: url("/fonts/icons.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class*=" d-icon-"],[class^=d-icon-] {
    display: inline-block;
    line-height: 1
}

[class*=" d-icon-"]:before,[class^=d-icon-]:before {
    font-family: "icons"!important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.d-icon-truck:before {
    content: ""
}

.d-icon-service:before {
    content: ""
}

.d-icon-secure:before {
    content: ""
}

.d-icon-lock:before {
    content: ""
}

.d-icon-percent:before {
    content: ""
}

.d-icon-layer:before {
    content: ""
}

.d-icon-alert:before {
    content: ""
}

.d-icon-database:before {
    content: ""
}

.d-icon-money:before {
    content: ""
}

.d-icon-shoppingbag:before {
    content: ""
}

.d-icon-t-shirt1:before {
    content: ""
}

.d-icon-t-shirt2:before {
    content: ""
}

.d-icon-hat:before {
    content: ""
}

.d-icon-officebag:before {
    content: ""
}

.d-icon-handbag:before {
    content: ""
}

.d-icon-backpack:before {
    content: ""
}

.d-icon-shoes:before {
    content: ""
}

.d-icon-pillow:before {
    content: ""
}

.d-icon-dress:before {
    content: ""
}

.d-icon-loungewear:before {
    content: ""
}

.d-icon-desktop:before {
    content: ""
}

.d-icon-laptop:before {
    content: ""
}

.d-icon-gamepad1:before {
    content: ""
}

.d-icon-wireless:before {
    content: ""
}

.d-icon-projector:before {
    content: ""
}

.d-icon-drone1:before {
    content: ""
}

.d-icon-drone2:before {
    content: ""
}

.d-icon-radio:before {
    content: ""
}

.d-icon-battery:before {
    content: ""
}

.d-icon-plugin:before {
    content: ""
}

.d-icon-memory:before {
    content: ""
}

.d-icon-ball:before {
    content: ""
}

.d-icon-basketball1:before {
    content: ""
}

.d-icon-babycare:before {
    content: ""
}

.d-icon-card:before {
    content: ""
}

.d-icon-gamepad2:before {
    content: ""
}

.d-icon-camera1:before {
    content: ""
}

.d-icon-camera2:before {
    content: ""
}

.d-icon-babywear:before {
    content: ""
}

.d-icon-abacus:before {
    content: ""
}

.d-icon-pot:before {
    content: ""
}

.d-icon-freezer:before {
    content: ""
}

.d-icon-cook:before {
    content: ""
}

.d-icon-student:before {
    content: ""
}

.d-icon-category:before {
    content: ""
}

.d-icon-basketball2:before {
    content: ""
}

.d-icon-watch:before {
    content: ""
}

.d-icon-tcard:before {
    content: ""
}

.d-icon-heartbeat:before {
    content: ""
}

.d-icon-watch-round:before {
    content: ""
}

.d-icon-washbowl:before {
    content: ""
}

.d-icon-bridge-lamp:before {
    content: ""
}

.d-icon-lamp:before {
    content: ""
}

.d-icon-sofa:before {
    content: ""
}

.d-icon-sofa2:before {
    content: ""
}

.d-icon-bed:before {
    content: ""
}

.d-icon-table:before {
    content: ""
}

.d-icon-table-lamp:before {
    content: ""
}

.d-icon-table-tv:before {
    content: ""
}

.d-icon-mirror:before {
    content: ""
}

.d-icon-volume:before {
    content: ""
}

.d-icon-bars2:before {
    content: ""
}

.d-icon-bars:before {
    content: ""
}

.d-icon-phone:before {
    content: ""
}

.d-icon-user:before {
    content: ""
}

.d-icon-search:before {
    content: ""
}

.d-icon-search2:before {
    content: ""
}

.d-icon-bag:before {
    content: ""
}

.d-icon-map:before {
    content: ""
}

.d-icon-info:before {
    content: ""
}

.d-icon-refresh:before {
    content: ""
}

.d-icon-left-arrow:before {
    content: ""
}

.d-icon-right-arrow:before {
    content: ""
}

.d-icon-down-arrow:before {
    content: ""
}

.d-icon-up-arrow:before {
    content: ""
}

.d-icon-ruler:before {
    content: ""
}

.d-icon-zoom:before {
    content: ""
}

.d-icon-right-circle:before {
    content: ""
}

.d-icon-left-circle:before {
    content: ""
}

.d-icon-up-circle:before {
    content: ""
}

.d-icon-down-circle:before {
    content: ""
}

.d-icon-angle-right:before {
    content: ""
}

.d-icon-angle-left:before {
    content: ""
}

.d-icon-angle-up:before {
    content: ""
}

.d-icon-angle-down:before {
    content: ""
}

.d-icon-star:before {
    content: ""
}

.d-icon-star-full:before {
    content: ""
}

.d-icon-heart:before {
    content: ""
}

.d-icon-heart-full:before {
    content: ""
}

.d-icon-close:before {
    content: ""
}

.d-icon-play-circle:before {
    content: ""
}

.d-icon-home:before {
    content: ""
}

.d-icon-filter-2:before {
    content: ""
}

.d-icon-switch:before {
    content: ""
}

.d-icon-switch-left-on:before {
    content: ""
}

.d-icon-switch-right-on:before {
    content: ""
}

.d-icon-filter-3:before {
    content: ""
}

.d-icon-check:before {
    content: ""
}

.d-icon-alert-solid:before {
    content: ""
}

.d-icon-headphone:before {
    content: ""
}

.d-icon-mode-grid:before {
    content: ""
}

.d-icon-mode-list:before {
    content: ""
}

.d-icon-cancel:before {
    content: ""
}

.d-icon-instagram:before {
    content: ""
}

.d-icon-solid-check:before {
    content: ""
}

.d-icon-play-solid:before {
    content: ""
}

.d-icon-mobile:before {
    content: ""
}

.d-icon-minus:before {
    content: ""
}

.d-icon-plus:before {
    content: ""
}

.d-icon-wifi:before {
    content: ""
}

.d-icon-times:before {
    content: ""
}

.d-icon-times-circle:before {
    content: ""
}

.d-icon-random:before {
    content: ""
}

.d-icon-th-list:before {
    content: ""
}

.d-icon-rocket:before {
    content: ""
}

.d-icon-map-marker:before {
    content: ""
}

.d-icon-birthday-cake:before {
    content: ""
}

.d-icon-gift:before {
    content: ""
}

.d-icon-female:before {
    content: ""
}

.d-icon-clock:before {
    content: ""
}

.d-icon-comments:before {
    content: ""
}

.d-icon-rotate-left:before {
    content: ""
}

.d-icon-rotate-right:before {
    content: ""
}

.d-icon-reading:before {
    content: ""
}

.d-icon-feeder:before {
    content: ""
}

.d-icon-birthday-cake2:before {
    content: ""
}

.d-icon-skirt:before {
    content: ""
}

.d-icon-toy:before {
    content: ""
}

.d-icon-butterfly:before {
    content: ""
}

.d-icon-babycare2:before {
    content: ""
}

.d-icon-butterfly2:before {
    content: ""
}

.d-icon-dinner-set:before {
    content: ""
}

.d-icon-ball2:before {
    content: ""
}

.d-icon-apple:before {
    content: ""
}

.d-icon-icecream:before {
    content: ""
}

.d-icon-cake:before {
    content: ""
}

.d-icon-meat:before {
    content: ""
}

.d-icon-bread:before {
    content: ""
}

.d-icon-cocktail:before {
    content: ""
}

.d-icon-food:before {
    content: ""
}

.d-icon-birthday-cake3:before {
    content: ""
}

.d-icon-cash:before {
    content: ""
}

.d-icon-service2:before {
    content: ""
}

.d-icon-car:before {
    content: ""
}

.d-icon-ball3:before {
    content: ""
}

.d-icon-compare:before {
    content: ""
}

.d-icon-jar:before {
    content: ""
}

.d-icon-radish:before {
    content: ""
}

.d-icon-arrow-down:before {
    content: ""
}

.d-icon-arrow-left:before {
    content: ""
}

.d-icon-arrow-right:before {
    content: ""
}

.d-icon-arrow-up:before {
    content: ""
}

.d-icon-earth:before {
    content: ""
}

.d-icon-long-arrow-left:before {
    content: ""
}

.d-icon-long-arrow-right:before {
    content: ""
}

.d-icon-long-arrow-down:before {
    content: ""
}

.d-icon-long-arrow-up:before {
    content: ""
}

.d-icon-pill:before {
    content: ""
}

.d-icon-cylinder:before {
    content: ""
}

.d-icon-medical-bag:before {
    content: ""
}

.d-icon-graph:before {
    content: ""
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-right: -40px;
}

.row > * {
  position: relative;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.gutter-lg {
  margin-left: -15px;
  margin-right: -15px;
}

.gutter-lg > * {
  padding-right: 15px;
  padding-left: 15px;
}

.gutter-sm {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-sm > * {
  padding-right: 5px;
  padding-left: 5px;
}

.gutter-xs {
  margin-left: -1px;
  margin-right: -1px;
}

.gutter-xs > * {
  padding-right: 1px;
  padding-left: 1px;
}

.gutter-no {
  margin-left: 0;
  margin-right: 0;
}

.gutter-no > * {
  padding-right: 0;
  padding-left: 0;
}

.cols-1 > * {
  max-width: 100%;
  flex: 0 0 100%;
}

.cols-2 > * {
  max-width: 50%;
  flex: 0 0 50%;
}

.cols-3 > * {
  max-width: 33.3333%;
  flex: 0 0 33.3333%;
}

.cols-4 > * {
  max-width: 25%;
  flex: 0 0 25%;
}

.cols-5 > * {
  max-width: 20%;
  flex: 0 0 20%;
}

.cols-6 > * {
  max-width: 16.6667%;
  flex: 0 0 16.6667%;
}

.cols-7 > * {
  max-width: 14.2857%;
  flex: 0 0 14.2857%;
}

.cols-8 > * {
  max-width: 12.5%;
  flex: 0 0 12.5%;
}
.offset-3{
  left:25%;
}
@media (min-width: 480px) {

  .cols-xs-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .cols-xs-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .cols-xs-3 > * {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .cols-xs-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .cols-xs-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .cols-xs-6 > * {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .cols-xs-7 > * {
    max-width: 14.2857%;
    flex: 0 0 14.2857%;
  }

  .cols-xs-8 > * {
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
}

@media (min-width: 576px) {
  .cols-sm-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .cols-sm-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .cols-sm-3 > * {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .cols-sm-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .cols-sm-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .cols-sm-6 > * {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .cols-sm-7 > * {
    max-width: 14.2857%;
    flex: 0 0 14.2857%;
  }

  .cols-sm-8 > * {
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
}

@media (min-width: 768px) {
  .cols-md-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .cols-md-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .cols-md-3 > * {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .cols-md-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .cols-md-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .cols-md-6 > * {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .cols-md-7 > * {
    max-width: 14.2857%;
    flex: 0 0 14.2857%;
  }

  .cols-md-8 > * {
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
}

@media (min-width: 992px) {
  .cols-lg-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .cols-lg-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .cols-lg-3 > * {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }
  .cols-lg-3 .p-item{
    max-width: 30%;
    flex: 0 0 30%;
  }

  .cols-lg-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .cols-lg-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .cols-lg-6 > * {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .cols-lg-7 > * {
    max-width: 14.2857%;
    flex: 0 0 14.2857%;
  }

  .cols-lg-8 > * {
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
}

@media (min-width: 1200px) {
  .cols-xl-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .cols-xl-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .cols-xl-3 > * {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .cols-xl-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .cols-xl-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .cols-xl-6 > * {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .cols-xl-7 > * {
    max-width: 14.2857%;
    flex: 0 0 14.2857%;
  }

  .cols-xl-8 > * {
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
}

@media (min-width: 1600px) {
  .cols-xxl-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .cols-xxl-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .cols-xxl-3 > * {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .cols-xxl-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .cols-xxl-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .cols-xxl-6 > * {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .cols-xxl-7 > * {
    max-width: 14.2857%;
    flex: 0 0 14.2857%;
  }

  .cols-xxl-8 > * {
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
}

.col-1 {
  max-width: 8.3333%;
  flex: 0 0 8.3333%;
}

.col-2 {
  max-width: 16.6667%;
  flex: 0 0 16.6667%;
}

.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

.col-4 {
  max-width: 33.3333%;
  flex: 0 0 33.3333%;
}

.col-5 {
  max-width: 41.6667%;
  flex: 0 0 41.6667%;
}

.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

.col-7 {
  max-width: 58.3333%;
  flex: 0 0 58.3333%;
}

.col-8 {
  max-width: 66.6667%;
  flex: 0 0 66.6667%;
}

.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}

.col-10 {
  max-width: 83.3333%;
  flex: 0 0 83.3333%;
}

.col-11 {
  max-width: 91.6667%;
  flex: 0 0 91.6667%;
}

.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

@media (min-width: 480px) {
  .col-xs-1 {
    max-width: 8.3333%;
    flex: 0 0 8.3333%;
  }

  .col-xs-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-xs-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-xs-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .col-xs-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .col-xs-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-xs-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .col-xs-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }

  .col-xs-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-xs-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .col-xs-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
  }

  .col-xs-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 576px) {
  .col-sm-1 {
    max-width: 8.3333%;
    flex: 0 0 8.3333%;
  }

  .col-sm-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-sm-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .col-sm-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-sm-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .col-sm-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }

  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-sm-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .col-sm-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
  }

  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    max-width: 8.3333%;
    flex: 0 0 8.3333%;
  }

  .col-md-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-md-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .col-md-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-md-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .col-md-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }

  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-md-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .col-md-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
  }

  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    max-width: 8.3333%;
    flex: 0 0 8.3333%;
  }

  .col-lg-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-lg-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .col-lg-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-lg-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .col-lg-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }

  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-lg-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .col-lg-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
  }

  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    max-width: 8.3333%;
    flex: 0 0 8.3333%;
  }

  .col-xl-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-xl-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .col-xl-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-xl-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .col-xl-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }

  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-xl-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .col-xl-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
  }

  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 1600px) {
  .col-xxl-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5col {
    position: relative;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-xl-5col2 {
    position: relative;
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-xl-5col4 {
    position: relative;
    flex: 0 0 80%;
    max-width: 80%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.order-first {
  order: -1;
}

.order-last {
  order: 9;
}

@media (min-width: 576px) {
  .order-sm-auto {
    order: 0;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 9;
  }
}

@media (min-width: 768px) {
  .order-md-auto {
    order: 0;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 9;
  }
}

@media (min-width: 992px) {
  .order-lg-auto {
    order: 0;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 9;
  }
}

@media (min-width: 1200px) {
  .order-xl-auto {
    order: 0;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 9;
  }
}

.grid {
  margin: -1rem;
}

.grid .banner,
.grid .banner img,
.grid .category,
.grid .category > a,
.grid .category img,
.grid figure {
  height: 100%;
}

.grid img {
  object-fit: cover;
}

.grid .grid-item {
  padding: 1rem;
  transform: translate3d(0, 0, 0);
}

.grid.gutter-sm {
  margin: -0.5rem;
}

.grid.gutter-sm .grid-item {
  padding: 0.5rem;
}

.grid.gutter-no {
  margin: 0;
}

.grid.gutter-no .grid-item {
  padding: 0;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid.grid-float {
  display: block !important;
}

.grid.grid-float .grid-item {
  float: left;
}

.j-items{
gap:50px;
}

.j-item{
border: 1px solid #7f7f7f;
border-radius: 35px;
width:calc(100% / 3 - 34px);
padding:3rem;
}
.j-title{
color: #fff;
    font-size: 18px;
    line-height: 19px;
    font-weight: 300;
    text-transform: uppercase;
}
.j-title span{
color: rgb(255, 89, 67);
}
.j-text{
color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.o-item1{
    padding: 2rem;
}
.o-top{
    color: #7f7f7f;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
width: 100%;
flex: 100%;
text-align:center;
    text-transform: uppercase;
}
.o-item-title,.o-text{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
width: 100%;
flex: 100%;
text-align:center;
}
.o-text {
    line-height: 20px
}
.otzyvy .owl-nav {

}
.otzyvy .owl-nav .owl-prev {
    left: -23px;
}
.otzyvy .owl-nav .owl-next {
    right: -23px;
}
.otzyvy .owl-nav .owl-next,.otzyvy .owl-nav .owl-prev,.otzyvy .owl-nav .owl-next:hover,.otzyvy .owl-nav .owl-prev:hover {
    border-radius: 3000px;
    background-color: #ff5943!important;
    width: 48px;
    height: 48px;
    border:none;
    margin-top: 0;
}
.otzyvy .owl-nav i{
    color: #fff;
    font-size: 18px;
}
.o-item-wrap{
    border: 1px solid #fff;
    border-radius: 3000px;
    height: 540px;
    padding: 2rem 8rem;
}
.o-img1{
    position: absolute;
    box-sizing: border-box;
    display: table;
    left: -195px;
    top: 10rem;
    width: 590px;
    transition-duration: 1s;
    pointer-events:none;
}
.o-img2{
    position: absolute;
    box-sizing: border-box;
    display: table;
    right: -195px;
    top: 10rem;
    width: 590px;
    transition-duration: 1s;
    pointer-events:none;
}
.j-img{
    position: absolute;
    box-sizing: border-box;
    display: table;
    right: 0px;
    bottom: -100px;
    width: 15px;
    transition-duration: 1s;
}
.service .owl-carousel .owl-stage {
        display: flex;
}
.s-item-wrap,.s-item{
height: 100%;
} 

.k-item:nth-child(2n){
margin-bottom:10rem;
}

.k-item:nth-child(2){
margin-top:30rem;
}

.k-item:nth-child(2n+1){
margin-bottom:10rem;
}

.k-item:nth-child(3n+3){
margin-top: -30rem;
}


.k-item:nth-child(3):before{
content:"";
background: url('/img/item_9.svg');
width: 12px;
    position: absolute;
    top: 0;
    height: 155px;
}

.k-item-text{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
justify-content: space-between;
text-transform: uppercase;
    align-items: center;
}
.k-border{
    color: #7f7f7f;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #7f7f7f;
    border-radius: 35px;
    padding:.7rem 1rem;
}
.k-item-icon{
    position: absolute;
    box-sizing: border-box;
    display: table;
    right: 11px;
    top: -22px;
    width: auto;
    z-index: 2;
}
.k-item-img{
    pointer-events: none;
}
.p-image{
    position: absolute;
    box-sizing: border-box;
    display: table;
    left: 44px;
    bottom: 54%;
    width: 15px;
    transition-duration: 1s;
}
.j-img-first{
    position: relative;
    box-sizing: border-box;
    display: table;
    left: 0px;
    bottom: -55px;
    width: 15px;
    transition-duration: 1s;

}
hr.separate{
background: #404040;
    height: 2px;
    border: none;;
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
}


.s-line{
    position: absolute;
    right: calc(100vw - 114vw);
    width: 40vw;
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.k-line{
    position: absolute;
    left: 0;
    width: 100%;

}
.k-line2{
    position: absolute;
    left: 0;
    height: 0px;
    width: 100%;
-moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}
.p-line{
    position: absolute;
    left: calc(100vw - 114vw);
    width: 40vw
}

.b-item{
width:calc(100% / 2 - 34px);
}
.b-text{
color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase;
}
.b-text.first{
width:50%;
}
.b-image{
    position: absolute;
    box-sizing: border-box;
    display: table;
    right: 0;
    top: 4rem;
}
.b-wb{
    position: absolute;
    box-sizing: border-box;
    display: table;
    right: 56%;
    top: -15%;
}
.b-ozon{
    position: absolute;
    box-sizing: border-box;
    display: table;
    right: 27%;
    top: -38%;
}
.b-yam{
    position: absolute;
    box-sizing: border-box;
    display: table;
    right: 7%;
    top: 30%;
}
.u-wb{
    position: absolute;
    box-sizing: border-box;
    display: table;
    right: 48%;
    top: 55%;
}
.u-ozon{
    position: absolute;
    box-sizing: border-box;
    display: table;
    right: 27%;
    top: 40%;
}
.u-yam{
    position: absolute;
    box-sizing: border-box;
    display: table;
    right: 7%;
    top: 65%;
}
.b-title{
color: #fff;
font-size: 82px;
line-height: 84px;
font-weight: 300;
}
.b-title span{
color: rgb(255, 89, 68);
}
.b-img{
    position: absolute;
    box-sizing: border-box;
    display: table;
    right: 0px;
    bottom: 14px;
    width: 41px;
}
.b-img img{
    width: 100%;
}
.s-border{
    border: 1px solid #fff;
    border-radius: 35px;
    padding:1rem;
}
.s-top{
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}
.s-wrapper .owl-nav{
position: relative;
    display: flex;
    height: 30px;
    justify-content: space-between;
    padding: 0 2rem;
margin-top: 7rem;
}
.cont-full .owl-stage-outer{
    width: 100vw;
}
.s-wrapper .owl-nav .owl-prev{
position: relative;
    left: auto;
    border: none;
}
.s-wrapper .owl-nav .owl-next{
position: relative;
    right: auto;
    border: none;
}
.s-wrapper .owl-nav .owl-prev:hover,.s-wrapper .owl-nav .owl-next:hover{
background: transparent!important;
    border: none!important;
}
.s-wrapper .owl-nav i{
    color: #fff;
    font-size: 30px;
}
.s-item{
    padding: 2rem;
}
 .s-item-wrap{
     border: 1px solid #fff; 
     padding: 4rem;
}
.s-item-title{
    color: #fff;
    font-size: 52px;
    line-height: 54px;
    font-weight: 300;
    text-transform: lowercase;
}
.k-input{
  color: rgb(255, 255, 255); 
  border-bottom: 1px solid rgb(255, 255, 255); 
  background-color: transparent; 
  font-size: 18px; 
  font-weight: 300; 
  height: 50px;
}
.p-images{
  pointer-events:none;
  position: absolute;
    box-sizing: border-box;
    display: table;
    left: 0;
    top: 5rem;
    width: 100%;
}
.p-item:nth-child(1),.p-item:nth-child(2),.p-item:nth-child(3){
  margin-bottom: 20rem;
}
.p-circle{
  border: 1px solid #fff;
    border-radius: 3000px;
    background-color: #0e0e0e;
    z-index:10;
    width: 100px;
    height: 100px;
opacity:1!important;
}
.p-num{
    color: #ff5943;
    font-size: 32px;
    line-height: 33px;
    font-weight: 400;
}
.p-text{
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
}
.k-input input{
color: rgb(255, 255, 255);
    background-color: transparent;
    font-size: 18px;
    font-weight: 300;
    height: 50px;
    outline: none;
    padding-left: 0!important;
    padding-right: 0!important;
    border-top: 0!important;
    border-right: 0!important;
    border-left: 0!important;
    background-color: transparent!important;
    border-radius: 0!important;
    border-bottom: 1px solid;
    padding: 0 20px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
.k-num,.p-num,.o-num,.s-num,.p-num,.u-num{
    display: flex;
    align-items: center;
    gap: 10px;
}
.o-atom,.s-atom{
    position: absolute;
    right: -80px;
    top: -40px;
    color: #303030;
    font-size: 108px;
    line-height: 111px;
    font-weight: 300;
}
.k-defis,.p-defis,.o-defis,.s-defis,.p-defis,.u-defis{
    width: 37px;
    border-top: 2px solid #fff;
}
.k-num-text,.p-num-text,.o-num-text,.s-num-text,.p-num-text,.u-num-text{
    color: #fff;
    font-size: 18px;
    line-height: 19px;
    font-weight: 400;
}
.k-checkbox-item{
    display:none;
}
.k-indicator{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border: 2px solid rgb(128, 128, 128);
    box-sizing: border-box;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6;
}
.k-indicator:after{
  border-color:#808080;
}
.k-checkbox{
  font-size: 14px;
  font-weight: 300;
  color: rgb(128, 128, 128);
  display: flex;
  align-items: center;
    cursor: pointer;
}
.k-labeltext {
    color: #fff;
}
.k-indicator.active{
 opacity:1;
border-color:#fff;
}

.k-indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border-color: #ffffff;
}
.k-indicator.active:after {
    display: block;
}
.k-btn-wrap-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.k-btn-effects {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .4)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background: -o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
@-webkit-keyframes flash {
20% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes flash {
20% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@-webkit-keyframes flash-md {
30% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes flash-md {
30% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@-webkit-keyframes flash-lg {
40% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes flash-lg {
40% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
.k-btn{
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.k-title,.p-title,.o-title,.s-title{
    max-width: 70%;
    width: auto;
    line-height: 103px;
    color: #fff;
    font-size: 100px;
    font-weight: 300;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    display: inline-block;
}
.u-title{
    max-width: 50%;
    width: auto;
    line-height: 33px;
    color: #fff;
    font-size: 32px;
    font-weight: 200;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    display: inline-block;
}
.u-items{
    gap:50px;
}
.u-item{
    gap:20px;
}
.u-circle{
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #0e0e0e;
}
.u-num{
    color: #ff5943;
    font-size: 18px;
    line-height: 19px;
    font-weight: 300;
}
.u-item-text{
    color: #fff;
    font-size: 18px;
    line-height: 19px;
    font-weight: 300;
    text-transform: uppercase;
}

.k-submit .k-btn,.r-btn{
  padding: 0px 15px; 
  display: block; 
  width: 100%; 
  font-weight: 400; 
  height: 48px;
    color: #fff;
    border-radius: 0px;
    font-size: 20px;
    cursor: pointer;
    background-color: #ff5944;
    border: none;
    outline: none;
}
.r-btn,.r-btn:hover{
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
background-color: transparent;
height:auto;
color: #ff5944;
}
.p-relative{
 position:relative;
}

.k-image{
position: absolute;
    box-sizing: border-box;
    display: table;
    right: 15%;
    top: 45%;
    width: 185px;
    transition-delay: 0.2s;
    transition-duration: 1s;
}

.r-img{
position: absolute;
    box-sizing: border-box;
    display: table;
    right: 35%;
    bottom: 0;
    width: 60px;
    transition-delay: 0.2s;
    transition-duration: 1s;

}
.r-img img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
.k-img,.p-img{
    position: absolute;
    box-sizing: border-box;
    display: table;
    right: -40px;
    top: -40px;
    width: 60px;
    transition-duration: 1s;
}
.u-img{
    position: absolute;
    box-sizing: border-box;
    display: table;
    right: -55%;
    top: 0px;
    width: 60px;
    transition-duration: 1s;
}
.w-100{
    width:100%;
}
.w-90{
    width:90%;
}
.p-items{
    gap:50px
}
.p-partner:first-child{
    width: 32%;
}
.p-partner1{
    padding:4rem;
}
.p-partner div span{
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 33px;
    font-weight: 300;
}
.p-partner img{
    width: 100%;
}
.p-img{
    left: 0px;
    bottom: 0px;
    top: auto;
}
.p-img img{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.f-45{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 28px;
}
.list-type-check li:before {
    display: block;
    position: absolute;
    left: -25px;
    top: 2px;
    font-family: "icons";
    content: "";
    font-weight: 100;
    font-size: 1.2rem;
    color: #fff;
}
.text-bd-left:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    top: 0px;
    bottom: 0px;
    background-color: #dae1e5;
}
.text-bd-left {
    position: relative;
    padding-left: 2.8rem;
    text-align:left;
}
.p-ul{
list-style: none;
    text-align: left;
}
.p-ul li{
margin-bottom: 1rem;
position:relative;
}
.r-wrapper{
  display:flex;
  align-items:center;
}
.r-phone{
  font-size:20px;
  display: flex;
  align-items: center;
}

.r-email,.r-email:hover{
  color: #ff5944;
  line-height: 31px;
  font-size:20px;
}
.r-rekvizity{
  line-height: 31px;
  font-size:20px;
}
.split-line > * {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ebebeb;
}
.d-block{
  display:block;
}
.d-inline-block{
  display:inline-block;
}
.d-table{
  display:table;
}
.d-flex{
  display:flex;
}
.d-inline-flex{
  display:inline-flex;
}
.flex-wrap{
  flex-wrap:wrap;
}
.flex-nowrap{
  flex-wrap:nowrap;
}
.align-items-center{
  align-items:center;
}
.justify-content-center{
  justify-content:center;
}
.justify-content-space-between{
  justify-content:space-between;
}
.d-btn{
padding: 0px 15px;
display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    font-weight: 400;
    height: 48px;
    color: #fff;
    border-radius: 0px;
    font-size: 20px;
    cursor: pointer;
    background-color: #ff5944;
float: right;
}
.split-line > :after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 3rem);
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ebebeb;
}

.split-line.cols-1 > :nth-child(1n):after,
.split-line.cols-2 > :nth-child(2n):after,
.split-line.cols-3 > :nth-child(3n):after,
.split-line.cols-4 > :nth-child(4n):after,
.split-line.cols-5 > :nth-child(5n):after,
.split-line.cols-6 > :nth-child(6n):after,
.split-line.cols-7 > :nth-child(7n):after,
.split-line.cols-8 > :nth-child(8n):after,
.split-line > .col-1:nth-child(12n):after,
.split-line > .col-2:nth-child(6n):after,
.split-line > .col-3:nth-child(4n):after,
.split-line > .col-4:nth-child(3n):after,
.split-line > .col-5:nth-child(2n):after,
.split-line > .col-6:nth-child(2n):after,
.split-line > .col-7:nth-child(1n):after,
.split-line > .col-8:nth-child(1n):after,
.split-line > .col-9:nth-child(1n):after,
.split-line > .col-10:nth-child(1n):after,
.split-line > .col-11:nth-child(1n):after {
  content: none;
}

@media (min-width: 576px) {
  .split-line.cols-sm-1 > :nth-child(n):after,
  .split-line.cols-sm-2 > :nth-child(n):after,
  .split-line.cols-sm-3 > :nth-child(n):after,
  .split-line.cols-sm-4 > :nth-child(n):after,
  .split-line.cols-sm-5 > :nth-child(n):after,
  .split-line.cols-sm-6 > :nth-child(n):after,
  .split-line.cols-sm-7 > :nth-child(n):after,
  .split-line.cols-sm-8 > :nth-child(n):after,
  .split-line > .col-sm-1:nth-child(n):after,
  .split-line > .col-sm-2:nth-child(n):after,
  .split-line > .col-sm-3:nth-child(n):after,
  .split-line > .col-sm-4:nth-child(n):after,
  .split-line > .col-sm-5:nth-child(n):after,
  .split-line > .col-sm-6:nth-child(n):after,
  .split-line > .col-sm-7:nth-child(n):after,
  .split-line > .col-sm-8:nth-child(n):after,
  .split-line > .col-sm-9:nth-child(n):after,
  .split-line > .col-sm-10:nth-child(n):after,
  .split-line > .col-sm-11:nth-child(n):after {
    content: "";
  }

  .split-line.cols-sm-1 > :nth-child(1n):after,
  .split-line.cols-sm-2 > :nth-child(2n):after,
  .split-line.cols-sm-3 > :nth-child(3n):after,
  .split-line.cols-sm-4 > :nth-child(4n):after,
  .split-line.cols-sm-5 > :nth-child(5n):after,
  .split-line.cols-sm-6 > :nth-child(6n):after,
  .split-line.cols-sm-7 > :nth-child(7n):after,
  .split-line.cols-sm-8 > :nth-child(8n):after,
  .split-line > .col-sm-1:nth-child(12n):after,
  .split-line > .col-sm-2:nth-child(6n):after,
  .split-line > .col-sm-3:nth-child(4n):after,
  .split-line > .col-sm-4:nth-child(3n):after,
  .split-line > .col-sm-5:nth-child(2n):after,
  .split-line > .col-sm-6:nth-child(2n):after,
  .split-line > .col-sm-7:nth-child(1n):after,
  .split-line > .col-sm-8:nth-child(1n):after,
  .split-line > .col-sm-9:nth-child(1n):after,
  .split-line > .col-sm-10:nth-child(1n):after,
  .split-line > .col-sm-11:nth-child(1n):after {
    content: none;
  }
}

@media (min-width: 768px) {
  .split-line.cols-md-1 > :nth-child(n):after,
  .split-line.cols-md-2 > :nth-child(n):after,
  .split-line.cols-md-3 > :nth-child(n):after,
  .split-line.cols-md-4 > :nth-child(n):after,
  .split-line.cols-md-5 > :nth-child(n):after,
  .split-line.cols-md-6 > :nth-child(n):after,
  .split-line.cols-md-7 > :nth-child(n):after,
  .split-line.cols-md-8 > :nth-child(n):after,
  .split-line > .col-md-1:nth-child(n):after,
  .split-line > .col-md-2:nth-child(n):after,
  .split-line > .col-md-3:nth-child(n):after,
  .split-line > .col-md-4:nth-child(n):after,
  .split-line > .col-md-5:nth-child(n):after,
  .split-line > .col-md-6:nth-child(n):after,
  .split-line > .col-md-7:nth-child(n):after,
  .split-line > .col-md-8:nth-child(n):after,
  .split-line > .col-md-9:nth-child(n):after,
  .split-line > .col-md-10:nth-child(n):after,
  .split-line > .col-md-11:nth-child(n):after {
    content: "";
  }

  .split-line.cols-md-1 > :nth-child(1n):after,
  .split-line.cols-md-2 > :nth-child(2n):after,
  .split-line.cols-md-3 > :nth-child(3n):after,
  .split-line.cols-md-4 > :nth-child(4n):after,
  .split-line.cols-md-5 > :nth-child(5n):after,
  .split-line.cols-md-6 > :nth-child(6n):after,
  .split-line.cols-md-7 > :nth-child(7n):after,
  .split-line.cols-md-8 > :nth-child(8n):after,
  .split-line > .col-md-1:nth-child(12n):after,
  .split-line > .col-md-2:nth-child(6n):after,
  .split-line > .col-md-3:nth-child(4n):after,
  .split-line > .col-md-4:nth-child(3n):after,
  .split-line > .col-md-5:nth-child(2n):after,
  .split-line > .col-md-6:nth-child(2n):after,
  .split-line > .col-md-7:nth-child(1n):after,
  .split-line > .col-md-8:nth-child(1n):after,
  .split-line > .col-md-9:nth-child(1n):after,
  .split-line > .col-md-10:nth-child(1n):after,
  .split-line > .col-md-11:nth-child(1n):after {
    content: none;
  }
}

@media (min-width: 992px) {
  .split-line.cols-lg-1 > :nth-child(n):after,
  .split-line.cols-lg-2 > :nth-child(n):after,
  .split-line.cols-lg-3 > :nth-child(n):after,
  .split-line.cols-lg-4 > :nth-child(n):after,
  .split-line.cols-lg-5 > :nth-child(n):after,
  .split-line.cols-lg-6 > :nth-child(n):after,
  .split-line.cols-lg-7 > :nth-child(n):after,
  .split-line.cols-lg-8 > :nth-child(n):after,
  .split-line > .col-lg-1:nth-child(n):after,
  .split-line > .col-lg-2:nth-child(n):after,
  .split-line > .col-lg-3:nth-child(n):after,
  .split-line > .col-lg-4:nth-child(n):after,
  .split-line > .col-lg-5:nth-child(n):after,
  .split-line > .col-lg-6:nth-child(n):after,
  .split-line > .col-lg-7:nth-child(n):after,
  .split-line > .col-lg-8:nth-child(n):after,
  .split-line > .col-lg-9:nth-child(n):after,
  .split-line > .col-lg-10:nth-child(n):after,
  .split-line > .col-lg-11:nth-child(n):after {
    content: "";
  }

  .split-line.cols-lg-1 > :nth-child(1n):after,
  .split-line.cols-lg-2 > :nth-child(2n):after,
  .split-line.cols-lg-3 > :nth-child(3n):after,
  .split-line.cols-lg-4 > :nth-child(4n):after,
  .split-line.cols-lg-5 > :nth-child(5n):after,
  .split-line.cols-lg-6 > :nth-child(6n):after,
  .split-line.cols-lg-7 > :nth-child(7n):after,
  .split-line.cols-lg-8 > :nth-child(8n):after,
  .split-line > .col-lg-1:nth-child(12n):after,
  .split-line > .col-lg-2:nth-child(6n):after,
  .split-line > .col-lg-3:nth-child(4n):after,
  .split-line > .col-lg-4:nth-child(3n):after,
  .split-line > .col-lg-5:nth-child(2n):after,
  .split-line > .col-lg-6:nth-child(2n):after,
  .split-line > .col-lg-7:nth-child(1n):after,
  .split-line > .col-lg-8:nth-child(1n):after,
  .split-line > .col-lg-9:nth-child(1n):after,
  .split-line > .col-lg-10:nth-child(1n):after,
  .split-line > .col-lg-11:nth-child(1n):after {
    content: none;
  }
}

@media (min-width: 1200px) {
  .split-line.cols-xl-1 > :nth-child(n):after,
  .split-line.cols-xl-2 > :nth-child(n):after,
  .split-line.cols-xl-3 > :nth-child(n):after,
  .split-line.cols-xl-4 > :nth-child(n):after,
  .split-line.cols-xl-5 > :nth-child(n):after,
  .split-line.cols-xl-6 > :nth-child(n):after,
  .split-line.cols-xl-7 > :nth-child(n):after,
  .split-line.cols-xl-8 > :nth-child(n):after,
  .split-line > .col-xl-1:nth-child(n):after,
  .split-line > .col-xl-2:nth-child(n):after,
  .split-line > .col-xl-3:nth-child(n):after,
  .split-line > .col-xl-4:nth-child(n):after,
  .split-line > .col-xl-5:nth-child(n):after,
  .split-line > .col-xl-5col:nth-child(n):after,
  .split-line > .col-xl-6:nth-child(n):after,
  .split-line > .col-xl-7:nth-child(n):after,
  .split-line > .col-xl-7col:nth-child(n):after,
  .split-line > .col-xl-8:nth-child(n):after,
  .split-line > .col-xl-8col:nth-child(n):after,
  .split-line > .col-xl-9:nth-child(n):after,
  .split-line > .col-xl-10:nth-child(n):after,
  .split-line > .col-xl-11:nth-child(n):after {
    content: "";
  }

  .split-line.cols-xl-1 > :nth-child(1n):after,
  .split-line.cols-xl-2 > :nth-child(2n):after,
  .split-line.cols-xl-3 > :nth-child(3n):after,
  .split-line.cols-xl-4 > :nth-child(4n):after,
  .split-line.cols-xl-5 > :nth-child(5n):after,
  .split-line.cols-xl-6 > :nth-child(6n):after,
  .split-line.cols-xl-7 > :nth-child(7n):after,
  .split-line.cols-xl-8 > :nth-child(8n):after,
  .split-line > .col-xl-1:nth-child(12n):after,
  .split-line > .col-xl-2:nth-child(6n):after,
  .split-line > .col-xl-3:nth-child(4n):after,
  .split-line > .col-xl-4:nth-child(3n):after,
  .split-line > .col-xl-5:nth-child(2n):after,
  .split-line > .col-xl-5col:nth-child(5n):after,
  .split-line > .col-xl-6:nth-child(2n):after,
  .split-line > .col-xl-7:nth-child(1n):after,
  .split-line > .col-xl-7col:nth-child(7n):after,
  .split-line > .col-xl-8:nth-child(1n):after,
  .split-line > .col-xl-8col:nth-child(8n):after,
  .split-line > .col-xl-9:nth-child(1n):after,
  .split-line > .col-xl-10:nth-child(1n):after,
  .split-line > .col-xl-11:nth-child(1n):after {
    content: none;
  }
}

.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.pt-5 {
  padding-top: 2.5rem !important;
}

.pb-5 {
  padding-bottom: 2.5rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.mt-7 {
  margin-top: 3.5rem !important;
}

.mb-7 {
  margin-bottom: 3.5rem !important;
}

.pt-7 {
  padding-top: 3.5rem !important;
}

.pb-7 {
  padding-bottom: 3.5rem !important;
}

.mt-8 {
  margin-top: 4rem !important;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.pt-8 {
  padding-top: 4rem !important;
}

.pb-8 {
  padding-bottom: 4rem !important;
}

.mt-9 {
  margin-top: 4.5rem !important;
}

.mb-9 {
  margin-bottom: 4.5rem !important;
}

.pt-9 {
  padding-top: 4.5rem !important;
}

.pb-9 {
  padding-bottom: 4.5rem !important;
}

.mt-10 {
  margin-top: 5rem !important;
}

.mb-10 {
  margin-bottom: 5rem !important;
}

.pt-10 {
  padding-top: 5rem !important;
}

.pb-10 {
  padding-bottom: 5rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.ml-1 {
  margin-left: 0.5rem !important;
}

.mr-1 {
  margin-right: 0.5rem !important;
}

.pl-1 {
  padding-left: 0.5rem !important;
}

.pr-1 {
  padding-right: 0.5rem !important;
}

.ml-2 {
  margin-left: 1rem !important;
}

.mr-2 {
  margin-right: 1rem !important;
}

.pl-2 {
  padding-left: 1rem !important;
}

.pr-2 {
  padding-right: 1rem !important;
}

.ml-3 {
  margin-left: 1.5rem !important;
}

.mr-3 {
  margin-right: 1.5rem !important;
}

.pl-3 {
  padding-left: 1.5rem !important;
}

.pr-3 {
  padding-right: 1.5rem !important;
}

.ml-4 {
  margin-left: 2rem !important;
}

.mr-4 {
  margin-right: 2rem !important;
}

.pl-4 {
  padding-left: 2rem !important;
}

.pr-4 {
  padding-right: 2rem !important;
}

.ml-5 {
  margin-left: 2.5rem !important;
}

.mr-5 {
  margin-right: 2.5rem !important;
}

.pl-5 {
  padding-left: 2.5rem !important;
}

.pr-5 {
  padding-right: 2.5rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.ml-7 {
  margin-left: 3.5rem !important;
}

.mr-7 {
  margin-right: 3.5rem !important;
}

.pl-7 {
  padding-left: 3.5rem !important;
}

.pr-7 {
  padding-right: 3.5rem !important;
}

.ml-8 {
  margin-left: 4rem !important;
}

.mr-8 {
  margin-right: 4rem !important;
}

.pl-8 {
  padding-left: 4rem !important;
}

.pr-8 {
  padding-right: 4rem !important;
}

.ml-9 {
  margin-left: 4.5rem !important;
}

.mr-9 {
  margin-right: 4.5rem !important;
}

.pl-9 {
  padding-left: 4.5rem !important;
}

.pr-9 {
  padding-right: 4.5rem !important;
}

.ml-10 {
  margin-left: 5rem !important;
}

.mr-10 {
  margin-right: 5rem !important;
}

.pl-10 {
  padding-left: 5rem !important;
}

.pr-10 {
  padding-right: 5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0rem !important;
  }

  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }

  .mr-sm-0 {
    margin-right: 0rem !important;
  }

  .ml-sm-0 {
    margin-left: 0rem !important;
  }

  .pt-sm-0 {
    padding-top: 0rem !important;
  }

  .pr-sm-0 {
    padding-right: 0rem !important;
  }

  .pl-sm-0 {
    padding-left: 0rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.5rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.5rem !important;
  }

  .ml-sm-1 {
    margin-left: 0.5rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-1 {
    padding-right: 0.5rem !important;
  }

  .pl-sm-1 {
    padding-left: 0.5rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 1rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 1rem !important;
  }

  .mr-sm-2 {
    margin-right: 1rem !important;
  }

  .ml-sm-2 {
    margin-left: 1rem !important;
  }

  .pt-sm-2 {
    padding-top: 1rem !important;
  }

  .pr-sm-2 {
    padding-right: 1rem !important;
  }

  .pl-sm-2 {
    padding-left: 1rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .mr-sm-3 {
    margin-right: 1.5rem !important;
  }

  .ml-sm-3 {
    margin-left: 1.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-3 {
    padding-right: 1.5rem !important;
  }

  .pl-sm-3 {
    padding-left: 1.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 2rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 2rem !important;
  }

  .mr-sm-4 {
    margin-right: 2rem !important;
  }

  .ml-sm-4 {
    margin-left: 2rem !important;
  }

  .pt-sm-4 {
    padding-top: 2rem !important;
  }

  .pr-sm-4 {
    padding-right: 2rem !important;
  }

  .pl-sm-4 {
    padding-left: 2rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 2rem !important;
  }

  .mt-sm-5 {
    margin-top: 2.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }

  .mr-sm-5 {
    margin-right: 2.5rem !important;
  }

  .ml-sm-5 {
    margin-left: 2.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-5 {
    padding-right: 2.5rem !important;
  }

  .pl-sm-5 {
    padding-left: 2.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 2.5rem !important;
  }

  .mt-sm-6 {
    margin-top: 3rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 3rem !important;
  }

  .mr-sm-6 {
    margin-right: 3rem !important;
  }

  .ml-sm-6 {
    margin-left: 3rem !important;
  }

  .pt-sm-6 {
    padding-top: 3rem !important;
  }

  .pr-sm-6 {
    padding-right: 3rem !important;
  }

  .pl-sm-6 {
    padding-left: 3rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 3rem !important;
  }

  .mt-sm-7 {
    margin-top: 3.5rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 3.5rem !important;
  }

  .mr-sm-7 {
    margin-right: 3.5rem !important;
  }

  .ml-sm-7 {
    margin-left: 3.5rem !important;
  }

  .pt-sm-7 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-7 {
    padding-right: 3.5rem !important;
  }

  .pl-sm-7 {
    padding-left: 3.5rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 3.5rem !important;
  }

  .mt-sm-8 {
    margin-top: 4rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 4rem !important;
  }

  .mr-sm-8 {
    margin-right: 4rem !important;
  }

  .ml-sm-8 {
    margin-left: 4rem !important;
  }

  .pt-sm-8 {
    padding-top: 4rem !important;
  }

  .pr-sm-8 {
    padding-right: 4rem !important;
  }

  .pl-sm-8 {
    padding-left: 4rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 4rem !important;
  }

  .mt-sm-9 {
    margin-top: 4.5rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 4.5rem !important;
  }

  .mr-sm-9 {
    margin-right: 4.5rem !important;
  }

  .ml-sm-9 {
    margin-left: 4.5rem !important;
  }

  .pt-sm-9 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-9 {
    padding-right: 4.5rem !important;
  }

  .pl-sm-9 {
    padding-left: 4.5rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 4.5rem !important;
  }

  .mt-sm-10 {
    margin-top: 5rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 5rem !important;
  }

  .mr-sm-10 {
    margin-right: 5rem !important;
  }

  .ml-sm-10 {
    margin-left: 5rem !important;
  }

  .pt-sm-10 {
    padding-top: 5rem !important;
  }

  .pr-sm-10 {
    padding-right: 5rem !important;
  }

  .pl-sm-10 {
    padding-left: 5rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }

  .mb-md-0 {
    margin-bottom: 0rem !important;
  }

  .mr-md-0 {
    margin-right: 0rem !important;
  }

  .ml-md-0 {
    margin-left: 0rem !important;
  }

  .pt-md-0 {
    padding-top: 0rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0rem !important;
  }

  .pr-md-0 {
    padding-right: 0rem !important;
  }

  .pl-md-0 {
    padding-left: 0rem !important;
  }

  .mt-md-1 {
    margin-top: 0.5rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .mr-md-1 {
    margin-right: 0.5rem !important;
  }

  .ml-md-1 {
    margin-left: 0.5rem !important;
  }

  .pt-md-1 {
    padding-top: 0.5rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .pr-md-1 {
    padding-right: 0.5rem !important;
  }

  .pl-md-1 {
    padding-left: 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 1rem !important;
  }

  .mb-md-2 {
    margin-bottom: 1rem !important;
  }

  .mr-md-2 {
    margin-right: 1rem !important;
  }

  .ml-md-2 {
    margin-left: 1rem !important;
  }

  .pt-md-2 {
    padding-top: 1rem !important;
  }

  .pb-md-2 {
    padding-bottom: 1rem !important;
  }

  .pr-md-2 {
    padding-right: 1rem !important;
  }

  .pl-md-2 {
    padding-left: 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .mr-md-3 {
    margin-right: 1.5rem !important;
  }

  .ml-md-3 {
    margin-left: 1.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .pr-md-3 {
    padding-right: 1.5rem !important;
  }

  .pl-md-3 {
    padding-left: 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 2rem !important;
  }

  .mb-md-4 {
    margin-bottom: 2rem !important;
  }

  .mr-md-4 {
    margin-right: 2rem !important;
  }

  .ml-md-4 {
    margin-left: 2rem !important;
  }

  .pt-md-4 {
    padding-top: 2rem !important;
  }

  .pb-md-4 {
    padding-bottom: 2rem !important;
  }

  .pr-md-4 {
    padding-right: 2rem !important;
  }

  .pl-md-4 {
    padding-left: 2rem !important;
  }

  .mt-md-5 {
    margin-top: 2.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 2.5rem !important;
  }

  .mr-md-5 {
    margin-right: 2.5rem !important;
  }

  .ml-md-5 {
    margin-left: 2.5rem !important;
  }

  .pt-md-5 {
    padding-top: 2.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 2.5rem !important;
  }

  .pr-md-5 {
    padding-right: 2.5rem !important;
  }

  .pl-md-5 {
    padding-left: 2.5rem !important;
  }

  .mt-md-6 {
    margin-top: 3rem !important;
  }

  .mb-md-6 {
    margin-bottom: 3rem !important;
  }

  .mr-md-6 {
    margin-right: 3rem !important;
  }

  .ml-md-6 {
    margin-left: 3rem !important;
  }

  .pt-md-6 {
    padding-top: 3rem !important;
  }

  .pb-md-6 {
    padding-bottom: 3rem !important;
  }

  .pr-md-6 {
    padding-right: 3rem !important;
  }

  .pl-md-6 {
    padding-left: 3rem !important;
  }

  .mt-md-7 {
    margin-top: 3.5rem !important;
  }

  .mb-md-7 {
    margin-bottom: 3.5rem !important;
  }

  .mr-md-7 {
    margin-right: 3.5rem !important;
  }

  .ml-md-7 {
    margin-left: 3.5rem !important;
  }

  .pt-md-7 {
    padding-top: 3.5rem !important;
  }

  .pb-md-7 {
    padding-bottom: 3.5rem !important;
  }

  .pr-md-7 {
    padding-right: 3.5rem !important;
  }

  .pl-md-7 {
    padding-left: 3.5rem !important;
  }

  .mt-md-8 {
    margin-top: 4rem !important;
  }

  .mb-md-8 {
    margin-bottom: 4rem !important;
  }

  .mr-md-8 {
    margin-right: 4rem !important;
  }

  .ml-md-8 {
    margin-left: 4rem !important;
  }

  .pt-md-8 {
    padding-top: 4rem !important;
  }

  .pb-md-8 {
    padding-bottom: 4rem !important;
  }

  .pr-md-8 {
    padding-right: 4rem !important;
  }

  .pl-md-8 {
    padding-left: 4rem !important;
  }

  .mt-md-9 {
    margin-top: 4.5rem !important;
  }

  .mb-md-9 {
    margin-bottom: 4.5rem !important;
  }

  .mr-md-9 {
    margin-right: 4.5rem !important;
  }

  .ml-md-9 {
    margin-left: 4.5rem !important;
  }

  .pt-md-9 {
    padding-top: 4.5rem !important;
  }

  .pb-md-9 {
    padding-bottom: 4.5rem !important;
  }

  .pr-md-9 {
    padding-right: 4.5rem !important;
  }

  .pl-md-9 {
    padding-left: 4.5rem !important;
  }

  .mt-md-10 {
    margin-top: 5rem !important;
  }

  .mb-md-10 {
    margin-bottom: 5rem !important;
  }

  .mr-md-10 {
    margin-right: 5rem !important;
  }

  .ml-md-10 {
    margin-left: 5rem !important;
  }

  .pt-md-10 {
    padding-top: 5rem !important;
  }

  .pb-md-10 {
    padding-bottom: 5rem !important;
  }

  .pr-md-10 {
    padding-right: 5rem !important;
  }

  .pl-md-10 {
    padding-left: 5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0rem !important;
  }

  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }

  .pt-lg-0 {
    padding-top: 0rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }

  .ml-lg-0 {
    margin-left: 0rem !important;
  }

  .mr-lg-0 {
    margin-right: 0rem !important;
  }

  .pl-lg-0 {
    padding-left: 0rem !important;
  }

  .pr-lg-0 {
    padding-right: 0rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.5rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.5rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.5rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.5rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.5rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 1rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 1rem !important;
  }

  .pt-lg-2 {
    padding-top: 1rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 1rem !important;
  }

  .ml-lg-2 {
    margin-left: 1rem !important;
  }

  .mr-lg-2 {
    margin-right: 1rem !important;
  }

  .pl-lg-2 {
    padding-left: 1rem !important;
  }

  .pr-lg-2 {
    padding-right: 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .ml-lg-3 {
    margin-left: 1.5rem !important;
  }

  .mr-lg-3 {
    margin-right: 1.5rem !important;
  }

  .pl-lg-3 {
    padding-left: 1.5rem !important;
  }

  .pr-lg-3 {
    padding-right: 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 2rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 2rem !important;
  }

  .pt-lg-4 {
    padding-top: 2rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 2rem !important;
  }

  .ml-lg-4 {
    margin-left: 2rem !important;
  }

  .mr-lg-4 {
    margin-right: 2rem !important;
  }

  .pl-lg-4 {
    padding-left: 2rem !important;
  }

  .pr-lg-4 {
    padding-right: 2rem !important;
  }

  .mt-lg-5 {
    margin-top: 2.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 2.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 2.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 2.5rem !important;
  }

  .ml-lg-5 {
    margin-left: 2.5rem !important;
  }

  .mr-lg-5 {
    margin-right: 2.5rem !important;
  }

  .pl-lg-5 {
    padding-left: 2.5rem !important;
  }

  .pr-lg-5 {
    padding-right: 2.5rem !important;
  }

  .mt-lg-6 {
    margin-top: 3rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 3rem !important;
  }

  .pt-lg-6 {
    padding-top: 3rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 3rem !important;
  }

  .ml-lg-6 {
    margin-left: 3rem !important;
  }

  .mr-lg-6 {
    margin-right: 3rem !important;
  }

  .pl-lg-6 {
    padding-left: 3rem !important;
  }

  .pr-lg-6 {
    padding-right: 3rem !important;
  }

  .mt-lg-7 {
    margin-top: 3.5rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 3.5rem !important;
  }

  .pt-lg-7 {
    padding-top: 3.5rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 3.5rem !important;
  }

  .ml-lg-7 {
    margin-left: 3.5rem !important;
  }

  .mr-lg-7 {
    margin-right: 3.5rem !important;
  }

  .pl-lg-7 {
    padding-left: 3.5rem !important;
  }

  .pr-lg-7 {
    padding-right: 3.5rem !important;
  }

  .mt-lg-8 {
    margin-top: 4rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 4rem !important;
  }

  .pt-lg-8 {
    padding-top: 4rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 4rem !important;
  }

  .ml-lg-8 {
    margin-left: 4rem !important;
  }

  .mr-lg-8 {
    margin-right: 4rem !important;
  }

  .pl-lg-8 {
    padding-left: 4rem !important;
  }

  .pr-lg-8 {
    padding-right: 4rem !important;
  }

  .mt-lg-9 {
    margin-top: 4.5rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 4.5rem !important;
  }

  .pt-lg-9 {
    padding-top: 4.5rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 4.5rem !important;
  }

  .ml-lg-9 {
    margin-left: 4.5rem !important;
  }

  .mr-lg-9 {
    margin-right: 4.5rem !important;
  }

  .pl-lg-9 {
    padding-left: 4.5rem !important;
  }

  .pr-lg-9 {
    padding-right: 4.5rem !important;
  }

  .mt-lg-10 {
    margin-top: 5rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 5rem !important;
  }

  .pt-lg-10 {
    padding-top: 5rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 5rem !important;
  }

  .ml-lg-10 {
    margin-left: 5rem !important;
  }

  .mr-lg-10 {
    margin-right: 5rem !important;
  }

  .pl-lg-10 {
    padding-left: 5rem !important;
  }

  .pr-lg-10 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0rem !important;
  }

  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }

  .ml-xl-0 {
    margin-left: 0rem !important;
  }

  .mr-xl-0 {
    margin-right: 0rem !important;
  }

  .pl-xl-0 {
    padding-left: 0rem !important;
  }

  .pr-xl-0 {
    padding-right: 0rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.5rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-1 {
    margin-left: 0.5rem !important;
  }

  .mr-xl-1 {
    margin-right: 0.5rem !important;
  }

  .pl-xl-1 {
    padding-left: 0.5rem !important;
  }

  .pr-xl-1 {
    padding-right: 0.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 1rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-2 {
    margin-left: 1rem !important;
  }

  .mr-xl-2 {
    margin-right: 1rem !important;
  }

  .pl-xl-2 {
    padding-left: 1rem !important;
  }

  .pr-xl-2 {
    padding-right: 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-3 {
    margin-left: 1.5rem !important;
  }

  .mr-xl-3 {
    margin-right: 1.5rem !important;
  }

  .pl-xl-3 {
    padding-left: 1.5rem !important;
  }

  .pr-xl-3 {
    padding-right: 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 2rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-4 {
    margin-left: 2rem !important;
  }

  .mr-xl-4 {
    margin-right: 2rem !important;
  }

  .pl-xl-4 {
    padding-left: 2rem !important;
  }

  .pr-xl-4 {
    padding-right: 2rem !important;
  }

  .mt-xl-5 {
    margin-top: 2.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-5 {
    margin-left: 2.5rem !important;
  }

  .mr-xl-5 {
    margin-right: 2.5rem !important;
  }

  .pl-xl-5 {
    padding-left: 2.5rem !important;
  }

  .pr-xl-5 {
    padding-right: 2.5rem !important;
  }

  .mt-xl-6 {
    margin-top: 3rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-6 {
    margin-left: 3rem !important;
  }

  .mr-xl-6 {
    margin-right: 3rem !important;
  }

  .pl-xl-6 {
    padding-left: 3rem !important;
  }

  .pr-xl-6 {
    padding-right: 3rem !important;
  }

  .mt-xl-7 {
    margin-top: 3.5rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xl-7 {
    margin-left: 3.5rem !important;
  }

  .mr-xl-7 {
    margin-right: 3.5rem !important;
  }

  .pl-xl-7 {
    padding-left: 3.5rem !important;
  }

  .pr-xl-7 {
    padding-right: 3.5rem !important;
  }

  .mt-xl-8 {
    margin-top: 4rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-8 {
    margin-left: 4rem !important;
  }

  .mr-xl-8 {
    margin-right: 4rem !important;
  }

  .pl-xl-8 {
    padding-left: 4rem !important;
  }

  .pr-xl-8 {
    padding-right: 4rem !important;
  }

  .mt-xl-9 {
    margin-top: 4.5rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-9 {
    margin-left: 4.5rem !important;
  }

  .mr-xl-9 {
    margin-right: 4.5rem !important;
  }

  .pl-xl-9 {
    padding-left: 4.5rem !important;
  }

  .pr-xl-9 {
    padding-right: 4.5rem !important;
  }

  .mt-xl-10 {
    margin-top: 5rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-10 {
    margin-left: 5rem !important;
  }

  .mr-xl-10 {
    margin-right: 5rem !important;
  }

  .pl-xl-10 {
    padding-left: 5rem !important;
  }

  .pr-xl-10 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-auto {
    margin-left: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.accordion {
  overflow: hidden;
}

.accordion .collapsed,
.accordion .expanding {
  display: none;
}

/*------------- Footer ------------*/

.footer {
  background: #111;
  border-top: 2px solid #404040;
}

.footer p {
  font-size: inherit;
}

.footer a:not(.social-link):hover {
  color: #fff;
}

.footer .social-link {
  letter-spacing: 0em;
  color: #999;
  border: 2px solid #999;
}

.footer .social-link:hover {
  color: #fff;
}

.footer .widget-title {
  border-bottom: none;
}

.logo-footer,
.logo-footer img {
  display: block;
}

.footer-top {
  padding: 4rem 0;
  border-bottom: 1px solid #333;
}

.footer-middle {
  padding: 0;
}

.footer-middle .widget {
  margin-bottom: 3rem;
}

.footer-middle .widget-title {
  padding: 0.6rem 0;
  margin-bottom: 0.9rem;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #e1e1e1;
}

.footer-middle .widget-body {
  padding: 8px 0 0;
  color: #999;
}

.footer-middle .widget-body li {
  line-height: 1.2;
  margin-bottom: 15px;
}

.footer-middle .widget-body li:last-child {
  margin-bottom: 0;
}

.footer-middle .widget-instagram .widget-body {
  padding-top: 0;
  margin: -5px;
}

.footer-middle .widget-instagram .col-3 {
  padding: 5px;
}

.footer-middle .widget-instagram img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-middle label {
  font-weight: 500;
  color: #ccc;
}

.footer-main {
  padding: 2.6rem 0 0.4rem;
}

.footer-bottom {
  padding: 2.6rem 0 3rem;
}

.footer-bottom,
.footer-bottom .container,
.footer-bottom .container-fluid {
  display: flex;
  align-items: center;
}

.footer-bottom .footer-left,
.footer-bottom .footer-right {
  flex: 1;
}

.footer-bottom .footer-left {
  display: flex;
}

.footer-bottom .footer-right {
  display: flex;
  justify-content: flex-end;
}

.footer .copyright {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  opacity:0.7;
}

.footer .widget-category .category-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 2rem;
}

.footer .widget-category .category-name {
  margin-bottom: 0;
  margin-right: 2.4rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #ccc;
}

.footer .widget-category a {
  display: inline-block;
  position: relative;
  margin-right: 2rem;
  font-size: 1.3rem;
  font-weight: 400;
  color: #999;
}

.footer .widget-category a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 1px solid;
  transform: scaleX(0);
  transition: transform 0.3s;
}

.footer .widget-category a:hover:before {
  transform: scale(1);
}

.footer .widget-category a:not(:last-child):after {
  content: "";
  position: absolute;
  height: 14px;
  margin-left: 1rem;
  top: 50%;
  border-left: 1px solid #454545;
  transform: translateY(-50%);
}

.footer .widget-about .logo-footer {
  display: block;
  margin-bottom: 1.6rem;
}

.footer .widget-about p {
  margin-bottom: 3rem;
  color: #999;
  line-height: 1.85;
}

.footer .widget-about .widget-body {
  padding: 0;
}

@media (max-width: 3640px) {
.container{
  overflow:hidden;
}
}
@media (max-width: 1400px) {
.container{
  overflow:inherit;
}
}

@media (min-width: 1201px) and (max-width: 1600px) {
}

@media (min-width: 1025px) and (max-width: 1200px) {
}

@media (min-width: 923px) and (max-width: 1024px) {
}

@media (min-width: 768px) and (max-width: 992px) {
  .footer-top .logo-footer {
    margin-bottom: 2.7rem;
  }

  .footer-top .logo-footer img {
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter-info {
    margin-bottom: 2rem;
  }

  .footer-middle {
    padding: 4.8rem 0 4.8rem;
  }

  .footer-middle .widget-body {
    padding: 0;
  }

  .footer-bottom,
  .footer-bottom > .container {
    display: block;
  }

  .footer-bottom .footer-left,
  .footer-bottom .footer-right {
    justify-content: center;
  }

  .footer-bottom .footer-center,
  .footer-bottom .footer-left {
    margin-bottom: 2.7rem;
  }

  .footer-center {
    text-align: center;
  }
}

@media (max-width: 767px) {
.offset-3{
left:0%;
}
.p-partner:first-child {
    width: 100%;
}
.b-wb {
    height: 108px;
    right: auto;
    top: -24%;
    width: 83px;
    left: 8%;
}
.b-ozon {
    height: 102px;
    top: 56%;
    width: 91px;
    right: 35%;
}
.b-yam {
    height: 96px;
    top: 5%;
    width: 83px;
    right: 3%;
}
.b-title {
    font-size: 32px;
    line-height: 33px;
}
.b-img {
    bottom: -50px;
    width: 24px;
}
.b-item {
    width: calc(100% / 2 - 0px);
}
.b-item img{
width: 48px;
}
.b-text {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    text-transform: uppercase;
}
.k-title, .p-title, .o-title, .s-title {
    line-height: 47px;
    font-size: 46px;
}
.k-defis, .p-defis, .o-defis, .s-defis, .p-defis, .u-defis {
    width: 27px;
    border-top: 1px solid #fff;
}
.k-num-text, .p-num-text, .o-num-text, .s-num-text, .p-num-text, .u-num-text {
    font-size: 12px;
    line-height: 13px;
}
.o-atom, .s-atom {
    right: -38px;
    top: -20px;
    font-size: 52px;
    line-height: 54px;
}
.s-line {
    right: 0;
}
.s-item-title {
    font-size: 26px;
    line-height: 27px;
}
.b-item:not(:first-child) {
    padding-top: 5rem;
   text-align: right;
}
.s-text{
    font-size: 12px;
    line-height: 16px;
}
.s-border {
    padding: 0.2rem 0.6rem;
}
.s-top {
    font-size: 10px;
    line-height: 12px;
}
.s-item-wrap {
    padding: 2rem;
}
.s-wrapper .owl-nav {
    margin-top: 3rem;
}
.lg-hide{
 display:block;
}
.lg-show{
 display:none;
}
.p-images {
     left: -33px;
    top: 2.4rem;
    width: 121%;
}
.p-circle {
    width: 49px;
    height: 49px;
}
.p-num,.p-text {
    font-size: 14px;
    line-height: 16px;
}
.row {
    margin-left: -20px;
    margin-right: -20px;
}
.row > * {
    padding-right: 20px;
    padding-left: 20px;
}
.p-item:nth-child(1), .p-item:nth-child(2), .p-item:nth-child(3) {
    margin-bottom: 3.8rem;
}
.p-item:nth-child(3){
order:4;
}
.p-item:nth-child(4){
order:6;
}
.p-item:nth-child(5){
order:5;
}
.p-item:nth-child(6){
order:3;
}
.u-img {
    right: -48%;
    top: 9px;
    width: 29px;
}
.k-item:nth-child(2) {
    margin-top: 0rem;
}
.k-item:nth-child(2n),.k-item:nth-child(2n+1) {
    margin-bottom: 8rem;
}
.k-item:last-child {
    margin-bottom: 0rem;
}
.k-item:nth-child(3n+3) {
    margin-top: 0rem;
}
.k-item-text{
    font-size: 12px;
    line-height: 14px;
}
.k-item-icon{
    right: -5px;
}
.k-item-icon img{
    width: 72px;
    height: auto;
}
.p-title {
    line-height: 36px;
    font-size: 38px;
}
.u-title {
    max-width: 100%;
    line-height: 19px;
    font-size: 18px;
}
.u-item-text {
    font-size: 12px;
    line-height: 14px;
}
.j-img-first {
    position: absolute;
    left: auto;
    right: 0px;
    bottom: 164px;
}
.u-wb {
    right: 1%;
    top: 28%;
    width: 52px;
    height: auto;
}
.u-ozon {
    right: -5%;
    top: 60%;
    width: 70px;
    height: auto;
}
.u-yam {
    right: 20%;
    top: 40%;
    width: 58px;
    height: auto;
}
.u-items {
    gap: 20px;
}
.u-num,.u-items .u-item-text {
    font-size: 16px;
    line-height: 18px;
}
.u-circle {
    width: 50px;
    height: 50px;
min-width: 50px;
}
.j-item {
    width: 100%;
    padding: 1.6rem;
}
.j-items {
    gap: 20px;
}
.j-img,.p-img,.k-img,.p-image {
   display:none;
}
.o-top {
    font-size: 12px;
    line-height: 13px;
}
.o-item-wrap {
    height: 300px;
    padding: 1rem 2rem;
}
.o-item-title, .o-text {
    font-size: 12px;
    line-height: 13px
}
.o-img1 {
left: -300px;
    top: 8.6rem;
    width: 340px;
}
.o-img2 {
right: -300px;
    top: 8.6rem;
    width: 340px;
}
.p-items {
    gap: 20px;
    flex-wrap: wrap;
}
.k-title, .p-title, .o-title, .s-title {
    max-width: 80%;
}
.k-image {
    position: relative;
    right: 0px;
    top: 50px;
    margin-left: auto;
    width: 185px;
}
.w-90 {
    width: 100%;
}
.k-submit .k-btn {
    width: 100%;
}

.header {
    background: rgba(15, 15, 15, 0.7);
}
.header-middle {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: rgba(15, 15, 15, 0.7);
}
.header .container{
    padding-left: 2rem;
    padding-right: 2rem;
}
.mmenu-active .header-middle {
    background:#0f0f0f;
}
.logo img {
    width: 100px;
    height: 25px;
}
body.mmenu-active .t-menuburger span:nth-child(1) {
    width: 0%;
    left: 50%;
}
body.mmenu-active .t-menuburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}

body.mmenu-active .t-menuburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
}
body.mmenu-active .t-menuburger span:nth-child(4) {
    width: 0%;
    left: 50%;
}
.mobile-menu .active {
    color: #ff5944 !important;
    font-weight: 400 !important;
    opacity: 1 !important;
}
}

@media (min-width: 481px) and (max-width: 767px) {
}

@media (max-width: 479px) {
  .container,
  .container-fluid {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
}
